Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e8fe642ab95fdc810dbdbac8ed2055c65e2d8e19 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-617 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 Fetching without tags Checking out Revision e8fe642ab95fdc810dbdbac8ed2055c65e2d8e19 (master) > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e8fe642ab95fdc810dbdbac8ed2055c65e2d8e19 # timeout=10 Commit message: "Merge pull request #277 from iain-anderson/config-branch" > git rev-list --no-walk 9c55f022443565d876ce2e8ecf330b8742e19320 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-14T08:43:33.478Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-14T08:43:33.733Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-14T08:43:33.832Z] ========================================================= [2020-07-14T08:43:33.832Z] EdgeX Global Pipelines Version Info [2020-07-14T08:43:33.832Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-14T08:43:35.247Z] ------------------- [2020-07-14T08:43:35.248Z] stable info: [2020-07-14T08:43:35.248Z] ------------------- [2020-07-14T08:43:35.248Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-14T08:43:35.248Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-07-14T08:43:35.248Z] Message: update stable to v1.0.89 [2020-07-14T08:43:36.195Z] ------------------- [2020-07-14T08:43:36.195Z] experimental info: [2020-07-14T08:43:36.195Z] ------------------- [2020-07-14T08:43:36.195Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-14T08:43:36.195Z] Commit SHA: f6ab21c320c462fae7a5b8fd747aea39c3187bc7 [2020-07-14T08:43:36.195Z] Message: update experimental to v1.0.96 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-07-14T08:43:38.715Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-14T08:43:38.979Z] [2020-07-14T08:43:38.979Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-14T08:43:39.333Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-14T08:43:39.333Z] latest: Pulling from edgex-devops/git-semver [2020-07-14T08:43:39.333Z] 9123ac7c32f7: Pulling fs layer [2020-07-14T08:43:39.333Z] b8cc5d1170e3: Pulling fs layer [2020-07-14T08:43:39.333Z] 2924cbbf6a41: Pulling fs layer [2020-07-14T08:43:39.333Z] 93b08a4f1073: Pulling fs layer [2020-07-14T08:43:39.333Z] 93b08a4f1073: Waiting [2020-07-14T08:43:39.333Z] b8cc5d1170e3: Verifying Checksum [2020-07-14T08:43:39.333Z] b8cc5d1170e3: Download complete [2020-07-14T08:43:39.333Z] 9123ac7c32f7: Verifying Checksum [2020-07-14T08:43:39.333Z] 9123ac7c32f7: Download complete [2020-07-14T08:43:39.604Z] 93b08a4f1073: Verifying Checksum [2020-07-14T08:43:39.604Z] 93b08a4f1073: Download complete [2020-07-14T08:43:39.604Z] 2924cbbf6a41: Verifying Checksum [2020-07-14T08:43:39.604Z] 2924cbbf6a41: Download complete [2020-07-14T08:43:39.867Z] 9123ac7c32f7: Pull complete [2020-07-14T08:43:39.867Z] b8cc5d1170e3: Pull complete [2020-07-14T08:43:40.814Z] 2924cbbf6a41: Pull complete [2020-07-14T08:43:40.814Z] 93b08a4f1073: Pull complete [2020-07-14T08:43:40.814Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-07-14T08:43:40.814Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-14T08:43:40.814Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-14T08:43:40.930Z] prd-centos7-docker-4c-2g-617 does not seem to be running inside a container [2020-07-14T08:43:40.978Z] $ 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-07-14T08:43:43.103Z] $ docker top 69feb04b5354a6d9b53548ccfb0e2cc3793c6b1023d081d400dc23424f1e87ef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-14T08:43:43.363Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-14T08:43:43.363Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-14T08:43:43.554Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-14T08:43:43.559Z] $ docker exec 69feb04b5354a6d9b53548ccfb0e2cc3793c6b1023d081d400dc23424f1e87ef ssh-agent [2020-07-14T08:43:43.709Z] SSH_AUTH_SOCK=/tmp/ssh-L83i8L8j7MYq/agent.11 [2020-07-14T08:43:43.709Z] SSH_AGENT_PID=16 [2020-07-14T08:43:43.719Z] Running ssh-add (command line suppressed) [2020-07-14T08:43:43.836Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_6497195117324070047.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_6497195117324070047.key) [2020-07-14T08:43:43.882Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-14T08:43:44.234Z] + git describe --exact-match --tags HEAD [2020-07-14T08:43:44.234Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-14T08:43:44.398Z] $ docker exec --env ******** --env ******** 69feb04b5354a6d9b53548ccfb0e2cc3793c6b1023d081d400dc23424f1e87ef ssh-agent -k [2020-07-14T08:43:44.512Z] unset SSH_AUTH_SOCK; [2020-07-14T08:43:44.512Z] unset SSH_AGENT_PID; [2020-07-14T08:43:44.513Z] echo Agent pid 16 killed; [2020-07-14T08:43:44.558Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-14T08:43:44.632Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-14T08:43:44.632Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-14T08:43:44.715Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-14T08:43:44.715Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-14T08:43:44.879Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-14T08:43:44.885Z] $ docker exec 69feb04b5354a6d9b53548ccfb0e2cc3793c6b1023d081d400dc23424f1e87ef ssh-agent [2020-07-14T08:43:45.038Z] SSH_AUTH_SOCK=/tmp/ssh-ubQpGNFvFhOZ/agent.46 [2020-07-14T08:43:45.038Z] SSH_AGENT_PID=51 [2020-07-14T08:43:45.044Z] Running ssh-add (command line suppressed) [2020-07-14T08:43:45.169Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_1159894917837156298.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_1159894917837156298.key) [2020-07-14T08:43:45.214Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-14T08:43:45.614Z] + git semver init [2020-07-14T08:43:45.614Z] # -> Open(): unable to determine branch for HEAD [2020-07-14T08:43:45.614Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-07-14T08:43:45.614Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-07-14T08:43:45.614Z] # $SEMVER_REMOTE_NAME = origin [2020-07-14T08:43:45.614Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-14T08:43:45.614Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-14T08:43:45.614Z] # $SEMVER_BRANCH = master [2020-07-14T08:43:45.614Z] # $SEMVER_TEMP = /tmp/semver-249322140 [2020-07-14T08:43:45.614Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-c.git $SEMVER_TEMP [2020-07-14T08:43:47.527Z] # '/tmp/semver-249322140' -> '/w/workspace/edgexfoundry_device-sdk-c_master/.semver' [2020-07-14T08:43:47.527Z] # -> Force: false [2020-07-14T08:43:47.527Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [Pipeline] } [2020-07-14T08:43:47.539Z] $ docker exec --env ******** --env ******** 69feb04b5354a6d9b53548ccfb0e2cc3793c6b1023d081d400dc23424f1e87ef ssh-agent -k [2020-07-14T08:43:47.647Z] unset SSH_AUTH_SOCK; [2020-07-14T08:43:47.647Z] unset SSH_AGENT_PID; [2020-07-14T08:43:47.647Z] echo Agent pid 51 killed; [2020-07-14T08:43:47.691Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-14T08:43:48.158Z] + git semver [Pipeline] } [2020-07-14T08:43:48.175Z] $ docker stop --time=1 69feb04b5354a6d9b53548ccfb0e2cc3793c6b1023d081d400dc23424f1e87ef [2020-07-14T08:43:49.509Z] $ docker rm -f 69feb04b5354a6d9b53548ccfb0e2cc3793c6b1023d081d400dc23424f1e87ef [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-14T08:43:50.247Z] Stashed 51 file(s) [Pipeline] echo [2020-07-14T08:43:50.249Z] [edgeXSemver] initialized semver on version 1.2.2-dev.9 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-07-14T08:44:05.604Z] Still waiting to schedule task [2020-07-14T08:44:05.604Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-617’ [2020-07-14T08:44:05.605Z] Still waiting to schedule task [2020-07-14T08:44:05.605Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-5406’ is offline [2020-07-14T08:45:40.284Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-618 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] ws [2020-07-14T08:45:40.500Z] Running in /w/workspace/device-sdk-c/33 [Pipeline] { [Pipeline] checkout [2020-07-14T08:45:45.786Z] using credential edgex-jenkins-ssh [2020-07-14T08:45:45.836Z] Cloning the remote Git repository [2020-07-14T08:45:45.836Z] Cloning with configured refspecs honoured and without tags [2020-07-14T08:45:45.891Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-07-14T08:45:45.989Z] > git init /w/workspace/device-sdk-c/33 # timeout=10 [2020-07-14T08:45:46.052Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-07-14T08:45:46.052Z] > git --version # timeout=10 [2020-07-14T08:45:46.076Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-14T08:45:46.151Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-14T08:45:47.075Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-07-14T08:45:47.144Z] Fetching without tags [2020-07-14T08:45:47.674Z] Checking out Revision e8fe642ab95fdc810dbdbac8ed2055c65e2d8e19 (master) [2020-07-14T08:45:47.097Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-14T08:45:47.125Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-07-14T08:45:47.159Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-07-14T08:45:47.160Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-14T08:45:47.173Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-14T08:45:47.694Z] > git config core.sparsecheckout # timeout=10 [2020-07-14T08:45:47.724Z] > git checkout -f e8fe642ab95fdc810dbdbac8ed2055c65e2d8e19 # timeout=10 [2020-07-14T08:45:52.179Z] Commit message: "Merge pull request #277 from iain-anderson/config-branch" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-14T08:45:53.620Z] ========================================================= [2020-07-14T08:45:53.620Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] [2020-07-14T08:45:53.620Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-14T08:45:54.667Z] + docker build -t ci-base-image-arm64 -f scripts/Dockerfile.alpine-3.11-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest . [2020-07-14T08:45:55.658Z] Sending build context to Docker daemon 3.403MB [2020-07-14T08:45:55.658Z] Step 1/21 : ARG BASE=alpine:3.11 [2020-07-14T08:45:55.658Z] Step 2/21 : FROM ${BASE} as builder [2020-07-14T08:45:55.934Z] latest: Pulling from edgex-devops/edgex-gcc-base-arm64 [2020-07-14T08:45:55.934Z] 0362ad1dd800: Pulling fs layer [2020-07-14T08:45:55.934Z] f2cdb1532d8b: Pulling fs layer [2020-07-14T08:45:55.934Z] 37ed683be191: Pulling fs layer [2020-07-14T08:45:55.934Z] f2cdb1532d8b: Verifying Checksum [2020-07-14T08:45:55.934Z] f2cdb1532d8b: Download complete [2020-07-14T08:45:55.934Z] 0362ad1dd800: Download complete [2020-07-14T08:45:56.544Z] 0362ad1dd800: Pull complete [2020-07-14T08:45:57.140Z] f2cdb1532d8b: Pull complete [2020-07-14T08:45:58.135Z] 37ed683be191: Verifying Checksum [2020-07-14T08:45:58.135Z] 37ed683be191: Download complete [2020-07-14T08:46:06.420Z] 37ed683be191: Pull complete [2020-07-14T08:46:06.420Z] Digest: sha256:f3a502aba7c4a8aa4a4fcde21dbb9db33787f3779e80dd14fb3ea60ab67de23f [2020-07-14T08:46:06.420Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest [2020-07-14T08:46:06.420Z] ---> b23d30803547 [2020-07-14T08:46:06.420Z] Step 3/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev [2020-07-14T08:46:08.398Z] ---> Running in 048896b86b4e [2020-07-14T08:46:09.834Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-07-14T08:46:10.808Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-07-14T08:46:11.398Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-07-14T08:46:11.398Z] (2/8) Installing libuuid (2.33-r0) [2020-07-14T08:46:11.398Z] (3/8) Installing libblkid (2.33-r0) [2020-07-14T08:46:11.398Z] (4/8) Installing libfdisk (2.33-r0) [2020-07-14T08:46:11.669Z] (5/8) Installing libmount (2.33-r0) [2020-07-14T08:46:11.669Z] (6/8) Installing libsmartcols (2.33-r0) [2020-07-14T08:46:11.669Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-07-14T08:46:12.261Z] (8/8) Installing wget (1.20.3-r0) [2020-07-14T08:46:12.534Z] Executing busybox-1.29.3-r10.trigger [2020-07-14T08:46:12.534Z] OK: 285 MiB in 83 packages [2020-07-14T08:46:13.974Z] Removing intermediate container 048896b86b4e [2020-07-14T08:46:13.974Z] ---> 777185025a9b [2020-07-14T08:46:13.974Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-07-14T08:46:13.974Z] ---> Running in 656e4ed04eb8 [2020-07-14T08:46:14.244Z] Removing intermediate container 656e4ed04eb8 [2020-07-14T08:46:14.244Z] ---> 652967da263d [2020-07-14T08:46:14.244Z] Step 5/21 : RUN mkdir /tmp/cbor && cd /tmp/cbor && wget -O - https://github.com/PJK/libcbor/archive/v${CBOR_VERSION}.tar.gz | tar -z -x -f - && sed -e 's/-flto//' -i libcbor-${CBOR_VERSION}/CMakeLists.txt && cmake -DCMAKE_BUILD_TYPE=Release -DCBOR_CUSTOM_ALLOC=ON libcbor-${CBOR_VERSION} && make && make install [2020-07-14T08:46:14.530Z] ---> Running in 87d7c898d92b [2020-07-14T08:46:15.954Z] --2020-07-14 08:46:15-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-07-14T08:46:15.954Z] Resolving github.com... 140.82.114.3 [2020-07-14T08:46:15.954Z] Connecting to github.com|140.82.114.3|:443... connected. [2020-07-14T08:46:15.954Z] HTTP request sent, awaiting response... 302 Found [2020-07-14T08:46:15.954Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-07-14T08:46:15.954Z] --2020-07-14 08:46:15-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-07-14T08:46:15.954Z] Resolving codeload.github.com... 140.82.113.10 [2020-07-14T08:46:15.954Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2020-07-14T08:46:16.242Z] HTTP request sent, awaiting response... 200 OK [2020-07-14T08:46:16.242Z] Length: unspecified [application/x-gzip] [2020-07-14T08:46:16.242Z] Saving to: 'STDOUT' [2020-07-14T08:46:16.242Z]  [2020-07-14T08:46:16.242Z] 0K .......... .......... .......... .......... .......... 1.58M [2020-07-14T08:46:16.242Z] 50K .......... .......... .......... .......... .......... 3.26M [2020-07-14T08:46:16.242Z] 100K .......... .......... .......... .......... .......... 9.87M [2020-07-14T08:46:16.242Z] 150K .......... .......... .......... .......... .......... 4.10M [2020-07-14T08:46:16.242Z] 200K .......... .......... .......... .......... .......... 12.1M [2020-07-14T08:46:16.242Z] 250K .......... .......... .......... .......... .......... 3.66M [2020-07-14T08:46:16.242Z] 300K .......... .......... .......... .......... .......... 2.99M [2020-07-14T08:46:16.242Z] 350K .......... .......... .......... .......... .......... 5.39M [2020-07-14T08:46:16.242Z] 400K .......... .......... .......... .......... .......... 3.49M [2020-07-14T08:46:16.242Z] 450K .......... .......... .......... .......... .......... 3.75M [2020-07-14T08:46:16.242Z] 500K .......... .......... .......... .......... .......... 6.50M [2020-07-14T08:46:16.242Z] 550K .......... .......... .......... .......... .......... 2.74M [2020-07-14T08:46:16.242Z] 600K .......... .......... .......... .......... .......... 891K [2020-07-14T08:46:16.242Z] 650K .......... .......... .......... .......... .......... 1.88M [2020-07-14T08:46:16.242Z] 700K ..                                      3.16M=0.2s [2020-07-14T08:46:16.242Z] [2020-07-14T08:46:16.242Z] 2020-07-14 08:46:16 (2.85 MB/s) - written to stdout [719348] [2020-07-14T08:46:16.242Z] [2020-07-14T08:46:16.519Z] -- The C compiler identification is GNU 8.3.0 [2020-07-14T08:46:16.793Z] -- The CXX compiler identification is GNU 8.3.0 [2020-07-14T08:46:16.793Z] -- Check for working C compiler: /usr/bin/cc [2020-07-14T08:46:17.063Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-07-14T08:46:17.063Z] -- Detecting C compiler ABI info [2020-07-14T08:46:17.335Z] -- Detecting C compiler ABI info - done [2020-07-14T08:46:17.335Z] -- Detecting C compile features [2020-07-14T08:46:17.792Z] Running on prd-centos7-docker-4c-2g-619 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] ws [2020-07-14T08:46:17.841Z] Running in /w/workspace/device-sdk-c/33 [Pipeline] { [Pipeline] checkout [2020-07-14T08:46:18.321Z] -- Detecting C compile features - done [2020-07-14T08:46:18.321Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-07-14T08:46:18.321Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-07-14T08:46:18.321Z] -- Detecting CXX compiler ABI info [2020-07-14T08:46:18.593Z] -- Detecting CXX compiler ABI info - done [2020-07-14T08:46:18.593Z] -- Detecting CXX compile features [2020-07-14T08:46:20.034Z] -- Detecting CXX compile features - done [2020-07-14T08:46:20.034Z] -- Looking for include file endian.h [2020-07-14T08:46:20.311Z] -- Looking for include file endian.h - found [2020-07-14T08:46:20.311Z] -- Check if the system is big endian [2020-07-14T08:46:20.311Z] -- Searching 16 bit integer [2020-07-14T08:46:20.311Z] -- Looking for sys/types.h [2020-07-14T08:46:20.470Z] using credential edgex-jenkins-ssh [2020-07-14T08:46:20.546Z] Cloning the remote Git repository [2020-07-14T08:46:20.546Z] Cloning with configured refspecs honoured and without tags [2020-07-14T08:46:20.584Z] -- Looking for sys/types.h - found [2020-07-14T08:46:20.584Z] -- Looking for stdint.h [2020-07-14T08:46:20.858Z] -- Looking for stdint.h - found [2020-07-14T08:46:20.858Z] -- Looking for stddef.h [2020-07-14T08:46:21.133Z] -- Looking for stddef.h - found [2020-07-14T08:46:21.133Z] -- Check size of unsigned short [2020-07-14T08:46:20.575Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-07-14T08:46:20.641Z] > git init /w/workspace/device-sdk-c/33 # timeout=10 [2020-07-14T08:46:20.963Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-07-14T08:46:20.963Z] > git --version # timeout=10 [2020-07-14T08:46:20.971Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-14T08:46:20.999Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-14T08:46:21.405Z] -- Check size of unsigned short - done [2020-07-14T08:46:21.405Z] -- Using unsigned short [2020-07-14T08:46:21.677Z] -- Check if the system is big endian - little endian [2020-07-14T08:46:21.677Z] -- Check size of size_t [2020-07-14T08:46:21.764Z] Fetching without tags [2020-07-14T08:46:21.949Z] -- Check size of size_t - done [2020-07-14T08:46:21.949Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-07-14T08:46:21.949Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-07-14T08:46:21.949Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-07-14T08:46:21.949Z] CMake did not find one. [2020-07-14T08:46:21.949Z] [2020-07-14T08:46:21.949Z] Could not find a package configuration file provided by "cJSON" with any of [2020-07-14T08:46:21.949Z] the following names: [2020-07-14T08:46:21.949Z] [2020-07-14T08:46:21.949Z] cJSONConfig.cmake [2020-07-14T08:46:21.949Z] cjson-config.cmake [2020-07-14T08:46:21.949Z] [2020-07-14T08:46:21.949Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-07-14T08:46:21.949Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-07-14T08:46:21.949Z] provides a separate development package or SDK, be sure it has been [2020-07-14T08:46:21.949Z] installed. [2020-07-14T08:46:21.949Z] [2020-07-14T08:46:21.949Z] [2020-07-14T08:46:21.949Z] -- Configuring done [2020-07-14T08:46:22.130Z] Checking out Revision e8fe642ab95fdc810dbdbac8ed2055c65e2d8e19 (master) [2020-07-14T08:46:22.226Z] -- Generating done [2020-07-14T08:46:22.226Z] -- Build files have been written to: /tmp/cbor [2020-07-14T08:46:22.226Z] Scanning dependencies of target cbor_shared [2020-07-14T08:46:21.737Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-07-14T08:46:21.747Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-14T08:46:21.762Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-07-14T08:46:21.772Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-07-14T08:46:21.773Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-14T08:46:21.777Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-14T08:46:22.143Z] > git config core.sparsecheckout # timeout=10 [2020-07-14T08:46:22.148Z] > git checkout -f e8fe642ab95fdc810dbdbac8ed2055c65e2d8e19 # timeout=10 [2020-07-14T08:46:22.502Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-07-14T08:46:23.096Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-07-14T08:46:23.687Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-07-14T08:46:23.959Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-07-14T08:46:24.572Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-07-14T08:46:24.846Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-07-14T08:46:25.116Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-07-14T08:46:25.116Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-07-14T08:46:25.388Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-07-14T08:46:25.660Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-07-14T08:46:25.776Z] Commit message: "Merge pull request #277 from iain-anderson/config-branch" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2020-07-14T08:46:26.252Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-07-14T08:46:26.527Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [Pipeline] echo [2020-07-14T08:46:26.726Z] ========================================================= [2020-07-14T08:46:26.726Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2020-07-14T08:46:26.726Z] ========================================================= [2020-07-14T08:46:26.801Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [Pipeline] isUnix [Pipeline] sh [2020-07-14T08:46:27.071Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-07-14T08:46:27.340Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-07-14T08:46:27.453Z] + docker build -t ci-base-image-x86_64 -f scripts/Dockerfile.alpine-3.11-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest . [2020-07-14T08:46:27.609Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-07-14T08:46:27.719Z] Sending build context to Docker daemon 3.403MB [2020-07-14T08:46:27.719Z] Step 1/21 : ARG BASE=alpine:3.11 [2020-07-14T08:46:27.719Z] Step 2/21 : FROM ${BASE} as builder [2020-07-14T08:46:27.719Z] latest: Pulling from edgex-devops/edgex-gcc-base [2020-07-14T08:46:27.719Z] e7c96db7181b: Pulling fs layer [2020-07-14T08:46:27.719Z] 4c13bbce0fe7: Pulling fs layer [2020-07-14T08:46:27.719Z] 6059c847ac2f: Pulling fs layer [2020-07-14T08:46:27.719Z] 4c13bbce0fe7: Verifying Checksum [2020-07-14T08:46:27.719Z] 4c13bbce0fe7: Download complete [2020-07-14T08:46:27.879Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-07-14T08:46:27.981Z] e7c96db7181b: Verifying Checksum [2020-07-14T08:46:27.981Z] e7c96db7181b: Download complete [2020-07-14T08:46:28.152Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-07-14T08:46:28.152Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-07-14T08:46:28.245Z] e7c96db7181b: Pull complete [2020-07-14T08:46:28.245Z] 4c13bbce0fe7: Pull complete [2020-07-14T08:46:28.746Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-07-14T08:46:28.746Z] [ 40%] Linking C shared library libcbor.so [2020-07-14T08:46:28.746Z] [ 40%] Built target cbor_shared [2020-07-14T08:46:28.746Z] Scanning dependencies of target cbor [2020-07-14T08:46:28.832Z] 6059c847ac2f: Verifying Checksum [2020-07-14T08:46:28.832Z] 6059c847ac2f: Download complete [2020-07-14T08:46:29.018Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-07-14T08:46:29.606Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-07-14T08:46:30.193Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-07-14T08:46:30.462Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-07-14T08:46:31.427Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-07-14T08:46:31.697Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-07-14T08:46:31.967Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-07-14T08:46:31.967Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-07-14T08:46:32.238Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-07-14T08:46:32.510Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-07-14T08:46:33.098Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-07-14T08:46:33.222Z] 6059c847ac2f: Pull complete [2020-07-14T08:46:33.222Z] Digest: sha256:6b5104d086ae1e5e8a284a473be9a93378e3934f9b07db5717372c857cbcbe5e [2020-07-14T08:46:33.222Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [2020-07-14T08:46:33.222Z] ---> 5eabd8fd8ba2 [2020-07-14T08:46:33.223Z] Step 3/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev [2020-07-14T08:46:33.689Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-07-14T08:46:33.960Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-07-14T08:46:34.230Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-07-14T08:46:34.499Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-07-14T08:46:34.609Z] ---> Running in 241f67ae6d90 [2020-07-14T08:46:34.770Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-07-14T08:46:34.870Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-07-14T08:46:35.041Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-07-14T08:46:35.312Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-07-14T08:46:35.312Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-07-14T08:46:35.809Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-07-14T08:46:35.902Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-07-14T08:46:35.902Z] [ 80%] Linking C static library libcbor.a [2020-07-14T08:46:35.902Z] [ 80%] Built target cbor [2020-07-14T08:46:35.902Z] Scanning dependencies of target create_items [2020-07-14T08:46:36.070Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-07-14T08:46:36.174Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-07-14T08:46:36.174Z] [ 84%] Linking C executable create_items [2020-07-14T08:46:36.174Z] [ 84%] Built target create_items [2020-07-14T08:46:36.174Z] Scanning dependencies of target readfile [2020-07-14T08:46:36.329Z] (2/8) Installing libuuid (2.33-r0) [2020-07-14T08:46:36.329Z] (3/8) Installing libblkid (2.33-r0) [2020-07-14T08:46:36.329Z] (4/8) Installing libfdisk (2.33-r0) [2020-07-14T08:46:36.445Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-07-14T08:46:36.445Z] [ 88%] Linking C executable readfile [2020-07-14T08:46:36.590Z] (5/8) Installing libmount (2.33-r0) [2020-07-14T08:46:36.590Z] (6/8) Installing libsmartcols (2.33-r0) [2020-07-14T08:46:36.590Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-07-14T08:46:36.717Z] [ 88%] Built target readfile [2020-07-14T08:46:36.717Z] Scanning dependencies of target streaming_parser [2020-07-14T08:46:36.717Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-07-14T08:46:36.988Z] [ 92%] Linking C executable streaming_parser [2020-07-14T08:46:36.988Z] [ 92%] Built target streaming_parser [2020-07-14T08:46:36.988Z] Scanning dependencies of target sort [2020-07-14T08:46:36.988Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-07-14T08:46:37.161Z] (8/8) Installing wget (1.20.3-r0) [2020-07-14T08:46:37.262Z] [ 96%] Linking C executable sort [2020-07-14T08:46:37.262Z] [ 96%] Built target sort [2020-07-14T08:46:37.262Z] Scanning dependencies of target hello [2020-07-14T08:46:37.262Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-07-14T08:46:37.421Z] Executing busybox-1.29.3-r10.trigger [2020-07-14T08:46:37.421Z] OK: 272 MiB in 83 packages [2020-07-14T08:46:37.535Z] [100%] Linking C executable hello [2020-07-14T08:46:37.535Z] [100%] Built target hello [2020-07-14T08:46:37.535Z] Install the project... [2020-07-14T08:46:37.535Z] -- Install configuration: "Release" [2020-07-14T08:46:37.535Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-07-14T08:46:37.535Z] -- Installing: /usr/local/lib64/libcbor.a [2020-07-14T08:46:37.535Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-07-14T08:46:37.535Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-07-14T08:46:37.535Z] -- Installing: /usr/local/lib64/libcbor.so [2020-07-14T08:46:37.535Z] -- Up-to-date: /usr/local/include/cbor [2020-07-14T08:46:37.535Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-07-14T08:46:37.535Z] -- Installing: /usr/local/include/cbor/ints.h [2020-07-14T08:46:37.535Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-07-14T08:46:37.535Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-07-14T08:46:37.535Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-07-14T08:46:37.535Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-07-14T08:46:37.535Z] -- Installing: /usr/local/include/cbor/data.h [2020-07-14T08:46:37.535Z] -- Installing: /usr/local/include/cbor/common.h [2020-07-14T08:46:37.535Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-07-14T08:46:37.535Z] -- Installing: /usr/local/include/cbor/strings.h [2020-07-14T08:46:37.535Z] -- Installing: /usr/local/include/cbor/tags.h [2020-07-14T08:46:37.535Z] -- Installing: /usr/local/include/cbor/internal [2020-07-14T08:46:37.535Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-07-14T08:46:37.535Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-07-14T08:46:37.535Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-07-14T08:46:37.815Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-07-14T08:46:37.815Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-07-14T08:46:37.815Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-07-14T08:46:37.815Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-07-14T08:46:37.815Z] -- Installing: /usr/local/include/cbor/maps.h [2020-07-14T08:46:37.815Z] -- Installing: /usr/local/include/cbor.h [2020-07-14T08:46:37.815Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-07-14T08:46:37.993Z] Removing intermediate container 241f67ae6d90 [2020-07-14T08:46:37.993Z] ---> 728804de3502 [2020-07-14T08:46:37.993Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-07-14T08:46:37.993Z] ---> Running in 6854b71b314f [2020-07-14T08:46:37.993Z] Removing intermediate container 6854b71b314f [2020-07-14T08:46:37.993Z] ---> 654a697c1770 [2020-07-14T08:46:37.993Z] Step 5/21 : RUN mkdir /tmp/cbor && cd /tmp/cbor && wget -O - https://github.com/PJK/libcbor/archive/v${CBOR_VERSION}.tar.gz | tar -z -x -f - && sed -e 's/-flto//' -i libcbor-${CBOR_VERSION}/CMakeLists.txt && cmake -DCMAKE_BUILD_TYPE=Release -DCBOR_CUSTOM_ALLOC=ON libcbor-${CBOR_VERSION} && make && make install [2020-07-14T08:46:38.254Z] ---> Running in db3886520735 [2020-07-14T08:46:38.830Z] --2020-07-14 08:46:38-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-07-14T08:46:38.830Z] Resolving github.com... 140.82.113.3 [2020-07-14T08:46:38.830Z] Connecting to github.com|140.82.113.3|:443... connected. [2020-07-14T08:46:39.092Z] HTTP request sent, awaiting response... 302 Found [2020-07-14T08:46:39.092Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-07-14T08:46:39.092Z] --2020-07-14 08:46:38-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-07-14T08:46:39.092Z] Resolving codeload.github.com... 140.82.113.10 [2020-07-14T08:46:39.092Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2020-07-14T08:46:39.092Z] HTTP request sent, awaiting response... 200 OK [2020-07-14T08:46:39.092Z] Length: unspecified [application/x-gzip] [2020-07-14T08:46:39.092Z] Saving to: 'STDOUT' [2020-07-14T08:46:39.092Z] [2020-07-14T08:46:39.092Z] 0K .......... .......... .......... .......... .......... 1.64M [2020-07-14T08:46:39.092Z] 50K .......... .......... .......... .......... .......... 6.35M [2020-07-14T08:46:39.092Z] 100K .......... .......... .......... .......... .......... 5.78M [2020-07-14T08:46:39.092Z] 150K .......... .......... .......... .......... .......... 8.10M [2020-07-14T08:46:39.354Z] 200K .......... .......... .......... .......... .......... 5.68M [2020-07-14T08:46:39.354Z] 250K .......... .......... .......... .......... .......... 20.7M [2020-07-14T08:46:39.354Z] 300K .......... .......... .......... .......... .......... 7.77M [2020-07-14T08:46:39.354Z] 350K .......... .......... .......... .......... .......... 8.41M [2020-07-14T08:46:39.354Z] 400K .......... .......... .......... .......... .......... 5.95M [2020-07-14T08:46:39.354Z] 450K .......... .......... .......... .......... .......... 8.85M [2020-07-14T08:46:39.354Z] 500K .......... .......... .......... .......... .......... 18.8M [2020-07-14T08:46:39.354Z] 550K .......... .......... .......... .......... .......... 3.29M [2020-07-14T08:46:39.354Z] 600K .......... .......... .......... .......... .......... 2.94M [2020-07-14T08:46:39.354Z] 650K .......... .......... .......... .......... .......... 4.82M [2020-07-14T08:46:39.354Z] 700K .. 49.2M=0.1s [2020-07-14T08:46:39.354Z] [2020-07-14T08:46:39.354Z] 2020-07-14 08:46:39 (5.16 MB/s) - written to stdout [719348] [2020-07-14T08:46:39.354Z] [2020-07-14T08:46:39.354Z] -- The C compiler identification is GNU 8.3.0 [2020-07-14T08:46:39.616Z] -- The CXX compiler identification is GNU 8.3.0 [2020-07-14T08:46:39.616Z] -- Check for working C compiler: /usr/bin/cc [2020-07-14T08:46:39.616Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-07-14T08:46:39.616Z] -- Detecting C compiler ABI info [2020-07-14T08:46:39.616Z] -- Detecting C compiler ABI info - done [2020-07-14T08:46:39.616Z] -- Detecting C compile features [2020-07-14T08:46:39.797Z] Removing intermediate container 87d7c898d92b [2020-07-14T08:46:39.797Z] ---> c97b4473e9fd [2020-07-14T08:46:39.797Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-07-14T08:46:39.797Z] ---> Running in fdc5351ec33f [2020-07-14T08:46:39.876Z] -- Detecting C compile features - done [2020-07-14T08:46:39.876Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-07-14T08:46:39.876Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-07-14T08:46:39.876Z] -- Detecting CXX compiler ABI info [2020-07-14T08:46:40.138Z] -- Detecting CXX compiler ABI info - done [2020-07-14T08:46:40.138Z] -- Detecting CXX compile features [2020-07-14T08:46:40.398Z] -- Detecting CXX compile features - done [2020-07-14T08:46:40.398Z] -- Looking for include file endian.h [2020-07-14T08:46:40.659Z] -- Looking for include file endian.h - found [2020-07-14T08:46:40.659Z] -- Check if the system is big endian [2020-07-14T08:46:40.659Z] -- Searching 16 bit integer [2020-07-14T08:46:40.659Z] -- Looking for sys/types.h [2020-07-14T08:46:40.659Z] -- Looking for sys/types.h - found [2020-07-14T08:46:40.659Z] -- Looking for stdint.h [2020-07-14T08:46:40.659Z] -- Looking for stdint.h - found [2020-07-14T08:46:40.659Z] -- Looking for stddef.h [2020-07-14T08:46:40.920Z] -- Looking for stddef.h - found [2020-07-14T08:46:40.920Z] -- Check size of unsigned short [2020-07-14T08:46:40.920Z] -- Check size of unsigned short - done [2020-07-14T08:46:40.920Z] -- Using unsigned short [2020-07-14T08:46:40.920Z] -- Check if the system is big endian - little endian [2020-07-14T08:46:40.920Z] -- Check size of size_t [2020-07-14T08:46:41.186Z] -- Check size of size_t - done [2020-07-14T08:46:41.186Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-07-14T08:46:41.186Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-07-14T08:46:41.186Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-07-14T08:46:41.186Z] CMake did not find one. [2020-07-14T08:46:41.186Z] [2020-07-14T08:46:41.186Z] Could not find a package configuration file provided by "cJSON" with any of [2020-07-14T08:46:41.186Z] the following names: [2020-07-14T08:46:41.186Z] [2020-07-14T08:46:41.186Z] cJSONConfig.cmake [2020-07-14T08:46:41.186Z] cjson-config.cmake [2020-07-14T08:46:41.186Z] [2020-07-14T08:46:41.186Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-07-14T08:46:41.186Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-07-14T08:46:41.186Z] provides a separate development package or SDK, be sure it has been [2020-07-14T08:46:41.186Z] installed. [2020-07-14T08:46:41.186Z] [2020-07-14T08:46:41.186Z] [2020-07-14T08:46:41.186Z] -- Configuring done [2020-07-14T08:46:41.186Z] -- Generating done [2020-07-14T08:46:41.186Z] -- Build files have been written to: /tmp/cbor [2020-07-14T08:46:41.186Z] Scanning dependencies of target cbor_shared [2020-07-14T08:46:41.186Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-07-14T08:46:41.449Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-07-14T08:46:41.449Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-07-14T08:46:41.711Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-07-14T08:46:41.711Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-07-14T08:46:41.711Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-07-14T08:46:41.971Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-07-14T08:46:41.971Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-07-14T08:46:41.971Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-07-14T08:46:41.971Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-07-14T08:46:42.232Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-07-14T08:46:42.232Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-07-14T08:46:42.406Z] Removing intermediate container fdc5351ec33f [2020-07-14T08:46:42.406Z] ---> 8f559bbb6d62 [2020-07-14T08:46:42.406Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-07-14T08:46:42.492Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-07-14T08:46:42.492Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-07-14T08:46:42.492Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-07-14T08:46:42.679Z] ---> 90a9ed4c3235 [2020-07-14T08:46:42.680Z] Step 8/21 : COPY src /tmp/sdk/src [2020-07-14T08:46:42.752Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-07-14T08:46:42.752Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-07-14T08:46:42.752Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-07-14T08:46:42.752Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-07-14T08:46:43.015Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-07-14T08:46:43.015Z] [ 40%] Linking C shared library libcbor.so [2020-07-14T08:46:43.015Z] [ 40%] Built target cbor_shared [2020-07-14T08:46:43.016Z] Scanning dependencies of target cbor [2020-07-14T08:46:43.016Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-07-14T08:46:43.276Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-07-14T08:46:43.276Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-07-14T08:46:43.536Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-07-14T08:46:43.659Z] ---> 125df05f7e8c [2020-07-14T08:46:43.659Z] Step 9/21 : COPY include /tmp/sdk/include [2020-07-14T08:46:43.797Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-07-14T08:46:43.798Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-07-14T08:46:43.798Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-07-14T08:46:43.798Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-07-14T08:46:44.059Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-07-14T08:46:44.059Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-07-14T08:46:44.251Z] ---> 3ffb306e3499 [2020-07-14T08:46:44.251Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-07-14T08:46:44.320Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-07-14T08:46:44.320Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-07-14T08:46:44.320Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-07-14T08:46:44.581Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-07-14T08:46:44.581Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-07-14T08:46:44.581Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-07-14T08:46:44.581Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-07-14T08:46:44.842Z] ---> da1a2fec035e [2020-07-14T08:46:44.842Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-07-14T08:46:44.842Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-07-14T08:46:44.842Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-07-14T08:46:44.842Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-07-14T08:46:45.102Z] [ 80%] Linking C static library libcbor.a [2020-07-14T08:46:45.102Z] [ 80%] Built target cbor [2020-07-14T08:46:45.102Z] Scanning dependencies of target create_items [2020-07-14T08:46:45.102Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-07-14T08:46:45.102Z] [ 84%] Linking C executable create_items [2020-07-14T08:46:45.102Z] [ 84%] Built target create_items [2020-07-14T08:46:45.102Z] Scanning dependencies of target readfile [2020-07-14T08:46:45.102Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-07-14T08:46:45.102Z] [ 88%] Linking C executable readfile [2020-07-14T08:46:45.102Z] [ 88%] Built target readfile [2020-07-14T08:46:45.102Z] Scanning dependencies of target streaming_parser [2020-07-14T08:46:45.102Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-07-14T08:46:45.362Z] [ 92%] Linking C executable streaming_parser [2020-07-14T08:46:45.362Z] [ 92%] Built target streaming_parser [2020-07-14T08:46:45.362Z] Scanning dependencies of target sort [2020-07-14T08:46:45.362Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-07-14T08:46:45.362Z] [ 96%] Linking C executable sort [2020-07-14T08:46:45.362Z] [ 96%] Built target sort [2020-07-14T08:46:45.362Z] Scanning dependencies of target hello [2020-07-14T08:46:45.362Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-07-14T08:46:45.362Z] [100%] Linking C executable hello [2020-07-14T08:46:45.623Z] [100%] Built target hello [2020-07-14T08:46:45.623Z] Install the project... [2020-07-14T08:46:45.623Z] -- Install configuration: "Release" [2020-07-14T08:46:45.623Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-07-14T08:46:45.623Z] -- Installing: /usr/local/lib64/libcbor.a [2020-07-14T08:46:45.623Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-07-14T08:46:45.623Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-07-14T08:46:45.623Z] -- Installing: /usr/local/lib64/libcbor.so [2020-07-14T08:46:45.623Z] -- Up-to-date: /usr/local/include/cbor [2020-07-14T08:46:45.623Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-07-14T08:46:45.623Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-07-14T08:46:45.623Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-07-14T08:46:45.623Z] -- Installing: /usr/local/include/cbor/common.h [2020-07-14T08:46:45.623Z] -- Installing: /usr/local/include/cbor/data.h [2020-07-14T08:46:45.623Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-07-14T08:46:45.623Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-07-14T08:46:45.623Z] -- Installing: /usr/local/include/cbor/internal [2020-07-14T08:46:45.623Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-07-14T08:46:45.623Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-07-14T08:46:45.623Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-07-14T08:46:45.623Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-07-14T08:46:45.623Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-07-14T08:46:45.623Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-07-14T08:46:45.623Z] -- Installing: /usr/local/include/cbor/ints.h [2020-07-14T08:46:45.623Z] -- Installing: /usr/local/include/cbor/maps.h [2020-07-14T08:46:45.623Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-07-14T08:46:45.623Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-07-14T08:46:45.623Z] -- Installing: /usr/local/include/cbor/strings.h [2020-07-14T08:46:45.623Z] -- Installing: /usr/local/include/cbor/tags.h [2020-07-14T08:46:45.623Z] -- Installing: /usr/local/include/cbor.h [2020-07-14T08:46:45.623Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-07-14T08:46:45.812Z] ---> a5815ba5836c [2020-07-14T08:46:45.812Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-07-14T08:46:46.081Z] ---> 51bcd3033c79 [2020-07-14T08:46:46.081Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-07-14T08:46:46.352Z] ---> Running in f9d9cf15c677 [2020-07-14T08:46:47.538Z] Removing intermediate container db3886520735 [2020-07-14T08:46:47.538Z] ---> 9d3d3f55d1dd [2020-07-14T08:46:47.538Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-07-14T08:46:47.538Z] ---> Running in 4eb72219f851 [2020-07-14T08:46:47.773Z] + CPPCHECK=false [2020-07-14T08:46:47.773Z] + DOCGEN=false [2020-07-14T08:46:47.773Z] + TOMLVER=SDK-0.2 [2020-07-14T08:46:47.773Z] + CUTILVER=1.1-branch [2020-07-14T08:46:47.773Z] + '[' 0 -gt 0 ] [2020-07-14T08:46:47.773Z] + readlink -f ./scripts/build.sh [2020-07-14T08:46:47.773Z] + dirname /tmp/sdk/scripts/build.sh [2020-07-14T08:46:47.773Z] + dirname /tmp/sdk/scripts [2020-07-14T08:46:47.773Z] + ROOT=/tmp/sdk [2020-07-14T08:46:47.773Z] + cd /tmp/sdk [2020-07-14T08:46:47.773Z] + '[' '!' -d deps ] [2020-07-14T08:46:47.773Z] + mkdir deps [2020-07-14T08:46:47.773Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-07-14T08:46:47.773Z] + tar -C deps -z -x -f - [2020-07-14T08:46:47.773Z] --2020-07-14 08:46:47-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-07-14T08:46:47.773Z] Resolving github.com... 140.82.113.3 [2020-07-14T08:46:47.773Z] Connecting to github.com|140.82.113.3|:443... connected. [2020-07-14T08:46:47.773Z] HTTP request sent, awaiting response... 302 Found [2020-07-14T08:46:47.773Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-07-14T08:46:47.773Z] --2020-07-14 08:46:47-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-07-14T08:46:47.773Z] Resolving codeload.github.com... 140.82.113.10 [2020-07-14T08:46:48.043Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2020-07-14T08:46:48.043Z] HTTP request sent, awaiting response... 200 OK [2020-07-14T08:46:48.043Z] Length: unspecified [application/x-gzip] [2020-07-14T08:46:48.043Z] Saving to: 'STDOUT' [2020-07-14T08:46:48.043Z] [2020-07-14T08:46:48.043Z] 0K .......... ......   1.03M=0.02s [2020-07-14T08:46:48.043Z] [2020-07-14T08:46:48.043Z] 2020-07-14 08:46:47 (1.03 MB/s) - written to stdout [16451] [2020-07-14T08:46:48.043Z] [2020-07-14T08:46:48.043Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-07-14T08:46:48.043Z] + + tarwget -C -O deps - -z https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz -x [2020-07-14T08:46:48.043Z] -f - [2020-07-14T08:46:48.043Z] --2020-07-14 08:46:47-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz [2020-07-14T08:46:48.043Z] Resolving github.com... 140.82.113.3 [2020-07-14T08:46:48.043Z] Connecting to github.com|140.82.113.3|:443... connected. [2020-07-14T08:46:48.312Z] HTTP request sent, awaiting response... 302 Found [2020-07-14T08:46:48.312Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch [following] [2020-07-14T08:46:48.312Z] --2020-07-14 08:46:48-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch [2020-07-14T08:46:48.312Z] Resolving codeload.github.com... 140.82.113.10 [2020-07-14T08:46:48.312Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2020-07-14T08:46:48.493Z] Removing intermediate container 4eb72219f851 [2020-07-14T08:46:48.493Z] ---> 4e7414e180bc [2020-07-14T08:46:48.493Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-07-14T08:46:48.493Z] ---> 7233f1488d27 [2020-07-14T08:46:48.493Z] Step 8/21 : COPY src /tmp/sdk/src [2020-07-14T08:46:48.582Z] HTTP request sent, awaiting response... 200 OK [2020-07-14T08:46:48.582Z] Length: unspecified [application/x-gzip] [2020-07-14T08:46:48.582Z] Saving to: 'STDOUT' [2020-07-14T08:46:48.582Z]  [2020-07-14T08:46:48.582Z] 0K .......... .......... .......... .......... .......... 1.61M [2020-07-14T08:46:48.582Z] 50K .......... .......... .......... .......... .......... 3.27M [2020-07-14T08:46:48.582Z] 100K .......... .......... .......... .......... .......... 5.62M [2020-07-14T08:46:48.582Z] 150K .......... ....  1.88M=0.06s [2020-07-14T08:46:48.582Z] [2020-07-14T08:46:48.582Z] 2020-07-14 08:46:48 (2.61 MB/s) - written to stdout [168266] [2020-07-14T08:46:48.582Z] [2020-07-14T08:46:48.582Z] + mkdir -p src/c/iot [2020-07-14T08:46:48.582Z] + cp deps/iotech-c-utils-1.1-branch/src/c/base64.c deps/iotech-c-utils-1.1-branch/src/c/component.c deps/iotech-c-utils-1.1-branch/src/c/config.c deps/iotech-c-utils-1.1-branch/src/c/container.c deps/iotech-c-utils-1.1-branch/src/c/data.c deps/iotech-c-utils-1.1-branch/src/c/hash.c deps/iotech-c-utils-1.1-branch/src/c/iot.c deps/iotech-c-utils-1.1-branch/src/c/json.c deps/iotech-c-utils-1.1-branch/src/c/logger.c deps/iotech-c-utils-1.1-branch/src/c/os.c deps/iotech-c-utils-1.1-branch/src/c/scheduler.c deps/iotech-c-utils-1.1-branch/src/c/thread.c deps/iotech-c-utils-1.1-branch/src/c/threadpool.c deps/iotech-c-utils-1.1-branch/src/c/time.c src/c/iot [2020-07-14T08:46:48.582Z] + mkdir -p include/iot [2020-07-14T08:46:48.582Z] + cp deps/iotech-c-utils-1.1-branch/include/iot/base64.h deps/iotech-c-utils-1.1-branch/include/iot/component.h deps/iotech-c-utils-1.1-branch/include/iot/config.h deps/iotech-c-utils-1.1-branch/include/iot/container.h deps/iotech-c-utils-1.1-branch/include/iot/data.h deps/iotech-c-utils-1.1-branch/include/iot/hash.h deps/iotech-c-utils-1.1-branch/include/iot/iot.h deps/iotech-c-utils-1.1-branch/include/iot/json.h deps/iotech-c-utils-1.1-branch/include/iot/logger.h deps/iotech-c-utils-1.1-branch/include/iot/os.h deps/iotech-c-utils-1.1-branch/include/iot/scheduler.h deps/iotech-c-utils-1.1-branch/include/iot/thread.h deps/iotech-c-utils-1.1-branch/include/iot/threadpool.h deps/iotech-c-utils-1.1-branch/include/iot/time.h deps/iotech-c-utils-1.1-branch/include/iot/typecode.h include/iot [2020-07-14T08:46:48.582Z] + mkdir -p include/iot/os [2020-07-14T08:46:48.582Z] + cp deps/iotech-c-utils-1.1-branch/include/iot/os/linux.h deps/iotech-c-utils-1.1-branch/include/iot/os/macos.h deps/iotech-c-utils-1.1-branch/include/iot/os/zephyr.h include/iot/os [2020-07-14T08:46:48.582Z] + mkdir -p /tmp/sdk/build/release [2020-07-14T08:46:48.582Z] + cd /tmp/sdk/build/release [2020-07-14T08:46:48.582Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-07-14T08:46:48.852Z] -- The C compiler identification is GNU 8.3.0 [2020-07-14T08:46:48.852Z] -- Check for working C compiler: /usr/bin/cc [2020-07-14T08:46:49.124Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-07-14T08:46:49.124Z] -- Detecting C compiler ABI info [2020-07-14T08:46:49.396Z] -- Detecting C compiler ABI info - done [2020-07-14T08:46:49.396Z] -- Detecting C compile features [2020-07-14T08:46:49.439Z] ---> b457d8037a1d [2020-07-14T08:46:49.439Z] Step 9/21 : COPY include /tmp/sdk/include [2020-07-14T08:46:49.705Z] ---> 67064af2c257 [2020-07-14T08:46:49.705Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-07-14T08:46:49.705Z] ---> 4087be69c47c [2020-07-14T08:46:49.705Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-07-14T08:46:49.966Z] ---> a882fcd12f49 [2020-07-14T08:46:49.966Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-07-14T08:46:50.227Z] ---> 61d47b75d7c8 [2020-07-14T08:46:50.227Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-07-14T08:46:50.227Z] ---> Running in 74c7bd054ea3 [2020-07-14T08:46:50.372Z] -- Detecting C compile features - done [2020-07-14T08:46:50.372Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-07-14T08:46:50.372Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-07-14T08:46:50.372Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-07-14T08:46:50.372Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-07-14T08:46:50.372Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-07-14T08:46:50.372Z] -- C SDK 1.2.2-dev.9 for Linux [2020-07-14T08:46:50.372Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-07-14T08:46:50.372Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-07-14T08:46:50.372Z] -- Found Curses: /usr/lib/libcurses.so [2020-07-14T08:46:50.642Z] -- Configuring done [2020-07-14T08:46:50.642Z] -- Generating done [2020-07-14T08:46:50.798Z] + CPPCHECK=false [2020-07-14T08:46:50.798Z] + DOCGEN=false [2020-07-14T08:46:50.798Z] + TOMLVER=SDK-0.2 [2020-07-14T08:46:50.798Z] + CUTILVER=1.1-branch [2020-07-14T08:46:50.798Z] + '[' 0 -gt 0 ] [2020-07-14T08:46:50.798Z] + readlink -f ./scripts/build.sh [2020-07-14T08:46:50.798Z] + dirname /tmp/sdk/scripts/build.sh [2020-07-14T08:46:50.798Z] + dirname /tmp/sdk/scripts [2020-07-14T08:46:50.798Z] + ROOT=/tmp/sdk [2020-07-14T08:46:50.798Z] + cd /tmp/sdk [2020-07-14T08:46:50.798Z] + '[' '!' -d deps ] [2020-07-14T08:46:50.798Z] + mkdir deps [2020-07-14T08:46:50.798Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-07-14T08:46:50.798Z] + tar -C deps -z -x -f - [2020-07-14T08:46:50.798Z] --2020-07-14 08:46:50-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-07-14T08:46:50.798Z] Resolving github.com... 140.82.113.3 [2020-07-14T08:46:50.798Z] Connecting to github.com|140.82.113.3|:443... connected. [2020-07-14T08:46:50.798Z] HTTP request sent, awaiting response... 302 Found [2020-07-14T08:46:50.798Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-07-14T08:46:50.798Z] --2020-07-14 08:46:50-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-07-14T08:46:50.798Z] Resolving codeload.github.com... 140.82.113.10 [2020-07-14T08:46:50.798Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2020-07-14T08:46:50.798Z] HTTP request sent, awaiting response... 200 OK [2020-07-14T08:46:50.798Z] Length: unspecified [application/x-gzip] [2020-07-14T08:46:50.798Z] Saving to: 'STDOUT' [2020-07-14T08:46:50.798Z]  [2020-07-14T08:46:50.798Z] 0K .......... ......  1.06M=0.01s [2020-07-14T08:46:50.798Z] [2020-07-14T08:46:50.798Z] 2020-07-14 08:46:50 (1.06 MB/s) - written to stdout [16451] [2020-07-14T08:46:50.798Z] [2020-07-14T08:46:50.798Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-07-14T08:46:50.798Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz [2020-07-14T08:46:50.798Z] + tar -C deps -z -x -f - [2020-07-14T08:46:50.798Z] --2020-07-14 08:46:50-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz [2020-07-14T08:46:50.912Z] -- Build files have been written to: /tmp/sdk/build/release [2020-07-14T08:46:50.912Z] + make [2020-07-14T08:46:50.912Z] + tee release.log [2020-07-14T08:46:50.912Z] Scanning dependencies of target csdk [2020-07-14T08:46:50.912Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-07-14T08:46:51.059Z] Resolving github.com... 140.82.113.3 [2020-07-14T08:46:51.059Z] Connecting to github.com|140.82.113.3|:443... connected. [2020-07-14T08:46:51.059Z] HTTP request sent, awaiting response... 302 Found [2020-07-14T08:46:51.059Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch [following] [2020-07-14T08:46:51.059Z] --2020-07-14 08:46:50-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch [2020-07-14T08:46:51.059Z] Resolving codeload.github.com... 140.82.113.10 [2020-07-14T08:46:51.059Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2020-07-14T08:46:51.059Z] HTTP request sent, awaiting response... 200 OK [2020-07-14T08:46:51.059Z] Length: unspecified [application/x-gzip] [2020-07-14T08:46:51.059Z] Saving to: 'STDOUT' [2020-07-14T08:46:51.059Z]  [2020-07-14T08:46:51.059Z] 0K .......... .......... .......... .......... .......... 1.66M [2020-07-14T08:46:51.059Z] 50K .......... .......... .......... .......... .......... 45.5M [2020-07-14T08:46:51.059Z] 100K .......... .......... .......... .......... .......... 3.38M [2020-07-14T08:46:51.059Z] 150K .......... .... 50.0M=0.05s [2020-07-14T08:46:51.059Z] [2020-07-14T08:46:51.059Z] 2020-07-14 08:46:51 (3.55 MB/s) - written to stdout [168266] [2020-07-14T08:46:51.059Z] [2020-07-14T08:46:51.059Z] + mkdir -p src/c/iot [2020-07-14T08:46:51.059Z] + cp deps/iotech-c-utils-1.1-branch/src/c/base64.c deps/iotech-c-utils-1.1-branch/src/c/component.c deps/iotech-c-utils-1.1-branch/src/c/config.c deps/iotech-c-utils-1.1-branch/src/c/container.c deps/iotech-c-utils-1.1-branch/src/c/data.c deps/iotech-c-utils-1.1-branch/src/c/hash.c deps/iotech-c-utils-1.1-branch/src/c/iot.c deps/iotech-c-utils-1.1-branch/src/c/json.c deps/iotech-c-utils-1.1-branch/src/c/logger.c deps/iotech-c-utils-1.1-branch/src/c/os.c deps/iotech-c-utils-1.1-branch/src/c/scheduler.c deps/iotech-c-utils-1.1-branch/src/c/thread.c deps/iotech-c-utils-1.1-branch/src/c/threadpool.c deps/iotech-c-utils-1.1-branch/src/c/time.c src/c/iot [2020-07-14T08:46:51.059Z] + mkdir -p include/iot [2020-07-14T08:46:51.059Z] + cp deps/iotech-c-utils-1.1-branch/include/iot/base64.h deps/iotech-c-utils-1.1-branch/include/iot/component.h deps/iotech-c-utils-1.1-branch/include/iot/config.h deps/iotech-c-utils-1.1-branch/include/iot/container.h deps/iotech-c-utils-1.1-branch/include/iot/data.h deps/iotech-c-utils-1.1-branch/include/iot/hash.h deps/iotech-c-utils-1.1-branch/include/iot/iot.h deps/iotech-c-utils-1.1-branch/include/iot/json.h deps/iotech-c-utils-1.1-branch/include/iot/logger.h deps/iotech-c-utils-1.1-branch/include/iot/os.h deps/iotech-c-utils-1.1-branch/include/iot/scheduler.h deps/iotech-c-utils-1.1-branch/include/iot/thread.h deps/iotech-c-utils-1.1-branch/include/iot/threadpool.h deps/iotech-c-utils-1.1-branch/include/iot/time.h deps/iotech-c-utils-1.1-branch/include/iot/typecode.h include/iot [2020-07-14T08:46:51.059Z] + mkdir -p include/iot/os [2020-07-14T08:46:51.059Z] + cp deps/iotech-c-utils-1.1-branch/include/iot/os/linux.h deps/iotech-c-utils-1.1-branch/include/iot/os/macos.h deps/iotech-c-utils-1.1-branch/include/iot/os/zephyr.h include/iot/os [2020-07-14T08:46:51.059Z] + mkdir -p /tmp/sdk/build/release [2020-07-14T08:46:51.059Z] + cd /tmp/sdk/build/release [2020-07-14T08:46:51.059Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-07-14T08:46:51.321Z] -- The C compiler identification is GNU 8.3.0 [2020-07-14T08:46:51.321Z] -- Check for working C compiler: /usr/bin/cc [2020-07-14T08:46:51.321Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-07-14T08:46:51.321Z] -- Detecting C compiler ABI info [2020-07-14T08:46:51.321Z] -- Detecting C compiler ABI info - done [2020-07-14T08:46:51.321Z] -- Detecting C compile features [2020-07-14T08:46:51.503Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-07-14T08:46:51.584Z] -- Detecting C compile features - done [2020-07-14T08:46:51.584Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-07-14T08:46:51.584Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-07-14T08:46:51.584Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-07-14T08:46:51.584Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-07-14T08:46:51.584Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-07-14T08:46:51.584Z] -- C SDK 1.2.2-dev.9 for Linux [2020-07-14T08:46:51.584Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-07-14T08:46:51.846Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-07-14T08:46:51.846Z] -- Found Curses: /usr/lib/libcurses.so [2020-07-14T08:46:51.846Z] -- Configuring done [2020-07-14T08:46:51.846Z] -- Generating done [2020-07-14T08:46:51.846Z] -- Build files have been written to: /tmp/sdk/build/release [2020-07-14T08:46:51.846Z] + make [2020-07-14T08:46:51.846Z] + tee release.log [2020-07-14T08:46:51.846Z] Scanning dependencies of target csdk [2020-07-14T08:46:51.846Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-07-14T08:46:52.094Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-07-14T08:46:52.108Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-07-14T08:46:52.108Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-07-14T08:46:52.680Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-07-14T08:46:52.953Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-07-14T08:46:52.953Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-07-14T08:46:53.217Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-07-14T08:46:53.789Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-07-14T08:46:53.789Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-07-14T08:46:54.049Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-07-14T08:46:54.050Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-07-14T08:46:54.050Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-07-14T08:46:54.056Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-07-14T08:46:54.310Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-07-14T08:46:54.310Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-07-14T08:46:54.325Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-07-14T08:46:54.595Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-07-14T08:46:55.268Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-07-14T08:46:55.268Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-07-14T08:46:55.268Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-07-14T08:46:55.537Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-07-14T08:46:55.537Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-07-14T08:46:55.574Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-07-14T08:46:56.122Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-07-14T08:46:56.122Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-07-14T08:46:56.122Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-07-14T08:46:56.396Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-07-14T08:46:56.396Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-07-14T08:46:56.657Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-07-14T08:46:56.918Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-07-14T08:46:56.918Z] [ 48%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-07-14T08:46:56.918Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-07-14T08:46:57.178Z] [ 51%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-07-14T08:46:57.178Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-07-14T08:46:57.439Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-07-14T08:46:57.439Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-07-14T08:46:57.530Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-07-14T08:46:57.801Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-07-14T08:46:58.771Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-07-14T08:46:58.824Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-07-14T08:46:58.824Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-07-14T08:46:58.824Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-07-14T08:46:59.042Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-07-14T08:46:59.085Z] [ 64%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-07-14T08:46:59.314Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-07-14T08:46:59.345Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-07-14T08:46:59.601Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-07-14T08:46:59.601Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-07-14T08:46:59.915Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-07-14T08:47:00.492Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-07-14T08:47:00.752Z] [ 71%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-07-14T08:47:01.012Z] [ 73%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-07-14T08:47:01.272Z] [ 75%] Linking C shared library libcsdk.so [2020-07-14T08:47:01.272Z] [ 75%] Built target csdk [2020-07-14T08:47:01.272Z] Scanning dependencies of target template [2020-07-14T08:47:01.272Z] [ 76%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-07-14T08:47:01.533Z] [ 78%] Linking C executable template [2020-07-14T08:47:01.533Z] [ 78%] Built target template [2020-07-14T08:47:01.533Z] Scanning dependencies of target device-counter [2020-07-14T08:47:01.533Z] [ 80%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-07-14T08:47:01.533Z] [ 82%] Linking C executable device-counter [2020-07-14T08:47:01.795Z] [ 82%] Built target device-counter [2020-07-14T08:47:01.795Z] Scanning dependencies of target device-random [2020-07-14T08:47:01.795Z] [ 83%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-07-14T08:47:01.795Z] [ 85%] Linking C executable device-random [2020-07-14T08:47:01.795Z] [ 85%] Built target device-random [2020-07-14T08:47:02.058Z] Scanning dependencies of target device-gyro [2020-07-14T08:47:02.058Z] [ 87%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-07-14T08:47:02.058Z] [ 89%] Linking C executable device-gyro [2020-07-14T08:47:02.058Z] [ 89%] Built target device-gyro [2020-07-14T08:47:02.058Z] Scanning dependencies of target template-discovery [2020-07-14T08:47:02.058Z] [ 91%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-07-14T08:47:02.322Z] [ 92%] Linking C executable template-discovery [2020-07-14T08:47:02.322Z] [ 92%] Built target template-discovery [2020-07-14T08:47:02.322Z] Scanning dependencies of target device-terminal [2020-07-14T08:47:02.322Z] [ 94%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-07-14T08:47:02.583Z] [ 96%] Linking C executable device-terminal [2020-07-14T08:47:02.583Z] [ 96%] Built target device-terminal [2020-07-14T08:47:02.583Z] Scanning dependencies of target templatev1 [2020-07-14T08:47:02.583Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-07-14T08:47:02.845Z] [100%] Linking C executable templatev1 [2020-07-14T08:47:02.845Z] [100%] Built target templatev1 [2020-07-14T08:47:02.845Z] + make package [2020-07-14T08:47:02.845Z] + tee -a release.log [2020-07-14T08:47:02.845Z] [ 75%] Built target csdk [2020-07-14T08:47:02.845Z] [ 78%] Built target template [2020-07-14T08:47:02.845Z] [ 82%] Built target device-counter [2020-07-14T08:47:02.845Z] [ 85%] Built target device-random [2020-07-14T08:47:02.845Z] [ 89%] Built target device-gyro [2020-07-14T08:47:02.845Z] [ 92%] Built target template-discovery [2020-07-14T08:47:02.963Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-07-14T08:47:03.105Z] [ 96%] Built target device-terminal [2020-07-14T08:47:03.105Z] [100%] Built target templatev1 [2020-07-14T08:47:03.105Z] Run CPack packaging tool... [2020-07-14T08:47:03.105Z] CPack: Create package using TGZ [2020-07-14T08:47:03.105Z] CPack: Install projects [2020-07-14T08:47:03.105Z] CPack: - Run preinstall target for: Csdk [2020-07-14T08:47:03.105Z] CPack: - Install project: Csdk [2020-07-14T08:47:03.365Z] CPack: Create package [2020-07-14T08:47:03.365Z] CPack: - package: /tmp/sdk/build/release/csdk-1.2.2-dev.9.tar.gz generated. [2020-07-14T08:47:03.365Z] + '[' false '=' true ] [2020-07-14T08:47:03.365Z] + '[' false '=' true ] [2020-07-14T08:47:03.365Z] + mkdir -p /tmp/sdk/build/debug [2020-07-14T08:47:03.365Z] + cd /tmp/sdk/build/debug [2020-07-14T08:47:03.366Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCSDK_BUILD_DEBUG=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-07-14T08:47:03.366Z] -- The C compiler identification is GNU 8.3.0 [2020-07-14T08:47:03.366Z] -- Check for working C compiler: /usr/bin/cc [2020-07-14T08:47:03.366Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-07-14T08:47:03.366Z] -- Detecting C compiler ABI info [2020-07-14T08:47:03.552Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-07-14T08:47:03.626Z] -- Detecting C compiler ABI info - done [2020-07-14T08:47:03.626Z] -- Detecting C compile features [2020-07-14T08:47:03.821Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-07-14T08:47:03.894Z] -- Detecting C compile features - done [2020-07-14T08:47:03.894Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-07-14T08:47:03.894Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-07-14T08:47:03.894Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-07-14T08:47:03.894Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-07-14T08:47:03.894Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-07-14T08:47:03.894Z] -- C SDK 1.2.2-dev.9 for Linux [2020-07-14T08:47:03.894Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-07-14T08:47:03.894Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-07-14T08:47:03.894Z] -- Found Curses: /usr/lib/libcurses.so [2020-07-14T08:47:03.894Z] -- Configuring done [2020-07-14T08:47:03.894Z] -- Generating done [2020-07-14T08:47:03.894Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-07-14T08:47:03.894Z] + make [2020-07-14T08:47:03.894Z] + tee debug.log [2020-07-14T08:47:03.894Z] Scanning dependencies of target csdk [2020-07-14T08:47:04.090Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-07-14T08:47:04.158Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-07-14T08:47:04.158Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-07-14T08:47:04.158Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-07-14T08:47:04.420Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-07-14T08:47:04.420Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-07-14T08:47:04.420Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-07-14T08:47:04.679Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-07-14T08:47:04.681Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-07-14T08:47:04.681Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-07-14T08:47:04.942Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-07-14T08:47:04.942Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-07-14T08:47:04.942Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-07-14T08:47:05.205Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-07-14T08:47:05.205Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-07-14T08:47:05.205Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-07-14T08:47:05.466Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-07-14T08:47:05.466Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-07-14T08:47:05.466Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-07-14T08:47:05.727Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-07-14T08:47:05.727Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-07-14T08:47:05.988Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-07-14T08:47:05.988Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-07-14T08:47:05.988Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-07-14T08:47:05.988Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-07-14T08:47:06.249Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-07-14T08:47:06.249Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-07-14T08:47:06.249Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-07-14T08:47:06.249Z] [ 48%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-07-14T08:47:06.509Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-07-14T08:47:06.510Z] [ 51%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-07-14T08:47:06.510Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-07-14T08:47:06.770Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-07-14T08:47:06.770Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-07-14T08:47:07.030Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-07-14T08:47:07.031Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-07-14T08:47:07.275Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-07-14T08:47:07.275Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-07-14T08:47:07.275Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-07-14T08:47:07.291Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-07-14T08:47:07.291Z] [ 64%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-07-14T08:47:07.554Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-07-14T08:47:07.554Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-07-14T08:47:07.815Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-07-14T08:47:07.815Z] [ 71%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-07-14T08:47:07.863Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-07-14T08:47:08.077Z] [ 73%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-07-14T08:47:08.077Z] [ 75%] Linking C shared library libcsdk.so [2020-07-14T08:47:08.077Z] [ 75%] Built target csdk [2020-07-14T08:47:08.077Z] Scanning dependencies of target template [2020-07-14T08:47:08.077Z] [ 76%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-07-14T08:47:08.133Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-07-14T08:47:08.338Z] [ 78%] Linking C executable template [2020-07-14T08:47:08.338Z] [ 78%] Built target template [2020-07-14T08:47:08.338Z] Scanning dependencies of target device-counter [2020-07-14T08:47:08.338Z] [ 80%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-07-14T08:47:08.338Z] [ 82%] Linking C executable device-counter [2020-07-14T08:47:08.338Z] [ 82%] Built target device-counter [2020-07-14T08:47:08.401Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-07-14T08:47:08.599Z] Scanning dependencies of target device-random [2020-07-14T08:47:08.599Z] [ 83%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-07-14T08:47:08.599Z] [ 85%] Linking C executable device-random [2020-07-14T08:47:08.599Z] [ 85%] Built target device-random [2020-07-14T08:47:08.599Z] Scanning dependencies of target device-gyro [2020-07-14T08:47:08.599Z] [ 87%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-07-14T08:47:08.599Z] [ 89%] Linking C executable device-gyro [2020-07-14T08:47:08.860Z] [ 89%] Built target device-gyro [2020-07-14T08:47:08.860Z] Scanning dependencies of target template-discovery [2020-07-14T08:47:08.860Z] [ 91%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-07-14T08:47:08.860Z] [ 92%] Linking C executable template-discovery [2020-07-14T08:47:08.860Z] [ 92%] Built target template-discovery [2020-07-14T08:47:08.860Z] Scanning dependencies of target device-terminal [2020-07-14T08:47:08.860Z] [ 94%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-07-14T08:47:09.123Z] [ 96%] Linking C executable device-terminal [2020-07-14T08:47:09.123Z] [ 96%] Built target device-terminal [2020-07-14T08:47:09.123Z] Scanning dependencies of target templatev1 [2020-07-14T08:47:09.123Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-07-14T08:47:09.123Z] [100%] Linking C executable templatev1 [2020-07-14T08:47:09.374Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-07-14T08:47:09.385Z] [100%] Built target templatev1 [2020-07-14T08:47:09.385Z] make: Entering directory '/tmp/sdk/build/release' [2020-07-14T08:47:09.385Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-07-14T08:47:09.385Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-14T08:47:09.385Z] Scanning dependencies of target csdk [2020-07-14T08:47:09.385Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-14T08:47:09.385Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-14T08:47:09.385Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-07-14T08:47:09.645Z] [ 3%] Linking C shared library libcsdk.so [2020-07-14T08:47:09.646Z] [ 48%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-07-14T08:47:09.905Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-14T08:47:09.906Z] [ 75%] Built target csdk [2020-07-14T08:47:09.906Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-14T08:47:09.906Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-14T08:47:09.906Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-14T08:47:09.906Z] [ 76%] Linking C executable template [2020-07-14T08:47:09.906Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-14T08:47:09.906Z] [ 78%] Built target template [2020-07-14T08:47:09.906Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-14T08:47:09.906Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-14T08:47:09.906Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-14T08:47:09.906Z] [ 80%] Linking C executable device-counter [2020-07-14T08:47:09.906Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-14T08:47:09.906Z] [ 82%] Built target device-counter [2020-07-14T08:47:09.906Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-14T08:47:09.906Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-14T08:47:09.906Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-14T08:47:09.906Z] [ 83%] Linking C executable device-random [2020-07-14T08:47:10.166Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-14T08:47:10.166Z] [ 85%] Built target device-random [2020-07-14T08:47:10.166Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-14T08:47:10.166Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-14T08:47:10.166Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-14T08:47:10.166Z] [ 87%] Linking C executable device-gyro [2020-07-14T08:47:10.166Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-14T08:47:10.166Z] [ 89%] Built target device-gyro [2020-07-14T08:47:10.166Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-14T08:47:10.166Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-14T08:47:10.166Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-14T08:47:10.166Z] [ 91%] Linking C executable template-discovery [2020-07-14T08:47:10.166Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-14T08:47:10.166Z] [ 92%] Built target template-discovery [2020-07-14T08:47:10.166Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-14T08:47:10.166Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-14T08:47:10.166Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-14T08:47:10.166Z] [ 94%] Linking C executable device-terminal [2020-07-14T08:47:10.239Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-07-14T08:47:10.239Z] [ 51%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-07-14T08:47:10.428Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-14T08:47:10.428Z] [ 96%] Built target device-terminal [2020-07-14T08:47:10.428Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-14T08:47:10.428Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-14T08:47:10.428Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-14T08:47:10.428Z] [ 98%] Linking C executable templatev1 [2020-07-14T08:47:10.428Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-14T08:47:10.428Z] [100%] Built target templatev1 [2020-07-14T08:47:10.428Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-07-14T08:47:10.428Z] Install the project... [2020-07-14T08:47:10.428Z] -- Install configuration: "Release" [2020-07-14T08:47:10.428Z] -- Installing: /usr/local/lib/libcsdk.so [2020-07-14T08:47:10.428Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-07-14T08:47:10.428Z] -- Up-to-date: /usr/local/include [2020-07-14T08:47:10.428Z] -- Installing: /usr/local/include/devsdk [2020-07-14T08:47:10.428Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-07-14T08:47:10.428Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-07-14T08:47:10.428Z] -- Installing: /usr/local/include/edgex [2020-07-14T08:47:10.428Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-07-14T08:47:10.428Z] -- Installing: /usr/local/include/edgex/devices.h [2020-07-14T08:47:10.428Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-07-14T08:47:10.428Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-07-14T08:47:10.428Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-07-14T08:47:10.428Z] -- Installing: /usr/local/include/edgex/error.h [2020-07-14T08:47:10.428Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-07-14T08:47:10.428Z] -- Installing: /usr/local/include/edgex/os.h [2020-07-14T08:47:10.428Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-07-14T08:47:10.428Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-07-14T08:47:10.428Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-07-14T08:47:10.428Z] -- Installing: /usr/local/include/iot [2020-07-14T08:47:10.428Z] -- Installing: /usr/local/include/iot/base64.h [2020-07-14T08:47:10.428Z] -- Installing: /usr/local/include/iot/component.h [2020-07-14T08:47:10.428Z] -- Installing: /usr/local/include/iot/config.h [2020-07-14T08:47:10.428Z] -- Installing: /usr/local/include/iot/container.h [2020-07-14T08:47:10.428Z] -- Installing: /usr/local/include/iot/data.h [2020-07-14T08:47:10.428Z] -- Installing: /usr/local/include/iot/hash.h [2020-07-14T08:47:10.428Z] -- Installing: /usr/local/include/iot/iot.h [2020-07-14T08:47:10.428Z] -- Installing: /usr/local/include/iot/json.h [2020-07-14T08:47:10.428Z] -- Installing: /usr/local/include/iot/logger.h [2020-07-14T08:47:10.428Z] -- Installing: /usr/local/include/iot/os.h [2020-07-14T08:47:10.428Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-07-14T08:47:10.428Z] -- Installing: /usr/local/include/iot/thread.h [2020-07-14T08:47:10.428Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-07-14T08:47:10.428Z] -- Installing: /usr/local/include/iot/time.h [2020-07-14T08:47:10.428Z] -- Installing: /usr/local/include/iot/typecode.h [2020-07-14T08:47:10.428Z] -- Installing: /usr/local/include/iot/os [2020-07-14T08:47:10.428Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-07-14T08:47:10.428Z] -- Installing: /usr/local/include/iot/os/macos.h [2020-07-14T08:47:10.428Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-07-14T08:47:10.428Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-07-14T08:47:10.428Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-07-14T08:47:10.428Z] make: Leaving directory '/tmp/sdk/build/release' [2020-07-14T08:47:10.836Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-07-14T08:47:11.805Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-07-14T08:47:11.805Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-07-14T08:47:12.971Z] Removing intermediate container 74c7bd054ea3 [2020-07-14T08:47:12.972Z] ---> 72242aa8aa1e [2020-07-14T08:47:12.972Z] Step 14/21 : FROM ${BASE} [2020-07-14T08:47:12.972Z] ---> 5eabd8fd8ba2 [2020-07-14T08:47:12.972Z] Step 15/21 : MAINTAINER IOTech [2020-07-14T08:47:12.972Z] ---> Running in 0d777bb8f0c1 [2020-07-14T08:47:12.972Z] Removing intermediate container 0d777bb8f0c1 [2020-07-14T08:47:12.972Z] ---> cc508daf3915 [2020-07-14T08:47:12.972Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-07-14T08:47:12.972Z] ---> Running in 14a2748e9f1c [2020-07-14T08:47:13.542Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-07-14T08:47:14.483Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-07-14T08:47:14.744Z] (1/3) Installing curl (7.64.0-r3) [2020-07-14T08:47:15.005Z] (2/3) Installing libuuid (2.33-r0) [2020-07-14T08:47:15.005Z] (3/3) Installing wget (1.20.3-r0) [2020-07-14T08:47:15.266Z] Executing busybox-1.29.3-r10.trigger [2020-07-14T08:47:15.266Z] OK: 268 MiB in 78 packages [2020-07-14T08:47:15.526Z] Removing intermediate container 14a2748e9f1c [2020-07-14T08:47:15.526Z] ---> bed82b48d219 [2020-07-14T08:47:15.526Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-07-14T08:47:15.786Z] ---> da2ddd8d61d6 [2020-07-14T08:47:15.786Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-07-14T08:47:16.047Z] ---> 88f6f6643eec [2020-07-14T08:47:16.047Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-07-14T08:47:16.083Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-07-14T08:47:16.308Z] ---> 6bbad9e7e540 [2020-07-14T08:47:16.309Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-07-14T08:47:16.354Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-07-14T08:47:16.574Z] ---> 989496136ffd [2020-07-14T08:47:16.574Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-07-14T08:47:16.834Z] ---> ddef275f3641 [2020-07-14T08:47:16.834Z] Successfully built ddef275f3641 [2020-07-14T08:47:16.834Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [2020-07-14T08:47:16.944Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-14T08:47:17.532Z] [ 64%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-07-14T08:47:17.718Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-14T08:47:17.718Z] . [Pipeline] withDockerContainer [2020-07-14T08:47:17.811Z] prd-centos7-docker-4c-2g-619 does not seem to be running inside a container [2020-07-14T08:47:17.863Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/33 -v /w/workspace/device-sdk-c/33:/w/workspace/device-sdk-c/33:rw,z -v /w/workspace/device-sdk-c/33@tmp:/w/workspace/device-sdk-c/33@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-x86_64 cat [2020-07-14T08:47:18.879Z] $ docker top 8890e484d6162bfa78fe071a7d384eb52ebaab1d8b9e2664ac1c71004fd5d9c4 -eo pid,comm [2020-07-14T08:47:18.953Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/service.c.o [Pipeline] { [Pipeline] sh [2020-07-14T08:47:19.486Z] + make test [2020-07-14T08:47:19.486Z] echo "make test" [2020-07-14T08:47:19.486Z] make test [Pipeline] } [2020-07-14T08:47:19.504Z] $ docker stop --time=1 8890e484d6162bfa78fe071a7d384eb52ebaab1d8b9e2664ac1c71004fd5d9c4 [2020-07-14T08:47:20.370Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-07-14T08:47:20.864Z] $ docker rm -f 8890e484d6162bfa78fe071a7d384eb52ebaab1d8b9e2664ac1c71004fd5d9c4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-14T08:47:23.109Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-07-14T08:47:23.403Z] + ls -al . [2020-07-14T08:47:23.403Z] total 160 [2020-07-14T08:47:23.403Z] drwxrwxr-x. 9 jenkins jenkins 275 Jul 14 08:46 . [2020-07-14T08:47:23.403Z] drwxrwxr-x. 4 jenkins jenkins 30 Jul 14 08:46 .. [2020-07-14T08:47:23.403Z] -rw-rw-r--. 1 jenkins jenkins 3104 Jul 14 08:46 Attribution.txt [2020-07-14T08:47:23.403Z] -rw-rw-r--. 1 jenkins jenkins 5663 Jul 14 08:46 CHANGES [2020-07-14T08:47:23.403Z] drwxrwxr-x. 2 jenkins jenkins 144 Jul 14 08:46 docs [2020-07-14T08:47:23.403Z] -rw-rw-r--. 1 jenkins jenkins 108574 Jul 14 08:46 Doxyfile [2020-07-14T08:47:23.403Z] drwxrwxr-x. 8 jenkins jenkins 162 Jul 14 08:46 .git [2020-07-14T08:47:23.403Z] drwxrwxr-x. 2 jenkins jenkins 38 Jul 14 08:46 .github [2020-07-14T08:47:23.403Z] -rw-rw-r--. 1 jenkins jenkins 176 Jul 14 08:46 .gitignore [2020-07-14T08:47:23.403Z] drwxrwxr-x. 4 jenkins jenkins 33 Jul 14 08:46 include [2020-07-14T08:47:23.403Z] -rw-rw-r--. 1 jenkins jenkins 794 Jul 14 08:46 Jenkinsfile [2020-07-14T08:47:23.403Z] -rw-rw-r--. 1 jenkins jenkins 10174 Jul 14 08:46 LICENSE [2020-07-14T08:47:23.403Z] -rw-rw-r--. 1 jenkins jenkins 449 Jul 14 08:46 Makefile [2020-07-14T08:47:23.403Z] -rw-rw-r--. 1 jenkins jenkins 1849 Jul 14 08:46 README.md [2020-07-14T08:47:23.403Z] -rw-rw-r--. 1 jenkins jenkins 5670 Jul 14 08:46 README.v2.md [2020-07-14T08:47:23.403Z] drwxrwxr-x. 2 jenkins jenkins 108 Jul 14 08:46 scripts [2020-07-14T08:47:23.403Z] drwxrwxr-x. 3 jenkins jenkins 44 Jul 14 08:46 .semver [2020-07-14T08:47:23.403Z] drwxrwxr-x. 4 jenkins jenkins 50 Jul 14 08:46 src [2020-07-14T08:47:23.403Z] -rw-rw-r--. 1 jenkins jenkins 11 Jul 14 08:43 VERSION [Pipeline] isUnix [Pipeline] sh [2020-07-14T08:47:23.701Z] + 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=e8fe642ab95fdc810dbdbac8ed2055c65e2d8e19 --label arch=amd64 --label version=1.2.2-dev.9 . [2020-07-14T08:47:23.701Z] Sending build context to Docker daemon 3.403MB [2020-07-14T08:47:23.701Z] Step 1/15 : ARG BASE=alpine:3.11 [2020-07-14T08:47:23.701Z] Step 2/15 : FROM ${BASE} [2020-07-14T08:47:23.701Z] ---> ddef275f3641 [2020-07-14T08:47:23.701Z] Step 3/15 : MAINTAINER IOTech [2020-07-14T08:47:23.738Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-07-14T08:47:24.008Z] [ 71%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-07-14T08:47:24.275Z] ---> Running in 7fa2a8607c08 [2020-07-14T08:47:24.537Z] Removing intermediate container 7fa2a8607c08 [2020-07-14T08:47:24.537Z] ---> 7a5607eca378 [2020-07-14T08:47:24.537Z] Step 4/15 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev && mkdir -p /edgex-c-sdk/build [2020-07-14T08:47:24.537Z] ---> Running in f8792191e861 [2020-07-14T08:47:24.798Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-07-14T08:47:25.453Z] [ 73%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-07-14T08:47:25.737Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-07-14T08:47:25.754Z] [ 75%] Linking C shared library libcsdk.so [2020-07-14T08:47:25.998Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2020-07-14T08:47:26.036Z] [ 75%] Built target csdk [2020-07-14T08:47:26.036Z] Scanning dependencies of target template [2020-07-14T08:47:26.036Z] [ 76%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-07-14T08:47:26.259Z] (2/6) Installing libblkid (2.33-r0) [2020-07-14T08:47:26.259Z] (3/6) Installing libfdisk (2.33-r0) [2020-07-14T08:47:26.520Z] (4/6) Installing libmount (2.33-r0) [2020-07-14T08:47:26.520Z] (5/6) Installing libsmartcols (2.33-r0) [2020-07-14T08:47:26.520Z] (6/6) Installing util-linux-dev (2.33-r0) [2020-07-14T08:47:26.648Z] [ 78%] Linking C executable template [2020-07-14T08:47:26.932Z] [ 78%] Built target template [2020-07-14T08:47:26.932Z] Scanning dependencies of target device-counter [2020-07-14T08:47:26.932Z] [ 80%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-07-14T08:47:27.092Z] Executing busybox-1.29.3-r10.trigger [2020-07-14T08:47:27.092Z] OK: 272 MiB in 84 packages [2020-07-14T08:47:27.557Z] [ 82%] Linking C executable device-counter [2020-07-14T08:47:27.557Z] [ 82%] Built target device-counter [2020-07-14T08:47:27.557Z] Scanning dependencies of target device-random [2020-07-14T08:47:27.664Z] Removing intermediate container f8792191e861 [2020-07-14T08:47:27.664Z] ---> 6b06318efaab [2020-07-14T08:47:27.664Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-07-14T08:47:27.664Z] ---> bb683699e973 [2020-07-14T08:47:27.664Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-07-14T08:47:27.833Z] [ 83%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-07-14T08:47:28.113Z] [ 85%] Linking C executable device-random [2020-07-14T08:47:28.397Z] [ 85%] Built target device-random [2020-07-14T08:47:28.397Z] Scanning dependencies of target device-gyro [2020-07-14T08:47:28.397Z] [ 87%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-07-14T08:47:28.605Z] ---> ead3b42ea29e [2020-07-14T08:47:28.605Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-07-14T08:47:28.605Z] ---> 666600617bfd [2020-07-14T08:47:28.605Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-07-14T08:47:28.866Z] ---> 3ff8fc20f5ba [2020-07-14T08:47:28.866Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-07-14T08:47:29.001Z] [ 89%] Linking C executable device-gyro [2020-07-14T08:47:29.127Z] ---> 72be567ae16f [2020-07-14T08:47:29.127Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-07-14T08:47:29.271Z] [ 89%] Built target device-gyro [2020-07-14T08:47:29.271Z] Scanning dependencies of target template-discovery [2020-07-14T08:47:29.271Z] [ 91%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-07-14T08:47:29.389Z] ---> a5c1ac36a270 [2020-07-14T08:47:29.390Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-07-14T08:47:29.390Z] ---> Running in d8362f217cc2 [2020-07-14T08:47:29.390Z] Removing intermediate container d8362f217cc2 [2020-07-14T08:47:29.390Z] ---> 5bc2cbdabb7d [2020-07-14T08:47:29.390Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-07-14T08:47:29.655Z] ---> Running in b069bb2ddab0 [2020-07-14T08:47:29.655Z] Removing intermediate container b069bb2ddab0 [2020-07-14T08:47:29.655Z] ---> cd6cf03111f8 [2020-07-14T08:47:29.655Z] Step 13/15 : LABEL arch=amd64 [2020-07-14T08:47:29.655Z] ---> Running in 811b72d78368 [2020-07-14T08:47:29.863Z] [ 92%] Linking C executable template-discovery [2020-07-14T08:47:29.916Z] Removing intermediate container 811b72d78368 [2020-07-14T08:47:29.916Z] ---> cbfd80d9856f [2020-07-14T08:47:29.916Z] Step 14/15 : LABEL git_sha=e8fe642ab95fdc810dbdbac8ed2055c65e2d8e19 [2020-07-14T08:47:29.916Z] ---> Running in f2143bf5cc64 [2020-07-14T08:47:30.135Z] [ 92%] Built target template-discovery [2020-07-14T08:47:30.135Z] Scanning dependencies of target device-terminal [2020-07-14T08:47:30.135Z] [ 94%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-07-14T08:47:30.176Z] Removing intermediate container f2143bf5cc64 [2020-07-14T08:47:30.176Z] ---> f3114f0f4f2c [2020-07-14T08:47:30.176Z] Step 15/15 : LABEL version=1.2.2-dev.9 [2020-07-14T08:47:30.176Z] ---> Running in 45138b05e215 [2020-07-14T08:47:30.436Z] Removing intermediate container 45138b05e215 [2020-07-14T08:47:30.436Z] ---> 19813338e815 [2020-07-14T08:47:30.436Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2020-07-14T08:47:30.436Z] Successfully built 19813338e815 [2020-07-14T08:47:30.436Z] Successfully tagged docker-device-sdk-c:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-07-14T08:47:30.727Z] [ 96%] Linking C executable device-terminal [2020-07-14T08:47:30.728Z] [ 96%] Built target device-terminal [2020-07-14T08:47:30.728Z] Scanning dependencies of target templatev1 [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [2020-07-14T08:47:30.999Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [2020-07-14T08:47:31.271Z] [100%] Linking C executable templatev1 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [2020-07-14T08:47:31.541Z] [100%] Built target templatev1 [2020-07-14T08:47:31.541Z] + make+ tee -a release.log [2020-07-14T08:47:31.541Z] package [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-14T08:47:31.815Z] [ 75%] Built target csdk [2020-07-14T08:47:31.816Z] [ 78%] Built target template [2020-07-14T08:47:31.816Z] [ 82%] Built target device-counter [2020-07-14T08:47:31.816Z] [ 85%] Built target device-random [2020-07-14T08:47:31.816Z] [ 89%] Built target device-gyro [2020-07-14T08:47:32.090Z] [ 92%] Built target template-discovery [2020-07-14T08:47:32.090Z] [ 96%] Built target device-terminal [2020-07-14T08:47:32.090Z] [100%] Built target templatev1 [2020-07-14T08:47:32.090Z] Run CPack packaging tool... [2020-07-14T08:47:32.090Z] CPack: Create package using TGZ [2020-07-14T08:47:32.090Z] CPack: Install projects [2020-07-14T08:47:32.090Z] CPack: - Run preinstall target for: Csdk [2020-07-14T08:47:32.684Z] CPack: - Install project: Csdk [2020-07-14T08:47:32.684Z] CPack: Create package [2020-07-14T08:47:32.684Z] CPack: - package: /tmp/sdk/build/release/csdk-1.2.2-dev.9.tar.gz generated. [2020-07-14T08:47:32.684Z] + '[' false '=' true ] [2020-07-14T08:47:32.684Z] + '[' false '=' true ] [2020-07-14T08:47:32.684Z] + mkdir -p /tmp/sdk/build/debug [2020-07-14T08:47:32.684Z] + cd /tmp/sdk/build/debug [2020-07-14T08:47:32.684Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCSDK_BUILD_DEBUG=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-07-14T08:47:32.957Z] -- The C compiler identification is GNU 8.3.0 [2020-07-14T08:47:33.229Z] -- Check for working C compiler: /usr/bin/cc [2020-07-14T08:47:33.229Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-07-14T08:47:33.229Z] -- Detecting C compiler ABI info [2020-07-14T08:47:33.499Z] -- Detecting C compiler ABI info - done [2020-07-14T08:47:33.499Z] -- Detecting C compile features [2020-07-14T08:47:34.476Z] -- Detecting C compile features - done [2020-07-14T08:47:34.476Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-07-14T08:47:34.476Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-07-14T08:47:34.476Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-07-14T08:47:34.476Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-07-14T08:47:34.476Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-07-14T08:47:34.476Z] -- C SDK 1.2.2-dev.9 for Linux [2020-07-14T08:47:34.476Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-07-14T08:47:34.748Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-07-14T08:47:34.748Z] -- Found Curses: /usr/lib/libcurses.so [2020-07-14T08:47:34.748Z] -- Configuring done [2020-07-14T08:47:35.019Z] -- Generating done [2020-07-14T08:47:35.019Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-07-14T08:47:35.019Z] + make+ [2020-07-14T08:47:35.019Z] tee debug.log [2020-07-14T08:47:35.019Z] Scanning dependencies of target csdk [2020-07-14T08:47:35.288Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-07-14T08:47:35.561Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-07-14T08:47:35.829Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-07-14T08:47:36.422Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-07-14T08:47:36.692Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-07-14T08:47:36.963Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-07-14T08:47:37.234Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-07-14T08:47:37.826Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-07-14T08:47:38.098Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-07-14T08:47:38.369Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-07-14T08:47:38.640Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-07-14T08:47:38.912Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-07-14T08:47:39.183Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-07-14T08:47:39.457Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-07-14T08:47:40.425Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-07-14T08:47:40.425Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-07-14T08:47:40.698Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-07-14T08:47:40.698Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-07-14T08:47:40.970Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-07-14T08:47:41.950Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-07-14T08:47:41.950Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-07-14T08:47:42.224Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-07-14T08:47:42.224Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-07-14T08:47:42.498Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-07-14T08:47:42.772Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-07-14T08:47:43.041Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-07-14T08:47:43.313Z] [ 48%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-07-14T08:47:43.584Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-07-14T08:47:43.585Z] [ 51%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-07-14T08:47:43.857Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-07-14T08:47:44.449Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-07-14T08:47:44.449Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-07-14T08:47:45.429Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-07-14T08:47:45.698Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-07-14T08:47:45.969Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-07-14T08:47:46.240Z] [ 64%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-07-14T08:47:47.207Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-07-14T08:47:47.795Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-07-14T08:47:48.382Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-07-14T08:47:48.649Z] [ 71%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-07-14T08:47:48.918Z] [ 73%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-07-14T08:47:49.190Z] [ 75%] Linking C shared library libcsdk.so [2020-07-14T08:47:49.460Z] [ 75%] Built target csdk [2020-07-14T08:47:49.460Z] Scanning dependencies of target template [2020-07-14T08:47:49.460Z] [ 76%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-07-14T08:47:49.735Z] [ 78%] Linking C executable template [2020-07-14T08:47:50.006Z] [ 78%] Built target template [2020-07-14T08:47:50.006Z] Scanning dependencies of target device-counter [2020-07-14T08:47:50.006Z] [ 80%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-07-14T08:47:50.277Z] [ 82%] Linking C executable device-counter [2020-07-14T08:47:50.547Z] [ 82%] Built target device-counter [2020-07-14T08:47:50.547Z] Scanning dependencies of target device-random [2020-07-14T08:47:50.547Z] [ 83%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-07-14T08:47:50.818Z] [ 85%] Linking C executable device-random [2020-07-14T08:47:50.818Z] [ 85%] Built target device-random [2020-07-14T08:47:51.102Z] Scanning dependencies of target device-gyro [2020-07-14T08:47:51.102Z] [ 87%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-07-14T08:47:51.102Z] [ 89%] Linking C executable device-gyro [2020-07-14T08:47:51.375Z] [ 89%] Built target device-gyro [2020-07-14T08:47:51.375Z] Scanning dependencies of target template-discovery [2020-07-14T08:47:51.375Z] [ 91%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-07-14T08:47:51.646Z] [ 92%] Linking C executable template-discovery [2020-07-14T08:47:51.924Z] [ 92%] Built target template-discovery [2020-07-14T08:47:51.924Z] Scanning dependencies of target device-terminal [2020-07-14T08:47:51.924Z] [ 94%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-07-14T08:47:52.520Z] [ 96%] Linking C executable device-terminal [2020-07-14T08:47:52.521Z] [ 96%] Built target device-terminal [2020-07-14T08:47:52.521Z] Scanning dependencies of target templatev1 [2020-07-14T08:47:52.792Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-07-14T08:47:52.792Z] [100%] Linking C executable templatev1 [2020-07-14T08:47:53.064Z] [100%] Built target templatev1 [2020-07-14T08:47:53.064Z] make: Entering directory '/tmp/sdk/build/release' [2020-07-14T08:47:53.337Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-07-14T08:47:53.337Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-14T08:47:53.337Z] Scanning dependencies of target csdk [2020-07-14T08:47:53.337Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-14T08:47:53.337Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-14T08:47:53.337Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-07-14T08:47:55.300Z] [ 3%] Linking C shared library libcsdk.so [2020-07-14T08:47:55.300Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-14T08:47:55.300Z] [ 75%] Built target csdk [2020-07-14T08:47:55.300Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-14T08:47:55.300Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-14T08:47:55.300Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-14T08:47:55.300Z] [ 76%] Linking C executable template [2020-07-14T08:47:55.300Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-14T08:47:55.300Z] [ 78%] Built target template [2020-07-14T08:47:55.300Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-14T08:47:55.300Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-14T08:47:55.300Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-14T08:47:55.571Z] [ 80%] Linking C executable device-counter [2020-07-14T08:47:55.571Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-14T08:47:55.571Z] [ 82%] Built target device-counter [2020-07-14T08:47:55.571Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-14T08:47:55.571Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-14T08:47:55.571Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-14T08:47:55.844Z] [ 83%] Linking C executable device-random [2020-07-14T08:47:55.844Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-14T08:47:55.844Z] [ 85%] Built target device-random [2020-07-14T08:47:55.844Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-14T08:47:55.844Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-14T08:47:55.844Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-14T08:47:56.114Z] [ 87%] Linking C executable device-gyro [2020-07-14T08:47:56.114Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-14T08:47:56.114Z] [ 89%] Built target device-gyro [2020-07-14T08:47:56.114Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-14T08:47:56.114Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-14T08:47:56.114Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-14T08:47:56.385Z] [ 91%] Linking C executable template-discovery [2020-07-14T08:47:56.385Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-14T08:47:56.385Z] [ 92%] Built target template-discovery [2020-07-14T08:47:56.385Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-14T08:47:56.385Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-14T08:47:56.385Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-14T08:47:56.385Z] [ 94%] Linking C executable device-terminal [2020-07-14T08:47:56.655Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-14T08:47:56.655Z] [ 96%] Built target device-terminal [2020-07-14T08:47:56.655Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-14T08:47:56.655Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-14T08:47:56.655Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-14T08:47:56.926Z] [ 98%] Linking C executable templatev1 [2020-07-14T08:47:56.926Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-14T08:47:56.926Z] [100%] Built target templatev1 [2020-07-14T08:47:56.926Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-07-14T08:47:56.926Z] Install the project... [2020-07-14T08:47:57.198Z] -- Install configuration: "Release" [2020-07-14T08:47:57.198Z] -- Installing: /usr/local/lib/libcsdk.so [2020-07-14T08:47:57.198Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-07-14T08:47:57.198Z] -- Up-to-date: /usr/local/include [2020-07-14T08:47:57.198Z] -- Installing: /usr/local/include/edgex [2020-07-14T08:47:57.198Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-07-14T08:47:57.198Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-07-14T08:47:57.198Z] -- Installing: /usr/local/include/edgex/error.h [2020-07-14T08:47:57.198Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-07-14T08:47:57.198Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-07-14T08:47:57.198Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-07-14T08:47:57.198Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-07-14T08:47:57.198Z] -- Installing: /usr/local/include/edgex/devices.h [2020-07-14T08:47:57.198Z] -- Installing: /usr/local/include/edgex/os.h [2020-07-14T08:47:57.198Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-07-14T08:47:57.198Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-07-14T08:47:57.198Z] -- Installing: /usr/local/include/devsdk [2020-07-14T08:47:57.198Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-07-14T08:47:57.198Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-07-14T08:47:57.198Z] -- Installing: /usr/local/include/iot [2020-07-14T08:47:57.198Z] -- Installing: /usr/local/include/iot/json.h [2020-07-14T08:47:57.198Z] -- Installing: /usr/local/include/iot/container.h [2020-07-14T08:47:57.198Z] -- Installing: /usr/local/include/iot/component.h [2020-07-14T08:47:57.198Z] -- Installing: /usr/local/include/iot/typecode.h [2020-07-14T08:47:57.198Z] -- Installing: /usr/local/include/iot/iot.h [2020-07-14T08:47:57.198Z] -- Installing: /usr/local/include/iot/time.h [2020-07-14T08:47:57.198Z] -- Installing: /usr/local/include/iot/hash.h [2020-07-14T08:47:57.198Z] -- Installing: /usr/local/include/iot/logger.h [2020-07-14T08:47:57.198Z] -- Installing: /usr/local/include/iot/os [2020-07-14T08:47:57.198Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-07-14T08:47:57.198Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-07-14T08:47:57.198Z] -- Installing: /usr/local/include/iot/os/macos.h [2020-07-14T08:47:57.198Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-07-14T08:47:57.198Z] -- Installing: /usr/local/include/iot/data.h [2020-07-14T08:47:57.198Z] -- Installing: /usr/local/include/iot/thread.h [2020-07-14T08:47:57.198Z] -- Installing: /usr/local/include/iot/os.h [2020-07-14T08:47:57.198Z] -- Installing: /usr/local/include/iot/base64.h [2020-07-14T08:47:57.198Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-07-14T08:47:57.198Z] -- Installing: /usr/local/include/iot/config.h [2020-07-14T08:47:57.198Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-07-14T08:47:57.198Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-07-14T08:47:57.198Z] make: Leaving directory '/tmp/sdk/build/release' [2020-07-14T08:47:59.170Z] Removing intermediate container f9d9cf15c677 [2020-07-14T08:47:59.170Z] ---> 561437225603 [2020-07-14T08:47:59.170Z] Step 14/21 : FROM ${BASE} [2020-07-14T08:47:59.170Z] ---> b23d30803547 [2020-07-14T08:47:59.170Z] Step 15/21 : MAINTAINER IOTech [2020-07-14T08:47:59.441Z] ---> Running in d80ce71b80ba [2020-07-14T08:47:59.713Z] Removing intermediate container d80ce71b80ba [2020-07-14T08:47:59.713Z] ---> 5ee415cdbb49 [2020-07-14T08:47:59.713Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-07-14T08:47:59.991Z] ---> Running in f908e3b18e5d [2020-07-14T08:48:01.421Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-07-14T08:48:02.008Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-07-14T08:48:02.597Z] (1/3) Installing curl (7.64.0-r3) [2020-07-14T08:48:02.866Z] (2/3) Installing libuuid (2.33-r0) [2020-07-14T08:48:02.866Z] (3/3) Installing wget (1.20.3-r0) [2020-07-14T08:48:03.137Z] Executing busybox-1.29.3-r10.trigger [2020-07-14T08:48:03.137Z] OK: 281 MiB in 78 packages [2020-07-14T08:48:04.110Z] Removing intermediate container f908e3b18e5d [2020-07-14T08:48:04.110Z] ---> c545c5a6427d [2020-07-14T08:48:04.110Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-07-14T08:48:05.086Z] ---> 8465ff225aed [2020-07-14T08:48:05.086Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-07-14T08:48:05.680Z] ---> f23f02331e3f [2020-07-14T08:48:05.680Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-07-14T08:48:06.268Z] ---> 6a17bc590f4a [2020-07-14T08:48:06.268Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-07-14T08:48:07.245Z] ---> 087650789235 [2020-07-14T08:48:07.245Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-07-14T08:48:07.839Z] ---> 6a1ed9646bd5 [2020-07-14T08:48:07.839Z] Successfully built 6a1ed9646bd5 [2020-07-14T08:48:07.839Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-14T08:48:08.552Z] + docker inspect -f . ci-base-image-arm64 [2020-07-14T08:48:08.552Z] . [Pipeline] withDockerContainer [2020-07-14T08:48:08.798Z] prd-ubuntu18.04-docker-arm64-4c-16g-618 does not seem to be running inside a container [2020-07-14T08:48:08.895Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/33 -v /w/workspace/device-sdk-c/33:/w/workspace/device-sdk-c/33:rw,z -v /w/workspace/device-sdk-c/33@tmp:/w/workspace/device-sdk-c/33@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-arm64 cat [2020-07-14T08:48:10.865Z] $ docker top 2d2ae54e6df303cd8fe2098bfc2bd1107c600a3de379d46cffc43258f3b81136 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-14T08:48:12.538Z] + make test [2020-07-14T08:48:12.538Z] echo "make test" [2020-07-14T08:48:12.538Z] make test [Pipeline] } [2020-07-14T08:48:12.561Z] $ docker stop --time=1 2d2ae54e6df303cd8fe2098bfc2bd1107c600a3de379d46cffc43258f3b81136 [2020-07-14T08:48:14.412Z] $ docker rm -f 2d2ae54e6df303cd8fe2098bfc2bd1107c600a3de379d46cffc43258f3b81136 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-14T08:48:15.585Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-07-14T08:48:15.917Z] + ls -al . [2020-07-14T08:48:15.917Z] total 196 [2020-07-14T08:48:15.917Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 14 08:45 . [2020-07-14T08:48:15.917Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 14 08:45 .. [2020-07-14T08:48:15.917Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 14 08:45 .git [2020-07-14T08:48:15.917Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 14 08:45 .github [2020-07-14T08:48:15.917Z] -rw-rw-r-- 1 jenkins jenkins 176 Jul 14 08:45 .gitignore [2020-07-14T08:48:15.917Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 14 08:45 .semver [2020-07-14T08:48:15.917Z] -rw-rw-r-- 1 jenkins jenkins 3104 Jul 14 08:45 Attribution.txt [2020-07-14T08:48:15.917Z] -rw-rw-r-- 1 jenkins jenkins 5663 Jul 14 08:45 CHANGES [2020-07-14T08:48:15.917Z] -rw-rw-r-- 1 jenkins jenkins 108574 Jul 14 08:45 Doxyfile [2020-07-14T08:48:15.917Z] -rw-rw-r-- 1 jenkins jenkins 794 Jul 14 08:45 Jenkinsfile [2020-07-14T08:48:15.917Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jul 14 08:45 LICENSE [2020-07-14T08:48:15.917Z] -rw-rw-r-- 1 jenkins jenkins 449 Jul 14 08:45 Makefile [2020-07-14T08:48:15.917Z] -rw-rw-r-- 1 jenkins jenkins 1849 Jul 14 08:45 README.md [2020-07-14T08:48:15.917Z] -rw-rw-r-- 1 jenkins jenkins 5670 Jul 14 08:45 README.v2.md [2020-07-14T08:48:15.917Z] -rw-rw-r-- 1 jenkins jenkins 11 Jul 14 08:43 VERSION [2020-07-14T08:48:15.917Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 14 08:45 docs [2020-07-14T08:48:15.917Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 14 08:45 include [2020-07-14T08:48:15.917Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 14 08:45 scripts [2020-07-14T08:48:15.917Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 14 08:45 src [Pipeline] isUnix [Pipeline] sh [2020-07-14T08:48:16.252Z] + 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=e8fe642ab95fdc810dbdbac8ed2055c65e2d8e19 --label arch=arm64 --label version=1.2.2-dev.9 . [2020-07-14T08:48:16.523Z] Sending build context to Docker daemon 3.403MB [2020-07-14T08:48:16.795Z] Step 1/15 : ARG BASE=alpine:3.11 [2020-07-14T08:48:16.795Z] Step 2/15 : FROM ${BASE} [2020-07-14T08:48:16.795Z] ---> 6a1ed9646bd5 [2020-07-14T08:48:16.795Z] Step 3/15 : MAINTAINER IOTech [2020-07-14T08:48:17.068Z] ---> Running in 24d7e9a40be0 [2020-07-14T08:48:17.341Z] Removing intermediate container 24d7e9a40be0 [2020-07-14T08:48:17.341Z] ---> 133d25e3bd8b [2020-07-14T08:48:17.341Z] Step 4/15 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev && mkdir -p /edgex-c-sdk/build [2020-07-14T08:48:17.615Z] ---> Running in 7f15ec04c628 [2020-07-14T08:48:19.034Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-07-14T08:48:20.002Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-07-14T08:48:20.271Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2020-07-14T08:48:20.542Z] (2/6) Installing libblkid (2.33-r0) [2020-07-14T08:48:20.542Z] (3/6) Installing libfdisk (2.33-r0) [2020-07-14T08:48:20.811Z] (4/6) Installing libmount (2.33-r0) [2020-07-14T08:48:20.811Z] (5/6) Installing libsmartcols (2.33-r0) [2020-07-14T08:48:20.811Z] (6/6) Installing util-linux-dev (2.33-r0) [2020-07-14T08:48:21.398Z] Executing busybox-1.29.3-r10.trigger [2020-07-14T08:48:21.398Z] OK: 286 MiB in 84 packages [2020-07-14T08:48:22.820Z] Removing intermediate container 7f15ec04c628 [2020-07-14T08:48:22.820Z] ---> 680388795495 [2020-07-14T08:48:22.820Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-07-14T08:48:23.412Z] ---> 439207515cff [2020-07-14T08:48:23.412Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-07-14T08:48:24.387Z] ---> 8b2386798eb5 [2020-07-14T08:48:24.387Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-07-14T08:48:24.977Z] ---> e8c229aaf331 [2020-07-14T08:48:24.977Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-07-14T08:48:25.568Z] ---> 5f6aa22a6b35 [2020-07-14T08:48:25.568Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-07-14T08:48:26.161Z] ---> 3af737673b03 [2020-07-14T08:48:26.161Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-07-14T08:48:26.755Z] ---> 96b1dd9af8e2 [2020-07-14T08:48:26.755Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-07-14T08:48:27.028Z] ---> Running in 5c637f1c2966 [2020-07-14T08:48:27.302Z] Removing intermediate container 5c637f1c2966 [2020-07-14T08:48:27.302Z] ---> 8148703f574b [2020-07-14T08:48:27.302Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-07-14T08:48:27.575Z] ---> Running in a1c54f2bb2c4 [2020-07-14T08:48:27.845Z] Removing intermediate container a1c54f2bb2c4 [2020-07-14T08:48:27.845Z] ---> 0d28198a4dbf [2020-07-14T08:48:27.845Z] Step 13/15 : LABEL arch=arm64 [2020-07-14T08:48:28.120Z] ---> Running in 28cfb0c0b789 [2020-07-14T08:48:28.718Z] Removing intermediate container 28cfb0c0b789 [2020-07-14T08:48:28.718Z] ---> f1e54c848288 [2020-07-14T08:48:28.718Z] Step 14/15 : LABEL git_sha=e8fe642ab95fdc810dbdbac8ed2055c65e2d8e19 [2020-07-14T08:48:28.718Z] ---> Running in abd702ce913c [2020-07-14T08:48:29.306Z] Removing intermediate container abd702ce913c [2020-07-14T08:48:29.306Z] ---> 00c76ada1109 [2020-07-14T08:48:29.306Z] Step 15/15 : LABEL version=1.2.2-dev.9 [2020-07-14T08:48:29.306Z] ---> Running in 65838c651183 [2020-07-14T08:48:29.577Z] Removing intermediate container 65838c651183 [2020-07-14T08:48:29.577Z] ---> 15d839ecd949 [2020-07-14T08:48:29.577Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2020-07-14T08:48:29.849Z] Successfully built 15d839ecd949 [2020-07-14T08:48:29.849Z] Successfully tagged docker-device-sdk-c-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-07-14T08:48:32.260Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-14T08:48:32.260Z] . [Pipeline] withDockerContainer [2020-07-14T08:48:32.351Z] prd-centos7-docker-4c-2g-617 does not seem to be running inside a container [2020-07-14T08:48:32.393Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-14T08:48:33.085Z] $ docker top 1f431fc27c7bbe22636c65cf4670612d467fd17c96ccc16672f0a65c944ff3dc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-14T08:48:33.618Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-14T08:48:33.618Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-14T08:48:33.805Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-14T08:48:33.809Z] $ docker exec 1f431fc27c7bbe22636c65cf4670612d467fd17c96ccc16672f0a65c944ff3dc ssh-agent [2020-07-14T08:48:33.966Z] SSH_AUTH_SOCK=/tmp/ssh-2DwlYfCbiQMr/agent.12 [2020-07-14T08:48:33.966Z] SSH_AGENT_PID=17 [2020-07-14T08:48:33.972Z] Running ssh-add (command line suppressed) [2020-07-14T08:48:34.089Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_7350903829992318282.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_7350903829992318282.key) [2020-07-14T08:48:34.136Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-14T08:48:34.581Z] + git semver tag [2020-07-14T08:48:34.581Z] # -> Open(): unable to determine branch for HEAD [2020-07-14T08:48:34.581Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-07-14T08:48:34.581Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-07-14T08:48:34.581Z] # $SEMVER_REMOTE_NAME = origin [2020-07-14T08:48:34.581Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-14T08:48:34.581Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-14T08:48:34.581Z] # $SEMVER_BRANCH = master [2020-07-14T08:48:34.581Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [2020-07-14T08:48:34.581Z] # e8fe642ab95fdc810dbdbac8ed2055c65e2d8e19 HEAD [2020-07-14T08:48:34.581Z] # -> Force: false [2020-07-14T08:48:34.581Z] # fe3b212afc75d5a6fef401d36ae244323c682f48 refs/tags/v1.2.2-dev.9 [Pipeline] } [2020-07-14T08:48:34.593Z] $ docker exec --env ******** --env ******** 1f431fc27c7bbe22636c65cf4670612d467fd17c96ccc16672f0a65c944ff3dc ssh-agent -k [2020-07-14T08:48:34.705Z] unset SSH_AUTH_SOCK; [2020-07-14T08:48:34.706Z] unset SSH_AGENT_PID; [2020-07-14T08:48:34.706Z] echo Agent pid 17 killed; [2020-07-14T08:48:34.749Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-14T08:48:35.332Z] + git semver [Pipeline] } [2020-07-14T08:48:35.348Z] $ docker stop --time=1 1f431fc27c7bbe22636c65cf4670612d467fd17c96ccc16672f0a65c944ff3dc [2020-07-14T08:48:36.683Z] $ docker rm -f 1f431fc27c7bbe22636c65cf4670612d467fd17c96ccc16672f0a65c944ff3dc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-07-14T08:48:37.451Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-14T08:48:37.451Z] [2020-07-14T08:48:37.451Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-07-14T08:48:37.821Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-14T08:48:37.821Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-07-14T08:48:37.821Z] ab5ef0e58194: Pulling fs layer [2020-07-14T08:48:37.821Z] 9712f1f96733: Pulling fs layer [2020-07-14T08:48:37.821Z] 63f879dbbcfc: Pulling fs layer [2020-07-14T08:48:37.821Z] 0d9ebad4ef96: Pulling fs layer [2020-07-14T08:48:37.821Z] e9a5061849ea: Pulling fs layer [2020-07-14T08:48:37.821Z] d747dcd14b5f: Pulling fs layer [2020-07-14T08:48:37.821Z] 2de7ff778b66: Pulling fs layer [2020-07-14T08:48:37.821Z] e9a5061849ea: Waiting [2020-07-14T08:48:37.821Z] d747dcd14b5f: Waiting [2020-07-14T08:48:37.821Z] 0d9ebad4ef96: Waiting [2020-07-14T08:48:37.821Z] 9712f1f96733: Verifying Checksum [2020-07-14T08:48:37.821Z] 9712f1f96733: Download complete [2020-07-14T08:48:38.423Z] 63f879dbbcfc: Download complete [2020-07-14T08:48:38.423Z] e9a5061849ea: Verifying Checksum [2020-07-14T08:48:38.423Z] e9a5061849ea: Download complete [2020-07-14T08:48:38.423Z] d747dcd14b5f: Verifying Checksum [2020-07-14T08:48:38.423Z] d747dcd14b5f: Download complete [2020-07-14T08:48:38.691Z] 0d9ebad4ef96: Verifying Checksum [2020-07-14T08:48:38.691Z] 0d9ebad4ef96: Download complete [2020-07-14T08:48:38.691Z] 2de7ff778b66: Verifying Checksum [2020-07-14T08:48:38.691Z] 2de7ff778b66: Download complete [2020-07-14T08:48:38.958Z] ab5ef0e58194: Verifying Checksum [2020-07-14T08:48:38.958Z] ab5ef0e58194: Download complete [2020-07-14T08:48:42.276Z] ab5ef0e58194: Pull complete [2020-07-14T08:48:42.538Z] 9712f1f96733: Pull complete [2020-07-14T08:48:45.082Z] 63f879dbbcfc: Pull complete [2020-07-14T08:48:51.675Z] 0d9ebad4ef96: Pull complete [2020-07-14T08:48:53.061Z] e9a5061849ea: Pull complete [2020-07-14T08:48:53.061Z] d747dcd14b5f: Pull complete [2020-07-14T08:48:55.606Z] 2de7ff778b66: Pull complete [2020-07-14T08:48:55.606Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-07-14T08:48:55.606Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-14T08:48:55.606Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-07-14T08:48:55.721Z] prd-centos7-docker-4c-2g-617 does not seem to be running inside a container [2020-07-14T08:48:55.759Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-07-14T08:48:59.466Z] $ docker top eb16575e6afcb6528512ba377cd7e5b19ee9140184c101dad78cac83cf02a978 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-07-14T08:48:59.715Z] provisioning config files... [2020-07-14T08:48:59.726Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config1276083279759083763tmp [2020-07-14T08:48:59.743Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config8711205861128781922tmp [2020-07-14T08:48:59.756Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config3861166341293196381tmp [Pipeline] { [Pipeline] echo [2020-07-14T08:49:00.005Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-14T08:49:00.294Z] ---> sigul-configuration.sh [2020-07-14T08:49:00.294Z] gpg: directory `/root/.gnupg' created [2020-07-14T08:49:00.294Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-07-14T08:49:00.294Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-07-14T08:49:00.294Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-07-14T08:49:00.294Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-07-14T08:49:00.294Z] gpg: CAST5 encrypted data [2020-07-14T08:49:00.556Z] gpg: encrypted with 1 passphrase [2020-07-14T08:49:00.556Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-07-14T08:49:00.848Z] + mkdir /home/jenkins [2020-07-14T08:49:00.848Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-07-14T08:49:01.138Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-07-14T08:49:01.147Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-14T08:49:01.437Z] ---> sigul-install.sh [2020-07-14T08:49:06.720Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-07-14T08:49:07.009Z] + git tag --list [2020-07-14T08:49:07.009Z] v1.2.2-dev.9 [Pipeline] sh [2020-07-14T08:49:07.299Z] + lftools sign git-tag v1.2.2-dev.9 [2020-07-14T08:49:08.682Z] Signing Git tag with Sigul... [2020-07-14T08:49:08.682Z] Signing v1.2.2-dev.9 [Pipeline] echo [2020-07-14T08:49:09.634Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-14T08:49:09.968Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-07-14T08:49:09.979Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-07-14T08:49:10.301Z] $ docker stop --time=1 eb16575e6afcb6528512ba377cd7e5b19ee9140184c101dad78cac83cf02a978 [2020-07-14T08:49:12.086Z] $ docker rm -f eb16575e6afcb6528512ba377cd7e5b19ee9140184c101dad78cac83cf02a978 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-07-14T08:49:12.780Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-14T08:49:12.780Z] . [Pipeline] withDockerContainer [2020-07-14T08:49:12.884Z] prd-centos7-docker-4c-2g-617 does not seem to be running inside a container [2020-07-14T08:49:12.921Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-14T08:49:13.513Z] $ docker top 8a257965b85a068af97467063f6a4eccf28801ba566e8d27138d116de420a792 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-14T08:49:13.805Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-14T08:49:13.805Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-14T08:49:14.001Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-14T08:49:14.005Z] $ docker exec 8a257965b85a068af97467063f6a4eccf28801ba566e8d27138d116de420a792 ssh-agent [2020-07-14T08:49:14.166Z] SSH_AUTH_SOCK=/tmp/ssh-qV6L7oPo2iF8/agent.12 [2020-07-14T08:49:14.167Z] SSH_AGENT_PID=18 [2020-07-14T08:49:14.172Z] Running ssh-add (command line suppressed) [2020-07-14T08:49:14.300Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_4730714230710866230.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_4730714230710866230.key) [2020-07-14T08:49:14.350Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-14T08:49:14.669Z] + git semver bump pre [2020-07-14T08:49:14.669Z] # -> Open(): unable to determine branch for HEAD [2020-07-14T08:49:14.669Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-07-14T08:49:14.669Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-07-14T08:49:14.669Z] # $SEMVER_REMOTE_NAME = origin [2020-07-14T08:49:14.669Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-14T08:49:14.669Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-14T08:49:14.669Z] # $SEMVER_BRANCH = master [2020-07-14T08:49:14.669Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [2020-07-14T08:49:14.669Z] 1.2.2-dev.10 [Pipeline] } [2020-07-14T08:49:14.680Z] $ docker exec --env ******** --env ******** 8a257965b85a068af97467063f6a4eccf28801ba566e8d27138d116de420a792 ssh-agent -k [2020-07-14T08:49:14.812Z] unset SSH_AUTH_SOCK; [2020-07-14T08:49:14.813Z] unset SSH_AGENT_PID; [2020-07-14T08:49:14.813Z] echo Agent pid 18 killed; [2020-07-14T08:49:14.861Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-14T08:49:15.309Z] + git semver [Pipeline] } [2020-07-14T08:49:15.324Z] $ docker stop --time=1 8a257965b85a068af97467063f6a4eccf28801ba566e8d27138d116de420a792 [2020-07-14T08:49:16.651Z] $ docker rm -f 8a257965b85a068af97467063f6a4eccf28801ba566e8d27138d116de420a792 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-14T08:49:17.137Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-14T08:49:17.137Z] . [Pipeline] withDockerContainer [2020-07-14T08:49:17.222Z] prd-centos7-docker-4c-2g-617 does not seem to be running inside a container [2020-07-14T08:49:17.260Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-14T08:49:17.787Z] $ docker top 8dc710025718c4e42b3c90dc60b0350330780425ebac353318d73ec63376388f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-14T08:49:18.052Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-14T08:49:18.052Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-14T08:49:18.214Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-14T08:49:18.219Z] $ docker exec 8dc710025718c4e42b3c90dc60b0350330780425ebac353318d73ec63376388f ssh-agent [2020-07-14T08:49:18.384Z] SSH_AUTH_SOCK=/tmp/ssh-1Vo3wPNjFiFM/agent.12 [2020-07-14T08:49:18.384Z] SSH_AGENT_PID=17 [2020-07-14T08:49:18.390Z] Running ssh-add (command line suppressed) [2020-07-14T08:49:18.515Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_6008567649539946495.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_6008567649539946495.key) [2020-07-14T08:49:18.564Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-14T08:49:18.885Z] + git semver push [2020-07-14T08:49:18.886Z] # -> Open(): unable to determine branch for HEAD [2020-07-14T08:49:18.886Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-07-14T08:49:18.886Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-07-14T08:49:18.886Z] # $SEMVER_REMOTE_NAME = origin [2020-07-14T08:49:18.886Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-14T08:49:18.886Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-14T08:49:18.886Z] # $SEMVER_BRANCH = master [2020-07-14T08:49:18.886Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [Pipeline] } [2020-07-14T08:49:25.473Z] $ docker exec --env ******** --env ******** 8dc710025718c4e42b3c90dc60b0350330780425ebac353318d73ec63376388f ssh-agent -k [2020-07-14T08:49:25.593Z] unset SSH_AUTH_SOCK; [2020-07-14T08:49:25.593Z] unset SSH_AGENT_PID; [2020-07-14T08:49:25.593Z] echo Agent pid 17 killed; [2020-07-14T08:49:25.642Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-14T08:49:26.091Z] + git semver [Pipeline] } [2020-07-14T08:49:26.108Z] $ docker stop --time=1 8dc710025718c4e42b3c90dc60b0350330780425ebac353318d73ec63376388f [2020-07-14T08:49:27.428Z] $ docker rm -f 8dc710025718c4e42b3c90dc60b0350330780425ebac353318d73ec63376388f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-07-14T08:49:28.288Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-14T08:49:28.843Z] ---> package-listing.sh [2020-07-14T08:49:28.843Z] ++ facter osfamily [2020-07-14T08:49:28.843Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-14T08:49:28.843Z] + OS_FAMILY=redhat [2020-07-14T08:49:28.843Z] + workspace=/w/workspace/edgexfoundry_device-sdk-c_master [2020-07-14T08:49:28.843Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-14T08:49:28.843Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-14T08:49:28.843Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-14T08:49:28.843Z] + PACKAGES=/tmp/packages_start.txt [2020-07-14T08:49:28.843Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_master ']' [2020-07-14T08:49:28.843Z] + PACKAGES=/tmp/packages_end.txt [2020-07-14T08:49:28.843Z] + case "${OS_FAMILY}" in [2020-07-14T08:49:28.843Z] + rpm -qa [2020-07-14T08:49:28.843Z] + sort [2020-07-14T08:49:33.048Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-14T08:49:33.048Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-14T08:49:33.048Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-14T08:49:33.048Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_master ']' [2020-07-14T08:49:33.048Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_master/archives/ [2020-07-14T08:49:33.048Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-c_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-14T08:49:33.564Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-14T08:49:33.564Z] [2020-07-14T08:49:33.564Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-14T08:49:34.038Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-14T08:49:34.039Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-14T08:49:34.039Z] c9b1b535fdd9: Pulling fs layer [2020-07-14T08:49:34.039Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-14T08:49:34.039Z] 756a868c4378: Pulling fs layer [2020-07-14T08:49:34.039Z] 444b2fc9a129: Pulling fs layer [2020-07-14T08:49:34.039Z] ea15f1150254: Pulling fs layer [2020-07-14T08:49:34.039Z] 41b27a9f41bf: Pulling fs layer [2020-07-14T08:49:34.039Z] 28c525ee5125: Pulling fs layer [2020-07-14T08:49:34.039Z] 094b1ea09ed8: Pulling fs layer [2020-07-14T08:49:34.039Z] 138eaada9080: Pulling fs layer [2020-07-14T08:49:34.039Z] 0622d0fa9048: Pulling fs layer [2020-07-14T08:49:34.039Z] 41b27a9f41bf: Waiting [2020-07-14T08:49:34.039Z] 28c525ee5125: Waiting [2020-07-14T08:49:34.039Z] 094b1ea09ed8: Waiting [2020-07-14T08:49:34.039Z] 138eaada9080: Waiting [2020-07-14T08:49:34.039Z] 0622d0fa9048: Waiting [2020-07-14T08:49:34.039Z] 444b2fc9a129: Waiting [2020-07-14T08:49:34.039Z] ea15f1150254: Waiting [2020-07-14T08:49:34.039Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-14T08:49:34.039Z] 2cc5ad85d9ab: Download complete [2020-07-14T08:49:34.039Z] 444b2fc9a129: Verifying Checksum [2020-07-14T08:49:34.039Z] 444b2fc9a129: Download complete [2020-07-14T08:49:34.039Z] c9b1b535fdd9: Verifying Checksum [2020-07-14T08:49:34.039Z] c9b1b535fdd9: Download complete [2020-07-14T08:49:34.039Z] ea15f1150254: Download complete [2020-07-14T08:49:34.039Z] 28c525ee5125: Verifying Checksum [2020-07-14T08:49:34.039Z] 28c525ee5125: Download complete [2020-07-14T08:49:34.310Z] 756a868c4378: Verifying Checksum [2020-07-14T08:49:34.310Z] 756a868c4378: Download complete [2020-07-14T08:49:34.582Z] c9b1b535fdd9: Pull complete [2020-07-14T08:49:34.582Z] 138eaada9080: Verifying Checksum [2020-07-14T08:49:34.582Z] 138eaada9080: Download complete [2020-07-14T08:49:34.582Z] 0622d0fa9048: Verifying Checksum [2020-07-14T08:49:34.582Z] 0622d0fa9048: Download complete [2020-07-14T08:49:34.582Z] 094b1ea09ed8: Verifying Checksum [2020-07-14T08:49:34.582Z] 094b1ea09ed8: Download complete [2020-07-14T08:49:34.851Z] 2cc5ad85d9ab: Pull complete [2020-07-14T08:49:35.111Z] 41b27a9f41bf: Verifying Checksum [2020-07-14T08:49:35.111Z] 41b27a9f41bf: Download complete [2020-07-14T08:49:36.059Z] 756a868c4378: Pull complete [2020-07-14T08:49:36.320Z] 444b2fc9a129: Pull complete [2020-07-14T08:49:36.584Z] ea15f1150254: Pull complete [2020-07-14T08:49:39.894Z] 41b27a9f41bf: Pull complete [2020-07-14T08:49:40.157Z] 28c525ee5125: Pull complete [2020-07-14T08:49:42.074Z] 094b1ea09ed8: Pull complete [2020-07-14T08:49:42.334Z] 138eaada9080: Pull complete [2020-07-14T08:49:42.334Z] 0622d0fa9048: Pull complete [2020-07-14T08:49:42.334Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-14T08:49:42.334Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-14T08:49:42.334Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-14T08:49:42.481Z] prd-centos7-docker-4c-2g-617 does not seem to be running inside a container [2020-07-14T08:49:42.523Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-14T08:49:45.108Z] $ docker top f485768ddbd56ccd7265f8fbeb720d22af4133a6628838026fca71d776ee3bf9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-14T08:49:45.386Z] provisioning config files... [2020-07-14T08:49:45.406Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config7190588569141927830tmp [Pipeline] { [Pipeline] echo [2020-07-14T08:49:45.460Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-14T08:49:45.752Z] ---> create-netrc.sh [Pipeline] echo [2020-07-14T08:49:45.761Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-14T08:49:46.050Z] ---> logs-deploy.sh [2020-07-14T08:49:46.050Z] + ARCHIVE_ARTIFACTS= [2020-07-14T08:49:46.050Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-14T08:49:46.050Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-14T08:49:46.050Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-14T08:49:46.050Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/master/33 [2020-07-14T08:49:46.050Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-c/job/master/33/ [2020-07-14T08:49:46.050Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/master/33 /w/workspace/edgexfoundry_device-sdk-c_master [2020-07-14T08:49:46.995Z] Archives upload complete. [2020-07-14T08:49:46.995Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/master/33 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-c/job/master/33/