Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9c0de402545274b3da95384647b9f4cefe5341d6 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 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 > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 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 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1696 in /w/workspace/edgexfoundry_device-sdk-c_master [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_master # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 > git config --add remote.origin.fetch +refs/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/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 9c0de402545274b3da95384647b9f4cefe5341d6 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9c0de402545274b3da95384647b9f4cefe5341d6 # timeout=10 Commit message: "Merge pull request #288 from iain-anderson/async-example" > git rev-list --no-walk c2304b16a4a77b3b71c89fce4fac471bd722c945 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-31T13:09:49.844Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-31T13:09:50.095Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-31T13:09:50.209Z] ========================================================= [2020-07-31T13:09:50.209Z] EdgeX Global Pipelines Version Info [2020-07-31T13:09:50.209Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-31T13:09:52.020Z] ------------------- [2020-07-31T13:09:52.020Z] stable info: [2020-07-31T13:09:52.020Z] ------------------- [2020-07-31T13:09:52.020Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-31T13:09:52.020Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-07-31T13:09:52.020Z] Message: update stable to v1.0.106 [2020-07-31T13:09:52.599Z] ------------------- [2020-07-31T13:09:52.599Z] experimental info: [2020-07-31T13:09:52.599Z] ------------------- [2020-07-31T13:09:52.599Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-31T13:09:52.599Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-07-31T13:09:52.599Z] 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 [2020-07-31T13:09:54.744Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-31T13:09:55.006Z] [2020-07-31T13:09:55.006Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-31T13:09:55.349Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-31T13:09:55.349Z] latest: Pulling from edgex-devops/git-semver [2020-07-31T13:09:55.349Z] 31603596830f: Pulling fs layer [2020-07-31T13:09:55.349Z] 2a8b12db71e7: Pulling fs layer [2020-07-31T13:09:55.349Z] 6ca5941a6612: Pulling fs layer [2020-07-31T13:09:55.349Z] ecc8261a40a4: Pulling fs layer [2020-07-31T13:09:55.349Z] ecc8261a40a4: Waiting [2020-07-31T13:09:55.349Z] 2a8b12db71e7: Verifying Checksum [2020-07-31T13:09:55.349Z] 2a8b12db71e7: Download complete [2020-07-31T13:09:55.349Z] 31603596830f: Verifying Checksum [2020-07-31T13:09:55.349Z] 31603596830f: Download complete [2020-07-31T13:09:55.613Z] ecc8261a40a4: Verifying Checksum [2020-07-31T13:09:55.613Z] ecc8261a40a4: Download complete [2020-07-31T13:09:55.613Z] 6ca5941a6612: Verifying Checksum [2020-07-31T13:09:55.613Z] 6ca5941a6612: Download complete [2020-07-31T13:09:55.874Z] 31603596830f: Pull complete [2020-07-31T13:09:55.874Z] 2a8b12db71e7: Pull complete [2020-07-31T13:09:56.822Z] 6ca5941a6612: Pull complete [2020-07-31T13:09:56.822Z] ecc8261a40a4: Pull complete [2020-07-31T13:09:56.822Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-31T13:09:56.822Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-31T13:09:56.822Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-31T13:09:56.943Z] prd-centos7-docker-4c-2g-1696 does not seem to be running inside a container [2020-07-31T13:09:56.979Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-31T13:09:58.967Z] $ docker top 67cf9ef910a9e262cacf319416247d8fe5711c678cc1b3e84f803ef44df27911 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-31T13:09:59.215Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-31T13:09:59.215Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-31T13:09:59.444Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-31T13:09:59.443Z] $ docker exec 67cf9ef910a9e262cacf319416247d8fe5711c678cc1b3e84f803ef44df27911 ssh-agent [2020-07-31T13:09:59.617Z] SSH_AUTH_SOCK=/tmp/ssh-of5u4IrcUfeU/agent.11 [2020-07-31T13:09:59.617Z] SSH_AGENT_PID=17 [2020-07-31T13:09:59.628Z] Running ssh-add (command line suppressed) [2020-07-31T13:09:59.755Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_2024005325011183758.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_2024005325011183758.key) [2020-07-31T13:09:59.811Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-31T13:10:00.141Z] + git describe --exact-match --tags HEAD [2020-07-31T13:10:00.141Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-31T13:10:00.199Z] $ docker exec --env ******** --env ******** 67cf9ef910a9e262cacf319416247d8fe5711c678cc1b3e84f803ef44df27911 ssh-agent -k [2020-07-31T13:10:00.327Z] unset SSH_AUTH_SOCK; [2020-07-31T13:10:00.327Z] unset SSH_AGENT_PID; [2020-07-31T13:10:00.327Z] echo Agent pid 17 killed; [2020-07-31T13:10:00.374Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-31T13:10:00.459Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-31T13:10:00.459Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-31T13:10:00.573Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-31T13:10:00.573Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-31T13:10:00.738Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-31T13:10:00.737Z] $ docker exec 67cf9ef910a9e262cacf319416247d8fe5711c678cc1b3e84f803ef44df27911 ssh-agent [2020-07-31T13:10:00.903Z] SSH_AUTH_SOCK=/tmp/ssh-vbij4JWeYOAX/agent.46 [2020-07-31T13:10:00.903Z] SSH_AGENT_PID=51 [2020-07-31T13:10:00.909Z] Running ssh-add (command line suppressed) [2020-07-31T13:10:01.018Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_62287936241030236.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_62287936241030236.key) [2020-07-31T13:10:01.071Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-31T13:10:01.400Z] + git semver init [2020-07-31T13:10:01.400Z] # -> Open(): unable to determine branch for HEAD [2020-07-31T13:10:01.400Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-07-31T13:10:01.400Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-07-31T13:10:01.400Z] # $SEMVER_REMOTE_NAME = origin [2020-07-31T13:10:01.400Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-31T13:10:01.400Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-31T13:10:01.400Z] # $SEMVER_BRANCH = master [2020-07-31T13:10:01.400Z] # $SEMVER_TEMP = /tmp/semver-274504106 [2020-07-31T13:10:01.400Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-c.git $SEMVER_TEMP [2020-07-31T13:10:02.781Z] # '/tmp/semver-274504106' -> '/w/workspace/edgexfoundry_device-sdk-c_master/.semver' [2020-07-31T13:10:02.781Z] # -> Force: false [2020-07-31T13:10:02.781Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [Pipeline] } [2020-07-31T13:10:02.787Z] $ docker exec --env ******** --env ******** 67cf9ef910a9e262cacf319416247d8fe5711c678cc1b3e84f803ef44df27911 ssh-agent -k [2020-07-31T13:10:02.903Z] unset SSH_AUTH_SOCK; [2020-07-31T13:10:02.903Z] unset SSH_AGENT_PID; [2020-07-31T13:10:02.903Z] echo Agent pid 51 killed; [2020-07-31T13:10:02.947Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-31T13:10:03.441Z] + git semver [Pipeline] } [2020-07-31T13:10:03.453Z] $ docker stop --time=1 67cf9ef910a9e262cacf319416247d8fe5711c678cc1b3e84f803ef44df27911 [2020-07-31T13:10:04.813Z] $ docker rm -f 67cf9ef910a9e262cacf319416247d8fe5711c678cc1b3e84f803ef44df27911 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-31T13:10:05.635Z] Stashed 24 file(s) [Pipeline] echo [2020-07-31T13:10:05.637Z] [edgeXSemver] initialized semver on version 1.3.0-dev.2 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-07-31T13:10:20.952Z] Still waiting to schedule task [2020-07-31T13:10:20.952Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1696’ [2020-07-31T13:10:20.954Z] Still waiting to schedule task [2020-07-31T13:10:20.954Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-07-31T13:12:02.318Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1697 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] ws [2020-07-31T13:12:02.410Z] Running in /w/workspace/device-sdk-c/38 [Pipeline] { [Pipeline] checkout [2020-07-31T13:12:07.693Z] using credential edgex-jenkins-ssh [2020-07-31T13:12:07.747Z] Cloning the remote Git repository [2020-07-31T13:12:07.747Z] Cloning with configured refspecs honoured and without tags [2020-07-31T13:12:07.832Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-07-31T13:12:07.943Z] > git init /w/workspace/device-sdk-c/38 # timeout=10 [2020-07-31T13:12:08.013Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-07-31T13:12:08.015Z] > git --version # timeout=10 [2020-07-31T13:12:08.038Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-31T13:12:08.093Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-31T13:12:08.972Z] Fetching without tags [2020-07-31T13:12:09.502Z] Checking out Revision 9c0de402545274b3da95384647b9f4cefe5341d6 (master) [2020-07-31T13:12:08.916Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-07-31T13:12:08.933Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-31T13:12:08.962Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-07-31T13:12:08.997Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-07-31T13:12:08.998Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-31T13:12:09.017Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-31T13:12:09.535Z] > git config core.sparsecheckout # timeout=10 [2020-07-31T13:12:09.557Z] > git checkout -f 9c0de402545274b3da95384647b9f4cefe5341d6 # timeout=10 [2020-07-31T13:12:13.949Z] Commit message: "Merge pull request #288 from iain-anderson/async-example" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-31T13:12:15.242Z] ========================================================= [2020-07-31T13:12:15.242Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] [2020-07-31T13:12:15.242Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-31T13:12:16.525Z] + 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 . [2020-07-31T13:12:17.504Z] Sending build context to Docker daemon 3.471MB [2020-07-31T13:12:17.504Z] Step 1/21 : ARG BASE=alpine:3.11 [2020-07-31T13:12:17.504Z] Step 2/21 : FROM ${BASE} as builder [2020-07-31T13:12:18.102Z] latest: Pulling from edgex-devops/edgex-gcc-base-arm64 [2020-07-31T13:12:18.102Z] 0362ad1dd800: Pulling fs layer [2020-07-31T13:12:18.102Z] f2cdb1532d8b: Pulling fs layer [2020-07-31T13:12:18.102Z] 37ed683be191: Pulling fs layer [2020-07-31T13:12:18.102Z] f2cdb1532d8b: Verifying Checksum [2020-07-31T13:12:18.102Z] f2cdb1532d8b: Download complete [2020-07-31T13:12:18.102Z] 0362ad1dd800: Verifying Checksum [2020-07-31T13:12:18.102Z] 0362ad1dd800: Download complete [2020-07-31T13:12:19.103Z] 0362ad1dd800: Pull complete [2020-07-31T13:12:19.374Z] f2cdb1532d8b: Pull complete [2020-07-31T13:12:20.358Z] 37ed683be191: Verifying Checksum [2020-07-31T13:12:20.358Z] 37ed683be191: Download complete [2020-07-31T13:12:24.778Z] Running on prd-centos7-docker-4c-2g-1698 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] ws [2020-07-31T13:12:24.857Z] Running in /w/workspace/device-sdk-c/38 [Pipeline] { [Pipeline] checkout [2020-07-31T13:12:26.930Z] using credential edgex-jenkins-ssh [2020-07-31T13:12:26.976Z] Cloning the remote Git repository [2020-07-31T13:12:26.976Z] Cloning with configured refspecs honoured and without tags [2020-07-31T13:12:26.752Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-07-31T13:12:27.830Z] Fetching without tags [2020-07-31T13:12:26.903Z] > git init /w/workspace/device-sdk-c/38 # timeout=10 [2020-07-31T13:12:26.952Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-07-31T13:12:26.952Z] > git --version # timeout=10 [2020-07-31T13:12:26.959Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-31T13:12:26.981Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-31T13:12:27.619Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-07-31T13:12:27.632Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-31T13:12:27.643Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-07-31T13:12:27.653Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-07-31T13:12:27.653Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-31T13:12:27.658Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-31T13:12:28.302Z] Checking out Revision 9c0de402545274b3da95384647b9f4cefe5341d6 (master) [2020-07-31T13:12:28.169Z] > git config core.sparsecheckout # timeout=10 [2020-07-31T13:12:28.175Z] > git checkout -f 9c0de402545274b3da95384647b9f4cefe5341d6 # timeout=10 [2020-07-31T13:12:30.549Z] 37ed683be191: Pull complete [2020-07-31T13:12:30.549Z] Digest: sha256:f3a502aba7c4a8aa4a4fcde21dbb9db33787f3779e80dd14fb3ea60ab67de23f [2020-07-31T13:12:30.549Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest [2020-07-31T13:12:30.549Z] ---> b23d30803547 [2020-07-31T13:12:30.549Z] Step 3/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev [2020-07-31T13:12:31.526Z] ---> Running in 4f362d1b6d6a [2020-07-31T13:12:31.824Z] Commit message: "Merge pull request #288 from iain-anderson/async-example" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-31T13:12:32.718Z] ========================================================= [2020-07-31T13:12:32.718Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2020-07-31T13:12:32.718Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-31T13:12:32.960Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-07-31T13:12:33.488Z] + 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 . [2020-07-31T13:12:33.750Z] Sending build context to Docker daemon 3.471MB [2020-07-31T13:12:33.750Z] Step 1/21 : ARG BASE=alpine:3.11 [2020-07-31T13:12:33.750Z] Step 2/21 : FROM ${BASE} as builder [2020-07-31T13:12:33.933Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-07-31T13:12:34.015Z] latest: Pulling from edgex-devops/edgex-gcc-base [2020-07-31T13:12:34.015Z] e7c96db7181b: Pulling fs layer [2020-07-31T13:12:34.015Z] 4c13bbce0fe7: Pulling fs layer [2020-07-31T13:12:34.015Z] 6059c847ac2f: Pulling fs layer [2020-07-31T13:12:34.015Z] 4c13bbce0fe7: Verifying Checksum [2020-07-31T13:12:34.015Z] 4c13bbce0fe7: Download complete [2020-07-31T13:12:34.015Z] e7c96db7181b: Verifying Checksum [2020-07-31T13:12:34.015Z] e7c96db7181b: Download complete [2020-07-31T13:12:34.203Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-07-31T13:12:34.279Z] e7c96db7181b: Pull complete [2020-07-31T13:12:34.279Z] 4c13bbce0fe7: Pull complete [2020-07-31T13:12:34.473Z] (2/8) Installing libuuid (2.33-r0) [2020-07-31T13:12:34.473Z] (3/8) Installing libblkid (2.33-r0) [2020-07-31T13:12:34.473Z] (4/8) Installing libfdisk (2.33-r0) [2020-07-31T13:12:34.746Z] (5/8) Installing libmount (2.33-r0) [2020-07-31T13:12:34.746Z] (6/8) Installing libsmartcols (2.33-r0) [2020-07-31T13:12:34.746Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-07-31T13:12:34.859Z] 6059c847ac2f: Verifying Checksum [2020-07-31T13:12:34.859Z] 6059c847ac2f: Download complete [2020-07-31T13:12:35.018Z] (8/8) Installing wget (1.20.3-r0) [2020-07-31T13:12:35.291Z] Executing busybox-1.29.3-r10.trigger [2020-07-31T13:12:35.291Z] OK: 285 MiB in 83 packages [2020-07-31T13:12:36.722Z] Removing intermediate container 4f362d1b6d6a [2020-07-31T13:12:36.722Z] ---> 9af66565c8de [2020-07-31T13:12:36.722Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-07-31T13:12:36.994Z] ---> Running in e59da9f0e40b [2020-07-31T13:12:37.586Z] Removing intermediate container e59da9f0e40b [2020-07-31T13:12:37.586Z] ---> a779e67f54c9 [2020-07-31T13:12:37.586Z] Step 5/21 : RUN mkdir /tmp/cbor && cd /tmp/cbor && wget -O - https://github.com/PJK/libcbor/archive/v${CBOR_VERSION}.tar.gz | tar -z -x -f - && sed -e 's/-flto//' -i libcbor-${CBOR_VERSION}/CMakeLists.txt && cmake -DCMAKE_BUILD_TYPE=Release -DCBOR_CUSTOM_ALLOC=ON libcbor-${CBOR_VERSION} && make && make install [2020-07-31T13:12:37.586Z] ---> Running in 295dcb0f1718 [2020-07-31T13:12:39.020Z] --2020-07-31 13:12:38-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-07-31T13:12:39.020Z] Resolving github.com... 140.82.113.4 [2020-07-31T13:12:39.020Z] Connecting to github.com|140.82.113.4|:443... connected. [2020-07-31T13:12:39.114Z] 6059c847ac2f: Pull complete [2020-07-31T13:12:39.114Z] Digest: sha256:6b5104d086ae1e5e8a284a473be9a93378e3934f9b07db5717372c857cbcbe5e [2020-07-31T13:12:39.114Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [2020-07-31T13:12:39.114Z] ---> 5eabd8fd8ba2 [2020-07-31T13:12:39.114Z] Step 3/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev [2020-07-31T13:12:39.295Z] HTTP request sent, awaiting response... 302 Found [2020-07-31T13:12:39.295Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-07-31T13:12:39.295Z] --2020-07-31 13:12:39-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-07-31T13:12:39.295Z] Resolving codeload.github.com... 140.82.112.10 [2020-07-31T13:12:39.295Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2020-07-31T13:12:39.567Z] HTTP request sent, awaiting response... 200 OK [2020-07-31T13:12:39.567Z] Length: unspecified [application/x-gzip] [2020-07-31T13:12:39.567Z] Saving to: 'STDOUT' [2020-07-31T13:12:39.567Z]  [2020-07-31T13:12:39.567Z] 0K .......... .......... .......... .......... .......... 1.35M [2020-07-31T13:12:39.567Z] 50K .......... .......... .......... .......... .......... 2.59M [2020-07-31T13:12:39.567Z] 100K .......... .......... .......... .......... .......... 13.0M [2020-07-31T13:12:39.567Z] 150K .......... .......... .......... .......... .......... 3.39M [2020-07-31T13:12:39.567Z] 200K .......... .......... .......... .......... .......... 10.1M [2020-07-31T13:12:39.567Z] 250K .......... .......... .......... .......... .......... 4.01M [2020-07-31T13:12:39.567Z] 300K .......... .......... .......... .......... .......... 3.46M [2020-07-31T13:12:39.567Z] 350K .......... .......... .......... .......... .......... 4.77M [2020-07-31T13:12:39.567Z] 400K .......... .......... .......... .......... .......... 4.57M [2020-07-31T13:12:39.567Z] 450K .......... .......... .......... .......... .......... 3.92M [2020-07-31T13:12:39.567Z] 500K .......... .......... .......... .......... .......... 7.97M [2020-07-31T13:12:39.567Z] 550K .......... .......... .......... .......... .......... 2.42M [2020-07-31T13:12:39.567Z] 600K .......... .......... .......... .......... .......... 897K [2020-07-31T13:12:39.850Z] 650K .......... .......... .......... .......... .......... 2.17M [2020-07-31T13:12:39.850Z] 700K ..                                  404K=0.2s [2020-07-31T13:12:39.850Z] [2020-07-31T13:12:39.850Z] 2020-07-31 13:12:39 (2.76 MB/s) - written to stdout [719348] [2020-07-31T13:12:39.850Z] [2020-07-31T13:12:40.127Z] -- The C compiler identification is GNU 8.3.0 [2020-07-31T13:12:40.127Z] -- The CXX compiler identification is GNU 8.3.0 [2020-07-31T13:12:40.398Z] -- Check for working C compiler: /usr/bin/cc [2020-07-31T13:12:40.398Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-07-31T13:12:40.398Z] -- Detecting C compiler ABI info [2020-07-31T13:12:40.671Z] -- Detecting C compiler ABI info - done [2020-07-31T13:12:40.671Z] -- Detecting C compile features [2020-07-31T13:12:41.030Z] ---> Running in 01ad2a97b230 [2020-07-31T13:12:41.600Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-07-31T13:12:41.645Z] -- Detecting C compile features - done [2020-07-31T13:12:41.645Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-07-31T13:12:41.917Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-07-31T13:12:41.917Z] -- Detecting CXX compiler ABI info [2020-07-31T13:12:42.190Z] -- Detecting CXX compiler ABI info - done [2020-07-31T13:12:42.190Z] -- Detecting CXX compile features [2020-07-31T13:12:42.541Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-07-31T13:12:42.541Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-07-31T13:12:42.541Z] (2/8) Installing libuuid (2.33-r0) [2020-07-31T13:12:42.802Z] (3/8) Installing libblkid (2.33-r0) [2020-07-31T13:12:42.802Z] (4/8) Installing libfdisk (2.33-r0) [2020-07-31T13:12:42.802Z] (5/8) Installing libmount (2.33-r0) [2020-07-31T13:12:43.062Z] (6/8) Installing libsmartcols (2.33-r0) [2020-07-31T13:12:43.062Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-07-31T13:12:43.323Z] (8/8) Installing wget (1.20.3-r0) [2020-07-31T13:12:43.583Z] Executing busybox-1.29.3-r10.trigger [2020-07-31T13:12:43.583Z] OK: 272 MiB in 83 packages [2020-07-31T13:12:43.653Z] -- Detecting CXX compile features - done [2020-07-31T13:12:43.653Z] -- Looking for include file endian.h [2020-07-31T13:12:43.929Z] -- Looking for include file endian.h - found [2020-07-31T13:12:43.929Z] -- Check if the system is big endian [2020-07-31T13:12:43.929Z] -- Searching 16 bit integer [2020-07-31T13:12:43.929Z] -- Looking for sys/types.h [2020-07-31T13:12:44.155Z] Removing intermediate container 01ad2a97b230 [2020-07-31T13:12:44.155Z] ---> a35c478d200c [2020-07-31T13:12:44.155Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-07-31T13:12:44.155Z] ---> Running in 33e6bd276dba [2020-07-31T13:12:44.155Z] Removing intermediate container 33e6bd276dba [2020-07-31T13:12:44.155Z] ---> 218d622ab41b [2020-07-31T13:12:44.155Z] Step 5/21 : RUN mkdir /tmp/cbor && cd /tmp/cbor && wget -O - https://github.com/PJK/libcbor/archive/v${CBOR_VERSION}.tar.gz | tar -z -x -f - && sed -e 's/-flto//' -i libcbor-${CBOR_VERSION}/CMakeLists.txt && cmake -DCMAKE_BUILD_TYPE=Release -DCBOR_CUSTOM_ALLOC=ON libcbor-${CBOR_VERSION} && make && make install [2020-07-31T13:12:44.202Z] -- Looking for sys/types.h - found [2020-07-31T13:12:44.202Z] -- Looking for stdint.h [2020-07-31T13:12:44.416Z] ---> Running in ed5a9a953688 [2020-07-31T13:12:44.476Z] -- Looking for stdint.h - found [2020-07-31T13:12:44.476Z] -- Looking for stddef.h [2020-07-31T13:12:44.476Z] -- Looking for stddef.h - found [2020-07-31T13:12:44.476Z] -- Check size of unsigned short [2020-07-31T13:12:44.677Z] --2020-07-31 13:12:44-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-07-31T13:12:44.677Z] Resolving github.com... 140.82.113.4 [2020-07-31T13:12:44.677Z] Connecting to github.com|140.82.113.4|:443... connected. [2020-07-31T13:12:44.677Z] HTTP request sent, awaiting response... 302 Found [2020-07-31T13:12:44.677Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-07-31T13:12:44.677Z] --2020-07-31 13:12:44-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-07-31T13:12:44.677Z] Resolving codeload.github.com... 140.82.112.10 [2020-07-31T13:12:44.677Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2020-07-31T13:12:44.749Z] -- Check size of unsigned short - done [2020-07-31T13:12:44.749Z] -- Using unsigned short [2020-07-31T13:12:44.939Z] HTTP request sent, awaiting response... 200 OK [2020-07-31T13:12:44.939Z] Length: unspecified [application/x-gzip] [2020-07-31T13:12:44.939Z] Saving to: 'STDOUT' [2020-07-31T13:12:44.939Z] [2020-07-31T13:12:44.939Z] 0K .......... .......... .......... .......... .......... 1.61M [2020-07-31T13:12:44.939Z] 50K .......... .......... .......... .......... .......... 3.80M [2020-07-31T13:12:44.939Z] 100K .......... .......... .......... .......... .......... 15.5M [2020-07-31T13:12:44.939Z] 150K .......... .......... .......... .......... .......... 4.30M [2020-07-31T13:12:44.939Z] 200K .......... .......... .......... .......... .......... 13.2M [2020-07-31T13:12:44.939Z] 250K .......... .......... .......... .......... .......... 11.1M [2020-07-31T13:12:44.939Z] 300K .......... .......... .......... .......... .......... 7.10M [2020-07-31T13:12:44.939Z] 350K .......... .......... .......... .......... .......... 11.8M [2020-07-31T13:12:44.939Z] 400K .......... .......... .......... .......... .......... 7.73M [2020-07-31T13:12:44.939Z] 450K .......... .......... .......... .......... .......... 8.84M [2020-07-31T13:12:44.939Z] 500K .......... .......... .......... .......... .......... 25.1M [2020-07-31T13:12:44.939Z] 550K .......... .......... .......... .......... .......... 5.85M [2020-07-31T13:12:44.939Z] 600K .......... .......... .......... .......... .......... 2.49M [2020-07-31T13:12:44.939Z] 650K .......... .......... .......... .......... .......... 5.60M [2020-07-31T13:12:44.939Z] 700K .. 1.26M=0.1s [2020-07-31T13:12:44.939Z] [2020-07-31T13:12:44.939Z] 2020-07-31 13:12:44 (5.31 MB/s) - written to stdout [719348] [2020-07-31T13:12:44.939Z] [2020-07-31T13:12:45.020Z] -- Check if the system is big endian - little endian [2020-07-31T13:12:45.200Z] -- The C compiler identification is GNU 8.3.0 [2020-07-31T13:12:45.200Z] -- The CXX compiler identification is GNU 8.3.0 [2020-07-31T13:12:45.200Z] -- Check for working C compiler: /usr/bin/cc [2020-07-31T13:12:45.200Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-07-31T13:12:45.200Z] -- Detecting C compiler ABI info [2020-07-31T13:12:45.293Z] -- Check size of size_t [2020-07-31T13:12:45.293Z] -- Check size of size_t - done [2020-07-31T13:12:45.463Z] -- Detecting C compiler ABI info - done [2020-07-31T13:12:45.463Z] -- Detecting C compile features [2020-07-31T13:12:45.567Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-07-31T13:12:45.568Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-07-31T13:12:45.568Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-07-31T13:12:45.568Z] CMake did not find one. [2020-07-31T13:12:45.568Z] [2020-07-31T13:12:45.568Z] Could not find a package configuration file provided by "cJSON" with any of [2020-07-31T13:12:45.568Z] the following names: [2020-07-31T13:12:45.568Z] [2020-07-31T13:12:45.568Z] cJSONConfig.cmake [2020-07-31T13:12:45.568Z] cjson-config.cmake [2020-07-31T13:12:45.568Z] [2020-07-31T13:12:45.568Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-07-31T13:12:45.568Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-07-31T13:12:45.568Z] provides a separate development package or SDK, be sure it has been [2020-07-31T13:12:45.568Z] installed. [2020-07-31T13:12:45.568Z] [2020-07-31T13:12:45.568Z] [2020-07-31T13:12:45.568Z] -- Configuring done [2020-07-31T13:12:45.568Z] -- Generating done [2020-07-31T13:12:45.568Z] -- Build files have been written to: /tmp/cbor [2020-07-31T13:12:45.728Z] -- Detecting C compile features - done [2020-07-31T13:12:45.728Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-07-31T13:12:45.728Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-07-31T13:12:45.728Z] -- Detecting CXX compiler ABI info [2020-07-31T13:12:45.728Z] -- Detecting CXX compiler ABI info - done [2020-07-31T13:12:45.728Z] -- Detecting CXX compile features [2020-07-31T13:12:45.838Z] Scanning dependencies of target cbor_shared [2020-07-31T13:12:45.838Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-07-31T13:12:46.299Z] -- Detecting CXX compile features - done [2020-07-31T13:12:46.299Z] -- Looking for include file endian.h [2020-07-31T13:12:46.299Z] -- Looking for include file endian.h - found [2020-07-31T13:12:46.299Z] -- Check if the system is big endian [2020-07-31T13:12:46.299Z] -- Searching 16 bit integer [2020-07-31T13:12:46.299Z] -- Looking for sys/types.h [2020-07-31T13:12:46.299Z] -- Looking for sys/types.h - found [2020-07-31T13:12:46.299Z] -- Looking for stdint.h [2020-07-31T13:12:46.561Z] -- Looking for stdint.h - found [2020-07-31T13:12:46.561Z] -- Looking for stddef.h [2020-07-31T13:12:46.561Z] -- Looking for stddef.h - found [2020-07-31T13:12:46.561Z] -- Check size of unsigned short [2020-07-31T13:12:46.561Z] -- Check size of unsigned short - done [2020-07-31T13:12:46.561Z] -- Using unsigned short [2020-07-31T13:12:46.561Z] -- Check if the system is big endian - little endian [2020-07-31T13:12:46.812Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-07-31T13:12:46.821Z] -- Check size of size_t [2020-07-31T13:12:46.821Z] -- Check size of size_t - done [2020-07-31T13:12:46.821Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-07-31T13:12:46.821Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-07-31T13:12:46.821Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-07-31T13:12:46.821Z] CMake did not find one. [2020-07-31T13:12:46.821Z] [2020-07-31T13:12:46.821Z] Could not find a package configuration file provided by "cJSON" with any of [2020-07-31T13:12:46.821Z] the following names: [2020-07-31T13:12:46.821Z] [2020-07-31T13:12:46.821Z] cJSONConfig.cmake [2020-07-31T13:12:46.821Z] cjson-config.cmake [2020-07-31T13:12:46.821Z] [2020-07-31T13:12:46.821Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-07-31T13:12:46.821Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-07-31T13:12:46.821Z] provides a separate development package or SDK, be sure it has been [2020-07-31T13:12:46.821Z] installed. [2020-07-31T13:12:46.821Z] [2020-07-31T13:12:46.821Z] [2020-07-31T13:12:46.821Z] -- Configuring done [2020-07-31T13:12:46.821Z] -- Generating done [2020-07-31T13:12:46.821Z] -- Build files have been written to: /tmp/cbor [2020-07-31T13:12:46.821Z] Scanning dependencies of target cbor_shared [2020-07-31T13:12:46.821Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-07-31T13:12:47.081Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-07-31T13:12:47.085Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-07-31T13:12:47.342Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-07-31T13:12:47.342Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-07-31T13:12:47.357Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-07-31T13:12:47.602Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-07-31T13:12:47.602Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-07-31T13:12:47.602Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-07-31T13:12:47.602Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-07-31T13:12:47.863Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-07-31T13:12:47.863Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-07-31T13:12:47.863Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-07-31T13:12:47.950Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-07-31T13:12:48.124Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-07-31T13:12:48.124Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-07-31T13:12:48.221Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-07-31T13:12:48.385Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-07-31T13:12:48.385Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-07-31T13:12:48.385Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-07-31T13:12:48.385Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-07-31T13:12:48.501Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-07-31T13:12:48.501Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-07-31T13:12:48.646Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-07-31T13:12:48.646Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-07-31T13:12:48.646Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-07-31T13:12:48.646Z] [ 40%] Linking C shared library libcbor.so [2020-07-31T13:12:48.773Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-07-31T13:12:48.909Z] [ 40%] Built target cbor_shared [2020-07-31T13:12:48.909Z] Scanning dependencies of target cbor [2020-07-31T13:12:48.909Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-07-31T13:12:48.909Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-07-31T13:12:49.057Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-07-31T13:12:49.169Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-07-31T13:12:49.169Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-07-31T13:12:49.429Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-07-31T13:12:49.648Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-07-31T13:12:49.690Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-07-31T13:12:49.690Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-07-31T13:12:49.690Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-07-31T13:12:49.690Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-07-31T13:12:49.919Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-07-31T13:12:49.949Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-07-31T13:12:49.949Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-07-31T13:12:50.191Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-07-31T13:12:50.211Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-07-31T13:12:50.211Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-07-31T13:12:50.211Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-07-31T13:12:50.475Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-07-31T13:12:50.475Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-07-31T13:12:50.737Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-07-31T13:12:50.737Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-07-31T13:12:50.782Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-07-31T13:12:50.997Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-07-31T13:12:50.997Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-07-31T13:12:50.997Z] [ 80%] Linking C static library libcbor.a [2020-07-31T13:12:50.997Z] [ 80%] Built target cbor [2020-07-31T13:12:50.997Z] Scanning dependencies of target create_items [2020-07-31T13:12:50.997Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-07-31T13:12:50.997Z] [ 84%] Linking C executable create_items [2020-07-31T13:12:51.053Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-07-31T13:12:51.053Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-07-31T13:12:51.265Z] [ 84%] Built target create_items [2020-07-31T13:12:51.265Z] Scanning dependencies of target readfile [2020-07-31T13:12:51.265Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-07-31T13:12:51.265Z] [ 88%] Linking C executable readfile [2020-07-31T13:12:51.265Z] [ 88%] Built target readfile [2020-07-31T13:12:51.265Z] Scanning dependencies of target streaming_parser [2020-07-31T13:12:51.265Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-07-31T13:12:51.265Z] [ 92%] Linking C executable streaming_parser [2020-07-31T13:12:51.265Z] [ 92%] Built target streaming_parser [2020-07-31T13:12:51.265Z] Scanning dependencies of target sort [2020-07-31T13:12:51.265Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-07-31T13:12:51.323Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-07-31T13:12:51.526Z] [ 96%] Linking C executable sort [2020-07-31T13:12:51.526Z] [ 96%] Built target sort [2020-07-31T13:12:51.526Z] Scanning dependencies of target hello [2020-07-31T13:12:51.526Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-07-31T13:12:51.526Z] [100%] Linking C executable hello [2020-07-31T13:12:51.526Z] [100%] Built target hello [2020-07-31T13:12:51.526Z] Install the project... [2020-07-31T13:12:51.526Z] -- Install configuration: "Release" [2020-07-31T13:12:51.526Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-07-31T13:12:51.526Z] -- Installing: /usr/local/lib64/libcbor.a [2020-07-31T13:12:51.526Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-07-31T13:12:51.526Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-07-31T13:12:51.526Z] -- Installing: /usr/local/lib64/libcbor.so [2020-07-31T13:12:51.526Z] -- Up-to-date: /usr/local/include/cbor [2020-07-31T13:12:51.526Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-07-31T13:12:51.526Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-07-31T13:12:51.526Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-07-31T13:12:51.526Z] -- Installing: /usr/local/include/cbor/common.h [2020-07-31T13:12:51.526Z] -- Installing: /usr/local/include/cbor/data.h [2020-07-31T13:12:51.526Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-07-31T13:12:51.526Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-07-31T13:12:51.526Z] -- Installing: /usr/local/include/cbor/internal [2020-07-31T13:12:51.526Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-07-31T13:12:51.526Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-07-31T13:12:51.526Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-07-31T13:12:51.526Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-07-31T13:12:51.526Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-07-31T13:12:51.526Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-07-31T13:12:51.526Z] -- Installing: /usr/local/include/cbor/ints.h [2020-07-31T13:12:51.526Z] -- Installing: /usr/local/include/cbor/maps.h [2020-07-31T13:12:51.526Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-07-31T13:12:51.526Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-07-31T13:12:51.526Z] -- Installing: /usr/local/include/cbor/strings.h [2020-07-31T13:12:51.526Z] -- Installing: /usr/local/include/cbor/tags.h [2020-07-31T13:12:51.526Z] -- Installing: /usr/local/include/cbor.h [2020-07-31T13:12:51.526Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-07-31T13:12:51.594Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-07-31T13:12:51.864Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-07-31T13:12:52.136Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-07-31T13:12:52.407Z] [ 40%] Linking C shared library libcbor.so [2020-07-31T13:12:52.407Z] [ 40%] Built target cbor_shared [2020-07-31T13:12:52.407Z] Scanning dependencies of target cbor [2020-07-31T13:12:52.678Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-07-31T13:12:53.270Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-07-31T13:12:53.442Z] Removing intermediate container ed5a9a953688 [2020-07-31T13:12:53.442Z] ---> 0f5175ad6afd [2020-07-31T13:12:53.442Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-07-31T13:12:53.442Z] ---> Running in 9f80e48b0c86 [2020-07-31T13:12:53.861Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-07-31T13:12:54.132Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-07-31T13:12:54.827Z] Removing intermediate container 9f80e48b0c86 [2020-07-31T13:12:54.827Z] ---> 9aa4e6b73d59 [2020-07-31T13:12:54.827Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-07-31T13:12:54.827Z] ---> 1ef838c34141 [2020-07-31T13:12:54.827Z] Step 8/21 : COPY src /tmp/sdk/src [2020-07-31T13:12:55.112Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-07-31T13:12:55.383Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-07-31T13:12:55.655Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-07-31T13:12:55.770Z] ---> 13fa3e9c0cfe [2020-07-31T13:12:55.770Z] Step 9/21 : COPY include /tmp/sdk/include [2020-07-31T13:12:55.770Z] ---> e32e5b2a149f [2020-07-31T13:12:55.770Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-07-31T13:12:55.928Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-07-31T13:12:56.033Z] ---> f8b25ef9fb19 [2020-07-31T13:12:56.033Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-07-31T13:12:56.200Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-07-31T13:12:56.293Z] ---> c9fab0c7f9c4 [2020-07-31T13:12:56.293Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-07-31T13:12:56.470Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-07-31T13:12:56.554Z] ---> 7ec7cc49f6db [2020-07-31T13:12:56.554Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-07-31T13:12:56.554Z] ---> Running in 4c0b86f928b8 [2020-07-31T13:12:57.066Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-07-31T13:12:57.124Z] + CPPCHECK=false [2020-07-31T13:12:57.124Z] + DOCGEN=false [2020-07-31T13:12:57.124Z] + TOMLVER=SDK-0.2 [2020-07-31T13:12:57.124Z] + CUTILVER=1.1-branch [2020-07-31T13:12:57.124Z] + '[' 0 -gt 0 ] [2020-07-31T13:12:57.124Z] + readlink -f ./scripts/build.sh [2020-07-31T13:12:57.124Z] + dirname /tmp/sdk/scripts/build.sh [2020-07-31T13:12:57.124Z] + dirname /tmp/sdk/scripts [2020-07-31T13:12:57.124Z] + ROOT=/tmp/sdk [2020-07-31T13:12:57.124Z] + cd /tmp/sdk [2020-07-31T13:12:57.124Z] + '[' '!' -d deps ] [2020-07-31T13:12:57.124Z] + mkdir deps [2020-07-31T13:12:57.124Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-07-31T13:12:57.124Z] + tar -C deps -z -x -f - [2020-07-31T13:12:57.124Z] --2020-07-31 13:12:56-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-07-31T13:12:57.124Z] Resolving github.com... 140.82.113.4 [2020-07-31T13:12:57.124Z] Connecting to github.com|140.82.113.4|:443... connected. [2020-07-31T13:12:57.124Z] HTTP request sent, awaiting response... 302 Found [2020-07-31T13:12:57.124Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-07-31T13:12:57.124Z] --2020-07-31 13:12:57-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-07-31T13:12:57.124Z] Resolving codeload.github.com... 140.82.112.10 [2020-07-31T13:12:57.124Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2020-07-31T13:12:57.337Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-07-31T13:12:57.384Z] HTTP request sent, awaiting response... 200 OK [2020-07-31T13:12:57.384Z] Length: unspecified [application/x-gzip] [2020-07-31T13:12:57.384Z] Saving to: 'STDOUT' [2020-07-31T13:12:57.384Z] [2020-07-31T13:12:57.384Z] 0K .......... ...... 1022K=0.02s [2020-07-31T13:12:57.384Z] [2020-07-31T13:12:57.384Z] 2020-07-31 13:12:57 (1022 KB/s) - written to stdout [16451] [2020-07-31T13:12:57.384Z] [2020-07-31T13:12:57.384Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-07-31T13:12:57.384Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz [2020-07-31T13:12:57.384Z] + tar -C deps -z -x -f - [2020-07-31T13:12:57.384Z] --2020-07-31 13:12:57-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz [2020-07-31T13:12:57.384Z] Resolving github.com... 140.82.113.4 [2020-07-31T13:12:57.384Z] Connecting to github.com|140.82.113.4|:443... connected. [2020-07-31T13:12:57.644Z] HTTP request sent, awaiting response... 302 Found [2020-07-31T13:12:57.644Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch [following] [2020-07-31T13:12:57.644Z] --2020-07-31 13:12:57-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch [2020-07-31T13:12:57.644Z] Resolving codeload.github.com... 140.82.112.10 [2020-07-31T13:12:57.644Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2020-07-31T13:12:57.906Z] HTTP request sent, awaiting response... 200 OK [2020-07-31T13:12:57.906Z] Length: unspecified [application/x-gzip] [2020-07-31T13:12:57.906Z] Saving to: 'STDOUT' [2020-07-31T13:12:57.906Z] [2020-07-31T13:12:57.906Z] 0K .......... .......... .......... .......... .......... 1.54M [2020-07-31T13:12:57.906Z] 50K .......... .......... .......... .......... .......... 3.01M [2020-07-31T13:12:57.906Z] 100K .......... .......... .......... .......... .......... 43.3M [2020-07-31T13:12:57.906Z] 150K .......... ..... 15.6M=0.05s [2020-07-31T13:12:57.906Z] [2020-07-31T13:12:57.906Z] 2020-07-31 13:12:57 (3.23 MB/s) - written to stdout [169364] [2020-07-31T13:12:57.906Z] [2020-07-31T13:12:57.906Z] + mkdir -p src/c/iot [2020-07-31T13:12:57.906Z] + 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 [2020-07-31T13:12:57.906Z] + mkdir -p include/iot [2020-07-31T13:12:57.906Z] + 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 [2020-07-31T13:12:57.906Z] + mkdir -p include/iot/os [2020-07-31T13:12:57.906Z] + 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 [2020-07-31T13:12:57.906Z] + mkdir -p /tmp/sdk/build/release [2020-07-31T13:12:57.906Z] + cd /tmp/sdk/build/release [2020-07-31T13:12:57.906Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-07-31T13:12:57.906Z] -- The C compiler identification is GNU 8.3.0 [2020-07-31T13:12:57.906Z] -- Check for working C compiler: /usr/bin/cc [2020-07-31T13:12:57.906Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-07-31T13:12:57.906Z] -- Detecting C compiler ABI info [2020-07-31T13:12:57.928Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-07-31T13:12:58.169Z] -- Detecting C compiler ABI info - done [2020-07-31T13:12:58.169Z] -- Detecting C compile features [2020-07-31T13:12:58.199Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-07-31T13:12:58.432Z] -- Detecting C compile features - done [2020-07-31T13:12:58.432Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-07-31T13:12:58.432Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-07-31T13:12:58.432Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-07-31T13:12:58.432Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-07-31T13:12:58.432Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-07-31T13:12:58.432Z] -- C SDK 1.3.0-dev.2 for Linux [2020-07-31T13:12:58.432Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-07-31T13:12:58.432Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-07-31T13:12:58.432Z] -- Found Curses: /usr/lib/libcurses.so [2020-07-31T13:12:58.432Z] -- Configuring done [2020-07-31T13:12:58.470Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-07-31T13:12:58.693Z] -- Generating done [2020-07-31T13:12:58.693Z] -- Build files have been written to: /tmp/sdk/build/release [2020-07-31T13:12:58.693Z] + make [2020-07-31T13:12:58.693Z] + tee release.log [2020-07-31T13:12:58.693Z] Scanning dependencies of target csdk [2020-07-31T13:12:58.693Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-07-31T13:12:58.693Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-07-31T13:12:58.740Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-07-31T13:12:58.953Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-07-31T13:12:59.010Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-07-31T13:12:59.282Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-07-31T13:12:59.525Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-07-31T13:12:59.525Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-07-31T13:12:59.525Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-07-31T13:12:59.560Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-07-31T13:12:59.786Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-07-31T13:12:59.838Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-07-31T13:12:59.839Z] [ 80%] Linking C static library libcbor.a [2020-07-31T13:13:00.111Z] [ 80%] Built target cbor [2020-07-31T13:13:00.111Z] Scanning dependencies of target create_items [2020-07-31T13:13:00.111Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-07-31T13:13:00.359Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-07-31T13:13:00.383Z] [ 84%] Linking C executable create_items [2020-07-31T13:13:00.384Z] [ 84%] Built target create_items [2020-07-31T13:13:00.384Z] Scanning dependencies of target readfile [2020-07-31T13:13:00.384Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-07-31T13:13:00.619Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-07-31T13:13:00.619Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-07-31T13:13:00.654Z] [ 88%] Linking C executable readfile [2020-07-31T13:13:00.654Z] [ 88%] Built target readfile [2020-07-31T13:13:00.654Z] Scanning dependencies of target streaming_parser [2020-07-31T13:13:00.654Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-07-31T13:13:00.879Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-07-31T13:13:00.879Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-07-31T13:13:00.879Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-07-31T13:13:00.924Z] [ 92%] Linking C executable streaming_parser [2020-07-31T13:13:00.924Z] [ 92%] Built target streaming_parser [2020-07-31T13:13:00.924Z] Scanning dependencies of target sort [2020-07-31T13:13:01.139Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-07-31T13:13:01.195Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-07-31T13:13:01.195Z] [ 96%] Linking C executable sort [2020-07-31T13:13:01.470Z] [ 96%] Built target sort [2020-07-31T13:13:01.470Z] Scanning dependencies of target hello [2020-07-31T13:13:01.470Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-07-31T13:13:01.470Z] [100%] Linking C executable hello [2020-07-31T13:13:01.741Z] [100%] Built target hello [2020-07-31T13:13:01.742Z] Install the project... [2020-07-31T13:13:01.742Z] -- Install configuration: "Release" [2020-07-31T13:13:01.742Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-07-31T13:13:01.742Z] -- Installing: /usr/local/lib64/libcbor.a [2020-07-31T13:13:01.742Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-07-31T13:13:01.742Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-07-31T13:13:01.742Z] -- Installing: /usr/local/lib64/libcbor.so [2020-07-31T13:13:01.742Z] -- Up-to-date: /usr/local/include/cbor [2020-07-31T13:13:01.742Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-07-31T13:13:01.742Z] -- Installing: /usr/local/include/cbor/ints.h [2020-07-31T13:13:01.742Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-07-31T13:13:01.742Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-07-31T13:13:01.742Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-07-31T13:13:01.742Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-07-31T13:13:01.742Z] -- Installing: /usr/local/include/cbor/data.h [2020-07-31T13:13:01.742Z] -- Installing: /usr/local/include/cbor/common.h [2020-07-31T13:13:01.742Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-07-31T13:13:01.742Z] -- Installing: /usr/local/include/cbor/strings.h [2020-07-31T13:13:01.742Z] -- Installing: /usr/local/include/cbor/tags.h [2020-07-31T13:13:01.742Z] -- Installing: /usr/local/include/cbor/internal [2020-07-31T13:13:01.742Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-07-31T13:13:01.742Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-07-31T13:13:01.742Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-07-31T13:13:01.742Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-07-31T13:13:01.742Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-07-31T13:13:01.742Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-07-31T13:13:01.742Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-07-31T13:13:01.742Z] -- Installing: /usr/local/include/cbor/maps.h [2020-07-31T13:13:01.742Z] -- Installing: /usr/local/include/cbor.h [2020-07-31T13:13:01.742Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-07-31T13:13:02.084Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-07-31T13:13:02.084Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-07-31T13:13:02.084Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-07-31T13:13:02.084Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-07-31T13:13:02.354Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-07-31T13:13:02.971Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-07-31T13:13:02.971Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-07-31T13:13:02.971Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-07-31T13:13:03.268Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-07-31T13:13:03.268Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-07-31T13:13:03.532Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-07-31T13:13:03.532Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-07-31T13:13:03.792Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-07-31T13:13:03.793Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-07-31T13:13:04.053Z] [ 48%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-07-31T13:13:04.053Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-07-31T13:13:04.313Z] [ 51%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-07-31T13:13:04.313Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-07-31T13:13:04.375Z] Removing intermediate container 295dcb0f1718 [2020-07-31T13:13:04.375Z] ---> 7cf362a74643 [2020-07-31T13:13:04.375Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-07-31T13:13:04.375Z] ---> Running in 77e9ef4e84b3 [2020-07-31T13:13:05.694Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-07-31T13:13:05.694Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-07-31T13:13:05.694Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-07-31T13:13:05.954Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-07-31T13:13:06.213Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-07-31T13:13:06.784Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-07-31T13:13:06.982Z] Removing intermediate container 77e9ef4e84b3 [2020-07-31T13:13:06.982Z] ---> 37552af6b41b [2020-07-31T13:13:06.982Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-07-31T13:13:07.254Z] ---> 584ff6ea0299 [2020-07-31T13:13:07.254Z] Step 8/21 : COPY src /tmp/sdk/src [2020-07-31T13:13:07.732Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-07-31T13:13:07.732Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-07-31T13:13:08.231Z] ---> 30390f80db03 [2020-07-31T13:13:08.231Z] Step 9/21 : COPY include /tmp/sdk/include [2020-07-31T13:13:08.302Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-07-31T13:13:08.302Z] [ 70%] Linking C shared library libcsdk.so [2020-07-31T13:13:08.302Z] [ 70%] Built target csdk [2020-07-31T13:13:08.302Z] Scanning dependencies of target template [2020-07-31T13:13:08.302Z] [ 71%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-07-31T13:13:08.562Z] [ 73%] Linking C executable template [2020-07-31T13:13:08.562Z] [ 73%] Built target template [2020-07-31T13:13:08.562Z] Scanning dependencies of target device-counter [2020-07-31T13:13:08.562Z] [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-07-31T13:13:08.824Z] [ 76%] Linking C executable device-counter [2020-07-31T13:13:08.824Z] [ 76%] Built target device-counter [2020-07-31T13:13:08.824Z] Scanning dependencies of target device-random [2020-07-31T13:13:08.824Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-07-31T13:13:08.824Z] [ 80%] Linking C executable device-random [2020-07-31T13:13:08.828Z] ---> 1ebff4185025 [2020-07-31T13:13:08.828Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-07-31T13:13:09.084Z] [ 80%] Built target device-random [2020-07-31T13:13:09.084Z] Scanning dependencies of target device-gyro [2020-07-31T13:13:09.084Z] [ 81%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-07-31T13:13:09.084Z] [ 83%] Linking C executable device-gyro [2020-07-31T13:13:09.084Z] [ 83%] Built target device-gyro [2020-07-31T13:13:09.084Z] Scanning dependencies of target device-bitfields [2020-07-31T13:13:09.084Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-07-31T13:13:09.344Z] [ 86%] Linking C executable device-bitfields [2020-07-31T13:13:09.344Z] [ 86%] Built target device-bitfields [2020-07-31T13:13:09.344Z] Scanning dependencies of target template-discovery [2020-07-31T13:13:09.344Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-07-31T13:13:09.610Z] [ 90%] Linking C executable template-discovery [2020-07-31T13:13:09.610Z] [ 90%] Built target template-discovery [2020-07-31T13:13:09.610Z] Scanning dependencies of target device-file [2020-07-31T13:13:09.610Z] [ 91%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-07-31T13:13:09.803Z] ---> ead0e276b9bb [2020-07-31T13:13:09.803Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-07-31T13:13:09.869Z] [ 93%] Linking C executable device-file [2020-07-31T13:13:09.870Z] [ 93%] Built target device-file [2020-07-31T13:13:09.870Z] Scanning dependencies of target device-terminal [2020-07-31T13:13:09.870Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-07-31T13:13:10.130Z] [ 96%] Linking C executable device-terminal [2020-07-31T13:13:10.130Z] [ 96%] Built target device-terminal [2020-07-31T13:13:10.130Z] Scanning dependencies of target templatev1 [2020-07-31T13:13:10.130Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-07-31T13:13:10.130Z] [100%] Linking C executable templatev1 [2020-07-31T13:13:10.390Z] [100%] Built target templatev1 [2020-07-31T13:13:10.390Z] + make package+ [2020-07-31T13:13:10.390Z] tee -a release.log [2020-07-31T13:13:10.390Z] [ 70%] Built target csdk [2020-07-31T13:13:10.390Z] [ 73%] Built target template [2020-07-31T13:13:10.390Z] [ 76%] Built target device-counter [2020-07-31T13:13:10.390Z] [ 80%] Built target device-random [2020-07-31T13:13:10.390Z] [ 83%] Built target device-gyro [2020-07-31T13:13:10.390Z] [ 86%] Built target device-bitfields [2020-07-31T13:13:10.390Z] [ 90%] Built target template-discovery [2020-07-31T13:13:10.390Z] [ 93%] Built target device-file [2020-07-31T13:13:10.390Z] [ 96%] Built target device-terminal [2020-07-31T13:13:10.395Z] ---> e88c4e65a50b [2020-07-31T13:13:10.395Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-07-31T13:13:10.652Z] [100%] Built target templatev1 [2020-07-31T13:13:10.652Z] Run CPack packaging tool... [2020-07-31T13:13:10.652Z] CPack: Create package using TGZ [2020-07-31T13:13:10.652Z] CPack: Install projects [2020-07-31T13:13:10.652Z] CPack: - Run preinstall target for: Csdk [2020-07-31T13:13:10.912Z] CPack: - Install project: Csdk [2020-07-31T13:13:10.912Z] CPack: Create package [2020-07-31T13:13:10.912Z] CPack: - package: /tmp/sdk/build/release/csdk-1.3.0-dev.2.tar.gz generated. [2020-07-31T13:13:10.912Z] + '[' false '=' true ] [2020-07-31T13:13:10.912Z] + '[' false '=' true ] [2020-07-31T13:13:10.912Z] + mkdir -p /tmp/sdk/build/debug [2020-07-31T13:13:10.912Z] + cd /tmp/sdk/build/debug [2020-07-31T13:13:10.912Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-07-31T13:13:10.912Z] -- The C compiler identification is GNU 8.3.0 [2020-07-31T13:13:10.912Z] -- Check for working C compiler: /usr/bin/cc [2020-07-31T13:13:10.989Z] ---> 24450f13d7ae [2020-07-31T13:13:10.989Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-07-31T13:13:11.181Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-07-31T13:13:11.181Z] -- Detecting C compiler ABI info [2020-07-31T13:13:11.181Z] -- Detecting C compiler ABI info - done [2020-07-31T13:13:11.181Z] -- Detecting C compile features [2020-07-31T13:13:11.262Z] ---> Running in 4421ec446e0a [2020-07-31T13:13:11.442Z] -- Detecting C compile features - done [2020-07-31T13:13:11.442Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-07-31T13:13:11.442Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-07-31T13:13:11.442Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-07-31T13:13:11.442Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-07-31T13:13:11.442Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-07-31T13:13:11.442Z] -- C SDK 1.3.0-dev.2 for Linux [2020-07-31T13:13:11.442Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-07-31T13:13:11.442Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-07-31T13:13:11.442Z] -- Found Curses: /usr/lib/libcurses.so [2020-07-31T13:13:11.703Z] -- Configuring done [2020-07-31T13:13:11.703Z] -- Generating done [2020-07-31T13:13:11.703Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-07-31T13:13:11.703Z] + make [2020-07-31T13:13:11.703Z] + tee debug.log [2020-07-31T13:13:11.703Z] Scanning dependencies of target csdk [2020-07-31T13:13:11.703Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-07-31T13:13:11.965Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-07-31T13:13:11.965Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-07-31T13:13:11.965Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-07-31T13:13:12.226Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-07-31T13:13:12.226Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-07-31T13:13:12.226Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-07-31T13:13:12.486Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-07-31T13:13:12.486Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-07-31T13:13:12.688Z] + CPPCHECK=false [2020-07-31T13:13:12.688Z] + DOCGEN=false [2020-07-31T13:13:12.688Z] + TOMLVER=SDK-0.2 [2020-07-31T13:13:12.688Z] + CUTILVER=1.1-branch [2020-07-31T13:13:12.688Z] + '[' 0 -gt 0 ] [2020-07-31T13:13:12.688Z] + readlink -f ./scripts/build.sh [2020-07-31T13:13:12.688Z] + dirname /tmp/sdk/scripts/build.sh [2020-07-31T13:13:12.688Z] + dirname /tmp/sdk/scripts [2020-07-31T13:13:12.688Z] + ROOT=/tmp/sdk [2020-07-31T13:13:12.688Z] + cd /tmp/sdk [2020-07-31T13:13:12.688Z] + '[' '!' -d deps ] [2020-07-31T13:13:12.688Z] + mkdir deps [2020-07-31T13:13:12.688Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-07-31T13:13:12.688Z] --2020-07-31 13:13:12-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-07-31T13:13:12.688Z] + tar -C deps -z -x -f - [2020-07-31T13:13:12.688Z] Resolving github.com... 140.82.113.4 [2020-07-31T13:13:12.688Z] Connecting to github.com|140.82.113.4|:443... connected. [2020-07-31T13:13:12.688Z] HTTP request sent, awaiting response... 302 Found [2020-07-31T13:13:12.688Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-07-31T13:13:12.688Z] --2020-07-31 13:13:12-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-07-31T13:13:12.688Z] Resolving codeload.github.com... 140.82.112.10 [2020-07-31T13:13:12.688Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2020-07-31T13:13:12.748Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-07-31T13:13:12.748Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-07-31T13:13:12.748Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-07-31T13:13:12.961Z] HTTP request sent, awaiting response... 200 OK [2020-07-31T13:13:12.961Z] Length: unspecified [application/x-gzip] [2020-07-31T13:13:12.961Z] Saving to: 'STDOUT' [2020-07-31T13:13:12.961Z]  [2020-07-31T13:13:12.961Z] 0K .......... ......   911K=0.02s [2020-07-31T13:13:12.961Z] [2020-07-31T13:13:12.961Z] 2020-07-31 13:13:12 (911 KB/s) - written to stdout [16451] [2020-07-31T13:13:12.961Z] [2020-07-31T13:13:12.961Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-07-31T13:13:12.961Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz [2020-07-31T13:13:12.961Z] + tar -C deps -z -x -f - [2020-07-31T13:13:12.961Z] --2020-07-31 13:13:12-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz [2020-07-31T13:13:12.961Z] Resolving github.com... 140.82.113.4 [2020-07-31T13:13:12.961Z] Connecting to github.com|140.82.113.4|:443... connected. [2020-07-31T13:13:12.961Z] HTTP request sent, awaiting response... 302 Found [2020-07-31T13:13:12.961Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch [following] [2020-07-31T13:13:12.961Z] --2020-07-31 13:13:12-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch [2020-07-31T13:13:12.961Z] Resolving codeload.github.com... 140.82.112.10 [2020-07-31T13:13:12.961Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2020-07-31T13:13:13.009Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-07-31T13:13:13.009Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-07-31T13:13:13.232Z] HTTP request sent, awaiting response... 200 OK [2020-07-31T13:13:13.232Z] Length: unspecified [application/x-gzip] [2020-07-31T13:13:13.232Z] Saving to: 'STDOUT' [2020-07-31T13:13:13.232Z] [2020-07-31T13:13:13.232Z] 0K .......... .......... .......... .......... .......... 1.32M [2020-07-31T13:13:13.232Z] 50K .......... .......... .......... .......... .......... 4.24M [2020-07-31T13:13:13.232Z] 100K .......... .......... .......... .......... .......... 3.47M [2020-07-31T13:13:13.232Z] 150K .......... ..... 3.64M=0.07s [2020-07-31T13:13:13.232Z] [2020-07-31T13:13:13.232Z] 2020-07-31 13:13:13 (2.42 MB/s) - written to stdout [169364] [2020-07-31T13:13:13.232Z] [2020-07-31T13:13:13.232Z] + mkdir -p src/c/iot [2020-07-31T13:13:13.232Z] + 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 [2020-07-31T13:13:13.232Z] + mkdir -p include/iot [2020-07-31T13:13:13.232Z] + 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 [2020-07-31T13:13:13.232Z] + mkdir -p include/iot/os [2020-07-31T13:13:13.232Z] + 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 [2020-07-31T13:13:13.232Z] + mkdir -p /tmp/sdk/build/release [2020-07-31T13:13:13.232Z] + cd /tmp/sdk/build/release [2020-07-31T13:13:13.232Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-07-31T13:13:13.270Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-07-31T13:13:13.270Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-07-31T13:13:13.270Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-07-31T13:13:13.503Z] -- The C compiler identification is GNU 8.3.0 [2020-07-31T13:13:13.503Z] -- Check for working C compiler: /usr/bin/cc [2020-07-31T13:13:13.531Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-07-31T13:13:13.531Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-07-31T13:13:13.784Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-07-31T13:13:13.784Z] -- Detecting C compiler ABI info [2020-07-31T13:13:13.792Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-07-31T13:13:13.792Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-07-31T13:13:13.792Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-07-31T13:13:13.792Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-07-31T13:13:14.052Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-07-31T13:13:14.052Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-07-31T13:13:14.052Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-07-31T13:13:14.052Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-07-31T13:13:14.056Z] -- Detecting C compiler ABI info - done [2020-07-31T13:13:14.056Z] -- Detecting C compile features [2020-07-31T13:13:14.313Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-07-31T13:13:14.313Z] [ 48%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-07-31T13:13:14.313Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-07-31T13:13:14.574Z] [ 51%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-07-31T13:13:14.574Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-07-31T13:13:14.834Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-07-31T13:13:14.834Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-07-31T13:13:15.028Z] -- Detecting C compile features - done [2020-07-31T13:13:15.028Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-07-31T13:13:15.028Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-07-31T13:13:15.028Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-07-31T13:13:15.028Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-07-31T13:13:15.028Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-07-31T13:13:15.028Z] -- C SDK 1.3.0-dev.2 for Linux [2020-07-31T13:13:15.028Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-07-31T13:13:15.028Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-07-31T13:13:15.095Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-07-31T13:13:15.095Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-07-31T13:13:15.303Z] -- Found Curses: /usr/lib/libcurses.so [2020-07-31T13:13:15.303Z] -- Configuring done [2020-07-31T13:13:15.355Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-07-31T13:13:15.355Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-07-31T13:13:15.575Z] -- Generating done [2020-07-31T13:13:15.575Z] -- Build files have been written to: /tmp/sdk/build/release [2020-07-31T13:13:15.575Z] + + teemake [2020-07-31T13:13:15.575Z] release.log [2020-07-31T13:13:15.575Z] Scanning dependencies of target csdk [2020-07-31T13:13:15.615Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-07-31T13:13:15.846Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-07-31T13:13:15.876Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-07-31T13:13:15.876Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-07-31T13:13:15.876Z] [ 70%] Linking C shared library libcsdk.so [2020-07-31T13:13:16.135Z] [ 70%] Built target csdk [2020-07-31T13:13:16.135Z] Scanning dependencies of target template [2020-07-31T13:13:16.135Z] [ 71%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-07-31T13:13:16.135Z] [ 73%] Linking C executable template [2020-07-31T13:13:16.135Z] [ 73%] Built target template [2020-07-31T13:13:16.135Z] Scanning dependencies of target device-counter [2020-07-31T13:13:16.135Z] [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-07-31T13:13:16.397Z] [ 76%] Linking C executable device-counter [2020-07-31T13:13:16.397Z] [ 76%] Built target device-counter [2020-07-31T13:13:16.397Z] Scanning dependencies of target device-random [2020-07-31T13:13:16.398Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-07-31T13:13:16.398Z] [ 80%] Linking C executable device-random [2020-07-31T13:13:16.398Z] [ 80%] Built target device-random [2020-07-31T13:13:16.398Z] Scanning dependencies of target device-gyro [2020-07-31T13:13:16.437Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-07-31T13:13:16.659Z] [ 81%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-07-31T13:13:16.659Z] [ 83%] Linking C executable device-gyro [2020-07-31T13:13:16.659Z] [ 83%] Built target device-gyro [2020-07-31T13:13:16.659Z] Scanning dependencies of target device-bitfields [2020-07-31T13:13:16.659Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-07-31T13:13:16.659Z] [ 86%] Linking C executable device-bitfields [2020-07-31T13:13:16.708Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-07-31T13:13:16.919Z] [ 86%] Built target device-bitfields [2020-07-31T13:13:16.919Z] Scanning dependencies of target template-discovery [2020-07-31T13:13:16.919Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-07-31T13:13:16.919Z] [ 90%] Linking C executable template-discovery [2020-07-31T13:13:16.919Z] [ 90%] Built target template-discovery [2020-07-31T13:13:16.919Z] Scanning dependencies of target device-file [2020-07-31T13:13:16.919Z] [ 91%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-07-31T13:13:17.179Z] [ 93%] Linking C executable device-file [2020-07-31T13:13:17.179Z] [ 93%] Built target device-file [2020-07-31T13:13:17.179Z] Scanning dependencies of target device-terminal [2020-07-31T13:13:17.179Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-07-31T13:13:17.179Z] [ 96%] Linking C executable device-terminal [2020-07-31T13:13:17.439Z] [ 96%] Built target device-terminal [2020-07-31T13:13:17.439Z] Scanning dependencies of target templatev1 [2020-07-31T13:13:17.439Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-07-31T13:13:17.439Z] [100%] Linking C executable templatev1 [2020-07-31T13:13:17.439Z] [100%] Built target templatev1 [2020-07-31T13:13:17.439Z] make: Entering directory '/tmp/sdk/build/release' [2020-07-31T13:13:17.439Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-07-31T13:13:17.439Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-31T13:13:17.439Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-31T13:13:17.439Z] [ 70%] Built target csdk [2020-07-31T13:13:17.439Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-31T13:13:17.439Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-31T13:13:17.439Z] [ 73%] Built target template [2020-07-31T13:13:17.439Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-31T13:13:17.700Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-31T13:13:17.700Z] [ 76%] Built target device-counter [2020-07-31T13:13:17.700Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-31T13:13:17.700Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-31T13:13:17.700Z] [ 80%] Built target device-random [2020-07-31T13:13:17.700Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-31T13:13:17.700Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-31T13:13:17.700Z] [ 83%] Built target device-gyro [2020-07-31T13:13:17.700Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-31T13:13:17.700Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-31T13:13:17.700Z] [ 86%] Built target device-bitfields [2020-07-31T13:13:17.700Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-31T13:13:17.700Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-31T13:13:17.700Z] [ 90%] Built target template-discovery [2020-07-31T13:13:17.700Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-31T13:13:17.700Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-31T13:13:17.700Z] [ 93%] Built target device-file [2020-07-31T13:13:17.700Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-31T13:13:17.700Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-31T13:13:17.700Z] [ 96%] Built target device-terminal [2020-07-31T13:13:17.700Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-31T13:13:17.700Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-31T13:13:17.700Z] [100%] Built target templatev1 [2020-07-31T13:13:17.700Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-07-31T13:13:17.700Z] Install the project... [2020-07-31T13:13:17.700Z] -- Install configuration: "Release" [2020-07-31T13:13:17.700Z] -- Installing: /usr/local/lib/libcsdk.so [2020-07-31T13:13:17.700Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-07-31T13:13:17.700Z] -- Up-to-date: /usr/local/include [2020-07-31T13:13:17.700Z] -- Installing: /usr/local/include/devsdk [2020-07-31T13:13:17.700Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-07-31T13:13:17.700Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-07-31T13:13:17.700Z] -- Installing: /usr/local/include/edgex [2020-07-31T13:13:17.700Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-07-31T13:13:17.700Z] -- Installing: /usr/local/include/edgex/devices.h [2020-07-31T13:13:17.700Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-07-31T13:13:17.700Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-07-31T13:13:17.700Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-07-31T13:13:17.700Z] -- Installing: /usr/local/include/edgex/error.h [2020-07-31T13:13:17.700Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-07-31T13:13:17.700Z] -- Installing: /usr/local/include/edgex/os.h [2020-07-31T13:13:17.700Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-07-31T13:13:17.700Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-07-31T13:13:17.700Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-07-31T13:13:17.700Z] -- Installing: /usr/local/include/iot [2020-07-31T13:13:17.700Z] -- Installing: /usr/local/include/iot/base64.h [2020-07-31T13:13:17.700Z] -- Installing: /usr/local/include/iot/component.h [2020-07-31T13:13:17.700Z] -- Installing: /usr/local/include/iot/config.h [2020-07-31T13:13:17.700Z] -- Installing: /usr/local/include/iot/container.h [2020-07-31T13:13:17.700Z] -- Installing: /usr/local/include/iot/data.h [2020-07-31T13:13:17.700Z] -- Installing: /usr/local/include/iot/hash.h [2020-07-31T13:13:17.700Z] -- Installing: /usr/local/include/iot/iot.h [2020-07-31T13:13:17.700Z] -- Installing: /usr/local/include/iot/json.h [2020-07-31T13:13:17.700Z] -- Installing: /usr/local/include/iot/logger.h [2020-07-31T13:13:17.700Z] -- Installing: /usr/local/include/iot/os.h [2020-07-31T13:13:17.700Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-07-31T13:13:17.700Z] -- Installing: /usr/local/include/iot/thread.h [2020-07-31T13:13:17.700Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-07-31T13:13:17.700Z] -- Installing: /usr/local/include/iot/time.h [2020-07-31T13:13:17.700Z] -- Installing: /usr/local/include/iot/typecode.h [2020-07-31T13:13:17.700Z] -- Installing: /usr/local/include/iot/os [2020-07-31T13:13:17.700Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-07-31T13:13:17.700Z] -- Installing: /usr/local/include/iot/os/macos.h [2020-07-31T13:13:17.700Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-07-31T13:13:17.700Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-07-31T13:13:17.700Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-07-31T13:13:17.700Z] make: Leaving directory '/tmp/sdk/build/release' [2020-07-31T13:13:18.672Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-07-31T13:13:19.261Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-07-31T13:13:19.532Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-07-31T13:13:20.250Z] Removing intermediate container 4c0b86f928b8 [2020-07-31T13:13:20.250Z] ---> 845db9a604df [2020-07-31T13:13:20.250Z] Step 14/21 : FROM ${BASE} [2020-07-31T13:13:20.250Z] ---> 5eabd8fd8ba2 [2020-07-31T13:13:20.250Z] Step 15/21 : MAINTAINER IOTech [2020-07-31T13:13:20.250Z] ---> Running in 3a7a86c57747 [2020-07-31T13:13:20.250Z] Removing intermediate container 3a7a86c57747 [2020-07-31T13:13:20.250Z] ---> 084d9af39e16 [2020-07-31T13:13:20.250Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-07-31T13:13:20.250Z] ---> Running in 4c6e73945a60 [2020-07-31T13:13:20.505Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-07-31T13:13:21.199Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-07-31T13:13:21.777Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-07-31T13:13:22.039Z] (1/3) Installing curl (7.64.0-r3) [2020-07-31T13:13:22.299Z] (2/3) Installing libuuid (2.33-r0) [2020-07-31T13:13:22.299Z] (3/3) Installing wget (1.20.3-r0) [2020-07-31T13:13:22.464Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-07-31T13:13:22.561Z] Executing busybox-1.29.3-r10.trigger [2020-07-31T13:13:22.561Z] OK: 268 MiB in 78 packages [2020-07-31T13:13:23.057Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-07-31T13:13:23.133Z] Removing intermediate container 4c6e73945a60 [2020-07-31T13:13:23.133Z] ---> 41ca4ce5fcbe [2020-07-31T13:13:23.133Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-07-31T13:13:23.133Z] ---> d800ec92c424 [2020-07-31T13:13:23.133Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-07-31T13:13:23.395Z] ---> 67d494efebe7 [2020-07-31T13:13:23.395Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-07-31T13:13:23.650Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-07-31T13:13:23.656Z] ---> a7579b350175 [2020-07-31T13:13:23.656Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-07-31T13:13:23.916Z] ---> 56ffaab56032 [2020-07-31T13:13:23.916Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-07-31T13:13:24.177Z] ---> f0ac5b88d098 [2020-07-31T13:13:24.177Z] Successfully built f0ac5b88d098 [2020-07-31T13:13:24.177Z] Successfully tagged ci-base-image-x86_64:latest [2020-07-31T13:13:24.239Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [Pipeline] } [Pipeline] // script [2020-07-31T13:13:24.510Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-31T13:13:24.781Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-07-31T13:13:24.781Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-07-31T13:13:25.025Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-31T13:13:25.025Z] . [Pipeline] withDockerContainer [2020-07-31T13:13:25.127Z] prd-centos7-docker-4c-2g-1698 does not seem to be running inside a container [2020-07-31T13:13:25.173Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/38 -v /w/workspace/device-sdk-c/38:/w/workspace/device-sdk-c/38:rw,z -v /w/workspace/device-sdk-c/38@tmp:/w/workspace/device-sdk-c/38@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 ******** ci-base-image-x86_64 cat [2020-07-31T13:13:26.092Z] $ docker top e34ea56ec9b9b466b96ebb88d9554ac4ac61f046964f15276074acd583989507 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-31T13:13:26.579Z] + make test [2020-07-31T13:13:26.579Z] echo "make test" [2020-07-31T13:13:26.579Z] make test [Pipeline] } [2020-07-31T13:13:26.591Z] $ docker stop --time=1 e34ea56ec9b9b466b96ebb88d9554ac4ac61f046964f15276074acd583989507 [2020-07-31T13:13:27.944Z] $ docker rm -f e34ea56ec9b9b466b96ebb88d9554ac4ac61f046964f15276074acd583989507 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-07-31T13:13:29.055Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-07-31T13:13:29.055Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-07-31T13:13:29.055Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-07-31T13:13:29.326Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-07-31T13:13:29.915Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [Pipeline] sh [2020-07-31T13:13:31.261Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-07-31T13:13:31.554Z] + ls -al . [2020-07-31T13:13:31.554Z] total 160 [2020-07-31T13:13:31.554Z] drwxrwxr-x. 9 jenkins jenkins 275 Jul 31 13:12 . [2020-07-31T13:13:31.554Z] drwxrwxr-x. 4 jenkins jenkins 30 Jul 31 13:12 .. [2020-07-31T13:13:31.554Z] -rw-rw-r--. 1 jenkins jenkins 3104 Jul 31 13:12 Attribution.txt [2020-07-31T13:13:31.554Z] -rw-rw-r--. 1 jenkins jenkins 5842 Jul 31 13:12 CHANGES [2020-07-31T13:13:31.554Z] drwxrwxr-x. 2 jenkins jenkins 144 Jul 31 13:12 docs [2020-07-31T13:13:31.554Z] -rw-rw-r--. 1 jenkins jenkins 108574 Jul 31 13:12 Doxyfile [2020-07-31T13:13:31.554Z] drwxrwxr-x. 8 jenkins jenkins 162 Jul 31 13:12 .git [2020-07-31T13:13:31.554Z] drwxrwxr-x. 2 jenkins jenkins 38 Jul 31 13:12 .github [2020-07-31T13:13:31.554Z] -rw-rw-r--. 1 jenkins jenkins 176 Jul 31 13:12 .gitignore [2020-07-31T13:13:31.554Z] drwxrwxr-x. 4 jenkins jenkins 33 Jul 31 13:12 include [2020-07-31T13:13:31.554Z] -rw-rw-r--. 1 jenkins jenkins 794 Jul 31 13:12 Jenkinsfile [2020-07-31T13:13:31.554Z] -rw-rw-r--. 1 jenkins jenkins 10174 Jul 31 13:12 LICENSE [2020-07-31T13:13:31.554Z] -rw-rw-r--. 1 jenkins jenkins 449 Jul 31 13:12 Makefile [2020-07-31T13:13:31.554Z] -rw-rw-r--. 1 jenkins jenkins 1899 Jul 31 13:12 README.md [2020-07-31T13:13:31.554Z] -rw-rw-r--. 1 jenkins jenkins 5977 Jul 31 13:12 README.v2.md [2020-07-31T13:13:31.554Z] drwxrwxr-x. 2 jenkins jenkins 108 Jul 31 13:12 scripts [2020-07-31T13:13:31.554Z] drwxrwxr-x. 3 jenkins jenkins 58 Jul 31 13:12 .semver [2020-07-31T13:13:31.554Z] drwxrwxr-x. 4 jenkins jenkins 50 Jul 31 13:12 src [2020-07-31T13:13:31.554Z] -rw-rw-r--. 1 jenkins jenkins 11 Jul 31 13:10 VERSION [Pipeline] isUnix [Pipeline] sh [2020-07-31T13:13:31.852Z] + 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=9c0de402545274b3da95384647b9f4cefe5341d6 --label arch=amd64 --label version=1.3.0-dev.2 . [2020-07-31T13:13:31.852Z] Sending build context to Docker daemon 3.471MB [2020-07-31T13:13:31.852Z] Step 1/15 : ARG BASE=alpine:3.11 [2020-07-31T13:13:31.852Z] Step 2/15 : FROM ${BASE} [2020-07-31T13:13:31.852Z] ---> f0ac5b88d098 [2020-07-31T13:13:31.852Z] Step 3/15 : MAINTAINER IOTech [2020-07-31T13:13:32.144Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-07-31T13:13:32.415Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-07-31T13:13:32.422Z] ---> Running in 8f6954ede4e8 [2020-07-31T13:13:32.684Z] Removing intermediate container 8f6954ede4e8 [2020-07-31T13:13:32.684Z] ---> 6645502bab9b [2020-07-31T13:13:32.684Z] Step 4/15 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev && mkdir -p /edgex-c-sdk/build [2020-07-31T13:13:32.684Z] ---> Running in f18aa5220529 [2020-07-31T13:13:32.687Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-07-31T13:13:33.255Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-07-31T13:13:33.279Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-07-31T13:13:33.552Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-07-31T13:13:33.824Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-07-31T13:13:33.824Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-07-31T13:13:34.084Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2020-07-31T13:13:34.345Z] (2/6) Installing libblkid (2.33-r0) [2020-07-31T13:13:34.345Z] (3/6) Installing libfdisk (2.33-r0) [2020-07-31T13:13:34.345Z] (4/6) Installing libmount (2.33-r0) [2020-07-31T13:13:34.604Z] (5/6) Installing libsmartcols (2.33-r0) [2020-07-31T13:13:34.604Z] (6/6) Installing util-linux-dev (2.33-r0) [2020-07-31T13:13:34.797Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-07-31T13:13:35.067Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-07-31T13:13:35.173Z] Executing busybox-1.29.3-r10.trigger [2020-07-31T13:13:35.174Z] OK: 272 MiB in 84 packages [2020-07-31T13:13:35.434Z] Removing intermediate container f18aa5220529 [2020-07-31T13:13:35.434Z] ---> 4fd1e23dff73 [2020-07-31T13:13:35.434Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-07-31T13:13:35.656Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-07-31T13:13:35.695Z] ---> 7cdeca773dc4 [2020-07-31T13:13:35.695Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-07-31T13:13:35.927Z] [ 48%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-07-31T13:13:36.518Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-07-31T13:13:36.634Z] ---> 040007ad7063 [2020-07-31T13:13:36.634Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-07-31T13:13:36.634Z] ---> b2fdc2395ae5 [2020-07-31T13:13:36.634Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-07-31T13:13:36.893Z] ---> b4c263d90d96 [2020-07-31T13:13:36.893Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-07-31T13:13:37.111Z] [ 51%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-07-31T13:13:37.153Z] ---> ae95cc6470fd [2020-07-31T13:13:37.153Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-07-31T13:13:37.382Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-07-31T13:13:37.413Z] ---> 8a77abff04ba [2020-07-31T13:13:37.414Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-07-31T13:13:37.414Z] ---> Running in ebdc655dbeeb [2020-07-31T13:13:37.673Z] Removing intermediate container ebdc655dbeeb [2020-07-31T13:13:37.673Z] ---> da0eadac668c [2020-07-31T13:13:37.673Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-07-31T13:13:37.673Z] ---> Running in e2d9819a8f5a [2020-07-31T13:13:37.934Z] Removing intermediate container e2d9819a8f5a [2020-07-31T13:13:37.934Z] ---> d7287c439cf6 [2020-07-31T13:13:37.934Z] Step 13/15 : LABEL arch=amd64 [2020-07-31T13:13:37.934Z] ---> Running in 8e029dc83593 [2020-07-31T13:13:38.195Z] Removing intermediate container 8e029dc83593 [2020-07-31T13:13:38.195Z] ---> f1cf3f2e1d32 [2020-07-31T13:13:38.195Z] Step 14/15 : LABEL git_sha=9c0de402545274b3da95384647b9f4cefe5341d6 [2020-07-31T13:13:38.195Z] ---> Running in 6159a9d13e18 [2020-07-31T13:13:38.455Z] Removing intermediate container 6159a9d13e18 [2020-07-31T13:13:38.455Z] ---> b09487209f4e [2020-07-31T13:13:38.455Z] Step 15/15 : LABEL version=1.3.0-dev.2 [2020-07-31T13:13:38.455Z] ---> Running in 9187e9cf8c88 [2020-07-31T13:13:38.716Z] Removing intermediate container 9187e9cf8c88 [2020-07-31T13:13:38.716Z] ---> 70fa05fdc48c [2020-07-31T13:13:38.716Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2020-07-31T13:13:38.716Z] Successfully built 70fa05fdc48c [2020-07-31T13:13:38.716Z] Successfully tagged docker-device-sdk-c:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-31T13:13:41.667Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-07-31T13:13:42.257Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-07-31T13:13:42.529Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-07-31T13:13:43.503Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-07-31T13:13:44.929Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-07-31T13:13:46.358Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-07-31T13:13:49.734Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-07-31T13:13:50.009Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-07-31T13:13:51.441Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-07-31T13:13:51.712Z] [ 70%] Linking C shared library libcsdk.so [2020-07-31T13:13:51.982Z] [ 70%] Built target csdk [2020-07-31T13:13:51.982Z] Scanning dependencies of target template [2020-07-31T13:13:51.982Z] [ 71%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-07-31T13:13:52.574Z] [ 73%] Linking C executable template [2020-07-31T13:13:52.847Z] [ 73%] Built target template [2020-07-31T13:13:52.847Z] Scanning dependencies of target device-counter [2020-07-31T13:13:52.847Z] [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-07-31T13:13:53.440Z] [ 76%] Linking C executable device-counter [2020-07-31T13:13:53.440Z] [ 76%] Built target device-counter [2020-07-31T13:13:53.440Z] Scanning dependencies of target device-random [2020-07-31T13:13:53.712Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-07-31T13:13:53.982Z] [ 80%] Linking C executable device-random [2020-07-31T13:13:54.251Z] [ 80%] Built target device-random [2020-07-31T13:13:54.251Z] Scanning dependencies of target device-gyro [2020-07-31T13:13:54.251Z] [ 81%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-07-31T13:13:54.840Z] [ 83%] Linking C executable device-gyro [2020-07-31T13:13:54.840Z] [ 83%] Built target device-gyro [2020-07-31T13:13:54.840Z] Scanning dependencies of target device-bitfields [2020-07-31T13:13:54.840Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-07-31T13:13:55.432Z] [ 86%] Linking C executable device-bitfields [2020-07-31T13:13:55.432Z] [ 86%] Built target device-bitfields [2020-07-31T13:13:55.701Z] Scanning dependencies of target template-discovery [2020-07-31T13:13:55.701Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-07-31T13:13:56.289Z] [ 90%] Linking C executable template-discovery [2020-07-31T13:13:56.561Z] [ 90%] Built target template-discovery [2020-07-31T13:13:56.561Z] Scanning dependencies of target device-file [2020-07-31T13:13:56.561Z] [ 91%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-07-31T13:13:57.153Z] [ 93%] Linking C executable device-file [2020-07-31T13:13:57.153Z] [ 93%] Built target device-file [2020-07-31T13:13:57.426Z] Scanning dependencies of target device-terminal [2020-07-31T13:13:57.426Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-07-31T13:13:57.697Z] [ 96%] Linking C executable device-terminal [2020-07-31T13:13:57.970Z] [ 96%] Built target device-terminal [2020-07-31T13:13:57.970Z] Scanning dependencies of target templatev1 [2020-07-31T13:13:58.240Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-07-31T13:13:58.513Z] [100%] Linking C executable templatev1 [2020-07-31T13:13:58.786Z] [100%] Built target templatev1 [2020-07-31T13:13:58.786Z] + make package [2020-07-31T13:13:58.786Z] + tee -a release.log [2020-07-31T13:13:59.060Z] [ 70%] Built target csdk [2020-07-31T13:13:59.060Z] [ 73%] Built target template [2020-07-31T13:13:59.060Z] [ 76%] Built target device-counter [2020-07-31T13:13:59.060Z] [ 80%] Built target device-random [2020-07-31T13:13:59.060Z] [ 83%] Built target device-gyro [2020-07-31T13:13:59.335Z] [ 86%] Built target device-bitfields [2020-07-31T13:13:59.335Z] [ 90%] Built target template-discovery [2020-07-31T13:13:59.335Z] [ 93%] Built target device-file [2020-07-31T13:13:59.335Z] [ 96%] Built target device-terminal [2020-07-31T13:13:59.335Z] [100%] Built target templatev1 [2020-07-31T13:13:59.335Z] Run CPack packaging tool... [2020-07-31T13:13:59.335Z] CPack: Create package using TGZ [2020-07-31T13:13:59.606Z] CPack: Install projects [2020-07-31T13:13:59.606Z] CPack: - Run preinstall target for: Csdk [2020-07-31T13:14:00.200Z] CPack: - Install project: Csdk [2020-07-31T13:14:00.201Z] CPack: Create package [2020-07-31T13:14:00.201Z] CPack: - package: /tmp/sdk/build/release/csdk-1.3.0-dev.2.tar.gz generated. [2020-07-31T13:14:00.201Z] + '[' false '=' true ] [2020-07-31T13:14:00.201Z] + '[' false '=' true ] [2020-07-31T13:14:00.201Z] + mkdir -p /tmp/sdk/build/debug [2020-07-31T13:14:00.201Z] + cd /tmp/sdk/build/debug [2020-07-31T13:14:00.201Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-07-31T13:14:00.473Z] -- The C compiler identification is GNU 8.3.0 [2020-07-31T13:14:00.473Z] -- Check for working C compiler: /usr/bin/cc [2020-07-31T13:14:00.742Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-07-31T13:14:00.742Z] -- Detecting C compiler ABI info [2020-07-31T13:14:01.013Z] -- Detecting C compiler ABI info - done [2020-07-31T13:14:01.013Z] -- Detecting C compile features [2020-07-31T13:14:01.605Z] -- Detecting C compile features - done [2020-07-31T13:14:01.875Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-07-31T13:14:01.875Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-07-31T13:14:01.875Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-07-31T13:14:01.875Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-07-31T13:14:01.875Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-07-31T13:14:01.875Z] -- C SDK 1.3.0-dev.2 for Linux [2020-07-31T13:14:01.875Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-07-31T13:14:01.875Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-07-31T13:14:02.146Z] -- Found Curses: /usr/lib/libcurses.so [2020-07-31T13:14:02.146Z] -- Configuring done [2020-07-31T13:14:02.418Z] -- Generating done [2020-07-31T13:14:02.418Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-07-31T13:14:02.418Z] + + teemake debug.log [2020-07-31T13:14:02.418Z] [2020-07-31T13:14:02.418Z] Scanning dependencies of target csdk [2020-07-31T13:14:02.690Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-07-31T13:14:02.960Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-07-31T13:14:03.232Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-07-31T13:14:03.823Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-07-31T13:14:04.095Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-07-31T13:14:04.367Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-07-31T13:14:04.635Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-07-31T13:14:05.227Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-07-31T13:14:05.497Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-07-31T13:14:05.769Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-07-31T13:14:06.038Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-07-31T13:14:06.309Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-07-31T13:14:06.579Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-07-31T13:14:06.579Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-07-31T13:14:07.555Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-07-31T13:14:07.828Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-07-31T13:14:08.100Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-07-31T13:14:08.100Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-07-31T13:14:08.373Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-07-31T13:14:09.350Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-07-31T13:14:09.350Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-07-31T13:14:09.623Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-07-31T13:14:09.623Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-07-31T13:14:09.896Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-07-31T13:14:10.171Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-07-31T13:14:10.442Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-07-31T13:14:10.442Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-07-31T13:14:10.716Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-07-31T13:14:10.988Z] [ 48%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-07-31T13:14:11.260Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-07-31T13:14:11.532Z] [ 51%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-07-31T13:14:11.805Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-07-31T13:14:12.779Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-07-31T13:14:13.052Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-07-31T13:14:13.324Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-07-31T13:14:13.595Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-07-31T13:14:14.571Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-07-31T13:14:14.843Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-07-31T13:14:15.817Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-07-31T13:14:15.817Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-07-31T13:14:16.410Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-07-31T13:14:16.682Z] [ 70%] Linking C shared library libcsdk.so [2020-07-31T13:14:16.682Z] [ 70%] Built target csdk [2020-07-31T13:14:16.682Z] Scanning dependencies of target template [2020-07-31T13:14:16.682Z] [ 71%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-07-31T13:14:16.954Z] [ 73%] Linking C executable template [2020-07-31T13:14:17.227Z] [ 73%] Built target template [2020-07-31T13:14:17.227Z] Scanning dependencies of target device-counter [2020-07-31T13:14:17.227Z] [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-07-31T13:14:17.500Z] [ 76%] Linking C executable device-counter [2020-07-31T13:14:17.770Z] [ 76%] Built target device-counter [2020-07-31T13:14:17.770Z] Scanning dependencies of target device-random [2020-07-31T13:14:17.770Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-07-31T13:14:18.041Z] [ 80%] Linking C executable device-random [2020-07-31T13:14:18.314Z] [ 80%] Built target device-random [2020-07-31T13:14:18.314Z] Scanning dependencies of target device-gyro [2020-07-31T13:14:18.314Z] [ 81%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-07-31T13:14:18.585Z] [ 83%] Linking C executable device-gyro [2020-07-31T13:14:18.856Z] [ 83%] Built target device-gyro [2020-07-31T13:14:18.856Z] Scanning dependencies of target device-bitfields [2020-07-31T13:14:18.856Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-07-31T13:14:18.856Z] [ 86%] Linking C executable device-bitfields [2020-07-31T13:14:19.127Z] [ 86%] Built target device-bitfields [2020-07-31T13:14:19.127Z] Scanning dependencies of target template-discovery [2020-07-31T13:14:19.127Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-07-31T13:14:19.400Z] [ 90%] Linking C executable template-discovery [2020-07-31T13:14:19.673Z] [ 90%] Built target template-discovery [2020-07-31T13:14:19.673Z] Scanning dependencies of target device-file [2020-07-31T13:14:19.673Z] [ 91%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-07-31T13:14:19.943Z] [ 93%] Linking C executable device-file [2020-07-31T13:14:20.217Z] [ 93%] Built target device-file [2020-07-31T13:14:20.217Z] Scanning dependencies of target device-terminal [2020-07-31T13:14:20.217Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-07-31T13:14:20.490Z] [ 96%] Linking C executable device-terminal [2020-07-31T13:14:20.761Z] [ 96%] Built target device-terminal [2020-07-31T13:14:20.761Z] Scanning dependencies of target templatev1 [2020-07-31T13:14:20.761Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-07-31T13:14:21.032Z] [100%] Linking C executable templatev1 [2020-07-31T13:14:21.303Z] [100%] Built target templatev1 [2020-07-31T13:14:21.303Z] make: Entering directory '/tmp/sdk/build/release' [2020-07-31T13:14:21.303Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-07-31T13:14:21.303Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-31T13:14:21.575Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-31T13:14:21.575Z] [ 70%] Built target csdk [2020-07-31T13:14:21.575Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-31T13:14:21.575Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-31T13:14:21.575Z] [ 73%] Built target template [2020-07-31T13:14:21.575Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-31T13:14:21.575Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-31T13:14:21.575Z] [ 76%] Built target device-counter [2020-07-31T13:14:21.575Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-31T13:14:21.575Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-31T13:14:21.575Z] [ 80%] Built target device-random [2020-07-31T13:14:21.575Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-31T13:14:21.575Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-31T13:14:21.575Z] [ 83%] Built target device-gyro [2020-07-31T13:14:21.575Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-31T13:14:21.575Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-31T13:14:21.846Z] [ 86%] Built target device-bitfields [2020-07-31T13:14:21.846Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-31T13:14:21.846Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-31T13:14:21.846Z] [ 90%] Built target template-discovery [2020-07-31T13:14:21.847Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-31T13:14:21.847Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-31T13:14:21.847Z] [ 93%] Built target device-file [2020-07-31T13:14:21.847Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-31T13:14:21.847Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-31T13:14:21.847Z] [ 96%] Built target device-terminal [2020-07-31T13:14:21.847Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-31T13:14:21.847Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-31T13:14:21.847Z] [100%] Built target templatev1 [2020-07-31T13:14:21.847Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-07-31T13:14:21.847Z] Install the project... [2020-07-31T13:14:21.847Z] -- Install configuration: "Release" [2020-07-31T13:14:21.847Z] -- Installing: /usr/local/lib/libcsdk.so [2020-07-31T13:14:21.847Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-07-31T13:14:21.847Z] -- Up-to-date: /usr/local/include [2020-07-31T13:14:21.847Z] -- Installing: /usr/local/include/edgex [2020-07-31T13:14:21.847Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-07-31T13:14:21.847Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-07-31T13:14:21.847Z] -- Installing: /usr/local/include/edgex/error.h [2020-07-31T13:14:21.847Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-07-31T13:14:21.847Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-07-31T13:14:21.847Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-07-31T13:14:21.847Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-07-31T13:14:21.847Z] -- Installing: /usr/local/include/edgex/devices.h [2020-07-31T13:14:21.847Z] -- Installing: /usr/local/include/edgex/os.h [2020-07-31T13:14:21.847Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-07-31T13:14:21.847Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-07-31T13:14:21.847Z] -- Installing: /usr/local/include/devsdk [2020-07-31T13:14:21.847Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-07-31T13:14:21.847Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-07-31T13:14:21.847Z] -- Installing: /usr/local/include/iot [2020-07-31T13:14:21.847Z] -- Installing: /usr/local/include/iot/json.h [2020-07-31T13:14:21.847Z] -- Installing: /usr/local/include/iot/container.h [2020-07-31T13:14:21.847Z] -- Installing: /usr/local/include/iot/component.h [2020-07-31T13:14:21.847Z] -- Installing: /usr/local/include/iot/typecode.h [2020-07-31T13:14:21.847Z] -- Installing: /usr/local/include/iot/iot.h [2020-07-31T13:14:21.847Z] -- Installing: /usr/local/include/iot/time.h [2020-07-31T13:14:21.847Z] -- Installing: /usr/local/include/iot/hash.h [2020-07-31T13:14:21.847Z] -- Installing: /usr/local/include/iot/logger.h [2020-07-31T13:14:21.847Z] -- Installing: /usr/local/include/iot/os [2020-07-31T13:14:21.847Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-07-31T13:14:21.847Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-07-31T13:14:21.847Z] -- Installing: /usr/local/include/iot/os/macos.h [2020-07-31T13:14:21.847Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-07-31T13:14:21.847Z] -- Installing: /usr/local/include/iot/data.h [2020-07-31T13:14:21.847Z] -- Installing: /usr/local/include/iot/thread.h [2020-07-31T13:14:21.847Z] -- Installing: /usr/local/include/iot/os.h [2020-07-31T13:14:21.847Z] -- Installing: /usr/local/include/iot/base64.h [2020-07-31T13:14:21.847Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-07-31T13:14:21.847Z] -- Installing: /usr/local/include/iot/config.h [2020-07-31T13:14:21.847Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-07-31T13:14:21.847Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-07-31T13:14:21.847Z] make: Leaving directory '/tmp/sdk/build/release' [2020-07-31T13:14:24.486Z] Removing intermediate container 4421ec446e0a [2020-07-31T13:14:24.486Z] ---> da79958d0bc1 [2020-07-31T13:14:24.486Z] Step 14/21 : FROM ${BASE} [2020-07-31T13:14:24.486Z] ---> b23d30803547 [2020-07-31T13:14:24.486Z] Step 15/21 : MAINTAINER IOTech [2020-07-31T13:14:24.486Z] ---> Running in c3847167700b [2020-07-31T13:14:24.757Z] Removing intermediate container c3847167700b [2020-07-31T13:14:24.757Z] ---> fbe97402c335 [2020-07-31T13:14:24.757Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-07-31T13:14:25.050Z] ---> Running in 779cc2716cbc [2020-07-31T13:14:26.491Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-07-31T13:14:27.079Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-07-31T13:14:27.670Z] (1/3) Installing curl (7.64.0-r3) [2020-07-31T13:14:27.670Z] (2/3) Installing libuuid (2.33-r0) [2020-07-31T13:14:27.941Z] (3/3) Installing wget (1.20.3-r0) [2020-07-31T13:14:27.941Z] Executing busybox-1.29.3-r10.trigger [2020-07-31T13:14:27.941Z] OK: 281 MiB in 78 packages [2020-07-31T13:14:29.385Z] Removing intermediate container 779cc2716cbc [2020-07-31T13:14:29.385Z] ---> 09cb56e78c3d [2020-07-31T13:14:29.385Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-07-31T13:14:29.981Z] ---> 354d7e238ebb [2020-07-31T13:14:29.981Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-07-31T13:14:30.959Z] ---> 630c1a7c05b8 [2020-07-31T13:14:30.959Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-07-31T13:14:31.554Z] ---> c07f8d1c06eb [2020-07-31T13:14:31.554Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-07-31T13:14:32.153Z] ---> e820e4609bf0 [2020-07-31T13:14:32.153Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-07-31T13:14:33.135Z] ---> f008d5673eba [2020-07-31T13:14:33.135Z] Successfully built f008d5673eba [2020-07-31T13:14:33.135Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-31T13:14:33.908Z] + docker inspect -f . ci-base-image-arm64 [2020-07-31T13:14:33.908Z] . [Pipeline] withDockerContainer [2020-07-31T13:14:34.182Z] prd-ubuntu18.04-docker-arm64-4c-16g-1697 does not seem to be running inside a container [2020-07-31T13:14:34.316Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/38 -v /w/workspace/device-sdk-c/38:/w/workspace/device-sdk-c/38:rw,z -v /w/workspace/device-sdk-c/38@tmp:/w/workspace/device-sdk-c/38@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 ******** ci-base-image-arm64 cat [2020-07-31T13:14:36.093Z] $ docker top 0b97e8e115d4d5dee069c6b8aabf27338554465abd94d82876cb08d5a2e268a9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-31T13:14:37.408Z] + make test [2020-07-31T13:14:37.408Z] echo "make test" [2020-07-31T13:14:37.408Z] make test [Pipeline] } [2020-07-31T13:14:37.478Z] $ docker stop --time=1 0b97e8e115d4d5dee069c6b8aabf27338554465abd94d82876cb08d5a2e268a9 [2020-07-31T13:14:39.451Z] $ docker rm -f 0b97e8e115d4d5dee069c6b8aabf27338554465abd94d82876cb08d5a2e268a9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-31T13:14:40.325Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-07-31T13:14:40.653Z] + ls -al . [2020-07-31T13:14:40.653Z] total 196 [2020-07-31T13:14:40.653Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 31 13:12 . [2020-07-31T13:14:40.653Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 31 13:12 .. [2020-07-31T13:14:40.653Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 31 13:12 .git [2020-07-31T13:14:40.653Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 31 13:12 .github [2020-07-31T13:14:40.653Z] -rw-rw-r-- 1 jenkins jenkins 176 Jul 31 13:12 .gitignore [2020-07-31T13:14:40.653Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 31 13:12 .semver [2020-07-31T13:14:40.653Z] -rw-rw-r-- 1 jenkins jenkins 3104 Jul 31 13:12 Attribution.txt [2020-07-31T13:14:40.653Z] -rw-rw-r-- 1 jenkins jenkins 5842 Jul 31 13:12 CHANGES [2020-07-31T13:14:40.653Z] -rw-rw-r-- 1 jenkins jenkins 108574 Jul 31 13:12 Doxyfile [2020-07-31T13:14:40.653Z] -rw-rw-r-- 1 jenkins jenkins 794 Jul 31 13:12 Jenkinsfile [2020-07-31T13:14:40.653Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jul 31 13:12 LICENSE [2020-07-31T13:14:40.653Z] -rw-rw-r-- 1 jenkins jenkins 449 Jul 31 13:12 Makefile [2020-07-31T13:14:40.653Z] -rw-rw-r-- 1 jenkins jenkins 1899 Jul 31 13:12 README.md [2020-07-31T13:14:40.653Z] -rw-rw-r-- 1 jenkins jenkins 5977 Jul 31 13:12 README.v2.md [2020-07-31T13:14:40.653Z] -rw-rw-r-- 1 jenkins jenkins 11 Jul 31 13:10 VERSION [2020-07-31T13:14:40.653Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 31 13:12 docs [2020-07-31T13:14:40.653Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 31 13:12 include [2020-07-31T13:14:40.653Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 31 13:12 scripts [2020-07-31T13:14:40.653Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 31 13:12 src [Pipeline] isUnix [Pipeline] sh [2020-07-31T13:14:40.991Z] + 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=9c0de402545274b3da95384647b9f4cefe5341d6 --label arch=arm64 --label version=1.3.0-dev.2 . [2020-07-31T13:14:41.590Z] Sending build context to Docker daemon 3.471MB [2020-07-31T13:14:41.590Z] Step 1/15 : ARG BASE=alpine:3.11 [2020-07-31T13:14:41.590Z] Step 2/15 : FROM ${BASE} [2020-07-31T13:14:41.590Z] ---> f008d5673eba [2020-07-31T13:14:41.590Z] Step 3/15 : MAINTAINER IOTech [2020-07-31T13:14:41.861Z] ---> Running in b89d77da9353 [2020-07-31T13:14:42.135Z] Removing intermediate container b89d77da9353 [2020-07-31T13:14:42.135Z] ---> 3b1a01e75a5d [2020-07-31T13:14:42.135Z] Step 4/15 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev && mkdir -p /edgex-c-sdk/build [2020-07-31T13:14:42.406Z] ---> Running in 525fc488e332 [2020-07-31T13:14:43.841Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-07-31T13:14:44.432Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-07-31T13:14:45.023Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2020-07-31T13:14:45.023Z] (2/6) Installing libblkid (2.33-r0) [2020-07-31T13:14:45.292Z] (3/6) Installing libfdisk (2.33-r0) [2020-07-31T13:14:45.292Z] (4/6) Installing libmount (2.33-r0) [2020-07-31T13:14:45.292Z] (5/6) Installing libsmartcols (2.33-r0) [2020-07-31T13:14:45.564Z] (6/6) Installing util-linux-dev (2.33-r0) [2020-07-31T13:14:45.836Z] Executing busybox-1.29.3-r10.trigger [2020-07-31T13:14:45.836Z] OK: 286 MiB in 84 packages [2020-07-31T13:14:47.269Z] Removing intermediate container 525fc488e332 [2020-07-31T13:14:47.269Z] ---> 07daff9fad6c [2020-07-31T13:14:47.269Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-07-31T13:14:47.864Z] ---> 83f95f4f1f4c [2020-07-31T13:14:47.864Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-07-31T13:14:48.843Z] ---> 4ce460a5d3d7 [2020-07-31T13:14:48.843Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-07-31T13:14:49.443Z] ---> 92544d5dbc62 [2020-07-31T13:14:49.443Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-07-31T13:14:50.418Z] ---> c6b63acfa17a [2020-07-31T13:14:50.418Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-07-31T13:14:51.015Z] ---> bd12ee4d0cbe [2020-07-31T13:14:51.015Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-07-31T13:14:51.610Z] ---> 8f8329f6a6c7 [2020-07-31T13:14:51.610Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-07-31T13:14:51.881Z] ---> Running in 9443c8d9242e [2020-07-31T13:14:52.154Z] Removing intermediate container 9443c8d9242e [2020-07-31T13:14:52.154Z] ---> e9bcbfeace74 [2020-07-31T13:14:52.154Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-07-31T13:14:52.428Z] ---> Running in 5aaffdba9db8 [2020-07-31T13:14:53.021Z] Removing intermediate container 5aaffdba9db8 [2020-07-31T13:14:53.021Z] ---> b226a5a510e1 [2020-07-31T13:14:53.021Z] Step 13/15 : LABEL arch=arm64 [2020-07-31T13:14:53.021Z] ---> Running in c481532ec16d [2020-07-31T13:14:53.614Z] Removing intermediate container c481532ec16d [2020-07-31T13:14:53.614Z] ---> b6748deeefce [2020-07-31T13:14:53.614Z] Step 14/15 : LABEL git_sha=9c0de402545274b3da95384647b9f4cefe5341d6 [2020-07-31T13:14:53.614Z] ---> Running in 5818db84bee6 [2020-07-31T13:14:54.215Z] Removing intermediate container 5818db84bee6 [2020-07-31T13:14:54.215Z] ---> 6c4d8763b50c [2020-07-31T13:14:54.215Z] Step 15/15 : LABEL version=1.3.0-dev.2 [2020-07-31T13:14:54.215Z] ---> Running in d4862fa3021e [2020-07-31T13:14:54.814Z] Removing intermediate container d4862fa3021e [2020-07-31T13:14:54.814Z] ---> e486a2f25302 [2020-07-31T13:14:54.814Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2020-07-31T13:14:54.814Z] Successfully built e486a2f25302 [2020-07-31T13:14:54.814Z] 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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-07-31T13:14:56.616Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-31T13:14:56.616Z] . [Pipeline] withDockerContainer [2020-07-31T13:14:56.732Z] prd-centos7-docker-4c-2g-1696 does not seem to be running inside a container [2020-07-31T13:14:56.771Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-31T13:14:57.635Z] $ docker top eaee28a0ee83a2b1c690549c37855dce131f4e1e2e93a15c707ac26fa2a072dd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-31T13:14:57.931Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-31T13:14:57.931Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-31T13:14:58.171Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-31T13:14:58.168Z] $ docker exec eaee28a0ee83a2b1c690549c37855dce131f4e1e2e93a15c707ac26fa2a072dd ssh-agent [2020-07-31T13:14:58.354Z] SSH_AUTH_SOCK=/tmp/ssh-fY2eoLFu14P3/agent.12 [2020-07-31T13:14:58.354Z] SSH_AGENT_PID=17 [2020-07-31T13:14:58.361Z] Running ssh-add (command line suppressed) [2020-07-31T13:14:58.491Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_6186176041243173150.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_6186176041243173150.key) [2020-07-31T13:14:58.552Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-31T13:14:58.886Z] + git semver tag [2020-07-31T13:14:58.886Z] # -> Open(): unable to determine branch for HEAD [2020-07-31T13:14:58.886Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-07-31T13:14:58.886Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-07-31T13:14:58.886Z] # $SEMVER_REMOTE_NAME = origin [2020-07-31T13:14:58.886Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-31T13:14:58.886Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-31T13:14:58.886Z] # $SEMVER_BRANCH = master [2020-07-31T13:14:58.886Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [2020-07-31T13:14:58.886Z] # 9c0de402545274b3da95384647b9f4cefe5341d6 HEAD [2020-07-31T13:14:58.886Z] # -> Force: false [2020-07-31T13:14:58.886Z] # 92143632e60003ea143d4c873d9683784d327379 refs/tags/v1.3.0-dev.2 [Pipeline] } [2020-07-31T13:14:58.893Z] $ docker exec --env ******** --env ******** eaee28a0ee83a2b1c690549c37855dce131f4e1e2e93a15c707ac26fa2a072dd ssh-agent -k [2020-07-31T13:14:59.021Z] unset SSH_AUTH_SOCK; [2020-07-31T13:14:59.021Z] unset SSH_AGENT_PID; [2020-07-31T13:14:59.021Z] echo Agent pid 17 killed; [2020-07-31T13:14:59.075Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-31T13:14:59.504Z] + git semver [Pipeline] } [2020-07-31T13:14:59.513Z] $ docker stop --time=1 eaee28a0ee83a2b1c690549c37855dce131f4e1e2e93a15c707ac26fa2a072dd [2020-07-31T13:15:00.865Z] $ docker rm -f eaee28a0ee83a2b1c690549c37855dce131f4e1e2e93a15c707ac26fa2a072dd [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-07-31T13:15:01.444Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-31T13:15:01.444Z] [2020-07-31T13:15:01.444Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-07-31T13:15:01.810Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-31T13:15:01.810Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-07-31T13:15:01.810Z] ab5ef0e58194: Pulling fs layer [2020-07-31T13:15:01.810Z] 9712f1f96733: Pulling fs layer [2020-07-31T13:15:01.810Z] 63f879dbbcfc: Pulling fs layer [2020-07-31T13:15:01.810Z] 0d9ebad4ef96: Pulling fs layer [2020-07-31T13:15:01.810Z] e9a5061849ea: Pulling fs layer [2020-07-31T13:15:01.810Z] d747dcd14b5f: Pulling fs layer [2020-07-31T13:15:01.810Z] 2de7ff778b66: Pulling fs layer [2020-07-31T13:15:01.810Z] 0d9ebad4ef96: Waiting [2020-07-31T13:15:01.810Z] e9a5061849ea: Waiting [2020-07-31T13:15:01.810Z] d747dcd14b5f: Waiting [2020-07-31T13:15:01.810Z] 2de7ff778b66: Waiting [2020-07-31T13:15:01.810Z] 9712f1f96733: Verifying Checksum [2020-07-31T13:15:01.810Z] 9712f1f96733: Download complete [2020-07-31T13:15:02.391Z] 63f879dbbcfc: Verifying Checksum [2020-07-31T13:15:02.391Z] 63f879dbbcfc: Download complete [2020-07-31T13:15:02.391Z] e9a5061849ea: Verifying Checksum [2020-07-31T13:15:02.391Z] e9a5061849ea: Download complete [2020-07-31T13:15:02.658Z] d747dcd14b5f: Verifying Checksum [2020-07-31T13:15:02.658Z] d747dcd14b5f: Download complete [2020-07-31T13:15:02.919Z] 2de7ff778b66: Verifying Checksum [2020-07-31T13:15:02.919Z] 2de7ff778b66: Download complete [2020-07-31T13:15:02.919Z] ab5ef0e58194: Verifying Checksum [2020-07-31T13:15:02.919Z] ab5ef0e58194: Download complete [2020-07-31T13:15:02.919Z] 0d9ebad4ef96: Verifying Checksum [2020-07-31T13:15:02.919Z] 0d9ebad4ef96: Download complete [2020-07-31T13:15:08.226Z] ab5ef0e58194: Pull complete [2020-07-31T13:15:08.226Z] 9712f1f96733: Pull complete [2020-07-31T13:15:10.781Z] 63f879dbbcfc: Pull complete [2020-07-31T13:15:16.078Z] 0d9ebad4ef96: Pull complete [2020-07-31T13:15:17.626Z] e9a5061849ea: Pull complete [2020-07-31T13:15:17.626Z] d747dcd14b5f: Pull complete [2020-07-31T13:15:20.193Z] 2de7ff778b66: Pull complete [2020-07-31T13:15:20.193Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-07-31T13:15:20.193Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-31T13:15:20.193Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-07-31T13:15:20.336Z] prd-centos7-docker-4c-2g-1696 does not seem to be running inside a container [2020-07-31T13:15:20.370Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-07-31T13:15:24.223Z] $ docker top adf8db6eea5659d5ec4c34d587990a9a793890f7ba70f2a373ebad3f5b2f779e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-07-31T13:15:24.548Z] provisioning config files... [2020-07-31T13:15:24.563Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config4744407733410684794tmp [2020-07-31T13:15:24.581Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config3126662727088844407tmp [2020-07-31T13:15:24.595Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config8508135811813664239tmp [Pipeline] { [Pipeline] echo [2020-07-31T13:15:24.645Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-31T13:15:24.938Z] ---> sigul-configuration.sh [2020-07-31T13:15:24.938Z] gpg: directory `/root/.gnupg' created [2020-07-31T13:15:24.938Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-07-31T13:15:24.938Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-07-31T13:15:24.938Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-07-31T13:15:24.938Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-07-31T13:15:24.938Z] gpg: CAST5 encrypted data [2020-07-31T13:15:25.200Z] gpg: encrypted with 1 passphrase [2020-07-31T13:15:25.200Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-07-31T13:15:25.492Z] + mkdir /home/jenkins [2020-07-31T13:15:25.492Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-07-31T13:15:25.781Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-07-31T13:15:25.791Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-31T13:15:26.089Z] ---> sigul-install.sh [2020-07-31T13:15:31.412Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-07-31T13:15:31.705Z] + git tag --list [2020-07-31T13:15:31.705Z] v1.3.0-dev.2 [Pipeline] sh [2020-07-31T13:15:31.993Z] + lftools sign git-tag v1.3.0-dev.2 [2020-07-31T13:15:33.379Z] Signing Git tag with Sigul... [2020-07-31T13:15:33.379Z] Signing v1.3.0-dev.2 [Pipeline] echo [2020-07-31T13:15:34.326Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-31T13:15:34.613Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-07-31T13:15:34.620Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-07-31T13:15:34.695Z] $ docker stop --time=1 adf8db6eea5659d5ec4c34d587990a9a793890f7ba70f2a373ebad3f5b2f779e [2020-07-31T13:15:36.559Z] $ docker rm -f adf8db6eea5659d5ec4c34d587990a9a793890f7ba70f2a373ebad3f5b2f779e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-07-31T13:15:37.216Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-31T13:15:37.216Z] . [Pipeline] withDockerContainer [2020-07-31T13:15:37.303Z] prd-centos7-docker-4c-2g-1696 does not seem to be running inside a container [2020-07-31T13:15:37.337Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-31T13:15:37.955Z] $ docker top 203f49bd275858cbe301290140f922cadcf801c7d5d8293c5a124dc7b67235f6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-31T13:15:38.260Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-31T13:15:38.260Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-31T13:15:38.455Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-31T13:15:38.452Z] $ docker exec 203f49bd275858cbe301290140f922cadcf801c7d5d8293c5a124dc7b67235f6 ssh-agent [2020-07-31T13:15:38.623Z] SSH_AUTH_SOCK=/tmp/ssh-zqPwKamdh7aN/agent.12 [2020-07-31T13:15:38.623Z] SSH_AGENT_PID=18 [2020-07-31T13:15:38.631Z] Running ssh-add (command line suppressed) [2020-07-31T13:15:38.754Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_374927771340856993.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_374927771340856993.key) [2020-07-31T13:15:38.811Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-31T13:15:39.140Z] + git semver bump pre [2020-07-31T13:15:39.141Z] # -> Open(): unable to determine branch for HEAD [2020-07-31T13:15:39.141Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-07-31T13:15:39.141Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-07-31T13:15:39.141Z] # $SEMVER_REMOTE_NAME = origin [2020-07-31T13:15:39.141Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-31T13:15:39.141Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-31T13:15:39.141Z] # $SEMVER_BRANCH = master [2020-07-31T13:15:39.141Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [2020-07-31T13:15:39.141Z] 1.3.0-dev.3 [Pipeline] } [2020-07-31T13:15:39.147Z] $ docker exec --env ******** --env ******** 203f49bd275858cbe301290140f922cadcf801c7d5d8293c5a124dc7b67235f6 ssh-agent -k [2020-07-31T13:15:39.292Z] unset SSH_AUTH_SOCK; [2020-07-31T13:15:39.293Z] unset SSH_AGENT_PID; [2020-07-31T13:15:39.293Z] echo Agent pid 18 killed; [2020-07-31T13:15:39.366Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-31T13:15:39.799Z] + git semver [Pipeline] } [2020-07-31T13:15:39.807Z] $ docker stop --time=1 203f49bd275858cbe301290140f922cadcf801c7d5d8293c5a124dc7b67235f6 [2020-07-31T13:15:41.167Z] $ docker rm -f 203f49bd275858cbe301290140f922cadcf801c7d5d8293c5a124dc7b67235f6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-31T13:15:41.658Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-31T13:15:41.659Z] . [Pipeline] withDockerContainer [2020-07-31T13:15:41.749Z] prd-centos7-docker-4c-2g-1696 does not seem to be running inside a container [2020-07-31T13:15:41.781Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-31T13:15:42.363Z] $ docker top 0046001d2b8a4ee341de6ea2503a45b6d3c4614ab1b48c675e7c9b1422c13b24 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-31T13:15:42.636Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-31T13:15:42.637Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-31T13:15:42.833Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-31T13:15:42.830Z] $ docker exec 0046001d2b8a4ee341de6ea2503a45b6d3c4614ab1b48c675e7c9b1422c13b24 ssh-agent [2020-07-31T13:15:43.015Z] SSH_AUTH_SOCK=/tmp/ssh-P8HGthOMtBww/agent.12 [2020-07-31T13:15:43.015Z] SSH_AGENT_PID=18 [2020-07-31T13:15:43.022Z] Running ssh-add (command line suppressed) [2020-07-31T13:15:43.142Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_8731049927736833725.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_8731049927736833725.key) [2020-07-31T13:15:43.200Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-31T13:15:43.526Z] + git semver push [2020-07-31T13:15:43.527Z] # -> Open(): unable to determine branch for HEAD [2020-07-31T13:15:43.527Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-07-31T13:15:43.527Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-07-31T13:15:43.527Z] # $SEMVER_REMOTE_NAME = origin [2020-07-31T13:15:43.527Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-31T13:15:43.527Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-31T13:15:43.527Z] # $SEMVER_BRANCH = master [2020-07-31T13:15:43.527Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [Pipeline] } [2020-07-31T13:15:50.123Z] $ docker exec --env ******** --env ******** 0046001d2b8a4ee341de6ea2503a45b6d3c4614ab1b48c675e7c9b1422c13b24 ssh-agent -k [2020-07-31T13:15:50.238Z] unset SSH_AUTH_SOCK; [2020-07-31T13:15:50.238Z] unset SSH_AGENT_PID; [2020-07-31T13:15:50.238Z] echo Agent pid 18 killed; [2020-07-31T13:15:50.290Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-31T13:15:50.771Z] + git semver [Pipeline] } [2020-07-31T13:15:50.779Z] $ docker stop --time=1 0046001d2b8a4ee341de6ea2503a45b6d3c4614ab1b48c675e7c9b1422c13b24 [2020-07-31T13:15:52.137Z] $ docker rm -f 0046001d2b8a4ee341de6ea2503a45b6d3c4614ab1b48c675e7c9b1422c13b24 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-07-31T13:15:53.170Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-31T13:15:53.729Z] ---> package-listing.sh [2020-07-31T13:15:53.730Z] ++ facter osfamily [2020-07-31T13:15:53.730Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-31T13:15:53.730Z] + OS_FAMILY=redhat [2020-07-31T13:15:53.730Z] + workspace=/w/workspace/edgexfoundry_device-sdk-c_master [2020-07-31T13:15:53.730Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-31T13:15:53.730Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-31T13:15:53.730Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-31T13:15:53.730Z] + PACKAGES=/tmp/packages_start.txt [2020-07-31T13:15:53.730Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_master ']' [2020-07-31T13:15:53.730Z] + PACKAGES=/tmp/packages_end.txt [2020-07-31T13:15:53.730Z] + case "${OS_FAMILY}" in [2020-07-31T13:15:53.730Z] + rpm -qa [2020-07-31T13:15:53.730Z] + sort [2020-07-31T13:15:57.938Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-31T13:15:57.938Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-31T13:15:57.938Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-31T13:15:57.938Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_master ']' [2020-07-31T13:15:57.938Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_master/archives/ [2020-07-31T13:15:57.938Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-c_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-31T13:15:58.525Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-31T13:15:58.525Z] [2020-07-31T13:15:58.525Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-31T13:15:58.916Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-31T13:15:58.916Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-31T13:15:58.916Z] c9b1b535fdd9: Pulling fs layer [2020-07-31T13:15:58.916Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-31T13:15:58.916Z] 756a868c4378: Pulling fs layer [2020-07-31T13:15:58.916Z] 444b2fc9a129: Pulling fs layer [2020-07-31T13:15:58.916Z] ea15f1150254: Pulling fs layer [2020-07-31T13:15:58.916Z] 41b27a9f41bf: Pulling fs layer [2020-07-31T13:15:58.916Z] 28c525ee5125: Pulling fs layer [2020-07-31T13:15:58.916Z] 094b1ea09ed8: Pulling fs layer [2020-07-31T13:15:58.916Z] 138eaada9080: Pulling fs layer [2020-07-31T13:15:58.916Z] 0622d0fa9048: Pulling fs layer [2020-07-31T13:15:58.916Z] 41b27a9f41bf: Waiting [2020-07-31T13:15:58.916Z] 28c525ee5125: Waiting [2020-07-31T13:15:58.916Z] 094b1ea09ed8: Waiting [2020-07-31T13:15:58.916Z] 138eaada9080: Waiting [2020-07-31T13:15:58.916Z] 0622d0fa9048: Waiting [2020-07-31T13:15:58.916Z] 444b2fc9a129: Waiting [2020-07-31T13:15:58.916Z] ea15f1150254: Waiting [2020-07-31T13:15:58.916Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-31T13:15:58.916Z] 2cc5ad85d9ab: Download complete [2020-07-31T13:15:58.916Z] 444b2fc9a129: Verifying Checksum [2020-07-31T13:15:58.916Z] 444b2fc9a129: Download complete [2020-07-31T13:15:58.916Z] c9b1b535fdd9: Verifying Checksum [2020-07-31T13:15:58.916Z] c9b1b535fdd9: Download complete [2020-07-31T13:15:58.916Z] ea15f1150254: Verifying Checksum [2020-07-31T13:15:58.916Z] ea15f1150254: Download complete [2020-07-31T13:15:58.916Z] 28c525ee5125: Verifying Checksum [2020-07-31T13:15:58.916Z] 28c525ee5125: Download complete [2020-07-31T13:15:59.190Z] 756a868c4378: Verifying Checksum [2020-07-31T13:15:59.190Z] 756a868c4378: Download complete [2020-07-31T13:15:59.459Z] 094b1ea09ed8: Verifying Checksum [2020-07-31T13:15:59.459Z] 094b1ea09ed8: Download complete [2020-07-31T13:15:59.459Z] 0622d0fa9048: Verifying Checksum [2020-07-31T13:15:59.459Z] 0622d0fa9048: Download complete [2020-07-31T13:15:59.459Z] 138eaada9080: Verifying Checksum [2020-07-31T13:15:59.459Z] 138eaada9080: Download complete [2020-07-31T13:15:59.722Z] c9b1b535fdd9: Pull complete [2020-07-31T13:15:59.985Z] 2cc5ad85d9ab: Pull complete [2020-07-31T13:15:59.985Z] 41b27a9f41bf: Verifying Checksum [2020-07-31T13:15:59.985Z] 41b27a9f41bf: Download complete [2020-07-31T13:16:00.929Z] 756a868c4378: Pull complete [2020-07-31T13:16:01.193Z] 444b2fc9a129: Pull complete [2020-07-31T13:16:01.452Z] ea15f1150254: Pull complete [2020-07-31T13:16:05.691Z] 41b27a9f41bf: Pull complete [2020-07-31T13:16:05.691Z] 28c525ee5125: Pull complete [2020-07-31T13:16:07.612Z] 094b1ea09ed8: Pull complete [2020-07-31T13:16:07.612Z] 138eaada9080: Pull complete [2020-07-31T13:16:07.612Z] 0622d0fa9048: Pull complete [2020-07-31T13:16:07.612Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-31T13:16:07.612Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-31T13:16:07.612Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-31T13:16:07.782Z] prd-centos7-docker-4c-2g-1696 does not seem to be running inside a container [2020-07-31T13:16:07.818Z] $ 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_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-31T13:16:10.098Z] $ docker top 439b82c3fecd2278e32758a484658fba57fece7b445e24bf555e46291955c388 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-31T13:16:10.374Z] provisioning config files... [2020-07-31T13:16:10.389Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config763688084325329024tmp [Pipeline] { [Pipeline] echo [2020-07-31T13:16:10.489Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-31T13:16:10.780Z] ---> create-netrc.sh [Pipeline] echo [2020-07-31T13:16:10.788Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-31T13:16:11.078Z] ---> logs-deploy.sh [2020-07-31T13:16:11.078Z] + ARCHIVE_ARTIFACTS= [2020-07-31T13:16:11.078Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-31T13:16:11.078Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-31T13:16:11.078Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-31T13:16:11.078Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/master/38 [2020-07-31T13:16:11.078Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-c/job/master/38/ [2020-07-31T13:16:11.078Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/master/38 /w/workspace/edgexfoundry_device-sdk-c_master [2020-07-31T13:16:12.457Z] Archives upload complete. [2020-07-31T13:16:12.457Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/master/38 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-c/job/master/38/ [2020-07-31T13:16:13.029Z] ---> uname -a: [2020-07-31T13:16:13.029Z] Linux 439b82c3fecd 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-07-31T13:16:13.029Z] [2020-07-31T13:16:13.029Z] [2020-07-31T13:16:13.029Z] ---> lscpu: [2020-07-31T13:16:13.029Z] Architecture: x86_64 [2020-07-31T13:16:13.029Z] CPU op-mode(s): 32-bit, 64-bit [2020-07-31T13:16:13.029Z] Byte Order: Little Endian [2020-07-31T13:16:13.029Z] Address sizes: 40 bits physical, 48 bits virtual [2020-07-31T13:16:13.029Z] CPU(s): 4 [2020-07-31T13:16:13.029Z] On-line CPU(s) list: 0-3 [2020-07-31T13:16:13.029Z] Thread(s) per core: 1 [2020-07-31T13:16:13.029Z] Core(s) per socket: 1 [2020-07-31T13:16:13.029Z] Socket(s): 4 [2020-07-31T13:16:13.029Z] NUMA node(s): 1 [2020-07-31T13:16:13.029Z] Vendor ID: GenuineIntel [2020-07-31T13:16:13.029Z] CPU family: 6 [2020-07-31T13:16:13.029Z] Model: 44 [2020-07-31T13:16:13.029Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-07-31T13:16:13.029Z] Stepping: 1 [2020-07-31T13:16:13.029Z] CPU MHz: 2933.396 [2020-07-31T13:16:13.029Z] BogoMIPS: 5866.79 [2020-07-31T13:16:13.029Z] Virtualization: VT-x [2020-07-31T13:16:13.029Z] Hypervisor vendor: KVM [2020-07-31T13:16:13.029Z] Virtualization type: full [2020-07-31T13:16:13.029Z] L1d cache: 128 KiB [2020-07-31T13:16:13.029Z] L1i cache: 128 KiB [2020-07-31T13:16:13.029Z] L2 cache: 16 MiB [2020-07-31T13:16:13.029Z] L3 cache: 64 MiB [2020-07-31T13:16:13.029Z] NUMA node0 CPU(s): 0-3 [2020-07-31T13:16:13.029Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-07-31T13:16:13.029Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-07-31T13:16:13.029Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-07-31T13:16:13.029Z] Vulnerability Meltdown: Mitigation; PTI [2020-07-31T13:16:13.029Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-07-31T13:16:13.029Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-07-31T13:16:13.029Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-07-31T13:16:13.029Z] Vulnerability Tsx async abort: Not affected [2020-07-31T13:16:13.029Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-07-31T13:16:13.029Z] [2020-07-31T13:16:13.029Z] [2020-07-31T13:16:13.029Z] ---> nproc: [2020-07-31T13:16:13.029Z] 4 [2020-07-31T13:16:13.029Z] [2020-07-31T13:16:13.029Z] [2020-07-31T13:16:13.029Z] ---> df -h: [2020-07-31T13:16:13.029Z] Filesystem Size Used Available Use% Mounted on [2020-07-31T13:16:13.029Z] overlay 50.0G 7.8G 42.2G 16% / [2020-07-31T13:16:13.029Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-07-31T13:16:13.029Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-07-31T13:16:13.029Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-07-31T13:16:13.029Z] /dev/vda1 50.0G 7.8G 42.2G 16% /etc/resolv.conf [2020-07-31T13:16:13.029Z] /dev/vda1 50.0G 7.8G 42.2G 16% /etc/hostname [2020-07-31T13:16:13.029Z] /dev/vda1 50.0G 7.8G 42.2G 16% /etc/hosts [2020-07-31T13:16:13.029Z] /dev/vda1 50.0G 7.8G 42.2G 16% /var/log/sa [2020-07-31T13:16:13.029Z] /dev/vda1 50.0G 7.8G 42.2G 16% /w/workspace/edgexfoundry_device-sdk-c_master [2020-07-31T13:16:13.029Z] /dev/vda1 50.0G 7.8G 42.2G 16% /w/workspace/edgexfoundry_device-sdk-c_master@tmp [2020-07-31T13:16:13.029Z] [2020-07-31T13:16:13.029Z] [2020-07-31T13:16:13.029Z] ---> free -m: [2020-07-31T13:16:13.029Z] total used free shared buff/cache available [2020-07-31T13:16:13.029Z] Mem: 1837 763 121 0 952 993 [2020-07-31T13:16:13.029Z] Swap: 1023 1 1022 [2020-07-31T13:16:13.029Z] [2020-07-31T13:16:13.029Z] [2020-07-31T13:16:13.029Z] ---> ip addr: [2020-07-31T13:16:13.029Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-07-31T13:16:13.029Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-07-31T13:16:13.029Z] inet 127.0.0.1/8 scope host lo [2020-07-31T13:16:13.029Z] valid_lft forever preferred_lft forever [2020-07-31T13:16:13.029Z] 14: eth0@if15: mtu 1458 qdisc noqueue state UP [2020-07-31T13:16:13.029Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-07-31T13:16:13.029Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-07-31T13:16:13.029Z] valid_lft forever preferred_lft forever [2020-07-31T13:16:13.029Z] [2020-07-31T13:16:13.029Z] [2020-07-31T13:16:13.029Z] ---> sar -b -r -n DEV: [2020-07-31T13:16:13.029Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/31/20 _x86_64_ (4 CPU) [2020-07-31T13:16:13.029Z] [2020-07-31T13:16:13.029Z] 13:09:03 LINUX RESTART [2020-07-31T13:16:13.029Z] [2020-07-31T13:16:13.029Z] 13:10:01 tps rtps wtps bread/s bwrtn/s [2020-07-31T13:16:13.029Z] 13:11:01 6.98 2.07 4.91 99.13 214.37 [2020-07-31T13:16:13.029Z] 13:12:01 1.62 0.00 1.62 0.00 30.29 [2020-07-31T13:16:13.029Z] 13:13:01 0.32 0.00 0.32 0.00 5.85 [2020-07-31T13:16:13.029Z] 13:14:01 0.33 0.00 0.33 0.00 4.40 [2020-07-31T13:16:13.029Z] 13:15:01 3.34 0.05 3.29 33.33 77.15 [2020-07-31T13:16:13.029Z] 13:16:01 337.88 205.83 132.06 11618.51 39199.00 [2020-07-31T13:16:13.029Z] Average: 58.59 34.77 23.82 1964.77 6609.72 [2020-07-31T13:16:13.029Z] [2020-07-31T13:16:13.029Z] 13:10:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-07-31T13:16:13.029Z] 13:11:01 167008 1714548 91.12 2620 1149316 1115992 38.09 427952 1126560 20 [2020-07-31T13:16:13.029Z] 13:12:01 168332 1713224 91.05 2620 1149320 1088296 37.14 429000 1125144 20 [2020-07-31T13:16:13.029Z] 13:13:01 168164 1713392 91.06 2620 1149328 1088392 37.14 429460 1125144 8 [2020-07-31T13:16:13.029Z] 13:14:01 167024 1714532 91.12 2620 1149328 1088224 37.14 430636 1124768 8 [2020-07-31T13:16:13.029Z] 13:15:01 189468 1692088 89.93 2620 1123408 1093952 37.33 422092 1111420 48 [2020-07-31T13:16:13.029Z] 13:16:01 99156 1782400 94.73 2596 1004840 1516096 51.74 578756 950980 35984 [2020-07-31T13:16:13.029Z] Average: 159859 1721697 91.50 2616 1120923 1165159 39.76 452983 1094003 6015 [2020-07-31T13:16:13.029Z] [2020-07-31T13:16:13.029Z] 13:10:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-07-31T13:16:13.029Z] 13:11:01 eth0 23.53 19.55 30.53 25.58 0.00 0.00 0.00 [2020-07-31T13:16:13.029Z] 13:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-31T13:16:13.029Z] 13:11:01 docker0 8.21 6.41 0.87 20.29 0.00 0.00 0.00 [2020-07-31T13:16:13.029Z] 13:12:01 eth0 1.97 0.48 1.06 0.03 0.00 0.00 0.00 [2020-07-31T13:16:13.029Z] 13:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-31T13:16:13.029Z] 13:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-31T13:16:13.029Z] 13:13:01 eth0 1.02 0.60 0.54 0.39 0.00 0.00 0.00 [2020-07-31T13:16:13.029Z] 13:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-31T13:16:13.029Z] 13:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-31T13:16:13.029Z] 13:14:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 [2020-07-31T13:16:13.029Z] 13:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-31T13:16:13.029Z] 13:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-31T13:16:13.029Z] 13:15:01 eth0 28.20 17.73 37.22 5.83 0.00 0.00 0.00 [2020-07-31T13:16:13.029Z] 13:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-31T13:16:13.029Z] 13:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-31T13:16:13.029Z] 13:16:01 eth0 292.34 196.69 5738.68 39.56 0.00 0.00 0.00 [2020-07-31T13:16:13.029Z] 13:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-31T13:16:13.029Z] 13:16:01 docker0 26.56 31.04 1.65 185.22 0.00 0.00 0.00 [2020-07-31T13:16:13.029Z] Average: eth0 57.96 39.26 971.05 11.92 0.00 0.00 0.00 [2020-07-31T13:16:13.029Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-31T13:16:13.029Z] Average: docker0 5.81 6.26 0.42 34.36 0.00 0.00 0.00 [2020-07-31T13:16:13.029Z] [2020-07-31T13:16:13.029Z] [2020-07-31T13:16:13.029Z] ---> sar -P ALL: [2020-07-31T13:16:13.029Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/31/20 _x86_64_ (4 CPU) [2020-07-31T13:16:13.029Z] [2020-07-31T13:16:13.029Z] 13:09:03 LINUX RESTART [2020-07-31T13:16:13.029Z] [2020-07-31T13:16:13.029Z] 13:10:01 CPU %user %nice %system %iowait %steal %idle [2020-07-31T13:16:13.029Z] 13:11:01 all 0.82 0.00 0.26 0.07 0.00 98.85 [2020-07-31T13:16:13.029Z] 13:11:01 0 0.78 0.00 0.23 0.10 0.00 98.88 [2020-07-31T13:16:13.030Z] 13:11:01 1 0.53 0.00 0.17 0.05 0.02 99.23 [2020-07-31T13:16:13.030Z] 13:11:01 2 1.22 0.00 0.28 0.02 0.02 98.47 [2020-07-31T13:16:13.030Z] 13:11:01 3 0.75 0.00 0.33 0.10 0.00 98.82 [2020-07-31T13:16:13.030Z] 13:12:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2020-07-31T13:16:13.030Z] 13:12:01 0 0.03 0.00 0.07 0.00 0.00 99.90 [2020-07-31T13:16:13.030Z] 13:12:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2020-07-31T13:16:13.030Z] 13:12:01 2 0.48 0.00 0.03 0.00 0.00 99.48 [2020-07-31T13:16:13.030Z] 13:12:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-07-31T13:16:13.030Z] 13:13:01 all 0.16 0.00 0.02 0.00 0.00 99.81 [2020-07-31T13:16:13.030Z] 13:13:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-07-31T13:16:13.030Z] 13:13:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2020-07-31T13:16:13.030Z] 13:13:01 2 0.55 0.00 0.03 0.00 0.00 99.42 [2020-07-31T13:16:13.030Z] 13:13:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2020-07-31T13:16:13.030Z] 13:14:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2020-07-31T13:16:13.030Z] 13:14:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-07-31T13:16:13.030Z] 13:14:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2020-07-31T13:16:13.030Z] 13:14:01 2 0.53 0.00 0.03 0.00 0.00 99.43 [2020-07-31T13:16:13.030Z] 13:14:01 3 0.00 0.00 0.03 0.00 0.00 99.97 [2020-07-31T13:16:13.030Z] 13:15:01 all 1.12 0.00 0.75 0.07 0.00 98.06 [2020-07-31T13:16:13.030Z] 13:15:01 0 0.90 0.00 0.61 0.14 0.00 98.35 [2020-07-31T13:16:13.030Z] 13:15:01 1 1.03 0.00 0.97 0.08 0.02 97.90 [2020-07-31T13:16:13.030Z] 13:15:01 2 1.17 0.00 0.80 0.03 0.00 97.99 [2020-07-31T13:16:13.030Z] 13:15:01 3 1.36 0.00 0.61 0.03 0.00 98.00 [2020-07-31T13:16:13.030Z] 13:16:01 all 12.54 0.00 8.10 4.04 0.02 75.30 [2020-07-31T13:16:13.030Z] 13:16:01 0 10.52 0.00 7.77 3.32 0.02 78.37 [2020-07-31T13:16:13.030Z] 13:16:01 1 11.13 0.00 7.60 4.81 0.02 76.44 [2020-07-31T13:16:13.030Z] 13:16:01 2 11.70 0.00 8.09 2.83 0.02 77.36 [2020-07-31T13:16:13.030Z] 13:16:01 3 16.84 0.00 8.94 5.18 0.02 69.02 [2020-07-31T13:16:13.030Z] Average: all 2.47 0.00 1.52 0.69 0.00 95.32 [2020-07-31T13:16:13.030Z] Average: 0 2.03 0.00 1.44 0.59 0.00 95.94 [2020-07-31T13:16:13.030Z] Average: 1 2.12 0.00 1.45 0.82 0.01 95.61 [2020-07-31T13:16:13.030Z] Average: 2 2.60 0.00 1.53 0.48 0.01 95.39 [2020-07-31T13:16:13.030Z] Average: 3 3.14 0.00 1.65 0.88 0.00 94.33 [2020-07-31T13:16:13.030Z] [2020-07-31T13:16:13.030Z] [2020-07-31T13:16:13.030Z]