Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b4873c23cc909bb34276112007e0d4a5fd45beca Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildCApp] RAW Config: [project:device-sdk-c, dockerBuildFilePath:scripts/Dockerfile.alpine-3.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-4111 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 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 Fetching without tags Checking out Revision b4873c23cc909bb34276112007e0d4a5fd45beca (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f b4873c23cc909bb34276112007e0d4a5fd45beca # timeout=10 Commit message: "Merge pull request #273 from iain-anderson/restv2-branch-1" > git rev-list --no-walk 862ead6d097478181b3147da3693e5cb13a49fc6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-23T12:57:35.264Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-23T12:57:35.382Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-23T12:57:35.420Z] ========================================================= [2020-06-23T12:57:35.420Z] EdgeX Global Pipelines Version Info [2020-06-23T12:57:35.420Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-23T12:57:37.277Z] ------------------- [2020-06-23T12:57:37.277Z] stable info: [2020-06-23T12:57:37.277Z] ------------------- [2020-06-23T12:57:37.277Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-23T12:57:37.277Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-23T12:57:37.277Z] Message: update stable to v1.0.89 [2020-06-23T12:57:37.850Z] ------------------- [2020-06-23T12:57:37.850Z] experimental info: [2020-06-23T12:57:37.850Z] ------------------- [2020-06-23T12:57:37.850Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-23T12:57:37.850Z] Commit SHA: aa323fb5dfebb31640c35badf05a5a9beff52318 [2020-06-23T12:57:37.850Z] Message: update experimental to v1.0.90 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-06-23T12:57:39.335Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-23T12:57:39.597Z] [2020-06-23T12:57:39.597Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-23T12:57:39.920Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-23T12:57:39.920Z] latest: Pulling from edgex-devops/git-semver [2020-06-23T12:57:39.920Z] 9123ac7c32f7: Pulling fs layer [2020-06-23T12:57:39.920Z] b8cc5d1170e3: Pulling fs layer [2020-06-23T12:57:39.920Z] 2924cbbf6a41: Pulling fs layer [2020-06-23T12:57:39.920Z] 93b08a4f1073: Pulling fs layer [2020-06-23T12:57:39.920Z] 93b08a4f1073: Waiting [2020-06-23T12:57:39.920Z] b8cc5d1170e3: Verifying Checksum [2020-06-23T12:57:39.920Z] b8cc5d1170e3: Download complete [2020-06-23T12:57:39.920Z] 9123ac7c32f7: Verifying Checksum [2020-06-23T12:57:39.920Z] 9123ac7c32f7: Download complete [2020-06-23T12:57:40.191Z] 93b08a4f1073: Verifying Checksum [2020-06-23T12:57:40.191Z] 93b08a4f1073: Download complete [2020-06-23T12:57:40.191Z] 2924cbbf6a41: Verifying Checksum [2020-06-23T12:57:40.191Z] 2924cbbf6a41: Download complete [2020-06-23T12:57:40.191Z] 9123ac7c32f7: Pull complete [2020-06-23T12:57:40.459Z] b8cc5d1170e3: Pull complete [2020-06-23T12:57:41.044Z] 2924cbbf6a41: Pull complete [2020-06-23T12:57:41.307Z] 93b08a4f1073: Pull complete [2020-06-23T12:57:41.307Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-23T12:57:41.307Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-23T12:57:41.307Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-23T12:57:41.414Z] prd-centos7-docker-4c-2g-4111 does not seem to be running inside a container [2020-06-23T12:57:41.463Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-23T12:57:43.574Z] $ docker top 2d52e3172b581d363d343064f56af20cc9378c2ef11996a271cbfc2ff947230a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-23T12:57:43.747Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-23T12:57:43.747Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-23T12:57:43.937Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-23T12:57:43.942Z] $ docker exec 2d52e3172b581d363d343064f56af20cc9378c2ef11996a271cbfc2ff947230a ssh-agent [2020-06-23T12:57:44.094Z] SSH_AUTH_SOCK=/tmp/ssh-92lnEHjkD0XP/agent.12 [2020-06-23T12:57:44.094Z] SSH_AGENT_PID=17 [2020-06-23T12:57:44.104Z] Running ssh-add (command line suppressed) [2020-06-23T12:57:44.216Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_9191905699614790807.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_9191905699614790807.key) [2020-06-23T12:57:44.259Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-23T12:57:44.568Z] + git describe --exact-match --tags HEAD [2020-06-23T12:57:44.568Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-23T12:57:44.714Z] $ docker exec --env ******** --env ******** 2d52e3172b581d363d343064f56af20cc9378c2ef11996a271cbfc2ff947230a ssh-agent -k [2020-06-23T12:57:44.824Z] unset SSH_AUTH_SOCK; [2020-06-23T12:57:44.824Z] unset SSH_AGENT_PID; [2020-06-23T12:57:44.824Z] echo Agent pid 17 killed; [2020-06-23T12:57:44.864Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-23T12:57:44.904Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-23T12:57:44.904Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-23T12:57:44.952Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-23T12:57:44.953Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-23T12:57:45.104Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-23T12:57:45.109Z] $ docker exec 2d52e3172b581d363d343064f56af20cc9378c2ef11996a271cbfc2ff947230a ssh-agent [2020-06-23T12:57:45.254Z] SSH_AUTH_SOCK=/tmp/ssh-QMkKjtxBswyJ/agent.46 [2020-06-23T12:57:45.254Z] SSH_AGENT_PID=51 [2020-06-23T12:57:45.260Z] Running ssh-add (command line suppressed) [2020-06-23T12:57:45.372Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_5488481845898147028.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_5488481845898147028.key) [2020-06-23T12:57:45.423Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-23T12:57:45.723Z] + git semver init [2020-06-23T12:57:45.723Z] # -> Open(): unable to determine branch for HEAD [2020-06-23T12:57:45.723Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-06-23T12:57:45.723Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-06-23T12:57:45.723Z] # $SEMVER_REMOTE_NAME = origin [2020-06-23T12:57:45.723Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-23T12:57:45.723Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-23T12:57:45.723Z] # $SEMVER_BRANCH = master [2020-06-23T12:57:45.723Z] # $SEMVER_TEMP = /tmp/semver-013953620 [2020-06-23T12:57:45.723Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-c.git $SEMVER_TEMP [2020-06-23T12:57:46.294Z] # '/tmp/semver-013953620' -> '/w/workspace/edgexfoundry_device-sdk-c_master/.semver' [2020-06-23T12:57:46.554Z] # -> Force: false [2020-06-23T12:57:46.554Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [Pipeline] } [2020-06-23T12:57:46.566Z] $ docker exec --env ******** --env ******** 2d52e3172b581d363d343064f56af20cc9378c2ef11996a271cbfc2ff947230a ssh-agent -k [2020-06-23T12:57:46.676Z] unset SSH_AUTH_SOCK; [2020-06-23T12:57:46.676Z] unset SSH_AGENT_PID; [2020-06-23T12:57:46.676Z] echo Agent pid 51 killed; [2020-06-23T12:57:46.714Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-23T12:57:47.075Z] + git semver [Pipeline] } [2020-06-23T12:57:47.091Z] $ docker stop --time=1 2d52e3172b581d363d343064f56af20cc9378c2ef11996a271cbfc2ff947230a [2020-06-23T12:57:48.427Z] $ docker rm -f 2d52e3172b581d363d343064f56af20cc9378c2ef11996a271cbfc2ff947230a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-23T12:57:48.978Z] Stashed 48 file(s) [Pipeline] echo [2020-06-23T12:57:48.980Z] [edgeXSemver] initialized semver on version 1.2.2-dev.6 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-06-23T12:58:04.141Z] Still waiting to schedule task [2020-06-23T12:58:04.141Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4111’ [2020-06-23T12:58:04.142Z] Still waiting to schedule task [2020-06-23T12:58:04.142Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-06-23T12:59:42.933Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4112 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] ws [2020-06-23T12:59:42.956Z] Running in /w/workspace/device-sdk-c/30 [Pipeline] { [Pipeline] checkout [2020-06-23T12:59:47.770Z] using credential edgex-jenkins-ssh [2020-06-23T12:59:47.801Z] Cloning the remote Git repository [2020-06-23T12:59:47.801Z] Cloning with configured refspecs honoured and without tags [2020-06-23T12:59:47.839Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-06-23T12:59:47.968Z] > git init /w/workspace/device-sdk-c/30 # timeout=10 [2020-06-23T12:59:49.108Z] Fetching without tags [2020-06-23T12:59:48.075Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-06-23T12:59:48.076Z] > git --version # timeout=10 [2020-06-23T12:59:48.090Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-23T12:59:48.176Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-23T12:59:49.014Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-06-23T12:59:49.038Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-23T12:59:49.066Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-06-23T12:59:49.092Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-06-23T12:59:49.093Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-23T12:59:49.104Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-23T12:59:49.625Z] Checking out Revision b4873c23cc909bb34276112007e0d4a5fd45beca (master) [2020-06-23T12:59:49.617Z] > git config core.sparsecheckout # timeout=10 [2020-06-23T12:59:49.630Z] > git checkout -f b4873c23cc909bb34276112007e0d4a5fd45beca # timeout=10 [2020-06-23T12:59:54.040Z] Commit message: "Merge pull request #273 from iain-anderson/restv2-branch-1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-23T12:59:55.259Z] ========================================================= [2020-06-23T12:59:55.259Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] [2020-06-23T12:59:55.259Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-23T12:59:56.258Z] + 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-06-23T12:59:57.244Z] Sending build context to Docker daemon 3.216MB [2020-06-23T12:59:57.244Z] Step 1/21 : ARG BASE=alpine:3.11 [2020-06-23T12:59:57.244Z] Step 2/21 : FROM ${BASE} as builder [2020-06-23T12:59:57.518Z] latest: Pulling from edgex-devops/edgex-gcc-base-arm64 [2020-06-23T12:59:57.518Z] 0362ad1dd800: Pulling fs layer [2020-06-23T12:59:57.518Z] f2cdb1532d8b: Pulling fs layer [2020-06-23T12:59:57.518Z] 37ed683be191: Pulling fs layer [2020-06-23T12:59:57.518Z] f2cdb1532d8b: Verifying Checksum [2020-06-23T12:59:57.518Z] f2cdb1532d8b: Download complete [2020-06-23T12:59:57.518Z] 0362ad1dd800: Verifying Checksum [2020-06-23T12:59:57.518Z] 0362ad1dd800: Download complete [2020-06-23T12:59:58.501Z] 0362ad1dd800: Pull complete [2020-06-23T12:59:58.774Z] f2cdb1532d8b: Pull complete [2020-06-23T12:59:59.758Z] 37ed683be191: Verifying Checksum [2020-06-23T12:59:59.758Z] 37ed683be191: Download complete [2020-06-23T13:00:09.922Z] 37ed683be191: Pull complete [2020-06-23T13:00:09.922Z] Digest: sha256:f3a502aba7c4a8aa4a4fcde21dbb9db33787f3779e80dd14fb3ea60ab67de23f [2020-06-23T13:00:09.922Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest [2020-06-23T13:00:09.922Z] ---> b23d30803547 [2020-06-23T13:00:09.922Z] Step 3/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev [2020-06-23T13:00:10.523Z] ---> Running in dc2e19fe9739 [2020-06-23T13:00:11.954Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-06-23T13:00:12.923Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-06-23T13:00:13.513Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-06-23T13:00:13.783Z] (2/8) Installing libuuid (2.33-r0) [2020-06-23T13:00:13.783Z] (3/8) Installing libblkid (2.33-r0) [2020-06-23T13:00:14.053Z] (4/8) Installing libfdisk (2.33-r0) [2020-06-23T13:00:14.053Z] (5/8) Installing libmount (2.33-r0) [2020-06-23T13:00:14.324Z] (6/8) Installing libsmartcols (2.33-r0) [2020-06-23T13:00:14.324Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-06-23T13:00:14.916Z] (8/8) Installing wget (1.20.3-r0) [2020-06-23T13:00:15.188Z] Executing busybox-1.29.3-r10.trigger [2020-06-23T13:00:15.188Z] OK: 285 MiB in 83 packages [2020-06-23T13:00:16.620Z] Removing intermediate container dc2e19fe9739 [2020-06-23T13:00:16.620Z] ---> 5701e6a7e186 [2020-06-23T13:00:16.620Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-06-23T13:00:16.620Z] ---> Running in 7e22c87fff9f [2020-06-23T13:00:17.215Z] Removing intermediate container 7e22c87fff9f [2020-06-23T13:00:17.215Z] ---> 69523818eb96 [2020-06-23T13:00:17.215Z] Step 5/21 : RUN mkdir /tmp/cbor && cd /tmp/cbor && wget -O - https://github.com/PJK/libcbor/archive/v${CBOR_VERSION}.tar.gz | tar -z -x -f - && sed -e 's/-flto//' -i libcbor-${CBOR_VERSION}/CMakeLists.txt && cmake -DCMAKE_BUILD_TYPE=Release -DCBOR_CUSTOM_ALLOC=ON libcbor-${CBOR_VERSION} && make && make install [2020-06-23T13:00:17.215Z] ---> Running in b55c3b708b16 [2020-06-23T13:00:18.658Z] --2020-06-23 13:00:18-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-06-23T13:00:18.658Z] Resolving github.com... 140.82.112.3 [2020-06-23T13:00:18.658Z] Connecting to github.com|140.82.112.3|:443... connected. [2020-06-23T13:00:18.929Z] HTTP request sent, awaiting response... 302 Found [2020-06-23T13:00:18.929Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-06-23T13:00:18.929Z] --2020-06-23 13:00:18-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-06-23T13:00:18.929Z] Resolving codeload.github.com... 140.82.112.9 [2020-06-23T13:00:18.929Z] Connecting to codeload.github.com|140.82.112.9|:443... connected. [2020-06-23T13:00:19.204Z] HTTP request sent, awaiting response... 200 OK [2020-06-23T13:00:19.204Z] Length: unspecified [application/x-gzip] [2020-06-23T13:00:19.204Z] Saving to: 'STDOUT' [2020-06-23T13:00:19.204Z]  [2020-06-23T13:00:19.204Z] 0K .......... .......... .......... .......... .......... 1.49M [2020-06-23T13:00:19.204Z] 50K .......... .......... .......... .......... .......... 3.23M [2020-06-23T13:00:19.204Z] 100K .......... .......... .......... .......... .......... 10.4M [2020-06-23T13:00:19.204Z] 150K .......... .......... .......... .......... .......... 4.31M [2020-06-23T13:00:19.204Z] 200K .......... .......... .......... .......... .......... 4.47M [2020-06-23T13:00:19.204Z] 250K .......... .......... .......... .......... .......... 5.31M [2020-06-23T13:00:19.204Z] 300K .......... .......... .......... .......... .......... 4.70M [2020-06-23T13:00:19.204Z] 350K .......... .......... .......... .......... .......... 4.44M [2020-06-23T13:00:19.204Z] 400K .......... .......... .......... .......... .......... 3.13M [2020-06-23T13:00:19.204Z] 450K .......... .......... .......... .......... .......... 3.94M [2020-06-23T13:00:19.204Z] 500K .......... .......... .......... .......... .......... 6.55M [2020-06-23T13:00:19.204Z] 550K .......... .......... .......... .......... .......... 1.87M [2020-06-23T13:00:19.204Z] 600K .......... .......... .......... .......... .......... 1021K [2020-06-23T13:00:19.204Z] 650K .......... .......... .......... .......... .......... 2.17M [2020-06-23T13:00:19.204Z] 700K ..    12.8M=0.2s [2020-06-23T13:00:19.204Z] [2020-06-23T13:00:19.204Z] 2020-06-23 13:00:19 (2.87 MB/s) - written to stdout [719348] [2020-06-23T13:00:19.204Z] [2020-06-23T13:00:19.478Z] -- The C compiler identification is GNU 8.3.0 [2020-06-23T13:00:19.751Z] -- The CXX compiler identification is GNU 8.3.0 [2020-06-23T13:00:19.751Z] -- Check for working C compiler: /usr/bin/cc [2020-06-23T13:00:20.024Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-06-23T13:00:20.024Z] -- Detecting C compiler ABI info [2020-06-23T13:00:20.298Z] -- Detecting C compiler ABI info - done [2020-06-23T13:00:20.298Z] -- Detecting C compile features [2020-06-23T13:00:21.272Z] -- Detecting C compile features - done [2020-06-23T13:00:21.272Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-06-23T13:00:21.273Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-06-23T13:00:21.273Z] -- Detecting CXX compiler ABI info [2020-06-23T13:00:21.544Z] -- Detecting CXX compiler ABI info - done [2020-06-23T13:00:21.544Z] -- Detecting CXX compile features [2020-06-23T13:00:23.512Z] -- Detecting CXX compile features - done [2020-06-23T13:00:23.512Z] -- Looking for include file endian.h [2020-06-23T13:00:23.512Z] -- Looking for include file endian.h - found [2020-06-23T13:00:23.512Z] -- Check if the system is big endian [2020-06-23T13:00:23.512Z] -- Searching 16 bit integer [2020-06-23T13:00:23.512Z] -- Looking for sys/types.h [2020-06-23T13:00:23.512Z] -- Looking for sys/types.h - found [2020-06-23T13:00:23.512Z] -- Looking for stdint.h [2020-06-23T13:00:23.783Z] -- Looking for stdint.h - found [2020-06-23T13:00:23.783Z] -- Looking for stddef.h [2020-06-23T13:00:24.055Z] -- Looking for stddef.h - found [2020-06-23T13:00:24.055Z] -- Check size of unsigned short [2020-06-23T13:00:24.326Z] -- Check size of unsigned short - done [2020-06-23T13:00:24.326Z] -- Using unsigned short [2020-06-23T13:00:24.598Z] -- Check if the system is big endian - little endian [2020-06-23T13:00:24.598Z] -- Check size of size_t [2020-06-23T13:00:24.870Z] -- Check size of size_t - done [2020-06-23T13:00:24.870Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-06-23T13:00:24.870Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-06-23T13:00:24.870Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-06-23T13:00:24.870Z] CMake did not find one. [2020-06-23T13:00:24.870Z] [2020-06-23T13:00:24.870Z] Could not find a package configuration file provided by "cJSON" with any of [2020-06-23T13:00:24.870Z] the following names: [2020-06-23T13:00:24.870Z] [2020-06-23T13:00:24.870Z] cJSONConfig.cmake [2020-06-23T13:00:24.870Z] cjson-config.cmake [2020-06-23T13:00:24.870Z] [2020-06-23T13:00:24.870Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-06-23T13:00:24.870Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-06-23T13:00:24.870Z] provides a separate development package or SDK, be sure it has been [2020-06-23T13:00:24.870Z] installed. [2020-06-23T13:00:24.870Z] [2020-06-23T13:00:24.870Z] [2020-06-23T13:00:24.870Z] -- Configuring done [2020-06-23T13:00:25.142Z] -- Generating done [2020-06-23T13:00:25.142Z] -- Build files have been written to: /tmp/cbor [2020-06-23T13:00:25.142Z] Scanning dependencies of target cbor_shared [2020-06-23T13:00:25.413Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-06-23T13:00:26.005Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-06-23T13:00:26.599Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-06-23T13:00:26.870Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-06-23T13:00:27.465Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-06-23T13:00:27.739Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-06-23T13:00:28.010Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-06-23T13:00:28.010Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-06-23T13:00:28.282Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-06-23T13:00:28.553Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-06-23T13:00:29.147Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-06-23T13:00:29.419Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-06-23T13:00:30.013Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-06-23T13:00:30.285Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-06-23T13:00:30.557Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-06-23T13:00:30.557Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-06-23T13:00:30.829Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-06-23T13:00:31.100Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-06-23T13:00:31.371Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-06-23T13:00:31.643Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-06-23T13:00:31.915Z] [ 40%] Linking C shared library libcbor.so [2020-06-23T13:00:31.915Z] [ 40%] Built target cbor_shared [2020-06-23T13:00:31.915Z] Scanning dependencies of target cbor [2020-06-23T13:00:32.186Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-06-23T13:00:32.774Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-06-23T13:00:33.367Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-06-23T13:00:33.640Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-06-23T13:00:34.616Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-06-23T13:00:34.889Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-06-23T13:00:35.161Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-06-23T13:00:35.433Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-06-23T13:00:35.433Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-06-23T13:00:36.039Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-06-23T13:00:36.633Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-06-23T13:00:36.906Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-06-23T13:00:37.179Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-06-23T13:00:37.770Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-06-23T13:00:37.770Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-06-23T13:00:38.042Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-06-23T13:00:38.316Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-06-23T13:00:38.588Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-06-23T13:00:38.861Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-06-23T13:00:39.130Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-06-23T13:00:39.401Z] [ 80%] Linking C static library libcbor.a [2020-06-23T13:00:39.401Z] [ 80%] Built target cbor [2020-06-23T13:00:39.401Z] Scanning dependencies of target create_items [2020-06-23T13:00:39.401Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-06-23T13:00:39.673Z] [ 84%] Linking C executable create_items [2020-06-23T13:00:39.673Z] [ 84%] Built target create_items [2020-06-23T13:00:39.673Z] Scanning dependencies of target readfile [2020-06-23T13:00:39.673Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-06-23T13:00:39.953Z] [ 88%] Linking C executable readfile [2020-06-23T13:00:39.953Z] [ 88%] Built target readfile [2020-06-23T13:00:40.230Z] Scanning dependencies of target streaming_parser [2020-06-23T13:00:40.230Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-06-23T13:00:40.230Z] [ 92%] Linking C executable streaming_parser [2020-06-23T13:00:40.502Z] [ 92%] Built target streaming_parser [2020-06-23T13:00:40.502Z] Scanning dependencies of target sort [2020-06-23T13:00:40.502Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-06-23T13:00:40.502Z] [ 96%] Linking C executable sort [2020-06-23T13:00:40.777Z] [ 96%] Built target sort [2020-06-23T13:00:40.777Z] Scanning dependencies of target hello [2020-06-23T13:00:40.777Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-06-23T13:00:41.009Z] Running on prd-centos7-docker-4c-2g-4113 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] ws [2020-06-23T13:00:41.032Z] Running in /w/workspace/device-sdk-c/30 [Pipeline] { [2020-06-23T13:00:41.050Z] [100%] Linking C executable hello [2020-06-23T13:00:41.050Z] [100%] Built target hello [2020-06-23T13:00:41.050Z] Install the project... [2020-06-23T13:00:41.050Z] -- Install configuration: "Release" [2020-06-23T13:00:41.050Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-06-23T13:00:41.050Z] -- Installing: /usr/local/lib64/libcbor.a [2020-06-23T13:00:41.050Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-06-23T13:00:41.050Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-06-23T13:00:41.050Z] -- Installing: /usr/local/lib64/libcbor.so [2020-06-23T13:00:41.050Z] -- Up-to-date: /usr/local/include/cbor [2020-06-23T13:00:41.050Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-06-23T13:00:41.050Z] -- Installing: /usr/local/include/cbor/ints.h [2020-06-23T13:00:41.050Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-06-23T13:00:41.050Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-06-23T13:00:41.050Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-06-23T13:00:41.050Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-06-23T13:00:41.050Z] -- Installing: /usr/local/include/cbor/data.h [2020-06-23T13:00:41.050Z] -- Installing: /usr/local/include/cbor/common.h [2020-06-23T13:00:41.050Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-06-23T13:00:41.050Z] -- Installing: /usr/local/include/cbor/strings.h [2020-06-23T13:00:41.050Z] -- Installing: /usr/local/include/cbor/tags.h [2020-06-23T13:00:41.050Z] -- Installing: /usr/local/include/cbor/internal [2020-06-23T13:00:41.050Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-06-23T13:00:41.050Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-06-23T13:00:41.051Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-06-23T13:00:41.051Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-06-23T13:00:41.051Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-06-23T13:00:41.051Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-06-23T13:00:41.051Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-06-23T13:00:41.051Z] -- Installing: /usr/local/include/cbor/maps.h [2020-06-23T13:00:41.051Z] -- Installing: /usr/local/include/cbor.h [2020-06-23T13:00:41.051Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [Pipeline] checkout [2020-06-23T13:00:43.047Z] Removing intermediate container b55c3b708b16 [2020-06-23T13:00:43.047Z] ---> 255e0503c56a [2020-06-23T13:00:43.047Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-06-23T13:00:43.326Z] ---> Running in 580f5e5aacbe [2020-06-23T13:00:43.376Z] using credential edgex-jenkins-ssh [2020-06-23T13:00:43.405Z] Cloning the remote Git repository [2020-06-23T13:00:43.405Z] Cloning with configured refspecs honoured and without tags [2020-06-23T13:00:43.431Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-06-23T13:00:43.501Z] > git init /w/workspace/device-sdk-c/30 # timeout=10 [2020-06-23T13:00:44.624Z] Fetching without tags [2020-06-23T13:00:43.560Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-06-23T13:00:43.561Z] > git --version # timeout=10 [2020-06-23T13:00:43.579Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-23T13:00:43.613Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-23T13:00:44.589Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-06-23T13:00:44.605Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-23T13:00:44.615Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-06-23T13:00:44.628Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-06-23T13:00:44.628Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-23T13:00:44.633Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-23T13:00:45.048Z] Checking out Revision b4873c23cc909bb34276112007e0d4a5fd45beca (master) [2020-06-23T13:00:45.055Z] > git config core.sparsecheckout # timeout=10 [2020-06-23T13:00:45.065Z] > git checkout -f b4873c23cc909bb34276112007e0d4a5fd45beca # timeout=10 [2020-06-23T13:00:45.943Z] Removing intermediate container 580f5e5aacbe [2020-06-23T13:00:45.943Z] ---> 2aa95f275094 [2020-06-23T13:00:45.943Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-06-23T13:00:46.535Z] ---> 717f59bbcc81 [2020-06-23T13:00:46.535Z] Step 8/21 : COPY src /tmp/sdk/src [2020-06-23T13:00:47.135Z] ---> d2cf70014b3d [2020-06-23T13:00:47.135Z] Step 9/21 : COPY include /tmp/sdk/include [2020-06-23T13:00:48.114Z] ---> 3005da39d703 [2020-06-23T13:00:48.114Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-06-23T13:00:48.709Z] ---> 5194882502de [2020-06-23T13:00:48.709Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-06-23T13:00:48.875Z] Commit message: "Merge pull request #273 from iain-anderson/restv2-branch-1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-06-23T13:00:49.306Z] ---> a2f36890f8fa [2020-06-23T13:00:49.306Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [Pipeline] echo [2020-06-23T13:00:49.534Z] ========================================================= [2020-06-23T13:00:49.535Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2020-06-23T13:00:49.535Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-23T13:00:49.902Z] ---> d9858e656696 [2020-06-23T13:00:49.903Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-06-23T13:00:50.123Z] + 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-06-23T13:00:50.176Z] ---> Running in 985bcbeac256 [2020-06-23T13:00:50.392Z] Sending build context to Docker daemon 3.216MB [2020-06-23T13:00:50.392Z] Step 1/21 : ARG BASE=alpine:3.11 [2020-06-23T13:00:50.392Z] Step 2/21 : FROM ${BASE} as builder [2020-06-23T13:00:50.392Z] latest: Pulling from edgex-devops/edgex-gcc-base [2020-06-23T13:00:50.392Z] e7c96db7181b: Pulling fs layer [2020-06-23T13:00:50.392Z] 4c13bbce0fe7: Pulling fs layer [2020-06-23T13:00:50.392Z] 6059c847ac2f: Pulling fs layer [2020-06-23T13:00:50.658Z] 4c13bbce0fe7: Verifying Checksum [2020-06-23T13:00:50.658Z] 4c13bbce0fe7: Download complete [2020-06-23T13:00:50.658Z] e7c96db7181b: Verifying Checksum [2020-06-23T13:00:50.658Z] e7c96db7181b: Download complete [2020-06-23T13:00:50.923Z] e7c96db7181b: Pull complete [2020-06-23T13:00:50.923Z] 4c13bbce0fe7: Pull complete [2020-06-23T13:00:51.495Z] 6059c847ac2f: Verifying Checksum [2020-06-23T13:00:51.495Z] 6059c847ac2f: Download complete [2020-06-23T13:00:51.607Z] + CPPCHECK=false [2020-06-23T13:00:51.607Z] + DOCGEN=false [2020-06-23T13:00:51.607Z] + TOMLVER=SDK-0.2 [2020-06-23T13:00:51.607Z] + CUTILVER=1.0.4 [2020-06-23T13:00:51.607Z] + '[' 0 -gt 0 ] [2020-06-23T13:00:51.607Z] + readlink -f ./scripts/build.sh [2020-06-23T13:00:51.607Z] + dirname /tmp/sdk/scripts/build.sh [2020-06-23T13:00:51.607Z] + dirname /tmp/sdk/scripts [2020-06-23T13:00:51.607Z] + ROOT=/tmp/sdk [2020-06-23T13:00:51.607Z] + cd /tmp/sdk [2020-06-23T13:00:51.607Z] + '[' '!' -d deps ] [2020-06-23T13:00:51.607Z] + mkdir deps [2020-06-23T13:00:51.607Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-06-23T13:00:51.607Z] + tar -C deps -z -x -f - [2020-06-23T13:00:51.607Z] --2020-06-23 13:00:51-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-06-23T13:00:51.607Z] Resolving github.com... 140.82.112.3 [2020-06-23T13:00:51.607Z] Connecting to github.com|140.82.112.3|:443... connected. [2020-06-23T13:00:51.879Z] HTTP request sent, awaiting response... 302 Found [2020-06-23T13:00:51.879Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-06-23T13:00:51.879Z] --2020-06-23 13:00:51-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-06-23T13:00:51.879Z] Resolving codeload.github.com... 140.82.112.9 [2020-06-23T13:00:51.879Z] Connecting to codeload.github.com|140.82.112.9|:443... connected. [2020-06-23T13:00:51.879Z] HTTP request sent, awaiting response... 200 OK [2020-06-23T13:00:51.879Z] Length: unspecified [application/x-gzip] [2020-06-23T13:00:51.879Z] Saving to: 'STDOUT' [2020-06-23T13:00:51.879Z] [2020-06-23T13:00:51.879Z] 0K .......... ......   922K=0.02s [2020-06-23T13:00:51.879Z] [2020-06-23T13:00:51.879Z] 2020-06-23 13:00:51 (922 KB/s) - written to stdout [16451] [2020-06-23T13:00:51.879Z] [2020-06-23T13:00:51.879Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-06-23T13:00:51.879Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.0.4.tar.gz [2020-06-23T13:00:51.879Z] + tar -C deps -z -x -f - [2020-06-23T13:00:51.879Z] --2020-06-23 13:00:51-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.0.4.tar.gz [2020-06-23T13:00:52.149Z] Resolving github.com... 140.82.112.3 [2020-06-23T13:00:52.149Z] Connecting to github.com|140.82.112.3|:443... connected. [2020-06-23T13:00:52.149Z] HTTP request sent, awaiting response... 302 Found [2020-06-23T13:00:52.149Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.0.4 [following] [2020-06-23T13:00:52.149Z] --2020-06-23 13:00:52-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.0.4 [2020-06-23T13:00:52.149Z] Resolving codeload.github.com... 140.82.112.9 [2020-06-23T13:00:52.149Z] Connecting to codeload.github.com|140.82.112.9|:443... connected. [2020-06-23T13:00:55.841Z] 6059c847ac2f: Pull complete [2020-06-23T13:00:55.841Z] Digest: sha256:6b5104d086ae1e5e8a284a473be9a93378e3934f9b07db5717372c857cbcbe5e [2020-06-23T13:00:55.841Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [2020-06-23T13:00:55.841Z] ---> 5eabd8fd8ba2 [2020-06-23T13:00:55.841Z] Step 3/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev [2020-06-23T13:00:56.423Z] HTTP request sent, awaiting response... 200 OK [2020-06-23T13:00:56.423Z] Length: unspecified [application/x-gzip] [2020-06-23T13:00:56.423Z] Saving to: 'STDOUT' [2020-06-23T13:00:56.423Z]  [2020-06-23T13:00:56.423Z] 0K .......... .......... .......... .......... .......... 1.55M [2020-06-23T13:00:56.423Z] 50K .......... .......... .......... .......... .......... 3.00M [2020-06-23T13:00:56.423Z] 100K .......... .......... .......... .......... .......... 2.69M [2020-06-23T13:00:56.423Z] 150K ........   13.9M=0.07s [2020-06-23T13:00:56.423Z] [2020-06-23T13:00:56.423Z] 2020-06-23 13:00:55 (2.32 MB/s) - written to stdout [162267] [2020-06-23T13:00:56.423Z] [2020-06-23T13:00:56.423Z] + mkdir -p src/c/iot [2020-06-23T13:00:56.423Z] + cp deps/iotech-c-utils-1.0.4/src/c/base64.c deps/iotech-c-utils-1.0.4/src/c/component.c deps/iotech-c-utils-1.0.4/src/c/container.c deps/iotech-c-utils-1.0.4/src/c/data.c deps/iotech-c-utils-1.0.4/src/c/hash.c deps/iotech-c-utils-1.0.4/src/c/iot.c deps/iotech-c-utils-1.0.4/src/c/json.c deps/iotech-c-utils-1.0.4/src/c/logger.c deps/iotech-c-utils-1.0.4/src/c/os.c deps/iotech-c-utils-1.0.4/src/c/scheduler.c deps/iotech-c-utils-1.0.4/src/c/thread.c deps/iotech-c-utils-1.0.4/src/c/threadpool.c deps/iotech-c-utils-1.0.4/src/c/time.c src/c/iot [2020-06-23T13:00:56.423Z] + mkdir -p include/iot [2020-06-23T13:00:56.423Z] + cp deps/iotech-c-utils-1.0.4/include/iot/base64.h deps/iotech-c-utils-1.0.4/include/iot/component.h deps/iotech-c-utils-1.0.4/include/iot/container.h deps/iotech-c-utils-1.0.4/include/iot/data.h deps/iotech-c-utils-1.0.4/include/iot/hash.h deps/iotech-c-utils-1.0.4/include/iot/iot.h deps/iotech-c-utils-1.0.4/include/iot/json.h deps/iotech-c-utils-1.0.4/include/iot/logger.h deps/iotech-c-utils-1.0.4/include/iot/os.h deps/iotech-c-utils-1.0.4/include/iot/scheduler.h deps/iotech-c-utils-1.0.4/include/iot/thread.h deps/iotech-c-utils-1.0.4/include/iot/threadpool.h deps/iotech-c-utils-1.0.4/include/iot/time.h deps/iotech-c-utils-1.0.4/include/iot/typecode.h include/iot [2020-06-23T13:00:56.423Z] + mkdir -p include/iot/os [2020-06-23T13:00:56.423Z] + cp deps/iotech-c-utils-1.0.4/include/iot/os/linux.h deps/iotech-c-utils-1.0.4/include/iot/os/zephyr.h include/iot/os [2020-06-23T13:00:56.423Z] + mkdir -p /tmp/sdk/build/release [2020-06-23T13:00:56.423Z] + cd /tmp/sdk/build/release [2020-06-23T13:00:56.423Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-06-23T13:00:56.423Z] -- The C compiler identification is GNU 8.3.0 [2020-06-23T13:00:56.423Z] -- Check for working C compiler: /usr/bin/cc [2020-06-23T13:00:56.423Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-06-23T13:00:56.423Z] -- Detecting C compiler ABI info [2020-06-23T13:00:56.695Z] -- Detecting C compiler ABI info - done [2020-06-23T13:00:56.695Z] -- Detecting C compile features [2020-06-23T13:00:57.236Z] ---> Running in e107b25ecc74 [2020-06-23T13:00:57.668Z] -- Detecting C compile features - done [2020-06-23T13:00:57.668Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-06-23T13:00:57.668Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-06-23T13:00:57.668Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-06-23T13:00:57.668Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-06-23T13:00:57.668Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-06-23T13:00:57.668Z] -- C SDK 1.2.2-dev.6 for Linux [2020-06-23T13:00:57.668Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-06-23T13:00:57.668Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-06-23T13:00:57.808Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-06-23T13:00:57.940Z] -- Found Curses: /usr/lib/libcurses.so [2020-06-23T13:00:57.940Z] -- Configuring done [2020-06-23T13:00:58.212Z] -- Generating done [2020-06-23T13:00:58.212Z] -- Build files have been written to: /tmp/sdk/build/release [2020-06-23T13:00:58.212Z] + make [2020-06-23T13:00:58.212Z] + tee release.log [2020-06-23T13:00:58.212Z] Scanning dependencies of target csdk [2020-06-23T13:00:58.485Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-06-23T13:00:58.751Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-06-23T13:00:59.012Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-06-23T13:00:59.012Z] (2/8) Installing libuuid (2.33-r0) [2020-06-23T13:00:59.076Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-06-23T13:00:59.273Z] (3/8) Installing libblkid (2.33-r0) [2020-06-23T13:00:59.273Z] (4/8) Installing libfdisk (2.33-r0) [2020-06-23T13:00:59.273Z] (5/8) Installing libmount (2.33-r0) [2020-06-23T13:00:59.346Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-06-23T13:00:59.533Z] (6/8) Installing libsmartcols (2.33-r0) [2020-06-23T13:00:59.533Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-06-23T13:01:00.106Z] (8/8) Installing wget (1.20.3-r0) [2020-06-23T13:01:00.106Z] Executing busybox-1.29.3-r10.trigger [2020-06-23T13:01:00.106Z] OK: 272 MiB in 83 packages [2020-06-23T13:01:00.678Z] Removing intermediate container e107b25ecc74 [2020-06-23T13:01:00.678Z] ---> 7b5f9303f365 [2020-06-23T13:01:00.678Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-06-23T13:01:00.678Z] ---> Running in 314b812811d0 [2020-06-23T13:01:00.938Z] Removing intermediate container 314b812811d0 [2020-06-23T13:01:00.938Z] ---> acf9ac0a89de [2020-06-23T13:01:00.938Z] Step 5/21 : RUN mkdir /tmp/cbor && cd /tmp/cbor && wget -O - https://github.com/PJK/libcbor/archive/v${CBOR_VERSION}.tar.gz | tar -z -x -f - && sed -e 's/-flto//' -i libcbor-${CBOR_VERSION}/CMakeLists.txt && cmake -DCMAKE_BUILD_TYPE=Release -DCBOR_CUSTOM_ALLOC=ON libcbor-${CBOR_VERSION} && make && make install [2020-06-23T13:01:00.938Z] ---> Running in af44e2485bec [2020-06-23T13:01:01.317Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-06-23T13:01:01.509Z] --2020-06-23 13:01:01-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-06-23T13:01:01.509Z] Resolving github.com... 140.82.112.3 [2020-06-23T13:01:01.509Z] Connecting to github.com|140.82.112.3|:443... connected. [2020-06-23T13:01:01.509Z] HTTP request sent, awaiting response... 302 Found [2020-06-23T13:01:01.509Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-06-23T13:01:01.509Z] --2020-06-23 13:01:01-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-06-23T13:01:01.509Z] Resolving codeload.github.com... 140.82.112.9 [2020-06-23T13:01:01.509Z] Connecting to codeload.github.com|140.82.112.9|:443... connected. [2020-06-23T13:01:01.769Z] HTTP request sent, awaiting response... 200 OK [2020-06-23T13:01:01.769Z] Length: unspecified [application/x-gzip] [2020-06-23T13:01:01.769Z] Saving to: 'STDOUT' [2020-06-23T13:01:01.769Z] [2020-06-23T13:01:01.769Z] 0K .......... .......... .......... .......... .......... 1.64M [2020-06-23T13:01:01.769Z] 50K .......... .......... .......... .......... .......... 3.32M [2020-06-23T13:01:01.769Z] 100K .......... .......... .......... .......... .......... 40.1M [2020-06-23T13:01:01.769Z] 150K .......... .......... .......... .......... .......... 5.21M [2020-06-23T13:01:01.769Z] 200K .......... .......... .......... .......... .......... 9.53M [2020-06-23T13:01:01.769Z] 250K .......... .......... .......... .......... .......... 11.1M [2020-06-23T13:01:01.769Z] 300K .......... .......... .......... .......... .......... 9.53M [2020-06-23T13:01:01.769Z] 350K .......... .......... .......... .......... .......... 7.70M [2020-06-23T13:01:01.769Z] 400K .......... .......... .......... .......... .......... 7.62M [2020-06-23T13:01:01.769Z] 450K .......... .......... .......... .......... .......... 6.51M [2020-06-23T13:01:01.769Z] 500K .......... .......... .......... .......... .......... 16.4M [2020-06-23T13:01:01.769Z] 550K .......... .......... .......... .......... .......... 3.15M [2020-06-23T13:01:01.769Z] 600K .......... .......... .......... .......... .......... 3.01M [2020-06-23T13:01:01.769Z] 650K .......... .......... .......... .......... .......... 4.53M [2020-06-23T13:01:01.769Z] 700K .. 46.1M=0.1s [2020-06-23T13:01:01.769Z] [2020-06-23T13:01:01.769Z] 2020-06-23 13:01:01 (5.07 MB/s) - written to stdout [719348] [2020-06-23T13:01:01.769Z] [2020-06-23T13:01:01.910Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-06-23T13:01:01.910Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-06-23T13:01:02.032Z] -- The C compiler identification is GNU 8.3.0 [2020-06-23T13:01:02.032Z] -- The CXX compiler identification is GNU 8.3.0 [2020-06-23T13:01:02.032Z] -- Check for working C compiler: /usr/bin/cc [2020-06-23T13:01:02.032Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-06-23T13:01:02.292Z] -- Detecting C compiler ABI info [2020-06-23T13:01:02.292Z] -- Detecting C compiler ABI info - done [2020-06-23T13:01:02.292Z] -- Detecting C compile features [2020-06-23T13:01:02.555Z] -- Detecting C compile features - done [2020-06-23T13:01:02.555Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-06-23T13:01:02.555Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-06-23T13:01:02.555Z] -- Detecting CXX compiler ABI info [2020-06-23T13:01:02.555Z] -- Detecting CXX compiler ABI info - done [2020-06-23T13:01:02.555Z] -- Detecting CXX compile features [2020-06-23T13:01:02.882Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-06-23T13:01:03.131Z] -- Detecting CXX compile features - done [2020-06-23T13:01:03.131Z] -- Looking for include file endian.h [2020-06-23T13:01:03.131Z] -- Looking for include file endian.h - found [2020-06-23T13:01:03.131Z] -- Check if the system is big endian [2020-06-23T13:01:03.131Z] -- Searching 16 bit integer [2020-06-23T13:01:03.131Z] -- Looking for sys/types.h [2020-06-23T13:01:03.131Z] -- Looking for sys/types.h - found [2020-06-23T13:01:03.131Z] -- Looking for stdint.h [2020-06-23T13:01:03.393Z] -- Looking for stdint.h - found [2020-06-23T13:01:03.393Z] -- Looking for stddef.h [2020-06-23T13:01:03.393Z] -- Looking for stddef.h - found [2020-06-23T13:01:03.393Z] -- Check size of unsigned short [2020-06-23T13:01:03.393Z] -- Check size of unsigned short - done [2020-06-23T13:01:03.393Z] -- Using unsigned short [2020-06-23T13:01:03.654Z] -- Check if the system is big endian - little endian [2020-06-23T13:01:03.654Z] -- Check size of size_t [2020-06-23T13:01:03.654Z] -- Check size of size_t - done [2020-06-23T13:01:03.654Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-06-23T13:01:03.654Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-06-23T13:01:03.654Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-06-23T13:01:03.654Z] CMake did not find one. [2020-06-23T13:01:03.654Z] [2020-06-23T13:01:03.654Z] Could not find a package configuration file provided by "cJSON" with any of [2020-06-23T13:01:03.654Z] the following names: [2020-06-23T13:01:03.654Z] [2020-06-23T13:01:03.654Z] cJSONConfig.cmake [2020-06-23T13:01:03.654Z] cjson-config.cmake [2020-06-23T13:01:03.654Z] [2020-06-23T13:01:03.654Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-06-23T13:01:03.654Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-06-23T13:01:03.654Z] provides a separate development package or SDK, be sure it has been [2020-06-23T13:01:03.654Z] installed. [2020-06-23T13:01:03.654Z] [2020-06-23T13:01:03.654Z] [2020-06-23T13:01:03.654Z] -- Configuring done [2020-06-23T13:01:03.654Z] -- Generating done [2020-06-23T13:01:03.654Z] -- Build files have been written to: /tmp/cbor [2020-06-23T13:01:03.654Z] Scanning dependencies of target cbor_shared [2020-06-23T13:01:03.915Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-06-23T13:01:03.915Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-06-23T13:01:04.176Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-06-23T13:01:04.176Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-06-23T13:01:04.437Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-06-23T13:01:04.437Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-06-23T13:01:04.437Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-06-23T13:01:04.437Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-06-23T13:01:04.437Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-06-23T13:01:04.698Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-06-23T13:01:04.698Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-06-23T13:01:04.840Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-06-23T13:01:04.960Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-06-23T13:01:04.960Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-06-23T13:01:04.960Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-06-23T13:01:05.111Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-06-23T13:01:05.231Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-06-23T13:01:05.231Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-06-23T13:01:05.231Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-06-23T13:01:05.231Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-06-23T13:01:05.491Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-06-23T13:01:05.491Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-06-23T13:01:05.491Z] [ 40%] Linking C shared library libcbor.so [2020-06-23T13:01:05.491Z] [ 40%] Built target cbor_shared [2020-06-23T13:01:05.491Z] Scanning dependencies of target cbor [2020-06-23T13:01:05.491Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-06-23T13:01:05.703Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-06-23T13:01:05.760Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-06-23T13:01:06.022Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-06-23T13:01:06.022Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-06-23T13:01:06.283Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-06-23T13:01:06.283Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-06-23T13:01:06.283Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-06-23T13:01:06.294Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-06-23T13:01:06.545Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-06-23T13:01:06.545Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-06-23T13:01:06.545Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-06-23T13:01:06.565Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-06-23T13:01:06.809Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-06-23T13:01:06.809Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-06-23T13:01:06.809Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-06-23T13:01:06.835Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-06-23T13:01:07.073Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-06-23T13:01:07.073Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-06-23T13:01:07.073Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-06-23T13:01:07.106Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-06-23T13:01:07.334Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-06-23T13:01:07.334Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-06-23T13:01:07.334Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-06-23T13:01:07.334Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-06-23T13:01:07.596Z] [ 80%] Linking C static library libcbor.a [2020-06-23T13:01:07.596Z] [ 80%] Built target cbor [2020-06-23T13:01:07.596Z] Scanning dependencies of target create_items [2020-06-23T13:01:07.596Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-06-23T13:01:07.596Z] [ 84%] Linking C executable create_items [2020-06-23T13:01:07.596Z] [ 84%] Built target create_items [2020-06-23T13:01:07.596Z] Scanning dependencies of target readfile [2020-06-23T13:01:07.596Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-06-23T13:01:07.596Z] [ 88%] Linking C executable readfile [2020-06-23T13:01:07.858Z] [ 88%] Built target readfile [2020-06-23T13:01:07.859Z] Scanning dependencies of target streaming_parser [2020-06-23T13:01:07.859Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-06-23T13:01:07.859Z] [ 92%] Linking C executable streaming_parser [2020-06-23T13:01:07.859Z] [ 92%] Built target streaming_parser [2020-06-23T13:01:07.859Z] Scanning dependencies of target sort [2020-06-23T13:01:07.859Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-06-23T13:01:07.859Z] [ 96%] Linking C executable sort [2020-06-23T13:01:07.859Z] [ 96%] Built target sort [2020-06-23T13:01:07.859Z] Scanning dependencies of target hello [2020-06-23T13:01:07.859Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-06-23T13:01:08.122Z] [100%] Linking C executable hello [2020-06-23T13:01:08.122Z] [100%] Built target hello [2020-06-23T13:01:08.122Z] Install the project... [2020-06-23T13:01:08.122Z] -- Install configuration: "Release" [2020-06-23T13:01:08.122Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-06-23T13:01:08.122Z] -- Installing: /usr/local/lib64/libcbor.a [2020-06-23T13:01:08.122Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-06-23T13:01:08.122Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-06-23T13:01:08.122Z] -- Installing: /usr/local/lib64/libcbor.so [2020-06-23T13:01:08.122Z] -- Up-to-date: /usr/local/include/cbor [2020-06-23T13:01:08.122Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-06-23T13:01:08.122Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-06-23T13:01:08.122Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-06-23T13:01:08.122Z] -- Installing: /usr/local/include/cbor/common.h [2020-06-23T13:01:08.122Z] -- Installing: /usr/local/include/cbor/data.h [2020-06-23T13:01:08.122Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-06-23T13:01:08.122Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-06-23T13:01:08.122Z] -- Installing: /usr/local/include/cbor/internal [2020-06-23T13:01:08.122Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-06-23T13:01:08.122Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-06-23T13:01:08.122Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-06-23T13:01:08.122Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-06-23T13:01:08.122Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-06-23T13:01:08.122Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-06-23T13:01:08.122Z] -- Installing: /usr/local/include/cbor/ints.h [2020-06-23T13:01:08.122Z] -- Installing: /usr/local/include/cbor/maps.h [2020-06-23T13:01:08.122Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-06-23T13:01:08.122Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-06-23T13:01:08.122Z] -- Installing: /usr/local/include/cbor/strings.h [2020-06-23T13:01:08.122Z] -- Installing: /usr/local/include/cbor/tags.h [2020-06-23T13:01:08.122Z] -- Installing: /usr/local/include/cbor.h [2020-06-23T13:01:08.122Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-06-23T13:01:10.035Z] Removing intermediate container af44e2485bec [2020-06-23T13:01:10.035Z] ---> 0b8cbed6238a [2020-06-23T13:01:10.035Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-06-23T13:01:10.035Z] ---> Running in de1fdb60e28f [2020-06-23T13:01:10.477Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-06-23T13:01:10.605Z] Removing intermediate container de1fdb60e28f [2020-06-23T13:01:10.605Z] ---> 7d5bd34952ad [2020-06-23T13:01:10.605Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-06-23T13:01:10.747Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-06-23T13:01:10.868Z] ---> 613c3462be6b [2020-06-23T13:01:10.868Z] Step 8/21 : COPY src /tmp/sdk/src [2020-06-23T13:01:11.019Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-06-23T13:01:11.613Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-06-23T13:01:11.810Z] ---> 51db14c6bf1c [2020-06-23T13:01:11.810Z] Step 9/21 : COPY include /tmp/sdk/include [2020-06-23T13:01:11.810Z] ---> 63aefa2aaa5d [2020-06-23T13:01:11.810Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-06-23T13:01:12.075Z] ---> a9e414f726cf [2020-06-23T13:01:12.075Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-06-23T13:01:12.075Z] ---> 357ab84581ca [2020-06-23T13:01:12.075Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-06-23T13:01:12.340Z] ---> 0ceabbdee1f3 [2020-06-23T13:01:12.340Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-06-23T13:01:12.340Z] ---> Running in 823ca537f9b5 [2020-06-23T13:01:12.915Z] + CPPCHECK=false [2020-06-23T13:01:12.915Z] + DOCGEN=false [2020-06-23T13:01:12.915Z] + TOMLVER=SDK-0.2 [2020-06-23T13:01:12.915Z] + CUTILVER=1.0.4 [2020-06-23T13:01:12.916Z] + '[' 0 -gt 0 ] [2020-06-23T13:01:12.916Z] + readlink -f ./scripts/build.sh [2020-06-23T13:01:12.916Z] + dirname /tmp/sdk/scripts/build.sh [2020-06-23T13:01:12.916Z] + dirname /tmp/sdk/scripts [2020-06-23T13:01:12.916Z] + ROOT=/tmp/sdk [2020-06-23T13:01:12.916Z] + cd /tmp/sdk [2020-06-23T13:01:12.916Z] + '[' '!' -d deps ] [2020-06-23T13:01:12.916Z] + mkdir deps [2020-06-23T13:01:12.916Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-06-23T13:01:12.916Z] + tar -C deps -z -x -f - [2020-06-23T13:01:12.916Z] --2020-06-23 13:01:12-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-06-23T13:01:12.916Z] Resolving github.com... 140.82.112.3 [2020-06-23T13:01:12.916Z] Connecting to github.com|140.82.112.3|:443... connected. [2020-06-23T13:01:12.916Z] HTTP request sent, awaiting response... 302 Found [2020-06-23T13:01:12.916Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-06-23T13:01:12.916Z] --2020-06-23 13:01:12-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-06-23T13:01:12.916Z] Resolving codeload.github.com... 140.82.112.9 [2020-06-23T13:01:12.916Z] Connecting to codeload.github.com|140.82.112.9|:443... connected. [2020-06-23T13:01:12.916Z] HTTP request sent, awaiting response... 200 OK [2020-06-23T13:01:12.916Z] Length: unspecified [application/x-gzip] [2020-06-23T13:01:12.916Z] Saving to: 'STDOUT' [2020-06-23T13:01:12.916Z] [2020-06-23T13:01:12.916Z] 0K .......... ...... 1.07M=0.01s [2020-06-23T13:01:12.916Z] [2020-06-23T13:01:12.916Z] 2020-06-23 13:01:12 (1.07 MB/s) - written to stdout [16451] [2020-06-23T13:01:12.916Z] [2020-06-23T13:01:12.916Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-06-23T13:01:12.916Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.0.4.tar.gz [2020-06-23T13:01:12.916Z] + tar -C deps -z -x -f - [2020-06-23T13:01:12.916Z] --2020-06-23 13:01:12-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.0.4.tar.gz [2020-06-23T13:01:12.916Z] Resolving github.com... 140.82.112.3 [2020-06-23T13:01:12.916Z] Connecting to github.com|140.82.112.3|:443... connected. [2020-06-23T13:01:13.176Z] HTTP request sent, awaiting response... 302 Found [2020-06-23T13:01:13.176Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.0.4 [following] [2020-06-23T13:01:13.176Z] --2020-06-23 13:01:12-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.0.4 [2020-06-23T13:01:13.176Z] Resolving codeload.github.com... 140.82.112.9 [2020-06-23T13:01:13.176Z] Connecting to codeload.github.com|140.82.112.9|:443... connected. [2020-06-23T13:01:13.176Z] HTTP request sent, awaiting response... 200 OK [2020-06-23T13:01:13.176Z] Length: unspecified [application/x-gzip] [2020-06-23T13:01:13.176Z] Saving to: 'STDOUT' [2020-06-23T13:01:13.176Z] [2020-06-23T13:01:13.176Z] 0K .......... .......... .......... .......... .......... 1.62M [2020-06-23T13:01:13.176Z] 50K .......... .......... .......... .......... .......... 35.3M [2020-06-23T13:01:13.176Z] 100K .......... .......... .......... .......... .......... 3.34M [2020-06-23T13:01:13.176Z] 150K ........ 58.1M=0.05s [2020-06-23T13:01:13.176Z] [2020-06-23T13:01:13.176Z] 2020-06-23 13:01:13 (3.35 MB/s) - written to stdout [162267] [2020-06-23T13:01:13.176Z] [2020-06-23T13:01:13.176Z] + mkdir -p src/c/iot [2020-06-23T13:01:13.176Z] + cp deps/iotech-c-utils-1.0.4/src/c/base64.c deps/iotech-c-utils-1.0.4/src/c/component.c deps/iotech-c-utils-1.0.4/src/c/container.c deps/iotech-c-utils-1.0.4/src/c/data.c deps/iotech-c-utils-1.0.4/src/c/hash.c deps/iotech-c-utils-1.0.4/src/c/iot.c deps/iotech-c-utils-1.0.4/src/c/json.c deps/iotech-c-utils-1.0.4/src/c/logger.c deps/iotech-c-utils-1.0.4/src/c/os.c deps/iotech-c-utils-1.0.4/src/c/scheduler.c deps/iotech-c-utils-1.0.4/src/c/thread.c deps/iotech-c-utils-1.0.4/src/c/threadpool.c deps/iotech-c-utils-1.0.4/src/c/time.c src/c/iot [2020-06-23T13:01:13.176Z] + mkdir -p include/iot [2020-06-23T13:01:13.176Z] + cp deps/iotech-c-utils-1.0.4/include/iot/base64.h deps/iotech-c-utils-1.0.4/include/iot/component.h deps/iotech-c-utils-1.0.4/include/iot/container.h deps/iotech-c-utils-1.0.4/include/iot/data.h deps/iotech-c-utils-1.0.4/include/iot/hash.h deps/iotech-c-utils-1.0.4/include/iot/iot.h deps/iotech-c-utils-1.0.4/include/iot/json.h deps/iotech-c-utils-1.0.4/include/iot/logger.h deps/iotech-c-utils-1.0.4/include/iot/os.h deps/iotech-c-utils-1.0.4/include/iot/scheduler.h deps/iotech-c-utils-1.0.4/include/iot/thread.h deps/iotech-c-utils-1.0.4/include/iot/threadpool.h deps/iotech-c-utils-1.0.4/include/iot/time.h deps/iotech-c-utils-1.0.4/include/iot/typecode.h include/iot [2020-06-23T13:01:13.176Z] + mkdir -p include/iot/os [2020-06-23T13:01:13.176Z] + cp deps/iotech-c-utils-1.0.4/include/iot/os/linux.h deps/iotech-c-utils-1.0.4/include/iot/os/zephyr.h include/iot/os [2020-06-23T13:01:13.176Z] + mkdir -p /tmp/sdk/build/release [2020-06-23T13:01:13.176Z] + cd /tmp/sdk/build/release [2020-06-23T13:01:13.176Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-06-23T13:01:13.437Z] -- The C compiler identification is GNU 8.3.0 [2020-06-23T13:01:13.437Z] -- Check for working C compiler: /usr/bin/cc [2020-06-23T13:01:13.437Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-06-23T13:01:13.437Z] -- Detecting C compiler ABI info [2020-06-23T13:01:13.437Z] -- Detecting C compiler ABI info - done [2020-06-23T13:01:13.437Z] -- Detecting C compile features [2020-06-23T13:01:13.585Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-06-23T13:01:13.697Z] -- Detecting C compile features - done [2020-06-23T13:01:13.697Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-06-23T13:01:13.697Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-06-23T13:01:13.697Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-06-23T13:01:13.697Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-06-23T13:01:13.697Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-06-23T13:01:13.697Z] -- C SDK 1.2.2-dev.6 for Linux [2020-06-23T13:01:13.697Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-06-23T13:01:13.856Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-06-23T13:01:13.965Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-06-23T13:01:13.965Z] -- Found Curses: /usr/lib/libcurses.so [2020-06-23T13:01:13.965Z] -- Configuring done [2020-06-23T13:01:13.965Z] -- Generating done [2020-06-23T13:01:13.965Z] -- Build files have been written to: /tmp/sdk/build/release [2020-06-23T13:01:13.965Z] + make [2020-06-23T13:01:13.965Z] + tee release.log [2020-06-23T13:01:13.965Z] Scanning dependencies of target csdk [2020-06-23T13:01:13.965Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-06-23T13:01:14.127Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-06-23T13:01:14.226Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-06-23T13:01:14.226Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-06-23T13:01:14.716Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-06-23T13:01:14.796Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-06-23T13:01:14.796Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-06-23T13:01:14.796Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-06-23T13:01:14.988Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-06-23T13:01:15.057Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-06-23T13:01:15.261Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-06-23T13:01:15.627Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-06-23T13:01:15.627Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-06-23T13:01:15.887Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-06-23T13:01:15.887Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-06-23T13:01:16.148Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-06-23T13:01:16.148Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-06-23T13:01:16.148Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-06-23T13:01:16.237Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-06-23T13:01:16.508Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-06-23T13:01:17.091Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-06-23T13:01:17.091Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-06-23T13:01:17.091Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-06-23T13:01:17.100Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-06-23T13:01:17.100Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-06-23T13:01:17.352Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-06-23T13:01:17.691Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-06-23T13:01:17.923Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-06-23T13:01:17.923Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-06-23T13:01:17.923Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-06-23T13:01:18.185Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-06-23T13:01:18.185Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-06-23T13:01:18.446Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-06-23T13:01:18.446Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-06-23T13:01:18.661Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-06-23T13:01:18.661Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-06-23T13:01:18.706Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-06-23T13:01:18.706Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-06-23T13:01:18.968Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-06-23T13:01:18.968Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-06-23T13:01:19.228Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-06-23T13:01:19.228Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-06-23T13:01:20.610Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-06-23T13:01:20.610Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-06-23T13:01:20.610Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-06-23T13:01:20.871Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-06-23T13:01:21.132Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-06-23T13:01:21.702Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-06-23T13:01:22.272Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-06-23T13:01:22.532Z] [ 70%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-06-23T13:01:22.793Z] [ 72%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-06-23T13:01:22.942Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-06-23T13:01:23.054Z] [ 74%] Linking C shared library libcsdk.so [2020-06-23T13:01:23.054Z] [ 74%] Built target csdk [2020-06-23T13:01:23.054Z] Scanning dependencies of target template [2020-06-23T13:01:23.054Z] [ 76%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-06-23T13:01:23.215Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-06-23T13:01:23.314Z] [ 78%] Linking C executable template [2020-06-23T13:01:23.314Z] [ 78%] Built target template [2020-06-23T13:01:23.314Z] Scanning dependencies of target device-counter [2020-06-23T13:01:23.314Z] [ 80%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-06-23T13:01:23.314Z] [ 81%] Linking C executable device-counter [2020-06-23T13:01:23.574Z] [ 81%] Built target device-counter [2020-06-23T13:01:23.574Z] Scanning dependencies of target device-random [2020-06-23T13:01:23.574Z] [ 83%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-06-23T13:01:23.574Z] [ 85%] Linking C executable device-random [2020-06-23T13:01:23.574Z] [ 85%] Built target device-random [2020-06-23T13:01:23.574Z] Scanning dependencies of target device-gyro [2020-06-23T13:01:23.574Z] [ 87%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-06-23T13:01:23.806Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-06-23T13:01:23.834Z] [ 89%] Linking C executable device-gyro [2020-06-23T13:01:23.834Z] [ 89%] Built target device-gyro [2020-06-23T13:01:23.834Z] Scanning dependencies of target template-discovery [2020-06-23T13:01:23.834Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-06-23T13:01:24.094Z] [ 92%] Linking C executable template-discovery [2020-06-23T13:01:24.094Z] [ 92%] Built target template-discovery [2020-06-23T13:01:24.094Z] Scanning dependencies of target device-terminal [2020-06-23T13:01:24.094Z] [ 94%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-06-23T13:01:24.355Z] [ 96%] Linking C executable device-terminal [2020-06-23T13:01:24.355Z] [ 96%] Built target device-terminal [2020-06-23T13:01:24.355Z] Scanning dependencies of target templatev1 [2020-06-23T13:01:24.355Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-06-23T13:01:24.398Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-06-23T13:01:24.614Z] [100%] Linking C executable templatev1 [2020-06-23T13:01:24.614Z] [100%] Built target templatev1 [2020-06-23T13:01:24.614Z] + make package [2020-06-23T13:01:24.614Z] + tee -a release.log [2020-06-23T13:01:24.614Z] [ 74%] Built target csdk [2020-06-23T13:01:24.614Z] [ 78%] Built target template [2020-06-23T13:01:24.614Z] [ 81%] Built target device-counter [2020-06-23T13:01:24.614Z] [ 85%] Built target device-random [2020-06-23T13:01:24.614Z] [ 89%] Built target device-gyro [2020-06-23T13:01:24.614Z] [ 92%] Built target template-discovery [2020-06-23T13:01:24.614Z] [ 96%] Built target device-terminal [2020-06-23T13:01:24.614Z] [100%] Built target templatev1 [2020-06-23T13:01:24.875Z] Run CPack packaging tool... [2020-06-23T13:01:24.875Z] CPack: Create package using TGZ [2020-06-23T13:01:24.875Z] CPack: Install projects [2020-06-23T13:01:24.875Z] CPack: - Run preinstall target for: Csdk [2020-06-23T13:01:24.875Z] CPack: - Install project: Csdk [2020-06-23T13:01:25.135Z] CPack: Create package [2020-06-23T13:01:25.135Z] CPack: - package: /tmp/sdk/build/release/csdk-1.2.2-dev.6.tar.gz generated. [2020-06-23T13:01:25.135Z] + '[' false '=' true ] [2020-06-23T13:01:25.135Z] + '[' false '=' true ] [2020-06-23T13:01:25.135Z] + mkdir -p /tmp/sdk/build/debug [2020-06-23T13:01:25.135Z] + cd /tmp/sdk/build/debug [2020-06-23T13:01:25.135Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCSDK_BUILD_DEBUG=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-06-23T13:01:25.135Z] -- The C compiler identification is GNU 8.3.0 [2020-06-23T13:01:25.135Z] -- Check for working C compiler: /usr/bin/cc [2020-06-23T13:01:25.135Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-06-23T13:01:25.135Z] -- Detecting C compiler ABI info [2020-06-23T13:01:25.402Z] -- Detecting C compiler ABI info - done [2020-06-23T13:01:25.402Z] -- Detecting C compile features [2020-06-23T13:01:25.402Z] -- Detecting C compile features - done [2020-06-23T13:01:25.662Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-06-23T13:01:25.662Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-06-23T13:01:25.662Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-06-23T13:01:25.662Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-06-23T13:01:25.662Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-06-23T13:01:25.662Z] -- C SDK 1.2.2-dev.6 for Linux [2020-06-23T13:01:25.662Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-06-23T13:01:25.662Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-06-23T13:01:25.662Z] -- Found Curses: /usr/lib/libcurses.so [2020-06-23T13:01:25.662Z] -- Configuring done [2020-06-23T13:01:25.662Z] -- Generating done [2020-06-23T13:01:25.662Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-06-23T13:01:25.662Z] + make [2020-06-23T13:01:25.662Z] + tee debug.log [2020-06-23T13:01:25.662Z] Scanning dependencies of target csdk [2020-06-23T13:01:25.824Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-06-23T13:01:25.923Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-06-23T13:01:25.923Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-06-23T13:01:25.923Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-06-23T13:01:26.183Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-06-23T13:01:26.183Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-06-23T13:01:26.183Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-06-23T13:01:26.447Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-06-23T13:01:26.447Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-06-23T13:01:26.708Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-06-23T13:01:26.708Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-06-23T13:01:26.708Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-06-23T13:01:26.708Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-06-23T13:01:26.969Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-06-23T13:01:26.969Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-06-23T13:01:27.230Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-06-23T13:01:27.230Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-06-23T13:01:27.230Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-06-23T13:01:27.254Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-06-23T13:01:27.490Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-06-23T13:01:27.490Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-06-23T13:01:27.752Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-06-23T13:01:27.752Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-06-23T13:01:27.752Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-06-23T13:01:27.752Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-06-23T13:01:27.752Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-06-23T13:01:28.013Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-06-23T13:01:28.013Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-06-23T13:01:28.013Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-06-23T13:01:28.013Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-06-23T13:01:28.274Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-06-23T13:01:28.274Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-06-23T13:01:28.274Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-06-23T13:01:28.534Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-06-23T13:01:28.795Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-06-23T13:01:28.795Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-06-23T13:01:28.795Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-06-23T13:01:29.057Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-06-23T13:01:29.317Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-06-23T13:01:29.578Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-06-23T13:01:29.578Z] [ 70%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-06-23T13:01:29.578Z] [ 72%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-06-23T13:01:29.839Z] [ 74%] Linking C shared library libcsdk.so [2020-06-23T13:01:29.839Z] [ 74%] Built target csdk [2020-06-23T13:01:29.839Z] Scanning dependencies of target template [2020-06-23T13:01:29.839Z] [ 76%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-06-23T13:01:29.839Z] [ 78%] Linking C executable template [2020-06-23T13:01:29.839Z] [ 78%] Built target template [2020-06-23T13:01:29.839Z] Scanning dependencies of target device-counter [2020-06-23T13:01:30.100Z] [ 80%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-06-23T13:01:30.100Z] [ 81%] Linking C executable device-counter [2020-06-23T13:01:30.100Z] [ 81%] Built target device-counter [2020-06-23T13:01:30.100Z] Scanning dependencies of target device-random [2020-06-23T13:01:30.100Z] [ 83%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-06-23T13:01:30.100Z] [ 85%] Linking C executable device-random [2020-06-23T13:01:30.362Z] [ 85%] Built target device-random [2020-06-23T13:01:30.362Z] Scanning dependencies of target device-gyro [2020-06-23T13:01:30.362Z] [ 87%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-06-23T13:01:30.362Z] [ 89%] Linking C executable device-gyro [2020-06-23T13:01:30.362Z] [ 89%] Built target device-gyro [2020-06-23T13:01:30.362Z] Scanning dependencies of target template-discovery [2020-06-23T13:01:30.362Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-06-23T13:01:30.622Z] [ 92%] Linking C executable template-discovery [2020-06-23T13:01:30.622Z] [ 92%] Built target template-discovery [2020-06-23T13:01:30.622Z] Scanning dependencies of target device-terminal [2020-06-23T13:01:30.622Z] [ 94%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-06-23T13:01:30.622Z] [ 96%] Linking C executable device-terminal [2020-06-23T13:01:30.622Z] [ 96%] Built target device-terminal [2020-06-23T13:01:30.622Z] Scanning dependencies of target templatev1 [2020-06-23T13:01:30.622Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-06-23T13:01:30.626Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-06-23T13:01:30.883Z] [100%] Linking C executable templatev1 [2020-06-23T13:01:30.884Z] [100%] Built target templatev1 [2020-06-23T13:01:30.884Z] make: Entering directory '/tmp/sdk/build/release' [2020-06-23T13:01:30.884Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-06-23T13:01:30.884Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T13:01:30.884Z] Scanning dependencies of target csdk [2020-06-23T13:01:30.884Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T13:01:30.884Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T13:01:30.884Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-06-23T13:01:31.217Z] [ 70%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-06-23T13:01:31.455Z] [ 3%] Linking C shared library libcsdk.so [2020-06-23T13:01:31.455Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T13:01:31.455Z] [ 74%] Built target csdk [2020-06-23T13:01:31.455Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T13:01:31.455Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T13:01:31.455Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T13:01:31.455Z] [ 76%] Linking C executable template [2020-06-23T13:01:31.455Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T13:01:31.455Z] [ 78%] Built target template [2020-06-23T13:01:31.455Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T13:01:31.455Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T13:01:31.455Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T13:01:31.455Z] [ 80%] Linking C executable device-counter [2020-06-23T13:01:31.715Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T13:01:31.715Z] [ 81%] Built target device-counter [2020-06-23T13:01:31.715Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T13:01:31.715Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T13:01:31.715Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T13:01:31.715Z] [ 83%] Linking C executable device-random [2020-06-23T13:01:31.715Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T13:01:31.715Z] [ 85%] Built target device-random [2020-06-23T13:01:31.715Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T13:01:31.715Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T13:01:31.715Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T13:01:31.715Z] [ 87%] Linking C executable device-gyro [2020-06-23T13:01:31.715Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T13:01:31.715Z] [ 89%] Built target device-gyro [2020-06-23T13:01:31.715Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T13:01:31.715Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T13:01:31.715Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T13:01:31.715Z] [ 90%] Linking C executable template-discovery [2020-06-23T13:01:31.976Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T13:01:31.976Z] [ 92%] Built target template-discovery [2020-06-23T13:01:31.976Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T13:01:31.976Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T13:01:31.976Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T13:01:31.976Z] [ 94%] Linking C executable device-terminal [2020-06-23T13:01:31.976Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T13:01:31.976Z] [ 96%] Built target device-terminal [2020-06-23T13:01:31.976Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T13:01:31.976Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T13:01:31.976Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T13:01:31.976Z] [ 98%] Linking C executable templatev1 [2020-06-23T13:01:31.976Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T13:01:31.976Z] [100%] Built target templatev1 [2020-06-23T13:01:31.976Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T13:01:31.976Z] Install the project... [2020-06-23T13:01:31.976Z] -- Install configuration: "Release" [2020-06-23T13:01:31.976Z] -- Installing: /usr/local/lib/libcsdk.so [2020-06-23T13:01:31.976Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-06-23T13:01:31.977Z] -- Up-to-date: /usr/local/include [2020-06-23T13:01:31.977Z] -- Installing: /usr/local/include/devsdk [2020-06-23T13:01:31.977Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-06-23T13:01:31.977Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-06-23T13:01:31.977Z] -- Installing: /usr/local/include/edgex [2020-06-23T13:01:31.977Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-06-23T13:01:31.977Z] -- Installing: /usr/local/include/edgex/devices.h [2020-06-23T13:01:31.977Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-06-23T13:01:31.977Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-06-23T13:01:31.977Z] -- Installing: /usr/local/include/edgex/edgex-logging.h [2020-06-23T13:01:31.977Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-06-23T13:01:31.977Z] -- Installing: /usr/local/include/edgex/error.h [2020-06-23T13:01:31.977Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-06-23T13:01:31.977Z] -- Installing: /usr/local/include/edgex/os.h [2020-06-23T13:01:31.977Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-06-23T13:01:31.977Z] -- Installing: /usr/local/include/edgex/registry.h [2020-06-23T13:01:31.977Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-06-23T13:01:31.977Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-06-23T13:01:31.977Z] -- Installing: /usr/local/include/iot [2020-06-23T13:01:31.977Z] -- Installing: /usr/local/include/iot/base64.h [2020-06-23T13:01:31.977Z] -- Installing: /usr/local/include/iot/component.h [2020-06-23T13:01:31.977Z] -- Installing: /usr/local/include/iot/container.h [2020-06-23T13:01:31.977Z] -- Installing: /usr/local/include/iot/data.h [2020-06-23T13:01:31.977Z] -- Installing: /usr/local/include/iot/hash.h [2020-06-23T13:01:31.977Z] -- Installing: /usr/local/include/iot/iot.h [2020-06-23T13:01:31.977Z] -- Installing: /usr/local/include/iot/json.h [2020-06-23T13:01:31.977Z] -- Installing: /usr/local/include/iot/logger.h [2020-06-23T13:01:31.977Z] -- Installing: /usr/local/include/iot/os.h [2020-06-23T13:01:31.977Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-06-23T13:01:31.977Z] -- Installing: /usr/local/include/iot/thread.h [2020-06-23T13:01:31.977Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-06-23T13:01:31.977Z] -- Installing: /usr/local/include/iot/time.h [2020-06-23T13:01:31.977Z] -- Installing: /usr/local/include/iot/typecode.h [2020-06-23T13:01:31.977Z] -- Installing: /usr/local/include/iot/os [2020-06-23T13:01:31.977Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-06-23T13:01:31.977Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-06-23T13:01:31.977Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-06-23T13:01:31.977Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-06-23T13:01:31.977Z] make: Leaving directory '/tmp/sdk/build/release' [2020-06-23T13:01:32.641Z] [ 72%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-06-23T13:01:32.913Z] [ 74%] Linking C shared library libcsdk.so [2020-06-23T13:01:32.913Z] [ 74%] Built target csdk [2020-06-23T13:01:32.913Z] Scanning dependencies of target template [2020-06-23T13:01:32.913Z] [ 76%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-06-23T13:01:33.506Z] [ 78%] Linking C executable template [2020-06-23T13:01:33.776Z] [ 78%] Built target template [2020-06-23T13:01:33.776Z] Scanning dependencies of target device-counter [2020-06-23T13:01:33.776Z] [ 80%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-06-23T13:01:33.890Z] Removing intermediate container 823ca537f9b5 [2020-06-23T13:01:33.890Z] ---> 23ac07d92b75 [2020-06-23T13:01:33.890Z] Step 14/21 : FROM ${BASE} [2020-06-23T13:01:33.890Z] ---> 5eabd8fd8ba2 [2020-06-23T13:01:33.890Z] Step 15/21 : MAINTAINER IOTech [2020-06-23T13:01:33.890Z] ---> Running in f8f77c5e6e0f [2020-06-23T13:01:34.151Z] Removing intermediate container f8f77c5e6e0f [2020-06-23T13:01:34.151Z] ---> 2c534f46e917 [2020-06-23T13:01:34.151Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-06-23T13:01:34.151Z] ---> Running in b95dcc69f3fb [2020-06-23T13:01:34.368Z] [ 81%] Linking C executable device-counter [2020-06-23T13:01:34.641Z] [ 81%] Built target device-counter [2020-06-23T13:01:34.641Z] Scanning dependencies of target device-random [2020-06-23T13:01:34.641Z] [ 83%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-06-23T13:01:34.915Z] [ 85%] Linking C executable device-random [2020-06-23T13:01:35.095Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-06-23T13:01:35.186Z] [ 85%] Built target device-random [2020-06-23T13:01:35.186Z] Scanning dependencies of target device-gyro [2020-06-23T13:01:35.186Z] [ 87%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-06-23T13:01:35.665Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-06-23T13:01:35.781Z] [ 89%] Linking C executable device-gyro [2020-06-23T13:01:35.781Z] [ 89%] Built target device-gyro [2020-06-23T13:01:35.781Z] Scanning dependencies of target template-discovery [2020-06-23T13:01:36.052Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-06-23T13:01:36.236Z] (1/3) Installing curl (7.64.0-r3) [2020-06-23T13:01:36.236Z] (2/3) Installing libuuid (2.33-r0) [2020-06-23T13:01:36.236Z] (3/3) Installing wget (1.20.3-r0) [2020-06-23T13:01:36.498Z] Executing busybox-1.29.3-r10.trigger [2020-06-23T13:01:36.498Z] OK: 268 MiB in 78 packages [2020-06-23T13:01:36.646Z] [ 92%] Linking C executable template-discovery [2020-06-23T13:01:36.646Z] [ 92%] Built target template-discovery [2020-06-23T13:01:36.759Z] Removing intermediate container b95dcc69f3fb [2020-06-23T13:01:36.759Z] ---> af035db5347a [2020-06-23T13:01:36.759Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-06-23T13:01:37.007Z] Scanning dependencies of target device-terminal [2020-06-23T13:01:37.007Z] [ 94%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-06-23T13:01:37.019Z] ---> cbd0d88894c3 [2020-06-23T13:01:37.019Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-06-23T13:01:37.280Z] ---> 7fca4e7be191 [2020-06-23T13:01:37.280Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-06-23T13:01:37.312Z] [ 96%] Linking C executable device-terminal [2020-06-23T13:01:37.540Z] ---> 4d74010d6d40 [2020-06-23T13:01:37.541Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-06-23T13:01:37.604Z] [ 96%] Built target device-terminal [2020-06-23T13:01:37.604Z] Scanning dependencies of target templatev1 [2020-06-23T13:01:37.604Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-06-23T13:01:37.802Z] ---> 6ab83943a9b0 [2020-06-23T13:01:37.802Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-06-23T13:01:38.062Z] ---> 6e6ccbbcaaa6 [2020-06-23T13:01:38.062Z] Successfully built 6e6ccbbcaaa6 [2020-06-23T13:01:38.062Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2020-06-23T13:01:38.232Z] [100%] Linking C executable templatev1 [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-23T13:01:38.510Z] [100%] Built target templatev1 [2020-06-23T13:01:38.510Z] + + maketee package -a [2020-06-23T13:01:38.510Z] release.log [2020-06-23T13:01:38.558Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-23T13:01:38.558Z] . [Pipeline] withDockerContainer [2020-06-23T13:01:38.650Z] prd-centos7-docker-4c-2g-4113 does not seem to be running inside a container [2020-06-23T13:01:38.693Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/30 -v /w/workspace/device-sdk-c/30:/w/workspace/device-sdk-c/30:rw,z -v /w/workspace/device-sdk-c/30@tmp:/w/workspace/device-sdk-c/30@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 ******** ci-base-image-x86_64 cat [2020-06-23T13:01:38.788Z] [ 74%] Built target csdk [2020-06-23T13:01:38.788Z] [ 78%] Built target template [2020-06-23T13:01:38.788Z] [ 81%] Built target device-counter [2020-06-23T13:01:38.788Z] [ 85%] Built target device-random [2020-06-23T13:01:39.064Z] [ 89%] Built target device-gyro [2020-06-23T13:01:39.064Z] [ 92%] Built target template-discovery [2020-06-23T13:01:39.064Z] [ 96%] Built target device-terminal [2020-06-23T13:01:39.064Z] [100%] Built target templatev1 [2020-06-23T13:01:39.064Z] Run CPack packaging tool... [2020-06-23T13:01:39.064Z] CPack: Create package using TGZ [2020-06-23T13:01:39.064Z] CPack: Install projects [2020-06-23T13:01:39.064Z] CPack: - Run preinstall target for: Csdk [2020-06-23T13:01:39.248Z] $ docker top a14354d8b3cf532016879537e1487fd28dde26be46c155371a1a6ec350e122bf -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-23T13:01:39.649Z] + make test [2020-06-23T13:01:39.649Z] echo "make test" [2020-06-23T13:01:39.649Z] make test [Pipeline] } [2020-06-23T13:01:39.661Z] $ docker stop --time=1 a14354d8b3cf532016879537e1487fd28dde26be46c155371a1a6ec350e122bf [2020-06-23T13:01:39.675Z] CPack: - Install project: Csdk [2020-06-23T13:01:39.675Z] CPack: Create package [2020-06-23T13:01:39.675Z] CPack: - package: /tmp/sdk/build/release/csdk-1.2.2-dev.6.tar.gz generated. [2020-06-23T13:01:39.675Z] + '[' false '=' true ] [2020-06-23T13:01:39.675Z] + '[' false '=' true ] [2020-06-23T13:01:39.675Z] + mkdir -p /tmp/sdk/build/debug [2020-06-23T13:01:39.675Z] + cd /tmp/sdk/build/debug [2020-06-23T13:01:39.675Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCSDK_BUILD_DEBUG=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-06-23T13:01:40.282Z] -- The C compiler identification is GNU 8.3.0 [2020-06-23T13:01:40.282Z] -- Check for working C compiler: /usr/bin/cc [2020-06-23T13:01:40.568Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-06-23T13:01:40.568Z] -- Detecting C compiler ABI info [2020-06-23T13:01:40.568Z] -- Detecting C compiler ABI info - done [2020-06-23T13:01:40.837Z] -- Detecting C compile features [2020-06-23T13:01:40.999Z] $ docker rm -f a14354d8b3cf532016879537e1487fd28dde26be46c155371a1a6ec350e122bf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-06-23T13:01:41.429Z] -- Detecting C compile features - done [2020-06-23T13:01:41.429Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-06-23T13:01:41.429Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-06-23T13:01:41.429Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-06-23T13:01:41.429Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-06-23T13:01:41.429Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-06-23T13:01:41.429Z] -- C SDK 1.2.2-dev.6 for Linux [2020-06-23T13:01:41.429Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-06-23T13:01:41.700Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-06-23T13:01:41.700Z] -- Found Curses: /usr/lib/libcurses.so [2020-06-23T13:01:41.970Z] -- Configuring done [2020-06-23T13:01:41.970Z] -- Generating done [2020-06-23T13:01:42.241Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-06-23T13:01:42.241Z] + + maketee [2020-06-23T13:01:42.241Z] debug.log [2020-06-23T13:01:42.241Z] Scanning dependencies of target csdk [2020-06-23T13:01:42.241Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [Pipeline] sh [2020-06-23T13:01:42.696Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-23T13:01:42.845Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-06-23T13:01:42.846Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-06-23T13:01:42.995Z] + ls -al . [2020-06-23T13:01:42.995Z] total 160 [2020-06-23T13:01:42.995Z] drwxrwxr-x. 9 jenkins jenkins 275 Jun 23 13:00 . [2020-06-23T13:01:42.995Z] drwxrwxr-x. 4 jenkins jenkins 30 Jun 23 13:00 .. [2020-06-23T13:01:42.995Z] -rw-rw-r--. 1 jenkins jenkins 3104 Jun 23 13:00 Attribution.txt [2020-06-23T13:01:42.995Z] -rw-rw-r--. 1 jenkins jenkins 5323 Jun 23 13:00 CHANGES [2020-06-23T13:01:42.995Z] drwxrwxr-x. 2 jenkins jenkins 144 Jun 23 13:00 docs [2020-06-23T13:01:42.995Z] -rw-rw-r--. 1 jenkins jenkins 108574 Jun 23 13:00 Doxyfile [2020-06-23T13:01:42.995Z] drwxrwxr-x. 8 jenkins jenkins 162 Jun 23 13:00 .git [2020-06-23T13:01:42.995Z] drwxrwxr-x. 2 jenkins jenkins 38 Jun 23 13:00 .github [2020-06-23T13:01:42.995Z] -rw-rw-r--. 1 jenkins jenkins 176 Jun 23 13:00 .gitignore [2020-06-23T13:01:42.995Z] drwxrwxr-x. 4 jenkins jenkins 33 Jun 23 13:00 include [2020-06-23T13:01:42.995Z] -rw-rw-r--. 1 jenkins jenkins 794 Jun 23 13:00 Jenkinsfile [2020-06-23T13:01:42.995Z] -rw-rw-r--. 1 jenkins jenkins 10174 Jun 23 13:00 LICENSE [2020-06-23T13:01:42.995Z] -rw-rw-r--. 1 jenkins jenkins 449 Jun 23 13:00 Makefile [2020-06-23T13:01:42.995Z] -rw-rw-r--. 1 jenkins jenkins 1849 Jun 23 13:00 README.md [2020-06-23T13:01:42.995Z] -rw-rw-r--. 1 jenkins jenkins 5229 Jun 23 13:00 README.v2.md [2020-06-23T13:01:42.995Z] drwxrwxr-x. 2 jenkins jenkins 108 Jun 23 13:00 scripts [2020-06-23T13:01:42.995Z] drwxrwxr-x. 3 jenkins jenkins 44 Jun 23 13:00 .semver [2020-06-23T13:01:42.995Z] drwxrwxr-x. 4 jenkins jenkins 50 Jun 23 13:00 src [2020-06-23T13:01:42.995Z] -rw-rw-r--. 1 jenkins jenkins 11 Jun 23 12:57 VERSION [Pipeline] isUnix [Pipeline] sh [2020-06-23T13:01:43.291Z] + 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=b4873c23cc909bb34276112007e0d4a5fd45beca --label arch=amd64 --label version=1.2.2-dev.6 . [2020-06-23T13:01:43.291Z] Sending build context to Docker daemon 3.216MB [2020-06-23T13:01:43.291Z] Step 1/15 : ARG BASE=alpine:3.11 [2020-06-23T13:01:43.291Z] Step 2/15 : FROM ${BASE} [2020-06-23T13:01:43.291Z] ---> 6e6ccbbcaaa6 [2020-06-23T13:01:43.291Z] Step 3/15 : MAINTAINER IOTech [2020-06-23T13:01:43.438Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-06-23T13:01:43.708Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-06-23T13:01:43.862Z] ---> Running in 76e2ce4caa00 [2020-06-23T13:01:43.862Z] Removing intermediate container 76e2ce4caa00 [2020-06-23T13:01:43.862Z] ---> 664b79b96bad [2020-06-23T13:01:43.862Z] Step 4/15 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev && mkdir -p /edgex-c-sdk/build [2020-06-23T13:01:43.980Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-06-23T13:01:44.127Z] ---> Running in 2a674884aa8b [2020-06-23T13:01:44.253Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-06-23T13:01:44.698Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-06-23T13:01:44.844Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-06-23T13:01:45.117Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-06-23T13:01:45.389Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-06-23T13:01:45.640Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-06-23T13:01:45.660Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-06-23T13:01:45.901Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2020-06-23T13:01:45.930Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-06-23T13:01:46.162Z] (2/6) Installing libblkid (2.33-r0) [2020-06-23T13:01:46.162Z] (3/6) Installing libfdisk (2.33-r0) [2020-06-23T13:01:46.162Z] (4/6) Installing libmount (2.33-r0) [2020-06-23T13:01:46.202Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-06-23T13:01:46.202Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-06-23T13:01:46.423Z] (5/6) Installing libsmartcols (2.33-r0) [2020-06-23T13:01:46.423Z] (6/6) Installing util-linux-dev (2.33-r0) [2020-06-23T13:01:46.995Z] Executing busybox-1.29.3-r10.trigger [2020-06-23T13:01:46.995Z] OK: 272 MiB in 84 packages [2020-06-23T13:01:47.177Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-06-23T13:01:47.450Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-06-23T13:01:47.567Z] Removing intermediate container 2a674884aa8b [2020-06-23T13:01:47.568Z] ---> 9eeb76758363 [2020-06-23T13:01:47.568Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-06-23T13:01:47.568Z] ---> 23f3bb2cdc4a [2020-06-23T13:01:47.568Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-06-23T13:01:47.721Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-06-23T13:01:47.993Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-06-23T13:01:48.511Z] ---> c514c437e636 [2020-06-23T13:01:48.511Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-06-23T13:01:48.512Z] ---> 7b28d152b704 [2020-06-23T13:01:48.512Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-06-23T13:01:48.583Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-06-23T13:01:48.773Z] ---> f85d0e19c47b [2020-06-23T13:01:48.774Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-06-23T13:01:48.855Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-06-23T13:01:48.856Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-06-23T13:01:49.034Z] ---> b0b45740f07c [2020-06-23T13:01:49.034Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-06-23T13:01:49.126Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-06-23T13:01:49.296Z] ---> ee5cfc87929e [2020-06-23T13:01:49.296Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-06-23T13:01:49.296Z] ---> Running in a73c207fb38a [2020-06-23T13:01:49.296Z] Removing intermediate container a73c207fb38a [2020-06-23T13:01:49.296Z] ---> 0e7fa6204dd5 [2020-06-23T13:01:49.296Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-06-23T13:01:49.398Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-06-23T13:01:49.398Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-06-23T13:01:49.560Z] ---> Running in 311b22c206bc [2020-06-23T13:01:49.560Z] Removing intermediate container 311b22c206bc [2020-06-23T13:01:49.560Z] ---> 6e22fab79451 [2020-06-23T13:01:49.560Z] Step 13/15 : LABEL arch=amd64 [2020-06-23T13:01:49.560Z] ---> Running in e54bf51e2ad2 [2020-06-23T13:01:49.669Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-06-23T13:01:49.821Z] Removing intermediate container e54bf51e2ad2 [2020-06-23T13:01:49.821Z] ---> 8480b8a8cf13 [2020-06-23T13:01:49.821Z] Step 14/15 : LABEL git_sha=b4873c23cc909bb34276112007e0d4a5fd45beca [2020-06-23T13:01:49.821Z] ---> Running in 7c0ac2ff8b4d [2020-06-23T13:01:49.939Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-06-23T13:01:50.082Z] Removing intermediate container 7c0ac2ff8b4d [2020-06-23T13:01:50.082Z] ---> e9935faf3e96 [2020-06-23T13:01:50.082Z] Step 15/15 : LABEL version=1.2.2-dev.6 [2020-06-23T13:01:50.082Z] ---> Running in a727a1d7a799 [2020-06-23T13:01:50.210Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-06-23T13:01:50.344Z] Removing intermediate container a727a1d7a799 [2020-06-23T13:01:50.344Z] ---> 7c936f3a47f0 [2020-06-23T13:01:50.344Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2020-06-23T13:01:50.344Z] Successfully built 7c936f3a47f0 [2020-06-23T13:01:50.344Z] 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 [2020-06-23T13:01:50.487Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-06-23T13:01:50.487Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [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-06-23T13:01:51.079Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-06-23T13:01:51.351Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-06-23T13:01:52.323Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-06-23T13:01:52.597Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-06-23T13:01:52.597Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-06-23T13:01:52.870Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-06-23T13:01:53.843Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-06-23T13:01:54.432Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-06-23T13:01:55.022Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-06-23T13:01:55.293Z] [ 70%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-06-23T13:01:55.885Z] [ 72%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-06-23T13:01:55.885Z] [ 74%] Linking C shared library libcsdk.so [2020-06-23T13:01:56.156Z] [ 74%] Built target csdk [2020-06-23T13:01:56.156Z] Scanning dependencies of target template [2020-06-23T13:01:56.156Z] [ 76%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-06-23T13:01:56.427Z] [ 78%] Linking C executable template [2020-06-23T13:01:56.697Z] [ 78%] Built target template [2020-06-23T13:01:56.697Z] Scanning dependencies of target device-counter [2020-06-23T13:01:56.697Z] [ 80%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-06-23T13:01:57.267Z] [ 81%] Linking C executable device-counter [2020-06-23T13:01:57.267Z] [ 81%] Built target device-counter [2020-06-23T13:01:57.267Z] Scanning dependencies of target device-random [2020-06-23T13:01:57.267Z] [ 83%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-06-23T13:01:57.539Z] [ 85%] Linking C executable device-random [2020-06-23T13:01:57.810Z] [ 85%] Built target device-random [2020-06-23T13:01:57.810Z] Scanning dependencies of target device-gyro [2020-06-23T13:01:57.810Z] [ 87%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-06-23T13:01:58.081Z] [ 89%] Linking C executable device-gyro [2020-06-23T13:01:58.351Z] [ 89%] Built target device-gyro [2020-06-23T13:01:58.351Z] Scanning dependencies of target template-discovery [2020-06-23T13:01:58.351Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-06-23T13:01:58.622Z] [ 92%] Linking C executable template-discovery [2020-06-23T13:01:58.893Z] [ 92%] Built target template-discovery [2020-06-23T13:01:58.893Z] Scanning dependencies of target device-terminal [2020-06-23T13:01:58.893Z] [ 94%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-06-23T13:01:59.163Z] [ 96%] Linking C executable device-terminal [2020-06-23T13:01:59.434Z] [ 96%] Built target device-terminal [2020-06-23T13:01:59.434Z] Scanning dependencies of target templatev1 [2020-06-23T13:01:59.434Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-06-23T13:01:59.705Z] [100%] Linking C executable templatev1 [2020-06-23T13:01:59.976Z] [100%] Built target templatev1 [2020-06-23T13:01:59.976Z] make: Entering directory '/tmp/sdk/build/release' [2020-06-23T13:01:59.976Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-06-23T13:01:59.976Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T13:01:59.976Z] Scanning dependencies of target csdk [2020-06-23T13:01:59.976Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T13:01:59.976Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T13:01:59.976Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-06-23T13:02:01.933Z] [ 3%] Linking C shared library libcsdk.so [2020-06-23T13:02:01.933Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T13:02:01.933Z] [ 74%] Built target csdk [2020-06-23T13:02:01.933Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T13:02:01.933Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T13:02:01.933Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T13:02:01.933Z] [ 76%] Linking C executable template [2020-06-23T13:02:02.204Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T13:02:02.204Z] [ 78%] Built target template [2020-06-23T13:02:02.204Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T13:02:02.204Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T13:02:02.204Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T13:02:02.204Z] [ 80%] Linking C executable device-counter [2020-06-23T13:02:02.474Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T13:02:02.474Z] [ 81%] Built target device-counter [2020-06-23T13:02:02.474Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T13:02:02.474Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T13:02:02.474Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T13:02:02.474Z] [ 83%] Linking C executable device-random [2020-06-23T13:02:02.746Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T13:02:02.746Z] [ 85%] Built target device-random [2020-06-23T13:02:02.746Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T13:02:02.746Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T13:02:02.746Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T13:02:02.746Z] [ 87%] Linking C executable device-gyro [2020-06-23T13:02:03.017Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T13:02:03.017Z] [ 89%] Built target device-gyro [2020-06-23T13:02:03.017Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T13:02:03.017Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T13:02:03.017Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T13:02:03.017Z] [ 90%] Linking C executable template-discovery [2020-06-23T13:02:03.289Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T13:02:03.289Z] [ 92%] Built target template-discovery [2020-06-23T13:02:03.289Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T13:02:03.289Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T13:02:03.289Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T13:02:03.289Z] [ 94%] Linking C executable device-terminal [2020-06-23T13:02:03.560Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T13:02:03.560Z] [ 96%] Built target device-terminal [2020-06-23T13:02:03.560Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T13:02:03.560Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T13:02:03.560Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T13:02:03.560Z] [ 98%] Linking C executable templatev1 [2020-06-23T13:02:03.831Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T13:02:03.831Z] [100%] Built target templatev1 [2020-06-23T13:02:03.832Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T13:02:03.832Z] Install the project... [2020-06-23T13:02:03.832Z] -- Install configuration: "Release" [2020-06-23T13:02:03.832Z] -- Installing: /usr/local/lib/libcsdk.so [2020-06-23T13:02:03.832Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-06-23T13:02:03.832Z] -- Up-to-date: /usr/local/include [2020-06-23T13:02:03.832Z] -- Installing: /usr/local/include/edgex [2020-06-23T13:02:03.832Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-06-23T13:02:03.832Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-06-23T13:02:03.832Z] -- Installing: /usr/local/include/edgex/error.h [2020-06-23T13:02:03.832Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-06-23T13:02:03.832Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-06-23T13:02:03.832Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-06-23T13:02:03.832Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-06-23T13:02:03.832Z] -- Installing: /usr/local/include/edgex/registry.h [2020-06-23T13:02:03.832Z] -- Installing: /usr/local/include/edgex/edgex-logging.h [2020-06-23T13:02:03.832Z] -- Installing: /usr/local/include/edgex/devices.h [2020-06-23T13:02:03.832Z] -- Installing: /usr/local/include/edgex/os.h [2020-06-23T13:02:03.832Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-06-23T13:02:03.832Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-06-23T13:02:03.832Z] -- Installing: /usr/local/include/devsdk [2020-06-23T13:02:03.832Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-06-23T13:02:03.832Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-06-23T13:02:03.832Z] -- Installing: /usr/local/include/iot [2020-06-23T13:02:03.832Z] -- Installing: /usr/local/include/iot/json.h [2020-06-23T13:02:03.832Z] -- Installing: /usr/local/include/iot/container.h [2020-06-23T13:02:03.832Z] -- Installing: /usr/local/include/iot/component.h [2020-06-23T13:02:03.832Z] -- Installing: /usr/local/include/iot/typecode.h [2020-06-23T13:02:03.832Z] -- Installing: /usr/local/include/iot/iot.h [2020-06-23T13:02:03.832Z] -- Installing: /usr/local/include/iot/time.h [2020-06-23T13:02:03.832Z] -- Installing: /usr/local/include/iot/hash.h [2020-06-23T13:02:03.832Z] -- Installing: /usr/local/include/iot/logger.h [2020-06-23T13:02:03.832Z] -- Installing: /usr/local/include/iot/os [2020-06-23T13:02:03.832Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-06-23T13:02:03.832Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-06-23T13:02:03.832Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-06-23T13:02:03.832Z] -- Installing: /usr/local/include/iot/data.h [2020-06-23T13:02:03.832Z] -- Installing: /usr/local/include/iot/thread.h [2020-06-23T13:02:03.832Z] -- Installing: /usr/local/include/iot/os.h [2020-06-23T13:02:03.832Z] -- Installing: /usr/local/include/iot/base64.h [2020-06-23T13:02:03.832Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-06-23T13:02:03.832Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-06-23T13:02:03.832Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-06-23T13:02:03.832Z] make: Leaving directory '/tmp/sdk/build/release' [2020-06-23T13:02:05.799Z] Removing intermediate container 985bcbeac256 [2020-06-23T13:02:05.799Z] ---> 00ed7cd2b935 [2020-06-23T13:02:05.799Z] Step 14/21 : FROM ${BASE} [2020-06-23T13:02:05.799Z] ---> b23d30803547 [2020-06-23T13:02:05.799Z] Step 15/21 : MAINTAINER IOTech [2020-06-23T13:02:06.072Z] ---> Running in ee0eba2d28be [2020-06-23T13:02:06.667Z] Removing intermediate container ee0eba2d28be [2020-06-23T13:02:06.667Z] ---> 0407adec003c [2020-06-23T13:02:06.667Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-06-23T13:02:06.667Z] ---> Running in 7cad79f06035 [2020-06-23T13:02:08.093Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-06-23T13:02:09.061Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-06-23T13:02:09.332Z] (1/3) Installing curl (7.64.0-r3) [2020-06-23T13:02:09.601Z] (2/3) Installing libuuid (2.33-r0) [2020-06-23T13:02:09.601Z] (3/3) Installing wget (1.20.3-r0) [2020-06-23T13:02:09.872Z] Executing busybox-1.29.3-r10.trigger [2020-06-23T13:02:09.872Z] OK: 281 MiB in 78 packages [2020-06-23T13:02:11.303Z] Removing intermediate container 7cad79f06035 [2020-06-23T13:02:11.303Z] ---> 04631b6b3141 [2020-06-23T13:02:11.303Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-06-23T13:02:11.895Z] ---> ec67815577e4 [2020-06-23T13:02:11.895Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-06-23T13:02:12.490Z] ---> 474fe4f78696 [2020-06-23T13:02:12.490Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-06-23T13:02:13.464Z] ---> ce8cf0f5b110 [2020-06-23T13:02:13.464Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-06-23T13:02:14.056Z] ---> b212ee6f2f2c [2020-06-23T13:02:14.056Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-06-23T13:02:14.647Z] ---> f890119e18f4 [2020-06-23T13:02:14.647Z] Successfully built f890119e18f4 [2020-06-23T13:02:14.647Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-23T13:02:15.202Z] + docker inspect -f . ci-base-image-arm64 [2020-06-23T13:02:15.202Z] . [Pipeline] withDockerContainer [2020-06-23T13:02:15.443Z] prd-ubuntu18.04-docker-arm64-4c-16g-4112 does not seem to be running inside a container [2020-06-23T13:02:15.495Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/30 -v /w/workspace/device-sdk-c/30:/w/workspace/device-sdk-c/30:rw,z -v /w/workspace/device-sdk-c/30@tmp:/w/workspace/device-sdk-c/30@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 ******** ci-base-image-arm64 cat [2020-06-23T13:02:17.276Z] $ docker top 4fb51c0bf412dbe98284491cf4909a68760106af349566e3b66f7a13c0b7ebb5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-23T13:02:18.617Z] + make test [2020-06-23T13:02:18.617Z] echo "make test" [2020-06-23T13:02:18.617Z] make test [Pipeline] } [2020-06-23T13:02:18.635Z] $ docker stop --time=1 4fb51c0bf412dbe98284491cf4909a68760106af349566e3b66f7a13c0b7ebb5 [2020-06-23T13:02:20.678Z] $ docker rm -f 4fb51c0bf412dbe98284491cf4909a68760106af349566e3b66f7a13c0b7ebb5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-23T13:02:21.511Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-23T13:02:21.841Z] + ls -al . [2020-06-23T13:02:21.841Z] total 196 [2020-06-23T13:02:21.841Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 23 12:59 . [2020-06-23T13:02:21.841Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 23 12:59 .. [2020-06-23T13:02:21.841Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 23 12:59 .git [2020-06-23T13:02:21.841Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 23 12:59 .github [2020-06-23T13:02:21.841Z] -rw-rw-r-- 1 jenkins jenkins 176 Jun 23 12:59 .gitignore [2020-06-23T13:02:21.841Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 23 12:59 .semver [2020-06-23T13:02:21.841Z] -rw-rw-r-- 1 jenkins jenkins 3104 Jun 23 12:59 Attribution.txt [2020-06-23T13:02:21.841Z] -rw-rw-r-- 1 jenkins jenkins 5323 Jun 23 12:59 CHANGES [2020-06-23T13:02:21.841Z] -rw-rw-r-- 1 jenkins jenkins 108574 Jun 23 12:59 Doxyfile [2020-06-23T13:02:21.841Z] -rw-rw-r-- 1 jenkins jenkins 794 Jun 23 12:59 Jenkinsfile [2020-06-23T13:02:21.841Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jun 23 12:59 LICENSE [2020-06-23T13:02:21.841Z] -rw-rw-r-- 1 jenkins jenkins 449 Jun 23 12:59 Makefile [2020-06-23T13:02:21.841Z] -rw-rw-r-- 1 jenkins jenkins 1849 Jun 23 12:59 README.md [2020-06-23T13:02:21.841Z] -rw-rw-r-- 1 jenkins jenkins 5229 Jun 23 12:59 README.v2.md [2020-06-23T13:02:21.841Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 23 12:57 VERSION [2020-06-23T13:02:21.841Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 23 12:59 docs [2020-06-23T13:02:21.841Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 23 12:59 include [2020-06-23T13:02:21.841Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 23 12:59 scripts [2020-06-23T13:02:21.841Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 23 12:59 src [Pipeline] isUnix [Pipeline] sh [2020-06-23T13:02:22.177Z] + 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=b4873c23cc909bb34276112007e0d4a5fd45beca --label arch=arm64 --label version=1.2.2-dev.6 . [2020-06-23T13:02:22.452Z] Sending build context to Docker daemon 3.216MB [2020-06-23T13:02:22.723Z] Step 1/15 : ARG BASE=alpine:3.11 [2020-06-23T13:02:22.723Z] Step 2/15 : FROM ${BASE} [2020-06-23T13:02:22.723Z] ---> f890119e18f4 [2020-06-23T13:02:22.723Z] Step 3/15 : MAINTAINER IOTech [2020-06-23T13:02:22.994Z] ---> Running in b67f021c3583 [2020-06-23T13:02:23.265Z] Removing intermediate container b67f021c3583 [2020-06-23T13:02:23.265Z] ---> ce46fc7b302e [2020-06-23T13:02:23.265Z] Step 4/15 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev && mkdir -p /edgex-c-sdk/build [2020-06-23T13:02:23.538Z] ---> Running in 25640a76e15d [2020-06-23T13:02:24.962Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-06-23T13:02:25.933Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-06-23T13:02:26.204Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2020-06-23T13:02:26.474Z] (2/6) Installing libblkid (2.33-r0) [2020-06-23T13:02:26.474Z] (3/6) Installing libfdisk (2.33-r0) [2020-06-23T13:02:26.744Z] (4/6) Installing libmount (2.33-r0) [2020-06-23T13:02:26.744Z] (5/6) Installing libsmartcols (2.33-r0) [2020-06-23T13:02:26.744Z] (6/6) Installing util-linux-dev (2.33-r0) [2020-06-23T13:02:27.334Z] Executing busybox-1.29.3-r10.trigger [2020-06-23T13:02:27.334Z] OK: 286 MiB in 84 packages [2020-06-23T13:02:28.777Z] Removing intermediate container 25640a76e15d [2020-06-23T13:02:28.777Z] ---> cd2f33573eda [2020-06-23T13:02:28.777Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-06-23T13:02:29.370Z] ---> 214d58acedcc [2020-06-23T13:02:29.370Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-06-23T13:02:30.346Z] ---> 7b099c3393ed [2020-06-23T13:02:30.346Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-06-23T13:02:30.937Z] ---> 4ea7a1b6cb5f [2020-06-23T13:02:30.937Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-06-23T13:02:31.909Z] ---> a00c088bf9b2 [2020-06-23T13:02:31.909Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-06-23T13:02:32.501Z] ---> 64e9505d1c17 [2020-06-23T13:02:32.501Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-06-23T13:02:33.094Z] ---> 4dbc9f98c0b8 [2020-06-23T13:02:33.094Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-06-23T13:02:33.364Z] ---> Running in c61061c4102e [2020-06-23T13:02:33.634Z] Removing intermediate container c61061c4102e [2020-06-23T13:02:33.635Z] ---> de4b049de808 [2020-06-23T13:02:33.635Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-06-23T13:02:33.913Z] ---> Running in 8b9ba4278bcf [2020-06-23T13:02:34.504Z] Removing intermediate container 8b9ba4278bcf [2020-06-23T13:02:34.504Z] ---> 73aad56e4a91 [2020-06-23T13:02:34.504Z] Step 13/15 : LABEL arch=arm64 [2020-06-23T13:02:34.504Z] ---> Running in fafb2074b0c5 [2020-06-23T13:02:35.096Z] Removing intermediate container fafb2074b0c5 [2020-06-23T13:02:35.096Z] ---> 3bd99d2a18b6 [2020-06-23T13:02:35.096Z] Step 14/15 : LABEL git_sha=b4873c23cc909bb34276112007e0d4a5fd45beca [2020-06-23T13:02:35.096Z] ---> Running in 76e12bf8a815 [2020-06-23T13:02:35.717Z] Removing intermediate container 76e12bf8a815 [2020-06-23T13:02:35.717Z] ---> 8558eddf85a5 [2020-06-23T13:02:35.717Z] Step 15/15 : LABEL version=1.2.2-dev.6 [2020-06-23T13:02:35.717Z] ---> Running in d4a4358b63ff [2020-06-23T13:02:36.304Z] Removing intermediate container d4a4358b63ff [2020-06-23T13:02:36.304Z] ---> 2bc2b560186d [2020-06-23T13:02:36.304Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2020-06-23T13:02:36.304Z] Successfully built 2bc2b560186d [2020-06-23T13:02:36.304Z] 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-06-23T13:02:37.401Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-23T13:02:37.401Z] . [Pipeline] withDockerContainer [2020-06-23T13:02:37.492Z] prd-centos7-docker-4c-2g-4111 does not seem to be running inside a container [2020-06-23T13:02:37.532Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-23T13:02:38.149Z] $ docker top aa383b7b13f67094ad466e55221bc9a7b7e5127c7865cc469f703616a3b51f03 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-23T13:02:38.337Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-23T13:02:38.337Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-23T13:02:38.514Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-23T13:02:38.516Z] $ docker exec aa383b7b13f67094ad466e55221bc9a7b7e5127c7865cc469f703616a3b51f03 ssh-agent [2020-06-23T13:02:38.671Z] SSH_AUTH_SOCK=/tmp/ssh-sbWA5XoErPZP/agent.12 [2020-06-23T13:02:38.671Z] SSH_AGENT_PID=17 [2020-06-23T13:02:38.677Z] Running ssh-add (command line suppressed) [2020-06-23T13:02:38.787Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_7595541386448320727.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_7595541386448320727.key) [2020-06-23T13:02:38.832Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-23T13:02:39.136Z] + git semver tag [2020-06-23T13:02:39.136Z] # -> Open(): unable to determine branch for HEAD [2020-06-23T13:02:39.136Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-06-23T13:02:39.136Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-06-23T13:02:39.136Z] # $SEMVER_REMOTE_NAME = origin [2020-06-23T13:02:39.136Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-23T13:02:39.136Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-23T13:02:39.136Z] # $SEMVER_BRANCH = master [2020-06-23T13:02:39.136Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [2020-06-23T13:02:39.136Z] # b4873c23cc909bb34276112007e0d4a5fd45beca HEAD [2020-06-23T13:02:39.136Z] # -> Force: false [2020-06-23T13:02:39.136Z] # df8bf0243374f284d3cb4e6c6211632e597090be refs/tags/v1.2.2-dev.6 [Pipeline] } [2020-06-23T13:02:39.148Z] $ docker exec --env ******** --env ******** aa383b7b13f67094ad466e55221bc9a7b7e5127c7865cc469f703616a3b51f03 ssh-agent -k [2020-06-23T13:02:39.254Z] unset SSH_AUTH_SOCK; [2020-06-23T13:02:39.255Z] unset SSH_AGENT_PID; [2020-06-23T13:02:39.255Z] echo Agent pid 17 killed; [2020-06-23T13:02:39.299Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-23T13:02:39.653Z] + git semver [Pipeline] } [2020-06-23T13:02:39.667Z] $ docker stop --time=1 aa383b7b13f67094ad466e55221bc9a7b7e5127c7865cc469f703616a3b51f03 [2020-06-23T13:02:40.974Z] $ docker rm -f aa383b7b13f67094ad466e55221bc9a7b7e5127c7865cc469f703616a3b51f03 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-06-23T13:02:41.503Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-23T13:02:41.503Z] [2020-06-23T13:02:41.503Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-06-23T13:02:41.831Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-23T13:02:41.831Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-06-23T13:02:41.831Z] ab5ef0e58194: Pulling fs layer [2020-06-23T13:02:41.831Z] 9712f1f96733: Pulling fs layer [2020-06-23T13:02:41.831Z] 63f879dbbcfc: Pulling fs layer [2020-06-23T13:02:41.831Z] 0d9ebad4ef96: Pulling fs layer [2020-06-23T13:02:41.831Z] e9a5061849ea: Pulling fs layer [2020-06-23T13:02:41.831Z] d747dcd14b5f: Pulling fs layer [2020-06-23T13:02:41.831Z] 2de7ff778b66: Pulling fs layer [2020-06-23T13:02:41.831Z] 0d9ebad4ef96: Waiting [2020-06-23T13:02:41.831Z] e9a5061849ea: Waiting [2020-06-23T13:02:41.831Z] d747dcd14b5f: Waiting [2020-06-23T13:02:41.831Z] 2de7ff778b66: Waiting [2020-06-23T13:02:41.831Z] 9712f1f96733: Download complete [2020-06-23T13:02:42.102Z] 63f879dbbcfc: Verifying Checksum [2020-06-23T13:02:42.102Z] 63f879dbbcfc: Download complete [2020-06-23T13:02:42.369Z] e9a5061849ea: Verifying Checksum [2020-06-23T13:02:42.369Z] e9a5061849ea: Download complete [2020-06-23T13:02:42.369Z] d747dcd14b5f: Verifying Checksum [2020-06-23T13:02:42.369Z] d747dcd14b5f: Download complete [2020-06-23T13:02:42.632Z] 0d9ebad4ef96: Verifying Checksum [2020-06-23T13:02:42.632Z] 0d9ebad4ef96: Download complete [2020-06-23T13:02:42.632Z] ab5ef0e58194: Verifying Checksum [2020-06-23T13:02:42.632Z] ab5ef0e58194: Download complete [2020-06-23T13:02:42.632Z] 2de7ff778b66: Verifying Checksum [2020-06-23T13:02:42.632Z] 2de7ff778b66: Download complete [2020-06-23T13:02:47.984Z] ab5ef0e58194: Pull complete [2020-06-23T13:02:47.984Z] 9712f1f96733: Pull complete [2020-06-23T13:02:50.527Z] 63f879dbbcfc: Pull complete [2020-06-23T13:02:57.115Z] 0d9ebad4ef96: Pull complete [2020-06-23T13:02:58.504Z] e9a5061849ea: Pull complete [2020-06-23T13:02:58.504Z] d747dcd14b5f: Pull complete [2020-06-23T13:03:01.811Z] 2de7ff778b66: Pull complete [2020-06-23T13:03:01.811Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-06-23T13:03:01.811Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-23T13:03:01.811Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-06-23T13:03:01.935Z] prd-centos7-docker-4c-2g-4111 does not seem to be running inside a container [2020-06-23T13:03:01.982Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-06-23T13:03:05.085Z] $ docker top 3f82ad147385e175c47c1d044ed39b35c641e8e88386accf5e749dcd2c8019b5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-06-23T13:03:05.285Z] provisioning config files... [2020-06-23T13:03:05.299Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config7030026857443261095tmp [2020-06-23T13:03:05.314Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config1677861437268256272tmp [2020-06-23T13:03:05.326Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config8546758323641534807tmp [Pipeline] { [Pipeline] echo [2020-06-23T13:03:05.352Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-23T13:03:05.643Z] ---> sigul-configuration.sh [2020-06-23T13:03:05.643Z] gpg: directory `/root/.gnupg' created [2020-06-23T13:03:05.643Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-06-23T13:03:05.643Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-06-23T13:03:05.643Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-06-23T13:03:05.643Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-06-23T13:03:05.643Z] gpg: CAST5 encrypted data [2020-06-23T13:03:05.904Z] gpg: encrypted with 1 passphrase [2020-06-23T13:03:05.904Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-06-23T13:03:06.194Z] + mkdir /home/jenkins [2020-06-23T13:03:06.194Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-06-23T13:03:06.484Z] + 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-06-23T13:03:06.493Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-23T13:03:06.784Z] ---> sigul-install.sh [2020-06-23T13:03:13.368Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-06-23T13:03:13.661Z] + git tag --list [2020-06-23T13:03:13.661Z] v1.2.2-dev.6 [Pipeline] sh [2020-06-23T13:03:13.952Z] + lftools sign git-tag v1.2.2-dev.6 [2020-06-23T13:03:15.337Z] Signing Git tag with Sigul... [2020-06-23T13:03:15.337Z] Signing v1.2.2-dev.6 [Pipeline] echo [2020-06-23T13:03:16.285Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-23T13:03:16.573Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-06-23T13:03:16.581Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-06-23T13:03:16.627Z] $ docker stop --time=1 3f82ad147385e175c47c1d044ed39b35c641e8e88386accf5e749dcd2c8019b5 [2020-06-23T13:03:18.438Z] $ docker rm -f 3f82ad147385e175c47c1d044ed39b35c641e8e88386accf5e749dcd2c8019b5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-06-23T13:03:19.069Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-23T13:03:19.069Z] . [Pipeline] withDockerContainer [2020-06-23T13:03:19.202Z] prd-centos7-docker-4c-2g-4111 does not seem to be running inside a container [2020-06-23T13:03:19.242Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-23T13:03:19.807Z] $ docker top 5c86500d20be2827ee5d94418f7f14bd4c1b4f422e2c5509754d2a023efaea57 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-23T13:03:20.006Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-23T13:03:20.006Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-23T13:03:20.188Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-23T13:03:20.191Z] $ docker exec 5c86500d20be2827ee5d94418f7f14bd4c1b4f422e2c5509754d2a023efaea57 ssh-agent [2020-06-23T13:03:20.351Z] SSH_AUTH_SOCK=/tmp/ssh-GodwXma8jIjv/agent.11 [2020-06-23T13:03:20.351Z] SSH_AGENT_PID=17 [2020-06-23T13:03:20.357Z] Running ssh-add (command line suppressed) [2020-06-23T13:03:20.471Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_5660689027311518636.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_5660689027311518636.key) [2020-06-23T13:03:20.522Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-23T13:03:20.821Z] + git semver bump pre [2020-06-23T13:03:20.821Z] # -> Open(): unable to determine branch for HEAD [2020-06-23T13:03:20.821Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-06-23T13:03:20.821Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-06-23T13:03:20.821Z] # $SEMVER_REMOTE_NAME = origin [2020-06-23T13:03:20.821Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-23T13:03:20.821Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-23T13:03:20.821Z] # $SEMVER_BRANCH = master [2020-06-23T13:03:20.821Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [2020-06-23T13:03:20.821Z] 1.2.2-dev.7 [Pipeline] } [2020-06-23T13:03:20.830Z] $ docker exec --env ******** --env ******** 5c86500d20be2827ee5d94418f7f14bd4c1b4f422e2c5509754d2a023efaea57 ssh-agent -k [2020-06-23T13:03:20.952Z] unset SSH_AUTH_SOCK; [2020-06-23T13:03:20.952Z] unset SSH_AGENT_PID; [2020-06-23T13:03:20.952Z] echo Agent pid 17 killed; [2020-06-23T13:03:21.000Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-23T13:03:21.352Z] + git semver [Pipeline] } [2020-06-23T13:03:21.364Z] $ docker stop --time=1 5c86500d20be2827ee5d94418f7f14bd4c1b4f422e2c5509754d2a023efaea57 [2020-06-23T13:03:22.690Z] $ docker rm -f 5c86500d20be2827ee5d94418f7f14bd4c1b4f422e2c5509754d2a023efaea57 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-23T13:03:23.102Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-23T13:03:23.102Z] . [Pipeline] withDockerContainer [2020-06-23T13:03:23.194Z] prd-centos7-docker-4c-2g-4111 does not seem to be running inside a container [2020-06-23T13:03:23.227Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-23T13:03:23.788Z] $ docker top 684d49752458a1ba1de3377c56793ee67663018e901b9bc5ebe5fe5e2dc1ea0d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-23T13:03:23.951Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-23T13:03:23.951Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-23T13:03:24.107Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-23T13:03:24.109Z] $ docker exec 684d49752458a1ba1de3377c56793ee67663018e901b9bc5ebe5fe5e2dc1ea0d ssh-agent [2020-06-23T13:03:24.272Z] SSH_AUTH_SOCK=/tmp/ssh-SrF6AAxXDDws/agent.12 [2020-06-23T13:03:24.272Z] SSH_AGENT_PID=18 [2020-06-23T13:03:24.277Z] Running ssh-add (command line suppressed) [2020-06-23T13:03:24.390Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_596973128164245668.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_596973128164245668.key) [2020-06-23T13:03:24.437Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-23T13:03:24.739Z] + git semver push [2020-06-23T13:03:24.739Z] # -> Open(): unable to determine branch for HEAD [2020-06-23T13:03:24.739Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-06-23T13:03:24.739Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-06-23T13:03:24.739Z] # $SEMVER_REMOTE_NAME = origin [2020-06-23T13:03:24.739Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-23T13:03:24.739Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-23T13:03:24.739Z] # $SEMVER_BRANCH = master [2020-06-23T13:03:24.739Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [Pipeline] } [2020-06-23T13:03:31.329Z] $ docker exec --env ******** --env ******** 684d49752458a1ba1de3377c56793ee67663018e901b9bc5ebe5fe5e2dc1ea0d ssh-agent -k [2020-06-23T13:03:31.437Z] unset SSH_AUTH_SOCK; [2020-06-23T13:03:31.437Z] unset SSH_AGENT_PID; [2020-06-23T13:03:31.437Z] echo Agent pid 18 killed; [2020-06-23T13:03:31.479Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-23T13:03:31.833Z] + git semver [Pipeline] } [2020-06-23T13:03:31.846Z] $ docker stop --time=1 684d49752458a1ba1de3377c56793ee67663018e901b9bc5ebe5fe5e2dc1ea0d [2020-06-23T13:03:33.155Z] $ docker rm -f 684d49752458a1ba1de3377c56793ee67663018e901b9bc5ebe5fe5e2dc1ea0d [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-06-23T13:03:33.779Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-23T13:03:34.077Z] ---> package-listing.sh [2020-06-23T13:03:34.077Z] ++ facter osfamily [2020-06-23T13:03:34.077Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-23T13:03:34.077Z] + OS_FAMILY=redhat [2020-06-23T13:03:34.077Z] + workspace=/w/workspace/edgexfoundry_device-sdk-c_master [2020-06-23T13:03:34.077Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-23T13:03:34.077Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-23T13:03:34.077Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-23T13:03:34.077Z] + PACKAGES=/tmp/packages_start.txt [2020-06-23T13:03:34.077Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_master ']' [2020-06-23T13:03:34.077Z] + PACKAGES=/tmp/packages_end.txt [2020-06-23T13:03:34.077Z] + case "${OS_FAMILY}" in [2020-06-23T13:03:34.077Z] + rpm -qa [2020-06-23T13:03:34.077Z] + sort [2020-06-23T13:03:38.277Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-23T13:03:38.277Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-23T13:03:38.277Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-23T13:03:38.277Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_master ']' [2020-06-23T13:03:38.277Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_master/archives/ [2020-06-23T13:03:38.277Z] + 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-06-23T13:03:38.908Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-23T13:03:38.908Z] [2020-06-23T13:03:38.908Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-23T13:03:39.225Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-23T13:03:39.225Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-23T13:03:39.225Z] c9b1b535fdd9: Pulling fs layer [2020-06-23T13:03:39.225Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-23T13:03:39.225Z] 756a868c4378: Pulling fs layer [2020-06-23T13:03:39.225Z] 444b2fc9a129: Pulling fs layer [2020-06-23T13:03:39.225Z] ea15f1150254: Pulling fs layer [2020-06-23T13:03:39.225Z] 41b27a9f41bf: Pulling fs layer [2020-06-23T13:03:39.225Z] 28c525ee5125: Pulling fs layer [2020-06-23T13:03:39.225Z] 094b1ea09ed8: Pulling fs layer [2020-06-23T13:03:39.225Z] 138eaada9080: Pulling fs layer [2020-06-23T13:03:39.225Z] 0622d0fa9048: Pulling fs layer [2020-06-23T13:03:39.225Z] ea15f1150254: Waiting [2020-06-23T13:03:39.225Z] 41b27a9f41bf: Waiting [2020-06-23T13:03:39.225Z] 28c525ee5125: Waiting [2020-06-23T13:03:39.225Z] 094b1ea09ed8: Waiting [2020-06-23T13:03:39.225Z] 138eaada9080: Waiting [2020-06-23T13:03:39.225Z] 0622d0fa9048: Waiting [2020-06-23T13:03:39.225Z] 444b2fc9a129: Waiting [2020-06-23T13:03:39.225Z] 2cc5ad85d9ab: Verifying Checksum [2020-06-23T13:03:39.225Z] 2cc5ad85d9ab: Download complete [2020-06-23T13:03:39.225Z] 444b2fc9a129: Verifying Checksum [2020-06-23T13:03:39.225Z] 444b2fc9a129: Download complete [2020-06-23T13:03:39.225Z] c9b1b535fdd9: Verifying Checksum [2020-06-23T13:03:39.225Z] c9b1b535fdd9: Download complete [2020-06-23T13:03:39.225Z] ea15f1150254: Verifying Checksum [2020-06-23T13:03:39.225Z] ea15f1150254: Download complete [2020-06-23T13:03:39.225Z] 28c525ee5125: Verifying Checksum [2020-06-23T13:03:39.225Z] 28c525ee5125: Download complete [2020-06-23T13:03:39.489Z] 756a868c4378: Verifying Checksum [2020-06-23T13:03:39.489Z] 756a868c4378: Download complete [2020-06-23T13:03:39.751Z] c9b1b535fdd9: Pull complete [2020-06-23T13:03:39.751Z] 138eaada9080: Verifying Checksum [2020-06-23T13:03:39.751Z] 138eaada9080: Download complete [2020-06-23T13:03:39.751Z] 0622d0fa9048: Verifying Checksum [2020-06-23T13:03:39.751Z] 0622d0fa9048: Download complete [2020-06-23T13:03:39.751Z] 094b1ea09ed8: Verifying Checksum [2020-06-23T13:03:39.751Z] 094b1ea09ed8: Download complete [2020-06-23T13:03:40.013Z] 2cc5ad85d9ab: Pull complete [2020-06-23T13:03:40.273Z] 41b27a9f41bf: Verifying Checksum [2020-06-23T13:03:40.273Z] 41b27a9f41bf: Download complete [2020-06-23T13:03:41.217Z] 756a868c4378: Pull complete [2020-06-23T13:03:41.217Z] 444b2fc9a129: Pull complete [2020-06-23T13:03:41.477Z] ea15f1150254: Pull complete [2020-06-23T13:03:44.783Z] 41b27a9f41bf: Pull complete [2020-06-23T13:03:44.783Z] 28c525ee5125: Pull complete [2020-06-23T13:03:46.692Z] 094b1ea09ed8: Pull complete [2020-06-23T13:03:46.692Z] 138eaada9080: Pull complete [2020-06-23T13:03:46.951Z] 0622d0fa9048: Pull complete [2020-06-23T13:03:46.951Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-23T13:03:46.951Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-23T13:03:46.951Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-23T13:03:47.076Z] prd-centos7-docker-4c-2g-4111 does not seem to be running inside a container [2020-06-23T13:03:47.111Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-06-23T13:03:50.142Z] $ docker top af704ea6e8bbb3991dea140af46b16aa0a4b0f9fb94c6a05d3bca1435833f4d0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-23T13:03:50.284Z] provisioning config files... [2020-06-23T13:03:50.297Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config7016333795106661450tmp [Pipeline] { [Pipeline] echo [2020-06-23T13:03:50.323Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-23T13:03:50.613Z] ---> create-netrc.sh [Pipeline] echo [2020-06-23T13:03:50.624Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-23T13:03:50.911Z] ---> logs-deploy.sh [2020-06-23T13:03:50.911Z] + ARCHIVE_ARTIFACTS= [2020-06-23T13:03:50.911Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-23T13:03:50.911Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-23T13:03:50.911Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-23T13:03:50.911Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/master/30 [2020-06-23T13:03:50.911Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-c/job/master/30/ [2020-06-23T13:03:50.911Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/master/30 /w/workspace/edgexfoundry_device-sdk-c_master [2020-06-23T13:03:51.853Z] Archives upload complete. [2020-06-23T13:03:52.112Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/master/30 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-c/job/master/30/ [2020-06-23T13:03:52.681Z] ---> uname -a: [2020-06-23T13:03:52.681Z] Linux af704ea6e8bb 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-06-23T13:03:52.682Z] [2020-06-23T13:03:52.682Z] [2020-06-23T13:03:52.682Z] ---> lscpu: [2020-06-23T13:03:52.682Z] Architecture: x86_64 [2020-06-23T13:03:52.682Z] CPU op-mode(s): 32-bit, 64-bit [2020-06-23T13:03:52.682Z] Byte Order: Little Endian [2020-06-23T13:03:52.682Z] Address sizes: 40 bits physical, 48 bits virtual [2020-06-23T13:03:52.682Z] CPU(s): 4 [2020-06-23T13:03:52.682Z] On-line CPU(s) list: 0-3 [2020-06-23T13:03:52.682Z] Thread(s) per core: 1 [2020-06-23T13:03:52.682Z] Core(s) per socket: 1 [2020-06-23T13:03:52.682Z] Socket(s): 4 [2020-06-23T13:03:52.682Z] NUMA node(s): 1 [2020-06-23T13:03:52.682Z] Vendor ID: GenuineIntel [2020-06-23T13:03:52.682Z] CPU family: 6 [2020-06-23T13:03:52.682Z] Model: 44 [2020-06-23T13:03:52.682Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-06-23T13:03:52.682Z] Stepping: 1 [2020-06-23T13:03:52.682Z] CPU MHz: 2933.442 [2020-06-23T13:03:52.682Z] BogoMIPS: 5866.88 [2020-06-23T13:03:52.682Z] Virtualization: VT-x [2020-06-23T13:03:52.682Z] Hypervisor vendor: KVM [2020-06-23T13:03:52.682Z] Virtualization type: full [2020-06-23T13:03:52.682Z] L1d cache: 128 KiB [2020-06-23T13:03:52.682Z] L1i cache: 128 KiB [2020-06-23T13:03:52.682Z] L2 cache: 16 MiB [2020-06-23T13:03:52.682Z] L3 cache: 64 MiB [2020-06-23T13:03:52.682Z] NUMA node0 CPU(s): 0-3 [2020-06-23T13:03:52.682Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-06-23T13:03:52.682Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-06-23T13:03:52.682Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-06-23T13:03:52.682Z] Vulnerability Meltdown: Mitigation; PTI [2020-06-23T13:03:52.682Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-06-23T13:03:52.682Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-06-23T13:03:52.682Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-06-23T13:03:52.682Z] Vulnerability Tsx async abort: Not affected [2020-06-23T13:03:52.682Z] 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-06-23T13:03:52.682Z] [2020-06-23T13:03:52.682Z] [2020-06-23T13:03:52.682Z] ---> nproc: [2020-06-23T13:03:52.682Z] 4 [2020-06-23T13:03:52.682Z] [2020-06-23T13:03:52.682Z] [2020-06-23T13:03:52.682Z] ---> df -h: [2020-06-23T13:03:52.682Z] Filesystem Size Used Available Use% Mounted on [2020-06-23T13:03:52.682Z] overlay 50.0G 7.8G 42.2G 16% / [2020-06-23T13:03:52.682Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-06-23T13:03:52.682Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-06-23T13:03:52.682Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-06-23T13:03:52.682Z] /dev/vda1 50.0G 7.8G 42.2G 16% /etc/resolv.conf [2020-06-23T13:03:52.682Z] /dev/vda1 50.0G 7.8G 42.2G 16% /etc/hostname [2020-06-23T13:03:52.682Z] /dev/vda1 50.0G 7.8G 42.2G 16% /etc/hosts [2020-06-23T13:03:52.682Z] /dev/vda1 50.0G 7.8G 42.2G 16% /var/log/sa [2020-06-23T13:03:52.682Z] /dev/vda1 50.0G 7.8G 42.2G 16% /w/workspace/edgexfoundry_device-sdk-c_master [2020-06-23T13:03:52.682Z] /dev/vda1 50.0G 7.8G 42.2G 16% /w/workspace/edgexfoundry_device-sdk-c_master@tmp [2020-06-23T13:03:52.682Z] [2020-06-23T13:03:52.682Z] [2020-06-23T13:03:52.682Z] ---> free -m: [2020-06-23T13:03:52.682Z] total used free shared buff/cache available [2020-06-23T13:03:52.682Z] Mem: 1837 764 129 0 943 992 [2020-06-23T13:03:52.682Z] Swap: 1023 1 1022 [2020-06-23T13:03:52.682Z] [2020-06-23T13:03:52.682Z] [2020-06-23T13:03:52.682Z] ---> ip addr: [2020-06-23T13:03:52.682Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-06-23T13:03:52.682Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-06-23T13:03:52.682Z] inet 127.0.0.1/8 scope host lo [2020-06-23T13:03:52.682Z] valid_lft forever preferred_lft forever [2020-06-23T13:03:52.682Z] 14: eth0@if15: mtu 1458 qdisc noqueue state UP [2020-06-23T13:03:52.682Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-06-23T13:03:52.682Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-06-23T13:03:52.682Z] valid_lft forever preferred_lft forever [2020-06-23T13:03:52.682Z] [2020-06-23T13:03:52.682Z] [2020-06-23T13:03:52.682Z] ---> sar -b -r -n DEV: [2020-06-23T13:03:52.682Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/23/20 _x86_64_ (4 CPU) [2020-06-23T13:03:52.682Z] [2020-06-23T13:03:52.682Z] 12:56:55 LINUX RESTART [2020-06-23T13:03:52.682Z] [2020-06-23T13:03:52.682Z] 12:58:01 tps rtps wtps bread/s bwrtn/s [2020-06-23T13:03:52.682Z] 12:59:01 1.57 0.00 1.57 0.00 32.40 [2020-06-23T13:03:52.682Z] 13:00:01 0.25 0.00 0.25 0.00 3.12 [2020-06-23T13:03:52.682Z] 13:01:01 0.30 0.02 0.28 0.13 3.50 [2020-06-23T13:03:52.682Z] 13:02:01 0.45 0.10 0.35 2.13 6.08 [2020-06-23T13:03:52.682Z] 13:03:01 210.43 112.03 98.40 3670.62 26281.75 [2020-06-23T13:03:52.682Z] Average: 42.60 22.43 20.17 734.55 5265.19 [2020-06-23T13:03:52.682Z] [2020-06-23T13:03:52.682Z] 12:58:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-06-23T13:03:52.682Z] 12:59:01 165788 1715768 91.19 2620 1133352 1081196 36.90 449680 1106224 12 [2020-06-23T13:03:52.682Z] 13:00:01 163260 1718296 91.32 2620 1133356 1081388 36.91 453020 1105732 8 [2020-06-23T13:03:52.682Z] 13:01:01 161316 1720240 91.43 2620 1133364 1083908 36.99 454168 1105620 8 [2020-06-23T13:03:52.682Z] 13:02:01 162876 1718680 91.34 2620 1133500 1081704 36.92 456012 1103076 8 [2020-06-23T13:03:52.682Z] 13:03:01 133728 1747828 92.89 2620 1023860 1296672 44.25 440824 1051092 66820 [2020-06-23T13:03:52.682Z] Average: 157394 1724162 91.63 2620 1111486 1124974 38.39 450741 1094349 13371 [2020-06-23T13:03:52.682Z] [2020-06-23T13:03:52.682Z] 12:58:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-06-23T13:03:52.682Z] 12:59:01 eth0 0.65 0.08 0.06 0.01 0.00 0.00 0.00 [2020-06-23T13:03:52.682Z] 12:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-23T13:03:52.682Z] 12:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-23T13:03:52.682Z] 13:00:01 eth0 1.40 0.75 1.01 0.17 0.00 0.00 0.00 [2020-06-23T13:03:52.682Z] 13:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-23T13:03:52.682Z] 13:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-23T13:03:52.682Z] 13:01:01 eth0 0.75 0.30 0.30 0.26 0.00 0.00 0.00 [2020-06-23T13:03:52.682Z] 13:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-23T13:03:52.682Z] 13:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-23T13:03:52.682Z] 13:02:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 [2020-06-23T13:03:52.682Z] 13:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-23T13:03:52.682Z] 13:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-23T13:03:52.682Z] 13:03:01 eth0 160.44 95.29 3212.59 15.64 0.00 0.00 0.00 [2020-06-23T13:03:52.682Z] 13:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-23T13:03:52.682Z] 13:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-23T13:03:52.682Z] Average: eth0 32.67 19.30 642.77 3.22 0.00 0.00 0.00 [2020-06-23T13:03:52.682Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-23T13:03:52.682Z] Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-23T13:03:52.682Z] [2020-06-23T13:03:52.682Z] [2020-06-23T13:03:52.682Z] ---> sar -P ALL: [2020-06-23T13:03:52.682Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/23/20 _x86_64_ (4 CPU) [2020-06-23T13:03:52.682Z] [2020-06-23T13:03:52.682Z] 12:56:55 LINUX RESTART [2020-06-23T13:03:52.682Z] [2020-06-23T13:03:52.682Z] 12:58:01 CPU %user %nice %system %iowait %steal %idle [2020-06-23T13:03:52.682Z] 12:59:01 all 0.16 0.00 0.03 0.00 0.00 99.80 [2020-06-23T13:03:52.682Z] 12:59:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2020-06-23T13:03:52.682Z] 12:59:01 1 0.07 0.00 0.03 0.00 0.00 99.90 [2020-06-23T13:03:52.682Z] 12:59:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2020-06-23T13:03:52.682Z] 12:59:01 3 0.53 0.00 0.07 0.00 0.00 99.40 [2020-06-23T13:03:52.682Z] 13:00:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2020-06-23T13:03:52.682Z] 13:00:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-06-23T13:03:52.682Z] 13:00:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2020-06-23T13:03:52.682Z] 13:00:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2020-06-23T13:03:52.682Z] 13:00:01 3 0.50 0.00 0.02 0.00 0.00 99.48 [2020-06-23T13:03:52.682Z] 13:01:01 all 0.16 0.00 0.02 0.00 0.00 99.81 [2020-06-23T13:03:52.682Z] 13:01:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-06-23T13:03:52.682Z] 13:01:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2020-06-23T13:03:52.682Z] 13:01:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-06-23T13:03:52.682Z] 13:01:01 3 0.53 0.00 0.02 0.00 0.00 99.45 [2020-06-23T13:03:52.682Z] 13:02:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2020-06-23T13:03:52.682Z] 13:02:01 0 0.02 0.00 0.02 0.02 0.00 99.95 [2020-06-23T13:03:52.682Z] 13:02:01 1 0.03 0.00 0.03 0.02 0.00 99.92 [2020-06-23T13:03:52.682Z] 13:02:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-06-23T13:03:52.682Z] 13:02:01 3 0.53 0.00 0.02 0.02 0.00 99.43 [2020-06-23T13:03:52.682Z] 13:03:01 all 7.24 0.00 3.92 1.41 0.01 87.42 [2020-06-23T13:03:52.682Z] 13:03:01 0 6.95 0.00 4.15 1.34 0.02 87.54 [2020-06-23T13:03:52.682Z] 13:03:01 1 7.23 0.00 3.58 1.06 0.02 88.12 [2020-06-23T13:03:52.682Z] 13:03:01 2 7.26 0.00 4.44 1.92 0.02 86.37 [2020-06-23T13:03:52.682Z] 13:03:01 3 7.50 0.00 3.55 1.30 0.02 87.63 [2020-06-23T13:03:52.682Z] Average: all 1.56 0.00 0.80 0.28 0.00 97.35 [2020-06-23T13:03:52.682Z] Average: 0 1.40 0.00 0.84 0.27 0.00 97.49 [2020-06-23T13:03:52.682Z] Average: 1 1.48 0.00 0.74 0.21 0.00 97.57 [2020-06-23T13:03:52.682Z] Average: 2 1.47 0.00 0.90 0.38 0.00 97.25 [2020-06-23T13:03:52.682Z] Average: 3 1.91 0.00 0.73 0.26 0.00 97.10 [2020-06-23T13:03:52.682Z] [2020-06-23T13:03:52.682Z] [2020-06-23T13:03:52.682Z]