Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 30b1a7a38ff7fa727602da3b16feb5ed014ed1c2 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.9-base, dockerFilePath:scripts/Dockerfile.alpine-3.9, 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.9 DOCKER_BUILD_FILE_PATH: scripts/Dockerfile.alpine-3.9-base DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-c DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-2341 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 30b1a7a38ff7fa727602da3b16feb5ed014ed1c2 (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 30b1a7a38ff7fa727602da3b16feb5ed014ed1c2 # timeout=10 Commit message: "Merge pull request #266 from iain-anderson/examples-v2-branch" > git rev-list --no-walk 11dca0682671ac21648f2eee6e4306387f0e3104 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-09T09:27:48.087Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-09T09:27:48.207Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-09T09:27:48.250Z] ========================================================= [2020-06-09T09:27:48.250Z] EdgeX Global Pipelines Version Info [2020-06-09T09:27:48.250Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-09T09:27:50.079Z] ------------------- [2020-06-09T09:27:50.079Z] stable info: [2020-06-09T09:27:50.079Z] ------------------- [2020-06-09T09:27:50.079Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-09T09:27:50.079Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-09T09:27:50.079Z] Message: update stable to v1.0.89 [2020-06-09T09:27:50.657Z] ------------------- [2020-06-09T09:27:50.657Z] experimental info: [2020-06-09T09:27:50.657Z] ------------------- [2020-06-09T09:27:50.657Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-09T09:27:50.657Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-09T09:27:50.657Z] Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-06-09T09:27:52.115Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-09T09:27:52.115Z] [2020-06-09T09:27:52.115Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-09T09:27:52.429Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-09T09:27:52.429Z] latest: Pulling from edgex-devops/git-semver [2020-06-09T09:27:52.429Z] 9123ac7c32f7: Pulling fs layer [2020-06-09T09:27:52.429Z] b8cc5d1170e3: Pulling fs layer [2020-06-09T09:27:52.429Z] 2924cbbf6a41: Pulling fs layer [2020-06-09T09:27:52.429Z] 93b08a4f1073: Pulling fs layer [2020-06-09T09:27:52.429Z] 93b08a4f1073: Waiting [2020-06-09T09:27:52.429Z] b8cc5d1170e3: Download complete [2020-06-09T09:27:52.429Z] 9123ac7c32f7: Verifying Checksum [2020-06-09T09:27:52.429Z] 9123ac7c32f7: Download complete [2020-06-09T09:27:52.692Z] 93b08a4f1073: Verifying Checksum [2020-06-09T09:27:52.692Z] 93b08a4f1073: Download complete [2020-06-09T09:27:52.692Z] 2924cbbf6a41: Verifying Checksum [2020-06-09T09:27:52.692Z] 2924cbbf6a41: Download complete [2020-06-09T09:27:52.692Z] 9123ac7c32f7: Pull complete [2020-06-09T09:27:52.955Z] b8cc5d1170e3: Pull complete [2020-06-09T09:27:53.529Z] 2924cbbf6a41: Pull complete [2020-06-09T09:27:53.790Z] 93b08a4f1073: Pull complete [2020-06-09T09:27:53.790Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-09T09:27:53.790Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-09T09:27:53.790Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-09T09:27:53.892Z] prd-centos7-docker-4c-2g-2341 does not seem to be running inside a container [2020-06-09T09:27:53.934Z] $ 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-09T09:27:55.822Z] $ docker top cdace3e15d1ea3f2e1965b697fdc19847ec0ba76ddf7545c139a17a4da9bd8b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-09T09:27:56.007Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-09T09:27:56.008Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-09T09:27:56.193Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-09T09:27:56.200Z] $ docker exec cdace3e15d1ea3f2e1965b697fdc19847ec0ba76ddf7545c139a17a4da9bd8b7 ssh-agent [2020-06-09T09:27:56.355Z] SSH_AUTH_SOCK=/tmp/ssh-6WjN6nSRFVQ0/agent.11 [2020-06-09T09:27:56.355Z] SSH_AGENT_PID=16 [2020-06-09T09:27:56.364Z] Running ssh-add (command line suppressed) [2020-06-09T09:27:56.479Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_2895353192488678434.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_2895353192488678434.key) [2020-06-09T09:27:56.523Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-09T09:27:56.840Z] + git describe --exact-match --tags HEAD [2020-06-09T09:27:56.840Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-09T09:27:56.940Z] $ docker exec --env ******** --env ******** cdace3e15d1ea3f2e1965b697fdc19847ec0ba76ddf7545c139a17a4da9bd8b7 ssh-agent -k [2020-06-09T09:27:57.048Z] unset SSH_AUTH_SOCK; [2020-06-09T09:27:57.048Z] unset SSH_AGENT_PID; [2020-06-09T09:27:57.049Z] echo Agent pid 16 killed; [2020-06-09T09:27:57.083Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-09T09:27:57.120Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-09T09:27:57.120Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-09T09:27:57.164Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-09T09:27:57.164Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-09T09:27:57.316Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-09T09:27:57.322Z] $ docker exec cdace3e15d1ea3f2e1965b697fdc19847ec0ba76ddf7545c139a17a4da9bd8b7 ssh-agent [2020-06-09T09:27:57.475Z] SSH_AUTH_SOCK=/tmp/ssh-ZssjueeOB3a0/agent.44 [2020-06-09T09:27:57.475Z] SSH_AGENT_PID=50 [2020-06-09T09:27:57.480Z] Running ssh-add (command line suppressed) [2020-06-09T09:27:57.597Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_6557325808345905608.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_6557325808345905608.key) [2020-06-09T09:27:57.641Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-09T09:27:57.942Z] + git semver init [2020-06-09T09:27:57.942Z] # -> Open(): unable to determine branch for HEAD [2020-06-09T09:27:57.942Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-06-09T09:27:57.942Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-06-09T09:27:57.942Z] # $SEMVER_REMOTE_NAME = origin [2020-06-09T09:27:57.942Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-09T09:27:57.942Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-09T09:27:57.942Z] # $SEMVER_BRANCH = master [2020-06-09T09:27:57.942Z] # $SEMVER_TEMP = /tmp/semver-843685263 [2020-06-09T09:27:57.942Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-c.git $SEMVER_TEMP [2020-06-09T09:27:58.514Z] # '/tmp/semver-843685263' -> '/w/workspace/edgexfoundry_device-sdk-c_master/.semver' [2020-06-09T09:27:58.514Z] # -> Force: false [2020-06-09T09:27:58.514Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [Pipeline] } [2020-06-09T09:27:58.528Z] $ docker exec --env ******** --env ******** cdace3e15d1ea3f2e1965b697fdc19847ec0ba76ddf7545c139a17a4da9bd8b7 ssh-agent -k [2020-06-09T09:27:58.635Z] unset SSH_AUTH_SOCK; [2020-06-09T09:27:58.636Z] unset SSH_AGENT_PID; [2020-06-09T09:27:58.636Z] echo Agent pid 50 killed; [2020-06-09T09:27:58.672Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-09T09:27:59.029Z] + git semver [Pipeline] } [2020-06-09T09:27:59.047Z] $ docker stop --time=1 cdace3e15d1ea3f2e1965b697fdc19847ec0ba76ddf7545c139a17a4da9bd8b7 [2020-06-09T09:28:00.368Z] $ docker rm -f cdace3e15d1ea3f2e1965b697fdc19847ec0ba76ddf7545c139a17a4da9bd8b7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-09T09:28:00.925Z] Stashed 43 file(s) [Pipeline] echo [2020-06-09T09:28:00.927Z] [edgeXSemver] initialized semver on version 1.2.2-dev.1 [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-09T09:28:16.104Z] Still waiting to schedule task [2020-06-09T09:28:16.104Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-2341’ [2020-06-09T09:28:16.106Z] Still waiting to schedule task [2020-06-09T09:28:16.106Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-2075’ is offline [2020-06-09T09:30:11.166Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2342 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] ws [2020-06-09T09:30:11.190Z] Running in /w/workspace/device-sdk-c/25 [Pipeline] { [Pipeline] checkout [2020-06-09T09:30:16.574Z] using credential edgex-jenkins-ssh [2020-06-09T09:30:16.605Z] Cloning the remote Git repository [2020-06-09T09:30:16.605Z] Cloning with configured refspecs honoured and without tags [2020-06-09T09:30:16.651Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-06-09T09:30:16.776Z] > git init /w/workspace/device-sdk-c/25 # timeout=10 [2020-06-09T09:30:16.871Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-06-09T09:30:16.872Z] > git --version # timeout=10 [2020-06-09T09:30:16.903Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-09T09:30:16.976Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-09T09:30:17.947Z] Fetching without tags [2020-06-09T09:30:18.472Z] Checking out Revision 30b1a7a38ff7fa727602da3b16feb5ed014ed1c2 (master) [2020-06-09T09:30:17.867Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-06-09T09:30:17.883Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-09T09:30:17.904Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-06-09T09:30:17.931Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-06-09T09:30:17.932Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-09T09:30:17.942Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-09T09:30:18.466Z] > git config core.sparsecheckout # timeout=10 [2020-06-09T09:30:18.480Z] > git checkout -f 30b1a7a38ff7fa727602da3b16feb5ed014ed1c2 # timeout=10 [2020-06-09T09:30:23.021Z] Commit message: "Merge pull request #266 from iain-anderson/examples-v2-branch" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-09T09:30:24.196Z] ========================================================= [2020-06-09T09:30:24.196Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] [2020-06-09T09:30:24.196Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-09T09:30:25.286Z] + docker build -t ci-base-image-arm64 -f scripts/Dockerfile.alpine-3.9-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest . [2020-06-09T09:30:26.273Z] Sending build context to Docker daemon 3.202MB [2020-06-09T09:30:26.273Z] Step 1/21 : ARG BASE=alpine:3.9 [2020-06-09T09:30:26.273Z] Step 2/21 : FROM ${BASE} as builder [2020-06-09T09:30:26.548Z] latest: Pulling from edgex-devops/edgex-gcc-base-arm64 [2020-06-09T09:30:26.548Z] 0362ad1dd800: Pulling fs layer [2020-06-09T09:30:26.548Z] f2cdb1532d8b: Pulling fs layer [2020-06-09T09:30:26.548Z] 37ed683be191: Pulling fs layer [2020-06-09T09:30:26.548Z] f2cdb1532d8b: Download complete [2020-06-09T09:30:26.823Z] 0362ad1dd800: Verifying Checksum [2020-06-09T09:30:26.823Z] 0362ad1dd800: Download complete [2020-06-09T09:30:27.425Z] 0362ad1dd800: Pull complete [2020-06-09T09:30:28.029Z] f2cdb1532d8b: Pull complete [2020-06-09T09:30:29.013Z] 37ed683be191: Verifying Checksum [2020-06-09T09:30:29.013Z] 37ed683be191: Download complete [2020-06-09T09:30:39.204Z] 37ed683be191: Pull complete [2020-06-09T09:30:39.204Z] Digest: sha256:f3a502aba7c4a8aa4a4fcde21dbb9db33787f3779e80dd14fb3ea60ab67de23f [2020-06-09T09:30:39.204Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest [2020-06-09T09:30:39.204Z] ---> b23d30803547 [2020-06-09T09:30:39.204Z] 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-09T09:30:40.183Z] ---> Running in 6ac2dc23a69c [2020-06-09T09:30:41.626Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-06-09T09:30:42.604Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-06-09T09:30:43.584Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-06-09T09:30:43.856Z] (2/8) Installing libuuid (2.33-r0) [2020-06-09T09:30:43.856Z] (3/8) Installing libblkid (2.33-r0) [2020-06-09T09:30:44.128Z] (4/8) Installing libfdisk (2.33-r0) [2020-06-09T09:30:44.128Z] (5/8) Installing libmount (2.33-r0) [2020-06-09T09:30:44.128Z] (6/8) Installing libsmartcols (2.33-r0) [2020-06-09T09:30:44.399Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-06-09T09:30:44.675Z] (8/8) Installing wget (1.20.3-r0) [2020-06-09T09:30:44.675Z] Executing busybox-1.29.3-r10.trigger [2020-06-09T09:30:44.675Z] OK: 285 MiB in 83 packages [2020-06-09T09:30:46.109Z] Removing intermediate container 6ac2dc23a69c [2020-06-09T09:30:46.109Z] ---> d86107816311 [2020-06-09T09:30:46.109Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-06-09T09:30:46.383Z] ---> Running in 76c086b2fe3d [2020-06-09T09:30:46.657Z] Removing intermediate container 76c086b2fe3d [2020-06-09T09:30:46.657Z] ---> 303c5c30ed67 [2020-06-09T09:30:46.657Z] 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-09T09:30:46.931Z] ---> Running in 2a714fa1c039 [2020-06-09T09:30:48.364Z] --2020-06-09 09:30:48-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-06-09T09:30:48.364Z] Resolving github.com... 140.82.114.4 [2020-06-09T09:30:48.364Z] Connecting to github.com|140.82.114.4|:443... connected. [2020-06-09T09:30:48.643Z] HTTP request sent, awaiting response... 302 Found [2020-06-09T09:30:48.643Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-06-09T09:30:48.643Z] --2020-06-09 09:30:48-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-06-09T09:30:48.643Z] Resolving codeload.github.com... 140.82.112.10 [2020-06-09T09:30:48.643Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2020-06-09T09:30:48.643Z] HTTP request sent, awaiting response... 200 OK [2020-06-09T09:30:48.643Z] Length: unspecified [application/x-gzip] [2020-06-09T09:30:48.643Z] Saving to: 'STDOUT' [2020-06-09T09:30:48.643Z]  [2020-06-09T09:30:48.643Z] 0K .......... .......... .......... .......... .......... 1.64M [2020-06-09T09:30:48.643Z] 50K .......... .......... .......... .......... .......... 3.17M [2020-06-09T09:30:48.643Z] 100K .......... .......... .......... .......... .......... 15.0M [2020-06-09T09:30:48.643Z] 150K .......... .......... .......... .......... .......... 3.86M [2020-06-09T09:30:48.643Z] 200K .......... .......... .......... .......... .......... 15.2M [2020-06-09T09:30:48.643Z] 250K .......... .......... .......... .......... .......... 2.72M [2020-06-09T09:30:48.920Z] 300K .......... .......... .......... .......... .......... 5.43M [2020-06-09T09:30:48.920Z] 350K .......... .......... .......... .......... .......... 4.09M [2020-06-09T09:30:48.920Z] 400K .......... .......... .......... .......... .......... 3.62M [2020-06-09T09:30:48.920Z] 450K .......... .......... .......... .......... .......... 4.61M [2020-06-09T09:30:48.920Z] 500K .......... .......... .......... .......... .......... 10.4M [2020-06-09T09:30:48.920Z] 550K .......... .......... .......... .......... .......... 2.62M [2020-06-09T09:30:48.920Z] 600K .......... .......... .......... .......... .......... 886K [2020-06-09T09:30:48.920Z] 650K .......... .......... .......... .......... .......... 2.24M [2020-06-09T09:30:48.920Z] 700K ..  10.8M=0.2s [2020-06-09T09:30:48.920Z] [2020-06-09T09:30:48.920Z] 2020-06-09 09:30:48 (2.99 MB/s) - written to stdout [719348] [2020-06-09T09:30:48.920Z] [2020-06-09T09:30:49.197Z] -- The C compiler identification is GNU 8.3.0 [2020-06-09T09:30:49.470Z] -- The CXX compiler identification is GNU 8.3.0 [2020-06-09T09:30:49.470Z] -- Check for working C compiler: /usr/bin/cc [2020-06-09T09:30:49.742Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-06-09T09:30:49.742Z] -- Detecting C compiler ABI info [2020-06-09T09:30:50.015Z] -- Detecting C compiler ABI info - done [2020-06-09T09:30:50.015Z] -- Detecting C compile features [2020-06-09T09:30:50.862Z] Running on prd-centos7-docker-4c-2g-2343 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] ws [2020-06-09T09:30:50.888Z] Running in /w/workspace/device-sdk-c/25 [Pipeline] { [Pipeline] checkout [2020-06-09T09:30:50.990Z] -- Detecting C compile features - done [2020-06-09T09:30:50.991Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-06-09T09:30:50.991Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-06-09T09:30:50.991Z] -- Detecting CXX compiler ABI info [2020-06-09T09:30:51.263Z] -- Detecting CXX compiler ABI info - done [2020-06-09T09:30:51.263Z] -- Detecting CXX compile features [2020-06-09T09:30:53.233Z] -- Detecting CXX compile features - done [2020-06-09T09:30:53.233Z] -- Looking for include file endian.h [2020-06-09T09:30:53.233Z] -- Looking for include file endian.h - found [2020-06-09T09:30:53.233Z] -- Check if the system is big endian [2020-06-09T09:30:53.233Z] -- Searching 16 bit integer [2020-06-09T09:30:53.233Z] -- Looking for sys/types.h [2020-06-09T09:30:53.506Z] -- Looking for sys/types.h - found [2020-06-09T09:30:53.506Z] -- Looking for stdint.h [2020-06-09T09:30:53.506Z] -- Looking for stdint.h - found [2020-06-09T09:30:53.506Z] -- Looking for stddef.h [2020-06-09T09:30:53.778Z] -- Looking for stddef.h - found [2020-06-09T09:30:53.778Z] -- Check size of unsigned short [2020-06-09T09:30:54.051Z] -- Check size of unsigned short - done [2020-06-09T09:30:54.051Z] -- Using unsigned short [2020-06-09T09:30:54.244Z] using credential edgex-jenkins-ssh [2020-06-09T09:30:54.269Z] Cloning the remote Git repository [2020-06-09T09:30:54.269Z] Cloning with configured refspecs honoured and without tags [2020-06-09T09:30:54.330Z] -- Check if the system is big endian - little endian [2020-06-09T09:30:54.330Z] -- Check size of size_t [2020-06-09T09:30:54.608Z] -- Check size of size_t - done [2020-06-09T09:30:54.608Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-06-09T09:30:54.608Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-06-09T09:30:54.608Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-06-09T09:30:54.608Z] CMake did not find one. [2020-06-09T09:30:54.608Z] [2020-06-09T09:30:54.608Z] Could not find a package configuration file provided by "cJSON" with any of [2020-06-09T09:30:54.608Z] the following names: [2020-06-09T09:30:54.608Z] [2020-06-09T09:30:54.608Z] cJSONConfig.cmake [2020-06-09T09:30:54.608Z] cjson-config.cmake [2020-06-09T09:30:54.608Z] [2020-06-09T09:30:54.608Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-06-09T09:30:54.608Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-06-09T09:30:54.608Z] provides a separate development package or SDK, be sure it has been [2020-06-09T09:30:54.608Z] installed. [2020-06-09T09:30:54.608Z] [2020-06-09T09:30:54.608Z] [2020-06-09T09:30:54.608Z] -- Configuring done [2020-06-09T09:30:54.031Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-06-09T09:30:54.108Z] > git init /w/workspace/device-sdk-c/25 # timeout=10 [2020-06-09T09:30:54.172Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-06-09T09:30:54.172Z] > git --version # timeout=10 [2020-06-09T09:30:54.183Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-09T09:30:54.302Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-09T09:30:54.883Z] -- Generating done [2020-06-09T09:30:54.883Z] -- Build files have been written to: /tmp/cbor [2020-06-09T09:30:55.158Z] Scanning dependencies of target cbor_shared [2020-06-09T09:30:55.158Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-06-09T09:30:55.217Z] Fetching without tags [2020-06-09T09:30:54.983Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-06-09T09:30:54.993Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-09T09:30:55.015Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-06-09T09:30:55.031Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-06-09T09:30:55.031Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-09T09:30:55.039Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-09T09:30:56.133Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-06-09T09:30:56.182Z] Checking out Revision 30b1a7a38ff7fa727602da3b16feb5ed014ed1c2 (master) [2020-06-09T09:30:56.732Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-06-09T09:30:56.082Z] > git config core.sparsecheckout # timeout=10 [2020-06-09T09:30:56.088Z] > git checkout -f 30b1a7a38ff7fa727602da3b16feb5ed014ed1c2 # timeout=10 [2020-06-09T09:30:57.003Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-06-09T09:30:57.595Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-06-09T09:30:57.865Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-06-09T09:30:58.137Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-06-09T09:30:58.137Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-06-09T09:30:58.410Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-06-09T09:30:58.684Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-06-09T09:30:59.276Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-06-09T09:30:59.546Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-06-09T09:30:59.819Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-06-09T09:30:59.867Z] Commit message: "Merge pull request #266 from iain-anderson/examples-v2-branch" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-06-09T09:31:00.413Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-06-09T09:31:00.413Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [Pipeline] echo [2020-06-09T09:31:00.536Z] ========================================================= [2020-06-09T09:31:00.536Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2020-06-09T09:31:00.536Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-09T09:31:00.686Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-06-09T09:31:00.955Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-06-09T09:31:01.226Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-06-09T09:31:01.235Z] + docker build -t ci-base-image-x86_64 -f scripts/Dockerfile.alpine-3.9-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest . [2020-06-09T09:31:01.498Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-06-09T09:31:01.769Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-06-09T09:31:02.044Z] [ 40%] Linking C shared library libcbor.so [2020-06-09T09:31:02.044Z] [ 40%] Built target cbor_shared [2020-06-09T09:31:02.044Z] Scanning dependencies of target cbor [2020-06-09T09:31:02.044Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-06-09T09:31:02.185Z] Sending build context to Docker daemon 3.202MB [2020-06-09T09:31:02.186Z] Step 1/21 : ARG BASE=alpine:3.9 [2020-06-09T09:31:02.186Z] Step 2/21 : FROM ${BASE} as builder [2020-06-09T09:31:02.186Z] latest: Pulling from edgex-devops/edgex-gcc-base [2020-06-09T09:31:02.186Z] e7c96db7181b: Pulling fs layer [2020-06-09T09:31:02.186Z] 4c13bbce0fe7: Pulling fs layer [2020-06-09T09:31:02.186Z] 6059c847ac2f: Pulling fs layer [2020-06-09T09:31:02.186Z] 4c13bbce0fe7: Verifying Checksum [2020-06-09T09:31:02.186Z] 4c13bbce0fe7: Download complete [2020-06-09T09:31:02.447Z] e7c96db7181b: Verifying Checksum [2020-06-09T09:31:02.447Z] e7c96db7181b: Download complete [2020-06-09T09:31:02.710Z] e7c96db7181b: Pull complete [2020-06-09T09:31:02.710Z] 4c13bbce0fe7: Pull complete [2020-06-09T09:31:03.019Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-06-09T09:31:03.612Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-06-09T09:31:03.664Z] 6059c847ac2f: Verifying Checksum [2020-06-09T09:31:03.664Z] 6059c847ac2f: Download complete [2020-06-09T09:31:03.888Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-06-09T09:31:05.322Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-06-09T09:31:05.322Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-06-09T09:31:05.601Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-06-09T09:31:05.874Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-06-09T09:31:05.874Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-06-09T09:31:06.467Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-06-09T09:31:07.061Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-06-09T09:31:07.336Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-06-09T09:31:07.929Z] 6059c847ac2f: Pull complete [2020-06-09T09:31:07.931Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-06-09T09:31:08.202Z] Digest: sha256:6b5104d086ae1e5e8a284a473be9a93378e3934f9b07db5717372c857cbcbe5e [2020-06-09T09:31:08.202Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [2020-06-09T09:31:08.202Z] ---> 5eabd8fd8ba2 [2020-06-09T09:31:08.202Z] 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-09T09:31:08.203Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-06-09T09:31:08.476Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-06-09T09:31:08.755Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-06-09T09:31:09.031Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-06-09T09:31:09.309Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-06-09T09:31:09.583Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-06-09T09:31:10.128Z] ---> Running in ca8932f9e970 [2020-06-09T09:31:10.178Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-06-09T09:31:10.178Z] [ 80%] Linking C static library libcbor.a [2020-06-09T09:31:10.178Z] [ 80%] Built target cbor [2020-06-09T09:31:10.178Z] Scanning dependencies of target create_items [2020-06-09T09:31:10.178Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-06-09T09:31:10.390Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-06-09T09:31:10.451Z] [ 84%] Linking C executable create_items [2020-06-09T09:31:10.451Z] [ 84%] Built target create_items [2020-06-09T09:31:10.451Z] Scanning dependencies of target readfile [2020-06-09T09:31:10.734Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-06-09T09:31:10.734Z] [ 88%] Linking C executable readfile [2020-06-09T09:31:11.006Z] [ 88%] Built target readfile [2020-06-09T09:31:11.006Z] Scanning dependencies of target streaming_parser [2020-06-09T09:31:11.006Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-06-09T09:31:11.278Z] [ 92%] Linking C executable streaming_parser [2020-06-09T09:31:11.278Z] [ 92%] Built target streaming_parser [2020-06-09T09:31:11.278Z] Scanning dependencies of target sort [2020-06-09T09:31:11.278Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-06-09T09:31:11.558Z] [ 96%] Linking C executable sort [2020-06-09T09:31:11.558Z] [ 96%] Built target sort [2020-06-09T09:31:11.558Z] Scanning dependencies of target hello [2020-06-09T09:31:11.558Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-06-09T09:31:11.779Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-06-09T09:31:11.779Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-06-09T09:31:11.779Z] (2/8) Installing libuuid (2.33-r0) [2020-06-09T09:31:11.830Z] [100%] Linking C executable hello [2020-06-09T09:31:11.830Z] [100%] Built target hello [2020-06-09T09:31:12.040Z] (3/8) Installing libblkid (2.33-r0) [2020-06-09T09:31:12.040Z] (4/8) Installing libfdisk (2.33-r0) [2020-06-09T09:31:12.040Z] (5/8) Installing libmount (2.33-r0) [2020-06-09T09:31:12.111Z] Install the project... [2020-06-09T09:31:12.111Z] -- Install configuration: "Release" [2020-06-09T09:31:12.111Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-06-09T09:31:12.111Z] -- Installing: /usr/local/lib64/libcbor.a [2020-06-09T09:31:12.111Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-06-09T09:31:12.111Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-06-09T09:31:12.111Z] -- Installing: /usr/local/lib64/libcbor.so [2020-06-09T09:31:12.111Z] -- Up-to-date: /usr/local/include/cbor [2020-06-09T09:31:12.111Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-06-09T09:31:12.111Z] -- Installing: /usr/local/include/cbor/ints.h [2020-06-09T09:31:12.111Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-06-09T09:31:12.111Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-06-09T09:31:12.111Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-06-09T09:31:12.111Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-06-09T09:31:12.111Z] -- Installing: /usr/local/include/cbor/data.h [2020-06-09T09:31:12.111Z] -- Installing: /usr/local/include/cbor/common.h [2020-06-09T09:31:12.111Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-06-09T09:31:12.111Z] -- Installing: /usr/local/include/cbor/strings.h [2020-06-09T09:31:12.111Z] -- Installing: /usr/local/include/cbor/tags.h [2020-06-09T09:31:12.111Z] -- Installing: /usr/local/include/cbor/internal [2020-06-09T09:31:12.111Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-06-09T09:31:12.111Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-06-09T09:31:12.111Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-06-09T09:31:12.111Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-06-09T09:31:12.111Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-06-09T09:31:12.111Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-06-09T09:31:12.111Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-06-09T09:31:12.111Z] -- Installing: /usr/local/include/cbor/maps.h [2020-06-09T09:31:12.111Z] -- Installing: /usr/local/include/cbor.h [2020-06-09T09:31:12.111Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-06-09T09:31:12.301Z] (6/8) Installing libsmartcols (2.33-r0) [2020-06-09T09:31:12.301Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-06-09T09:31:12.564Z] (8/8) Installing wget (1.20.3-r0) [2020-06-09T09:31:12.564Z] Executing busybox-1.29.3-r10.trigger [2020-06-09T09:31:12.564Z] OK: 272 MiB in 83 packages [2020-06-09T09:31:13.135Z] Removing intermediate container ca8932f9e970 [2020-06-09T09:31:13.135Z] ---> 6091e958e83c [2020-06-09T09:31:13.135Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-06-09T09:31:13.396Z] ---> Running in 637b05d703a4 [2020-06-09T09:31:13.396Z] Removing intermediate container 637b05d703a4 [2020-06-09T09:31:13.396Z] ---> 0bd7a38ad545 [2020-06-09T09:31:13.396Z] 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-09T09:31:13.396Z] ---> Running in a6c9c1c77e75 [2020-06-09T09:31:13.968Z] --2020-06-09 09:31:13-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-06-09T09:31:13.968Z] Resolving github.com... 140.82.114.4 [2020-06-09T09:31:13.968Z] Connecting to github.com|140.82.114.4|:443... connected. [2020-06-09T09:31:13.968Z] HTTP request sent, awaiting response... 302 Found [2020-06-09T09:31:13.968Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-06-09T09:31:13.968Z] --2020-06-09 09:31:13-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-06-09T09:31:13.968Z] Resolving codeload.github.com... 140.82.112.10 [2020-06-09T09:31:13.968Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2020-06-09T09:31:13.968Z] HTTP request sent, awaiting response... 200 OK [2020-06-09T09:31:13.968Z] Length: unspecified [application/x-gzip] [2020-06-09T09:31:13.968Z] Saving to: 'STDOUT' [2020-06-09T09:31:13.968Z]  [2020-06-09T09:31:14.095Z] Removing intermediate container 2a714fa1c039 [2020-06-09T09:31:14.095Z] ---> 32ff691300e4 [2020-06-09T09:31:14.095Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-06-09T09:31:14.234Z] 0K .......... .......... .......... .......... .......... 181K [2020-06-09T09:31:14.234Z] 50K .......... .......... .......... .......... .......... 30.5M [2020-06-09T09:31:14.234Z] 100K .......... .......... .......... .......... .......... 2.77M [2020-06-09T09:31:14.234Z] 150K .......... .......... .......... .......... .......... 53.2M [2020-06-09T09:31:14.369Z] ---> Running in db67812617e4 [2020-06-09T09:31:14.808Z] 200K .......... .......... .......... .......... .......... 91.6K [2020-06-09T09:31:14.808Z] 250K .......... .......... .......... .......... .......... 3.07M [2020-06-09T09:31:15.069Z] 300K .......... .......... .......... .......... .......... 586K [2020-06-09T09:31:15.069Z] 350K .......... .......... .......... .......... .......... 3.72M [2020-06-09T09:31:15.069Z] 400K .......... .......... .......... .......... .......... 612K [2020-06-09T09:31:15.069Z] 450K .......... .......... .......... .......... .......... 14.3M [2020-06-09T09:31:15.336Z] 500K .......... .......... .......... .......... .......... 268K [2020-06-09T09:31:15.336Z] 550K .......... .......... .......... .......... .......... 15.5M [2020-06-09T09:31:15.336Z] 600K .......... .......... .......... .......... .......... 2.09M [2020-06-09T09:31:15.336Z] 650K .......... .......... .......... .......... .......... 5.47M [2020-06-09T09:31:15.336Z] 700K .. 28.0M=1.3s [2020-06-09T09:31:15.336Z] [2020-06-09T09:31:15.336Z] 2020-06-09 09:31:15 (556 KB/s) - written to stdout [719348] [2020-06-09T09:31:15.336Z] [2020-06-09T09:31:15.597Z] -- The C compiler identification is GNU 8.3.0 [2020-06-09T09:31:15.597Z] -- The CXX compiler identification is GNU 8.3.0 [2020-06-09T09:31:15.597Z] -- Check for working C compiler: /usr/bin/cc [2020-06-09T09:31:15.597Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-06-09T09:31:15.597Z] -- Detecting C compiler ABI info [2020-06-09T09:31:15.859Z] -- Detecting C compiler ABI info - done [2020-06-09T09:31:15.859Z] -- Detecting C compile features [2020-06-09T09:31:15.859Z] -- Detecting C compile features - done [2020-06-09T09:31:15.859Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-06-09T09:31:16.121Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-06-09T09:31:16.121Z] -- Detecting CXX compiler ABI info [2020-06-09T09:31:16.121Z] -- Detecting CXX compiler ABI info - done [2020-06-09T09:31:16.121Z] -- Detecting CXX compile features [2020-06-09T09:31:16.695Z] -- Detecting CXX compile features - done [2020-06-09T09:31:16.695Z] -- Looking for include file endian.h [2020-06-09T09:31:16.695Z] -- Looking for include file endian.h - found [2020-06-09T09:31:16.695Z] -- Check if the system is big endian [2020-06-09T09:31:16.695Z] -- Searching 16 bit integer [2020-06-09T09:31:16.695Z] -- Looking for sys/types.h [2020-06-09T09:31:16.957Z] -- Looking for sys/types.h - found [2020-06-09T09:31:16.957Z] -- Looking for stdint.h [2020-06-09T09:31:16.957Z] -- Looking for stdint.h - found [2020-06-09T09:31:16.957Z] -- Looking for stddef.h [2020-06-09T09:31:16.957Z] -- Looking for stddef.h - found [2020-06-09T09:31:16.957Z] -- Check size of unsigned short [2020-06-09T09:31:16.957Z] -- Check size of unsigned short - done [2020-06-09T09:31:16.957Z] -- Using unsigned short [2020-06-09T09:31:16.992Z] Removing intermediate container db67812617e4 [2020-06-09T09:31:16.992Z] ---> 198db7c51f24 [2020-06-09T09:31:16.992Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-06-09T09:31:17.220Z] -- Check if the system is big endian - little endian [2020-06-09T09:31:17.220Z] -- Check size of size_t [2020-06-09T09:31:17.220Z] -- Check size of size_t - done [2020-06-09T09:31:17.220Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-06-09T09:31:17.220Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-06-09T09:31:17.220Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-06-09T09:31:17.220Z] CMake did not find one. [2020-06-09T09:31:17.220Z] [2020-06-09T09:31:17.220Z] Could not find a package configuration file provided by "cJSON" with any of [2020-06-09T09:31:17.220Z] the following names: [2020-06-09T09:31:17.220Z] [2020-06-09T09:31:17.220Z] cJSONConfig.cmake [2020-06-09T09:31:17.220Z] cjson-config.cmake [2020-06-09T09:31:17.220Z] [2020-06-09T09:31:17.220Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-06-09T09:31:17.220Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-06-09T09:31:17.220Z] provides a separate development package or SDK, be sure it has been [2020-06-09T09:31:17.220Z] installed. [2020-06-09T09:31:17.220Z] [2020-06-09T09:31:17.220Z] [2020-06-09T09:31:17.220Z] -- Configuring done [2020-06-09T09:31:17.497Z] -- Generating done [2020-06-09T09:31:17.497Z] -- Build files have been written to: /tmp/cbor [2020-06-09T09:31:17.497Z] Scanning dependencies of target cbor_shared [2020-06-09T09:31:17.497Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-06-09T09:31:17.588Z] ---> 2ae3ea59da40 [2020-06-09T09:31:17.588Z] Step 8/21 : COPY src /tmp/sdk/src [2020-06-09T09:31:17.758Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-06-09T09:31:17.758Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-06-09T09:31:18.021Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-06-09T09:31:18.022Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-06-09T09:31:18.284Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-06-09T09:31:18.284Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-06-09T09:31:18.284Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-06-09T09:31:18.284Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-06-09T09:31:18.545Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-06-09T09:31:18.545Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-06-09T09:31:18.578Z] ---> a729cbcec5cb [2020-06-09T09:31:18.578Z] Step 9/21 : COPY include /tmp/sdk/include [2020-06-09T09:31:18.807Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-06-09T09:31:18.807Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-06-09T09:31:18.807Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-06-09T09:31:19.071Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-06-09T09:31:19.071Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-06-09T09:31:19.071Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-06-09T09:31:19.192Z] ---> 44fe9a92cd42 [2020-06-09T09:31:19.192Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-06-09T09:31:19.332Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-06-09T09:31:19.332Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-06-09T09:31:19.332Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-06-09T09:31:19.332Z] [ 40%] Linking C shared library libcbor.so [2020-06-09T09:31:19.332Z] [ 40%] Built target cbor_shared [2020-06-09T09:31:19.332Z] Scanning dependencies of target cbor [2020-06-09T09:31:19.593Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-06-09T09:31:19.593Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-06-09T09:31:19.794Z] ---> 1426dca3a202 [2020-06-09T09:31:19.794Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-06-09T09:31:19.855Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-06-09T09:31:19.855Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-06-09T09:31:20.116Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-06-09T09:31:20.116Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-06-09T09:31:20.378Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-06-09T09:31:20.378Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-06-09T09:31:20.378Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-06-09T09:31:20.639Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-06-09T09:31:20.639Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-06-09T09:31:20.780Z] ---> aa34f0c295cc [2020-06-09T09:31:20.780Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-06-09T09:31:20.899Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-06-09T09:31:20.899Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-06-09T09:31:20.899Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-06-09T09:31:21.160Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-06-09T09:31:21.160Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-06-09T09:31:21.160Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-06-09T09:31:21.375Z] ---> ec45a4921298 [2020-06-09T09:31:21.375Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-06-09T09:31:21.424Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-06-09T09:31:21.424Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-06-09T09:31:21.424Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-06-09T09:31:21.424Z] [ 80%] Linking C static library libcbor.a [2020-06-09T09:31:21.653Z] ---> Running in dd392f8c5037 [2020-06-09T09:31:21.684Z] [ 80%] Built target cbor [2020-06-09T09:31:21.684Z] Scanning dependencies of target create_items [2020-06-09T09:31:21.684Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-06-09T09:31:21.684Z] [ 84%] Linking C executable create_items [2020-06-09T09:31:21.684Z] [ 84%] Built target create_items [2020-06-09T09:31:21.684Z] Scanning dependencies of target readfile [2020-06-09T09:31:21.684Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-06-09T09:31:21.684Z] [ 88%] Linking C executable readfile [2020-06-09T09:31:21.684Z] [ 88%] Built target readfile [2020-06-09T09:31:21.684Z] Scanning dependencies of target streaming_parser [2020-06-09T09:31:21.944Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-06-09T09:31:21.944Z] [ 92%] Linking C executable streaming_parser [2020-06-09T09:31:21.944Z] [ 92%] Built target streaming_parser [2020-06-09T09:31:21.944Z] Scanning dependencies of target sort [2020-06-09T09:31:21.944Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-06-09T09:31:21.944Z] [ 96%] Linking C executable sort [2020-06-09T09:31:21.944Z] [ 96%] Built target sort [2020-06-09T09:31:21.944Z] Scanning dependencies of target hello [2020-06-09T09:31:21.944Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-06-09T09:31:22.205Z] [100%] Linking C executable hello [2020-06-09T09:31:22.205Z] [100%] Built target hello [2020-06-09T09:31:22.205Z] Install the project... [2020-06-09T09:31:22.205Z] -- Install configuration: "Release" [2020-06-09T09:31:22.205Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-06-09T09:31:22.205Z] -- Installing: /usr/local/lib64/libcbor.a [2020-06-09T09:31:22.205Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-06-09T09:31:22.205Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-06-09T09:31:22.205Z] -- Installing: /usr/local/lib64/libcbor.so [2020-06-09T09:31:22.205Z] -- Up-to-date: /usr/local/include/cbor [2020-06-09T09:31:22.205Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-06-09T09:31:22.205Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-06-09T09:31:22.205Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-06-09T09:31:22.205Z] -- Installing: /usr/local/include/cbor/common.h [2020-06-09T09:31:22.205Z] -- Installing: /usr/local/include/cbor/data.h [2020-06-09T09:31:22.205Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-06-09T09:31:22.205Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-06-09T09:31:22.205Z] -- Installing: /usr/local/include/cbor/internal [2020-06-09T09:31:22.205Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-06-09T09:31:22.205Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-06-09T09:31:22.205Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-06-09T09:31:22.205Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-06-09T09:31:22.205Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-06-09T09:31:22.205Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-06-09T09:31:22.205Z] -- Installing: /usr/local/include/cbor/ints.h [2020-06-09T09:31:22.205Z] -- Installing: /usr/local/include/cbor/maps.h [2020-06-09T09:31:22.205Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-06-09T09:31:22.205Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-06-09T09:31:22.205Z] -- Installing: /usr/local/include/cbor/strings.h [2020-06-09T09:31:22.205Z] -- Installing: /usr/local/include/cbor/tags.h [2020-06-09T09:31:22.205Z] -- Installing: /usr/local/include/cbor.h [2020-06-09T09:31:22.205Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-06-09T09:31:23.087Z] + CPPCHECK=false [2020-06-09T09:31:23.088Z] + DOCGEN=false [2020-06-09T09:31:23.088Z] + TOMLVER=SDK-0.2 [2020-06-09T09:31:23.088Z] + CUTILVER=1.0.4 [2020-06-09T09:31:23.088Z] + '[' 0 -gt 0 ] [2020-06-09T09:31:23.088Z] + readlink -f ./scripts/build.sh [2020-06-09T09:31:23.088Z] + dirname /tmp/sdk/scripts/build.sh [2020-06-09T09:31:23.088Z] + dirname /tmp/sdk/scripts [2020-06-09T09:31:23.088Z] + ROOT=/tmp/sdk [2020-06-09T09:31:23.088Z] + cd /tmp/sdk [2020-06-09T09:31:23.088Z] + '[' '!' -d deps ] [2020-06-09T09:31:23.088Z] + mkdir deps [2020-06-09T09:31:23.088Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-06-09T09:31:23.088Z] + tar -C deps -z -x -f - [2020-06-09T09:31:23.088Z] --2020-06-09 09:31:22-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-06-09T09:31:23.088Z] Resolving github.com... 140.82.114.4 [2020-06-09T09:31:23.088Z] Connecting to github.com|140.82.114.4|:443... connected. [2020-06-09T09:31:23.088Z] HTTP request sent, awaiting response... 302 Found [2020-06-09T09:31:23.088Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-06-09T09:31:23.088Z] --2020-06-09 09:31:23-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-06-09T09:31:23.088Z] Resolving codeload.github.com... 140.82.112.10 [2020-06-09T09:31:23.088Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2020-06-09T09:31:24.135Z] Removing intermediate container a6c9c1c77e75 [2020-06-09T09:31:24.135Z] ---> 0feadeb0511b [2020-06-09T09:31:24.135Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-06-09T09:31:24.135Z] ---> Running in 942e26f9197a [2020-06-09T09:31:25.529Z] Removing intermediate container 942e26f9197a [2020-06-09T09:31:25.529Z] ---> 3c7a0c81918b [2020-06-09T09:31:25.529Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-06-09T09:31:25.529Z] ---> 902166bc22ba [2020-06-09T09:31:25.529Z] Step 8/21 : COPY src /tmp/sdk/src [2020-06-09T09:31:25.713Z] HTTP request sent, awaiting response... 200 OK [2020-06-09T09:31:25.713Z] Length: unspecified [application/x-gzip] [2020-06-09T09:31:25.713Z] Saving to: 'STDOUT' [2020-06-09T09:31:25.713Z]  [2020-06-09T09:31:25.713Z] 0K .......... ......   1.10M=0.01s [2020-06-09T09:31:25.713Z] [2020-06-09T09:31:25.713Z] 2020-06-09 09:31:25 (1.10 MB/s) - written to stdout [16451] [2020-06-09T09:31:25.713Z] [2020-06-09T09:31:25.713Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-06-09T09:31:25.713Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.0.4.tar.gz [2020-06-09T09:31:25.713Z] + tar -C deps -z -x -f - [2020-06-09T09:31:25.713Z] --2020-06-09 09:31:25-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.0.4.tar.gz [2020-06-09T09:31:25.713Z] Resolving github.com... 140.82.114.4 [2020-06-09T09:31:25.713Z] Connecting to github.com|140.82.114.4|:443... connected. [2020-06-09T09:31:25.713Z] HTTP request sent, awaiting response... 302 Found [2020-06-09T09:31:25.713Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.0.4 [following] [2020-06-09T09:31:25.713Z] --2020-06-09 09:31:25-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.0.4 [2020-06-09T09:31:25.713Z] Resolving codeload.github.com... 140.82.112.10 [2020-06-09T09:31:25.987Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2020-06-09T09:31:25.987Z] HTTP request sent, awaiting response... 200 OK [2020-06-09T09:31:25.987Z] Length: unspecified [application/x-gzip] [2020-06-09T09:31:25.987Z] Saving to: 'STDOUT' [2020-06-09T09:31:25.987Z]  [2020-06-09T09:31:25.987Z] 0K .......... .......... .......... .......... .......... 1.31M [2020-06-09T09:31:26.264Z] 50K .......... .......... .......... .......... .......... 2.81M [2020-06-09T09:31:26.481Z] ---> 3a88a76e7eea [2020-06-09T09:31:26.481Z] Step 9/21 : COPY include /tmp/sdk/include [2020-06-09T09:31:26.481Z] ---> 8024c5116306 [2020-06-09T09:31:26.481Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-06-09T09:31:26.743Z] ---> eb7ec1372caa [2020-06-09T09:31:26.743Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-06-09T09:31:27.004Z] ---> de538f907df2 [2020-06-09T09:31:27.004Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-06-09T09:31:27.273Z] ---> 298340afc6a8 [2020-06-09T09:31:27.273Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-06-09T09:31:27.273Z] ---> Running in 1b1a526fe001 [2020-06-09T09:31:27.854Z] + CPPCHECK=false [2020-06-09T09:31:27.854Z] + DOCGEN=false [2020-06-09T09:31:27.854Z] + TOMLVER=SDK-0.2 [2020-06-09T09:31:27.854Z] + CUTILVER=1.0.4 [2020-06-09T09:31:27.854Z] + '[' 0 -gt 0 ] [2020-06-09T09:31:27.854Z] + readlink -f ./scripts/build.sh [2020-06-09T09:31:27.854Z] + dirname /tmp/sdk/scripts/build.sh [2020-06-09T09:31:27.854Z] + dirname /tmp/sdk/scripts [2020-06-09T09:31:27.854Z] + ROOT=/tmp/sdk [2020-06-09T09:31:27.854Z] + cd /tmp/sdk [2020-06-09T09:31:27.854Z] + '[' '!' -d deps ] [2020-06-09T09:31:27.854Z] + mkdir deps [2020-06-09T09:31:27.854Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-06-09T09:31:27.854Z] + tar -C deps -z -x -f - [2020-06-09T09:31:27.854Z] --2020-06-09 09:31:27-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-06-09T09:31:27.854Z] Resolving github.com... 140.82.114.4 [2020-06-09T09:31:27.854Z] Connecting to github.com|140.82.114.4|:443... connected. [2020-06-09T09:31:27.854Z] HTTP request sent, awaiting response... 302 Found [2020-06-09T09:31:27.854Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-06-09T09:31:27.854Z] --2020-06-09 09:31:27-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-06-09T09:31:27.854Z] Resolving codeload.github.com... 140.82.112.10 [2020-06-09T09:31:27.854Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2020-06-09T09:31:27.854Z] HTTP request sent, awaiting response... 200 OK [2020-06-09T09:31:27.854Z] Length: 16451 (16K) [application/x-gzip] [2020-06-09T09:31:27.854Z] Saving to: 'STDOUT' [2020-06-09T09:31:27.854Z]  [2020-06-09T09:31:27.854Z] 0K .......... ...... 100% 1017K=0.02s [2020-06-09T09:31:27.854Z] [2020-06-09T09:31:27.854Z] 2020-06-09 09:31:27 (1017 KB/s) - written to stdout [16451/16451] [2020-06-09T09:31:27.854Z] [2020-06-09T09:31:27.854Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-06-09T09:31:27.854Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.0.4.tar.gz [2020-06-09T09:31:27.854Z] + tar -C deps -z -x -f - [2020-06-09T09:31:27.854Z] --2020-06-09 09:31:27-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.0.4.tar.gz [2020-06-09T09:31:27.854Z] Resolving github.com... 140.82.114.4 [2020-06-09T09:31:28.116Z] Connecting to github.com|140.82.114.4|:443... connected. [2020-06-09T09:31:28.116Z] HTTP request sent, awaiting response... 302 Found [2020-06-09T09:31:28.116Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.0.4 [following] [2020-06-09T09:31:28.116Z] --2020-06-09 09:31:27-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.0.4 [2020-06-09T09:31:28.116Z] Resolving codeload.github.com... 140.82.112.10 [2020-06-09T09:31:28.116Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2020-06-09T09:31:28.116Z] HTTP request sent, awaiting response... 200 OK [2020-06-09T09:31:28.116Z] Length: unspecified [application/x-gzip] [2020-06-09T09:31:28.116Z] Saving to: 'STDOUT' [2020-06-09T09:31:28.116Z]  [2020-06-09T09:31:28.117Z] 0K .......... .......... .......... .......... .......... 1.34M [2020-06-09T09:31:28.117Z] 50K .......... .......... .......... .......... .......... 2.68M [2020-06-09T09:31:33.797Z] 100K .......... .......... .......... .......... .......... 9.06K [2020-06-09T09:31:33.797Z] 150K ........  30.2M=5.6s [2020-06-09T09:31:33.797Z] [2020-06-09T09:31:33.797Z] 2020-06-09 09:31:33 (28.4 KB/s) - written to stdout [162267] [2020-06-09T09:31:33.797Z] [2020-06-09T09:31:33.797Z] + mkdir -p src/c/iot [2020-06-09T09:31:33.797Z] + 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-09T09:31:33.797Z] + mkdir -p include/iot [2020-06-09T09:31:33.797Z] + 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-09T09:31:33.797Z] + mkdir -p include/iot/os [2020-06-09T09:31:33.797Z] + 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-09T09:31:33.797Z] + mkdir -p /tmp/sdk/build/release [2020-06-09T09:31:33.797Z] + cd /tmp/sdk/build/release [2020-06-09T09:31:33.797Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-06-09T09:31:33.797Z] -- The C compiler identification is GNU 8.3.0 [2020-06-09T09:31:33.797Z] -- Check for working C compiler: /usr/bin/cc [2020-06-09T09:31:34.071Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-06-09T09:31:34.071Z] -- Detecting C compiler ABI info [2020-06-09T09:31:34.071Z] -- Detecting C compiler ABI info - done [2020-06-09T09:31:34.071Z] -- Detecting C compile features [2020-06-09T09:31:34.334Z] -- Detecting C compile features - done [2020-06-09T09:31:34.334Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-06-09T09:31:34.334Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-06-09T09:31:34.334Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-06-09T09:31:34.334Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-06-09T09:31:34.334Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-06-09T09:31:34.334Z] -- C SDK 1.2.2-dev.1 for Linux [2020-06-09T09:31:34.334Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-06-09T09:31:34.334Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-06-09T09:31:34.334Z] -- Found Curses: /usr/lib/libcurses.so [2020-06-09T09:31:34.530Z] 100K .......... .......... .......... .......... .......... 6.61K [2020-06-09T09:31:34.530Z] 150K ........   8.76M=7.6s [2020-06-09T09:31:34.530Z] [2020-06-09T09:31:34.530Z] 2020-06-09 09:31:33 (20.8 KB/s) - written to stdout [162267] [2020-06-09T09:31:34.530Z] [2020-06-09T09:31:34.530Z] + mkdir -p src/c/iot [2020-06-09T09:31:34.530Z] + 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-09T09:31:34.530Z] + mkdir -p include/iot [2020-06-09T09:31:34.530Z] + 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-09T09:31:34.530Z] + mkdir -p include/iot/os [2020-06-09T09:31:34.530Z] + 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-09T09:31:34.530Z] + mkdir -p /tmp/sdk/build/release [2020-06-09T09:31:34.530Z] + cd /tmp/sdk/build/release [2020-06-09T09:31:34.530Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-06-09T09:31:34.530Z] -- The C compiler identification is GNU 8.3.0 [2020-06-09T09:31:34.530Z] -- Check for working C compiler: /usr/bin/cc [2020-06-09T09:31:34.530Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-06-09T09:31:34.530Z] -- Detecting C compiler ABI info [2020-06-09T09:31:34.530Z] -- Detecting C compiler ABI info - done [2020-06-09T09:31:34.530Z] -- Detecting C compile features [2020-06-09T09:31:34.595Z] -- Configuring done [2020-06-09T09:31:34.595Z] -- Generating done [2020-06-09T09:31:34.595Z] -- Build files have been written to: /tmp/sdk/build/release [2020-06-09T09:31:34.595Z] + make [2020-06-09T09:31:34.595Z] + tee release.log [2020-06-09T09:31:34.595Z] Scanning dependencies of target csdk [2020-06-09T09:31:34.595Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-06-09T09:31:34.856Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-06-09T09:31:34.856Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-06-09T09:31:35.432Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-06-09T09:31:35.510Z] -- Detecting C compile features - done [2020-06-09T09:31:35.511Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-06-09T09:31:35.511Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-06-09T09:31:35.511Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-06-09T09:31:35.511Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-06-09T09:31:35.511Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-06-09T09:31:35.511Z] -- C SDK 1.2.2-dev.1 for Linux [2020-06-09T09:31:35.511Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-06-09T09:31:35.693Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-06-09T09:31:35.693Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-06-09T09:31:35.783Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-06-09T09:31:35.783Z] -- Found Curses: /usr/lib/libcurses.so [2020-06-09T09:31:35.955Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-06-09T09:31:36.055Z] -- Configuring done [2020-06-09T09:31:36.056Z] -- Generating done [2020-06-09T09:31:36.333Z] -- Build files have been written to: /tmp/sdk/build/release [2020-06-09T09:31:36.333Z] + make [2020-06-09T09:31:36.333Z] + tee release.log [2020-06-09T09:31:36.333Z] Scanning dependencies of target csdk [2020-06-09T09:31:36.333Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-06-09T09:31:36.534Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-06-09T09:31:36.534Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-06-09T09:31:36.796Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-06-09T09:31:36.796Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-06-09T09:31:36.796Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-06-09T09:31:37.057Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-06-09T09:31:37.057Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-06-09T09:31:37.315Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-06-09T09:31:37.589Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-06-09T09:31:37.999Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-06-09T09:31:37.999Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-06-09T09:31:37.999Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-06-09T09:31:38.261Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-06-09T09:31:38.836Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-06-09T09:31:38.836Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-06-09T09:31:38.836Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-06-09T09:31:39.098Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-06-09T09:31:39.098Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-06-09T09:31:39.362Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-06-09T09:31:39.362Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-06-09T09:31:39.560Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-06-09T09:31:39.628Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-06-09T09:31:39.628Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-06-09T09:31:39.890Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-06-09T09:31:39.890Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-06-09T09:31:40.152Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-06-09T09:31:40.152Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-06-09T09:31:40.152Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-06-09T09:31:40.413Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-06-09T09:31:41.146Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-06-09T09:31:41.361Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-06-09T09:31:41.623Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-06-09T09:31:41.623Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-06-09T09:31:41.891Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-06-09T09:31:42.466Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-06-09T09:31:42.728Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-06-09T09:31:43.119Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-06-09T09:31:43.673Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-06-09T09:31:43.673Z] [ 70%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-06-09T09:31:43.715Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-06-09T09:31:44.247Z] [ 72%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-06-09T09:31:44.247Z] [ 74%] Linking C shared library libcsdk.so [2020-06-09T09:31:44.247Z] [ 74%] Built target csdk [2020-06-09T09:31:44.247Z] Scanning dependencies of target template [2020-06-09T09:31:44.247Z] [ 76%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-06-09T09:31:44.305Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-06-09T09:31:44.508Z] [ 78%] Linking C executable template [2020-06-09T09:31:44.508Z] [ 78%] Built target template [2020-06-09T09:31:44.508Z] Scanning dependencies of target device-counter [2020-06-09T09:31:44.508Z] [ 80%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-06-09T09:31:44.770Z] [ 81%] Linking C executable device-counter [2020-06-09T09:31:44.770Z] [ 81%] Built target device-counter [2020-06-09T09:31:44.770Z] Scanning dependencies of target device-random [2020-06-09T09:31:44.770Z] [ 83%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-06-09T09:31:44.896Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-06-09T09:31:45.031Z] [ 85%] Linking C executable device-random [2020-06-09T09:31:45.031Z] [ 85%] Built target device-random [2020-06-09T09:31:45.031Z] Scanning dependencies of target device-gyro [2020-06-09T09:31:45.031Z] [ 87%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-06-09T09:31:45.031Z] [ 89%] Linking C executable device-gyro [2020-06-09T09:31:45.168Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-06-09T09:31:45.292Z] [ 89%] Built target device-gyro [2020-06-09T09:31:45.292Z] Scanning dependencies of target template-discovery [2020-06-09T09:31:45.292Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-06-09T09:31:45.292Z] [ 92%] Linking C executable template-discovery [2020-06-09T09:31:45.440Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-06-09T09:31:45.553Z] [ 92%] Built target template-discovery [2020-06-09T09:31:45.553Z] Scanning dependencies of target device-terminal [2020-06-09T09:31:45.553Z] [ 94%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-06-09T09:31:45.553Z] [ 96%] Linking C executable device-terminal [2020-06-09T09:31:45.712Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-06-09T09:31:45.815Z] [ 96%] Built target device-terminal [2020-06-09T09:31:45.815Z] Scanning dependencies of target templatev1 [2020-06-09T09:31:45.815Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-06-09T09:31:45.815Z] [100%] Linking C executable templatev1 [2020-06-09T09:31:46.077Z] [100%] Built target templatev1 [2020-06-09T09:31:46.077Z] + make package [2020-06-09T09:31:46.077Z] + tee -a release.log [2020-06-09T09:31:46.077Z] [ 74%] Built target csdk [2020-06-09T09:31:46.077Z] [ 78%] Built target template [2020-06-09T09:31:46.077Z] [ 81%] Built target device-counter [2020-06-09T09:31:46.077Z] [ 85%] Built target device-random [2020-06-09T09:31:46.077Z] [ 89%] Built target device-gyro [2020-06-09T09:31:46.077Z] [ 92%] Built target template-discovery [2020-06-09T09:31:46.077Z] [ 96%] Built target device-terminal [2020-06-09T09:31:46.077Z] [100%] Built target templatev1 [2020-06-09T09:31:46.077Z] Run CPack packaging tool... [2020-06-09T09:31:46.338Z] CPack: Create package using TGZ [2020-06-09T09:31:46.338Z] CPack: Install projects [2020-06-09T09:31:46.338Z] CPack: - Run preinstall target for: Csdk [2020-06-09T09:31:46.338Z] CPack: - Install project: Csdk [2020-06-09T09:31:46.338Z] CPack: Create package [2020-06-09T09:31:46.599Z] CPack: - package: /tmp/sdk/build/release/csdk-1.2.2-dev.1.tar.gz generated. [2020-06-09T09:31:46.599Z] + '[' false '=' true ] [2020-06-09T09:31:46.599Z] + '[' false '=' true ] [2020-06-09T09:31:46.599Z] + mkdir -p /tmp/sdk/build/debug [2020-06-09T09:31:46.599Z] + cd /tmp/sdk/build/debug [2020-06-09T09:31:46.599Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCSDK_BUILD_DEBUG=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-06-09T09:31:46.599Z] -- The C compiler identification is GNU 8.3.0 [2020-06-09T09:31:46.599Z] -- Check for working C compiler: /usr/bin/cc [2020-06-09T09:31:46.599Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-06-09T09:31:46.599Z] -- Detecting C compiler ABI info [2020-06-09T09:31:46.860Z] -- Detecting C compiler ABI info - done [2020-06-09T09:31:46.860Z] -- Detecting C compile features [2020-06-09T09:31:47.121Z] -- Detecting C compile features - done [2020-06-09T09:31:47.121Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-06-09T09:31:47.121Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-06-09T09:31:47.121Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-06-09T09:31:47.121Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-06-09T09:31:47.121Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-06-09T09:31:47.121Z] -- C SDK 1.2.2-dev.1 for Linux [2020-06-09T09:31:47.121Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-06-09T09:31:47.121Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-06-09T09:31:47.121Z] -- Found Curses: /usr/lib/libcurses.so [2020-06-09T09:31:47.121Z] -- Configuring done [2020-06-09T09:31:47.383Z] -- Generating done [2020-06-09T09:31:47.383Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-06-09T09:31:47.383Z] + make [2020-06-09T09:31:47.383Z] + tee debug.log [2020-06-09T09:31:47.383Z] Scanning dependencies of target csdk [2020-06-09T09:31:47.383Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-06-09T09:31:47.383Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-06-09T09:31:47.645Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-06-09T09:31:47.645Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-06-09T09:31:47.906Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-06-09T09:31:47.906Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-06-09T09:31:47.906Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-06-09T09:31:48.167Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-06-09T09:31:48.167Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-06-09T09:31:48.428Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-06-09T09:31:48.428Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-06-09T09:31:48.428Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-06-09T09:31:48.428Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-06-09T09:31:48.690Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-06-09T09:31:48.690Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-06-09T09:31:48.952Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-06-09T09:31:48.952Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-06-09T09:31:48.952Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-06-09T09:31:49.215Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-06-09T09:31:49.215Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-06-09T09:31:49.477Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-06-09T09:31:49.477Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-06-09T09:31:49.477Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-06-09T09:31:49.477Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-06-09T09:31:49.738Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-06-09T09:31:49.738Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-06-09T09:31:49.738Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-06-09T09:31:49.738Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-06-09T09:31:49.738Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-06-09T09:31:50.000Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-06-09T09:31:50.000Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-06-09T09:31:50.005Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-06-09T09:31:50.005Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-06-09T09:31:50.261Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-06-09T09:31:50.276Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-06-09T09:31:50.525Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-06-09T09:31:50.525Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-06-09T09:31:50.525Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-06-09T09:31:50.786Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-06-09T09:31:51.047Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-06-09T09:31:51.252Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-06-09T09:31:51.310Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-06-09T09:31:51.310Z] [ 70%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-06-09T09:31:51.571Z] [ 72%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-06-09T09:31:51.571Z] [ 74%] Linking C shared library libcsdk.so [2020-06-09T09:31:51.571Z] [ 74%] Built target csdk [2020-06-09T09:31:51.571Z] Scanning dependencies of target template [2020-06-09T09:31:51.571Z] [ 76%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-06-09T09:31:51.833Z] [ 78%] Linking C executable template [2020-06-09T09:31:51.833Z] [ 78%] Built target template [2020-06-09T09:31:51.834Z] Scanning dependencies of target device-counter [2020-06-09T09:31:51.834Z] [ 80%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-06-09T09:31:51.834Z] [ 81%] Linking C executable device-counter [2020-06-09T09:31:52.095Z] [ 81%] Built target device-counter [2020-06-09T09:31:52.095Z] Scanning dependencies of target device-random [2020-06-09T09:31:52.095Z] [ 83%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-06-09T09:31:52.095Z] [ 85%] Linking C executable device-random [2020-06-09T09:31:52.095Z] [ 85%] Built target device-random [2020-06-09T09:31:52.095Z] Scanning dependencies of target device-gyro [2020-06-09T09:31:52.095Z] [ 87%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-06-09T09:31:52.356Z] [ 89%] Linking C executable device-gyro [2020-06-09T09:31:52.356Z] [ 89%] Built target device-gyro [2020-06-09T09:31:52.356Z] Scanning dependencies of target template-discovery [2020-06-09T09:31:52.356Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-06-09T09:31:52.356Z] [ 92%] Linking C executable template-discovery [2020-06-09T09:31:52.616Z] [ 92%] Built target template-discovery [2020-06-09T09:31:52.616Z] Scanning dependencies of target device-terminal [2020-06-09T09:31:52.616Z] [ 94%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-06-09T09:31:52.616Z] [ 96%] Linking C executable device-terminal [2020-06-09T09:31:52.616Z] [ 96%] Built target device-terminal [2020-06-09T09:31:52.616Z] Scanning dependencies of target templatev1 [2020-06-09T09:31:52.616Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-06-09T09:31:52.877Z] [100%] Linking C executable templatev1 [2020-06-09T09:31:52.877Z] [100%] Built target templatev1 [2020-06-09T09:31:52.877Z] make: Entering directory '/tmp/sdk/build/release' [2020-06-09T09:31:52.877Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-06-09T09:31:52.877Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-09T09:31:52.877Z] Scanning dependencies of target csdk [2020-06-09T09:31:52.877Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-09T09:31:52.877Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-09T09:31:52.877Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-06-09T09:31:53.449Z] [ 3%] Linking C shared library libcsdk.so [2020-06-09T09:31:53.449Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-09T09:31:53.449Z] [ 74%] Built target csdk [2020-06-09T09:31:53.449Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-09T09:31:53.449Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-09T09:31:53.450Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-09T09:31:53.450Z] [ 76%] Linking C executable template [2020-06-09T09:31:53.450Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-09T09:31:53.450Z] [ 78%] Built target template [2020-06-09T09:31:53.450Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-09T09:31:53.450Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-09T09:31:53.450Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-09T09:31:53.450Z] [ 80%] Linking C executable device-counter [2020-06-09T09:31:53.711Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-09T09:31:53.711Z] [ 81%] Built target device-counter [2020-06-09T09:31:53.711Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-09T09:31:53.711Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-09T09:31:53.711Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-09T09:31:53.711Z] [ 83%] Linking C executable device-random [2020-06-09T09:31:53.711Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-09T09:31:53.711Z] [ 85%] Built target device-random [2020-06-09T09:31:53.711Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-09T09:31:53.711Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-09T09:31:53.711Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-09T09:31:53.711Z] [ 87%] Linking C executable device-gyro [2020-06-09T09:31:53.711Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-09T09:31:53.711Z] [ 89%] Built target device-gyro [2020-06-09T09:31:53.711Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-09T09:31:53.711Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-09T09:31:53.711Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-09T09:31:53.711Z] [ 90%] Linking C executable template-discovery [2020-06-09T09:31:53.855Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-06-09T09:31:53.855Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-06-09T09:31:53.973Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-09T09:31:53.973Z] [ 92%] Built target template-discovery [2020-06-09T09:31:53.973Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-09T09:31:53.973Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-09T09:31:53.973Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-09T09:31:53.973Z] [ 94%] Linking C executable device-terminal [2020-06-09T09:31:53.973Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-09T09:31:53.973Z] [ 96%] Built target device-terminal [2020-06-09T09:31:53.973Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-09T09:31:53.973Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-09T09:31:53.973Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-09T09:31:53.973Z] [ 98%] Linking C executable templatev1 [2020-06-09T09:31:54.129Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-06-09T09:31:54.235Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-09T09:31:54.235Z] [100%] Built target templatev1 [2020-06-09T09:31:54.235Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-06-09T09:31:54.235Z] Install the project... [2020-06-09T09:31:54.235Z] -- Install configuration: "Release" [2020-06-09T09:31:54.235Z] -- Installing: /usr/local/lib/libcsdk.so [2020-06-09T09:31:54.235Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-06-09T09:31:54.235Z] -- Up-to-date: /usr/local/include [2020-06-09T09:31:54.235Z] -- Installing: /usr/local/include/devsdk [2020-06-09T09:31:54.235Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-06-09T09:31:54.235Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-06-09T09:31:54.235Z] -- Installing: /usr/local/include/edgex [2020-06-09T09:31:54.235Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-06-09T09:31:54.235Z] -- Installing: /usr/local/include/edgex/devices.h [2020-06-09T09:31:54.235Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-06-09T09:31:54.235Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-06-09T09:31:54.235Z] -- Installing: /usr/local/include/edgex/edgex-logging.h [2020-06-09T09:31:54.235Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-06-09T09:31:54.235Z] -- Installing: /usr/local/include/edgex/error.h [2020-06-09T09:31:54.235Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-06-09T09:31:54.235Z] -- Installing: /usr/local/include/edgex/os.h [2020-06-09T09:31:54.235Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-06-09T09:31:54.235Z] -- Installing: /usr/local/include/edgex/registry.h [2020-06-09T09:31:54.235Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-06-09T09:31:54.235Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-06-09T09:31:54.235Z] -- Installing: /usr/local/include/iot [2020-06-09T09:31:54.235Z] -- Installing: /usr/local/include/iot/base64.h [2020-06-09T09:31:54.235Z] -- Installing: /usr/local/include/iot/component.h [2020-06-09T09:31:54.235Z] -- Installing: /usr/local/include/iot/container.h [2020-06-09T09:31:54.235Z] -- Installing: /usr/local/include/iot/data.h [2020-06-09T09:31:54.235Z] -- Installing: /usr/local/include/iot/hash.h [2020-06-09T09:31:54.235Z] -- Installing: /usr/local/include/iot/iot.h [2020-06-09T09:31:54.235Z] -- Installing: /usr/local/include/iot/json.h [2020-06-09T09:31:54.235Z] -- Installing: /usr/local/include/iot/logger.h [2020-06-09T09:31:54.235Z] -- Installing: /usr/local/include/iot/os.h [2020-06-09T09:31:54.235Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-06-09T09:31:54.235Z] -- Installing: /usr/local/include/iot/thread.h [2020-06-09T09:31:54.235Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-06-09T09:31:54.235Z] -- Installing: /usr/local/include/iot/time.h [2020-06-09T09:31:54.235Z] -- Installing: /usr/local/include/iot/typecode.h [2020-06-09T09:31:54.235Z] -- Installing: /usr/local/include/iot/os [2020-06-09T09:31:54.235Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-06-09T09:31:54.235Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-06-09T09:31:54.235Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-06-09T09:31:54.235Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-06-09T09:31:54.235Z] make: Leaving directory '/tmp/sdk/build/release' [2020-06-09T09:31:54.725Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-06-09T09:31:55.322Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-06-09T09:31:55.593Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-06-09T09:31:56.573Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-06-09T09:31:56.793Z] Removing intermediate container 1b1a526fe001 [2020-06-09T09:31:56.793Z] ---> 4b025e41dccd [2020-06-09T09:31:56.793Z] Step 14/21 : FROM alpine:3.9 [2020-06-09T09:31:56.793Z] 3.9: Pulling from library/alpine [2020-06-09T09:31:56.793Z] 31603596830f: Pulling fs layer [2020-06-09T09:31:56.793Z] 31603596830f: Verifying Checksum [2020-06-09T09:31:56.793Z] 31603596830f: Download complete [2020-06-09T09:31:56.849Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-06-09T09:31:57.057Z] 31603596830f: Pull complete [2020-06-09T09:31:57.057Z] Digest: sha256:414e0518bb9228d35e4cd5165567fb91d26c6a214e9c95899e1e056fcd349011 [2020-06-09T09:31:57.057Z] Status: Downloaded newer image for alpine:3.9 [2020-06-09T09:31:57.057Z] ---> 78a2ce922f86 [2020-06-09T09:31:57.057Z] Step 15/21 : MAINTAINER IOTech [2020-06-09T09:31:57.319Z] ---> Running in a824b0dab5f4 [2020-06-09T09:31:57.319Z] Removing intermediate container a824b0dab5f4 [2020-06-09T09:31:57.319Z] ---> 3881aa9ee63c [2020-06-09T09:31:57.319Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-06-09T09:31:57.454Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-06-09T09:31:57.582Z] ---> Running in 4588d4924713 [2020-06-09T09:31:57.728Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-06-09T09:31:58.155Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-06-09T09:31:58.324Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-06-09T09:31:58.416Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-06-09T09:31:58.416Z] (1/48) Installing binutils (2.31.1-r2) [2020-06-09T09:31:58.677Z] (2/48) Installing libmagic (5.36-r1) [2020-06-09T09:31:58.677Z] (3/48) Installing file (5.36-r1) [2020-06-09T09:31:58.677Z] (4/48) Installing gmp (6.1.2-r1) [2020-06-09T09:31:58.677Z] (5/48) Installing isl (0.18-r0) [2020-06-09T09:31:58.677Z] (6/48) Installing libgomp (8.3.0-r0) [2020-06-09T09:31:58.677Z] (7/48) Installing libatomic (8.3.0-r0) [2020-06-09T09:31:58.677Z] (8/48) Installing libgcc (8.3.0-r0) [2020-06-09T09:31:58.677Z] (9/48) Installing mpfr3 (3.1.5-r1) [2020-06-09T09:31:58.677Z] (10/48) Installing mpc1 (1.0.3-r1) [2020-06-09T09:31:58.677Z] (11/48) Installing libstdc++ (8.3.0-r0) [2020-06-09T09:31:58.677Z] (12/48) Installing gcc (8.3.0-r0) [2020-06-09T09:31:59.621Z] (13/48) Installing musl-dev (1.1.20-r5) [2020-06-09T09:31:59.621Z] (14/48) Installing libc-dev (0.7.1-r0) [2020-06-09T09:31:59.621Z] (15/48) Installing g++ (8.3.0-r0) [2020-06-09T09:31:59.757Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-06-09T09:31:59.757Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-06-09T09:32:00.566Z] (16/48) Installing make (4.2.1-r2) [2020-06-09T09:32:00.566Z] (17/48) Installing fortify-headers (1.0-r0) [2020-06-09T09:32:00.566Z] (18/48) Installing build-base (0.5-r1) [2020-06-09T09:32:00.566Z] (19/48) Installing libattr (2.4.47-r7) [2020-06-09T09:32:00.566Z] (20/48) Installing libacl (2.2.52-r5) [2020-06-09T09:32:00.567Z] (21/48) Installing libbz2 (1.0.6-r7) [2020-06-09T09:32:00.567Z] (22/48) Installing expat (2.2.8-r0) [2020-06-09T09:32:00.567Z] (23/48) Installing lz4-libs (1.8.3-r2) [2020-06-09T09:32:00.567Z] (24/48) Installing xz-libs (5.2.4-r0) [2020-06-09T09:32:00.567Z] (25/48) Installing libarchive (3.3.3-r2) [2020-06-09T09:32:00.567Z] (26/48) Installing ca-certificates (20191127-r2) [2020-06-09T09:32:00.567Z] (27/48) Installing nghttp2-libs (1.35.1-r2) [2020-06-09T09:32:00.567Z] (28/48) Installing libssh2 (1.9.0-r1) [2020-06-09T09:32:00.567Z] (29/48) Installing libcurl (7.64.0-r3) [2020-06-09T09:32:00.567Z] (30/48) Installing ncurses-terminfo-base (6.1_p20190105-r0) [2020-06-09T09:32:00.567Z] (31/48) Installing ncurses-terminfo (6.1_p20190105-r0) [2020-06-09T09:32:01.139Z] (32/48) Installing ncurses-libs (6.1_p20190105-r0) [2020-06-09T09:32:01.139Z] (33/48) Installing rhash-libs (1.3.6-r2) [2020-06-09T09:32:01.139Z] (34/48) Installing libuv (1.25.0-r0) [2020-06-09T09:32:01.139Z] (35/48) Installing cmake (3.13.0-r0) [2020-06-09T09:32:02.087Z] (36/48) Installing curl (7.64.0-r3) [2020-06-09T09:32:02.088Z] (37/48) Installing pcre2 (10.32-r1) [2020-06-09T09:32:02.088Z] (38/48) Installing git (2.20.4-r0) [2020-06-09T09:32:02.088Z] (39/48) Installing nettle (3.4.1-r0) [2020-06-09T09:32:02.088Z] (40/48) Installing libffi (3.2.1-r6) [2020-06-09T09:32:02.088Z] (41/48) Installing p11-kit (0.23.14-r0) [2020-06-09T09:32:02.088Z] (42/48) Installing libtasn1 (4.14-r0) [2020-06-09T09:32:02.088Z] (43/48) Installing libunistring (0.9.10-r0) [2020-06-09T09:32:02.088Z] (44/48) Installing gnutls (3.6.7-r1) [2020-06-09T09:32:02.371Z] (45/48) Installing libmicrohttpd (0.9.62-r0) [2020-06-09T09:32:02.371Z] (46/48) Installing libuuid (2.33-r0) [2020-06-09T09:32:02.943Z] (47/48) Installing wget (1.20.3-r0) [2020-06-09T09:32:02.943Z] (48/48) Installing yaml (0.2.1-r0) [2020-06-09T09:32:02.943Z] Executing busybox-1.29.3-r10.trigger [2020-06-09T09:32:02.943Z] Executing ca-certificates-20191127-r2.trigger [2020-06-09T09:32:02.943Z] OK: 222 MiB in 62 packages [2020-06-09T09:32:05.150Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-06-09T09:32:05.150Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-06-09T09:32:05.422Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-06-09T09:32:06.017Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-06-09T09:32:07.452Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-06-09T09:32:08.880Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-06-09T09:32:12.979Z] Removing intermediate container 4588d4924713 [2020-06-09T09:32:12.980Z] ---> aafa1b3d25ad [2020-06-09T09:32:12.980Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-06-09T09:32:12.980Z] ---> c3779054c8a2 [2020-06-09T09:32:12.980Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-06-09T09:32:12.980Z] ---> 7dbb59d8c493 [2020-06-09T09:32:12.980Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-06-09T09:32:12.980Z] ---> 074e4edf2d81 [2020-06-09T09:32:12.980Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-06-09T09:32:12.980Z] ---> e085474af924 [2020-06-09T09:32:12.980Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-06-09T09:32:13.174Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-06-09T09:32:13.174Z] [ 70%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-06-09T09:32:13.242Z] ---> 6cb9f9dd35ce [2020-06-09T09:32:13.242Z] Successfully built 6cb9f9dd35ce [2020-06-09T09:32:13.242Z] 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-09T09:32:13.944Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-09T09:32:13.944Z] . [Pipeline] withDockerContainer [2020-06-09T09:32:14.067Z] prd-centos7-docker-4c-2g-2343 does not seem to be running inside a container [2020-06-09T09:32:14.115Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/25 -v /w/workspace/device-sdk-c/25:/w/workspace/device-sdk-c/25:rw,z -v /w/workspace/device-sdk-c/25@tmp:/w/workspace/device-sdk-c/25@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-09T09:32:14.602Z] [ 72%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-06-09T09:32:14.743Z] $ docker top e02cd65fd198f7540c105b796f579b1ec297389b4901cb47d065153218ccb0fc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-09T09:32:15.181Z] + make test [2020-06-09T09:32:15.181Z] echo "make test" [2020-06-09T09:32:15.181Z] make test [Pipeline] } [2020-06-09T09:32:15.195Z] [ 74%] Linking C shared library libcsdk.so [2020-06-09T09:32:15.195Z] [ 74%] Built target csdk [2020-06-09T09:32:15.195Z] Scanning dependencies of target template [2020-06-09T09:32:15.195Z] [ 76%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-06-09T09:32:15.196Z] $ docker stop --time=1 e02cd65fd198f7540c105b796f579b1ec297389b4901cb47d065153218ccb0fc [2020-06-09T09:32:15.789Z] [ 78%] Linking C executable template [2020-06-09T09:32:16.064Z] [ 78%] Built target template [2020-06-09T09:32:16.064Z] Scanning dependencies of target device-counter [2020-06-09T09:32:16.064Z] [ 80%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-06-09T09:32:16.549Z] $ docker rm -f e02cd65fd198f7540c105b796f579b1ec297389b4901cb47d065153218ccb0fc [Pipeline] // withDockerContainer [2020-06-09T09:32:16.659Z] [ 81%] Linking C executable device-counter [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-06-09T09:32:16.931Z] [ 81%] Built target device-counter [2020-06-09T09:32:16.931Z] Scanning dependencies of target device-random [2020-06-09T09:32:16.931Z] [ 83%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-06-09T09:32:17.526Z] [ 85%] Linking C executable device-random [2020-06-09T09:32:17.802Z] [ 85%] Built target device-random [2020-06-09T09:32:17.803Z] Scanning dependencies of target device-gyro [2020-06-09T09:32:17.803Z] [ 87%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [Pipeline] sh [2020-06-09T09:32:18.076Z] [ 89%] Linking C executable device-gyro [2020-06-09T09:32:18.320Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-09T09:32:18.349Z] [ 89%] Built target device-gyro [2020-06-09T09:32:18.349Z] Scanning dependencies of target template-discovery [2020-06-09T09:32:18.349Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-06-09T09:32:18.619Z] + ls -al . [2020-06-09T09:32:18.619Z] total 160 [2020-06-09T09:32:18.619Z] drwxrwxr-x. 8 jenkins jenkins 260 Jun 9 09:31 . [2020-06-09T09:32:18.619Z] drwxrwxr-x. 4 jenkins jenkins 30 Jun 9 09:30 .. [2020-06-09T09:32:18.619Z] -rw-rw-r--. 1 jenkins jenkins 3104 Jun 9 09:30 Attribution.txt [2020-06-09T09:32:18.619Z] -rw-rw-r--. 1 jenkins jenkins 5335 Jun 9 09:30 CHANGES [2020-06-09T09:32:18.619Z] drwxrwxr-x. 2 jenkins jenkins 144 Jun 9 09:30 docs [2020-06-09T09:32:18.619Z] -rw-rw-r--. 1 jenkins jenkins 108574 Jun 9 09:30 Doxyfile [2020-06-09T09:32:18.619Z] drwxrwxr-x. 8 jenkins jenkins 162 Jun 9 09:30 .git [2020-06-09T09:32:18.619Z] -rw-rw-r--. 1 jenkins jenkins 176 Jun 9 09:30 .gitignore [2020-06-09T09:32:18.619Z] drwxrwxr-x. 4 jenkins jenkins 33 Jun 9 09:30 include [2020-06-09T09:32:18.619Z] -rw-rw-r--. 1 jenkins jenkins 792 Jun 9 09:30 Jenkinsfile [2020-06-09T09:32:18.619Z] -rw-rw-r--. 1 jenkins jenkins 10174 Jun 9 09:30 LICENSE [2020-06-09T09:32:18.619Z] -rw-rw-r--. 1 jenkins jenkins 448 Jun 9 09:30 Makefile [2020-06-09T09:32:18.619Z] -rw-rw-r--. 1 jenkins jenkins 1849 Jun 9 09:30 README.md [2020-06-09T09:32:18.619Z] -rw-rw-r--. 1 jenkins jenkins 5229 Jun 9 09:30 README.v2.md [2020-06-09T09:32:18.619Z] drwxrwxr-x. 2 jenkins jenkins 106 Jun 9 09:30 scripts [2020-06-09T09:32:18.619Z] drwxrwxr-x. 3 jenkins jenkins 44 Jun 9 09:31 .semver [2020-06-09T09:32:18.619Z] drwxrwxr-x. 4 jenkins jenkins 50 Jun 9 09:30 src [2020-06-09T09:32:18.619Z] -rw-rw-r--. 1 jenkins jenkins 11 Jun 9 09:28 VERSION [Pipeline] isUnix [Pipeline] sh [2020-06-09T09:32:18.932Z] + docker build -t docker-device-sdk-c -f scripts/Dockerfile.alpine-3.9 --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=30b1a7a38ff7fa727602da3b16feb5ed014ed1c2 --label arch=amd64 --label version=1.2.2-dev.1 . [2020-06-09T09:32:18.932Z] Sending build context to Docker daemon 3.202MB [2020-06-09T09:32:18.932Z] Step 1/15 : ARG BASE=alpine:3.9 [2020-06-09T09:32:18.932Z] Step 2/15 : FROM ${BASE} [2020-06-09T09:32:18.932Z] ---> 6cb9f9dd35ce [2020-06-09T09:32:18.932Z] Step 3/15 : MAINTAINER IOTech [2020-06-09T09:32:19.323Z] [ 92%] Linking C executable template-discovery [2020-06-09T09:32:19.323Z] [ 92%] Built target template-discovery [2020-06-09T09:32:19.323Z] Scanning dependencies of target device-terminal [2020-06-09T09:32:19.323Z] [ 94%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-06-09T09:32:19.506Z] ---> Running in e1fc17824e75 [2020-06-09T09:32:19.775Z] Removing intermediate container e1fc17824e75 [2020-06-09T09:32:19.776Z] ---> 95e84f8bd297 [2020-06-09T09:32:19.776Z] 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-09T09:32:19.776Z] ---> Running in 46b9c00e4579 [2020-06-09T09:32:19.921Z] [ 96%] Linking C executable device-terminal [2020-06-09T09:32:20.196Z] [ 96%] Built target device-terminal [2020-06-09T09:32:20.196Z] Scanning dependencies of target templatev1 [2020-06-09T09:32:20.196Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-06-09T09:32:20.350Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-06-09T09:32:20.350Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-06-09T09:32:20.350Z] (1/21) Installing pkgconf (1.6.0-r0) [2020-06-09T09:32:20.350Z] (2/21) Installing openssl-dev (1.1.1g-r0) [2020-06-09T09:32:20.611Z] (3/21) Installing zlib-dev (1.2.11-r1) [2020-06-09T09:32:20.611Z] (4/21) Installing libssh2-dev (1.9.0-r1) [2020-06-09T09:32:20.611Z] (5/21) Installing nghttp2-dev (1.35.1-r2) [2020-06-09T09:32:20.611Z] (6/21) Installing curl-dev (7.64.0-r3) [2020-06-09T09:32:20.611Z] (7/21) Installing gnutls-c++ (3.6.7-r1) [2020-06-09T09:32:20.611Z] (8/21) Installing libgmpxx (6.1.2-r1) [2020-06-09T09:32:20.611Z] (9/21) Installing gmp-dev (6.1.2-r1) [2020-06-09T09:32:20.611Z] (10/21) Installing nettle-dev (3.4.1-r0) [2020-06-09T09:32:20.798Z] [100%] Linking C executable templatev1 [2020-06-09T09:32:20.872Z] (11/21) Installing libtasn1-dev (4.14-r0) [2020-06-09T09:32:20.872Z] (12/21) Installing p11-kit-dev (0.23.14-r0) [2020-06-09T09:32:20.872Z] (13/21) Installing gnutls-dev (3.6.7-r1) [2020-06-09T09:32:20.872Z] (14/21) Installing libmicrohttpd-dev (0.9.62-r0) [2020-06-09T09:32:20.872Z] (15/21) Installing ncurses-dev (6.1_p20190105-r0) [2020-06-09T09:32:20.872Z] (16/21) Installing libblkid (2.33-r0) [2020-06-09T09:32:20.872Z] (17/21) Installing libfdisk (2.33-r0) [2020-06-09T09:32:20.872Z] (18/21) Installing libmount (2.33-r0) [2020-06-09T09:32:21.071Z] [100%] Built target templatev1 [2020-06-09T09:32:21.071Z] + make package [2020-06-09T09:32:21.071Z] + tee -a release.log [2020-06-09T09:32:21.134Z] (19/21) Installing libsmartcols (2.33-r0) [2020-06-09T09:32:21.134Z] (20/21) Installing util-linux-dev (2.33-r0) [2020-06-09T09:32:21.134Z] (21/21) Installing yaml-dev (0.2.1-r0) [2020-06-09T09:32:21.134Z] Executing busybox-1.29.3-r10.trigger [2020-06-09T09:32:21.134Z] OK: 266 MiB in 83 packages [2020-06-09T09:32:21.343Z] [ 74%] Built target csdk [2020-06-09T09:32:21.343Z] [ 78%] Built target template [2020-06-09T09:32:21.343Z] [ 81%] Built target device-counter [2020-06-09T09:32:21.343Z] [ 85%] Built target device-random [2020-06-09T09:32:21.343Z] [ 89%] Built target device-gyro [2020-06-09T09:32:21.619Z] [ 92%] Built target template-discovery [2020-06-09T09:32:21.619Z] [ 96%] Built target device-terminal [2020-06-09T09:32:21.619Z] [100%] Built target templatev1 [2020-06-09T09:32:21.619Z] Run CPack packaging tool... [2020-06-09T09:32:21.619Z] CPack: Create package using TGZ [2020-06-09T09:32:21.619Z] CPack: Install projects [2020-06-09T09:32:21.619Z] CPack: - Run preinstall target for: Csdk [2020-06-09T09:32:22.216Z] CPack: - Install project: Csdk [2020-06-09T09:32:22.216Z] CPack: Create package [2020-06-09T09:32:22.489Z] CPack: - package: /tmp/sdk/build/release/csdk-1.2.2-dev.1.tar.gz generated. [2020-06-09T09:32:22.489Z] + '[' false '=' true ] [2020-06-09T09:32:22.489Z] + '[' false '=' true ] [2020-06-09T09:32:22.489Z] + mkdir -p /tmp/sdk/build/debug [2020-06-09T09:32:22.489Z] + cd /tmp/sdk/build/debug [2020-06-09T09:32:22.489Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCSDK_BUILD_DEBUG=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-06-09T09:32:22.763Z] -- The C compiler identification is GNU 8.3.0 [2020-06-09T09:32:22.763Z] -- Check for working C compiler: /usr/bin/cc [2020-06-09T09:32:23.034Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-06-09T09:32:23.034Z] -- Detecting C compiler ABI info [2020-06-09T09:32:23.052Z] Removing intermediate container 46b9c00e4579 [2020-06-09T09:32:23.052Z] ---> 7abf8c429978 [2020-06-09T09:32:23.052Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-06-09T09:32:23.052Z] ---> 181636cf8a8d [2020-06-09T09:32:23.052Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-06-09T09:32:23.310Z] -- Detecting C compiler ABI info - done [2020-06-09T09:32:23.310Z] -- Detecting C compile features [2020-06-09T09:32:23.624Z] ---> 83f75c4e8008 [2020-06-09T09:32:23.624Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-06-09T09:32:23.891Z] ---> 697ea3c111d8 [2020-06-09T09:32:23.891Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-06-09T09:32:24.158Z] ---> d0efd221543f [2020-06-09T09:32:24.158Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-06-09T09:32:24.300Z] -- Detecting C compile features - done [2020-06-09T09:32:24.301Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-06-09T09:32:24.301Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-06-09T09:32:24.301Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-06-09T09:32:24.301Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-06-09T09:32:24.301Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-06-09T09:32:24.301Z] -- C SDK 1.2.2-dev.1 for Linux [2020-06-09T09:32:24.301Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-06-09T09:32:24.418Z] ---> c0c707ae3555 [2020-06-09T09:32:24.418Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-06-09T09:32:24.418Z] ---> f4b0889ae533 [2020-06-09T09:32:24.418Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-06-09T09:32:24.573Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-06-09T09:32:24.574Z] -- Found Curses: /usr/lib/libcurses.so [2020-06-09T09:32:24.574Z] -- Configuring done [2020-06-09T09:32:24.680Z] ---> Running in 32d9f9eb016e [2020-06-09T09:32:24.680Z] Removing intermediate container 32d9f9eb016e [2020-06-09T09:32:24.680Z] ---> 712ef2a21525 [2020-06-09T09:32:24.680Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-06-09T09:32:24.680Z] ---> Running in 19525430eece [2020-06-09T09:32:24.848Z] -- Generating done [2020-06-09T09:32:24.848Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-06-09T09:32:24.848Z] + make [2020-06-09T09:32:24.848Z] + tee debug.log [2020-06-09T09:32:24.942Z] Removing intermediate container 19525430eece [2020-06-09T09:32:24.942Z] ---> a3c97996f952 [2020-06-09T09:32:24.942Z] Step 13/15 : LABEL arch=amd64 [2020-06-09T09:32:24.942Z] ---> Running in d86ef21deeb3 [2020-06-09T09:32:25.121Z] Scanning dependencies of target csdk [2020-06-09T09:32:25.121Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-06-09T09:32:25.203Z] Removing intermediate container d86ef21deeb3 [2020-06-09T09:32:25.203Z] ---> 7a81271e8eb9 [2020-06-09T09:32:25.203Z] Step 14/15 : LABEL git_sha=30b1a7a38ff7fa727602da3b16feb5ed014ed1c2 [2020-06-09T09:32:25.203Z] ---> Running in eca3ed2b22e0 [2020-06-09T09:32:25.203Z] Removing intermediate container eca3ed2b22e0 [2020-06-09T09:32:25.203Z] ---> 6e79ae11f350 [2020-06-09T09:32:25.203Z] Step 15/15 : LABEL version=1.2.2-dev.1 [2020-06-09T09:32:25.203Z] ---> Running in 7df6aa0a8590 [2020-06-09T09:32:25.394Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-06-09T09:32:25.465Z] Removing intermediate container 7df6aa0a8590 [2020-06-09T09:32:25.465Z] ---> 49eddad1717e [2020-06-09T09:32:25.465Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2020-06-09T09:32:25.465Z] Successfully built 49eddad1717e [2020-06-09T09:32:25.465Z] 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-09T09:32:25.991Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-06-09T09:32:26.586Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-06-09T09:32:26.858Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-06-09T09:32:27.132Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-06-09T09:32:27.405Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-06-09T09:32:27.998Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-06-09T09:32:28.270Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-06-09T09:32:28.864Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-06-09T09:32:28.864Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-06-09T09:32:29.136Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-06-09T09:32:29.409Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-06-09T09:32:29.681Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-06-09T09:32:30.656Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-06-09T09:32:30.656Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-06-09T09:32:30.930Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-06-09T09:32:31.201Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-06-09T09:32:31.795Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-06-09T09:32:32.066Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-06-09T09:32:32.338Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-06-09T09:32:32.338Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-06-09T09:32:32.613Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-06-09T09:32:32.887Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-06-09T09:32:33.159Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-06-09T09:32:33.431Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-06-09T09:32:33.703Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-06-09T09:32:33.703Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-06-09T09:32:33.973Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-06-09T09:32:34.568Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-06-09T09:32:34.568Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-06-09T09:32:35.542Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-06-09T09:32:36.138Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-06-09T09:32:36.138Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-06-09T09:32:36.412Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-06-09T09:32:37.388Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-06-09T09:32:37.981Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-06-09T09:32:38.574Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-06-09T09:32:38.845Z] [ 70%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-06-09T09:32:39.439Z] [ 72%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-06-09T09:32:39.439Z] [ 74%] Linking C shared library libcsdk.so [2020-06-09T09:32:39.710Z] [ 74%] Built target csdk [2020-06-09T09:32:39.710Z] Scanning dependencies of target template [2020-06-09T09:32:39.710Z] [ 76%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-06-09T09:32:39.983Z] [ 78%] Linking C executable template [2020-06-09T09:32:40.255Z] [ 78%] Built target template [2020-06-09T09:32:40.255Z] Scanning dependencies of target device-counter [2020-06-09T09:32:40.255Z] [ 80%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-06-09T09:32:40.528Z] [ 81%] Linking C executable device-counter [2020-06-09T09:32:40.800Z] [ 81%] Built target device-counter [2020-06-09T09:32:40.800Z] Scanning dependencies of target device-random [2020-06-09T09:32:40.800Z] [ 83%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-06-09T09:32:41.074Z] [ 85%] Linking C executable device-random [2020-06-09T09:32:41.348Z] [ 85%] Built target device-random [2020-06-09T09:32:41.348Z] Scanning dependencies of target device-gyro [2020-06-09T09:32:41.348Z] [ 87%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-06-09T09:32:41.620Z] [ 89%] Linking C executable device-gyro [2020-06-09T09:32:41.892Z] [ 89%] Built target device-gyro [2020-06-09T09:32:41.892Z] Scanning dependencies of target template-discovery [2020-06-09T09:32:41.892Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-06-09T09:32:42.165Z] [ 92%] Linking C executable template-discovery [2020-06-09T09:32:42.437Z] [ 92%] Built target template-discovery [2020-06-09T09:32:42.437Z] Scanning dependencies of target device-terminal [2020-06-09T09:32:42.437Z] [ 94%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-06-09T09:32:42.712Z] [ 96%] Linking C executable device-terminal [2020-06-09T09:32:42.987Z] [ 96%] Built target device-terminal [2020-06-09T09:32:42.987Z] Scanning dependencies of target templatev1 [2020-06-09T09:32:42.987Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-06-09T09:32:43.260Z] [100%] Linking C executable templatev1 [2020-06-09T09:32:43.532Z] [100%] Built target templatev1 [2020-06-09T09:32:43.532Z] make: Entering directory '/tmp/sdk/build/release' [2020-06-09T09:32:43.532Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-06-09T09:32:43.532Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-09T09:32:43.806Z] Scanning dependencies of target csdk [2020-06-09T09:32:43.806Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-09T09:32:43.806Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-09T09:32:43.806Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-06-09T09:32:45.777Z] [ 3%] Linking C shared library libcsdk.so [2020-06-09T09:32:45.777Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-09T09:32:45.777Z] [ 74%] Built target csdk [2020-06-09T09:32:45.777Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-09T09:32:45.777Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-09T09:32:45.777Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-09T09:32:45.777Z] [ 76%] Linking C executable template [2020-06-09T09:32:46.050Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-09T09:32:46.050Z] [ 78%] Built target template [2020-06-09T09:32:46.050Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-09T09:32:46.050Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-09T09:32:46.050Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-09T09:32:46.050Z] [ 80%] Linking C executable device-counter [2020-06-09T09:32:46.324Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-09T09:32:46.324Z] [ 81%] Built target device-counter [2020-06-09T09:32:46.324Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-09T09:32:46.324Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-09T09:32:46.324Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-09T09:32:46.324Z] [ 83%] Linking C executable device-random [2020-06-09T09:32:46.598Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-09T09:32:46.598Z] [ 85%] Built target device-random [2020-06-09T09:32:46.598Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-09T09:32:46.598Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-09T09:32:46.598Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-09T09:32:46.598Z] [ 87%] Linking C executable device-gyro [2020-06-09T09:32:46.871Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-09T09:32:46.871Z] [ 89%] Built target device-gyro [2020-06-09T09:32:46.871Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-09T09:32:46.871Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-09T09:32:46.871Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-09T09:32:46.871Z] [ 90%] Linking C executable template-discovery [2020-06-09T09:32:47.144Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-09T09:32:47.144Z] [ 92%] Built target template-discovery [2020-06-09T09:32:47.144Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-09T09:32:47.144Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-09T09:32:47.144Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-09T09:32:47.144Z] [ 94%] Linking C executable device-terminal [2020-06-09T09:32:47.416Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-09T09:32:47.416Z] [ 96%] Built target device-terminal [2020-06-09T09:32:47.416Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-09T09:32:47.416Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-09T09:32:47.416Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-09T09:32:47.416Z] [ 98%] Linking C executable templatev1 [2020-06-09T09:32:47.688Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-09T09:32:47.688Z] [100%] Built target templatev1 [2020-06-09T09:32:47.688Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-06-09T09:32:47.688Z] Install the project... [2020-06-09T09:32:47.688Z] -- Install configuration: "Release" [2020-06-09T09:32:47.688Z] -- Installing: /usr/local/lib/libcsdk.so [2020-06-09T09:32:47.688Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-06-09T09:32:47.688Z] -- Up-to-date: /usr/local/include [2020-06-09T09:32:47.688Z] -- Installing: /usr/local/include/edgex [2020-06-09T09:32:47.688Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-06-09T09:32:47.688Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-06-09T09:32:47.688Z] -- Installing: /usr/local/include/edgex/error.h [2020-06-09T09:32:47.688Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-06-09T09:32:47.688Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-06-09T09:32:47.688Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-06-09T09:32:47.688Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-06-09T09:32:47.688Z] -- Installing: /usr/local/include/edgex/registry.h [2020-06-09T09:32:47.688Z] -- Installing: /usr/local/include/edgex/edgex-logging.h [2020-06-09T09:32:47.688Z] -- Installing: /usr/local/include/edgex/devices.h [2020-06-09T09:32:47.688Z] -- Installing: /usr/local/include/edgex/os.h [2020-06-09T09:32:47.688Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-06-09T09:32:47.688Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-06-09T09:32:47.688Z] -- Installing: /usr/local/include/devsdk [2020-06-09T09:32:47.688Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-06-09T09:32:47.688Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-06-09T09:32:47.688Z] -- Installing: /usr/local/include/iot [2020-06-09T09:32:47.688Z] -- Installing: /usr/local/include/iot/json.h [2020-06-09T09:32:47.688Z] -- Installing: /usr/local/include/iot/container.h [2020-06-09T09:32:47.688Z] -- Installing: /usr/local/include/iot/component.h [2020-06-09T09:32:47.688Z] -- Installing: /usr/local/include/iot/typecode.h [2020-06-09T09:32:47.688Z] -- Installing: /usr/local/include/iot/iot.h [2020-06-09T09:32:47.688Z] -- Installing: /usr/local/include/iot/time.h [2020-06-09T09:32:47.688Z] -- Installing: /usr/local/include/iot/hash.h [2020-06-09T09:32:47.688Z] -- Installing: /usr/local/include/iot/logger.h [2020-06-09T09:32:47.688Z] -- Installing: /usr/local/include/iot/os [2020-06-09T09:32:47.688Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-06-09T09:32:47.688Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-06-09T09:32:47.688Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-06-09T09:32:47.688Z] -- Installing: /usr/local/include/iot/data.h [2020-06-09T09:32:47.688Z] -- Installing: /usr/local/include/iot/thread.h [2020-06-09T09:32:47.688Z] -- Installing: /usr/local/include/iot/os.h [2020-06-09T09:32:47.688Z] -- Installing: /usr/local/include/iot/base64.h [2020-06-09T09:32:47.688Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-06-09T09:32:47.688Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-06-09T09:32:47.688Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-06-09T09:32:47.688Z] make: Leaving directory '/tmp/sdk/build/release' [2020-06-09T09:32:50.305Z] Removing intermediate container dd392f8c5037 [2020-06-09T09:32:50.305Z] ---> 60757dc02995 [2020-06-09T09:32:50.305Z] Step 14/21 : FROM alpine:3.9 [2020-06-09T09:32:50.305Z] 3.9: Pulling from library/alpine [2020-06-09T09:32:50.305Z] 941f399634ec: Pulling fs layer [2020-06-09T09:32:50.578Z] 941f399634ec: Verifying Checksum [2020-06-09T09:32:50.578Z] 941f399634ec: Download complete [2020-06-09T09:32:51.174Z] 941f399634ec: Pull complete [2020-06-09T09:32:51.174Z] Digest: sha256:414e0518bb9228d35e4cd5165567fb91d26c6a214e9c95899e1e056fcd349011 [2020-06-09T09:32:51.174Z] Status: Downloaded newer image for alpine:3.9 [2020-06-09T09:32:51.174Z] ---> 9afdd4a290bf [2020-06-09T09:32:51.174Z] Step 15/21 : MAINTAINER IOTech [2020-06-09T09:32:51.446Z] ---> Running in 91777fe2c8c4 [2020-06-09T09:32:52.040Z] Removing intermediate container 91777fe2c8c4 [2020-06-09T09:32:52.040Z] ---> ab8d7fe908f9 [2020-06-09T09:32:52.040Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-06-09T09:32:52.040Z] ---> Running in e117e41c1af4 [2020-06-09T09:32:53.469Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-06-09T09:32:53.740Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-06-09T09:32:54.012Z] (1/48) Installing binutils (2.31.1-r2) [2020-06-09T09:32:54.285Z] (2/48) Installing libmagic (5.36-r1) [2020-06-09T09:32:54.285Z] (3/48) Installing file (5.36-r1) [2020-06-09T09:32:54.285Z] (4/48) Installing gmp (6.1.2-r1) [2020-06-09T09:32:54.285Z] (5/48) Installing isl (0.18-r0) [2020-06-09T09:32:54.557Z] (6/48) Installing libgomp (8.3.0-r0) [2020-06-09T09:32:54.557Z] (7/48) Installing libatomic (8.3.0-r0) [2020-06-09T09:32:54.557Z] (8/48) Installing libgcc (8.3.0-r0) [2020-06-09T09:32:54.557Z] (9/48) Installing mpfr3 (3.1.5-r1) [2020-06-09T09:32:54.557Z] (10/48) Installing mpc1 (1.0.3-r1) [2020-06-09T09:32:54.557Z] (11/48) Installing libstdc++ (8.3.0-r0) [2020-06-09T09:32:54.557Z] (12/48) Installing gcc (8.3.0-r0) [2020-06-09T09:32:55.991Z] (13/48) Installing musl-dev (1.1.20-r5) [2020-06-09T09:32:56.264Z] (14/48) Installing libc-dev (0.7.1-r0) [2020-06-09T09:32:56.264Z] (15/48) Installing g++ (8.3.0-r0) [2020-06-09T09:32:57.699Z] (16/48) Installing make (4.2.1-r2) [2020-06-09T09:32:57.699Z] (17/48) Installing fortify-headers (1.0-r0) [2020-06-09T09:32:57.699Z] (18/48) Installing build-base (0.5-r1) [2020-06-09T09:32:57.699Z] (19/48) Installing libattr (2.4.47-r7) [2020-06-09T09:32:57.699Z] (20/48) Installing libacl (2.2.52-r5) [2020-06-09T09:32:57.699Z] (21/48) Installing libbz2 (1.0.6-r7) [2020-06-09T09:32:57.699Z] (22/48) Installing expat (2.2.8-r0) [2020-06-09T09:32:57.699Z] (23/48) Installing lz4-libs (1.8.3-r2) [2020-06-09T09:32:57.699Z] (24/48) Installing xz-libs (5.2.4-r0) [2020-06-09T09:32:57.699Z] (25/48) Installing libarchive (3.3.3-r2) [2020-06-09T09:32:57.699Z] (26/48) Installing ca-certificates (20191127-r2) [2020-06-09T09:32:57.699Z] (27/48) Installing nghttp2-libs (1.35.1-r2) [2020-06-09T09:32:57.971Z] (28/48) Installing libssh2 (1.9.0-r1) [2020-06-09T09:32:57.971Z] (29/48) Installing libcurl (7.64.0-r3) [2020-06-09T09:32:57.971Z] (30/48) Installing ncurses-terminfo-base (6.1_p20190105-r0) [2020-06-09T09:32:57.971Z] (31/48) Installing ncurses-terminfo (6.1_p20190105-r0) [2020-06-09T09:32:58.946Z] (32/48) Installing ncurses-libs (6.1_p20190105-r0) [2020-06-09T09:32:58.946Z] (33/48) Installing rhash-libs (1.3.6-r2) [2020-06-09T09:32:58.946Z] (34/48) Installing libuv (1.25.0-r0) [2020-06-09T09:32:58.946Z] (35/48) Installing cmake (3.13.0-r0) [2020-06-09T09:33:00.382Z] (36/48) Installing curl (7.64.0-r3) [2020-06-09T09:33:00.382Z] (37/48) Installing pcre2 (10.32-r1) [2020-06-09T09:33:00.382Z] (38/48) Installing git (2.20.4-r0) [2020-06-09T09:33:00.976Z] (39/48) Installing nettle (3.4.1-r0) [2020-06-09T09:33:00.976Z] (40/48) Installing libffi (3.2.1-r6) [2020-06-09T09:33:00.976Z] (41/48) Installing p11-kit (0.23.14-r0) [2020-06-09T09:33:00.976Z] (42/48) Installing libtasn1 (4.14-r0) [2020-06-09T09:33:00.976Z] (43/48) Installing libunistring (0.9.10-r0) [2020-06-09T09:33:00.976Z] (44/48) Installing gnutls (3.6.7-r1) [2020-06-09T09:33:00.976Z] (45/48) Installing libmicrohttpd (0.9.62-r0) [2020-06-09T09:33:00.976Z] (46/48) Installing libuuid (2.33-r0) [2020-06-09T09:33:00.976Z] (47/48) Installing wget (1.20.3-r0) [2020-06-09T09:33:00.976Z] (48/48) Installing yaml (0.2.1-r0) [2020-06-09T09:33:00.976Z] Executing busybox-1.29.3-r10.trigger [2020-06-09T09:33:00.976Z] Executing ca-certificates-20191127-r2.trigger [2020-06-09T09:33:01.248Z] OK: 219 MiB in 62 packages [2020-06-09T09:33:16.340Z] Removing intermediate container e117e41c1af4 [2020-06-09T09:33:16.340Z] ---> 94a5b1fc0abe [2020-06-09T09:33:16.340Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-06-09T09:33:16.340Z] ---> f22356d13bdf [2020-06-09T09:33:16.340Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-06-09T09:33:16.615Z] ---> 444f9baff1a1 [2020-06-09T09:33:16.616Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-06-09T09:33:17.211Z] ---> 3abf294242f4 [2020-06-09T09:33:17.211Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-06-09T09:33:18.189Z] ---> f3fa78aba28e [2020-06-09T09:33:18.189Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-06-09T09:33:18.784Z] ---> 8339328f6c16 [2020-06-09T09:33:18.784Z] Successfully built 8339328f6c16 [2020-06-09T09:33:18.784Z] 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-09T09:33:19.323Z] + docker inspect -f . ci-base-image-arm64 [2020-06-09T09:33:19.323Z] . [Pipeline] withDockerContainer [2020-06-09T09:33:19.571Z] prd-ubuntu18.04-docker-arm64-4c-16g-2342 does not seem to be running inside a container [2020-06-09T09:33:19.626Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/25 -v /w/workspace/device-sdk-c/25:/w/workspace/device-sdk-c/25:rw,z -v /w/workspace/device-sdk-c/25@tmp:/w/workspace/device-sdk-c/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-06-09T09:33:21.332Z] $ docker top 431b127b9075777cca5810453bf2aebe9e6164dbdeee9f1ade1ae456144b6108 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-09T09:33:22.687Z] + make test [2020-06-09T09:33:22.687Z] echo "make test" [2020-06-09T09:33:22.687Z] make test [Pipeline] } [2020-06-09T09:33:22.680Z] $ docker stop --time=1 431b127b9075777cca5810453bf2aebe9e6164dbdeee9f1ade1ae456144b6108 [2020-06-09T09:33:24.555Z] $ docker rm -f 431b127b9075777cca5810453bf2aebe9e6164dbdeee9f1ade1ae456144b6108 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-09T09:33:25.345Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-09T09:33:25.681Z] + ls -al . [2020-06-09T09:33:25.681Z] total 192 [2020-06-09T09:33:25.681Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 9 09:30 . [2020-06-09T09:33:25.681Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 9 09:30 .. [2020-06-09T09:33:25.681Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 9 09:30 .git [2020-06-09T09:33:25.681Z] -rw-rw-r-- 1 jenkins jenkins 176 Jun 9 09:30 .gitignore [2020-06-09T09:33:25.681Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 9 09:30 .semver [2020-06-09T09:33:25.681Z] -rw-rw-r-- 1 jenkins jenkins 3104 Jun 9 09:30 Attribution.txt [2020-06-09T09:33:25.681Z] -rw-rw-r-- 1 jenkins jenkins 5335 Jun 9 09:30 CHANGES [2020-06-09T09:33:25.681Z] -rw-rw-r-- 1 jenkins jenkins 108574 Jun 9 09:30 Doxyfile [2020-06-09T09:33:25.681Z] -rw-rw-r-- 1 jenkins jenkins 792 Jun 9 09:30 Jenkinsfile [2020-06-09T09:33:25.681Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jun 9 09:30 LICENSE [2020-06-09T09:33:25.681Z] -rw-rw-r-- 1 jenkins jenkins 448 Jun 9 09:30 Makefile [2020-06-09T09:33:25.681Z] -rw-rw-r-- 1 jenkins jenkins 1849 Jun 9 09:30 README.md [2020-06-09T09:33:25.681Z] -rw-rw-r-- 1 jenkins jenkins 5229 Jun 9 09:30 README.v2.md [2020-06-09T09:33:25.681Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 9 09:28 VERSION [2020-06-09T09:33:25.681Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 9 09:30 docs [2020-06-09T09:33:25.681Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 9 09:30 include [2020-06-09T09:33:25.681Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 9 09:30 scripts [2020-06-09T09:33:25.681Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 9 09:30 src [Pipeline] isUnix [Pipeline] sh [2020-06-09T09:33:26.027Z] + docker build -t docker-device-sdk-c-arm64 -f scripts/Dockerfile.alpine-3.9 --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=30b1a7a38ff7fa727602da3b16feb5ed014ed1c2 --label arch=arm64 --label version=1.2.2-dev.1 . [2020-06-09T09:33:26.301Z] Sending build context to Docker daemon 3.202MB [2020-06-09T09:33:26.575Z] Step 1/15 : ARG BASE=alpine:3.9 [2020-06-09T09:33:26.575Z] Step 2/15 : FROM ${BASE} [2020-06-09T09:33:26.575Z] ---> 8339328f6c16 [2020-06-09T09:33:26.575Z] Step 3/15 : MAINTAINER IOTech [2020-06-09T09:33:26.575Z] ---> Running in 9800e2fc3c7e [2020-06-09T09:33:27.168Z] Removing intermediate container 9800e2fc3c7e [2020-06-09T09:33:27.168Z] ---> 533b9fa64d23 [2020-06-09T09:33:27.168Z] 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-09T09:33:27.444Z] ---> Running in 7aee1920572b [2020-06-09T09:33:28.882Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-06-09T09:33:28.882Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-06-09T09:33:29.477Z] (1/21) Installing pkgconf (1.6.0-r0) [2020-06-09T09:33:29.477Z] (2/21) Installing openssl-dev (1.1.1g-r0) [2020-06-09T09:33:29.752Z] (3/21) Installing zlib-dev (1.2.11-r1) [2020-06-09T09:33:29.752Z] (4/21) Installing libssh2-dev (1.9.0-r1) [2020-06-09T09:33:30.026Z] (5/21) Installing nghttp2-dev (1.35.1-r2) [2020-06-09T09:33:30.026Z] (6/21) Installing curl-dev (7.64.0-r3) [2020-06-09T09:33:30.026Z] (7/21) Installing gnutls-c++ (3.6.7-r1) [2020-06-09T09:33:30.026Z] (8/21) Installing libgmpxx (6.1.2-r1) [2020-06-09T09:33:30.026Z] (9/21) Installing gmp-dev (6.1.2-r1) [2020-06-09T09:33:30.026Z] (10/21) Installing nettle-dev (3.4.1-r0) [2020-06-09T09:33:30.622Z] (11/21) Installing libtasn1-dev (4.14-r0) [2020-06-09T09:33:30.622Z] (12/21) Installing p11-kit-dev (0.23.14-r0) [2020-06-09T09:33:30.622Z] (13/21) Installing gnutls-dev (3.6.7-r1) [2020-06-09T09:33:30.622Z] (14/21) Installing libmicrohttpd-dev (0.9.62-r0) [2020-06-09T09:33:30.622Z] (15/21) Installing ncurses-dev (6.1_p20190105-r0) [2020-06-09T09:33:30.622Z] (16/21) Installing libblkid (2.33-r0) [2020-06-09T09:33:30.622Z] (17/21) Installing libfdisk (2.33-r0) [2020-06-09T09:33:30.622Z] (18/21) Installing libmount (2.33-r0) [2020-06-09T09:33:30.622Z] (19/21) Installing libsmartcols (2.33-r0) [2020-06-09T09:33:30.622Z] (20/21) Installing util-linux-dev (2.33-r0) [2020-06-09T09:33:30.622Z] (21/21) Installing yaml-dev (0.2.1-r0) [2020-06-09T09:33:30.622Z] Executing busybox-1.29.3-r10.trigger [2020-06-09T09:33:30.898Z] OK: 279 MiB in 83 packages [2020-06-09T09:33:34.294Z] Removing intermediate container 7aee1920572b [2020-06-09T09:33:34.294Z] ---> 68ce8da366fa [2020-06-09T09:33:34.294Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-06-09T09:33:34.892Z] ---> c04228113ba8 [2020-06-09T09:33:34.892Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-06-09T09:33:35.878Z] ---> d9c0344a2e96 [2020-06-09T09:33:35.878Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-06-09T09:33:36.151Z] ---> de3fb998447c [2020-06-09T09:33:36.151Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-06-09T09:33:37.127Z] ---> 80f721d3911d [2020-06-09T09:33:37.127Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-06-09T09:33:37.406Z] ---> d14c5963b0d9 [2020-06-09T09:33:37.406Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-06-09T09:33:38.386Z] ---> 682278639b58 [2020-06-09T09:33:38.387Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-06-09T09:33:38.387Z] ---> Running in 18a86fda623a [2020-06-09T09:33:38.658Z] Removing intermediate container 18a86fda623a [2020-06-09T09:33:38.658Z] ---> 274ae614b9b8 [2020-06-09T09:33:38.658Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-06-09T09:33:38.932Z] ---> Running in 8bc3a6979373 [2020-06-09T09:33:39.212Z] Removing intermediate container 8bc3a6979373 [2020-06-09T09:33:39.212Z] ---> d0e4fdc93505 [2020-06-09T09:33:39.212Z] Step 13/15 : LABEL arch=arm64 [2020-06-09T09:33:39.487Z] ---> Running in 1a33d8a380e1 [2020-06-09T09:33:40.084Z] Removing intermediate container 1a33d8a380e1 [2020-06-09T09:33:40.084Z] ---> d09d4896fe54 [2020-06-09T09:33:40.084Z] Step 14/15 : LABEL git_sha=30b1a7a38ff7fa727602da3b16feb5ed014ed1c2 [2020-06-09T09:33:40.084Z] ---> Running in a1486fa4b267 [2020-06-09T09:33:40.681Z] Removing intermediate container a1486fa4b267 [2020-06-09T09:33:40.681Z] ---> e6aa3431ab11 [2020-06-09T09:33:40.681Z] Step 15/15 : LABEL version=1.2.2-dev.1 [2020-06-09T09:33:40.681Z] ---> Running in f0a017b9e62b [2020-06-09T09:33:41.274Z] Removing intermediate container f0a017b9e62b [2020-06-09T09:33:41.274Z] ---> 78d1803da855 [2020-06-09T09:33:41.274Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2020-06-09T09:33:41.274Z] Successfully built 78d1803da855 [2020-06-09T09:33:41.274Z] 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-09T09:33:42.421Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-09T09:33:42.421Z] . [Pipeline] withDockerContainer [2020-06-09T09:33:42.519Z] prd-centos7-docker-4c-2g-2341 does not seem to be running inside a container [2020-06-09T09:33:42.568Z] $ 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-09T09:33:43.258Z] $ docker top c80acdff30ee8156542b08fb9d81dc1509f106e7a0ff762a9af67573b8e440a7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-09T09:33:43.474Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-09T09:33:43.474Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-09T09:33:43.661Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-09T09:33:43.667Z] $ docker exec c80acdff30ee8156542b08fb9d81dc1509f106e7a0ff762a9af67573b8e440a7 ssh-agent [2020-06-09T09:33:43.826Z] SSH_AUTH_SOCK=/tmp/ssh-fuORz0LbeeHT/agent.11 [2020-06-09T09:33:43.826Z] SSH_AGENT_PID=17 [2020-06-09T09:33:43.835Z] Running ssh-add (command line suppressed) [2020-06-09T09:33:43.956Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_8390668704456831835.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_8390668704456831835.key) [2020-06-09T09:33:44.005Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-09T09:33:44.331Z] + git semver tag [2020-06-09T09:33:44.331Z] # -> Open(): unable to determine branch for HEAD [2020-06-09T09:33:44.331Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-06-09T09:33:44.331Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-06-09T09:33:44.331Z] # $SEMVER_REMOTE_NAME = origin [2020-06-09T09:33:44.331Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-09T09:33:44.331Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-09T09:33:44.331Z] # $SEMVER_BRANCH = master [2020-06-09T09:33:44.331Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [2020-06-09T09:33:44.331Z] # 30b1a7a38ff7fa727602da3b16feb5ed014ed1c2 HEAD [2020-06-09T09:33:44.331Z] # -> Force: false [2020-06-09T09:33:44.331Z] # 5e9fe69baa8f9ec1c9d8b8f816a58016176d56fb refs/tags/v1.2.2-dev.1 [Pipeline] } [2020-06-09T09:33:44.349Z] $ docker exec --env ******** --env ******** c80acdff30ee8156542b08fb9d81dc1509f106e7a0ff762a9af67573b8e440a7 ssh-agent -k [2020-06-09T09:33:44.459Z] unset SSH_AUTH_SOCK; [2020-06-09T09:33:44.460Z] unset SSH_AGENT_PID; [2020-06-09T09:33:44.460Z] echo Agent pid 17 killed; [2020-06-09T09:33:44.503Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-09T09:33:44.895Z] + git semver [Pipeline] } [2020-06-09T09:33:44.923Z] $ docker stop --time=1 c80acdff30ee8156542b08fb9d81dc1509f106e7a0ff762a9af67573b8e440a7 [2020-06-09T09:33:46.319Z] $ docker rm -f c80acdff30ee8156542b08fb9d81dc1509f106e7a0ff762a9af67573b8e440a7 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-06-09T09:33:46.940Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-09T09:33:46.940Z] [2020-06-09T09:33:46.940Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-06-09T09:33:47.297Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-09T09:33:47.298Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-06-09T09:33:47.298Z] ab5ef0e58194: Pulling fs layer [2020-06-09T09:33:47.298Z] 9712f1f96733: Pulling fs layer [2020-06-09T09:33:47.298Z] 63f879dbbcfc: Pulling fs layer [2020-06-09T09:33:47.298Z] 0d9ebad4ef96: Pulling fs layer [2020-06-09T09:33:47.298Z] e9a5061849ea: Pulling fs layer [2020-06-09T09:33:47.298Z] d747dcd14b5f: Pulling fs layer [2020-06-09T09:33:47.298Z] 2de7ff778b66: Pulling fs layer [2020-06-09T09:33:47.298Z] 0d9ebad4ef96: Waiting [2020-06-09T09:33:47.298Z] e9a5061849ea: Waiting [2020-06-09T09:33:47.298Z] d747dcd14b5f: Waiting [2020-06-09T09:33:47.298Z] 2de7ff778b66: Waiting [2020-06-09T09:33:47.298Z] 9712f1f96733: Verifying Checksum [2020-06-09T09:33:47.298Z] 9712f1f96733: Download complete [2020-06-09T09:33:47.882Z] 63f879dbbcfc: Verifying Checksum [2020-06-09T09:33:47.882Z] 63f879dbbcfc: Download complete [2020-06-09T09:33:48.143Z] ab5ef0e58194: Download complete [2020-06-09T09:33:48.143Z] e9a5061849ea: Verifying Checksum [2020-06-09T09:33:48.143Z] e9a5061849ea: Download complete [2020-06-09T09:33:48.143Z] d747dcd14b5f: Verifying Checksum [2020-06-09T09:33:48.143Z] d747dcd14b5f: Download complete [2020-06-09T09:33:48.407Z] 0d9ebad4ef96: Verifying Checksum [2020-06-09T09:33:48.407Z] 0d9ebad4ef96: Download complete [2020-06-09T09:33:48.407Z] 2de7ff778b66: Verifying Checksum [2020-06-09T09:33:48.407Z] 2de7ff778b66: Download complete [2020-06-09T09:33:52.621Z] ab5ef0e58194: Pull complete [2020-06-09T09:33:52.621Z] 9712f1f96733: Pull complete [2020-06-09T09:33:55.171Z] 63f879dbbcfc: Pull complete [2020-06-09T09:34:01.771Z] 0d9ebad4ef96: Pull complete [2020-06-09T09:34:04.314Z] e9a5061849ea: Pull complete [2020-06-09T09:34:04.314Z] d747dcd14b5f: Pull complete [2020-06-09T09:34:06.229Z] 2de7ff778b66: Pull complete [2020-06-09T09:34:06.229Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-06-09T09:34:06.229Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-09T09:34:06.229Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-06-09T09:34:06.340Z] prd-centos7-docker-4c-2g-2341 does not seem to be running inside a container [2020-06-09T09:34:06.378Z] $ 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-09T09:34:10.199Z] $ docker top 1fdeb943c85f9001b560da29eeeb618d007aba1ccd47c4db16f819f55027159e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-06-09T09:34:10.333Z] provisioning config files... [2020-06-09T09:34:10.346Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config1389012885213386397tmp [2020-06-09T09:34:10.361Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config5764132703402845102tmp [2020-06-09T09:34:10.373Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config7502990576495856268tmp [Pipeline] { [Pipeline] echo [2020-06-09T09:34:10.400Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-09T09:34:10.697Z] ---> sigul-configuration.sh [2020-06-09T09:34:10.697Z] gpg: directory `/root/.gnupg' created [2020-06-09T09:34:10.697Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-06-09T09:34:10.697Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-06-09T09:34:10.697Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-06-09T09:34:10.697Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-06-09T09:34:10.697Z] gpg: CAST5 encrypted data [2020-06-09T09:34:10.958Z] gpg: encrypted with 1 passphrase [2020-06-09T09:34:10.958Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-06-09T09:34:11.253Z] + mkdir /home/jenkins [2020-06-09T09:34:11.254Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-06-09T09:34:11.544Z] + 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-09T09:34:11.553Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-09T09:34:11.846Z] ---> sigul-install.sh [2020-06-09T09:34:17.132Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-06-09T09:34:17.436Z] + git tag --list [2020-06-09T09:34:17.437Z] v1.2.2-dev.1 [Pipeline] sh [2020-06-09T09:34:17.735Z] + lftools sign git-tag v1.2.2-dev.1 [2020-06-09T09:34:19.123Z] Signing Git tag with Sigul... [2020-06-09T09:34:19.123Z] Signing v1.2.2-dev.1 [Pipeline] echo [2020-06-09T09:34:20.092Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-09T09:34:20.394Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-06-09T09:34:20.404Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-06-09T09:34:20.459Z] $ docker stop --time=1 1fdeb943c85f9001b560da29eeeb618d007aba1ccd47c4db16f819f55027159e [2020-06-09T09:34:22.217Z] $ docker rm -f 1fdeb943c85f9001b560da29eeeb618d007aba1ccd47c4db16f819f55027159e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-06-09T09:34:22.781Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-09T09:34:22.782Z] . [Pipeline] withDockerContainer [2020-06-09T09:34:22.870Z] prd-centos7-docker-4c-2g-2341 does not seem to be running inside a container [2020-06-09T09:34:22.910Z] $ 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-09T09:34:23.637Z] $ docker top 43a5a6acb7aa4ad096f06bf9ed9a0fa2e7cc470d48deb5733157ed6e57f8e7d1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-09T09:34:23.871Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-09T09:34:23.871Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-09T09:34:24.077Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-09T09:34:24.084Z] $ docker exec 43a5a6acb7aa4ad096f06bf9ed9a0fa2e7cc470d48deb5733157ed6e57f8e7d1 ssh-agent [2020-06-09T09:34:24.239Z] SSH_AUTH_SOCK=/tmp/ssh-O1wRkx7b2Tlb/agent.12 [2020-06-09T09:34:24.239Z] SSH_AGENT_PID=17 [2020-06-09T09:34:24.245Z] Running ssh-add (command line suppressed) [2020-06-09T09:34:24.368Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_6998689833779068603.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_6998689833779068603.key) [2020-06-09T09:34:24.420Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-09T09:34:24.728Z] + git semver bump pre [2020-06-09T09:34:24.728Z] # -> Open(): unable to determine branch for HEAD [2020-06-09T09:34:24.728Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-06-09T09:34:24.728Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-06-09T09:34:24.728Z] # $SEMVER_REMOTE_NAME = origin [2020-06-09T09:34:24.728Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-09T09:34:24.728Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-09T09:34:24.728Z] # $SEMVER_BRANCH = master [2020-06-09T09:34:24.728Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [2020-06-09T09:34:24.728Z] 1.2.2-dev.2 [Pipeline] } [2020-06-09T09:34:24.741Z] $ docker exec --env ******** --env ******** 43a5a6acb7aa4ad096f06bf9ed9a0fa2e7cc470d48deb5733157ed6e57f8e7d1 ssh-agent -k [2020-06-09T09:34:24.855Z] unset SSH_AUTH_SOCK; [2020-06-09T09:34:24.855Z] unset SSH_AGENT_PID; [2020-06-09T09:34:24.855Z] echo Agent pid 17 killed; [2020-06-09T09:34:24.897Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-09T09:34:25.255Z] + git semver [Pipeline] } [2020-06-09T09:34:25.272Z] $ docker stop --time=1 43a5a6acb7aa4ad096f06bf9ed9a0fa2e7cc470d48deb5733157ed6e57f8e7d1 [2020-06-09T09:34:26.644Z] $ docker rm -f 43a5a6acb7aa4ad096f06bf9ed9a0fa2e7cc470d48deb5733157ed6e57f8e7d1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-09T09:34:27.111Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-09T09:34:27.112Z] . [Pipeline] withDockerContainer [2020-06-09T09:34:27.214Z] prd-centos7-docker-4c-2g-2341 does not seem to be running inside a container [2020-06-09T09:34:27.269Z] $ 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-09T09:34:27.845Z] $ docker top 865e4e1401aa5a623d3de4d5d8dab8c2b9f667afc767c1b29706fe87eb490c9f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-09T09:34:28.027Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-09T09:34:28.027Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-09T09:34:28.189Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-09T09:34:28.196Z] $ docker exec 865e4e1401aa5a623d3de4d5d8dab8c2b9f667afc767c1b29706fe87eb490c9f ssh-agent [2020-06-09T09:34:28.359Z] SSH_AUTH_SOCK=/tmp/ssh-OlBa7vlcUkN7/agent.11 [2020-06-09T09:34:28.359Z] SSH_AGENT_PID=16 [2020-06-09T09:34:28.367Z] Running ssh-add (command line suppressed) [2020-06-09T09:34:28.487Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_1667981050243830675.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_1667981050243830675.key) [2020-06-09T09:34:28.535Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-09T09:34:28.846Z] + git semver push [2020-06-09T09:34:28.846Z] # -> Open(): unable to determine branch for HEAD [2020-06-09T09:34:28.846Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-06-09T09:34:28.846Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-06-09T09:34:28.846Z] # $SEMVER_REMOTE_NAME = origin [2020-06-09T09:34:28.846Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-09T09:34:28.846Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-09T09:34:28.846Z] # $SEMVER_BRANCH = master [2020-06-09T09:34:28.846Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [Pipeline] } [2020-06-09T09:34:36.995Z] $ docker exec --env ******** --env ******** 865e4e1401aa5a623d3de4d5d8dab8c2b9f667afc767c1b29706fe87eb490c9f ssh-agent -k [2020-06-09T09:34:37.107Z] unset SSH_AUTH_SOCK; [2020-06-09T09:34:37.107Z] unset SSH_AGENT_PID; [2020-06-09T09:34:37.107Z] echo Agent pid 16 killed; [2020-06-09T09:34:37.150Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-09T09:34:37.505Z] + git semver [Pipeline] } [2020-06-09T09:34:37.523Z] $ docker stop --time=1 865e4e1401aa5a623d3de4d5d8dab8c2b9f667afc767c1b29706fe87eb490c9f [2020-06-09T09:34:38.851Z] $ docker rm -f 865e4e1401aa5a623d3de4d5d8dab8c2b9f667afc767c1b29706fe87eb490c9f [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-09T09:34:39.469Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-09T09:34:40.025Z] ---> package-listing.sh [2020-06-09T09:34:40.025Z] ++ facter osfamily [2020-06-09T09:34:40.025Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-09T09:34:40.025Z] + OS_FAMILY=redhat [2020-06-09T09:34:40.025Z] + workspace=/w/workspace/edgexfoundry_device-sdk-c_master [2020-06-09T09:34:40.025Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-09T09:34:40.025Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-09T09:34:40.025Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-09T09:34:40.025Z] + PACKAGES=/tmp/packages_start.txt [2020-06-09T09:34:40.025Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_master ']' [2020-06-09T09:34:40.025Z] + PACKAGES=/tmp/packages_end.txt [2020-06-09T09:34:40.025Z] + case "${OS_FAMILY}" in [2020-06-09T09:34:40.025Z] + rpm -qa [2020-06-09T09:34:40.025Z] + sort [2020-06-09T09:34:44.225Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-09T09:34:44.226Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-09T09:34:44.226Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-09T09:34:44.226Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_master ']' [2020-06-09T09:34:44.226Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_master/archives/ [2020-06-09T09:34:44.226Z] + 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-09T09:34:44.853Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-09T09:34:44.853Z] [2020-06-09T09:34:44.853Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-09T09:34:45.165Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-09T09:34:45.166Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-09T09:34:45.166Z] c9b1b535fdd9: Pulling fs layer [2020-06-09T09:34:45.166Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-09T09:34:45.166Z] 756a868c4378: Pulling fs layer [2020-06-09T09:34:45.166Z] 444b2fc9a129: Pulling fs layer [2020-06-09T09:34:45.166Z] ea15f1150254: Pulling fs layer [2020-06-09T09:34:45.166Z] 41b27a9f41bf: Pulling fs layer [2020-06-09T09:34:45.166Z] 28c525ee5125: Pulling fs layer [2020-06-09T09:34:45.166Z] 094b1ea09ed8: Pulling fs layer [2020-06-09T09:34:45.166Z] 138eaada9080: Pulling fs layer [2020-06-09T09:34:45.166Z] 0622d0fa9048: Pulling fs layer [2020-06-09T09:34:45.166Z] 41b27a9f41bf: Waiting [2020-06-09T09:34:45.166Z] 28c525ee5125: Waiting [2020-06-09T09:34:45.166Z] 094b1ea09ed8: Waiting [2020-06-09T09:34:45.166Z] 138eaada9080: Waiting [2020-06-09T09:34:45.166Z] 0622d0fa9048: Waiting [2020-06-09T09:34:45.166Z] 444b2fc9a129: Waiting [2020-06-09T09:34:45.166Z] ea15f1150254: Waiting [2020-06-09T09:34:45.166Z] 2cc5ad85d9ab: Verifying Checksum [2020-06-09T09:34:45.166Z] 2cc5ad85d9ab: Download complete [2020-06-09T09:34:45.166Z] 444b2fc9a129: Verifying Checksum [2020-06-09T09:34:45.166Z] 444b2fc9a129: Download complete [2020-06-09T09:34:45.166Z] c9b1b535fdd9: Verifying Checksum [2020-06-09T09:34:45.166Z] c9b1b535fdd9: Download complete [2020-06-09T09:34:45.166Z] ea15f1150254: Verifying Checksum [2020-06-09T09:34:45.166Z] ea15f1150254: Download complete [2020-06-09T09:34:45.432Z] 28c525ee5125: Verifying Checksum [2020-06-09T09:34:45.432Z] 28c525ee5125: Download complete [2020-06-09T09:34:45.432Z] c9b1b535fdd9: Pull complete [2020-06-09T09:34:45.704Z] 756a868c4378: Verifying Checksum [2020-06-09T09:34:45.704Z] 756a868c4378: Download complete [2020-06-09T09:34:45.704Z] 2cc5ad85d9ab: Pull complete [2020-06-09T09:34:45.704Z] 138eaada9080: Verifying Checksum [2020-06-09T09:34:45.704Z] 138eaada9080: Download complete [2020-06-09T09:34:45.970Z] 0622d0fa9048: Verifying Checksum [2020-06-09T09:34:45.970Z] 0622d0fa9048: Download complete [2020-06-09T09:34:45.970Z] 094b1ea09ed8: Verifying Checksum [2020-06-09T09:34:45.970Z] 094b1ea09ed8: Download complete [2020-06-09T09:34:46.236Z] 41b27a9f41bf: Verifying Checksum [2020-06-09T09:34:46.236Z] 41b27a9f41bf: Download complete [2020-06-09T09:34:47.186Z] 756a868c4378: Pull complete [2020-06-09T09:34:47.186Z] 444b2fc9a129: Pull complete [2020-06-09T09:34:47.448Z] ea15f1150254: Pull complete [2020-06-09T09:34:51.657Z] 41b27a9f41bf: Pull complete [2020-06-09T09:34:51.657Z] 28c525ee5125: Pull complete [2020-06-09T09:34:53.587Z] 094b1ea09ed8: Pull complete [2020-06-09T09:34:53.587Z] 138eaada9080: Pull complete [2020-06-09T09:34:53.848Z] 0622d0fa9048: Pull complete [2020-06-09T09:34:53.848Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-09T09:34:53.848Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-09T09:34:53.848Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-09T09:34:53.964Z] prd-centos7-docker-4c-2g-2341 does not seem to be running inside a container [2020-06-09T09:34:54.008Z] $ 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-09T09:34:56.008Z] $ docker top 5f9f61615d3e21ff7f5f03c99a3c7c31ea441f547b4b62f82373a6cd02c52322 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-09T09:34:56.161Z] provisioning config files... [2020-06-09T09:34:56.176Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config683355703984741661tmp [Pipeline] { [Pipeline] echo [2020-06-09T09:34:56.209Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-09T09:34:56.509Z] ---> create-netrc.sh [Pipeline] echo [2020-06-09T09:34:56.518Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-09T09:34:56.808Z] ---> logs-deploy.sh [2020-06-09T09:34:56.808Z] + ARCHIVE_ARTIFACTS= [2020-06-09T09:34:56.808Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-09T09:34:56.808Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-09T09:34:56.808Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-09T09:34:56.808Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/master/25 [2020-06-09T09:34:56.808Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-c/job/master/25/ [2020-06-09T09:34:56.808Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/master/25 /w/workspace/edgexfoundry_device-sdk-c_master [2020-06-09T09:34:57.749Z] Archives upload complete. [2020-06-09T09:34:57.749Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/master/25 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-c/job/master/25/