Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0776142c6d3161b910df185b7a9c1c513e53f5f6 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 Waiting for next available executor Running on prd-centos7-docker-4c-2g-4883 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-sdk-c.git > git init /w/workspace/edgexfoundry_device-sdk-c_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision 0776142c6d3161b910df185b7a9c1c513e53f5f6 (master) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0776142c6d3161b910df185b7a9c1c513e53f5f6 # timeout=10 Commit message: "Merge pull request #275 from iain-anderson/restv2-branch-2" > git rev-list --no-walk b4873c23cc909bb34276112007e0d4a5fd45beca # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-30T13:18:25.012Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-30T13:18:25.159Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-30T13:18:25.201Z] ========================================================= [2020-06-30T13:18:25.201Z] EdgeX Global Pipelines Version Info [2020-06-30T13:18:25.201Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-30T13:18:27.605Z] ------------------- [2020-06-30T13:18:27.605Z] stable info: [2020-06-30T13:18:27.605Z] ------------------- [2020-06-30T13:18:27.605Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-30T13:18:27.605Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-30T13:18:27.605Z] Message: update stable to v1.0.89 [2020-06-30T13:18:29.043Z] ------------------- [2020-06-30T13:18:29.043Z] experimental info: [2020-06-30T13:18:29.043Z] ------------------- [2020-06-30T13:18:29.043Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-30T13:18:29.043Z] Commit SHA: 50d5b24b0ab5f81d75c339234d0e2512bee9338e [2020-06-30T13:18:29.043Z] Message: update experimental to v1.0.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-06-30T13:18:30.476Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-30T13:18:30.742Z] [2020-06-30T13:18:30.742Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-30T13:18:31.091Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-30T13:18:31.091Z] latest: Pulling from edgex-devops/git-semver [2020-06-30T13:18:31.091Z] 9123ac7c32f7: Pulling fs layer [2020-06-30T13:18:31.091Z] b8cc5d1170e3: Pulling fs layer [2020-06-30T13:18:31.091Z] 2924cbbf6a41: Pulling fs layer [2020-06-30T13:18:31.092Z] 93b08a4f1073: Pulling fs layer [2020-06-30T13:18:31.092Z] 93b08a4f1073: Waiting [2020-06-30T13:18:31.092Z] b8cc5d1170e3: Verifying Checksum [2020-06-30T13:18:31.092Z] b8cc5d1170e3: Download complete [2020-06-30T13:18:31.360Z] 9123ac7c32f7: Download complete [2020-06-30T13:18:31.360Z] 93b08a4f1073: Verifying Checksum [2020-06-30T13:18:31.360Z] 93b08a4f1073: Download complete [2020-06-30T13:18:31.360Z] 2924cbbf6a41: Verifying Checksum [2020-06-30T13:18:31.360Z] 2924cbbf6a41: Download complete [2020-06-30T13:18:31.633Z] 9123ac7c32f7: Pull complete [2020-06-30T13:18:31.907Z] b8cc5d1170e3: Pull complete [2020-06-30T13:18:33.365Z] 2924cbbf6a41: Pull complete [2020-06-30T13:18:33.970Z] 93b08a4f1073: Pull complete [2020-06-30T13:18:33.970Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-30T13:18:33.970Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-30T13:18:33.970Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-30T13:18:34.109Z] prd-centos7-docker-4c-2g-4883 does not seem to be running inside a container [2020-06-30T13:18:34.177Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-30T13:18:36.526Z] $ docker top b710fc937a0c7b9b0b879222a2c11554cec853598b133c1dfcc55c76d6b9e49c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-30T13:18:36.858Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-30T13:18:36.858Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-30T13:18:37.235Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-30T13:18:37.240Z] $ docker exec b710fc937a0c7b9b0b879222a2c11554cec853598b133c1dfcc55c76d6b9e49c ssh-agent [2020-06-30T13:18:37.595Z] SSH_AUTH_SOCK=/tmp/ssh-r4SK0vfk5NYm/agent.12 [2020-06-30T13:18:37.595Z] SSH_AGENT_PID=18 [2020-06-30T13:18:37.618Z] Running ssh-add (command line suppressed) [2020-06-30T13:18:37.870Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_2237557458639281467.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_2237557458639281467.key) [2020-06-30T13:18:37.947Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-30T13:18:38.296Z] + git describe --exact-match --tags HEAD [2020-06-30T13:18:38.296Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-30T13:18:38.465Z] $ docker exec --env ******** --env ******** b710fc937a0c7b9b0b879222a2c11554cec853598b133c1dfcc55c76d6b9e49c ssh-agent -k [2020-06-30T13:18:38.624Z] unset SSH_AUTH_SOCK; [2020-06-30T13:18:38.625Z] unset SSH_AGENT_PID; [2020-06-30T13:18:38.625Z] echo Agent pid 18 killed; [2020-06-30T13:18:38.680Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-30T13:18:38.716Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-30T13:18:38.716Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-30T13:18:38.762Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-30T13:18:38.762Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-30T13:18:38.953Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-30T13:18:38.958Z] $ docker exec b710fc937a0c7b9b0b879222a2c11554cec853598b133c1dfcc55c76d6b9e49c ssh-agent [2020-06-30T13:18:39.262Z] SSH_AUTH_SOCK=/tmp/ssh-VXHfGiQNkZU2/agent.48 [2020-06-30T13:18:39.262Z] SSH_AGENT_PID=54 [2020-06-30T13:18:39.272Z] Running ssh-add (command line suppressed) [2020-06-30T13:18:39.422Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_1621486270678542872.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_1621486270678542872.key) [2020-06-30T13:18:39.569Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-30T13:18:40.270Z] + git semver init [2020-06-30T13:18:40.270Z] # -> Open(): unable to determine branch for HEAD [2020-06-30T13:18:40.270Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-06-30T13:18:40.270Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-06-30T13:18:40.270Z] # $SEMVER_REMOTE_NAME = origin [2020-06-30T13:18:40.270Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-30T13:18:40.270Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-30T13:18:40.270Z] # $SEMVER_BRANCH = master [2020-06-30T13:18:40.270Z] # $SEMVER_TEMP = /tmp/semver-517087544 [2020-06-30T13:18:40.270Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-c.git $SEMVER_TEMP [2020-06-30T13:18:40.894Z] # '/tmp/semver-517087544' -> '/w/workspace/edgexfoundry_device-sdk-c_master/.semver' [2020-06-30T13:18:40.894Z] # -> Force: false [2020-06-30T13:18:40.894Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [Pipeline] } [2020-06-30T13:18:40.919Z] $ docker exec --env ******** --env ******** b710fc937a0c7b9b0b879222a2c11554cec853598b133c1dfcc55c76d6b9e49c ssh-agent -k [2020-06-30T13:18:41.164Z] unset SSH_AUTH_SOCK; [2020-06-30T13:18:41.164Z] unset SSH_AGENT_PID; [2020-06-30T13:18:41.164Z] echo Agent pid 54 killed; [2020-06-30T13:18:41.247Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-30T13:18:41.638Z] + git semver [Pipeline] } [2020-06-30T13:18:41.673Z] $ docker stop --time=1 b710fc937a0c7b9b0b879222a2c11554cec853598b133c1dfcc55c76d6b9e49c [2020-06-30T13:18:43.285Z] $ docker rm -f b710fc937a0c7b9b0b879222a2c11554cec853598b133c1dfcc55c76d6b9e49c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-30T13:18:44.417Z] Stashed 49 file(s) [Pipeline] echo [2020-06-30T13:18:44.419Z] [edgeXSemver] initialized semver on version 1.2.2-dev.7 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-06-30T13:18:59.574Z] Still waiting to schedule task [2020-06-30T13:18:59.575Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4883’ [2020-06-30T13:18:59.576Z] Still waiting to schedule task [2020-06-30T13:18:59.576Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-06-30T13:20:39.549Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4884 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] ws [2020-06-30T13:20:39.574Z] Running in /w/workspace/device-sdk-c/31 [Pipeline] { [Pipeline] checkout [2020-06-30T13:20:44.571Z] using credential edgex-jenkins-ssh [2020-06-30T13:20:44.607Z] Cloning the remote Git repository [2020-06-30T13:20:44.607Z] Cloning with configured refspecs honoured and without tags [2020-06-30T13:20:44.650Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-06-30T13:20:44.761Z] > git init /w/workspace/device-sdk-c/31 # timeout=10 [2020-06-30T13:20:44.833Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-06-30T13:20:44.835Z] > git --version # timeout=10 [2020-06-30T13:20:44.860Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-30T13:20:44.938Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-30T13:20:45.888Z] Fetching without tags [2020-06-30T13:20:46.409Z] Checking out Revision 0776142c6d3161b910df185b7a9c1c513e53f5f6 (master) [2020-06-30T13:20:45.809Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-06-30T13:20:45.826Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-30T13:20:45.848Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-06-30T13:20:45.877Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-06-30T13:20:45.878Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-30T13:20:45.890Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-30T13:20:46.407Z] > git config core.sparsecheckout # timeout=10 [2020-06-30T13:20:46.433Z] > git checkout -f 0776142c6d3161b910df185b7a9c1c513e53f5f6 # timeout=10 [2020-06-30T13:20:51.141Z] Commit message: "Merge pull request #275 from iain-anderson/restv2-branch-2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-30T13:20:52.296Z] ========================================================= [2020-06-30T13:20:52.296Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] [2020-06-30T13:20:52.296Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-30T13:20:53.318Z] + docker build -t ci-base-image-arm64 -f scripts/Dockerfile.alpine-3.11-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest . [2020-06-30T13:20:54.312Z] Sending build context to Docker daemon 3.304MB [2020-06-30T13:20:54.312Z] Step 1/21 : ARG BASE=alpine:3.11 [2020-06-30T13:20:54.312Z] Step 2/21 : FROM ${BASE} as builder [2020-06-30T13:20:54.589Z] latest: Pulling from edgex-devops/edgex-gcc-base-arm64 [2020-06-30T13:20:54.589Z] 0362ad1dd800: Pulling fs layer [2020-06-30T13:20:54.589Z] f2cdb1532d8b: Pulling fs layer [2020-06-30T13:20:54.589Z] 37ed683be191: Pulling fs layer [2020-06-30T13:20:54.589Z] f2cdb1532d8b: Verifying Checksum [2020-06-30T13:20:54.589Z] f2cdb1532d8b: Download complete [2020-06-30T13:20:54.866Z] 0362ad1dd800: Verifying Checksum [2020-06-30T13:20:54.866Z] 0362ad1dd800: Download complete [2020-06-30T13:20:55.485Z] 0362ad1dd800: Pull complete [2020-06-30T13:20:56.081Z] f2cdb1532d8b: Pull complete [2020-06-30T13:20:57.061Z] 37ed683be191: Verifying Checksum [2020-06-30T13:20:57.061Z] 37ed683be191: Download complete [2020-06-30T13:21:07.239Z] 37ed683be191: Pull complete [2020-06-30T13:21:07.239Z] Digest: sha256:f3a502aba7c4a8aa4a4fcde21dbb9db33787f3779e80dd14fb3ea60ab67de23f [2020-06-30T13:21:07.239Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest [2020-06-30T13:21:07.239Z] ---> b23d30803547 [2020-06-30T13:21:07.239Z] Step 3/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev [2020-06-30T13:21:08.219Z] ---> Running in f78365c5884b [2020-06-30T13:21:09.651Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-06-30T13:21:10.258Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-06-30T13:21:10.859Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-06-30T13:21:10.859Z] (2/8) Installing libuuid (2.33-r0) [2020-06-30T13:21:11.130Z] (3/8) Installing libblkid (2.33-r0) [2020-06-30T13:21:11.130Z] (4/8) Installing libfdisk (2.33-r0) [2020-06-30T13:21:11.130Z] (5/8) Installing libmount (2.33-r0) [2020-06-30T13:21:11.403Z] (6/8) Installing libsmartcols (2.33-r0) [2020-06-30T13:21:11.403Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-06-30T13:21:11.674Z] (8/8) Installing wget (1.20.3-r0) [2020-06-30T13:21:11.949Z] Executing busybox-1.29.3-r10.trigger [2020-06-30T13:21:11.949Z] OK: 285 MiB in 83 packages [2020-06-30T13:21:13.384Z] Removing intermediate container f78365c5884b [2020-06-30T13:21:13.384Z] ---> 6cf7b0bc444b [2020-06-30T13:21:13.384Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-06-30T13:21:13.384Z] ---> Running in fd44a5bd8ab2 [2020-06-30T13:21:13.662Z] Removing intermediate container fd44a5bd8ab2 [2020-06-30T13:21:13.662Z] ---> 0c82a49d3723 [2020-06-30T13:21:13.662Z] Step 5/21 : RUN mkdir /tmp/cbor && cd /tmp/cbor && wget -O - https://github.com/PJK/libcbor/archive/v${CBOR_VERSION}.tar.gz | tar -z -x -f - && sed -e 's/-flto//' -i libcbor-${CBOR_VERSION}/CMakeLists.txt && cmake -DCMAKE_BUILD_TYPE=Release -DCBOR_CUSTOM_ALLOC=ON libcbor-${CBOR_VERSION} && make && make install [2020-06-30T13:21:13.942Z] ---> Running in e052626fc5ff [2020-06-30T13:21:15.038Z] Running on prd-centos7-docker-4c-2g-4885 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] ws [2020-06-30T13:21:15.062Z] Running in /w/workspace/device-sdk-c/31 [Pipeline] { [Pipeline] checkout [2020-06-30T13:21:15.380Z] --2020-06-30 13:21:15-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-06-30T13:21:15.380Z] Resolving github.com... 140.82.112.4 [2020-06-30T13:21:15.380Z] Connecting to github.com|140.82.112.4|:443... connected. [2020-06-30T13:21:15.659Z] HTTP request sent, awaiting response... 302 Found [2020-06-30T13:21:15.659Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-06-30T13:21:15.659Z] --2020-06-30 13:21:15-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-06-30T13:21:15.659Z] Resolving codeload.github.com... 140.82.114.9 [2020-06-30T13:21:15.659Z] Connecting to codeload.github.com|140.82.114.9|:443... connected. [2020-06-30T13:21:15.933Z] HTTP request sent, awaiting response... 200 OK [2020-06-30T13:21:15.933Z] Length: unspecified [application/x-gzip] [2020-06-30T13:21:15.933Z] Saving to: 'STDOUT' [2020-06-30T13:21:15.933Z]  [2020-06-30T13:21:15.933Z] 0K .......... .......... .......... .......... .......... 1.52M [2020-06-30T13:21:15.933Z] 50K .......... .......... .......... .......... .......... 2.95M [2020-06-30T13:21:15.933Z] 100K .......... .......... .......... .......... .......... 3.09M [2020-06-30T13:21:15.933Z] 150K .......... .......... .......... .......... .......... 11.5M [2020-06-30T13:21:15.933Z] 200K .......... .......... .......... .......... .......... 7.45M [2020-06-30T13:21:15.933Z] 250K .......... .......... .......... .......... .......... 3.31M [2020-06-30T13:21:15.933Z] 300K .......... .......... .......... .......... .......... 5.17M [2020-06-30T13:21:15.933Z] 350K .......... .......... .......... .......... .......... 5.19M [2020-06-30T13:21:15.933Z] 400K .......... .......... .......... .......... .......... 3.71M [2020-06-30T13:21:15.933Z] 450K .......... .......... .......... .......... .......... 3.97M [2020-06-30T13:21:15.933Z] 500K .......... .......... .......... .......... .......... 6.53M [2020-06-30T13:21:15.933Z] 550K .......... .......... .......... .......... .......... 1.80M [2020-06-30T13:21:15.933Z] 600K .......... .......... .......... .......... .......... 975K [2020-06-30T13:21:16.209Z] 650K .......... .......... .......... .......... .......... 1.68M [2020-06-30T13:21:16.209Z] 700K ..    2.42M=0.3s [2020-06-30T13:21:16.209Z] [2020-06-30T13:21:16.209Z] 2020-06-30 13:21:15 (2.74 MB/s) - written to stdout [719348] [2020-06-30T13:21:16.210Z] [2020-06-30T13:21:16.482Z] -- The C compiler identification is GNU 8.3.0 [2020-06-30T13:21:16.482Z] -- The CXX compiler identification is GNU 8.3.0 [2020-06-30T13:21:16.754Z] -- Check for working C compiler: /usr/bin/cc [2020-06-30T13:21:16.754Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-06-30T13:21:16.754Z] -- Detecting C compiler ABI info [2020-06-30T13:21:17.030Z] -- Detecting C compiler ABI info - done [2020-06-30T13:21:17.030Z] -- Detecting C compile features [2020-06-30T13:21:17.306Z] using credential edgex-jenkins-ssh [2020-06-30T13:21:17.329Z] Cloning the remote Git repository [2020-06-30T13:21:17.329Z] Cloning with configured refspecs honoured and without tags [2020-06-30T13:21:16.566Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-06-30T13:21:16.639Z] > git init /w/workspace/device-sdk-c/31 # timeout=10 [2020-06-30T13:21:18.011Z] -- Detecting C compile features - done [2020-06-30T13:21:18.011Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-06-30T13:21:18.011Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-06-30T13:21:18.011Z] -- Detecting CXX compiler ABI info [2020-06-30T13:21:18.138Z] Fetching without tags [2020-06-30T13:21:18.286Z] -- Detecting CXX compiler ABI info - done [2020-06-30T13:21:18.286Z] -- Detecting CXX compile features [2020-06-30T13:21:16.735Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-06-30T13:21:16.735Z] > git --version # timeout=10 [2020-06-30T13:21:16.742Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-30T13:21:16.771Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-30T13:21:17.386Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-06-30T13:21:17.392Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-30T13:21:17.409Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-06-30T13:21:17.420Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-06-30T13:21:17.420Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-30T13:21:17.424Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-30T13:21:18.555Z] Checking out Revision 0776142c6d3161b910df185b7a9c1c513e53f5f6 (master) [2020-06-30T13:21:17.875Z] > git config core.sparsecheckout # timeout=10 [2020-06-30T13:21:17.879Z] > git checkout -f 0776142c6d3161b910df185b7a9c1c513e53f5f6 # timeout=10 [2020-06-30T13:21:20.268Z] -- Detecting CXX compile features - done [2020-06-30T13:21:20.268Z] -- Looking for include file endian.h [2020-06-30T13:21:20.268Z] -- Looking for include file endian.h - found [2020-06-30T13:21:20.268Z] -- Check if the system is big endian [2020-06-30T13:21:20.268Z] -- Searching 16 bit integer [2020-06-30T13:21:20.268Z] -- Looking for sys/types.h [2020-06-30T13:21:20.541Z] -- Looking for sys/types.h - found [2020-06-30T13:21:20.541Z] -- Looking for stdint.h [2020-06-30T13:21:20.541Z] -- Looking for stdint.h - found [2020-06-30T13:21:20.541Z] -- Looking for stddef.h [2020-06-30T13:21:20.813Z] -- Looking for stddef.h - found [2020-06-30T13:21:20.813Z] -- Check size of unsigned short [2020-06-30T13:21:21.086Z] -- Check size of unsigned short - done [2020-06-30T13:21:21.086Z] -- Using unsigned short [2020-06-30T13:21:21.358Z] -- Check if the system is big endian - little endian [2020-06-30T13:21:21.358Z] -- Check size of size_t [2020-06-30T13:21:21.629Z] -- Check size of size_t - done [2020-06-30T13:21:21.629Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-06-30T13:21:21.629Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-06-30T13:21:21.629Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-06-30T13:21:21.629Z] CMake did not find one. [2020-06-30T13:21:21.629Z] [2020-06-30T13:21:21.629Z] Could not find a package configuration file provided by "cJSON" with any of [2020-06-30T13:21:21.629Z] the following names: [2020-06-30T13:21:21.629Z] [2020-06-30T13:21:21.629Z] cJSONConfig.cmake [2020-06-30T13:21:21.629Z] cjson-config.cmake [2020-06-30T13:21:21.629Z] [2020-06-30T13:21:21.629Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-06-30T13:21:21.629Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-06-30T13:21:21.629Z] provides a separate development package or SDK, be sure it has been [2020-06-30T13:21:21.629Z] installed. [2020-06-30T13:21:21.629Z] [2020-06-30T13:21:21.629Z] [2020-06-30T13:21:21.629Z] -- Configuring done [2020-06-30T13:21:21.903Z] -- Generating done [2020-06-30T13:21:21.903Z] -- Build files have been written to: /tmp/cbor [2020-06-30T13:21:21.903Z] Scanning dependencies of target cbor_shared [2020-06-30T13:21:21.958Z] Commit message: "Merge pull request #275 from iain-anderson/restv2-branch-2" [2020-06-30T13:21:22.173Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-30T13:21:22.608Z] ========================================================= [2020-06-30T13:21:22.608Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2020-06-30T13:21:22.608Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-30T13:21:22.779Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-06-30T13:21:23.201Z] + docker build -t ci-base-image-x86_64 -f scripts/Dockerfile.alpine-3.11-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest . [2020-06-30T13:21:23.372Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-06-30T13:21:23.471Z] Sending build context to Docker daemon 3.304MB [2020-06-30T13:21:23.471Z] Step 1/21 : ARG BASE=alpine:3.11 [2020-06-30T13:21:23.471Z] Step 2/21 : FROM ${BASE} as builder [2020-06-30T13:21:23.471Z] latest: Pulling from edgex-devops/edgex-gcc-base [2020-06-30T13:21:23.471Z] e7c96db7181b: Pulling fs layer [2020-06-30T13:21:23.471Z] 4c13bbce0fe7: Pulling fs layer [2020-06-30T13:21:23.471Z] 6059c847ac2f: Pulling fs layer [2020-06-30T13:21:23.471Z] 4c13bbce0fe7: Verifying Checksum [2020-06-30T13:21:23.471Z] 4c13bbce0fe7: Download complete [2020-06-30T13:21:23.471Z] e7c96db7181b: Verifying Checksum [2020-06-30T13:21:23.471Z] e7c96db7181b: Download complete [2020-06-30T13:21:23.642Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-06-30T13:21:23.734Z] e7c96db7181b: Pull complete [2020-06-30T13:21:23.995Z] 4c13bbce0fe7: Pull complete [2020-06-30T13:21:24.232Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-06-30T13:21:24.507Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-06-30T13:21:24.507Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-06-30T13:21:24.572Z] 6059c847ac2f: Verifying Checksum [2020-06-30T13:21:24.572Z] 6059c847ac2f: Download complete [2020-06-30T13:21:24.781Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-06-30T13:21:25.053Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-06-30T13:21:25.326Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-06-30T13:21:25.923Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-06-30T13:21:25.923Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-06-30T13:21:26.523Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-06-30T13:21:26.792Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-06-30T13:21:27.065Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-06-30T13:21:27.336Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-06-30T13:21:27.608Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-06-30T13:21:27.881Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-06-30T13:21:27.881Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-06-30T13:21:28.152Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-06-30T13:21:28.422Z] [ 40%] Linking C shared library libcbor.so [2020-06-30T13:21:28.422Z] [ 40%] Built target cbor_shared [2020-06-30T13:21:28.422Z] Scanning dependencies of target cbor [2020-06-30T13:21:28.692Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-06-30T13:21:28.809Z] 6059c847ac2f: Pull complete [2020-06-30T13:21:28.809Z] Digest: sha256:6b5104d086ae1e5e8a284a473be9a93378e3934f9b07db5717372c857cbcbe5e [2020-06-30T13:21:28.809Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [2020-06-30T13:21:28.809Z] ---> 5eabd8fd8ba2 [2020-06-30T13:21:28.809Z] Step 3/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev [2020-06-30T13:21:29.285Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-06-30T13:21:29.874Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-06-30T13:21:30.143Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-06-30T13:21:30.199Z] ---> Running in e3db14017da7 [2020-06-30T13:21:30.460Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-06-30T13:21:31.114Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-06-30T13:21:31.387Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-06-30T13:21:31.406Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-06-30T13:21:31.659Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-06-30T13:21:31.659Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-06-30T13:21:31.666Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-06-30T13:21:31.926Z] (2/8) Installing libuuid (2.33-r0) [2020-06-30T13:21:31.926Z] (3/8) Installing libblkid (2.33-r0) [2020-06-30T13:21:31.926Z] (4/8) Installing libfdisk (2.33-r0) [2020-06-30T13:21:31.930Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-06-30T13:21:32.188Z] (5/8) Installing libmount (2.33-r0) [2020-06-30T13:21:32.188Z] (6/8) Installing libsmartcols (2.33-r0) [2020-06-30T13:21:32.188Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-06-30T13:21:32.201Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-06-30T13:21:32.759Z] (8/8) Installing wget (1.20.3-r0) [2020-06-30T13:21:32.759Z] Executing busybox-1.29.3-r10.trigger [2020-06-30T13:21:32.759Z] OK: 272 MiB in 83 packages [2020-06-30T13:21:33.172Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-06-30T13:21:33.172Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-06-30T13:21:33.331Z] Removing intermediate container e3db14017da7 [2020-06-30T13:21:33.331Z] ---> c9516b856f7c [2020-06-30T13:21:33.331Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-06-30T13:21:33.331Z] ---> Running in 3f7bc17ecaf5 [2020-06-30T13:21:33.595Z] Removing intermediate container 3f7bc17ecaf5 [2020-06-30T13:21:33.595Z] ---> a3dd23a4fdde [2020-06-30T13:21:33.595Z] Step 5/21 : RUN mkdir /tmp/cbor && cd /tmp/cbor && wget -O - https://github.com/PJK/libcbor/archive/v${CBOR_VERSION}.tar.gz | tar -z -x -f - && sed -e 's/-flto//' -i libcbor-${CBOR_VERSION}/CMakeLists.txt && cmake -DCMAKE_BUILD_TYPE=Release -DCBOR_CUSTOM_ALLOC=ON libcbor-${CBOR_VERSION} && make && make install [2020-06-30T13:21:33.595Z] ---> Running in c5bd6c5012e1 [2020-06-30T13:21:33.761Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-06-30T13:21:34.031Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-06-30T13:21:34.168Z] --2020-06-30 13:21:34-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-06-30T13:21:34.303Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-06-30T13:21:34.429Z] Resolving github.com... 140.82.113.4 [2020-06-30T13:21:34.429Z] Connecting to github.com|140.82.113.4|:443... connected. [2020-06-30T13:21:34.429Z] HTTP request sent, awaiting response... 302 Found [2020-06-30T13:21:34.429Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-06-30T13:21:34.429Z] --2020-06-30 13:21:34-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-06-30T13:21:34.429Z] Resolving codeload.github.com... 140.82.114.9 [2020-06-30T13:21:34.429Z] Connecting to codeload.github.com|140.82.114.9|:443... connected. [2020-06-30T13:21:34.575Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-06-30T13:21:34.690Z] HTTP request sent, awaiting response... 200 OK [2020-06-30T13:21:34.690Z] Length: unspecified [application/x-gzip] [2020-06-30T13:21:34.690Z] Saving to: 'STDOUT' [2020-06-30T13:21:34.690Z] [2020-06-30T13:21:34.690Z] 0K .......... .......... .......... .......... .......... 1.51M [2020-06-30T13:21:34.690Z] 50K .......... .......... .......... .......... .......... 3.59M [2020-06-30T13:21:34.690Z] 100K .......... .......... .......... .......... .......... 14.4M [2020-06-30T13:21:34.690Z] 150K .......... .......... .......... .......... .......... 3.92M [2020-06-30T13:21:34.690Z] 200K .......... .......... .......... .......... .......... 15.6M [2020-06-30T13:21:34.690Z] 250K .......... .......... .......... .......... .......... 13.6M [2020-06-30T13:21:34.690Z] 300K .......... .......... .......... .......... .......... 10.6M [2020-06-30T13:21:34.690Z] 350K .......... .......... .......... .......... .......... 9.42M [2020-06-30T13:21:34.690Z] 400K .......... .......... .......... .......... .......... 6.96M [2020-06-30T13:21:34.690Z] 450K .......... .......... .......... .......... .......... 7.55M [2020-06-30T13:21:34.690Z] 500K .......... .......... .......... .......... .......... 29.4M [2020-06-30T13:21:34.690Z] 550K .......... .......... .......... .......... .......... 7.93M [2020-06-30T13:21:34.690Z] 600K .......... .......... .......... .......... .......... 2.55M [2020-06-30T13:21:34.690Z] 650K .......... .......... .......... .......... .......... 4.37M [2020-06-30T13:21:34.690Z] 700K ..    36.7M=0.1s [2020-06-30T13:21:34.690Z] [2020-06-30T13:21:34.690Z] 2020-06-30 13:21:34 (5.28 MB/s) - written to stdout [719348] [2020-06-30T13:21:34.690Z] [2020-06-30T13:21:34.847Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-06-30T13:21:34.951Z] -- The C compiler identification is GNU 8.3.0 [2020-06-30T13:21:34.951Z] -- The CXX compiler identification is GNU 8.3.0 [2020-06-30T13:21:34.951Z] -- Check for working C compiler: /usr/bin/cc [2020-06-30T13:21:34.951Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-06-30T13:21:34.951Z] -- Detecting C compiler ABI info [2020-06-30T13:21:34.951Z] -- Detecting C compiler ABI info - done [2020-06-30T13:21:34.951Z] -- Detecting C compile features [2020-06-30T13:21:35.120Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-06-30T13:21:35.120Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-06-30T13:21:35.215Z] -- Detecting C compile features - done [2020-06-30T13:21:35.215Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-06-30T13:21:35.476Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-06-30T13:21:35.476Z] -- Detecting CXX compiler ABI info [2020-06-30T13:21:35.476Z] -- Detecting CXX compiler ABI info - done [2020-06-30T13:21:35.476Z] -- Detecting CXX compile features [2020-06-30T13:21:35.717Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-06-30T13:21:35.717Z] [ 80%] Linking C static library libcbor.a [2020-06-30T13:21:35.717Z] [ 80%] Built target cbor [2020-06-30T13:21:35.717Z] Scanning dependencies of target create_items [2020-06-30T13:21:35.717Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-06-30T13:21:35.990Z] [ 84%] Linking C executable create_items [2020-06-30T13:21:35.990Z] [ 84%] Built target create_items [2020-06-30T13:21:35.990Z] Scanning dependencies of target readfile [2020-06-30T13:21:35.990Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-06-30T13:21:36.048Z] -- Detecting CXX compile features - done [2020-06-30T13:21:36.048Z] -- Looking for include file endian.h [2020-06-30T13:21:36.049Z] -- Looking for include file endian.h - found [2020-06-30T13:21:36.049Z] -- Check if the system is big endian [2020-06-30T13:21:36.049Z] -- Searching 16 bit integer [2020-06-30T13:21:36.049Z] -- Looking for sys/types.h [2020-06-30T13:21:36.049Z] -- Looking for sys/types.h - found [2020-06-30T13:21:36.049Z] -- Looking for stdint.h [2020-06-30T13:21:36.049Z] -- Looking for stdint.h - found [2020-06-30T13:21:36.049Z] -- Looking for stddef.h [2020-06-30T13:21:36.049Z] -- Looking for stddef.h - found [2020-06-30T13:21:36.049Z] -- Check size of unsigned short [2020-06-30T13:21:36.262Z] [ 88%] Linking C executable readfile [2020-06-30T13:21:36.309Z] -- Check size of unsigned short - done [2020-06-30T13:21:36.309Z] -- Using unsigned short [2020-06-30T13:21:36.310Z] -- Check if the system is big endian - little endian [2020-06-30T13:21:36.310Z] -- Check size of size_t [2020-06-30T13:21:36.310Z] -- Check size of size_t - done [2020-06-30T13:21:36.310Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-06-30T13:21:36.310Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-06-30T13:21:36.310Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-06-30T13:21:36.310Z] CMake did not find one. [2020-06-30T13:21:36.310Z] [2020-06-30T13:21:36.310Z] Could not find a package configuration file provided by "cJSON" with any of [2020-06-30T13:21:36.310Z] the following names: [2020-06-30T13:21:36.310Z] [2020-06-30T13:21:36.310Z] cJSONConfig.cmake [2020-06-30T13:21:36.310Z] cjson-config.cmake [2020-06-30T13:21:36.310Z] [2020-06-30T13:21:36.310Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-06-30T13:21:36.310Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-06-30T13:21:36.310Z] provides a separate development package or SDK, be sure it has been [2020-06-30T13:21:36.310Z] installed. [2020-06-30T13:21:36.310Z] [2020-06-30T13:21:36.310Z] [2020-06-30T13:21:36.310Z] -- Configuring done [2020-06-30T13:21:36.546Z] [ 88%] Built target readfile [2020-06-30T13:21:36.546Z] Scanning dependencies of target streaming_parser [2020-06-30T13:21:36.546Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-06-30T13:21:36.546Z] [ 92%] Linking C executable streaming_parser [2020-06-30T13:21:36.570Z] -- Generating done [2020-06-30T13:21:36.570Z] -- Build files have been written to: /tmp/cbor [2020-06-30T13:21:36.570Z] Scanning dependencies of target cbor_shared [2020-06-30T13:21:36.570Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-06-30T13:21:36.818Z] [ 92%] Built target streaming_parser [2020-06-30T13:21:36.818Z] Scanning dependencies of target sort [2020-06-30T13:21:36.818Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-06-30T13:21:36.830Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-06-30T13:21:36.830Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-06-30T13:21:36.830Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-06-30T13:21:37.090Z] [ 96%] Linking C executable sort [2020-06-30T13:21:37.090Z] [ 96%] Built target sort [2020-06-30T13:21:37.090Z] Scanning dependencies of target hello [2020-06-30T13:21:37.090Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-06-30T13:21:37.094Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-06-30T13:21:37.094Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-06-30T13:21:37.094Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-06-30T13:21:37.354Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-06-30T13:21:37.354Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-06-30T13:21:37.354Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-06-30T13:21:37.361Z] [100%] Linking C executable hello [2020-06-30T13:21:37.361Z] [100%] Built target hello [2020-06-30T13:21:37.361Z] Install the project... [2020-06-30T13:21:37.361Z] -- Install configuration: "Release" [2020-06-30T13:21:37.361Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-06-30T13:21:37.361Z] -- Installing: /usr/local/lib64/libcbor.a [2020-06-30T13:21:37.361Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-06-30T13:21:37.361Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-06-30T13:21:37.361Z] -- Installing: /usr/local/lib64/libcbor.so [2020-06-30T13:21:37.361Z] -- Up-to-date: /usr/local/include/cbor [2020-06-30T13:21:37.361Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-06-30T13:21:37.361Z] -- Installing: /usr/local/include/cbor/ints.h [2020-06-30T13:21:37.361Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-06-30T13:21:37.361Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-06-30T13:21:37.361Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-06-30T13:21:37.361Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-06-30T13:21:37.361Z] -- Installing: /usr/local/include/cbor/data.h [2020-06-30T13:21:37.361Z] -- Installing: /usr/local/include/cbor/common.h [2020-06-30T13:21:37.361Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-06-30T13:21:37.361Z] -- Installing: /usr/local/include/cbor/strings.h [2020-06-30T13:21:37.361Z] -- Installing: /usr/local/include/cbor/tags.h [2020-06-30T13:21:37.361Z] -- Installing: /usr/local/include/cbor/internal [2020-06-30T13:21:37.361Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-06-30T13:21:37.361Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-06-30T13:21:37.361Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-06-30T13:21:37.361Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-06-30T13:21:37.361Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-06-30T13:21:37.361Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-06-30T13:21:37.361Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-06-30T13:21:37.361Z] -- Installing: /usr/local/include/cbor/maps.h [2020-06-30T13:21:37.361Z] -- Installing: /usr/local/include/cbor.h [2020-06-30T13:21:37.361Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-06-30T13:21:37.614Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-06-30T13:21:37.614Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-06-30T13:21:37.614Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-06-30T13:21:37.874Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-06-30T13:21:37.874Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-06-30T13:21:37.874Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-06-30T13:21:37.874Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-06-30T13:21:38.134Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-06-30T13:21:38.134Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-06-30T13:21:38.134Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-06-30T13:21:38.134Z] [ 40%] Linking C shared library libcbor.so [2020-06-30T13:21:38.134Z] [ 40%] Built target cbor_shared [2020-06-30T13:21:38.134Z] Scanning dependencies of target cbor [2020-06-30T13:21:38.397Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-06-30T13:21:38.397Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-06-30T13:21:38.658Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-06-30T13:21:38.658Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-06-30T13:21:38.918Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-06-30T13:21:38.918Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-06-30T13:21:38.918Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-06-30T13:21:39.178Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-06-30T13:21:39.178Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-06-30T13:21:39.178Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-06-30T13:21:39.438Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-06-30T13:21:39.438Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-06-30T13:21:39.438Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-06-30T13:21:39.701Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-06-30T13:21:39.701Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-06-30T13:21:39.701Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-06-30T13:21:39.961Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-06-30T13:21:39.961Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-06-30T13:21:39.961Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-06-30T13:21:39.961Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-06-30T13:21:39.982Z] Removing intermediate container e052626fc5ff [2020-06-30T13:21:39.983Z] ---> f220266bd88c [2020-06-30T13:21:39.983Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-06-30T13:21:39.983Z] ---> Running in cdffd0f73904 [2020-06-30T13:21:40.222Z] [ 80%] Linking C static library libcbor.a [2020-06-30T13:21:40.222Z] [ 80%] Built target cbor [2020-06-30T13:21:40.222Z] Scanning dependencies of target create_items [2020-06-30T13:21:40.222Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-06-30T13:21:40.222Z] [ 84%] Linking C executable create_items [2020-06-30T13:21:40.222Z] [ 84%] Built target create_items [2020-06-30T13:21:40.222Z] Scanning dependencies of target readfile [2020-06-30T13:21:40.222Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-06-30T13:21:40.222Z] [ 88%] Linking C executable readfile [2020-06-30T13:21:40.222Z] [ 88%] Built target readfile [2020-06-30T13:21:40.222Z] Scanning dependencies of target streaming_parser [2020-06-30T13:21:40.483Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-06-30T13:21:40.483Z] [ 92%] Linking C executable streaming_parser [2020-06-30T13:21:40.483Z] [ 92%] Built target streaming_parser [2020-06-30T13:21:40.483Z] Scanning dependencies of target sort [2020-06-30T13:21:40.483Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-06-30T13:21:40.483Z] [ 96%] Linking C executable sort [2020-06-30T13:21:40.483Z] [ 96%] Built target sort [2020-06-30T13:21:40.483Z] Scanning dependencies of target hello [2020-06-30T13:21:40.483Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-06-30T13:21:40.483Z] [100%] Linking C executable hello [2020-06-30T13:21:40.744Z] [100%] Built target hello [2020-06-30T13:21:40.744Z] Install the project... [2020-06-30T13:21:40.744Z] -- Install configuration: "Release" [2020-06-30T13:21:40.744Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-06-30T13:21:40.744Z] -- Installing: /usr/local/lib64/libcbor.a [2020-06-30T13:21:40.744Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-06-30T13:21:40.744Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-06-30T13:21:40.744Z] -- Installing: /usr/local/lib64/libcbor.so [2020-06-30T13:21:40.744Z] -- Up-to-date: /usr/local/include/cbor [2020-06-30T13:21:40.744Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-06-30T13:21:40.744Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-06-30T13:21:40.744Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-06-30T13:21:40.744Z] -- Installing: /usr/local/include/cbor/common.h [2020-06-30T13:21:40.744Z] -- Installing: /usr/local/include/cbor/data.h [2020-06-30T13:21:40.744Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-06-30T13:21:40.744Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-06-30T13:21:40.744Z] -- Installing: /usr/local/include/cbor/internal [2020-06-30T13:21:40.744Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-06-30T13:21:40.744Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-06-30T13:21:40.744Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-06-30T13:21:40.744Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-06-30T13:21:40.744Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-06-30T13:21:40.744Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-06-30T13:21:40.744Z] -- Installing: /usr/local/include/cbor/ints.h [2020-06-30T13:21:40.744Z] -- Installing: /usr/local/include/cbor/maps.h [2020-06-30T13:21:40.744Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-06-30T13:21:40.744Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-06-30T13:21:40.744Z] -- Installing: /usr/local/include/cbor/strings.h [2020-06-30T13:21:40.744Z] -- Installing: /usr/local/include/cbor/tags.h [2020-06-30T13:21:40.744Z] -- Installing: /usr/local/include/cbor.h [2020-06-30T13:21:40.744Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-06-30T13:21:41.949Z] Removing intermediate container cdffd0f73904 [2020-06-30T13:21:41.950Z] ---> abb537df7fd5 [2020-06-30T13:21:41.950Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-06-30T13:21:42.540Z] ---> 04badcc39caf [2020-06-30T13:21:42.540Z] Step 8/21 : COPY src /tmp/sdk/src [2020-06-30T13:21:43.285Z] Removing intermediate container c5bd6c5012e1 [2020-06-30T13:21:43.286Z] ---> 26e140251ac2 [2020-06-30T13:21:43.286Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-06-30T13:21:43.286Z] ---> Running in 1cf63748bfba [2020-06-30T13:21:43.515Z] ---> 1408b525d26b [2020-06-30T13:21:43.515Z] Step 9/21 : COPY include /tmp/sdk/include [2020-06-30T13:21:43.856Z] Removing intermediate container 1cf63748bfba [2020-06-30T13:21:43.857Z] ---> 3fd7c2b23385 [2020-06-30T13:21:43.857Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-06-30T13:21:44.111Z] ---> 5913fc2ebee0 [2020-06-30T13:21:44.111Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-06-30T13:21:44.120Z] ---> 426373725bd7 [2020-06-30T13:21:44.120Z] Step 8/21 : COPY src /tmp/sdk/src [2020-06-30T13:21:44.688Z] ---> f0bdeeb769df [2020-06-30T13:21:44.688Z] Step 9/21 : COPY include /tmp/sdk/include [2020-06-30T13:21:44.712Z] ---> ad9be1b8e17a [2020-06-30T13:21:44.712Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-06-30T13:21:44.950Z] ---> 05f2a45d20b4 [2020-06-30T13:21:44.950Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-06-30T13:21:45.213Z] ---> 938f43cb8462 [2020-06-30T13:21:45.213Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-06-30T13:21:45.308Z] ---> 650d216b9472 [2020-06-30T13:21:45.308Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-06-30T13:21:45.474Z] ---> 6edd50015c7d [2020-06-30T13:21:45.474Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-06-30T13:21:45.474Z] ---> a2c57e35c760 [2020-06-30T13:21:45.474Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-06-30T13:21:45.735Z] ---> Running in e1b5c95b3c8d [2020-06-30T13:21:45.996Z] + CPPCHECK=false [2020-06-30T13:21:45.996Z] + DOCGEN=false [2020-06-30T13:21:45.996Z] + TOMLVER=SDK-0.2 [2020-06-30T13:21:45.996Z] + CUTILVER=1.0.4 [2020-06-30T13:21:45.996Z] + '[' 0 -gt 0 ] [2020-06-30T13:21:45.996Z] + readlink -f ./scripts/build.sh [2020-06-30T13:21:45.996Z] + dirname /tmp/sdk/scripts/build.sh [2020-06-30T13:21:45.996Z] + dirname /tmp/sdk/scripts [2020-06-30T13:21:45.996Z] + ROOT=/tmp/sdk [2020-06-30T13:21:45.996Z] + cd /tmp/sdk [2020-06-30T13:21:45.996Z] + '[' '!' -d deps ] [2020-06-30T13:21:45.996Z] + mkdir deps [2020-06-30T13:21:45.996Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-06-30T13:21:45.996Z] + tar -C deps -z -x -f - [2020-06-30T13:21:45.996Z] --2020-06-30 13:21:45-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-06-30T13:21:45.996Z] Resolving github.com... 140.82.113.4 [2020-06-30T13:21:45.996Z] Connecting to github.com|140.82.113.4|:443... connected. [2020-06-30T13:21:46.258Z] HTTP request sent, awaiting response... 302 Found [2020-06-30T13:21:46.258Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-06-30T13:21:46.258Z] --2020-06-30 13:21:46-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-06-30T13:21:46.258Z] Resolving codeload.github.com... 140.82.114.9 [2020-06-30T13:21:46.258Z] Connecting to codeload.github.com|140.82.114.9|:443... connected. [2020-06-30T13:21:46.258Z] HTTP request sent, awaiting response... 200 OK [2020-06-30T13:21:46.258Z] Length: unspecified [application/x-gzip] [2020-06-30T13:21:46.258Z] Saving to: 'STDOUT' [2020-06-30T13:21:46.258Z]  [2020-06-30T13:21:46.258Z] 0K .......... ...... 1.03M=0.02s [2020-06-30T13:21:46.258Z] [2020-06-30T13:21:46.258Z] 2020-06-30 13:21:46 (1.03 MB/s) - written to stdout [16451] [2020-06-30T13:21:46.258Z] [2020-06-30T13:21:46.258Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-06-30T13:21:46.258Z] + wget -O+ - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.0.4.tar.gz [2020-06-30T13:21:46.258Z] tar -C deps -z -x -f - [2020-06-30T13:21:46.258Z] --2020-06-30 13:21:46-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.0.4.tar.gz [2020-06-30T13:21:46.284Z] ---> 1068b627e4ff [2020-06-30T13:21:46.284Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-06-30T13:21:46.284Z] ---> Running in d671a01a27e9 [2020-06-30T13:21:46.518Z] Resolving github.com... 140.82.113.4 [2020-06-30T13:21:46.518Z] Connecting to github.com|140.82.113.4|:443... connected. [2020-06-30T13:21:46.518Z] HTTP request sent, awaiting response... 302 Found [2020-06-30T13:21:46.518Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.0.4 [following] [2020-06-30T13:21:46.518Z] --2020-06-30 13:21:46-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.0.4 [2020-06-30T13:21:46.518Z] Resolving codeload.github.com... 140.82.114.9 [2020-06-30T13:21:46.518Z] Connecting to codeload.github.com|140.82.114.9|:443... connected. [2020-06-30T13:21:46.778Z] HTTP request sent, awaiting response... 200 OK [2020-06-30T13:21:46.778Z] Length: unspecified [application/x-gzip] [2020-06-30T13:21:46.778Z] Saving to: 'STDOUT' [2020-06-30T13:21:46.778Z]  [2020-06-30T13:21:46.778Z] 0K .......... .......... .......... .......... .......... 1.61M [2020-06-30T13:21:46.778Z] 50K .......... .......... .......... .......... .......... 3.22M [2020-06-30T13:21:46.778Z] 100K .......... .......... .......... .......... .......... 54.6M [2020-06-30T13:21:46.778Z] 150K ........  8.88M=0.05s [2020-06-30T13:21:46.778Z] [2020-06-30T13:21:46.778Z] 2020-06-30 13:21:46 (3.28 MB/s) - written to stdout [162267] [2020-06-30T13:21:46.778Z] [2020-06-30T13:21:46.778Z] + mkdir -p src/c/iot [2020-06-30T13:21:46.778Z] + cp deps/iotech-c-utils-1.0.4/src/c/base64.c deps/iotech-c-utils-1.0.4/src/c/component.c deps/iotech-c-utils-1.0.4/src/c/container.c deps/iotech-c-utils-1.0.4/src/c/data.c deps/iotech-c-utils-1.0.4/src/c/hash.c deps/iotech-c-utils-1.0.4/src/c/iot.c deps/iotech-c-utils-1.0.4/src/c/json.c deps/iotech-c-utils-1.0.4/src/c/logger.c deps/iotech-c-utils-1.0.4/src/c/os.c deps/iotech-c-utils-1.0.4/src/c/scheduler.c deps/iotech-c-utils-1.0.4/src/c/thread.c deps/iotech-c-utils-1.0.4/src/c/threadpool.c deps/iotech-c-utils-1.0.4/src/c/time.c src/c/iot [2020-06-30T13:21:46.778Z] + mkdir -p include/iot [2020-06-30T13:21:46.779Z] + cp deps/iotech-c-utils-1.0.4/include/iot/base64.h deps/iotech-c-utils-1.0.4/include/iot/component.h deps/iotech-c-utils-1.0.4/include/iot/container.h deps/iotech-c-utils-1.0.4/include/iot/data.h deps/iotech-c-utils-1.0.4/include/iot/hash.h deps/iotech-c-utils-1.0.4/include/iot/iot.h deps/iotech-c-utils-1.0.4/include/iot/json.h deps/iotech-c-utils-1.0.4/include/iot/logger.h deps/iotech-c-utils-1.0.4/include/iot/os.h deps/iotech-c-utils-1.0.4/include/iot/scheduler.h deps/iotech-c-utils-1.0.4/include/iot/thread.h deps/iotech-c-utils-1.0.4/include/iot/threadpool.h deps/iotech-c-utils-1.0.4/include/iot/time.h deps/iotech-c-utils-1.0.4/include/iot/typecode.h include/iot [2020-06-30T13:21:46.779Z] + mkdir -p include/iot/os [2020-06-30T13:21:46.779Z] + cp deps/iotech-c-utils-1.0.4/include/iot/os/linux.h deps/iotech-c-utils-1.0.4/include/iot/os/zephyr.h include/iot/os [2020-06-30T13:21:46.779Z] + mkdir -p /tmp/sdk/build/release [2020-06-30T13:21:46.779Z] + cd /tmp/sdk/build/release [2020-06-30T13:21:46.779Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-06-30T13:21:47.039Z] -- The C compiler identification is GNU 8.3.0 [2020-06-30T13:21:47.039Z] -- Check for working C compiler: /usr/bin/cc [2020-06-30T13:21:47.039Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-06-30T13:21:47.039Z] -- Detecting C compiler ABI info [2020-06-30T13:21:47.039Z] -- Detecting C compiler ABI info - done [2020-06-30T13:21:47.039Z] -- Detecting C compile features [2020-06-30T13:21:47.299Z] -- Detecting C compile features - done [2020-06-30T13:21:47.299Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-06-30T13:21:47.299Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-06-30T13:21:47.299Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-06-30T13:21:47.299Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-06-30T13:21:47.299Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-06-30T13:21:47.299Z] -- C SDK 1.2.2-dev.7 for Linux [2020-06-30T13:21:47.299Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-06-30T13:21:47.299Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-06-30T13:21:47.299Z] -- Found Curses: /usr/lib/libcurses.so [2020-06-30T13:21:47.299Z] -- Configuring done [2020-06-30T13:21:47.560Z] -- Generating done [2020-06-30T13:21:47.560Z] -- Build files have been written to: /tmp/sdk/build/release [2020-06-30T13:21:47.560Z] + make [2020-06-30T13:21:47.560Z] + tee release.log [2020-06-30T13:21:47.560Z] Scanning dependencies of target csdk [2020-06-30T13:21:47.560Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-06-30T13:21:47.560Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-06-30T13:21:47.723Z] + CPPCHECK=false [2020-06-30T13:21:47.723Z] + DOCGEN=false [2020-06-30T13:21:47.723Z] + TOMLVER=SDK-0.2 [2020-06-30T13:21:47.723Z] + CUTILVER=1.0.4 [2020-06-30T13:21:47.723Z] + '[' 0 -gt 0 ] [2020-06-30T13:21:47.723Z] + readlink -f ./scripts/build.sh [2020-06-30T13:21:47.723Z] + dirname /tmp/sdk/scripts/build.sh [2020-06-30T13:21:47.723Z] + dirname /tmp/sdk/scripts [2020-06-30T13:21:47.723Z] + ROOT=/tmp/sdk [2020-06-30T13:21:47.723Z] + cd /tmp/sdk [2020-06-30T13:21:47.723Z] + '[' '!' -d deps ] [2020-06-30T13:21:47.723Z] + mkdir deps [2020-06-30T13:21:47.723Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-06-30T13:21:47.723Z] + tar -C deps -z -x -f - [2020-06-30T13:21:47.723Z] --2020-06-30 13:21:47-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-06-30T13:21:47.723Z] Resolving github.com... 140.82.113.4 [2020-06-30T13:21:47.723Z] Connecting to github.com|140.82.113.4|:443... connected. [2020-06-30T13:21:47.723Z] HTTP request sent, awaiting response... 302 Found [2020-06-30T13:21:47.723Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-06-30T13:21:47.723Z] --2020-06-30 13:21:47-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-06-30T13:21:47.723Z] Resolving codeload.github.com... 140.82.114.9 [2020-06-30T13:21:47.723Z] Connecting to codeload.github.com|140.82.114.9|:443... connected. [2020-06-30T13:21:47.821Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-06-30T13:21:47.994Z] HTTP request sent, awaiting response... 200 OK [2020-06-30T13:21:47.994Z] Length: unspecified [application/x-gzip] [2020-06-30T13:21:47.994Z] Saving to: 'STDOUT' [2020-06-30T13:21:47.994Z]  [2020-06-30T13:21:47.994Z] 0K .......... ......  998K=0.02s [2020-06-30T13:21:47.994Z] [2020-06-30T13:21:47.994Z] 2020-06-30 13:21:47 (998 KB/s) - written to stdout [16451] [2020-06-30T13:21:47.994Z] [2020-06-30T13:21:47.994Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-06-30T13:21:47.994Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.0.4.tar.gz [2020-06-30T13:21:47.994Z] + tar -C deps -z -x -f - [2020-06-30T13:21:47.994Z] --2020-06-30 13:21:47-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.0.4.tar.gz [2020-06-30T13:21:47.994Z] Resolving github.com... 140.82.113.4 [2020-06-30T13:21:47.994Z] Connecting to github.com|140.82.113.4|:443... connected. [2020-06-30T13:21:47.994Z] HTTP request sent, awaiting response... 302 Found [2020-06-30T13:21:47.994Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.0.4 [following] [2020-06-30T13:21:47.994Z] --2020-06-30 13:21:47-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.0.4 [2020-06-30T13:21:47.994Z] Resolving codeload.github.com... 140.82.114.9 [2020-06-30T13:21:47.994Z] Connecting to codeload.github.com|140.82.114.9|:443... connected. [2020-06-30T13:21:48.081Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-06-30T13:21:48.264Z] HTTP request sent, awaiting response... 200 OK [2020-06-30T13:21:48.264Z] Length: unspecified [application/x-gzip] [2020-06-30T13:21:48.264Z] Saving to: 'STDOUT' [2020-06-30T13:21:48.264Z] [2020-06-30T13:21:48.264Z] 0K .......... .......... .......... .......... .......... 1.32M [2020-06-30T13:21:48.264Z] 50K .......... .......... .......... .......... .......... 4.58M [2020-06-30T13:21:48.264Z] 100K .......... .......... .......... .......... .......... 3.85M [2020-06-30T13:21:48.264Z] 150K ........   16.5M=0.06s [2020-06-30T13:21:48.264Z] [2020-06-30T13:21:48.264Z] 2020-06-30 13:21:48 (2.55 MB/s) - written to stdout [162267] [2020-06-30T13:21:48.264Z] [2020-06-30T13:21:48.264Z] + mkdir -p src/c/iot [2020-06-30T13:21:48.264Z] + cp deps/iotech-c-utils-1.0.4/src/c/base64.c deps/iotech-c-utils-1.0.4/src/c/component.c deps/iotech-c-utils-1.0.4/src/c/container.c deps/iotech-c-utils-1.0.4/src/c/data.c deps/iotech-c-utils-1.0.4/src/c/hash.c deps/iotech-c-utils-1.0.4/src/c/iot.c deps/iotech-c-utils-1.0.4/src/c/json.c deps/iotech-c-utils-1.0.4/src/c/logger.c deps/iotech-c-utils-1.0.4/src/c/os.c deps/iotech-c-utils-1.0.4/src/c/scheduler.c deps/iotech-c-utils-1.0.4/src/c/thread.c deps/iotech-c-utils-1.0.4/src/c/threadpool.c deps/iotech-c-utils-1.0.4/src/c/time.c src/c/iot [2020-06-30T13:21:48.264Z] + mkdir -p include/iot [2020-06-30T13:21:48.264Z] + cp deps/iotech-c-utils-1.0.4/include/iot/base64.h deps/iotech-c-utils-1.0.4/include/iot/component.h deps/iotech-c-utils-1.0.4/include/iot/container.h deps/iotech-c-utils-1.0.4/include/iot/data.h deps/iotech-c-utils-1.0.4/include/iot/hash.h deps/iotech-c-utils-1.0.4/include/iot/iot.h deps/iotech-c-utils-1.0.4/include/iot/json.h deps/iotech-c-utils-1.0.4/include/iot/logger.h deps/iotech-c-utils-1.0.4/include/iot/os.h deps/iotech-c-utils-1.0.4/include/iot/scheduler.h deps/iotech-c-utils-1.0.4/include/iot/thread.h deps/iotech-c-utils-1.0.4/include/iot/threadpool.h deps/iotech-c-utils-1.0.4/include/iot/time.h deps/iotech-c-utils-1.0.4/include/iot/typecode.h include/iot [2020-06-30T13:21:48.264Z] + mkdir -p include/iot/os [2020-06-30T13:21:48.264Z] + cp deps/iotech-c-utils-1.0.4/include/iot/os/linux.h deps/iotech-c-utils-1.0.4/include/iot/os/zephyr.h include/iot/os [2020-06-30T13:21:48.264Z] + mkdir -p /tmp/sdk/build/release [2020-06-30T13:21:48.264Z] + cd /tmp/sdk/build/release [2020-06-30T13:21:48.264Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-06-30T13:21:48.341Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-06-30T13:21:48.341Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-06-30T13:21:48.536Z] -- The C compiler identification is GNU 8.3.0 [2020-06-30T13:21:48.536Z] -- Check for working C compiler: /usr/bin/cc [2020-06-30T13:21:48.601Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-06-30T13:21:48.808Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-06-30T13:21:48.808Z] -- Detecting C compiler ABI info [2020-06-30T13:21:49.079Z] -- Detecting C compiler ABI info - done [2020-06-30T13:21:49.079Z] -- Detecting C compile features [2020-06-30T13:21:49.170Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-06-30T13:21:49.170Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-06-30T13:21:49.453Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-06-30T13:21:49.453Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-06-30T13:21:49.726Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-06-30T13:21:49.726Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-06-30T13:21:49.726Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-06-30T13:21:50.053Z] -- Detecting C compile features - done [2020-06-30T13:21:50.053Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-06-30T13:21:50.053Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-06-30T13:21:50.053Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-06-30T13:21:50.053Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-06-30T13:21:50.053Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-06-30T13:21:50.053Z] -- C SDK 1.2.2-dev.7 for Linux [2020-06-30T13:21:50.053Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-06-30T13:21:50.053Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-06-30T13:21:50.053Z] -- Found Curses: /usr/lib/libcurses.so [2020-06-30T13:21:50.323Z] -- Configuring done [2020-06-30T13:21:50.594Z] -- Generating done [2020-06-30T13:21:50.594Z] -- Build files have been written to: /tmp/sdk/build/release [2020-06-30T13:21:50.594Z] + make [2020-06-30T13:21:50.594Z] + tee release.log [2020-06-30T13:21:50.594Z] Scanning dependencies of target csdk [2020-06-30T13:21:50.670Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-06-30T13:21:50.670Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-06-30T13:21:50.670Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-06-30T13:21:50.865Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-06-30T13:21:50.929Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-06-30T13:21:51.456Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-06-30T13:21:51.499Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-06-30T13:21:51.499Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-06-30T13:21:51.499Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-06-30T13:21:51.728Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-06-30T13:21:51.759Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-06-30T13:21:51.759Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-06-30T13:21:51.759Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-06-30T13:21:52.019Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-06-30T13:21:52.019Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-06-30T13:21:52.279Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-06-30T13:21:52.279Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-06-30T13:21:52.539Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-06-30T13:21:52.799Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-06-30T13:21:52.799Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-06-30T13:21:53.704Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-06-30T13:21:53.746Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-06-30T13:21:54.006Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-06-30T13:21:54.006Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-06-30T13:21:54.267Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-06-30T13:21:54.294Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-06-30T13:21:54.294Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-06-30T13:21:54.528Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-06-30T13:21:55.101Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-06-30T13:21:55.264Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-06-30T13:21:56.040Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-06-30T13:21:56.040Z] [ 70%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-06-30T13:21:56.300Z] [ 72%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-06-30T13:21:56.300Z] [ 74%] Linking C shared library libcsdk.so [2020-06-30T13:21:56.562Z] [ 74%] Built target csdk [2020-06-30T13:21:56.562Z] Scanning dependencies of target template [2020-06-30T13:21:56.562Z] [ 76%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-06-30T13:21:56.562Z] [ 78%] Linking C executable template [2020-06-30T13:21:56.562Z] [ 78%] Built target template [2020-06-30T13:21:56.562Z] Scanning dependencies of target device-counter [2020-06-30T13:21:56.562Z] [ 80%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-06-30T13:21:56.822Z] [ 81%] Linking C executable device-counter [2020-06-30T13:21:56.822Z] [ 81%] Built target device-counter [2020-06-30T13:21:56.822Z] Scanning dependencies of target device-random [2020-06-30T13:21:56.822Z] [ 83%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-06-30T13:21:57.082Z] [ 85%] Linking C executable device-random [2020-06-30T13:21:57.082Z] [ 85%] Built target device-random [2020-06-30T13:21:57.082Z] Scanning dependencies of target device-gyro [2020-06-30T13:21:57.082Z] [ 87%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-06-30T13:21:57.082Z] [ 89%] Linking C executable device-gyro [2020-06-30T13:21:57.224Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-06-30T13:21:57.342Z] [ 89%] Built target device-gyro [2020-06-30T13:21:57.342Z] Scanning dependencies of target template-discovery [2020-06-30T13:21:57.342Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-06-30T13:21:57.342Z] [ 92%] Linking C executable template-discovery [2020-06-30T13:21:57.602Z] [ 92%] Built target template-discovery [2020-06-30T13:21:57.602Z] Scanning dependencies of target device-terminal [2020-06-30T13:21:57.602Z] [ 94%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-06-30T13:21:57.602Z] [ 96%] Linking C executable device-terminal [2020-06-30T13:21:57.602Z] [ 96%] Built target device-terminal [2020-06-30T13:21:57.602Z] Scanning dependencies of target templatev1 [2020-06-30T13:21:57.602Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-06-30T13:21:57.816Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-06-30T13:21:57.862Z] [100%] Linking C executable templatev1 [2020-06-30T13:21:57.862Z] [100%] Built target templatev1 [2020-06-30T13:21:57.862Z] + + make packagetee [2020-06-30T13:21:57.862Z] -a release.log [2020-06-30T13:21:57.862Z] [ 74%] Built target csdk [2020-06-30T13:21:57.862Z] [ 78%] Built target template [2020-06-30T13:21:58.122Z] [ 81%] Built target device-counter [2020-06-30T13:21:58.122Z] [ 85%] Built target device-random [2020-06-30T13:21:58.122Z] [ 89%] Built target device-gyro [2020-06-30T13:21:58.122Z] [ 92%] Built target template-discovery [2020-06-30T13:21:58.122Z] [ 96%] Built target device-terminal [2020-06-30T13:21:58.122Z] [100%] Built target templatev1 [2020-06-30T13:21:58.122Z] Run CPack packaging tool... [2020-06-30T13:21:58.122Z] CPack: Create package using TGZ [2020-06-30T13:21:58.122Z] CPack: Install projects [2020-06-30T13:21:58.122Z] CPack: - Run preinstall target for: Csdk [2020-06-30T13:21:58.383Z] CPack: - Install project: Csdk [2020-06-30T13:21:58.383Z] CPack: Create package [2020-06-30T13:21:58.383Z] CPack: - package: /tmp/sdk/build/release/csdk-1.2.2-dev.7.tar.gz generated. [2020-06-30T13:21:58.383Z] + '[' false '=' true ] [2020-06-30T13:21:58.383Z] + '[' false '=' true ] [2020-06-30T13:21:58.383Z] + mkdir -p /tmp/sdk/build/debug [2020-06-30T13:21:58.383Z] + cd /tmp/sdk/build/debug [2020-06-30T13:21:58.383Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCSDK_BUILD_DEBUG=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-06-30T13:21:58.383Z] -- The C compiler identification is GNU 8.3.0 [2020-06-30T13:21:58.383Z] -- Check for working C compiler: /usr/bin/cc [2020-06-30T13:21:58.383Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-06-30T13:21:58.383Z] -- Detecting C compiler ABI info [2020-06-30T13:21:58.406Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-06-30T13:21:58.644Z] -- Detecting C compiler ABI info - done [2020-06-30T13:21:58.644Z] -- Detecting C compile features [2020-06-30T13:21:58.905Z] -- Detecting C compile features - done [2020-06-30T13:21:58.905Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-06-30T13:21:58.905Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-06-30T13:21:58.905Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-06-30T13:21:58.905Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-06-30T13:21:58.905Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-06-30T13:21:58.905Z] -- C SDK 1.2.2-dev.7 for Linux [2020-06-30T13:21:58.905Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-06-30T13:21:58.905Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-06-30T13:21:58.905Z] -- Found Curses: /usr/lib/libcurses.so [2020-06-30T13:21:58.905Z] -- Configuring done [2020-06-30T13:21:58.905Z] -- Generating done [2020-06-30T13:21:58.905Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-06-30T13:21:58.905Z] + make+ [2020-06-30T13:21:58.905Z] tee debug.log [2020-06-30T13:21:58.905Z] Scanning dependencies of target csdk [2020-06-30T13:21:58.905Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-06-30T13:21:58.995Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-06-30T13:21:59.168Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-06-30T13:21:59.168Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-06-30T13:21:59.266Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-06-30T13:21:59.433Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-06-30T13:21:59.433Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-06-30T13:21:59.433Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-06-30T13:21:59.537Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-06-30T13:21:59.537Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-06-30T13:21:59.694Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-06-30T13:21:59.694Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-06-30T13:21:59.694Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-06-30T13:21:59.957Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-06-30T13:21:59.957Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-06-30T13:21:59.957Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-06-30T13:21:59.957Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-06-30T13:22:00.218Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-06-30T13:22:00.478Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-06-30T13:22:00.478Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-06-30T13:22:00.478Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-06-30T13:22:00.478Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-06-30T13:22:00.738Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-06-30T13:22:00.738Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-06-30T13:22:00.998Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-06-30T13:22:00.998Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-06-30T13:22:00.998Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-06-30T13:22:00.998Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-06-30T13:22:00.998Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-06-30T13:22:01.257Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-06-30T13:22:01.257Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-06-30T13:22:01.257Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-06-30T13:22:01.257Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-06-30T13:22:01.520Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-06-30T13:22:01.520Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-06-30T13:22:01.781Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-06-30T13:22:01.781Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-06-30T13:22:02.041Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-06-30T13:22:02.041Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-06-30T13:22:02.302Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-06-30T13:22:02.302Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-06-30T13:22:02.562Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-06-30T13:22:02.562Z] [ 70%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-06-30T13:22:02.823Z] [ 72%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-06-30T13:22:02.823Z] [ 74%] Linking C shared library libcsdk.so [2020-06-30T13:22:02.823Z] [ 74%] Built target csdk [2020-06-30T13:22:02.823Z] Scanning dependencies of target template [2020-06-30T13:22:02.823Z] [ 76%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-06-30T13:22:02.922Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-06-30T13:22:03.085Z] [ 78%] Linking C executable template [2020-06-30T13:22:03.085Z] [ 78%] Built target template [2020-06-30T13:22:03.085Z] Scanning dependencies of target device-counter [2020-06-30T13:22:03.085Z] [ 80%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-06-30T13:22:03.085Z] [ 81%] Linking C executable device-counter [2020-06-30T13:22:03.085Z] [ 81%] Built target device-counter [2020-06-30T13:22:03.346Z] Scanning dependencies of target device-random [2020-06-30T13:22:03.346Z] [ 83%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-06-30T13:22:03.346Z] [ 85%] Linking C executable device-random [2020-06-30T13:22:03.346Z] [ 85%] Built target device-random [2020-06-30T13:22:03.346Z] Scanning dependencies of target device-gyro [2020-06-30T13:22:03.346Z] [ 87%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-06-30T13:22:03.346Z] [ 89%] Linking C executable device-gyro [2020-06-30T13:22:03.521Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-06-30T13:22:03.606Z] [ 89%] Built target device-gyro [2020-06-30T13:22:03.606Z] Scanning dependencies of target template-discovery [2020-06-30T13:22:03.606Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-06-30T13:22:03.606Z] [ 92%] Linking C executable template-discovery [2020-06-30T13:22:03.606Z] [ 92%] Built target template-discovery [2020-06-30T13:22:03.606Z] Scanning dependencies of target device-terminal [2020-06-30T13:22:03.606Z] [ 94%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-06-30T13:22:03.793Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-06-30T13:22:03.865Z] [ 96%] Linking C executable device-terminal [2020-06-30T13:22:03.865Z] [ 96%] Built target device-terminal [2020-06-30T13:22:03.865Z] Scanning dependencies of target templatev1 [2020-06-30T13:22:03.865Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-06-30T13:22:03.865Z] [100%] Linking C executable templatev1 [2020-06-30T13:22:03.865Z] [100%] Built target templatev1 [2020-06-30T13:22:03.865Z] make: Entering directory '/tmp/sdk/build/release' [2020-06-30T13:22:04.127Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-06-30T13:22:04.128Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-30T13:22:04.128Z] Scanning dependencies of target csdk [2020-06-30T13:22:04.128Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-30T13:22:04.128Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-30T13:22:04.128Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-06-30T13:22:04.384Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-06-30T13:22:04.387Z] [ 3%] Linking C shared library libcsdk.so [2020-06-30T13:22:04.648Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-30T13:22:04.648Z] [ 74%] Built target csdk [2020-06-30T13:22:04.648Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-30T13:22:04.648Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-30T13:22:04.648Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-30T13:22:04.648Z] [ 76%] Linking C executable template [2020-06-30T13:22:04.648Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-30T13:22:04.648Z] [ 78%] Built target template [2020-06-30T13:22:04.648Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-30T13:22:04.648Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-30T13:22:04.648Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-30T13:22:04.648Z] [ 80%] Linking C executable device-counter [2020-06-30T13:22:04.648Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-30T13:22:04.648Z] [ 81%] Built target device-counter [2020-06-30T13:22:04.648Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-30T13:22:04.648Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-30T13:22:04.648Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-30T13:22:04.648Z] [ 83%] Linking C executable device-random [2020-06-30T13:22:04.648Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-30T13:22:04.648Z] [ 85%] Built target device-random [2020-06-30T13:22:04.648Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-30T13:22:04.648Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-30T13:22:04.648Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-30T13:22:04.648Z] [ 87%] Linking C executable device-gyro [2020-06-30T13:22:04.908Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-30T13:22:04.908Z] [ 89%] Built target device-gyro [2020-06-30T13:22:04.908Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-30T13:22:04.908Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-30T13:22:04.908Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-30T13:22:04.908Z] [ 90%] Linking C executable template-discovery [2020-06-30T13:22:04.908Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-30T13:22:04.908Z] [ 92%] Built target template-discovery [2020-06-30T13:22:04.908Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-30T13:22:04.908Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-30T13:22:04.908Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-30T13:22:04.908Z] [ 94%] Linking C executable device-terminal [2020-06-30T13:22:04.908Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-30T13:22:04.908Z] [ 96%] Built target device-terminal [2020-06-30T13:22:04.908Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-30T13:22:04.908Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-30T13:22:04.908Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-30T13:22:04.908Z] [ 98%] Linking C executable templatev1 [2020-06-30T13:22:05.170Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-30T13:22:05.170Z] [100%] Built target templatev1 [2020-06-30T13:22:05.170Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-06-30T13:22:05.170Z] Install the project... [2020-06-30T13:22:05.170Z] -- Install configuration: "Release" [2020-06-30T13:22:05.170Z] -- Installing: /usr/local/lib/libcsdk.so [2020-06-30T13:22:05.170Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-06-30T13:22:05.170Z] -- Up-to-date: /usr/local/include [2020-06-30T13:22:05.170Z] -- Installing: /usr/local/include/devsdk [2020-06-30T13:22:05.170Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-06-30T13:22:05.170Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-06-30T13:22:05.170Z] -- Installing: /usr/local/include/edgex [2020-06-30T13:22:05.170Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-06-30T13:22:05.170Z] -- Installing: /usr/local/include/edgex/devices.h [2020-06-30T13:22:05.170Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-06-30T13:22:05.170Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-06-30T13:22:05.170Z] -- Installing: /usr/local/include/edgex/edgex-logging.h [2020-06-30T13:22:05.170Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-06-30T13:22:05.170Z] -- Installing: /usr/local/include/edgex/error.h [2020-06-30T13:22:05.170Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-06-30T13:22:05.170Z] -- Installing: /usr/local/include/edgex/os.h [2020-06-30T13:22:05.170Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-06-30T13:22:05.170Z] -- Installing: /usr/local/include/edgex/registry.h [2020-06-30T13:22:05.170Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-06-30T13:22:05.170Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-06-30T13:22:05.170Z] -- Installing: /usr/local/include/iot [2020-06-30T13:22:05.170Z] -- Installing: /usr/local/include/iot/base64.h [2020-06-30T13:22:05.170Z] -- Installing: /usr/local/include/iot/component.h [2020-06-30T13:22:05.170Z] -- Installing: /usr/local/include/iot/container.h [2020-06-30T13:22:05.170Z] -- Installing: /usr/local/include/iot/data.h [2020-06-30T13:22:05.170Z] -- Installing: /usr/local/include/iot/hash.h [2020-06-30T13:22:05.170Z] -- Installing: /usr/local/include/iot/iot.h [2020-06-30T13:22:05.170Z] -- Installing: /usr/local/include/iot/json.h [2020-06-30T13:22:05.170Z] -- Installing: /usr/local/include/iot/logger.h [2020-06-30T13:22:05.170Z] -- Installing: /usr/local/include/iot/os.h [2020-06-30T13:22:05.170Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-06-30T13:22:05.170Z] -- Installing: /usr/local/include/iot/thread.h [2020-06-30T13:22:05.170Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-06-30T13:22:05.170Z] -- Installing: /usr/local/include/iot/time.h [2020-06-30T13:22:05.170Z] -- Installing: /usr/local/include/iot/typecode.h [2020-06-30T13:22:05.170Z] -- Installing: /usr/local/include/iot/os [2020-06-30T13:22:05.170Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-06-30T13:22:05.170Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-06-30T13:22:05.170Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-06-30T13:22:05.170Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-06-30T13:22:05.170Z] make: Leaving directory '/tmp/sdk/build/release' [2020-06-30T13:22:06.345Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-06-30T13:22:06.616Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-06-30T13:22:06.886Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-06-30T13:22:07.082Z] Removing intermediate container e1b5c95b3c8d [2020-06-30T13:22:07.082Z] ---> 765ceb8b6e25 [2020-06-30T13:22:07.082Z] Step 14/21 : FROM ${BASE} [2020-06-30T13:22:07.082Z] ---> 5eabd8fd8ba2 [2020-06-30T13:22:07.082Z] Step 15/21 : MAINTAINER IOTech [2020-06-30T13:22:07.082Z] ---> Running in fbd59b042d1c [2020-06-30T13:22:07.345Z] Removing intermediate container fbd59b042d1c [2020-06-30T13:22:07.345Z] ---> b54cb02ca8a1 [2020-06-30T13:22:07.345Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-06-30T13:22:07.345Z] ---> Running in c4cdbe2fa0b5 [2020-06-30T13:22:07.474Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-06-30T13:22:07.746Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-06-30T13:22:08.016Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-06-30T13:22:08.287Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-06-30T13:22:08.859Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-06-30T13:22:08.989Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-06-30T13:22:08.990Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-06-30T13:22:09.119Z] (1/3) Installing curl (7.64.0-r3) [2020-06-30T13:22:09.379Z] (2/3) Installing libuuid (2.33-r0) [2020-06-30T13:22:09.379Z] (3/3) Installing wget (1.20.3-r0) [2020-06-30T13:22:09.379Z] Executing busybox-1.29.3-r10.trigger [2020-06-30T13:22:09.379Z] OK: 268 MiB in 78 packages [2020-06-30T13:22:09.581Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-06-30T13:22:09.851Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-06-30T13:22:09.951Z] Removing intermediate container c4cdbe2fa0b5 [2020-06-30T13:22:09.951Z] ---> c541a5228a65 [2020-06-30T13:22:09.951Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-06-30T13:22:10.212Z] ---> 7d1fe27e5fe2 [2020-06-30T13:22:10.212Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-06-30T13:22:10.212Z] ---> aaf8db6169be [2020-06-30T13:22:10.212Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-06-30T13:22:10.441Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-06-30T13:22:10.477Z] ---> 869555b4a89a [2020-06-30T13:22:10.477Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-06-30T13:22:10.737Z] ---> 2f220a96dbc0 [2020-06-30T13:22:10.737Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-06-30T13:22:10.997Z] ---> fc6f8be670dc [2020-06-30T13:22:10.997Z] Successfully built fc6f8be670dc [2020-06-30T13:22:10.997Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-30T13:22:11.409Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-06-30T13:22:11.409Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-06-30T13:22:11.460Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-30T13:22:11.460Z] . [Pipeline] withDockerContainer [2020-06-30T13:22:11.557Z] prd-centos7-docker-4c-2g-4885 does not seem to be running inside a container [2020-06-30T13:22:11.600Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/31 -v /w/workspace/device-sdk-c/31:/w/workspace/device-sdk-c/31:rw,z -v /w/workspace/device-sdk-c/31@tmp:/w/workspace/device-sdk-c/31@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-06-30T13:22:12.150Z] $ docker top 52f999e07f4cebf30ea7d69ca44b3f4992edf9f0251d0a5ec647b31f5ceadda1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-30T13:22:12.554Z] + make test [2020-06-30T13:22:12.554Z] echo "make test" [2020-06-30T13:22:12.554Z] make test [Pipeline] } [2020-06-30T13:22:12.567Z] $ docker stop --time=1 52f999e07f4cebf30ea7d69ca44b3f4992edf9f0251d0a5ec647b31f5ceadda1 [2020-06-30T13:22:13.887Z] $ docker rm -f 52f999e07f4cebf30ea7d69ca44b3f4992edf9f0251d0a5ec647b31f5ceadda1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-30T13:22:15.528Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-30T13:22:15.690Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-06-30T13:22:15.820Z] + ls -al . [2020-06-30T13:22:15.820Z] total 160 [2020-06-30T13:22:15.820Z] drwxrwxr-x. 9 jenkins jenkins 275 Jun 30 13:21 . [2020-06-30T13:22:15.820Z] drwxrwxr-x. 4 jenkins jenkins 30 Jun 30 13:21 .. [2020-06-30T13:22:15.820Z] -rw-rw-r--. 1 jenkins jenkins 3104 Jun 30 13:21 Attribution.txt [2020-06-30T13:22:15.820Z] -rw-rw-r--. 1 jenkins jenkins 5323 Jun 30 13:21 CHANGES [2020-06-30T13:22:15.820Z] drwxrwxr-x. 2 jenkins jenkins 144 Jun 30 13:21 docs [2020-06-30T13:22:15.820Z] -rw-rw-r--. 1 jenkins jenkins 108574 Jun 30 13:21 Doxyfile [2020-06-30T13:22:15.820Z] drwxrwxr-x. 8 jenkins jenkins 162 Jun 30 13:21 .git [2020-06-30T13:22:15.820Z] drwxrwxr-x. 2 jenkins jenkins 38 Jun 30 13:21 .github [2020-06-30T13:22:15.820Z] -rw-rw-r--. 1 jenkins jenkins 176 Jun 30 13:21 .gitignore [2020-06-30T13:22:15.820Z] drwxrwxr-x. 4 jenkins jenkins 33 Jun 30 13:21 include [2020-06-30T13:22:15.820Z] -rw-rw-r--. 1 jenkins jenkins 794 Jun 30 13:21 Jenkinsfile [2020-06-30T13:22:15.820Z] -rw-rw-r--. 1 jenkins jenkins 10174 Jun 30 13:21 LICENSE [2020-06-30T13:22:15.820Z] -rw-rw-r--. 1 jenkins jenkins 449 Jun 30 13:21 Makefile [2020-06-30T13:22:15.820Z] -rw-rw-r--. 1 jenkins jenkins 1849 Jun 30 13:21 README.md [2020-06-30T13:22:15.820Z] -rw-rw-r--. 1 jenkins jenkins 5229 Jun 30 13:21 README.v2.md [2020-06-30T13:22:15.820Z] drwxrwxr-x. 2 jenkins jenkins 108 Jun 30 13:21 scripts [2020-06-30T13:22:15.820Z] drwxrwxr-x. 3 jenkins jenkins 44 Jun 30 13:21 .semver [2020-06-30T13:22:15.820Z] drwxrwxr-x. 4 jenkins jenkins 50 Jun 30 13:21 src [2020-06-30T13:22:15.820Z] -rw-rw-r--. 1 jenkins jenkins 11 Jun 30 13:18 VERSION [Pipeline] isUnix [Pipeline] sh [2020-06-30T13:22:15.965Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-06-30T13:22:16.118Z] + 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=0776142c6d3161b910df185b7a9c1c513e53f5f6 --label arch=amd64 --label version=1.2.2-dev.7 . [2020-06-30T13:22:16.118Z] Sending build context to Docker daemon 3.304MB [2020-06-30T13:22:16.118Z] Step 1/15 : ARG BASE=alpine:3.11 [2020-06-30T13:22:16.118Z] Step 2/15 : FROM ${BASE} [2020-06-30T13:22:16.118Z] ---> fc6f8be670dc [2020-06-30T13:22:16.118Z] Step 3/15 : MAINTAINER IOTech [2020-06-30T13:22:16.557Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-06-30T13:22:16.690Z] ---> Running in 1fa84e3dfa14 [2020-06-30T13:22:16.690Z] Removing intermediate container 1fa84e3dfa14 [2020-06-30T13:22:16.690Z] ---> 5805ddd572ec [2020-06-30T13:22:16.690Z] Step 4/15 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev && mkdir -p /edgex-c-sdk/build [2020-06-30T13:22:16.690Z] ---> Running in 2694a76ce7d6 [2020-06-30T13:22:17.152Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-06-30T13:22:17.261Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-06-30T13:22:17.830Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-06-30T13:22:18.090Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2020-06-30T13:22:18.090Z] (2/6) Installing libblkid (2.33-r0) [2020-06-30T13:22:18.350Z] (3/6) Installing libfdisk (2.33-r0) [2020-06-30T13:22:18.350Z] (4/6) Installing libmount (2.33-r0) [2020-06-30T13:22:18.350Z] (5/6) Installing libsmartcols (2.33-r0) [2020-06-30T13:22:18.574Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-06-30T13:22:18.610Z] (6/6) Installing util-linux-dev (2.33-r0) [2020-06-30T13:22:18.873Z] Executing busybox-1.29.3-r10.trigger [2020-06-30T13:22:18.873Z] OK: 272 MiB in 84 packages [2020-06-30T13:22:19.446Z] Removing intermediate container 2694a76ce7d6 [2020-06-30T13:22:19.446Z] ---> c79620be1b2b [2020-06-30T13:22:19.446Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-06-30T13:22:19.446Z] ---> d0d74e660938 [2020-06-30T13:22:19.446Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-06-30T13:22:19.999Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-06-30T13:22:20.387Z] ---> d92ca2bad95b [2020-06-30T13:22:20.387Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-06-30T13:22:20.387Z] ---> 6230d6cee4e7 [2020-06-30T13:22:20.387Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-06-30T13:22:20.648Z] ---> 18941984fa5d [2020-06-30T13:22:20.648Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-06-30T13:22:20.648Z] ---> d981393143f6 [2020-06-30T13:22:20.648Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-06-30T13:22:20.912Z] ---> 2f1024485547 [2020-06-30T13:22:20.912Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-06-30T13:22:20.912Z] ---> Running in bdfc819c209b [2020-06-30T13:22:21.176Z] Removing intermediate container bdfc819c209b [2020-06-30T13:22:21.176Z] ---> 8f1c35f0b75d [2020-06-30T13:22:21.176Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-06-30T13:22:21.176Z] ---> Running in 314a3003b125 [2020-06-30T13:22:21.436Z] Removing intermediate container 314a3003b125 [2020-06-30T13:22:21.436Z] ---> bcbb5f90ec07 [2020-06-30T13:22:21.436Z] Step 13/15 : LABEL arch=amd64 [2020-06-30T13:22:21.436Z] ---> Running in afbbd77af066 [2020-06-30T13:22:21.699Z] Removing intermediate container afbbd77af066 [2020-06-30T13:22:21.699Z] ---> 6dcee014a4ba [2020-06-30T13:22:21.699Z] Step 14/15 : LABEL git_sha=0776142c6d3161b910df185b7a9c1c513e53f5f6 [2020-06-30T13:22:21.699Z] ---> Running in 7bd32810be77 [2020-06-30T13:22:21.699Z] Removing intermediate container 7bd32810be77 [2020-06-30T13:22:21.699Z] ---> 2cd9733e8a7f [2020-06-30T13:22:21.699Z] Step 15/15 : LABEL version=1.2.2-dev.7 [2020-06-30T13:22:21.960Z] ---> Running in fb8c4fa5b423 [2020-06-30T13:22:21.960Z] Removing intermediate container fb8c4fa5b423 [2020-06-30T13:22:21.960Z] ---> c7cab896d88f [2020-06-30T13:22:21.960Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2020-06-30T13:22:21.960Z] Successfully built c7cab896d88f [2020-06-30T13:22:21.960Z] Successfully tagged docker-device-sdk-c:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-06-30T13:22:23.371Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-06-30T13:22:23.963Z] [ 70%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-06-30T13:22:25.391Z] [ 72%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-06-30T13:22:25.663Z] [ 74%] Linking C shared library libcsdk.so [2020-06-30T13:22:25.663Z] [ 74%] Built target csdk [2020-06-30T13:22:25.663Z] Scanning dependencies of target template [2020-06-30T13:22:25.933Z] [ 76%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-06-30T13:22:26.527Z] [ 78%] Linking C executable template [2020-06-30T13:22:26.527Z] [ 78%] Built target template [2020-06-30T13:22:26.527Z] Scanning dependencies of target device-counter [2020-06-30T13:22:26.527Z] [ 80%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-06-30T13:22:27.119Z] [ 81%] Linking C executable device-counter [2020-06-30T13:22:27.390Z] [ 81%] Built target device-counter [2020-06-30T13:22:27.390Z] Scanning dependencies of target device-random [2020-06-30T13:22:27.390Z] [ 83%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-06-30T13:22:27.979Z] [ 85%] Linking C executable device-random [2020-06-30T13:22:27.979Z] [ 85%] Built target device-random [2020-06-30T13:22:27.979Z] Scanning dependencies of target device-gyro [2020-06-30T13:22:27.979Z] [ 87%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-06-30T13:22:28.571Z] [ 89%] Linking C executable device-gyro [2020-06-30T13:22:28.571Z] [ 89%] Built target device-gyro [2020-06-30T13:22:28.843Z] Scanning dependencies of target template-discovery [2020-06-30T13:22:28.843Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-06-30T13:22:29.434Z] [ 92%] Linking C executable template-discovery [2020-06-30T13:22:29.781Z] [ 92%] Built target template-discovery [2020-06-30T13:22:29.781Z] Scanning dependencies of target device-terminal [2020-06-30T13:22:29.781Z] [ 94%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-06-30T13:22:30.405Z] [ 96%] Linking C executable device-terminal [2020-06-30T13:22:30.405Z] [ 96%] Built target device-terminal [2020-06-30T13:22:30.405Z] Scanning dependencies of target templatev1 [2020-06-30T13:22:30.695Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-06-30T13:22:31.315Z] [100%] Linking C executable templatev1 [2020-06-30T13:22:31.315Z] [100%] Built target templatev1 [2020-06-30T13:22:31.315Z] + make package [2020-06-30T13:22:31.315Z] + tee -a release.log [2020-06-30T13:22:31.591Z] [ 74%] Built target csdk [2020-06-30T13:22:31.591Z] [ 78%] Built target template [2020-06-30T13:22:31.591Z] [ 81%] Built target device-counter [2020-06-30T13:22:31.591Z] [ 85%] Built target device-random [2020-06-30T13:22:31.862Z] [ 89%] Built target device-gyro [2020-06-30T13:22:31.862Z] [ 92%] Built target template-discovery [2020-06-30T13:22:31.862Z] [ 96%] Built target device-terminal [2020-06-30T13:22:31.862Z] [100%] Built target templatev1 [2020-06-30T13:22:31.862Z] Run CPack packaging tool... [2020-06-30T13:22:31.862Z] CPack: Create package using TGZ [2020-06-30T13:22:31.862Z] CPack: Install projects [2020-06-30T13:22:31.862Z] CPack: - Run preinstall target for: Csdk [2020-06-30T13:22:32.473Z] CPack: - Install project: Csdk [2020-06-30T13:22:32.473Z] CPack: Create package [2020-06-30T13:22:32.747Z] CPack: - package: /tmp/sdk/build/release/csdk-1.2.2-dev.7.tar.gz generated. [2020-06-30T13:22:32.747Z] + '[' false '=' true ] [2020-06-30T13:22:32.747Z] + '[' false '=' true ] [2020-06-30T13:22:32.747Z] + mkdir -p /tmp/sdk/build/debug [2020-06-30T13:22:32.747Z] + cd /tmp/sdk/build/debug [2020-06-30T13:22:32.747Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCSDK_BUILD_DEBUG=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-06-30T13:22:33.021Z] -- The C compiler identification is GNU 8.3.0 [2020-06-30T13:22:33.021Z] -- Check for working C compiler: /usr/bin/cc [2020-06-30T13:22:33.295Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-06-30T13:22:33.295Z] -- Detecting C compiler ABI info [2020-06-30T13:22:33.295Z] -- Detecting C compiler ABI info - done [2020-06-30T13:22:33.565Z] -- Detecting C compile features [2020-06-30T13:22:34.156Z] -- Detecting C compile features - done [2020-06-30T13:22:34.156Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-06-30T13:22:34.156Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-06-30T13:22:34.156Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-06-30T13:22:34.156Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-06-30T13:22:34.156Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-06-30T13:22:34.156Z] -- C SDK 1.2.2-dev.7 for Linux [2020-06-30T13:22:34.156Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-06-30T13:22:34.425Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-06-30T13:22:34.425Z] -- Found Curses: /usr/lib/libcurses.so [2020-06-30T13:22:34.693Z] -- Configuring done [2020-06-30T13:22:34.693Z] -- Generating done [2020-06-30T13:22:34.693Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-06-30T13:22:34.693Z] + make [2020-06-30T13:22:34.693Z] + tee debug.log [2020-06-30T13:22:34.964Z] Scanning dependencies of target csdk [2020-06-30T13:22:34.964Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-06-30T13:22:35.396Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-06-30T13:22:35.666Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-06-30T13:22:36.255Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-06-30T13:22:36.525Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-06-30T13:22:36.525Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-06-30T13:22:37.113Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-06-30T13:22:37.702Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-06-30T13:22:37.971Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-06-30T13:22:38.240Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-06-30T13:22:38.510Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-06-30T13:22:38.779Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-06-30T13:22:38.779Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-06-30T13:22:39.050Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-06-30T13:22:40.018Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-06-30T13:22:40.018Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-06-30T13:22:40.286Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-06-30T13:22:40.556Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-06-30T13:22:41.147Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-06-30T13:22:41.417Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-06-30T13:22:41.689Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-06-30T13:22:41.689Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-06-30T13:22:41.960Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-06-30T13:22:42.234Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-06-30T13:22:42.520Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-06-30T13:22:42.520Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-06-30T13:22:42.800Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-06-30T13:22:43.071Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-06-30T13:22:43.341Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-06-30T13:22:43.611Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-06-30T13:22:43.883Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-06-30T13:22:44.854Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-06-30T13:22:45.123Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-06-30T13:22:45.393Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-06-30T13:22:45.663Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-06-30T13:22:46.630Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-06-30T13:22:46.903Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-06-30T13:22:47.876Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-06-30T13:22:47.876Z] [ 70%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-06-30T13:22:48.467Z] [ 72%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-06-30T13:22:48.738Z] [ 74%] Linking C shared library libcsdk.so [2020-06-30T13:22:48.738Z] [ 74%] Built target csdk [2020-06-30T13:22:48.738Z] Scanning dependencies of target template [2020-06-30T13:22:49.011Z] [ 76%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-06-30T13:22:49.284Z] [ 78%] Linking C executable template [2020-06-30T13:22:49.284Z] [ 78%] Built target template [2020-06-30T13:22:49.284Z] Scanning dependencies of target device-counter [2020-06-30T13:22:49.556Z] [ 80%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-06-30T13:22:49.556Z] [ 81%] Linking C executable device-counter [2020-06-30T13:22:49.831Z] [ 81%] Built target device-counter [2020-06-30T13:22:49.831Z] Scanning dependencies of target device-random [2020-06-30T13:22:49.831Z] [ 83%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-06-30T13:22:50.102Z] [ 85%] Linking C executable device-random [2020-06-30T13:22:50.373Z] [ 85%] Built target device-random [2020-06-30T13:22:50.373Z] Scanning dependencies of target device-gyro [2020-06-30T13:22:50.373Z] [ 87%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-06-30T13:22:50.643Z] [ 89%] Linking C executable device-gyro [2020-06-30T13:22:50.915Z] [ 89%] Built target device-gyro [2020-06-30T13:22:50.915Z] Scanning dependencies of target template-discovery [2020-06-30T13:22:50.915Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-06-30T13:22:51.187Z] [ 92%] Linking C executable template-discovery [2020-06-30T13:22:51.459Z] [ 92%] Built target template-discovery [2020-06-30T13:22:51.459Z] Scanning dependencies of target device-terminal [2020-06-30T13:22:51.459Z] [ 94%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-06-30T13:22:51.729Z] [ 96%] Linking C executable device-terminal [2020-06-30T13:22:51.999Z] [ 96%] Built target device-terminal [2020-06-30T13:22:51.999Z] Scanning dependencies of target templatev1 [2020-06-30T13:22:51.999Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-06-30T13:22:52.271Z] [100%] Linking C executable templatev1 [2020-06-30T13:22:52.543Z] [100%] Built target templatev1 [2020-06-30T13:22:52.543Z] make: Entering directory '/tmp/sdk/build/release' [2020-06-30T13:22:52.543Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-06-30T13:22:52.543Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-30T13:22:52.543Z] Scanning dependencies of target csdk [2020-06-30T13:22:52.543Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-30T13:22:52.812Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-30T13:22:52.812Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-06-30T13:22:54.769Z] [ 3%] Linking C shared library libcsdk.so [2020-06-30T13:22:54.769Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-30T13:22:54.769Z] [ 74%] Built target csdk [2020-06-30T13:22:54.769Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-30T13:22:54.769Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-30T13:22:54.769Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-30T13:22:54.769Z] [ 76%] Linking C executable template [2020-06-30T13:22:54.769Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-30T13:22:54.769Z] [ 78%] Built target template [2020-06-30T13:22:54.769Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-30T13:22:54.769Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-30T13:22:54.769Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-30T13:22:54.769Z] [ 80%] Linking C executable device-counter [2020-06-30T13:22:55.040Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-30T13:22:55.040Z] [ 81%] Built target device-counter [2020-06-30T13:22:55.040Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-30T13:22:55.040Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-30T13:22:55.040Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-30T13:22:55.040Z] [ 83%] Linking C executable device-random [2020-06-30T13:22:55.312Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-30T13:22:55.312Z] [ 85%] Built target device-random [2020-06-30T13:22:55.312Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-30T13:22:55.312Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-30T13:22:55.312Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-30T13:22:55.312Z] [ 87%] Linking C executable device-gyro [2020-06-30T13:22:55.583Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-30T13:22:55.583Z] [ 89%] Built target device-gyro [2020-06-30T13:22:55.583Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-30T13:22:55.583Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-30T13:22:55.583Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-30T13:22:55.583Z] [ 90%] Linking C executable template-discovery [2020-06-30T13:22:55.856Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-30T13:22:55.856Z] [ 92%] Built target template-discovery [2020-06-30T13:22:55.856Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-30T13:22:55.856Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-30T13:22:55.856Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-30T13:22:55.856Z] [ 94%] Linking C executable device-terminal [2020-06-30T13:22:56.128Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-30T13:22:56.128Z] [ 96%] Built target device-terminal [2020-06-30T13:22:56.128Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-30T13:22:56.128Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-30T13:22:56.128Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-30T13:22:56.128Z] [ 98%] Linking C executable templatev1 [2020-06-30T13:22:56.399Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-30T13:22:56.399Z] [100%] Built target templatev1 [2020-06-30T13:22:56.399Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-06-30T13:22:56.399Z] Install the project... [2020-06-30T13:22:56.399Z] -- Install configuration: "Release" [2020-06-30T13:22:56.399Z] -- Installing: /usr/local/lib/libcsdk.so [2020-06-30T13:22:56.399Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-06-30T13:22:56.399Z] -- Up-to-date: /usr/local/include [2020-06-30T13:22:56.399Z] -- Installing: /usr/local/include/edgex [2020-06-30T13:22:56.399Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-06-30T13:22:56.399Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-06-30T13:22:56.399Z] -- Installing: /usr/local/include/edgex/error.h [2020-06-30T13:22:56.399Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-06-30T13:22:56.399Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-06-30T13:22:56.399Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-06-30T13:22:56.399Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-06-30T13:22:56.399Z] -- Installing: /usr/local/include/edgex/registry.h [2020-06-30T13:22:56.399Z] -- Installing: /usr/local/include/edgex/edgex-logging.h [2020-06-30T13:22:56.399Z] -- Installing: /usr/local/include/edgex/devices.h [2020-06-30T13:22:56.399Z] -- Installing: /usr/local/include/edgex/os.h [2020-06-30T13:22:56.399Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-06-30T13:22:56.399Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-06-30T13:22:56.399Z] -- Installing: /usr/local/include/devsdk [2020-06-30T13:22:56.399Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-06-30T13:22:56.399Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-06-30T13:22:56.399Z] -- Installing: /usr/local/include/iot [2020-06-30T13:22:56.399Z] -- Installing: /usr/local/include/iot/json.h [2020-06-30T13:22:56.399Z] -- Installing: /usr/local/include/iot/container.h [2020-06-30T13:22:56.399Z] -- Installing: /usr/local/include/iot/component.h [2020-06-30T13:22:56.399Z] -- Installing: /usr/local/include/iot/typecode.h [2020-06-30T13:22:56.399Z] -- Installing: /usr/local/include/iot/iot.h [2020-06-30T13:22:56.399Z] -- Installing: /usr/local/include/iot/time.h [2020-06-30T13:22:56.399Z] -- Installing: /usr/local/include/iot/hash.h [2020-06-30T13:22:56.399Z] -- Installing: /usr/local/include/iot/logger.h [2020-06-30T13:22:56.399Z] -- Installing: /usr/local/include/iot/os [2020-06-30T13:22:56.399Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-06-30T13:22:56.399Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-06-30T13:22:56.399Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-06-30T13:22:56.399Z] -- Installing: /usr/local/include/iot/data.h [2020-06-30T13:22:56.399Z] -- Installing: /usr/local/include/iot/thread.h [2020-06-30T13:22:56.399Z] -- Installing: /usr/local/include/iot/os.h [2020-06-30T13:22:56.399Z] -- Installing: /usr/local/include/iot/base64.h [2020-06-30T13:22:56.399Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-06-30T13:22:56.399Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-06-30T13:22:56.399Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-06-30T13:22:56.399Z] make: Leaving directory '/tmp/sdk/build/release' [2020-06-30T13:22:58.373Z] Removing intermediate container d671a01a27e9 [2020-06-30T13:22:58.373Z] ---> 81b7e8e4e8e0 [2020-06-30T13:22:58.373Z] Step 14/21 : FROM ${BASE} [2020-06-30T13:22:58.373Z] ---> b23d30803547 [2020-06-30T13:22:58.373Z] Step 15/21 : MAINTAINER IOTech [2020-06-30T13:22:58.645Z] ---> Running in 4961b1837b89 [2020-06-30T13:22:58.917Z] Removing intermediate container 4961b1837b89 [2020-06-30T13:22:58.917Z] ---> 375108bf79d9 [2020-06-30T13:22:58.917Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-06-30T13:22:59.189Z] ---> Running in e70baba7bb61 [2020-06-30T13:23:00.615Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-06-30T13:23:01.584Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-06-30T13:23:01.853Z] (1/3) Installing curl (7.64.0-r3) [2020-06-30T13:23:01.853Z] (2/3) Installing libuuid (2.33-r0) [2020-06-30T13:23:01.853Z] (3/3) Installing wget (1.20.3-r0) [2020-06-30T13:23:02.124Z] Executing busybox-1.29.3-r10.trigger [2020-06-30T13:23:02.124Z] OK: 281 MiB in 78 packages [2020-06-30T13:23:03.107Z] Removing intermediate container e70baba7bb61 [2020-06-30T13:23:03.107Z] ---> 755a3d7cf171 [2020-06-30T13:23:03.107Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-06-30T13:23:04.073Z] ---> 7c7f3612a3d1 [2020-06-30T13:23:04.073Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-06-30T13:23:04.666Z] ---> 96d81a9a9ed0 [2020-06-30T13:23:04.666Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-06-30T13:23:05.639Z] ---> fa5b3b7c601a [2020-06-30T13:23:05.639Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-06-30T13:23:06.231Z] ---> 2a40e33e094e [2020-06-30T13:23:06.231Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-06-30T13:23:07.205Z] ---> 3ce685d23ce1 [2020-06-30T13:23:07.205Z] Successfully built 3ce685d23ce1 [2020-06-30T13:23:07.205Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-30T13:23:07.749Z] + docker inspect -f . ci-base-image-arm64 [2020-06-30T13:23:07.749Z] . [Pipeline] withDockerContainer [2020-06-30T13:23:08.023Z] prd-ubuntu18.04-docker-arm64-4c-16g-4884 does not seem to be running inside a container [2020-06-30T13:23:08.082Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/31 -v /w/workspace/device-sdk-c/31:/w/workspace/device-sdk-c/31:rw,z -v /w/workspace/device-sdk-c/31@tmp:/w/workspace/device-sdk-c/31@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-06-30T13:23:09.871Z] $ docker top 948e9fc36a1067d91c0bcdc8ab35395924dc49505f2c098b0eb5042bc9bb3a94 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-30T13:23:11.245Z] + make test [2020-06-30T13:23:11.245Z] echo "make test" [2020-06-30T13:23:11.245Z] make test [Pipeline] } [2020-06-30T13:23:11.239Z] $ docker stop --time=1 948e9fc36a1067d91c0bcdc8ab35395924dc49505f2c098b0eb5042bc9bb3a94 [2020-06-30T13:23:13.081Z] $ docker rm -f 948e9fc36a1067d91c0bcdc8ab35395924dc49505f2c098b0eb5042bc9bb3a94 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-30T13:23:13.942Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-30T13:23:14.297Z] + ls -al . [2020-06-30T13:23:14.297Z] total 196 [2020-06-30T13:23:14.297Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 30 13:20 . [2020-06-30T13:23:14.297Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 30 13:20 .. [2020-06-30T13:23:14.297Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 30 13:20 .git [2020-06-30T13:23:14.297Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 30 13:20 .github [2020-06-30T13:23:14.297Z] -rw-rw-r-- 1 jenkins jenkins 176 Jun 30 13:20 .gitignore [2020-06-30T13:23:14.297Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 30 13:20 .semver [2020-06-30T13:23:14.297Z] -rw-rw-r-- 1 jenkins jenkins 3104 Jun 30 13:20 Attribution.txt [2020-06-30T13:23:14.297Z] -rw-rw-r-- 1 jenkins jenkins 5323 Jun 30 13:20 CHANGES [2020-06-30T13:23:14.297Z] -rw-rw-r-- 1 jenkins jenkins 108574 Jun 30 13:20 Doxyfile [2020-06-30T13:23:14.297Z] -rw-rw-r-- 1 jenkins jenkins 794 Jun 30 13:20 Jenkinsfile [2020-06-30T13:23:14.297Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jun 30 13:20 LICENSE [2020-06-30T13:23:14.297Z] -rw-rw-r-- 1 jenkins jenkins 449 Jun 30 13:20 Makefile [2020-06-30T13:23:14.297Z] -rw-rw-r-- 1 jenkins jenkins 1849 Jun 30 13:20 README.md [2020-06-30T13:23:14.297Z] -rw-rw-r-- 1 jenkins jenkins 5229 Jun 30 13:20 README.v2.md [2020-06-30T13:23:14.297Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 30 13:18 VERSION [2020-06-30T13:23:14.297Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 30 13:20 docs [2020-06-30T13:23:14.297Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 30 13:20 include [2020-06-30T13:23:14.297Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 30 13:20 scripts [2020-06-30T13:23:14.297Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 30 13:20 src [Pipeline] isUnix [Pipeline] sh [2020-06-30T13:23:14.650Z] + 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=0776142c6d3161b910df185b7a9c1c513e53f5f6 --label arch=arm64 --label version=1.2.2-dev.7 . [2020-06-30T13:23:15.250Z] Sending build context to Docker daemon 3.304MB [2020-06-30T13:23:15.250Z] Step 1/15 : ARG BASE=alpine:3.11 [2020-06-30T13:23:15.250Z] Step 2/15 : FROM ${BASE} [2020-06-30T13:23:15.250Z] ---> 3ce685d23ce1 [2020-06-30T13:23:15.250Z] Step 3/15 : MAINTAINER IOTech [2020-06-30T13:23:15.250Z] ---> Running in 029a5c6b1ca8 [2020-06-30T13:23:15.850Z] Removing intermediate container 029a5c6b1ca8 [2020-06-30T13:23:15.850Z] ---> 5b8bc77661b8 [2020-06-30T13:23:15.850Z] Step 4/15 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev && mkdir -p /edgex-c-sdk/build [2020-06-30T13:23:15.850Z] ---> Running in 990077ddac0f [2020-06-30T13:23:17.274Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-06-30T13:23:18.240Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-06-30T13:23:18.510Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2020-06-30T13:23:18.510Z] (2/6) Installing libblkid (2.33-r0) [2020-06-30T13:23:18.779Z] (3/6) Installing libfdisk (2.33-r0) [2020-06-30T13:23:18.779Z] (4/6) Installing libmount (2.33-r0) [2020-06-30T13:23:19.049Z] (5/6) Installing libsmartcols (2.33-r0) [2020-06-30T13:23:19.049Z] (6/6) Installing util-linux-dev (2.33-r0) [2020-06-30T13:23:19.319Z] Executing busybox-1.29.3-r10.trigger [2020-06-30T13:23:19.319Z] OK: 286 MiB in 84 packages [2020-06-30T13:23:20.748Z] Removing intermediate container 990077ddac0f [2020-06-30T13:23:20.748Z] ---> e4ff5ff6af23 [2020-06-30T13:23:20.748Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-06-30T13:23:21.338Z] ---> f9f20ba06f2b [2020-06-30T13:23:21.338Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-06-30T13:23:22.311Z] ---> f233eaf8e62d [2020-06-30T13:23:22.311Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-06-30T13:23:22.903Z] ---> 61528ac6b134 [2020-06-30T13:23:22.903Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-06-30T13:23:23.496Z] ---> 82246b3e5799 [2020-06-30T13:23:23.496Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-06-30T13:23:24.474Z] ---> b6a4b7d5f965 [2020-06-30T13:23:24.474Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-06-30T13:23:25.066Z] ---> 24bd5df22f8f [2020-06-30T13:23:25.066Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-06-30T13:23:25.066Z] ---> Running in e14220f0c706 [2020-06-30T13:23:25.659Z] Removing intermediate container e14220f0c706 [2020-06-30T13:23:25.659Z] ---> f44b09516260 [2020-06-30T13:23:25.659Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-06-30T13:23:25.659Z] ---> Running in 305208c55c47 [2020-06-30T13:23:26.250Z] Removing intermediate container 305208c55c47 [2020-06-30T13:23:26.250Z] ---> ef97c6e61c2e [2020-06-30T13:23:26.250Z] Step 13/15 : LABEL arch=arm64 [2020-06-30T13:23:26.250Z] ---> Running in 842cf2c4817a [2020-06-30T13:23:26.843Z] Removing intermediate container 842cf2c4817a [2020-06-30T13:23:26.843Z] ---> 810b86b7d452 [2020-06-30T13:23:26.843Z] Step 14/15 : LABEL git_sha=0776142c6d3161b910df185b7a9c1c513e53f5f6 [2020-06-30T13:23:26.843Z] ---> Running in 234114015c47 [2020-06-30T13:23:27.435Z] Removing intermediate container 234114015c47 [2020-06-30T13:23:27.435Z] ---> fee555e01de3 [2020-06-30T13:23:27.435Z] Step 15/15 : LABEL version=1.2.2-dev.7 [2020-06-30T13:23:27.436Z] ---> Running in 4ddb0c53cc7a [2020-06-30T13:23:28.025Z] Removing intermediate container 4ddb0c53cc7a [2020-06-30T13:23:28.025Z] ---> 18e79f0e53ad [2020-06-30T13:23:28.025Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2020-06-30T13:23:28.025Z] Successfully built 18e79f0e53ad [2020-06-30T13:23:28.025Z] Successfully tagged docker-device-sdk-c-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-06-30T13:23:29.218Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-30T13:23:29.218Z] . [Pipeline] withDockerContainer [2020-06-30T13:23:29.320Z] prd-centos7-docker-4c-2g-4883 does not seem to be running inside a container [2020-06-30T13:23:29.360Z] $ 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-06-30T13:23:30.242Z] $ docker top 11f1b6f6b824f58054f37be0ffc53db9c019644fec81714b673a833568c9f92c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-30T13:23:30.486Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-30T13:23:30.486Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-30T13:23:30.730Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-30T13:23:30.733Z] $ docker exec 11f1b6f6b824f58054f37be0ffc53db9c019644fec81714b673a833568c9f92c ssh-agent [2020-06-30T13:23:30.927Z] SSH_AUTH_SOCK=/tmp/ssh-WnCLS0oMWVpC/agent.12 [2020-06-30T13:23:30.927Z] SSH_AGENT_PID=17 [2020-06-30T13:23:30.934Z] Running ssh-add (command line suppressed) [2020-06-30T13:23:31.090Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_6145188799242199730.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_6145188799242199730.key) [2020-06-30T13:23:31.146Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-30T13:23:31.453Z] + git semver tag [2020-06-30T13:23:31.453Z] # -> Open(): unable to determine branch for HEAD [2020-06-30T13:23:31.453Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-06-30T13:23:31.453Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-06-30T13:23:31.453Z] # $SEMVER_REMOTE_NAME = origin [2020-06-30T13:23:31.453Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-30T13:23:31.453Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-30T13:23:31.453Z] # $SEMVER_BRANCH = master [2020-06-30T13:23:31.453Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [2020-06-30T13:23:31.453Z] # 0776142c6d3161b910df185b7a9c1c513e53f5f6 HEAD [2020-06-30T13:23:31.453Z] # -> Force: false [2020-06-30T13:23:31.453Z] # ad1cf437e80f1d3817b319bbee7f018df19e1959 refs/tags/v1.2.2-dev.7 [Pipeline] } [2020-06-30T13:23:31.466Z] $ docker exec --env ******** --env ******** 11f1b6f6b824f58054f37be0ffc53db9c019644fec81714b673a833568c9f92c ssh-agent -k [2020-06-30T13:23:31.608Z] unset SSH_AUTH_SOCK; [2020-06-30T13:23:31.609Z] unset SSH_AGENT_PID; [2020-06-30T13:23:31.609Z] echo Agent pid 17 killed; [2020-06-30T13:23:31.659Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-30T13:23:32.017Z] + git semver [Pipeline] } [2020-06-30T13:23:32.033Z] $ docker stop --time=1 11f1b6f6b824f58054f37be0ffc53db9c019644fec81714b673a833568c9f92c [2020-06-30T13:23:33.406Z] $ docker rm -f 11f1b6f6b824f58054f37be0ffc53db9c019644fec81714b673a833568c9f92c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-06-30T13:23:33.963Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-30T13:23:33.963Z] [2020-06-30T13:23:33.963Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-06-30T13:23:34.340Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-30T13:23:34.340Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-06-30T13:23:34.340Z] ab5ef0e58194: Pulling fs layer [2020-06-30T13:23:34.340Z] 9712f1f96733: Pulling fs layer [2020-06-30T13:23:34.340Z] 63f879dbbcfc: Pulling fs layer [2020-06-30T13:23:34.340Z] 0d9ebad4ef96: Pulling fs layer [2020-06-30T13:23:34.340Z] e9a5061849ea: Pulling fs layer [2020-06-30T13:23:34.340Z] d747dcd14b5f: Pulling fs layer [2020-06-30T13:23:34.340Z] 2de7ff778b66: Pulling fs layer [2020-06-30T13:23:34.340Z] e9a5061849ea: Waiting [2020-06-30T13:23:34.340Z] d747dcd14b5f: Waiting [2020-06-30T13:23:34.340Z] 2de7ff778b66: Waiting [2020-06-30T13:23:34.340Z] 0d9ebad4ef96: Waiting [2020-06-30T13:23:34.340Z] 9712f1f96733: Verifying Checksum [2020-06-30T13:23:34.340Z] 9712f1f96733: Download complete [2020-06-30T13:23:34.930Z] 63f879dbbcfc: Verifying Checksum [2020-06-30T13:23:34.930Z] 63f879dbbcfc: Download complete [2020-06-30T13:23:35.608Z] 0d9ebad4ef96: Verifying Checksum [2020-06-30T13:23:35.608Z] 0d9ebad4ef96: Download complete [2020-06-30T13:23:35.608Z] e9a5061849ea: Verifying Checksum [2020-06-30T13:23:35.608Z] e9a5061849ea: Download complete [2020-06-30T13:23:35.608Z] d747dcd14b5f: Verifying Checksum [2020-06-30T13:23:35.608Z] d747dcd14b5f: Download complete [2020-06-30T13:23:35.871Z] ab5ef0e58194: Verifying Checksum [2020-06-30T13:23:35.871Z] ab5ef0e58194: Download complete [2020-06-30T13:23:35.871Z] 2de7ff778b66: Verifying Checksum [2020-06-30T13:23:35.871Z] 2de7ff778b66: Download complete [2020-06-30T13:23:42.512Z] ab5ef0e58194: Pull complete [2020-06-30T13:23:42.512Z] 9712f1f96733: Pull complete [2020-06-30T13:23:44.455Z] 63f879dbbcfc: Pull complete [2020-06-30T13:23:52.651Z] 0d9ebad4ef96: Pull complete [2020-06-30T13:23:53.615Z] e9a5061849ea: Pull complete [2020-06-30T13:23:53.615Z] d747dcd14b5f: Pull complete [2020-06-30T13:23:56.947Z] 2de7ff778b66: Pull complete [2020-06-30T13:23:56.947Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-06-30T13:23:56.947Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-30T13:23:56.947Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-06-30T13:23:57.152Z] prd-centos7-docker-4c-2g-4883 does not seem to be running inside a container [2020-06-30T13:23:57.202Z] $ 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-06-30T13:24:00.792Z] $ docker top dee20fa806f1e1bcf6acca6cd6fee413dd4bee950c323fb47909573669c3ba14 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-06-30T13:24:00.984Z] provisioning config files... [2020-06-30T13:24:00.998Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config512895640796998418tmp [2020-06-30T13:24:01.017Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config6911411140029735165tmp [2020-06-30T13:24:01.029Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config5106466701707294173tmp [Pipeline] { [Pipeline] echo [2020-06-30T13:24:01.055Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-30T13:24:01.358Z] ---> sigul-configuration.sh [2020-06-30T13:24:01.358Z] gpg: directory `/root/.gnupg' created [2020-06-30T13:24:01.358Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-06-30T13:24:01.358Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-06-30T13:24:01.358Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-06-30T13:24:01.358Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-06-30T13:24:01.358Z] gpg: CAST5 encrypted data [2020-06-30T13:24:01.623Z] gpg: encrypted with 1 passphrase [2020-06-30T13:24:01.623Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-06-30T13:24:01.931Z] + mkdir /home/jenkins [2020-06-30T13:24:01.931Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-06-30T13:24:02.245Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-06-30T13:24:02.254Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-30T13:24:02.556Z] ---> sigul-install.sh [2020-06-30T13:24:09.157Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-06-30T13:24:09.784Z] + git tag --list [2020-06-30T13:24:09.784Z] v1.2.2-dev.7 [Pipeline] sh [2020-06-30T13:24:10.112Z] + lftools sign git-tag v1.2.2-dev.7 [2020-06-30T13:24:11.508Z] Signing Git tag with Sigul... [2020-06-30T13:24:11.508Z] Signing v1.2.2-dev.7 [Pipeline] echo [2020-06-30T13:24:12.906Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-30T13:24:13.217Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-06-30T13:24:13.228Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-06-30T13:24:13.275Z] $ docker stop --time=1 dee20fa806f1e1bcf6acca6cd6fee413dd4bee950c323fb47909573669c3ba14 [2020-06-30T13:24:15.060Z] $ docker rm -f dee20fa806f1e1bcf6acca6cd6fee413dd4bee950c323fb47909573669c3ba14 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-06-30T13:24:15.690Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-30T13:24:15.690Z] . [Pipeline] withDockerContainer [2020-06-30T13:24:15.853Z] prd-centos7-docker-4c-2g-4883 does not seem to be running inside a container [2020-06-30T13:24:15.943Z] $ 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-06-30T13:24:16.892Z] $ docker top 8ded98c0f510449775585ac5aaeb13cf30cf816f1066af6f9d4845292dbfb28e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-30T13:24:17.114Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-30T13:24:17.114Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-30T13:24:17.382Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-30T13:24:17.386Z] $ docker exec 8ded98c0f510449775585ac5aaeb13cf30cf816f1066af6f9d4845292dbfb28e ssh-agent [2020-06-30T13:24:17.647Z] SSH_AUTH_SOCK=/tmp/ssh-4FL0PM63tYmy/agent.12 [2020-06-30T13:24:17.647Z] SSH_AGENT_PID=18 [2020-06-30T13:24:17.656Z] Running ssh-add (command line suppressed) [2020-06-30T13:24:17.821Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_1737515431280049365.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_1737515431280049365.key) [2020-06-30T13:24:17.884Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-30T13:24:18.211Z] + git semver bump pre [2020-06-30T13:24:18.211Z] # -> Open(): unable to determine branch for HEAD [2020-06-30T13:24:18.211Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-06-30T13:24:18.211Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-06-30T13:24:18.211Z] # $SEMVER_REMOTE_NAME = origin [2020-06-30T13:24:18.211Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-30T13:24:18.211Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-30T13:24:18.211Z] # $SEMVER_BRANCH = master [2020-06-30T13:24:18.211Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [2020-06-30T13:24:18.211Z] 1.2.2-dev.8 [Pipeline] } [2020-06-30T13:24:18.223Z] $ docker exec --env ******** --env ******** 8ded98c0f510449775585ac5aaeb13cf30cf816f1066af6f9d4845292dbfb28e ssh-agent -k [2020-06-30T13:24:18.369Z] unset SSH_AUTH_SOCK; [2020-06-30T13:24:18.370Z] unset SSH_AGENT_PID; [2020-06-30T13:24:18.370Z] echo Agent pid 18 killed; [2020-06-30T13:24:18.448Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-30T13:24:18.806Z] + git semver [Pipeline] } [2020-06-30T13:24:18.829Z] $ docker stop --time=1 8ded98c0f510449775585ac5aaeb13cf30cf816f1066af6f9d4845292dbfb28e [2020-06-30T13:24:20.298Z] $ docker rm -f 8ded98c0f510449775585ac5aaeb13cf30cf816f1066af6f9d4845292dbfb28e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-30T13:24:20.736Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-30T13:24:20.736Z] . [Pipeline] withDockerContainer [2020-06-30T13:24:20.841Z] prd-centos7-docker-4c-2g-4883 does not seem to be running inside a container [2020-06-30T13:24:20.886Z] $ 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-06-30T13:24:21.567Z] $ docker top 89088f8c294a81bb542766f9d19ce71818950321b4a3ca383acdb7c0221cd47d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-30T13:24:21.778Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-30T13:24:21.778Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-30T13:24:21.990Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-30T13:24:21.993Z] $ docker exec 89088f8c294a81bb542766f9d19ce71818950321b4a3ca383acdb7c0221cd47d ssh-agent [2020-06-30T13:24:22.200Z] SSH_AUTH_SOCK=/tmp/ssh-jMjLjzqX7FDM/agent.11 [2020-06-30T13:24:22.200Z] SSH_AGENT_PID=16 [2020-06-30T13:24:22.208Z] Running ssh-add (command line suppressed) [2020-06-30T13:24:22.354Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_1391356048455954977.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_1391356048455954977.key) [2020-06-30T13:24:22.447Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-30T13:24:22.763Z] + git semver push [2020-06-30T13:24:22.763Z] # -> Open(): unable to determine branch for HEAD [2020-06-30T13:24:22.763Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-06-30T13:24:22.763Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-06-30T13:24:22.763Z] # $SEMVER_REMOTE_NAME = origin [2020-06-30T13:24:22.763Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-30T13:24:22.763Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-30T13:24:22.763Z] # $SEMVER_BRANCH = master [2020-06-30T13:24:22.763Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [Pipeline] } [2020-06-30T13:24:29.379Z] $ docker exec --env ******** --env ******** 89088f8c294a81bb542766f9d19ce71818950321b4a3ca383acdb7c0221cd47d ssh-agent -k [2020-06-30T13:24:29.530Z] unset SSH_AUTH_SOCK; [2020-06-30T13:24:29.530Z] unset SSH_AGENT_PID; [2020-06-30T13:24:29.530Z] echo Agent pid 16 killed; [2020-06-30T13:24:29.591Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-30T13:24:29.968Z] + git semver [Pipeline] } [2020-06-30T13:24:29.983Z] $ docker stop --time=1 89088f8c294a81bb542766f9d19ce71818950321b4a3ca383acdb7c0221cd47d [2020-06-30T13:24:31.371Z] $ docker rm -f 89088f8c294a81bb542766f9d19ce71818950321b4a3ca383acdb7c0221cd47d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-06-30T13:24:31.995Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-30T13:24:32.563Z] ---> package-listing.sh [2020-06-30T13:24:32.563Z] ++ facter osfamily [2020-06-30T13:24:32.563Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-30T13:24:32.563Z] + OS_FAMILY=redhat [2020-06-30T13:24:32.563Z] + workspace=/w/workspace/edgexfoundry_device-sdk-c_master [2020-06-30T13:24:32.563Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-30T13:24:32.563Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-30T13:24:32.563Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-30T13:24:32.563Z] + PACKAGES=/tmp/packages_start.txt [2020-06-30T13:24:32.563Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_master ']' [2020-06-30T13:24:32.563Z] + PACKAGES=/tmp/packages_end.txt [2020-06-30T13:24:32.563Z] + case "${OS_FAMILY}" in [2020-06-30T13:24:32.563Z] + rpm -qa [2020-06-30T13:24:32.563Z] + sort [2020-06-30T13:24:37.880Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-30T13:24:37.880Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-30T13:24:37.880Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-30T13:24:37.880Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_master ']' [2020-06-30T13:24:37.880Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_master/archives/ [2020-06-30T13:24:37.880Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-c_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-06-30T13:24:38.481Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-30T13:24:38.481Z] [2020-06-30T13:24:38.481Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-30T13:24:38.812Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-30T13:24:38.812Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-30T13:24:38.812Z] c9b1b535fdd9: Pulling fs layer [2020-06-30T13:24:38.812Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-30T13:24:38.812Z] 756a868c4378: Pulling fs layer [2020-06-30T13:24:38.812Z] 444b2fc9a129: Pulling fs layer [2020-06-30T13:24:38.812Z] ea15f1150254: Pulling fs layer [2020-06-30T13:24:38.812Z] 41b27a9f41bf: Pulling fs layer [2020-06-30T13:24:38.812Z] 28c525ee5125: Pulling fs layer [2020-06-30T13:24:38.812Z] 094b1ea09ed8: Pulling fs layer [2020-06-30T13:24:38.812Z] 138eaada9080: Pulling fs layer [2020-06-30T13:24:38.812Z] 0622d0fa9048: Pulling fs layer [2020-06-30T13:24:38.812Z] 41b27a9f41bf: Waiting [2020-06-30T13:24:38.812Z] 28c525ee5125: Waiting [2020-06-30T13:24:38.812Z] 094b1ea09ed8: Waiting [2020-06-30T13:24:38.812Z] 138eaada9080: Waiting [2020-06-30T13:24:38.812Z] 0622d0fa9048: Waiting [2020-06-30T13:24:38.812Z] 444b2fc9a129: Waiting [2020-06-30T13:24:38.812Z] ea15f1150254: Waiting [2020-06-30T13:24:38.812Z] 2cc5ad85d9ab: Download complete [2020-06-30T13:24:38.812Z] 444b2fc9a129: Verifying Checksum [2020-06-30T13:24:38.812Z] 444b2fc9a129: Download complete [2020-06-30T13:24:38.812Z] c9b1b535fdd9: Verifying Checksum [2020-06-30T13:24:38.812Z] c9b1b535fdd9: Download complete [2020-06-30T13:24:39.094Z] ea15f1150254: Verifying Checksum [2020-06-30T13:24:39.094Z] ea15f1150254: Download complete [2020-06-30T13:24:39.094Z] 28c525ee5125: Verifying Checksum [2020-06-30T13:24:39.094Z] 28c525ee5125: Download complete [2020-06-30T13:24:39.377Z] c9b1b535fdd9: Pull complete [2020-06-30T13:24:39.377Z] 756a868c4378: Verifying Checksum [2020-06-30T13:24:39.377Z] 756a868c4378: Download complete [2020-06-30T13:24:39.683Z] 138eaada9080: Download complete [2020-06-30T13:24:39.683Z] 0622d0fa9048: Verifying Checksum [2020-06-30T13:24:39.683Z] 0622d0fa9048: Download complete [2020-06-30T13:24:39.683Z] 2cc5ad85d9ab: Pull complete [2020-06-30T13:24:39.683Z] 094b1ea09ed8: Verifying Checksum [2020-06-30T13:24:39.683Z] 094b1ea09ed8: Download complete [2020-06-30T13:24:40.292Z] 41b27a9f41bf: Verifying Checksum [2020-06-30T13:24:40.292Z] 41b27a9f41bf: Download complete [2020-06-30T13:24:42.232Z] 756a868c4378: Pull complete [2020-06-30T13:24:42.232Z] 444b2fc9a129: Pull complete [2020-06-30T13:24:42.501Z] ea15f1150254: Pull complete [2020-06-30T13:24:47.872Z] 41b27a9f41bf: Pull complete [2020-06-30T13:24:47.872Z] 28c525ee5125: Pull complete [2020-06-30T13:24:51.204Z] 094b1ea09ed8: Pull complete [2020-06-30T13:24:51.204Z] 138eaada9080: Pull complete [2020-06-30T13:24:51.482Z] 0622d0fa9048: Pull complete [2020-06-30T13:24:51.482Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-30T13:24:51.482Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-30T13:24:51.482Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-30T13:24:51.668Z] prd-centos7-docker-4c-2g-4883 does not seem to be running inside a container [2020-06-30T13:24:51.713Z] $ 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-06-30T13:24:54.563Z] $ docker top 38659f068b708639e2a4c323b97e2ffbb32b1836ebfe12893c9f24a491109b76 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-30T13:24:54.871Z] provisioning config files... [2020-06-30T13:24:54.890Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config3736829539410038244tmp [Pipeline] { [Pipeline] echo [2020-06-30T13:24:54.931Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-30T13:24:55.250Z] ---> create-netrc.sh [Pipeline] echo [2020-06-30T13:24:55.269Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-30T13:24:55.589Z] ---> logs-deploy.sh [2020-06-30T13:24:55.589Z] + ARCHIVE_ARTIFACTS= [2020-06-30T13:24:55.589Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-30T13:24:55.589Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-30T13:24:55.589Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-30T13:24:55.589Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/master/31 [2020-06-30T13:24:55.589Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-c/job/master/31/ [2020-06-30T13:24:55.589Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/master/31 /w/workspace/edgexfoundry_device-sdk-c_master [2020-06-30T13:24:57.003Z] Archives upload complete. [2020-06-30T13:24:57.268Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/master/31 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-c/job/master/31/ [2020-06-30T13:24:58.216Z] ---> uname -a: [2020-06-30T13:24:58.216Z] Linux 38659f068b70 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-06-30T13:24:58.216Z] [2020-06-30T13:24:58.216Z]