Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e04f6c7b98e5d4f437d89dd93d473807ba88ad5c Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildCApp] RAW Config: [project:device-sdk-c, dockerBuildFilePath:scripts/Dockerfile.alpine-3.11-base, dockerFilePath:scripts/Dockerfile.alpine-3.11, pushImage:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildCApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-c-settings PROJECT: device-sdk-c USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest DOCKER_FILE_PATH: scripts/Dockerfile.alpine-3.11 DOCKER_BUILD_FILE_PATH: scripts/Dockerfile.alpine-3.11-base DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-c DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-2065 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-sdk-c.git > git init /w/workspace/edgexfoundry_device-sdk-c_master # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision e04f6c7b98e5d4f437d89dd93d473807ba88ad5c (master) > git config core.sparsecheckout # timeout=10 > git checkout -f e04f6c7b98e5d4f437d89dd93d473807ba88ad5c # timeout=10 Commit message: "Merge pull request #290 from iain-anderson/issue-289" > git rev-list --no-walk 9c0de402545274b3da95384647b9f4cefe5341d6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-04T16:40:32.850Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-04T16:40:33.056Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-04T16:40:33.127Z] ========================================================= [2020-08-04T16:40:33.127Z] EdgeX Global Pipelines Version Info [2020-08-04T16:40:33.127Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-04T16:40:34.766Z] ------------------- [2020-08-04T16:40:34.766Z] stable info: [2020-08-04T16:40:34.766Z] ------------------- [2020-08-04T16:40:34.766Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-04T16:40:34.766Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-04T16:40:34.766Z] Message: update stable to v1.0.106 [2020-08-04T16:40:35.709Z] ------------------- [2020-08-04T16:40:35.709Z] experimental info: [2020-08-04T16:40:35.709Z] ------------------- [2020-08-04T16:40:35.709Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-04T16:40:35.709Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-04T16:40:35.709Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-08-04T16:40:37.870Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-04T16:40:37.870Z] [2020-08-04T16:40:37.870Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-04T16:40:38.204Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-04T16:40:38.204Z] latest: Pulling from edgex-devops/git-semver [2020-08-04T16:40:38.204Z] 31603596830f: Pulling fs layer [2020-08-04T16:40:38.204Z] 2a8b12db71e7: Pulling fs layer [2020-08-04T16:40:38.204Z] 6ca5941a6612: Pulling fs layer [2020-08-04T16:40:38.204Z] ecc8261a40a4: Pulling fs layer [2020-08-04T16:40:38.204Z] ecc8261a40a4: Waiting [2020-08-04T16:40:38.204Z] 2a8b12db71e7: Verifying Checksum [2020-08-04T16:40:38.204Z] 2a8b12db71e7: Download complete [2020-08-04T16:40:38.471Z] 31603596830f: Verifying Checksum [2020-08-04T16:40:38.471Z] 31603596830f: Download complete [2020-08-04T16:40:38.471Z] 6ca5941a6612: Verifying Checksum [2020-08-04T16:40:38.471Z] 6ca5941a6612: Download complete [2020-08-04T16:40:38.471Z] ecc8261a40a4: Verifying Checksum [2020-08-04T16:40:38.471Z] ecc8261a40a4: Download complete [2020-08-04T16:40:38.731Z] 31603596830f: Pull complete [2020-08-04T16:40:38.731Z] 2a8b12db71e7: Pull complete [2020-08-04T16:40:39.682Z] 6ca5941a6612: Pull complete [2020-08-04T16:40:39.682Z] ecc8261a40a4: Pull complete [2020-08-04T16:40:39.682Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-04T16:40:39.682Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-04T16:40:39.682Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-04T16:40:39.782Z] prd-centos7-docker-4c-2g-2065 does not seem to be running inside a container [2020-08-04T16:40:39.821Z] $ 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-08-04T16:40:41.661Z] $ docker top 7744393aac901a0c6f4abf38761f49942d2ea1964344238178b067c6fe522383 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-04T16:40:41.898Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-04T16:40:41.898Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-04T16:40:42.107Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-04T16:40:42.111Z] $ docker exec 7744393aac901a0c6f4abf38761f49942d2ea1964344238178b067c6fe522383 ssh-agent [2020-08-04T16:40:42.278Z] SSH_AUTH_SOCK=/tmp/ssh-YjhMG0LMS6p1/agent.12 [2020-08-04T16:40:42.278Z] SSH_AGENT_PID=17 [2020-08-04T16:40:42.289Z] Running ssh-add (command line suppressed) [2020-08-04T16:40:42.403Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_8709598395688144809.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_8709598395688144809.key) [2020-08-04T16:40:42.450Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-04T16:40:42.786Z] + git describe --exact-match --tags HEAD [2020-08-04T16:40:42.786Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-04T16:40:42.840Z] $ docker exec --env ******** --env ******** 7744393aac901a0c6f4abf38761f49942d2ea1964344238178b067c6fe522383 ssh-agent -k [2020-08-04T16:40:42.946Z] unset SSH_AUTH_SOCK; [2020-08-04T16:40:42.946Z] unset SSH_AGENT_PID; [2020-08-04T16:40:42.946Z] echo Agent pid 17 killed; [2020-08-04T16:40:42.988Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-04T16:40:43.087Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-04T16:40:43.088Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-04T16:40:43.170Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-04T16:40:43.171Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-04T16:40:43.324Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-04T16:40:43.328Z] $ docker exec 7744393aac901a0c6f4abf38761f49942d2ea1964344238178b067c6fe522383 ssh-agent [2020-08-04T16:40:43.478Z] SSH_AUTH_SOCK=/tmp/ssh-FRPIWPaL76Ai/agent.45 [2020-08-04T16:40:43.478Z] SSH_AGENT_PID=50 [2020-08-04T16:40:43.484Z] Running ssh-add (command line suppressed) [2020-08-04T16:40:43.593Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_2010234929076249451.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_2010234929076249451.key) [2020-08-04T16:40:43.638Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-04T16:40:43.956Z] + git semver init [2020-08-04T16:40:43.956Z] # -> Open(): unable to determine branch for HEAD [2020-08-04T16:40:43.957Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-08-04T16:40:43.957Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-08-04T16:40:43.957Z] # $SEMVER_REMOTE_NAME = origin [2020-08-04T16:40:43.957Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-04T16:40:43.957Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-04T16:40:43.957Z] # $SEMVER_BRANCH = master [2020-08-04T16:40:43.957Z] # $SEMVER_TEMP = /tmp/semver-957686397 [2020-08-04T16:40:43.957Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-c.git $SEMVER_TEMP [2020-08-04T16:40:45.339Z] # '/tmp/semver-957686397' -> '/w/workspace/edgexfoundry_device-sdk-c_master/.semver' [2020-08-04T16:40:45.339Z] # -> Force: false [2020-08-04T16:40:45.339Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [Pipeline] } [2020-08-04T16:40:45.350Z] $ docker exec --env ******** --env ******** 7744393aac901a0c6f4abf38761f49942d2ea1964344238178b067c6fe522383 ssh-agent -k [2020-08-04T16:40:45.468Z] unset SSH_AUTH_SOCK; [2020-08-04T16:40:45.469Z] unset SSH_AGENT_PID; [2020-08-04T16:40:45.469Z] echo Agent pid 50 killed; [2020-08-04T16:40:45.512Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-04T16:40:46.037Z] + git semver [Pipeline] } [2020-08-04T16:40:46.052Z] $ docker stop --time=1 7744393aac901a0c6f4abf38761f49942d2ea1964344238178b067c6fe522383 [2020-08-04T16:40:47.410Z] $ docker rm -f 7744393aac901a0c6f4abf38761f49942d2ea1964344238178b067c6fe522383 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-04T16:40:48.258Z] Stashed 25 file(s) [Pipeline] echo [2020-08-04T16:40:48.260Z] [edgeXSemver] initialized semver on version 1.3.0-dev.3 [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-08-04T16:41:03.613Z] Still waiting to schedule task [2020-08-04T16:41:03.613Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-2065’ [2020-08-04T16:41:03.615Z] Still waiting to schedule task [2020-08-04T16:41:03.615Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-04T16:42:34.689Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2066 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] ws [2020-08-04T16:42:34.731Z] Running in /w/workspace/device-sdk-c/39 [Pipeline] { [Pipeline] checkout [2020-08-04T16:42:39.623Z] using credential edgex-jenkins-ssh [2020-08-04T16:42:39.675Z] Cloning the remote Git repository [2020-08-04T16:42:39.675Z] Cloning with configured refspecs honoured and without tags [2020-08-04T16:42:39.735Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-08-04T16:42:39.839Z] > git init /w/workspace/device-sdk-c/39 # timeout=10 [2020-08-04T16:42:39.907Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-08-04T16:42:39.908Z] > git --version # timeout=10 [2020-08-04T16:42:39.931Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-04T16:42:41.032Z] Fetching without tags [2020-08-04T16:42:40.006Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-04T16:42:40.966Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-08-04T16:42:40.985Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-04T16:42:41.015Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-08-04T16:42:41.040Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-08-04T16:42:41.040Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-04T16:42:41.051Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-04T16:42:41.531Z] Checking out Revision e04f6c7b98e5d4f437d89dd93d473807ba88ad5c (master) [2020-08-04T16:42:41.549Z] > git config core.sparsecheckout # timeout=10 [2020-08-04T16:42:41.565Z] > git checkout -f e04f6c7b98e5d4f437d89dd93d473807ba88ad5c # timeout=10 [2020-08-04T16:42:45.967Z] Commit message: "Merge pull request #290 from iain-anderson/issue-289" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-04T16:42:47.240Z] ========================================================= [2020-08-04T16:42:47.240Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] [2020-08-04T16:42:47.240Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-04T16:42:48.243Z] + docker build -t ci-base-image-arm64 -f scripts/Dockerfile.alpine-3.11-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest . [2020-08-04T16:42:49.226Z] Sending build context to Docker daemon 3.454MB [2020-08-04T16:42:49.226Z] Step 1/21 : ARG BASE=alpine:3.11 [2020-08-04T16:42:49.226Z] Step 2/21 : FROM ${BASE} as builder [2020-08-04T16:42:49.564Z] latest: Pulling from edgex-devops/edgex-gcc-base-arm64 [2020-08-04T16:42:49.564Z] 0362ad1dd800: Pulling fs layer [2020-08-04T16:42:49.564Z] f2cdb1532d8b: Pulling fs layer [2020-08-04T16:42:49.564Z] 37ed683be191: Pulling fs layer [2020-08-04T16:42:49.564Z] f2cdb1532d8b: Download complete [2020-08-04T16:42:49.564Z] 0362ad1dd800: Verifying Checksum [2020-08-04T16:42:49.564Z] 0362ad1dd800: Download complete [2020-08-04T16:42:50.556Z] 0362ad1dd800: Pull complete [2020-08-04T16:42:50.830Z] f2cdb1532d8b: Pull complete [2020-08-04T16:42:51.802Z] 37ed683be191: Verifying Checksum [2020-08-04T16:42:51.802Z] 37ed683be191: Download complete [2020-08-04T16:43:01.952Z] 37ed683be191: Pull complete [2020-08-04T16:43:01.952Z] Digest: sha256:f3a502aba7c4a8aa4a4fcde21dbb9db33787f3779e80dd14fb3ea60ab67de23f [2020-08-04T16:43:01.952Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest [2020-08-04T16:43:01.952Z] ---> b23d30803547 [2020-08-04T16:43:01.952Z] 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-08-04T16:43:02.551Z] ---> Running in d535dfff8da5 [2020-08-04T16:43:04.535Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-08-04T16:43:05.138Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-08-04T16:43:06.108Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-08-04T16:43:06.109Z] (2/8) Installing libuuid (2.33-r0) [2020-08-04T16:43:06.109Z] (3/8) Installing libblkid (2.33-r0) [2020-08-04T16:43:06.380Z] (4/8) Installing libfdisk (2.33-r0) [2020-08-04T16:43:06.380Z] (5/8) Installing libmount (2.33-r0) [2020-08-04T16:43:06.654Z] (6/8) Installing libsmartcols (2.33-r0) [2020-08-04T16:43:06.654Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-08-04T16:43:07.630Z] (8/8) Installing wget (1.20.3-r0) [2020-08-04T16:43:07.630Z] Executing busybox-1.29.3-r10.trigger [2020-08-04T16:43:07.630Z] OK: 285 MiB in 83 packages [2020-08-04T16:43:09.065Z] Removing intermediate container d535dfff8da5 [2020-08-04T16:43:09.065Z] ---> b0a6daaaa4b9 [2020-08-04T16:43:09.065Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-08-04T16:43:09.339Z] ---> Running in 0bba437b7f14 [2020-08-04T16:43:09.933Z] Removing intermediate container 0bba437b7f14 [2020-08-04T16:43:09.933Z] ---> dbbeb87a432d [2020-08-04T16:43:09.933Z] 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-08-04T16:43:09.933Z] ---> Running in 11c423c12752 [2020-08-04T16:43:11.364Z] --2020-08-04 16:43:11-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-08-04T16:43:11.364Z] Resolving github.com... 140.82.113.3 [2020-08-04T16:43:11.364Z] Connecting to github.com|140.82.113.3|:443... connected. [2020-08-04T16:43:11.636Z] HTTP request sent, awaiting response... 302 Found [2020-08-04T16:43:11.636Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-08-04T16:43:11.636Z] --2020-08-04 16:43:11-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-08-04T16:43:11.636Z] Resolving codeload.github.com... 140.82.112.10 [2020-08-04T16:43:11.636Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2020-08-04T16:43:11.912Z] HTTP request sent, awaiting response... 200 OK [2020-08-04T16:43:11.912Z] Length: unspecified [application/x-gzip] [2020-08-04T16:43:11.912Z] Saving to: 'STDOUT' [2020-08-04T16:43:11.912Z]  [2020-08-04T16:43:11.912Z] 0K .......... .......... .......... .......... .......... 1.36M [2020-08-04T16:43:11.912Z] 50K .......... .......... .......... .......... .......... 2.56M [2020-08-04T16:43:11.912Z] 100K .......... .......... .......... .......... .......... 2.70M [2020-08-04T16:43:11.912Z] 150K .......... .......... .......... .......... .......... 10.6M [2020-08-04T16:43:11.912Z] 200K .......... .......... .......... .......... .......... 9.93M [2020-08-04T16:43:11.912Z] 250K .......... .......... .......... .......... .......... 3.39M [2020-08-04T16:43:11.912Z] 300K .......... .......... .......... .......... .......... 3.29M [2020-08-04T16:43:11.912Z] 350K .......... .......... .......... .......... .......... 5.24M [2020-08-04T16:43:11.912Z] 400K .......... .......... .......... .......... .......... 3.81M [2020-08-04T16:43:11.912Z] 450K .......... .......... .......... .......... .......... 3.95M [2020-08-04T16:43:11.912Z] 500K .......... .......... .......... .......... .......... 7.02M [2020-08-04T16:43:11.912Z] 550K .......... .......... .......... .......... .......... 3.15M [2020-08-04T16:43:11.912Z] 600K .......... .......... .......... .......... .......... 806K [2020-08-04T16:43:11.912Z] 650K .......... .......... .......... .......... .......... 2.24M [2020-08-04T16:43:11.912Z] 700K .. 8.83M=0.3s [2020-08-04T16:43:11.912Z] [2020-08-04T16:43:11.912Z] 2020-08-04 16:43:11 (2.71 MB/s) - written to stdout [719348] [2020-08-04T16:43:11.912Z] [2020-08-04T16:43:12.507Z] -- The C compiler identification is GNU 8.3.0 [2020-08-04T16:43:12.507Z] -- The CXX compiler identification is GNU 8.3.0 [2020-08-04T16:43:12.507Z] -- Check for working C compiler: /usr/bin/cc [2020-08-04T16:43:12.787Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-08-04T16:43:12.787Z] -- Detecting C compiler ABI info [2020-08-04T16:43:13.060Z] -- Detecting C compiler ABI info - done [2020-08-04T16:43:13.060Z] -- Detecting C compile features [2020-08-04T16:43:14.036Z] -- Detecting C compile features - done [2020-08-04T16:43:14.036Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-08-04T16:43:14.036Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-08-04T16:43:14.036Z] -- Detecting CXX compiler ABI info [2020-08-04T16:43:14.309Z] -- Detecting CXX compiler ABI info - done [2020-08-04T16:43:14.309Z] -- Detecting CXX compile features [2020-08-04T16:43:16.288Z] -- Detecting CXX compile features - done [2020-08-04T16:43:16.288Z] -- Looking for include file endian.h [2020-08-04T16:43:16.288Z] -- Looking for include file endian.h - found [2020-08-04T16:43:16.288Z] -- Check if the system is big endian [2020-08-04T16:43:16.288Z] -- Searching 16 bit integer [2020-08-04T16:43:16.288Z] -- Looking for sys/types.h [2020-08-04T16:43:16.567Z] -- Looking for sys/types.h - found [2020-08-04T16:43:16.567Z] -- Looking for stdint.h [2020-08-04T16:43:16.567Z] -- Looking for stdint.h - found [2020-08-04T16:43:16.567Z] -- Looking for stddef.h [2020-08-04T16:43:16.839Z] -- Looking for stddef.h - found [2020-08-04T16:43:16.839Z] -- Check size of unsigned short [2020-08-04T16:43:17.112Z] -- Check size of unsigned short - done [2020-08-04T16:43:17.112Z] -- Using unsigned short [2020-08-04T16:43:17.384Z] -- Check if the system is big endian - little endian [2020-08-04T16:43:17.384Z] -- Check size of size_t [2020-08-04T16:43:17.656Z] -- Check size of size_t - done [2020-08-04T16:43:17.656Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-08-04T16:43:17.656Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-08-04T16:43:17.656Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-08-04T16:43:17.656Z] CMake did not find one. [2020-08-04T16:43:17.656Z] [2020-08-04T16:43:17.656Z] Could not find a package configuration file provided by "cJSON" with any of [2020-08-04T16:43:17.656Z] the following names: [2020-08-04T16:43:17.656Z] [2020-08-04T16:43:17.656Z] cJSONConfig.cmake [2020-08-04T16:43:17.656Z] cjson-config.cmake [2020-08-04T16:43:17.656Z] [2020-08-04T16:43:17.656Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-08-04T16:43:17.656Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-08-04T16:43:17.656Z] provides a separate development package or SDK, be sure it has been [2020-08-04T16:43:17.656Z] installed. [2020-08-04T16:43:17.656Z] [2020-08-04T16:43:17.656Z] [2020-08-04T16:43:17.656Z] -- Configuring done [2020-08-04T16:43:17.928Z] -- Generating done [2020-08-04T16:43:17.928Z] -- Build files have been written to: /tmp/cbor [2020-08-04T16:43:18.201Z] Scanning dependencies of target cbor_shared [2020-08-04T16:43:18.201Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-08-04T16:43:18.796Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-08-04T16:43:19.388Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-08-04T16:43:19.660Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-08-04T16:43:20.254Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-08-04T16:43:20.532Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-08-04T16:43:20.807Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-08-04T16:43:20.807Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-08-04T16:43:21.080Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-08-04T16:43:21.356Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-08-04T16:43:21.962Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-08-04T16:43:22.233Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-08-04T16:43:22.505Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-08-04T16:43:23.103Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-08-04T16:43:23.374Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-08-04T16:43:23.374Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-08-04T16:43:23.647Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-08-04T16:43:23.920Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-08-04T16:43:24.193Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-08-04T16:43:24.464Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-08-04T16:43:24.736Z] [ 40%] Linking C shared library libcbor.so [2020-08-04T16:43:24.736Z] [ 40%] Built target cbor_shared [2020-08-04T16:43:24.736Z] Scanning dependencies of target cbor [2020-08-04T16:43:25.008Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-08-04T16:43:25.600Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-08-04T16:43:26.192Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-08-04T16:43:26.463Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-08-04T16:43:27.437Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-08-04T16:43:27.716Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-08-04T16:43:27.989Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-08-04T16:43:28.260Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-08-04T16:43:28.260Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-08-04T16:43:28.855Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-08-04T16:43:29.455Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-08-04T16:43:29.727Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-08-04T16:43:29.860Z] Running on prd-centos7-docker-4c-2g-2067 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] ws [2020-08-04T16:43:29.905Z] Running in /w/workspace/device-sdk-c/39 [Pipeline] { [Pipeline] checkout [2020-08-04T16:43:29.999Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-08-04T16:43:30.595Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-08-04T16:43:30.595Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-08-04T16:43:30.868Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-08-04T16:43:31.138Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-08-04T16:43:31.409Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-08-04T16:43:31.683Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-08-04T16:43:31.957Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-08-04T16:43:32.228Z] [ 80%] Linking C static library libcbor.a [2020-08-04T16:43:32.228Z] [ 80%] Built target cbor [2020-08-04T16:43:32.228Z] Scanning dependencies of target create_items [2020-08-04T16:43:32.228Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-08-04T16:43:32.274Z] using credential edgex-jenkins-ssh [2020-08-04T16:43:32.368Z] Cloning the remote Git repository [2020-08-04T16:43:32.368Z] Cloning with configured refspecs honoured and without tags [2020-08-04T16:43:32.506Z] [ 84%] Linking C executable create_items [2020-08-04T16:43:32.506Z] [ 84%] Built target create_items [2020-08-04T16:43:32.506Z] Scanning dependencies of target readfile [2020-08-04T16:43:32.506Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-08-04T16:43:32.785Z] [ 88%] Linking C executable readfile [2020-08-04T16:43:32.785Z] [ 88%] Built target readfile [2020-08-04T16:43:32.785Z] Scanning dependencies of target streaming_parser [2020-08-04T16:43:32.785Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-08-04T16:43:33.057Z] [ 92%] Linking C executable streaming_parser [2020-08-04T16:43:33.106Z] Fetching without tags [2020-08-04T16:43:33.327Z] [ 92%] Built target streaming_parser [2020-08-04T16:43:33.328Z] Scanning dependencies of target sort [2020-08-04T16:43:33.328Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-08-04T16:43:33.328Z] [ 96%] Linking C executable sort [2020-08-04T16:43:32.392Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-08-04T16:43:32.459Z] > git init /w/workspace/device-sdk-c/39 # timeout=10 [2020-08-04T16:43:32.509Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-08-04T16:43:32.510Z] > git --version # timeout=10 [2020-08-04T16:43:32.518Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-04T16:43:32.546Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-04T16:43:33.072Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-08-04T16:43:33.078Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-04T16:43:33.097Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-08-04T16:43:33.107Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-08-04T16:43:33.107Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-04T16:43:33.111Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-04T16:43:33.542Z] Checking out Revision e04f6c7b98e5d4f437d89dd93d473807ba88ad5c (master) [2020-08-04T16:43:33.599Z] [ 96%] Built target sort [2020-08-04T16:43:33.599Z] Scanning dependencies of target hello [2020-08-04T16:43:33.599Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-08-04T16:43:33.599Z] [100%] Linking C executable hello [2020-08-04T16:43:33.872Z] [100%] Built target hello [2020-08-04T16:43:33.872Z] Install the project... [2020-08-04T16:43:33.872Z] -- Install configuration: "Release" [2020-08-04T16:43:33.872Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-08-04T16:43:33.872Z] -- Installing: /usr/local/lib64/libcbor.a [2020-08-04T16:43:33.872Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-08-04T16:43:33.872Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-08-04T16:43:33.872Z] -- Installing: /usr/local/lib64/libcbor.so [2020-08-04T16:43:33.872Z] -- Up-to-date: /usr/local/include/cbor [2020-08-04T16:43:33.872Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-08-04T16:43:33.872Z] -- Installing: /usr/local/include/cbor/ints.h [2020-08-04T16:43:33.872Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-08-04T16:43:33.872Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-08-04T16:43:33.872Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-08-04T16:43:33.872Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-08-04T16:43:33.872Z] -- Installing: /usr/local/include/cbor/data.h [2020-08-04T16:43:33.872Z] -- Installing: /usr/local/include/cbor/common.h [2020-08-04T16:43:33.872Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-08-04T16:43:33.872Z] -- Installing: /usr/local/include/cbor/strings.h [2020-08-04T16:43:33.872Z] -- Installing: /usr/local/include/cbor/tags.h [2020-08-04T16:43:33.872Z] -- Installing: /usr/local/include/cbor/internal [2020-08-04T16:43:33.872Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-08-04T16:43:33.872Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-08-04T16:43:33.872Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-08-04T16:43:33.872Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-08-04T16:43:33.872Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-08-04T16:43:33.872Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-08-04T16:43:33.872Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-08-04T16:43:33.872Z] -- Installing: /usr/local/include/cbor/maps.h [2020-08-04T16:43:33.872Z] -- Installing: /usr/local/include/cbor.h [2020-08-04T16:43:33.872Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-08-04T16:43:33.546Z] > git config core.sparsecheckout # timeout=10 [2020-08-04T16:43:33.551Z] > git checkout -f e04f6c7b98e5d4f437d89dd93d473807ba88ad5c # timeout=10 [2020-08-04T16:43:36.480Z] Removing intermediate container 11c423c12752 [2020-08-04T16:43:36.480Z] ---> 04265a84b2e4 [2020-08-04T16:43:36.480Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-08-04T16:43:36.480Z] ---> Running in bf47e063c4cf [2020-08-04T16:43:37.114Z] Commit message: "Merge pull request #290 from iain-anderson/issue-289" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-04T16:43:37.953Z] ========================================================= [2020-08-04T16:43:37.953Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2020-08-04T16:43:37.953Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-04T16:43:38.455Z] Removing intermediate container bf47e063c4cf [2020-08-04T16:43:38.455Z] ---> 458e4a74fd4c [2020-08-04T16:43:38.455Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-08-04T16:43:38.650Z] + docker build -t ci-base-image-x86_64 -f scripts/Dockerfile.alpine-3.11-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest . [2020-08-04T16:43:39.224Z] Sending build context to Docker daemon 3.454MB [2020-08-04T16:43:39.224Z] Step 1/21 : ARG BASE=alpine:3.11 [2020-08-04T16:43:39.224Z] Step 2/21 : FROM ${BASE} as builder [2020-08-04T16:43:39.429Z] ---> 85dfb1e75f38 [2020-08-04T16:43:39.429Z] Step 8/21 : COPY src /tmp/sdk/src [2020-08-04T16:43:39.491Z] latest: Pulling from edgex-devops/edgex-gcc-base [2020-08-04T16:43:39.492Z] e7c96db7181b: Pulling fs layer [2020-08-04T16:43:39.492Z] 4c13bbce0fe7: Pulling fs layer [2020-08-04T16:43:39.492Z] 6059c847ac2f: Pulling fs layer [2020-08-04T16:43:39.492Z] 4c13bbce0fe7: Verifying Checksum [2020-08-04T16:43:39.492Z] 4c13bbce0fe7: Download complete [2020-08-04T16:43:39.492Z] e7c96db7181b: Verifying Checksum [2020-08-04T16:43:39.492Z] e7c96db7181b: Download complete [2020-08-04T16:43:39.753Z] e7c96db7181b: Pull complete [2020-08-04T16:43:39.753Z] 4c13bbce0fe7: Pull complete [2020-08-04T16:43:40.406Z] ---> 011d5ffbad17 [2020-08-04T16:43:40.406Z] Step 9/21 : COPY include /tmp/sdk/include [2020-08-04T16:43:40.703Z] 6059c847ac2f: Verifying Checksum [2020-08-04T16:43:40.703Z] 6059c847ac2f: Download complete [2020-08-04T16:43:41.000Z] ---> 65c3ecb0559b [2020-08-04T16:43:41.000Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-08-04T16:43:41.597Z] ---> 7ef1385114c5 [2020-08-04T16:43:41.597Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-08-04T16:43:42.192Z] ---> dae0b18719af [2020-08-04T16:43:42.192Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-08-04T16:43:43.173Z] ---> 506fed149199 [2020-08-04T16:43:43.173Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-08-04T16:43:43.173Z] ---> Running in 641d43b2c2bf [2020-08-04T16:43:44.610Z] + CPPCHECK=false [2020-08-04T16:43:44.610Z] + DOCGEN=false [2020-08-04T16:43:44.610Z] + TOMLVER=SDK-0.2 [2020-08-04T16:43:44.610Z] + CUTILVER=1.1-branch [2020-08-04T16:43:44.610Z] + '[' 0 -gt 0 ] [2020-08-04T16:43:44.610Z] + readlink -f ./scripts/build.sh [2020-08-04T16:43:44.610Z] + dirname /tmp/sdk/scripts/build.sh [2020-08-04T16:43:44.610Z] + dirname /tmp/sdk/scripts [2020-08-04T16:43:44.610Z] + ROOT=/tmp/sdk [2020-08-04T16:43:44.610Z] + cd /tmp/sdk [2020-08-04T16:43:44.610Z] + '[' '!' -d deps ] [2020-08-04T16:43:44.610Z] + mkdir deps [2020-08-04T16:43:44.610Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-08-04T16:43:44.610Z] + tar -C deps -z -x -f - [2020-08-04T16:43:44.610Z] --2020-08-04 16:43:44-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-08-04T16:43:44.610Z] Resolving github.com... 140.82.113.3 [2020-08-04T16:43:44.610Z] Connecting to github.com|140.82.113.3|:443... connected. [2020-08-04T16:43:44.610Z] HTTP request sent, awaiting response... 302 Found [2020-08-04T16:43:44.610Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-08-04T16:43:44.610Z] --2020-08-04 16:43:44-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-08-04T16:43:44.610Z] Resolving codeload.github.com... 140.82.112.10 [2020-08-04T16:43:44.610Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2020-08-04T16:43:44.881Z] HTTP request sent, awaiting response... 200 OK [2020-08-04T16:43:44.881Z] Length: unspecified [application/x-gzip] [2020-08-04T16:43:44.881Z] Saving to: 'STDOUT' [2020-08-04T16:43:44.881Z]  [2020-08-04T16:43:44.881Z] 0K .......... ...... 866K=0.02s [2020-08-04T16:43:44.881Z] [2020-08-04T16:43:44.881Z] 2020-08-04 16:43:44 (866 KB/s) - written to stdout [16451] [2020-08-04T16:43:44.881Z] [2020-08-04T16:43:44.881Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-08-04T16:43:44.881Z] + + wgettar -O -C - deps -z https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz [2020-08-04T16:43:44.881Z] -x -f - [2020-08-04T16:43:44.881Z] --2020-08-04 16:43:44-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz [2020-08-04T16:43:44.881Z] Resolving github.com... 140.82.113.3 [2020-08-04T16:43:44.881Z] Connecting to github.com|140.82.113.3|:443... connected. [2020-08-04T16:43:44.927Z] 6059c847ac2f: Pull complete [2020-08-04T16:43:44.927Z] Digest: sha256:6b5104d086ae1e5e8a284a473be9a93378e3934f9b07db5717372c857cbcbe5e [2020-08-04T16:43:44.927Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [2020-08-04T16:43:44.927Z] ---> 5eabd8fd8ba2 [2020-08-04T16:43:44.927Z] 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-08-04T16:43:45.151Z] HTTP request sent, awaiting response... 302 Found [2020-08-04T16:43:45.151Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch [following] [2020-08-04T16:43:45.151Z] --2020-08-04 16:43:44-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch [2020-08-04T16:43:45.151Z] Resolving codeload.github.com... 140.82.112.10 [2020-08-04T16:43:45.151Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2020-08-04T16:43:45.151Z] HTTP request sent, awaiting response... 200 OK [2020-08-04T16:43:45.151Z] Length: unspecified [application/x-gzip] [2020-08-04T16:43:45.151Z] Saving to: 'STDOUT' [2020-08-04T16:43:45.151Z]  [2020-08-04T16:43:45.422Z] 0K .......... .......... .......... .......... .......... 1.45M [2020-08-04T16:43:45.422Z] 50K .......... .......... .......... .......... .......... 2.85M [2020-08-04T16:43:45.422Z] 100K .......... .......... .......... .......... .......... 3.12M [2020-08-04T16:43:45.422Z] 150K .......... .....  5.78M=0.07s [2020-08-04T16:43:45.422Z] [2020-08-04T16:43:45.422Z] 2020-08-04 16:43:45 (2.34 MB/s) - written to stdout [169364] [2020-08-04T16:43:45.422Z] [2020-08-04T16:43:45.422Z] + mkdir -p src/c/iot [2020-08-04T16:43:45.423Z] + cp deps/iotech-c-utils-1.1-branch/src/c/base64.c deps/iotech-c-utils-1.1-branch/src/c/component.c deps/iotech-c-utils-1.1-branch/src/c/config.c deps/iotech-c-utils-1.1-branch/src/c/container.c deps/iotech-c-utils-1.1-branch/src/c/data.c deps/iotech-c-utils-1.1-branch/src/c/hash.c deps/iotech-c-utils-1.1-branch/src/c/iot.c deps/iotech-c-utils-1.1-branch/src/c/json.c deps/iotech-c-utils-1.1-branch/src/c/logger.c deps/iotech-c-utils-1.1-branch/src/c/os.c deps/iotech-c-utils-1.1-branch/src/c/scheduler.c deps/iotech-c-utils-1.1-branch/src/c/thread.c deps/iotech-c-utils-1.1-branch/src/c/threadpool.c deps/iotech-c-utils-1.1-branch/src/c/time.c src/c/iot [2020-08-04T16:43:45.423Z] + mkdir -p include/iot [2020-08-04T16:43:45.423Z] + cp deps/iotech-c-utils-1.1-branch/include/iot/base64.h deps/iotech-c-utils-1.1-branch/include/iot/component.h deps/iotech-c-utils-1.1-branch/include/iot/config.h deps/iotech-c-utils-1.1-branch/include/iot/container.h deps/iotech-c-utils-1.1-branch/include/iot/data.h deps/iotech-c-utils-1.1-branch/include/iot/hash.h deps/iotech-c-utils-1.1-branch/include/iot/iot.h deps/iotech-c-utils-1.1-branch/include/iot/json.h deps/iotech-c-utils-1.1-branch/include/iot/logger.h deps/iotech-c-utils-1.1-branch/include/iot/os.h deps/iotech-c-utils-1.1-branch/include/iot/scheduler.h deps/iotech-c-utils-1.1-branch/include/iot/thread.h deps/iotech-c-utils-1.1-branch/include/iot/threadpool.h deps/iotech-c-utils-1.1-branch/include/iot/time.h deps/iotech-c-utils-1.1-branch/include/iot/typecode.h include/iot [2020-08-04T16:43:45.423Z] + mkdir -p include/iot/os [2020-08-04T16:43:45.423Z] + cp deps/iotech-c-utils-1.1-branch/include/iot/os/linux.h deps/iotech-c-utils-1.1-branch/include/iot/os/macos.h deps/iotech-c-utils-1.1-branch/include/iot/os/zephyr.h include/iot/os [2020-08-04T16:43:45.423Z] + mkdir -p /tmp/sdk/build/release [2020-08-04T16:43:45.423Z] + cd /tmp/sdk/build/release [2020-08-04T16:43:45.423Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-08-04T16:43:45.693Z] -- The C compiler identification is GNU 8.3.0 [2020-08-04T16:43:45.693Z] -- Check for working C compiler: /usr/bin/cc [2020-08-04T16:43:45.964Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-08-04T16:43:45.964Z] -- Detecting C compiler ABI info [2020-08-04T16:43:46.236Z] -- Detecting C compiler ABI info - done [2020-08-04T16:43:46.236Z] -- Detecting C compile features [2020-08-04T16:43:46.317Z] ---> Running in 4f8fc3001162 [2020-08-04T16:43:46.890Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-08-04T16:43:47.219Z] -- Detecting C compile features - done [2020-08-04T16:43:47.219Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-08-04T16:43:47.219Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-08-04T16:43:47.219Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-08-04T16:43:47.219Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-08-04T16:43:47.219Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-08-04T16:43:47.219Z] -- C SDK 1.3.0-dev.3 for Linux [2020-08-04T16:43:47.219Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-08-04T16:43:47.219Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-08-04T16:43:47.219Z] -- Found Curses: /usr/lib/libcurses.so [2020-08-04T16:43:47.502Z] -- Configuring done [2020-08-04T16:43:47.773Z] -- Generating done [2020-08-04T16:43:47.773Z] -- Build files have been written to: /tmp/sdk/build/release [2020-08-04T16:43:47.773Z] + make [2020-08-04T16:43:47.773Z] + tee release.log [2020-08-04T16:43:47.773Z] Scanning dependencies of target csdk [2020-08-04T16:43:47.832Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-08-04T16:43:48.044Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-08-04T16:43:48.401Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-08-04T16:43:48.401Z] (2/8) Installing libuuid (2.33-r0) [2020-08-04T16:43:48.635Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-08-04T16:43:48.661Z] (3/8) Installing libblkid (2.33-r0) [2020-08-04T16:43:48.661Z] (4/8) Installing libfdisk (2.33-r0) [2020-08-04T16:43:48.906Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-08-04T16:43:48.921Z] (5/8) Installing libmount (2.33-r0) [2020-08-04T16:43:49.181Z] (6/8) Installing libsmartcols (2.33-r0) [2020-08-04T16:43:49.442Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-08-04T16:43:50.386Z] (8/8) Installing wget (1.20.3-r0) [2020-08-04T16:43:50.650Z] Executing busybox-1.29.3-r10.trigger [2020-08-04T16:43:50.650Z] OK: 272 MiB in 83 packages [2020-08-04T16:43:50.870Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-08-04T16:43:51.224Z] Removing intermediate container 4f8fc3001162 [2020-08-04T16:43:51.224Z] ---> d8fe2d8e3430 [2020-08-04T16:43:51.224Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-08-04T16:43:51.224Z] ---> Running in fbb816545eb2 [2020-08-04T16:43:51.224Z] Removing intermediate container fbb816545eb2 [2020-08-04T16:43:51.224Z] ---> 7521c4ad853f [2020-08-04T16:43:51.224Z] 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-08-04T16:43:51.462Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-08-04T16:43:51.485Z] ---> Running in c46abf87da51 [2020-08-04T16:43:51.734Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-08-04T16:43:52.056Z] --2020-08-04 16:43:52-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-08-04T16:43:52.056Z] Resolving github.com... 140.82.113.3 [2020-08-04T16:43:52.317Z] Connecting to github.com|140.82.113.3|:443... connected. [2020-08-04T16:43:52.317Z] HTTP request sent, awaiting response... 302 Found [2020-08-04T16:43:52.317Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-08-04T16:43:52.317Z] --2020-08-04 16:43:52-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-08-04T16:43:52.317Z] Resolving codeload.github.com... 140.82.112.10 [2020-08-04T16:43:52.317Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2020-08-04T16:43:52.317Z] HTTP request sent, awaiting response... 200 OK [2020-08-04T16:43:52.317Z] Length: unspecified [application/x-gzip] [2020-08-04T16:43:52.317Z] Saving to: 'STDOUT' [2020-08-04T16:43:52.317Z]  [2020-08-04T16:43:52.317Z] 0K .......... .......... .......... .......... .......... 1.25M [2020-08-04T16:43:52.317Z] 50K .......... .......... .......... .......... .......... 9.26M [2020-08-04T16:43:52.317Z] 100K .......... .......... .......... .......... .......... 3.28M [2020-08-04T16:43:52.317Z] 150K .......... .......... .......... .......... .......... 12.7M [2020-08-04T16:43:52.317Z] 200K .......... .......... .......... .......... .......... 3.20M [2020-08-04T16:43:52.576Z] 250K .......... .......... .......... .......... .......... 11.8M [2020-08-04T16:43:52.576Z] 300K .......... .......... .......... .......... .......... 9.81M [2020-08-04T16:43:52.576Z] 350K .......... .......... .......... .......... .......... 6.73M [2020-08-04T16:43:52.576Z] 400K .......... .......... .......... .......... .......... 7.62M [2020-08-04T16:43:52.576Z] 450K .......... .......... .......... .......... .......... 6.84M [2020-08-04T16:43:52.576Z] 500K .......... .......... .......... .......... .......... 3.61M [2020-08-04T16:43:52.576Z] 550K .......... .......... .......... .......... .......... 13.0M [2020-08-04T16:43:52.576Z] 600K .......... .......... .......... .......... .......... 2.22M [2020-08-04T16:43:52.576Z] 650K .......... .......... .......... .......... .......... 6.79M [2020-08-04T16:43:52.576Z] 700K .. 4746G=0.2s [2020-08-04T16:43:52.576Z] [2020-08-04T16:43:52.576Z] 2020-08-04 16:43:52 (4.44 MB/s) - written to stdout [719348] [2020-08-04T16:43:52.576Z] [2020-08-04T16:43:52.576Z] -- The C compiler identification is GNU 8.3.0 [2020-08-04T16:43:52.708Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-08-04T16:43:52.837Z] -- The CXX compiler identification is GNU 8.3.0 [2020-08-04T16:43:52.837Z] -- Check for working C compiler: /usr/bin/cc [2020-08-04T16:43:52.837Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-08-04T16:43:52.837Z] -- Detecting C compiler ABI info [2020-08-04T16:43:52.837Z] -- Detecting C compiler ABI info - done [2020-08-04T16:43:52.837Z] -- Detecting C compile features [2020-08-04T16:43:53.097Z] -- Detecting C compile features - done [2020-08-04T16:43:53.097Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-08-04T16:43:53.097Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-08-04T16:43:53.097Z] -- Detecting CXX compiler ABI info [2020-08-04T16:43:53.358Z] -- Detecting CXX compiler ABI info - done [2020-08-04T16:43:53.358Z] -- Detecting CXX compile features [2020-08-04T16:43:53.619Z] -- Detecting CXX compile features - done [2020-08-04T16:43:53.878Z] -- Looking for include file endian.h [2020-08-04T16:43:53.878Z] -- Looking for include file endian.h - found [2020-08-04T16:43:53.878Z] -- Check if the system is big endian [2020-08-04T16:43:53.878Z] -- Searching 16 bit integer [2020-08-04T16:43:53.878Z] -- Looking for sys/types.h [2020-08-04T16:43:53.878Z] -- Looking for sys/types.h - found [2020-08-04T16:43:53.878Z] -- Looking for stdint.h [2020-08-04T16:43:53.878Z] -- Looking for stdint.h - found [2020-08-04T16:43:53.878Z] -- Looking for stddef.h [2020-08-04T16:43:54.139Z] -- Looking for stddef.h - found [2020-08-04T16:43:54.139Z] -- Check size of unsigned short [2020-08-04T16:43:54.139Z] -- Check size of unsigned short - done [2020-08-04T16:43:54.139Z] -- Using unsigned short [2020-08-04T16:43:54.139Z] -- Check if the system is big endian - little endian [2020-08-04T16:43:54.139Z] -- Check size of size_t [2020-08-04T16:43:54.400Z] -- Check size of size_t - done [2020-08-04T16:43:54.401Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-08-04T16:43:54.401Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-08-04T16:43:54.401Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-08-04T16:43:54.401Z] CMake did not find one. [2020-08-04T16:43:54.401Z] [2020-08-04T16:43:54.401Z] Could not find a package configuration file provided by "cJSON" with any of [2020-08-04T16:43:54.401Z] the following names: [2020-08-04T16:43:54.401Z] [2020-08-04T16:43:54.401Z] cJSONConfig.cmake [2020-08-04T16:43:54.401Z] cjson-config.cmake [2020-08-04T16:43:54.401Z] [2020-08-04T16:43:54.401Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-08-04T16:43:54.401Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-08-04T16:43:54.401Z] provides a separate development package or SDK, be sure it has been [2020-08-04T16:43:54.401Z] installed. [2020-08-04T16:43:54.401Z] [2020-08-04T16:43:54.401Z] [2020-08-04T16:43:54.401Z] -- Configuring done [2020-08-04T16:43:54.401Z] -- Generating done [2020-08-04T16:43:54.401Z] -- Build files have been written to: /tmp/cbor [2020-08-04T16:43:54.401Z] Scanning dependencies of target cbor_shared [2020-08-04T16:43:54.401Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-08-04T16:43:54.662Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-08-04T16:43:54.668Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-08-04T16:43:54.924Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-08-04T16:43:54.924Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-08-04T16:43:54.924Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-08-04T16:43:55.184Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-08-04T16:43:55.184Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-08-04T16:43:55.184Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-08-04T16:43:55.184Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-08-04T16:43:55.258Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-08-04T16:43:55.451Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-08-04T16:43:55.451Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-08-04T16:43:55.451Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-08-04T16:43:55.714Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-08-04T16:43:55.714Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-08-04T16:43:55.714Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-08-04T16:43:55.850Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-08-04T16:43:55.975Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-08-04T16:43:55.975Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-08-04T16:43:55.975Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-08-04T16:43:55.975Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-08-04T16:43:56.122Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-08-04T16:43:56.235Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-08-04T16:43:56.235Z] [ 40%] Linking C shared library libcbor.so [2020-08-04T16:43:56.235Z] [ 40%] Built target cbor_shared [2020-08-04T16:43:56.235Z] Scanning dependencies of target cbor [2020-08-04T16:43:56.235Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-08-04T16:43:56.501Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-08-04T16:43:56.501Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-08-04T16:43:56.716Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-08-04T16:43:56.716Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-08-04T16:43:56.761Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-08-04T16:43:56.987Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-08-04T16:43:57.021Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-08-04T16:43:57.021Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-08-04T16:43:57.021Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-08-04T16:43:57.021Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-08-04T16:43:57.282Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-08-04T16:43:57.282Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-08-04T16:43:57.557Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-08-04T16:43:57.557Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-08-04T16:43:57.557Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-08-04T16:43:57.817Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-08-04T16:43:57.817Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-08-04T16:43:57.817Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-08-04T16:43:57.817Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-08-04T16:43:58.078Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-08-04T16:43:58.078Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-08-04T16:43:58.078Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-08-04T16:43:58.078Z] [ 80%] Linking C static library libcbor.a [2020-08-04T16:43:58.339Z] [ 80%] Built target cbor [2020-08-04T16:43:58.339Z] Scanning dependencies of target create_items [2020-08-04T16:43:58.339Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-08-04T16:43:58.339Z] [ 84%] Linking C executable create_items [2020-08-04T16:43:58.339Z] [ 84%] Built target create_items [2020-08-04T16:43:58.339Z] Scanning dependencies of target readfile [2020-08-04T16:43:58.339Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-08-04T16:43:58.339Z] [ 88%] Linking C executable readfile [2020-08-04T16:43:58.339Z] [ 88%] Built target readfile [2020-08-04T16:43:58.339Z] Scanning dependencies of target streaming_parser [2020-08-04T16:43:58.339Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-08-04T16:43:58.599Z] [ 92%] Linking C executable streaming_parser [2020-08-04T16:43:58.599Z] [ 92%] Built target streaming_parser [2020-08-04T16:43:58.599Z] Scanning dependencies of target sort [2020-08-04T16:43:58.599Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-08-04T16:43:58.599Z] [ 96%] Linking C executable sort [2020-08-04T16:43:58.599Z] [ 96%] Built target sort [2020-08-04T16:43:58.599Z] Scanning dependencies of target hello [2020-08-04T16:43:58.599Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-08-04T16:43:58.599Z] [100%] Linking C executable hello [2020-08-04T16:43:58.860Z] [100%] Built target hello [2020-08-04T16:43:58.860Z] Install the project... [2020-08-04T16:43:58.860Z] -- Install configuration: "Release" [2020-08-04T16:43:58.860Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-08-04T16:43:58.860Z] -- Installing: /usr/local/lib64/libcbor.a [2020-08-04T16:43:58.860Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-08-04T16:43:58.860Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-08-04T16:43:58.860Z] -- Installing: /usr/local/lib64/libcbor.so [2020-08-04T16:43:58.860Z] -- Up-to-date: /usr/local/include/cbor [2020-08-04T16:43:58.860Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-08-04T16:43:58.860Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-08-04T16:43:58.860Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-08-04T16:43:58.860Z] -- Installing: /usr/local/include/cbor/common.h [2020-08-04T16:43:58.860Z] -- Installing: /usr/local/include/cbor/data.h [2020-08-04T16:43:58.860Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-08-04T16:43:58.860Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-08-04T16:43:58.860Z] -- Installing: /usr/local/include/cbor/internal [2020-08-04T16:43:58.860Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-08-04T16:43:58.860Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-08-04T16:43:58.860Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-08-04T16:43:58.860Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-08-04T16:43:58.860Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-08-04T16:43:58.860Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-08-04T16:43:58.860Z] -- Installing: /usr/local/include/cbor/ints.h [2020-08-04T16:43:58.860Z] -- Installing: /usr/local/include/cbor/maps.h [2020-08-04T16:43:58.860Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-08-04T16:43:58.860Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-08-04T16:43:58.860Z] -- Installing: /usr/local/include/cbor/strings.h [2020-08-04T16:43:58.860Z] -- Installing: /usr/local/include/cbor/tags.h [2020-08-04T16:43:58.860Z] -- Installing: /usr/local/include/cbor.h [2020-08-04T16:43:58.860Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-08-04T16:44:00.356Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-08-04T16:44:00.948Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-08-04T16:44:01.219Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-08-04T16:44:01.406Z] Removing intermediate container c46abf87da51 [2020-08-04T16:44:01.406Z] ---> c4c16719ede7 [2020-08-04T16:44:01.406Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-08-04T16:44:01.406Z] ---> Running in ae1efbf66470 [2020-08-04T16:44:01.490Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-08-04T16:44:01.975Z] Removing intermediate container ae1efbf66470 [2020-08-04T16:44:01.975Z] ---> 9e8b131da99f [2020-08-04T16:44:01.975Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-08-04T16:44:01.975Z] ---> a58add6a3edb [2020-08-04T16:44:01.975Z] Step 8/21 : COPY src /tmp/sdk/src [2020-08-04T16:44:02.081Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-08-04T16:44:02.916Z] ---> f087e606e57d [2020-08-04T16:44:02.916Z] Step 9/21 : COPY include /tmp/sdk/include [2020-08-04T16:44:03.177Z] ---> 08778de45f5a [2020-08-04T16:44:03.177Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-08-04T16:44:03.439Z] ---> 06ed9480e3a8 [2020-08-04T16:44:03.439Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-08-04T16:44:03.699Z] ---> eb77748c77b0 [2020-08-04T16:44:03.699Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-08-04T16:44:03.960Z] ---> b88535826b59 [2020-08-04T16:44:03.960Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-08-04T16:44:03.960Z] ---> Running in 6b8fcd9aa42a [2020-08-04T16:44:04.252Z] + CPPCHECK=false [2020-08-04T16:44:04.252Z] + DOCGEN=false [2020-08-04T16:44:04.252Z] + TOMLVER=SDK-0.2 [2020-08-04T16:44:04.252Z] + CUTILVER=1.1-branch [2020-08-04T16:44:04.252Z] + '[' 0 -gt 0 ] [2020-08-04T16:44:04.252Z] + readlink -f ./scripts/build.sh [2020-08-04T16:44:04.252Z] + dirname /tmp/sdk/scripts/build.sh [2020-08-04T16:44:04.252Z] + dirname /tmp/sdk/scripts [2020-08-04T16:44:04.252Z] + ROOT=/tmp/sdk [2020-08-04T16:44:04.252Z] + cd /tmp/sdk [2020-08-04T16:44:04.252Z] + '[' '!' -d deps ] [2020-08-04T16:44:04.252Z] + mkdir deps [2020-08-04T16:44:04.252Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-08-04T16:44:04.252Z] + tar -C deps -z -x -f - [2020-08-04T16:44:04.252Z] --2020-08-04 16:44:04-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-08-04T16:44:04.252Z] Resolving github.com... 140.82.113.3 [2020-08-04T16:44:04.252Z] Connecting to github.com|140.82.113.3|:443... connected. [2020-08-04T16:44:04.535Z] HTTP request sent, awaiting response... 302 Found [2020-08-04T16:44:04.535Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-08-04T16:44:04.535Z] --2020-08-04 16:44:04-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-08-04T16:44:04.535Z] Resolving codeload.github.com... 140.82.112.10 [2020-08-04T16:44:04.535Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2020-08-04T16:44:04.535Z] HTTP request sent, awaiting response... 200 OK [2020-08-04T16:44:04.535Z] Length: 16451 (16K) [application/x-gzip] [2020-08-04T16:44:04.535Z] Saving to: 'STDOUT' [2020-08-04T16:44:04.535Z]  [2020-08-04T16:44:04.535Z] 0K .......... ...... 100% 901K=0.02s [2020-08-04T16:44:04.535Z] [2020-08-04T16:44:04.535Z] 2020-08-04 16:44:04 (901 KB/s) - written to stdout [16451/16451] [2020-08-04T16:44:04.535Z] [2020-08-04T16:44:04.535Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-08-04T16:44:04.535Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz [2020-08-04T16:44:04.535Z] + tar -C deps -z -x -f - [2020-08-04T16:44:04.535Z] --2020-08-04 16:44:04-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz [2020-08-04T16:44:04.535Z] Resolving github.com... 140.82.113.3 [2020-08-04T16:44:04.535Z] Connecting to github.com|140.82.113.3|:443... connected. [2020-08-04T16:44:04.535Z] HTTP request sent, awaiting response... 302 Found [2020-08-04T16:44:04.535Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch [following] [2020-08-04T16:44:04.535Z] --2020-08-04 16:44:04-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch [2020-08-04T16:44:04.535Z] Resolving codeload.github.com... 140.82.112.10 [2020-08-04T16:44:04.535Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2020-08-04T16:44:04.683Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-08-04T16:44:04.683Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-08-04T16:44:04.683Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-08-04T16:44:04.819Z] HTTP request sent, awaiting response... 200 OK [2020-08-04T16:44:04.819Z] Length: unspecified [application/x-gzip] [2020-08-04T16:44:04.819Z] Saving to: 'STDOUT' [2020-08-04T16:44:04.819Z] [2020-08-04T16:44:04.819Z] 0K .......... .......... .......... .......... .......... 1.62M [2020-08-04T16:44:04.819Z] 50K .......... .......... .......... .......... .......... 28.5M [2020-08-04T16:44:04.819Z] 100K .......... .......... .......... .......... .......... 3.31M [2020-08-04T16:44:04.819Z] 150K .......... ..... 16.3M=0.05s [2020-08-04T16:44:04.819Z] [2020-08-04T16:44:04.819Z] 2020-08-04 16:44:04 (3.39 MB/s) - written to stdout [169364] [2020-08-04T16:44:04.819Z] [2020-08-04T16:44:04.819Z] + mkdir -p src/c/iot [2020-08-04T16:44:04.819Z] + cp deps/iotech-c-utils-1.1-branch/src/c/base64.c deps/iotech-c-utils-1.1-branch/src/c/component.c deps/iotech-c-utils-1.1-branch/src/c/config.c deps/iotech-c-utils-1.1-branch/src/c/container.c deps/iotech-c-utils-1.1-branch/src/c/data.c deps/iotech-c-utils-1.1-branch/src/c/hash.c deps/iotech-c-utils-1.1-branch/src/c/iot.c deps/iotech-c-utils-1.1-branch/src/c/json.c deps/iotech-c-utils-1.1-branch/src/c/logger.c deps/iotech-c-utils-1.1-branch/src/c/os.c deps/iotech-c-utils-1.1-branch/src/c/scheduler.c deps/iotech-c-utils-1.1-branch/src/c/thread.c deps/iotech-c-utils-1.1-branch/src/c/threadpool.c deps/iotech-c-utils-1.1-branch/src/c/time.c src/c/iot [2020-08-04T16:44:04.819Z] + mkdir -p include/iot [2020-08-04T16:44:04.819Z] + cp deps/iotech-c-utils-1.1-branch/include/iot/base64.h deps/iotech-c-utils-1.1-branch/include/iot/component.h deps/iotech-c-utils-1.1-branch/include/iot/config.h deps/iotech-c-utils-1.1-branch/include/iot/container.h deps/iotech-c-utils-1.1-branch/include/iot/data.h deps/iotech-c-utils-1.1-branch/include/iot/hash.h deps/iotech-c-utils-1.1-branch/include/iot/iot.h deps/iotech-c-utils-1.1-branch/include/iot/json.h deps/iotech-c-utils-1.1-branch/include/iot/logger.h deps/iotech-c-utils-1.1-branch/include/iot/os.h deps/iotech-c-utils-1.1-branch/include/iot/scheduler.h deps/iotech-c-utils-1.1-branch/include/iot/thread.h deps/iotech-c-utils-1.1-branch/include/iot/threadpool.h deps/iotech-c-utils-1.1-branch/include/iot/time.h deps/iotech-c-utils-1.1-branch/include/iot/typecode.h include/iot [2020-08-04T16:44:04.819Z] + mkdir -p include/iot/os [2020-08-04T16:44:04.819Z] + cp deps/iotech-c-utils-1.1-branch/include/iot/os/linux.h deps/iotech-c-utils-1.1-branch/include/iot/os/macos.h deps/iotech-c-utils-1.1-branch/include/iot/os/zephyr.h include/iot/os [2020-08-04T16:44:04.819Z] + mkdir -p /tmp/sdk/build/release [2020-08-04T16:44:04.819Z] + cd /tmp/sdk/build/release [2020-08-04T16:44:04.819Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-08-04T16:44:04.819Z] -- The C compiler identification is GNU 8.3.0 [2020-08-04T16:44:04.819Z] -- Check for working C compiler: /usr/bin/cc [2020-08-04T16:44:05.092Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-08-04T16:44:05.092Z] -- Detecting C compiler ABI info [2020-08-04T16:44:05.092Z] -- Detecting C compiler ABI info - done [2020-08-04T16:44:05.092Z] -- Detecting C compile features [2020-08-04T16:44:05.272Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-08-04T16:44:05.353Z] -- Detecting C compile features - done [2020-08-04T16:44:05.353Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-08-04T16:44:05.353Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-08-04T16:44:05.353Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-08-04T16:44:05.353Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-08-04T16:44:05.353Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-08-04T16:44:05.353Z] -- C SDK 1.3.0-dev.3 for Linux [2020-08-04T16:44:05.353Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-08-04T16:44:05.353Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-08-04T16:44:05.353Z] -- Found Curses: /usr/lib/libcurses.so [2020-08-04T16:44:05.353Z] -- Configuring done [2020-08-04T16:44:05.613Z] -- Generating done [2020-08-04T16:44:05.613Z] -- Build files have been written to: /tmp/sdk/build/release [2020-08-04T16:44:05.613Z] + make [2020-08-04T16:44:05.613Z] + tee release.log [2020-08-04T16:44:05.613Z] Scanning dependencies of target csdk [2020-08-04T16:44:05.613Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-08-04T16:44:05.613Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-08-04T16:44:05.865Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-08-04T16:44:05.865Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-08-04T16:44:05.874Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-08-04T16:44:06.444Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-08-04T16:44:06.444Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-08-04T16:44:06.444Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-08-04T16:44:06.705Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-08-04T16:44:06.835Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-08-04T16:44:07.110Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-08-04T16:44:07.277Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-08-04T16:44:07.537Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-08-04T16:44:07.538Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-08-04T16:44:07.704Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-08-04T16:44:07.801Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-08-04T16:44:07.801Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-08-04T16:44:07.801Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-08-04T16:44:07.975Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-08-04T16:44:08.061Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-08-04T16:44:08.566Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-08-04T16:44:09.001Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-08-04T16:44:09.001Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-08-04T16:44:09.001Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-08-04T16:44:09.001Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-08-04T16:44:09.262Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-08-04T16:44:09.536Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-08-04T16:44:09.536Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-08-04T16:44:09.833Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-08-04T16:44:09.833Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-08-04T16:44:09.833Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-08-04T16:44:10.094Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-08-04T16:44:10.094Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-08-04T16:44:10.356Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-08-04T16:44:10.618Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-08-04T16:44:10.618Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-08-04T16:44:10.879Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-08-04T16:44:10.879Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-08-04T16:44:10.879Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-08-04T16:44:11.139Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-08-04T16:44:11.139Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-08-04T16:44:12.531Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-08-04T16:44:12.531Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-08-04T16:44:12.531Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-08-04T16:44:12.795Z] [ 59%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-08-04T16:44:12.795Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-08-04T16:44:13.372Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-08-04T16:44:13.633Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-08-04T16:44:13.821Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-08-04T16:44:14.418Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-08-04T16:44:14.583Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-08-04T16:44:14.584Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-08-04T16:44:14.690Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-08-04T16:44:14.847Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-08-04T16:44:15.112Z] [ 70%] Linking C shared library libcsdk.so [2020-08-04T16:44:15.112Z] [ 70%] Built target csdk [2020-08-04T16:44:15.112Z] Scanning dependencies of target template [2020-08-04T16:44:15.112Z] [ 72%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-08-04T16:44:15.289Z] [ 59%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-08-04T16:44:15.375Z] [ 73%] Linking C executable template [2020-08-04T16:44:15.376Z] [ 73%] Built target template [2020-08-04T16:44:15.376Z] Scanning dependencies of target device-counter [2020-08-04T16:44:15.376Z] [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-08-04T16:44:15.641Z] [ 77%] Linking C executable device-counter [2020-08-04T16:44:15.641Z] [ 77%] Built target device-counter [2020-08-04T16:44:15.641Z] Scanning dependencies of target device-random [2020-08-04T16:44:15.641Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-08-04T16:44:15.642Z] [ 80%] Linking C executable device-random [2020-08-04T16:44:15.887Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-08-04T16:44:15.902Z] [ 80%] Built target device-random [2020-08-04T16:44:15.902Z] Scanning dependencies of target device-gyro [2020-08-04T16:44:15.902Z] [ 81%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-08-04T16:44:15.902Z] [ 83%] Linking C executable device-gyro [2020-08-04T16:44:15.902Z] [ 83%] Built target device-gyro [2020-08-04T16:44:15.902Z] Scanning dependencies of target device-bitfields [2020-08-04T16:44:15.902Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-08-04T16:44:16.162Z] [ 86%] Linking C executable device-bitfields [2020-08-04T16:44:16.162Z] [ 86%] Built target device-bitfields [2020-08-04T16:44:16.162Z] Scanning dependencies of target template-discovery [2020-08-04T16:44:16.162Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-08-04T16:44:16.427Z] [ 90%] Linking C executable template-discovery [2020-08-04T16:44:16.427Z] [ 90%] Built target template-discovery [2020-08-04T16:44:16.427Z] Scanning dependencies of target device-file [2020-08-04T16:44:16.427Z] [ 91%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-08-04T16:44:16.690Z] [ 93%] Linking C executable device-file [2020-08-04T16:44:16.690Z] [ 93%] Built target device-file [2020-08-04T16:44:16.690Z] Scanning dependencies of target device-terminal [2020-08-04T16:44:16.690Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-08-04T16:44:16.690Z] [ 96%] Linking C executable device-terminal [2020-08-04T16:44:16.955Z] [ 96%] Built target device-terminal [2020-08-04T16:44:16.955Z] Scanning dependencies of target templatev1 [2020-08-04T16:44:16.955Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-08-04T16:44:16.955Z] [100%] Linking C executable templatev1 [2020-08-04T16:44:17.216Z] [100%] Built target templatev1 [2020-08-04T16:44:17.216Z] + make package [2020-08-04T16:44:17.216Z] + tee -a release.log [2020-08-04T16:44:17.216Z] [ 70%] Built target csdk [2020-08-04T16:44:17.216Z] [ 73%] Built target template [2020-08-04T16:44:17.216Z] [ 77%] Built target device-counter [2020-08-04T16:44:17.216Z] [ 80%] Built target device-random [2020-08-04T16:44:17.216Z] [ 83%] Built target device-gyro [2020-08-04T16:44:17.216Z] [ 86%] Built target device-bitfields [2020-08-04T16:44:17.216Z] [ 90%] Built target template-discovery [2020-08-04T16:44:17.216Z] [ 93%] Built target device-file [2020-08-04T16:44:17.216Z] [ 96%] Built target device-terminal [2020-08-04T16:44:17.216Z] [100%] Built target templatev1 [2020-08-04T16:44:17.216Z] Run CPack packaging tool... [2020-08-04T16:44:17.316Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-08-04T16:44:17.477Z] CPack: Create package using TGZ [2020-08-04T16:44:17.477Z] CPack: Install projects [2020-08-04T16:44:17.477Z] CPack: - Run preinstall target for: Csdk [2020-08-04T16:44:17.738Z] CPack: - Install project: Csdk [2020-08-04T16:44:17.738Z] CPack: Create package [2020-08-04T16:44:17.738Z] CPack: - package: /tmp/sdk/build/release/csdk-1.3.0-dev.3.tar.gz generated. [2020-08-04T16:44:17.738Z] + '[' false '=' true ] [2020-08-04T16:44:17.738Z] + '[' false '=' true ] [2020-08-04T16:44:17.738Z] + mkdir -p /tmp/sdk/build/debug [2020-08-04T16:44:17.738Z] + cd /tmp/sdk/build/debug [2020-08-04T16:44:17.738Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-08-04T16:44:17.738Z] -- The C compiler identification is GNU 8.3.0 [2020-08-04T16:44:17.738Z] -- Check for working C compiler: /usr/bin/cc [2020-08-04T16:44:17.738Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-08-04T16:44:17.738Z] -- Detecting C compiler ABI info [2020-08-04T16:44:18.003Z] -- Detecting C compiler ABI info - done [2020-08-04T16:44:18.003Z] -- Detecting C compile features [2020-08-04T16:44:18.271Z] -- Detecting C compile features - done [2020-08-04T16:44:18.271Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-08-04T16:44:18.271Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-08-04T16:44:18.271Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-08-04T16:44:18.271Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-08-04T16:44:18.271Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-08-04T16:44:18.271Z] -- C SDK 1.3.0-dev.3 for Linux [2020-08-04T16:44:18.271Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-08-04T16:44:18.271Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-08-04T16:44:18.271Z] -- Found Curses: /usr/lib/libcurses.so [2020-08-04T16:44:18.271Z] -- Configuring done [2020-08-04T16:44:18.271Z] -- Generating done [2020-08-04T16:44:18.271Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-08-04T16:44:18.271Z] + make [2020-08-04T16:44:18.272Z] + tee debug.log [2020-08-04T16:44:18.538Z] Scanning dependencies of target csdk [2020-08-04T16:44:18.538Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-08-04T16:44:18.538Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-08-04T16:44:18.538Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-08-04T16:44:18.744Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-08-04T16:44:18.798Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-08-04T16:44:18.798Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-08-04T16:44:19.057Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-08-04T16:44:19.058Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-08-04T16:44:19.317Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-08-04T16:44:19.317Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-08-04T16:44:19.317Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-08-04T16:44:19.577Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-08-04T16:44:19.577Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-08-04T16:44:19.577Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-08-04T16:44:19.577Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-08-04T16:44:19.837Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-08-04T16:44:20.097Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-08-04T16:44:20.097Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-08-04T16:44:20.097Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-08-04T16:44:20.097Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-08-04T16:44:20.357Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-08-04T16:44:20.357Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-08-04T16:44:20.617Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-08-04T16:44:20.617Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-08-04T16:44:20.617Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-08-04T16:44:20.617Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-08-04T16:44:20.876Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-08-04T16:44:20.876Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-08-04T16:44:20.876Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-08-04T16:44:20.876Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-08-04T16:44:20.876Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-08-04T16:44:21.136Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-08-04T16:44:21.136Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-08-04T16:44:21.396Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-08-04T16:44:21.656Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-08-04T16:44:21.656Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-08-04T16:44:21.656Z] [ 59%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-08-04T16:44:21.916Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-08-04T16:44:21.916Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-08-04T16:44:22.121Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-08-04T16:44:22.176Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-08-04T16:44:22.437Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-08-04T16:44:22.437Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-08-04T16:44:22.697Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-08-04T16:44:22.697Z] [ 70%] Linking C shared library libcsdk.so [2020-08-04T16:44:22.697Z] [ 70%] Built target csdk [2020-08-04T16:44:22.697Z] Scanning dependencies of target template [2020-08-04T16:44:22.697Z] [ 72%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-08-04T16:44:22.697Z] [ 73%] Linking C executable template [2020-08-04T16:44:22.711Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-08-04T16:44:22.957Z] [ 73%] Built target template [2020-08-04T16:44:22.957Z] Scanning dependencies of target device-counter [2020-08-04T16:44:22.957Z] [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-08-04T16:44:22.957Z] [ 77%] Linking C executable device-counter [2020-08-04T16:44:22.957Z] [ 77%] Built target device-counter [2020-08-04T16:44:22.957Z] Scanning dependencies of target device-random [2020-08-04T16:44:22.957Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-08-04T16:44:23.217Z] [ 80%] Linking C executable device-random [2020-08-04T16:44:23.217Z] [ 80%] Built target device-random [2020-08-04T16:44:23.217Z] Scanning dependencies of target device-gyro [2020-08-04T16:44:23.217Z] [ 81%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-08-04T16:44:23.217Z] [ 83%] Linking C executable device-gyro [2020-08-04T16:44:23.476Z] [ 83%] Built target device-gyro [2020-08-04T16:44:23.476Z] Scanning dependencies of target device-bitfields [2020-08-04T16:44:23.476Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-08-04T16:44:23.476Z] [ 86%] Linking C executable device-bitfields [2020-08-04T16:44:23.476Z] [ 86%] Built target device-bitfields [2020-08-04T16:44:23.477Z] Scanning dependencies of target template-discovery [2020-08-04T16:44:23.477Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-08-04T16:44:23.477Z] [ 90%] Linking C executable template-discovery [2020-08-04T16:44:23.737Z] [ 90%] Built target template-discovery [2020-08-04T16:44:23.737Z] Scanning dependencies of target device-file [2020-08-04T16:44:23.737Z] [ 91%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-08-04T16:44:23.737Z] [ 93%] Linking C executable device-file [2020-08-04T16:44:23.737Z] [ 93%] Built target device-file [2020-08-04T16:44:23.737Z] Scanning dependencies of target device-terminal [2020-08-04T16:44:23.737Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-08-04T16:44:23.997Z] [ 96%] Linking C executable device-terminal [2020-08-04T16:44:23.997Z] [ 96%] Built target device-terminal [2020-08-04T16:44:23.997Z] Scanning dependencies of target templatev1 [2020-08-04T16:44:23.997Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-08-04T16:44:23.997Z] [100%] Linking C executable templatev1 [2020-08-04T16:44:24.137Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-08-04T16:44:24.257Z] [100%] Built target templatev1 [2020-08-04T16:44:24.257Z] make: Entering directory '/tmp/sdk/build/release' [2020-08-04T16:44:24.257Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-08-04T16:44:24.257Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-08-04T16:44:24.257Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-08-04T16:44:24.257Z] [ 70%] Built target csdk [2020-08-04T16:44:24.257Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-08-04T16:44:24.257Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-08-04T16:44:24.257Z] [ 73%] Built target template [2020-08-04T16:44:24.257Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-08-04T16:44:24.257Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-08-04T16:44:24.257Z] [ 77%] Built target device-counter [2020-08-04T16:44:24.257Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-08-04T16:44:24.257Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-08-04T16:44:24.257Z] [ 80%] Built target device-random [2020-08-04T16:44:24.257Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-08-04T16:44:24.257Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-08-04T16:44:24.257Z] [ 83%] Built target device-gyro [2020-08-04T16:44:24.257Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-08-04T16:44:24.257Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-08-04T16:44:24.257Z] [ 86%] Built target device-bitfields [2020-08-04T16:44:24.257Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-08-04T16:44:24.257Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-08-04T16:44:24.257Z] [ 90%] Built target template-discovery [2020-08-04T16:44:24.257Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-08-04T16:44:24.257Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-08-04T16:44:24.257Z] [ 93%] Built target device-file [2020-08-04T16:44:24.257Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-08-04T16:44:24.257Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-08-04T16:44:24.257Z] [ 96%] Built target device-terminal [2020-08-04T16:44:24.257Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-08-04T16:44:24.257Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-08-04T16:44:24.257Z] [100%] Built target templatev1 [2020-08-04T16:44:24.257Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-08-04T16:44:24.257Z] Install the project... [2020-08-04T16:44:24.257Z] -- Install configuration: "Release" [2020-08-04T16:44:24.257Z] -- Installing: /usr/local/lib/libcsdk.so [2020-08-04T16:44:24.257Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-08-04T16:44:24.257Z] -- Up-to-date: /usr/local/include [2020-08-04T16:44:24.257Z] -- Installing: /usr/local/include/devsdk [2020-08-04T16:44:24.257Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-08-04T16:44:24.257Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-08-04T16:44:24.257Z] -- Installing: /usr/local/include/edgex [2020-08-04T16:44:24.257Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-08-04T16:44:24.409Z] [ 70%] Linking C shared library libcsdk.so [2020-08-04T16:44:24.409Z] [ 70%] Built target csdk [2020-08-04T16:44:24.409Z] Scanning dependencies of target template [2020-08-04T16:44:24.409Z] [ 72%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-08-04T16:44:24.518Z] -- Installing: /usr/local/include/edgex/devices.h [2020-08-04T16:44:24.518Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-08-04T16:44:24.518Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-08-04T16:44:24.518Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-08-04T16:44:24.518Z] -- Installing: /usr/local/include/edgex/error.h [2020-08-04T16:44:24.518Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-08-04T16:44:24.518Z] -- Installing: /usr/local/include/edgex/os.h [2020-08-04T16:44:24.518Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-08-04T16:44:24.518Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-08-04T16:44:24.518Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-08-04T16:44:24.518Z] -- Installing: /usr/local/include/iot [2020-08-04T16:44:24.518Z] -- Installing: /usr/local/include/iot/base64.h [2020-08-04T16:44:24.518Z] -- Installing: /usr/local/include/iot/component.h [2020-08-04T16:44:24.518Z] -- Installing: /usr/local/include/iot/config.h [2020-08-04T16:44:24.518Z] -- Installing: /usr/local/include/iot/container.h [2020-08-04T16:44:24.518Z] -- Installing: /usr/local/include/iot/data.h [2020-08-04T16:44:24.518Z] -- Installing: /usr/local/include/iot/hash.h [2020-08-04T16:44:24.518Z] -- Installing: /usr/local/include/iot/iot.h [2020-08-04T16:44:24.518Z] -- Installing: /usr/local/include/iot/json.h [2020-08-04T16:44:24.518Z] -- Installing: /usr/local/include/iot/logger.h [2020-08-04T16:44:24.518Z] -- Installing: /usr/local/include/iot/os.h [2020-08-04T16:44:24.518Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-08-04T16:44:24.518Z] -- Installing: /usr/local/include/iot/thread.h [2020-08-04T16:44:24.518Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-08-04T16:44:24.518Z] -- Installing: /usr/local/include/iot/time.h [2020-08-04T16:44:24.518Z] -- Installing: /usr/local/include/iot/typecode.h [2020-08-04T16:44:24.518Z] -- Installing: /usr/local/include/iot/os [2020-08-04T16:44:24.518Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-08-04T16:44:24.518Z] -- Installing: /usr/local/include/iot/os/macos.h [2020-08-04T16:44:24.518Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-08-04T16:44:24.518Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-08-04T16:44:24.518Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-08-04T16:44:24.518Z] make: Leaving directory '/tmp/sdk/build/release' [2020-08-04T16:44:25.436Z] [ 73%] Linking C executable template [2020-08-04T16:44:25.436Z] [ 73%] Built target template [2020-08-04T16:44:25.436Z] Scanning dependencies of target device-counter [2020-08-04T16:44:25.436Z] [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-08-04T16:44:26.076Z] [ 77%] Linking C executable device-counter [2020-08-04T16:44:26.391Z] [ 77%] Built target device-counter [2020-08-04T16:44:26.391Z] Scanning dependencies of target device-random [2020-08-04T16:44:26.391Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-08-04T16:44:26.428Z] Removing intermediate container 6b8fcd9aa42a [2020-08-04T16:44:26.428Z] ---> 49e9e48f5330 [2020-08-04T16:44:26.428Z] Step 14/21 : FROM ${BASE} [2020-08-04T16:44:26.428Z] ---> 5eabd8fd8ba2 [2020-08-04T16:44:26.428Z] Step 15/21 : MAINTAINER IOTech [2020-08-04T16:44:26.428Z] ---> Running in 136e001604c7 [2020-08-04T16:44:26.428Z] Removing intermediate container 136e001604c7 [2020-08-04T16:44:26.428Z] ---> c2ea2755c33e [2020-08-04T16:44:26.428Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-08-04T16:44:26.687Z] ---> Running in fedb3300457b [2020-08-04T16:44:27.026Z] [ 80%] Linking C executable device-random [2020-08-04T16:44:27.026Z] [ 80%] Built target device-random [2020-08-04T16:44:27.026Z] Scanning dependencies of target device-gyro [2020-08-04T16:44:27.026Z] [ 81%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-08-04T16:44:27.257Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-08-04T16:44:27.637Z] [ 83%] Linking C executable device-gyro [2020-08-04T16:44:27.915Z] [ 83%] Built target device-gyro [2020-08-04T16:44:27.915Z] Scanning dependencies of target device-bitfields [2020-08-04T16:44:27.915Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-08-04T16:44:28.190Z] [ 86%] Linking C executable device-bitfields [2020-08-04T16:44:28.465Z] [ 86%] Built target device-bitfields [2020-08-04T16:44:28.465Z] Scanning dependencies of target template-discovery [2020-08-04T16:44:28.465Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-08-04T16:44:28.638Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-08-04T16:44:28.898Z] (1/3) Installing curl (7.64.0-r3) [2020-08-04T16:44:29.158Z] (2/3) Installing libuuid (2.33-r0) [2020-08-04T16:44:29.158Z] (3/3) Installing wget (1.20.3-r0) [2020-08-04T16:44:29.417Z] Executing busybox-1.29.3-r10.trigger [2020-08-04T16:44:29.417Z] OK: 268 MiB in 78 packages [2020-08-04T16:44:29.437Z] [ 90%] Linking C executable template-discovery [2020-08-04T16:44:29.437Z] [ 90%] Built target template-discovery [2020-08-04T16:44:29.437Z] Scanning dependencies of target device-file [2020-08-04T16:44:29.437Z] [ 91%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-08-04T16:44:29.987Z] Removing intermediate container fedb3300457b [2020-08-04T16:44:29.988Z] ---> 395d740a31f7 [2020-08-04T16:44:29.988Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-08-04T16:44:30.028Z] [ 93%] Linking C executable device-file [2020-08-04T16:44:30.247Z] ---> 5e04a0a4acca [2020-08-04T16:44:30.248Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-08-04T16:44:30.299Z] [ 93%] Built target device-file [2020-08-04T16:44:30.299Z] Scanning dependencies of target device-terminal [2020-08-04T16:44:30.299Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-08-04T16:44:30.508Z] ---> 5ed8d363f43a [2020-08-04T16:44:30.508Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-08-04T16:44:30.508Z] ---> 382f8125e09b [2020-08-04T16:44:30.508Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-08-04T16:44:30.768Z] ---> 8729dace7395 [2020-08-04T16:44:30.769Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-08-04T16:44:30.893Z] [ 96%] Linking C executable device-terminal [2020-08-04T16:44:31.030Z] ---> 4c68b05a999a [2020-08-04T16:44:31.030Z] Successfully built 4c68b05a999a [2020-08-04T16:44:31.030Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [2020-08-04T16:44:31.167Z] [ 96%] Built target device-terminal [2020-08-04T16:44:31.167Z] Scanning dependencies of target templatev1 [2020-08-04T16:44:31.167Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-04T16:44:31.684Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-04T16:44:31.684Z] . [Pipeline] withDockerContainer [2020-08-04T16:44:31.757Z] [100%] Linking C executable templatev1 [2020-08-04T16:44:31.758Z] [100%] Built target templatev1 [2020-08-04T16:44:31.758Z] + make package [2020-08-04T16:44:31.758Z] + tee -a release.log [2020-08-04T16:44:31.778Z] prd-centos7-docker-4c-2g-2067 does not seem to be running inside a container [2020-08-04T16:44:31.816Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/39 -v /w/workspace/device-sdk-c/39:/w/workspace/device-sdk-c/39:rw,z -v /w/workspace/device-sdk-c/39@tmp:/w/workspace/device-sdk-c/39@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-08-04T16:44:32.032Z] [ 70%] Built target csdk [2020-08-04T16:44:32.032Z] [ 73%] Built target template [2020-08-04T16:44:32.032Z] [ 77%] Built target device-counter [2020-08-04T16:44:32.032Z] [ 80%] Built target device-random [2020-08-04T16:44:32.032Z] [ 83%] Built target device-gyro [2020-08-04T16:44:32.304Z] [ 86%] Built target device-bitfields [2020-08-04T16:44:32.304Z] [ 90%] Built target template-discovery [2020-08-04T16:44:32.304Z] [ 93%] Built target device-file [2020-08-04T16:44:32.304Z] [ 96%] Built target device-terminal [2020-08-04T16:44:32.304Z] [100%] Built target templatev1 [2020-08-04T16:44:32.304Z] Run CPack packaging tool... [2020-08-04T16:44:32.577Z] CPack: Create package using TGZ [2020-08-04T16:44:32.577Z] CPack: Install projects [2020-08-04T16:44:32.577Z] CPack: - Run preinstall target for: Csdk [2020-08-04T16:44:32.646Z] $ docker top 7bf0b52a5c58781a7910f801b404bc7ffb43e4d4333afcf281b349b420f5d0cc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-04T16:44:33.114Z] + make test [2020-08-04T16:44:33.114Z] echo "make test" [2020-08-04T16:44:33.114Z] make test [Pipeline] } [2020-08-04T16:44:33.123Z] $ docker stop --time=1 7bf0b52a5c58781a7910f801b404bc7ffb43e4d4333afcf281b349b420f5d0cc [2020-08-04T16:44:33.170Z] CPack: - Install project: Csdk [2020-08-04T16:44:33.170Z] CPack: Create package [2020-08-04T16:44:33.170Z] CPack: - package: /tmp/sdk/build/release/csdk-1.3.0-dev.3.tar.gz generated. [2020-08-04T16:44:33.170Z] + '[' false '=' true ] [2020-08-04T16:44:33.170Z] + '[' false '=' true ] [2020-08-04T16:44:33.170Z] + mkdir -p /tmp/sdk/build/debug [2020-08-04T16:44:33.170Z] + cd /tmp/sdk/build/debug [2020-08-04T16:44:33.170Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-08-04T16:44:33.442Z] -- The C compiler identification is GNU 8.3.0 [2020-08-04T16:44:33.442Z] -- Check for working C compiler: /usr/bin/cc [2020-08-04T16:44:33.715Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-08-04T16:44:33.715Z] -- Detecting C compiler ABI info [2020-08-04T16:44:33.984Z] -- Detecting C compiler ABI info - done [2020-08-04T16:44:33.984Z] -- Detecting C compile features [2020-08-04T16:44:34.464Z] $ docker rm -f 7bf0b52a5c58781a7910f801b404bc7ffb43e4d4333afcf281b349b420f5d0cc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-08-04T16:44:34.959Z] -- Detecting C compile features - done [2020-08-04T16:44:34.959Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-08-04T16:44:34.959Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-08-04T16:44:34.959Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-08-04T16:44:34.959Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-08-04T16:44:34.959Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-08-04T16:44:34.959Z] -- C SDK 1.3.0-dev.3 for Linux [2020-08-04T16:44:34.959Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-08-04T16:44:34.959Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-08-04T16:44:34.959Z] -- Found Curses: /usr/lib/libcurses.so [2020-08-04T16:44:35.231Z] -- Configuring done [2020-08-04T16:44:35.504Z] -- Generating done [2020-08-04T16:44:35.504Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-08-04T16:44:35.504Z] + make [2020-08-04T16:44:35.504Z] + tee debug.log [2020-08-04T16:44:35.504Z] Scanning dependencies of target csdk [2020-08-04T16:44:35.785Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-08-04T16:44:36.059Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-08-04T16:44:36.331Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-08-04T16:44:36.922Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [Pipeline] sh [2020-08-04T16:44:37.193Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-08-04T16:44:37.267Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-04T16:44:37.466Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-08-04T16:44:37.557Z] + ls -al . [2020-08-04T16:44:37.557Z] total 160 [2020-08-04T16:44:37.557Z] drwxrwxr-x. 9 jenkins jenkins 275 Aug 4 16:43 . [2020-08-04T16:44:37.557Z] drwxrwxr-x. 4 jenkins jenkins 30 Aug 4 16:43 .. [2020-08-04T16:44:37.557Z] -rw-rw-r--. 1 jenkins jenkins 3104 Aug 4 16:43 Attribution.txt [2020-08-04T16:44:37.557Z] -rw-rw-r--. 1 jenkins jenkins 5923 Aug 4 16:43 CHANGES [2020-08-04T16:44:37.557Z] drwxrwxr-x. 2 jenkins jenkins 144 Aug 4 16:43 docs [2020-08-04T16:44:37.557Z] -rw-rw-r--. 1 jenkins jenkins 108574 Aug 4 16:43 Doxyfile [2020-08-04T16:44:37.557Z] drwxrwxr-x. 8 jenkins jenkins 162 Aug 4 16:43 .git [2020-08-04T16:44:37.557Z] drwxrwxr-x. 2 jenkins jenkins 38 Aug 4 16:43 .github [2020-08-04T16:44:37.557Z] -rw-rw-r--. 1 jenkins jenkins 176 Aug 4 16:43 .gitignore [2020-08-04T16:44:37.557Z] drwxrwxr-x. 4 jenkins jenkins 33 Aug 4 16:43 include [2020-08-04T16:44:37.557Z] -rw-rw-r--. 1 jenkins jenkins 794 Aug 4 16:43 Jenkinsfile [2020-08-04T16:44:37.558Z] -rw-rw-r--. 1 jenkins jenkins 10174 Aug 4 16:43 LICENSE [2020-08-04T16:44:37.558Z] -rw-rw-r--. 1 jenkins jenkins 449 Aug 4 16:43 Makefile [2020-08-04T16:44:37.558Z] -rw-rw-r--. 1 jenkins jenkins 1899 Aug 4 16:43 README.md [2020-08-04T16:44:37.558Z] -rw-rw-r--. 1 jenkins jenkins 5977 Aug 4 16:43 README.v2.md [2020-08-04T16:44:37.558Z] drwxrwxr-x. 2 jenkins jenkins 108 Aug 4 16:43 scripts [2020-08-04T16:44:37.558Z] drwxrwxr-x. 3 jenkins jenkins 58 Aug 4 16:43 .semver [2020-08-04T16:44:37.558Z] drwxrwxr-x. 4 jenkins jenkins 50 Aug 4 16:43 src [2020-08-04T16:44:37.558Z] -rw-rw-r--. 1 jenkins jenkins 11 Aug 4 16:40 VERSION [Pipeline] isUnix [Pipeline] sh [2020-08-04T16:44:37.742Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-08-04T16:44:37.855Z] + docker build -t docker-device-sdk-c -f scripts/Dockerfile.alpine-3.11 --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=e04f6c7b98e5d4f437d89dd93d473807ba88ad5c --label arch=amd64 --label version=1.3.0-dev.3 . [2020-08-04T16:44:37.855Z] Sending build context to Docker daemon 3.454MB [2020-08-04T16:44:37.855Z] Step 1/15 : ARG BASE=alpine:3.11 [2020-08-04T16:44:37.855Z] Step 2/15 : FROM ${BASE} [2020-08-04T16:44:37.855Z] ---> 4c68b05a999a [2020-08-04T16:44:37.855Z] Step 3/15 : MAINTAINER IOTech [2020-08-04T16:44:38.338Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-08-04T16:44:38.425Z] ---> Running in 93574459e000 [2020-08-04T16:44:38.425Z] Removing intermediate container 93574459e000 [2020-08-04T16:44:38.425Z] ---> 0457e05f61c0 [2020-08-04T16:44:38.425Z] 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-08-04T16:44:38.609Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-08-04T16:44:38.685Z] ---> Running in 6c410374d392 [2020-08-04T16:44:38.883Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-08-04T16:44:38.946Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-08-04T16:44:39.154Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-08-04T16:44:39.427Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-08-04T16:44:39.700Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-08-04T16:44:39.973Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-08-04T16:44:40.328Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-08-04T16:44:40.948Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-08-04T16:44:40.948Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-08-04T16:44:41.219Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-08-04T16:44:41.268Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2020-08-04T16:44:41.268Z] (2/6) Installing libblkid (2.33-r0) [2020-08-04T16:44:41.489Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-08-04T16:44:41.528Z] (3/6) Installing libfdisk (2.33-r0) [2020-08-04T16:44:41.761Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-08-04T16:44:41.788Z] (4/6) Installing libmount (2.33-r0) [2020-08-04T16:44:42.048Z] (5/6) Installing libsmartcols (2.33-r0) [2020-08-04T16:44:42.048Z] (6/6) Installing util-linux-dev (2.33-r0) [2020-08-04T16:44:42.352Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-08-04T16:44:42.622Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-08-04T16:44:42.622Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-08-04T16:44:42.894Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-08-04T16:44:43.167Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-08-04T16:44:43.167Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-08-04T16:44:43.435Z] Executing busybox-1.29.3-r10.trigger [2020-08-04T16:44:43.435Z] OK: 272 MiB in 84 packages [2020-08-04T16:44:43.440Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-08-04T16:44:43.713Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-08-04T16:44:43.994Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-08-04T16:44:44.010Z] Removing intermediate container 6c410374d392 [2020-08-04T16:44:44.010Z] ---> bbf7fa419579 [2020-08-04T16:44:44.010Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-08-04T16:44:44.010Z] ---> 8c1d598b9799 [2020-08-04T16:44:44.010Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-08-04T16:44:44.263Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-08-04T16:44:44.263Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-08-04T16:44:44.853Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-08-04T16:44:44.953Z] ---> 07fe8d95bb71 [2020-08-04T16:44:44.953Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-08-04T16:44:44.953Z] ---> 875ca323f401 [2020-08-04T16:44:44.953Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-08-04T16:44:45.121Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-08-04T16:44:45.214Z] ---> 23e17b663467 [2020-08-04T16:44:45.214Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-08-04T16:44:45.475Z] ---> 38e64ad7ba98 [2020-08-04T16:44:45.475Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-08-04T16:44:45.737Z] ---> c287461d46ec [2020-08-04T16:44:45.737Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-08-04T16:44:45.737Z] ---> Running in fb85af95f84f [2020-08-04T16:44:45.997Z] Removing intermediate container fb85af95f84f [2020-08-04T16:44:45.997Z] ---> 1d334b7d07ea [2020-08-04T16:44:45.997Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-08-04T16:44:45.997Z] ---> Running in 27d2fffd6049 [2020-08-04T16:44:46.091Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-08-04T16:44:46.258Z] Removing intermediate container 27d2fffd6049 [2020-08-04T16:44:46.258Z] ---> f91ba534ede9 [2020-08-04T16:44:46.258Z] Step 13/15 : LABEL arch=amd64 [2020-08-04T16:44:46.258Z] ---> Running in 95c9755c6fae [2020-08-04T16:44:46.362Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-08-04T16:44:46.519Z] Removing intermediate container 95c9755c6fae [2020-08-04T16:44:46.519Z] ---> c446e9ed61cb [2020-08-04T16:44:46.519Z] Step 14/15 : LABEL git_sha=e04f6c7b98e5d4f437d89dd93d473807ba88ad5c [2020-08-04T16:44:46.519Z] ---> Running in e01ec3c5db65 [2020-08-04T16:44:46.519Z] Removing intermediate container e01ec3c5db65 [2020-08-04T16:44:46.519Z] ---> deb7dd49191b [2020-08-04T16:44:46.519Z] Step 15/15 : LABEL version=1.3.0-dev.3 [2020-08-04T16:44:46.634Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-08-04T16:44:46.780Z] ---> Running in f56be993172c [2020-08-04T16:44:46.780Z] Removing intermediate container f56be993172c [2020-08-04T16:44:46.780Z] ---> bc06867c9b77 [2020-08-04T16:44:46.780Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2020-08-04T16:44:46.780Z] Successfully built bc06867c9b77 [2020-08-04T16:44:46.780Z] Successfully tagged docker-device-sdk-c:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-08-04T16:44:46.913Z] [ 59%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [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] } [2020-08-04T16:44:47.183Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-04T16:44:48.155Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-08-04T16:44:48.426Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-08-04T16:44:49.019Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-08-04T16:44:49.292Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-08-04T16:44:49.885Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-08-04T16:44:50.158Z] [ 70%] Linking C shared library libcsdk.so [2020-08-04T16:44:50.158Z] [ 70%] Built target csdk [2020-08-04T16:44:50.429Z] Scanning dependencies of target template [2020-08-04T16:44:50.429Z] [ 72%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-08-04T16:44:50.702Z] [ 73%] Linking C executable template [2020-08-04T16:44:50.702Z] [ 73%] Built target template [2020-08-04T16:44:50.702Z] Scanning dependencies of target device-counter [2020-08-04T16:44:50.973Z] [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-08-04T16:44:51.244Z] [ 77%] Linking C executable device-counter [2020-08-04T16:44:51.244Z] [ 77%] Built target device-counter [2020-08-04T16:44:51.244Z] Scanning dependencies of target device-random [2020-08-04T16:44:51.515Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-08-04T16:44:51.516Z] [ 80%] Linking C executable device-random [2020-08-04T16:44:51.787Z] [ 80%] Built target device-random [2020-08-04T16:44:51.787Z] Scanning dependencies of target device-gyro [2020-08-04T16:44:51.787Z] [ 81%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-08-04T16:44:52.059Z] [ 83%] Linking C executable device-gyro [2020-08-04T16:44:52.331Z] [ 83%] Built target device-gyro [2020-08-04T16:44:52.331Z] Scanning dependencies of target device-bitfields [2020-08-04T16:44:52.331Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-08-04T16:44:52.603Z] [ 86%] Linking C executable device-bitfields [2020-08-04T16:44:52.872Z] [ 86%] Built target device-bitfields [2020-08-04T16:44:52.872Z] Scanning dependencies of target template-discovery [2020-08-04T16:44:52.872Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-08-04T16:44:53.144Z] [ 90%] Linking C executable template-discovery [2020-08-04T16:44:53.416Z] [ 90%] Built target template-discovery [2020-08-04T16:44:53.416Z] Scanning dependencies of target device-file [2020-08-04T16:44:53.416Z] [ 91%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-08-04T16:44:53.687Z] [ 93%] Linking C executable device-file [2020-08-04T16:44:53.958Z] [ 93%] Built target device-file [2020-08-04T16:44:53.958Z] Scanning dependencies of target device-terminal [2020-08-04T16:44:53.959Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-08-04T16:44:54.231Z] [ 96%] Linking C executable device-terminal [2020-08-04T16:44:54.503Z] [ 96%] Built target device-terminal [2020-08-04T16:44:54.503Z] Scanning dependencies of target templatev1 [2020-08-04T16:44:54.503Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-08-04T16:44:54.775Z] [100%] Linking C executable templatev1 [2020-08-04T16:44:55.046Z] [100%] Built target templatev1 [2020-08-04T16:44:55.046Z] make: Entering directory '/tmp/sdk/build/release' [2020-08-04T16:44:55.046Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-08-04T16:44:55.046Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-08-04T16:44:55.046Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-08-04T16:44:55.046Z] [ 70%] Built target csdk [2020-08-04T16:44:55.046Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-08-04T16:44:55.046Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-08-04T16:44:55.319Z] [ 73%] Built target template [2020-08-04T16:44:55.319Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-08-04T16:44:55.319Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-08-04T16:44:55.319Z] [ 77%] Built target device-counter [2020-08-04T16:44:55.319Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-08-04T16:44:55.319Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-08-04T16:44:55.319Z] [ 80%] Built target device-random [2020-08-04T16:44:55.319Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-08-04T16:44:55.319Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-08-04T16:44:55.319Z] [ 83%] Built target device-gyro [2020-08-04T16:44:55.319Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-08-04T16:44:55.319Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-08-04T16:44:55.319Z] [ 86%] Built target device-bitfields [2020-08-04T16:44:55.319Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-08-04T16:44:55.319Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-08-04T16:44:55.319Z] [ 90%] Built target template-discovery [2020-08-04T16:44:55.319Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-08-04T16:44:55.319Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-08-04T16:44:55.319Z] [ 93%] Built target device-file [2020-08-04T16:44:55.319Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-08-04T16:44:55.319Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-08-04T16:44:55.590Z] [ 96%] Built target device-terminal [2020-08-04T16:44:55.590Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-08-04T16:44:55.590Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-08-04T16:44:55.590Z] [100%] Built target templatev1 [2020-08-04T16:44:55.590Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-08-04T16:44:55.590Z] Install the project... [2020-08-04T16:44:55.590Z] -- Install configuration: "Release" [2020-08-04T16:44:55.590Z] -- Installing: /usr/local/lib/libcsdk.so [2020-08-04T16:44:55.590Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-08-04T16:44:55.590Z] -- Up-to-date: /usr/local/include [2020-08-04T16:44:55.590Z] -- Installing: /usr/local/include/edgex [2020-08-04T16:44:55.590Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-08-04T16:44:55.590Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-08-04T16:44:55.590Z] -- Installing: /usr/local/include/edgex/error.h [2020-08-04T16:44:55.590Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-08-04T16:44:55.590Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-08-04T16:44:55.590Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-08-04T16:44:55.590Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-08-04T16:44:55.590Z] -- Installing: /usr/local/include/edgex/devices.h [2020-08-04T16:44:55.590Z] -- Installing: /usr/local/include/edgex/os.h [2020-08-04T16:44:55.590Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-08-04T16:44:55.590Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-08-04T16:44:55.590Z] -- Installing: /usr/local/include/devsdk [2020-08-04T16:44:55.590Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-08-04T16:44:55.590Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-08-04T16:44:55.590Z] -- Installing: /usr/local/include/iot [2020-08-04T16:44:55.590Z] -- Installing: /usr/local/include/iot/json.h [2020-08-04T16:44:55.590Z] -- Installing: /usr/local/include/iot/container.h [2020-08-04T16:44:55.590Z] -- Installing: /usr/local/include/iot/component.h [2020-08-04T16:44:55.590Z] -- Installing: /usr/local/include/iot/typecode.h [2020-08-04T16:44:55.590Z] -- Installing: /usr/local/include/iot/iot.h [2020-08-04T16:44:55.590Z] -- Installing: /usr/local/include/iot/time.h [2020-08-04T16:44:55.590Z] -- Installing: /usr/local/include/iot/hash.h [2020-08-04T16:44:55.590Z] -- Installing: /usr/local/include/iot/logger.h [2020-08-04T16:44:55.590Z] -- Installing: /usr/local/include/iot/os [2020-08-04T16:44:55.590Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-08-04T16:44:55.590Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-08-04T16:44:55.590Z] -- Installing: /usr/local/include/iot/os/macos.h [2020-08-04T16:44:55.590Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-08-04T16:44:55.590Z] -- Installing: /usr/local/include/iot/data.h [2020-08-04T16:44:55.590Z] -- Installing: /usr/local/include/iot/thread.h [2020-08-04T16:44:55.590Z] -- Installing: /usr/local/include/iot/os.h [2020-08-04T16:44:55.590Z] -- Installing: /usr/local/include/iot/base64.h [2020-08-04T16:44:55.590Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-08-04T16:44:55.590Z] -- Installing: /usr/local/include/iot/config.h [2020-08-04T16:44:55.590Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-08-04T16:44:55.590Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-08-04T16:44:55.590Z] make: Leaving directory '/tmp/sdk/build/release' [2020-08-04T16:44:58.206Z] Removing intermediate container 641d43b2c2bf [2020-08-04T16:44:58.206Z] ---> 6ff72fe73945 [2020-08-04T16:44:58.206Z] Step 14/21 : FROM ${BASE} [2020-08-04T16:44:58.206Z] ---> b23d30803547 [2020-08-04T16:44:58.207Z] Step 15/21 : MAINTAINER IOTech [2020-08-04T16:44:58.207Z] ---> Running in ae704704f0b0 [2020-08-04T16:44:58.478Z] Removing intermediate container ae704704f0b0 [2020-08-04T16:44:58.478Z] ---> e754293ae652 [2020-08-04T16:44:58.478Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-08-04T16:44:58.478Z] ---> Running in 92f3d6d5c640 [2020-08-04T16:45:00.454Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-08-04T16:45:01.423Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-08-04T16:45:02.398Z] (1/3) Installing curl (7.64.0-r3) [2020-08-04T16:45:02.398Z] (2/3) Installing libuuid (2.33-r0) [2020-08-04T16:45:02.398Z] (3/3) Installing wget (1.20.3-r0) [2020-08-04T16:45:02.684Z] Executing busybox-1.29.3-r10.trigger [2020-08-04T16:45:02.684Z] OK: 281 MiB in 78 packages [2020-08-04T16:45:04.121Z] Removing intermediate container 92f3d6d5c640 [2020-08-04T16:45:04.121Z] ---> 1d4ab805d814 [2020-08-04T16:45:04.121Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-08-04T16:45:04.717Z] ---> 1936e182756e [2020-08-04T16:45:04.717Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-08-04T16:45:05.693Z] ---> c7223cfac22b [2020-08-04T16:45:05.693Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-08-04T16:45:06.286Z] ---> 720a4f67f027 [2020-08-04T16:45:06.286Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-08-04T16:45:06.881Z] ---> 8800e3c323e9 [2020-08-04T16:45:06.881Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-08-04T16:45:07.855Z] ---> 1c8cf31d0e45 [2020-08-04T16:45:07.855Z] Successfully built 1c8cf31d0e45 [2020-08-04T16:45:07.855Z] 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-08-04T16:45:10.216Z] + docker inspect -f . ci-base-image-arm64 [2020-08-04T16:45:10.216Z] . [Pipeline] withDockerContainer [2020-08-04T16:45:10.464Z] prd-ubuntu18.04-docker-arm64-4c-16g-2066 does not seem to be running inside a container [2020-08-04T16:45:10.538Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/39 -v /w/workspace/device-sdk-c/39:/w/workspace/device-sdk-c/39:rw,z -v /w/workspace/device-sdk-c/39@tmp:/w/workspace/device-sdk-c/39@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-08-04T16:45:12.451Z] $ docker top adf0d478b4b5676c4f1e02ecfb6c1334c00499db19df9ad4f7f5028b4e01d883 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-04T16:45:13.971Z] + make test [2020-08-04T16:45:13.971Z] echo "make test" [2020-08-04T16:45:13.971Z] make test [Pipeline] } [2020-08-04T16:45:14.006Z] $ docker stop --time=1 adf0d478b4b5676c4f1e02ecfb6c1334c00499db19df9ad4f7f5028b4e01d883 [2020-08-04T16:45:16.011Z] $ docker rm -f adf0d478b4b5676c4f1e02ecfb6c1334c00499db19df9ad4f7f5028b4e01d883 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-04T16:45:16.986Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-04T16:45:17.319Z] + ls -al . [2020-08-04T16:45:17.319Z] total 196 [2020-08-04T16:45:17.319Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 4 16:42 . [2020-08-04T16:45:17.319Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 4 16:42 .. [2020-08-04T16:45:17.319Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 4 16:42 .git [2020-08-04T16:45:17.319Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 4 16:42 .github [2020-08-04T16:45:17.319Z] -rw-rw-r-- 1 jenkins jenkins 176 Aug 4 16:42 .gitignore [2020-08-04T16:45:17.319Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 4 16:42 .semver [2020-08-04T16:45:17.319Z] -rw-rw-r-- 1 jenkins jenkins 3104 Aug 4 16:42 Attribution.txt [2020-08-04T16:45:17.319Z] -rw-rw-r-- 1 jenkins jenkins 5923 Aug 4 16:42 CHANGES [2020-08-04T16:45:17.319Z] -rw-rw-r-- 1 jenkins jenkins 108574 Aug 4 16:42 Doxyfile [2020-08-04T16:45:17.319Z] -rw-rw-r-- 1 jenkins jenkins 794 Aug 4 16:42 Jenkinsfile [2020-08-04T16:45:17.319Z] -rw-rw-r-- 1 jenkins jenkins 10174 Aug 4 16:42 LICENSE [2020-08-04T16:45:17.319Z] -rw-rw-r-- 1 jenkins jenkins 449 Aug 4 16:42 Makefile [2020-08-04T16:45:17.319Z] -rw-rw-r-- 1 jenkins jenkins 1899 Aug 4 16:42 README.md [2020-08-04T16:45:17.319Z] -rw-rw-r-- 1 jenkins jenkins 5977 Aug 4 16:42 README.v2.md [2020-08-04T16:45:17.319Z] -rw-rw-r-- 1 jenkins jenkins 11 Aug 4 16:40 VERSION [2020-08-04T16:45:17.319Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 4 16:42 docs [2020-08-04T16:45:17.319Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 4 16:42 include [2020-08-04T16:45:17.319Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 4 16:42 scripts [2020-08-04T16:45:17.319Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 4 16:42 src [Pipeline] isUnix [Pipeline] sh [2020-08-04T16:45:17.662Z] + docker build -t docker-device-sdk-c-arm64 -f scripts/Dockerfile.alpine-3.11 --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=e04f6c7b98e5d4f437d89dd93d473807ba88ad5c --label arch=arm64 --label version=1.3.0-dev.3 . [2020-08-04T16:45:18.254Z] Sending build context to Docker daemon 3.454MB [2020-08-04T16:45:18.254Z] Step 1/15 : ARG BASE=alpine:3.11 [2020-08-04T16:45:18.254Z] Step 2/15 : FROM ${BASE} [2020-08-04T16:45:18.254Z] ---> 1c8cf31d0e45 [2020-08-04T16:45:18.254Z] Step 3/15 : MAINTAINER IOTech [2020-08-04T16:45:18.527Z] ---> Running in 915f943bcf54 [2020-08-04T16:45:18.797Z] Removing intermediate container 915f943bcf54 [2020-08-04T16:45:18.797Z] ---> 4be3244ae0d6 [2020-08-04T16:45:18.797Z] 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-08-04T16:45:19.068Z] ---> Running in 14ff047f49f8 [2020-08-04T16:45:20.497Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-08-04T16:45:21.920Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-08-04T16:45:22.886Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2020-08-04T16:45:23.157Z] (2/6) Installing libblkid (2.33-r0) [2020-08-04T16:45:23.425Z] (3/6) Installing libfdisk (2.33-r0) [2020-08-04T16:45:23.696Z] (4/6) Installing libmount (2.33-r0) [2020-08-04T16:45:23.966Z] (5/6) Installing libsmartcols (2.33-r0) [2020-08-04T16:45:23.966Z] (6/6) Installing util-linux-dev (2.33-r0) [2020-08-04T16:45:25.392Z] Executing busybox-1.29.3-r10.trigger [2020-08-04T16:45:25.392Z] OK: 286 MiB in 84 packages [2020-08-04T16:45:26.817Z] Removing intermediate container 14ff047f49f8 [2020-08-04T16:45:26.817Z] ---> 314f630f72db [2020-08-04T16:45:26.817Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-08-04T16:45:27.410Z] ---> 52b8a6775da5 [2020-08-04T16:45:27.410Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-08-04T16:45:28.382Z] ---> d76f000d0650 [2020-08-04T16:45:28.382Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-08-04T16:45:28.973Z] ---> 4c84963f7fb1 [2020-08-04T16:45:28.973Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-08-04T16:45:29.565Z] ---> 9da0e2b2edc8 [2020-08-04T16:45:29.565Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-08-04T16:45:30.544Z] ---> a7a7b4fa98a8 [2020-08-04T16:45:30.544Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-08-04T16:45:31.135Z] ---> 4af44a4cb1c1 [2020-08-04T16:45:31.135Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-08-04T16:45:31.135Z] ---> Running in 51f84b7da39c [2020-08-04T16:45:31.726Z] Removing intermediate container 51f84b7da39c [2020-08-04T16:45:31.726Z] ---> 83033a2b71fd [2020-08-04T16:45:31.726Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-08-04T16:45:31.998Z] ---> Running in 279fcf61cb41 [2020-08-04T16:45:32.274Z] Removing intermediate container 279fcf61cb41 [2020-08-04T16:45:32.274Z] ---> e1f30b723776 [2020-08-04T16:45:32.274Z] Step 13/15 : LABEL arch=arm64 [2020-08-04T16:45:32.546Z] ---> Running in 31aeb0b9070b [2020-08-04T16:45:33.138Z] Removing intermediate container 31aeb0b9070b [2020-08-04T16:45:33.138Z] ---> efe360c8957a [2020-08-04T16:45:33.138Z] Step 14/15 : LABEL git_sha=e04f6c7b98e5d4f437d89dd93d473807ba88ad5c [2020-08-04T16:45:33.138Z] ---> Running in 5c9a25c5705a [2020-08-04T16:45:33.727Z] Removing intermediate container 5c9a25c5705a [2020-08-04T16:45:33.727Z] ---> de5fa86b713f [2020-08-04T16:45:33.727Z] Step 15/15 : LABEL version=1.3.0-dev.3 [2020-08-04T16:45:33.727Z] ---> Running in 9c7e2307e3a2 [2020-08-04T16:45:34.317Z] Removing intermediate container 9c7e2307e3a2 [2020-08-04T16:45:34.317Z] ---> ac9f366908f0 [2020-08-04T16:45:34.317Z] [Warning] One or more build-args [MAKE ARCH] were not consumed [2020-08-04T16:45:34.317Z] Successfully built ac9f366908f0 [2020-08-04T16:45:34.317Z] 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-08-04T16:45:36.288Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-04T16:45:36.288Z] . [Pipeline] withDockerContainer [2020-08-04T16:45:36.378Z] prd-centos7-docker-4c-2g-2065 does not seem to be running inside a container [2020-08-04T16:45:36.422Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-04T16:45:37.139Z] $ docker top 6abe447676f849e102be17c23b9b7ab7279983c664b37cb50cdec80a1e3fcfc8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-04T16:45:37.464Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-04T16:45:37.464Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-04T16:45:37.665Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-04T16:45:37.669Z] $ docker exec 6abe447676f849e102be17c23b9b7ab7279983c664b37cb50cdec80a1e3fcfc8 ssh-agent [2020-08-04T16:45:37.826Z] SSH_AUTH_SOCK=/tmp/ssh-bpwHG1cy8gtF/agent.12 [2020-08-04T16:45:37.826Z] SSH_AGENT_PID=17 [2020-08-04T16:45:37.832Z] Running ssh-add (command line suppressed) [2020-08-04T16:45:37.947Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_2893272507131396555.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_2893272507131396555.key) [2020-08-04T16:45:37.991Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-04T16:45:38.317Z] + git semver tag [2020-08-04T16:45:38.317Z] # -> Open(): unable to determine branch for HEAD [2020-08-04T16:45:38.317Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-08-04T16:45:38.317Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-08-04T16:45:38.317Z] # $SEMVER_REMOTE_NAME = origin [2020-08-04T16:45:38.317Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-04T16:45:38.317Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-04T16:45:38.317Z] # $SEMVER_BRANCH = master [2020-08-04T16:45:38.317Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [2020-08-04T16:45:38.317Z] # e04f6c7b98e5d4f437d89dd93d473807ba88ad5c HEAD [2020-08-04T16:45:38.317Z] # -> Force: false [2020-08-04T16:45:38.317Z] # ca18bd025ec00c7f2cc84b967f11d437922feacf refs/tags/v1.3.0-dev.3 [Pipeline] } [2020-08-04T16:45:38.329Z] $ docker exec --env ******** --env ******** 6abe447676f849e102be17c23b9b7ab7279983c664b37cb50cdec80a1e3fcfc8 ssh-agent -k [2020-08-04T16:45:38.452Z] unset SSH_AUTH_SOCK; [2020-08-04T16:45:38.456Z] unset SSH_AGENT_PID; [2020-08-04T16:45:38.456Z] echo Agent pid 17 killed; [2020-08-04T16:45:38.498Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-04T16:45:38.941Z] + git semver [Pipeline] } [2020-08-04T16:45:38.957Z] $ docker stop --time=1 6abe447676f849e102be17c23b9b7ab7279983c664b37cb50cdec80a1e3fcfc8 [2020-08-04T16:45:40.322Z] $ docker rm -f 6abe447676f849e102be17c23b9b7ab7279983c664b37cb50cdec80a1e3fcfc8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-08-04T16:45:40.911Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-04T16:45:40.911Z] [2020-08-04T16:45:40.911Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-08-04T16:45:41.245Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-04T16:45:41.245Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-08-04T16:45:41.245Z] ab5ef0e58194: Pulling fs layer [2020-08-04T16:45:41.245Z] 9712f1f96733: Pulling fs layer [2020-08-04T16:45:41.245Z] 63f879dbbcfc: Pulling fs layer [2020-08-04T16:45:41.245Z] 0d9ebad4ef96: Pulling fs layer [2020-08-04T16:45:41.245Z] e9a5061849ea: Pulling fs layer [2020-08-04T16:45:41.245Z] d747dcd14b5f: Pulling fs layer [2020-08-04T16:45:41.245Z] 2de7ff778b66: Pulling fs layer [2020-08-04T16:45:41.245Z] 0d9ebad4ef96: Waiting [2020-08-04T16:45:41.245Z] e9a5061849ea: Waiting [2020-08-04T16:45:41.245Z] 9712f1f96733: Verifying Checksum [2020-08-04T16:45:41.245Z] 9712f1f96733: Download complete [2020-08-04T16:45:41.844Z] 63f879dbbcfc: Verifying Checksum [2020-08-04T16:45:41.844Z] 63f879dbbcfc: Download complete [2020-08-04T16:45:41.844Z] e9a5061849ea: Verifying Checksum [2020-08-04T16:45:41.844Z] e9a5061849ea: Download complete [2020-08-04T16:45:42.110Z] d747dcd14b5f: Verifying Checksum [2020-08-04T16:45:42.110Z] d747dcd14b5f: Download complete [2020-08-04T16:45:42.110Z] 0d9ebad4ef96: Verifying Checksum [2020-08-04T16:45:42.110Z] 0d9ebad4ef96: Download complete [2020-08-04T16:45:42.110Z] ab5ef0e58194: Verifying Checksum [2020-08-04T16:45:42.110Z] ab5ef0e58194: Download complete [2020-08-04T16:45:42.840Z] 2de7ff778b66: Verifying Checksum [2020-08-04T16:45:47.078Z] ab5ef0e58194: Pull complete [2020-08-04T16:45:47.078Z] 9712f1f96733: Pull complete [2020-08-04T16:45:49.637Z] 63f879dbbcfc: Pull complete [2020-08-04T16:45:54.954Z] 0d9ebad4ef96: Pull complete [2020-08-04T16:45:59.164Z] e9a5061849ea: Pull complete [2020-08-04T16:45:59.164Z] d747dcd14b5f: Pull complete [2020-08-04T16:46:00.112Z] 2de7ff778b66: Pull complete [2020-08-04T16:46:00.112Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-08-04T16:46:00.112Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-04T16:46:00.112Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-08-04T16:46:00.234Z] prd-centos7-docker-4c-2g-2065 does not seem to be running inside a container [2020-08-04T16:46:00.276Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-08-04T16:46:03.856Z] $ docker top 9fb3c38790f6b04f64d0aac4ef864565e684ca9aea0f446163532b38811c0c07 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-08-04T16:46:04.099Z] provisioning config files... [2020-08-04T16:46:04.113Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config3556966959869818386tmp [2020-08-04T16:46:04.129Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config2420075499269209471tmp [2020-08-04T16:46:04.143Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config6023390041478488123tmp [Pipeline] { [Pipeline] echo [2020-08-04T16:46:04.215Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-04T16:46:04.505Z] ---> sigul-configuration.sh [2020-08-04T16:46:04.505Z] gpg: directory `/root/.gnupg' created [2020-08-04T16:46:04.505Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-08-04T16:46:04.505Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-08-04T16:46:04.505Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-08-04T16:46:04.505Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-08-04T16:46:04.505Z] gpg: CAST5 encrypted data [2020-08-04T16:46:04.767Z] gpg: encrypted with 1 passphrase [2020-08-04T16:46:04.767Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-08-04T16:46:05.061Z] + mkdir /home/jenkins [2020-08-04T16:46:05.061Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-08-04T16:46:05.353Z] + 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-08-04T16:46:05.362Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-04T16:46:05.653Z] ---> sigul-install.sh [2020-08-04T16:46:10.947Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-08-04T16:46:11.238Z] + git tag --list [2020-08-04T16:46:11.238Z] v1.3.0-dev.3 [Pipeline] sh [2020-08-04T16:46:11.529Z] + lftools sign git-tag v1.3.0-dev.3 [2020-08-04T16:46:12.913Z] Signing Git tag with Sigul... [2020-08-04T16:46:12.913Z] Signing v1.3.0-dev.3 [Pipeline] echo [2020-08-04T16:46:13.864Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-04T16:46:14.155Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-08-04T16:46:14.164Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-08-04T16:46:14.498Z] $ docker stop --time=1 9fb3c38790f6b04f64d0aac4ef864565e684ca9aea0f446163532b38811c0c07 [2020-08-04T16:46:16.482Z] $ docker rm -f 9fb3c38790f6b04f64d0aac4ef864565e684ca9aea0f446163532b38811c0c07 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-08-04T16:46:17.196Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-04T16:46:17.196Z] . [Pipeline] withDockerContainer [2020-08-04T16:46:17.284Z] prd-centos7-docker-4c-2g-2065 does not seem to be running inside a container [2020-08-04T16:46:17.376Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-04T16:46:18.103Z] $ docker top e03bb2b9ce06e0b31b7b473d1a2df459843fff96f7e33efe1e9ae81f327bdb2d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-04T16:46:18.492Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-04T16:46:18.492Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-04T16:46:18.704Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-04T16:46:18.707Z] $ docker exec e03bb2b9ce06e0b31b7b473d1a2df459843fff96f7e33efe1e9ae81f327bdb2d ssh-agent [2020-08-04T16:46:18.871Z] SSH_AUTH_SOCK=/tmp/ssh-nr00ICn5aESh/agent.11 [2020-08-04T16:46:18.871Z] SSH_AGENT_PID=17 [2020-08-04T16:46:18.876Z] Running ssh-add (command line suppressed) [2020-08-04T16:46:19.001Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_8367511733845474741.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_8367511733845474741.key) [2020-08-04T16:46:19.049Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-04T16:46:19.372Z] + git semver bump pre [2020-08-04T16:46:19.372Z] # -> Open(): unable to determine branch for HEAD [2020-08-04T16:46:19.372Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-08-04T16:46:19.372Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-08-04T16:46:19.372Z] # $SEMVER_REMOTE_NAME = origin [2020-08-04T16:46:19.372Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-04T16:46:19.372Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-04T16:46:19.372Z] # $SEMVER_BRANCH = master [2020-08-04T16:46:19.372Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [2020-08-04T16:46:19.372Z] 1.3.0-dev.4 [Pipeline] } [2020-08-04T16:46:19.382Z] $ docker exec --env ******** --env ******** e03bb2b9ce06e0b31b7b473d1a2df459843fff96f7e33efe1e9ae81f327bdb2d ssh-agent -k [2020-08-04T16:46:19.496Z] unset SSH_AUTH_SOCK; [2020-08-04T16:46:19.496Z] unset SSH_AGENT_PID; [2020-08-04T16:46:19.496Z] echo Agent pid 17 killed; [2020-08-04T16:46:19.543Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-04T16:46:19.993Z] + git semver [Pipeline] } [2020-08-04T16:46:20.008Z] $ docker stop --time=1 e03bb2b9ce06e0b31b7b473d1a2df459843fff96f7e33efe1e9ae81f327bdb2d [2020-08-04T16:46:21.358Z] $ docker rm -f e03bb2b9ce06e0b31b7b473d1a2df459843fff96f7e33efe1e9ae81f327bdb2d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-04T16:46:21.834Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-04T16:46:21.834Z] . [Pipeline] withDockerContainer [2020-08-04T16:46:21.919Z] prd-centos7-docker-4c-2g-2065 does not seem to be running inside a container [2020-08-04T16:46:21.963Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-04T16:46:22.545Z] $ docker top 90b54ee09f4e1e28c94527a641987bd3771969b0a3f34ffe29271fd4cacf385a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-04T16:46:22.782Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-04T16:46:22.782Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-04T16:46:22.946Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-04T16:46:22.949Z] $ docker exec 90b54ee09f4e1e28c94527a641987bd3771969b0a3f34ffe29271fd4cacf385a ssh-agent [2020-08-04T16:46:23.104Z] SSH_AUTH_SOCK=/tmp/ssh-iIzGyVWdKMGl/agent.12 [2020-08-04T16:46:23.104Z] SSH_AGENT_PID=17 [2020-08-04T16:46:23.109Z] Running ssh-add (command line suppressed) [2020-08-04T16:46:23.222Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_9173107462722138360.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_9173107462722138360.key) [2020-08-04T16:46:23.270Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-04T16:46:23.609Z] + git semver push [2020-08-04T16:46:23.609Z] # -> Open(): unable to determine branch for HEAD [2020-08-04T16:46:23.609Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-08-04T16:46:23.609Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-08-04T16:46:23.609Z] # $SEMVER_REMOTE_NAME = origin [2020-08-04T16:46:23.609Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-04T16:46:23.609Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-04T16:46:23.609Z] # $SEMVER_BRANCH = master [2020-08-04T16:46:23.609Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [Pipeline] } [2020-08-04T16:46:30.200Z] $ docker exec --env ******** --env ******** 90b54ee09f4e1e28c94527a641987bd3771969b0a3f34ffe29271fd4cacf385a ssh-agent -k [2020-08-04T16:46:30.314Z] unset SSH_AUTH_SOCK; [2020-08-04T16:46:30.314Z] unset SSH_AGENT_PID; [2020-08-04T16:46:30.314Z] echo Agent pid 17 killed; [2020-08-04T16:46:30.360Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-04T16:46:30.936Z] + git semver [Pipeline] } [2020-08-04T16:46:30.951Z] $ docker stop --time=1 90b54ee09f4e1e28c94527a641987bd3771969b0a3f34ffe29271fd4cacf385a [2020-08-04T16:46:32.322Z] $ docker rm -f 90b54ee09f4e1e28c94527a641987bd3771969b0a3f34ffe29271fd4cacf385a [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-08-04T16:46:33.199Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-04T16:46:33.755Z] ---> package-listing.sh [2020-08-04T16:46:33.755Z] ++ facter osfamily [2020-08-04T16:46:33.755Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-04T16:46:33.755Z] + OS_FAMILY=redhat [2020-08-04T16:46:33.755Z] + workspace=/w/workspace/edgexfoundry_device-sdk-c_master [2020-08-04T16:46:33.755Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-04T16:46:33.755Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-04T16:46:33.755Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-04T16:46:33.755Z] + PACKAGES=/tmp/packages_start.txt [2020-08-04T16:46:33.755Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_master ']' [2020-08-04T16:46:33.755Z] + PACKAGES=/tmp/packages_end.txt [2020-08-04T16:46:33.755Z] + case "${OS_FAMILY}" in [2020-08-04T16:46:33.755Z] + rpm -qa [2020-08-04T16:46:33.755Z] + sort [2020-08-04T16:46:37.958Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-04T16:46:37.958Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-04T16:46:37.958Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-04T16:46:37.958Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_master ']' [2020-08-04T16:46:37.958Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_master/archives/ [2020-08-04T16:46:37.958Z] + 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-08-04T16:46:38.555Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-04T16:46:38.556Z] [2020-08-04T16:46:38.556Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-04T16:46:38.890Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-04T16:46:38.890Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-04T16:46:38.890Z] c9b1b535fdd9: Pulling fs layer [2020-08-04T16:46:38.890Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-04T16:46:38.890Z] 756a868c4378: Pulling fs layer [2020-08-04T16:46:38.890Z] 444b2fc9a129: Pulling fs layer [2020-08-04T16:46:38.890Z] ea15f1150254: Pulling fs layer [2020-08-04T16:46:38.890Z] 41b27a9f41bf: Pulling fs layer [2020-08-04T16:46:38.890Z] 28c525ee5125: Pulling fs layer [2020-08-04T16:46:38.890Z] 094b1ea09ed8: Pulling fs layer [2020-08-04T16:46:38.890Z] 138eaada9080: Pulling fs layer [2020-08-04T16:46:38.890Z] 0622d0fa9048: Pulling fs layer [2020-08-04T16:46:38.890Z] 41b27a9f41bf: Waiting [2020-08-04T16:46:38.890Z] 28c525ee5125: Waiting [2020-08-04T16:46:38.890Z] 094b1ea09ed8: Waiting [2020-08-04T16:46:38.890Z] 444b2fc9a129: Waiting [2020-08-04T16:46:38.890Z] 138eaada9080: Waiting [2020-08-04T16:46:38.890Z] 0622d0fa9048: Waiting [2020-08-04T16:46:38.890Z] ea15f1150254: Waiting [2020-08-04T16:46:38.890Z] 2cc5ad85d9ab: Download complete [2020-08-04T16:46:38.890Z] 444b2fc9a129: Verifying Checksum [2020-08-04T16:46:38.890Z] 444b2fc9a129: Download complete [2020-08-04T16:46:38.890Z] c9b1b535fdd9: Verifying Checksum [2020-08-04T16:46:38.890Z] c9b1b535fdd9: Download complete [2020-08-04T16:46:38.890Z] ea15f1150254: Verifying Checksum [2020-08-04T16:46:38.890Z] ea15f1150254: Download complete [2020-08-04T16:46:38.890Z] 28c525ee5125: Verifying Checksum [2020-08-04T16:46:38.890Z] 28c525ee5125: Download complete [2020-08-04T16:46:39.466Z] 756a868c4378: Verifying Checksum [2020-08-04T16:46:39.466Z] 756a868c4378: Download complete [2020-08-04T16:46:39.466Z] 094b1ea09ed8: Verifying Checksum [2020-08-04T16:46:39.466Z] 094b1ea09ed8: Download complete [2020-08-04T16:46:39.466Z] 138eaada9080: Verifying Checksum [2020-08-04T16:46:39.466Z] 138eaada9080: Download complete [2020-08-04T16:46:39.466Z] 0622d0fa9048: Verifying Checksum [2020-08-04T16:46:39.466Z] 0622d0fa9048: Download complete [2020-08-04T16:46:39.466Z] c9b1b535fdd9: Pull complete [2020-08-04T16:46:39.730Z] 2cc5ad85d9ab: Pull complete [2020-08-04T16:46:39.991Z] 41b27a9f41bf: Download complete [2020-08-04T16:46:41.382Z] 756a868c4378: Pull complete [2020-08-04T16:46:41.382Z] 444b2fc9a129: Pull complete [2020-08-04T16:46:41.643Z] ea15f1150254: Pull complete [2020-08-04T16:46:44.945Z] 41b27a9f41bf: Pull complete [2020-08-04T16:46:45.206Z] 28c525ee5125: Pull complete [2020-08-04T16:46:47.759Z] 094b1ea09ed8: Pull complete [2020-08-04T16:46:47.759Z] 138eaada9080: Pull complete [2020-08-04T16:46:47.759Z] 0622d0fa9048: Pull complete [2020-08-04T16:46:48.021Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-04T16:46:48.021Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-04T16:46:48.021Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-04T16:46:48.156Z] prd-centos7-docker-4c-2g-2065 does not seem to be running inside a container [2020-08-04T16:46:48.192Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-04T16:46:51.181Z] $ docker top e9f90d5d579f5ea6dc60f4e3bc232205fc13a56ac8af447155553f690ae3774a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-04T16:46:51.415Z] provisioning config files... [2020-08-04T16:46:51.428Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config1333124899186407878tmp [Pipeline] { [Pipeline] echo [2020-08-04T16:46:51.497Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-04T16:46:51.789Z] ---> create-netrc.sh [Pipeline] echo [2020-08-04T16:46:51.799Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-04T16:46:52.093Z] ---> logs-deploy.sh [2020-08-04T16:46:52.093Z] + ARCHIVE_ARTIFACTS= [2020-08-04T16:46:52.093Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-04T16:46:52.093Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-04T16:46:52.093Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-04T16:46:52.093Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/master/39 [2020-08-04T16:46:52.093Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-c/job/master/39/ [2020-08-04T16:46:52.093Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/master/39 /w/workspace/edgexfoundry_device-sdk-c_master [2020-08-04T16:46:53.035Z] Archives upload complete. [2020-08-04T16:46:53.294Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/master/39 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-c/job/master/39/