Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 792c57ace9266fa4e49c0a69505766bafa375e3f 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 12d02086ee3dc6ebabaf2c20041ebc308d679d46 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 12d02086ee3dc6ebabaf2c20041ebc308d679d46 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 12d02086ee3dc6ebabaf2c20041ebc308d679d46 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 12d02086ee3dc6ebabaf2c20041ebc308d679d46 # timeout=10 Commit message: "Merge pull request #217 from ernestojeda/codecov-fix" > 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 ‘prd-centos7-docker-4c-2g-724’ is offline Running on prd-centos7-docker-4c-2g-741 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-sdk-c.git > git init /w/workspace/edgexfoundry_device-sdk-c_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > 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 792c57ace9266fa4e49c0a69505766bafa375e3f (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 792c57ace9266fa4e49c0a69505766bafa375e3f # timeout=10 Commit message: "Merge pull request #285 from iain-anderson/issue-284" > git rev-list --no-walk feadb86bacbe0d21fda66ef6cfc7f5b973e1d88c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-23T16:51:07.875Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-23T16:51:08.107Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-23T16:51:08.223Z] ========================================================= [2020-07-23T16:51:08.223Z] EdgeX Global Pipelines Version Info [2020-07-23T16:51:08.223Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-23T16:51:09.632Z] ------------------- [2020-07-23T16:51:09.632Z] stable info: [2020-07-23T16:51:09.632Z] ------------------- [2020-07-23T16:51:09.632Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-23T16:51:09.632Z] Commit SHA: 12d02086ee3dc6ebabaf2c20041ebc308d679d46 [2020-07-23T16:51:09.632Z] Message: update stable to v1.0.104 [2020-07-23T16:51:10.574Z] ------------------- [2020-07-23T16:51:10.574Z] experimental info: [2020-07-23T16:51:10.574Z] ------------------- [2020-07-23T16:51:10.574Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-23T16:51:10.574Z] Commit SHA: 12d02086ee3dc6ebabaf2c20041ebc308d679d46 [2020-07-23T16:51:10.574Z] Message: update experimental to v1.0.104 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-07-23T16:51:12.939Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-23T16:51:13.514Z] [2020-07-23T16:51:13.514Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-23T16:51:13.851Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-23T16:51:13.851Z] latest: Pulling from edgex-devops/git-semver [2020-07-23T16:51:13.851Z] 31603596830f: Pulling fs layer [2020-07-23T16:51:13.851Z] 2a8b12db71e7: Pulling fs layer [2020-07-23T16:51:13.851Z] 6ca5941a6612: Pulling fs layer [2020-07-23T16:51:13.851Z] ecc8261a40a4: Pulling fs layer [2020-07-23T16:51:13.851Z] ecc8261a40a4: Waiting [2020-07-23T16:51:13.851Z] 2a8b12db71e7: Verifying Checksum [2020-07-23T16:51:13.851Z] 2a8b12db71e7: Download complete [2020-07-23T16:51:13.851Z] 31603596830f: Verifying Checksum [2020-07-23T16:51:13.851Z] 31603596830f: Download complete [2020-07-23T16:51:14.114Z] ecc8261a40a4: Verifying Checksum [2020-07-23T16:51:14.114Z] ecc8261a40a4: Download complete [2020-07-23T16:51:14.114Z] 6ca5941a6612: Verifying Checksum [2020-07-23T16:51:14.114Z] 6ca5941a6612: Download complete [2020-07-23T16:51:14.374Z] 31603596830f: Pull complete [2020-07-23T16:51:14.374Z] 2a8b12db71e7: Pull complete [2020-07-23T16:51:14.949Z] 6ca5941a6612: Pull complete [2020-07-23T16:51:15.210Z] ecc8261a40a4: Pull complete [2020-07-23T16:51:15.210Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-23T16:51:15.210Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-23T16:51:15.210Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-23T16:51:15.310Z] prd-centos7-docker-4c-2g-741 does not seem to be running inside a container [2020-07-23T16:51:15.345Z] $ 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-07-23T16:51:17.452Z] $ docker top 32091d392d92ab372fa410b2b98493400a1b64bf77808cca66f358c8d1ecfc2a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-23T16:51:17.695Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-23T16:51:17.695Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-23T16:51:17.891Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-23T16:51:17.892Z] $ docker exec 32091d392d92ab372fa410b2b98493400a1b64bf77808cca66f358c8d1ecfc2a ssh-agent [2020-07-23T16:51:18.049Z] SSH_AUTH_SOCK=/tmp/ssh-TSAfNnWlECa5/agent.11 [2020-07-23T16:51:18.049Z] SSH_AGENT_PID=16 [2020-07-23T16:51:18.060Z] Running ssh-add (command line suppressed) [2020-07-23T16:51:18.171Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_7133024058313139471.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_7133024058313139471.key) [2020-07-23T16:51:18.223Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-23T16:51:18.547Z] + git describe --exact-match --tags HEAD [2020-07-23T16:51:18.547Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-23T16:51:18.676Z] $ docker exec --env ******** --env ******** 32091d392d92ab372fa410b2b98493400a1b64bf77808cca66f358c8d1ecfc2a ssh-agent -k [2020-07-23T16:51:18.793Z] unset SSH_AUTH_SOCK; [2020-07-23T16:51:18.794Z] unset SSH_AGENT_PID; [2020-07-23T16:51:18.794Z] echo Agent pid 16 killed; [2020-07-23T16:51:18.839Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-23T16:51:18.913Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-23T16:51:18.914Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-23T16:51:18.995Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-23T16:51:18.995Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-23T16:51:19.157Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-23T16:51:19.158Z] $ docker exec 32091d392d92ab372fa410b2b98493400a1b64bf77808cca66f358c8d1ecfc2a ssh-agent [2020-07-23T16:51:19.311Z] SSH_AUTH_SOCK=/tmp/ssh-DRpouspCYKEJ/agent.45 [2020-07-23T16:51:19.312Z] SSH_AGENT_PID=50 [2020-07-23T16:51:19.317Z] Running ssh-add (command line suppressed) [2020-07-23T16:51:19.430Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_898026856755973768.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_898026856755973768.key) [2020-07-23T16:51:19.483Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-23T16:51:19.805Z] + git semver init [2020-07-23T16:51:19.805Z] # -> Open(): unable to determine branch for HEAD [2020-07-23T16:51:19.805Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-07-23T16:51:19.805Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-07-23T16:51:19.805Z] # $SEMVER_REMOTE_NAME = origin [2020-07-23T16:51:19.805Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-23T16:51:19.805Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-23T16:51:19.805Z] # $SEMVER_BRANCH = master [2020-07-23T16:51:19.805Z] # $SEMVER_TEMP = /tmp/semver-841434143 [2020-07-23T16:51:19.805Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-c.git $SEMVER_TEMP [2020-07-23T16:51:20.376Z] # '/tmp/semver-841434143' -> '/w/workspace/edgexfoundry_device-sdk-c_master/.semver' [2020-07-23T16:51:20.376Z] # -> Force: false [2020-07-23T16:51:20.376Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [Pipeline] } [2020-07-23T16:51:20.384Z] $ docker exec --env ******** --env ******** 32091d392d92ab372fa410b2b98493400a1b64bf77808cca66f358c8d1ecfc2a ssh-agent -k [2020-07-23T16:51:20.493Z] unset SSH_AUTH_SOCK; [2020-07-23T16:51:20.493Z] unset SSH_AGENT_PID; [2020-07-23T16:51:20.493Z] echo Agent pid 50 killed; [2020-07-23T16:51:20.543Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-23T16:51:21.067Z] + git semver [Pipeline] } [2020-07-23T16:51:21.080Z] $ docker stop --time=1 32091d392d92ab372fa410b2b98493400a1b64bf77808cca66f358c8d1ecfc2a [2020-07-23T16:51:22.435Z] $ docker rm -f 32091d392d92ab372fa410b2b98493400a1b64bf77808cca66f358c8d1ecfc2a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-23T16:51:23.501Z] Stashed 31 file(s) [Pipeline] echo [2020-07-23T16:51:23.503Z] [edgeXSemver] initialized semver on version 1.2.2-dev.12 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-07-23T16:51:38.771Z] Still waiting to schedule task [2020-07-23T16:51:38.772Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-07-23T16:51:38.773Z] Still waiting to schedule task [2020-07-23T16:51:38.773Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-07-23T16:53:18.568Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-742 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] ws [2020-07-23T16:53:18.672Z] Running in /w/workspace/device-sdk-c/36 [Pipeline] { [Pipeline] checkout [2020-07-23T16:53:23.592Z] using credential edgex-jenkins-ssh [2020-07-23T16:53:23.640Z] Cloning the remote Git repository [2020-07-23T16:53:23.640Z] Cloning with configured refspecs honoured and without tags [2020-07-23T16:53:23.693Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-07-23T16:53:24.918Z] Fetching without tags [2020-07-23T16:53:23.806Z] > git init /w/workspace/device-sdk-c/36 # timeout=10 [2020-07-23T16:53:23.859Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-07-23T16:53:23.860Z] > git --version # timeout=10 [2020-07-23T16:53:23.880Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-23T16:53:23.962Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-23T16:53:24.837Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-07-23T16:53:24.855Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-23T16:53:24.884Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-07-23T16:53:24.925Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-07-23T16:53:24.926Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-23T16:53:24.937Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-23T16:53:25.375Z] Checking out Revision 792c57ace9266fa4e49c0a69505766bafa375e3f (master) [2020-07-23T16:53:25.388Z] > git config core.sparsecheckout # timeout=10 [2020-07-23T16:53:25.402Z] > git checkout -f 792c57ace9266fa4e49c0a69505766bafa375e3f # timeout=10 [2020-07-23T16:53:29.775Z] Commit message: "Merge pull request #285 from iain-anderson/issue-284" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-23T16:53:31.055Z] ========================================================= [2020-07-23T16:53:31.055Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] [2020-07-23T16:53:31.055Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-23T16:53:32.440Z] + docker build -t ci-base-image-arm64 -f scripts/Dockerfile.alpine-3.11-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest . [2020-07-23T16:53:33.425Z] Sending build context to Docker daemon 3.416MB [2020-07-23T16:53:33.425Z] Step 1/21 : ARG BASE=alpine:3.11 [2020-07-23T16:53:33.425Z] Step 2/21 : FROM ${BASE} as builder [2020-07-23T16:53:33.699Z] latest: Pulling from edgex-devops/edgex-gcc-base-arm64 [2020-07-23T16:53:33.699Z] 0362ad1dd800: Pulling fs layer [2020-07-23T16:53:33.699Z] f2cdb1532d8b: Pulling fs layer [2020-07-23T16:53:33.699Z] 37ed683be191: Pulling fs layer [2020-07-23T16:53:33.699Z] f2cdb1532d8b: Download complete [2020-07-23T16:53:33.699Z] 0362ad1dd800: Verifying Checksum [2020-07-23T16:53:33.699Z] 0362ad1dd800: Download complete [2020-07-23T16:53:34.693Z] 0362ad1dd800: Pull complete [2020-07-23T16:53:34.966Z] f2cdb1532d8b: Pull complete [2020-07-23T16:53:35.941Z] 37ed683be191: Verifying Checksum [2020-07-23T16:53:35.941Z] 37ed683be191: Download complete [2020-07-23T16:53:46.091Z] 37ed683be191: Pull complete [2020-07-23T16:53:46.091Z] Digest: sha256:f3a502aba7c4a8aa4a4fcde21dbb9db33787f3779e80dd14fb3ea60ab67de23f [2020-07-23T16:53:46.091Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest [2020-07-23T16:53:46.091Z] ---> b23d30803547 [2020-07-23T16:53:46.091Z] Step 3/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev [2020-07-23T16:53:46.686Z] ---> Running in 9d889b3135e7 [2020-07-23T16:53:48.669Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-07-23T16:53:49.271Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-07-23T16:53:49.542Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-07-23T16:53:49.813Z] (2/8) Installing libuuid (2.33-r0) [2020-07-23T16:53:49.813Z] (3/8) Installing libblkid (2.33-r0) [2020-07-23T16:53:49.813Z] (4/8) Installing libfdisk (2.33-r0) [2020-07-23T16:53:50.082Z] (5/8) Installing libmount (2.33-r0) [2020-07-23T16:53:50.082Z] (6/8) Installing libsmartcols (2.33-r0) [2020-07-23T16:53:50.082Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-07-23T16:53:50.673Z] (8/8) Installing wget (1.20.3-r0) [2020-07-23T16:53:50.673Z] Executing busybox-1.29.3-r10.trigger [2020-07-23T16:53:50.944Z] OK: 285 MiB in 83 packages [2020-07-23T16:53:52.381Z] Removing intermediate container 9d889b3135e7 [2020-07-23T16:53:52.381Z] ---> 2383943ff71c [2020-07-23T16:53:52.381Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-07-23T16:53:52.381Z] ---> Running in 4b458a4fb157 [2020-07-23T16:53:52.654Z] Removing intermediate container 4b458a4fb157 [2020-07-23T16:53:52.654Z] ---> 987a6836c41c [2020-07-23T16:53:52.654Z] Step 5/21 : RUN mkdir /tmp/cbor && cd /tmp/cbor && wget -O - https://github.com/PJK/libcbor/archive/v${CBOR_VERSION}.tar.gz | tar -z -x -f - && sed -e 's/-flto//' -i libcbor-${CBOR_VERSION}/CMakeLists.txt && cmake -DCMAKE_BUILD_TYPE=Release -DCBOR_CUSTOM_ALLOC=ON libcbor-${CBOR_VERSION} && make && make install [2020-07-23T16:53:52.930Z] ---> Running in 9f023a18f1b4 [2020-07-23T16:53:54.365Z] --2020-07-23 16:53:54-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-07-23T16:53:54.366Z] Resolving github.com... 140.82.112.3 [2020-07-23T16:53:54.366Z] Connecting to github.com|140.82.112.3|:443... connected. [2020-07-23T16:53:54.366Z] HTTP request sent, awaiting response... 302 Found [2020-07-23T16:53:54.366Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-07-23T16:53:54.366Z] --2020-07-23 16:53:54-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-07-23T16:53:54.642Z] Resolving codeload.github.com... 140.82.114.10 [2020-07-23T16:53:54.642Z] Connecting to codeload.github.com|140.82.114.10|:443... connected. [2020-07-23T16:53:54.642Z] HTTP request sent, awaiting response... 200 OK [2020-07-23T16:53:54.642Z] Length: unspecified [application/x-gzip] [2020-07-23T16:53:54.642Z] Saving to: 'STDOUT' [2020-07-23T16:53:54.642Z]  [2020-07-23T16:53:54.642Z] 0K .......... .......... .......... .......... .......... 1.61M [2020-07-23T16:53:54.642Z] 50K .......... .......... .......... .......... .......... 3.00M [2020-07-23T16:53:54.642Z] 100K .......... .......... .......... .......... .......... 2.98M [2020-07-23T16:53:54.642Z] 150K .......... .......... .......... .......... .......... 12.2M [2020-07-23T16:53:54.642Z] 200K .......... .......... .......... .......... .......... 9.26M [2020-07-23T16:53:54.916Z] 250K .......... .......... .......... .......... .......... 3.06M [2020-07-23T16:53:54.916Z] 300K .......... .......... .......... .......... .......... 5.71M [2020-07-23T16:53:54.916Z] 350K .......... .......... .......... .......... .......... 8.09M [2020-07-23T16:53:54.916Z] 400K .......... .......... .......... .......... .......... 4.25M [2020-07-23T16:53:54.916Z] 450K .......... .......... .......... .......... .......... 6.32M [2020-07-23T16:53:54.916Z] 500K .......... .......... .......... .......... .......... 5.42M [2020-07-23T16:53:54.916Z] 550K .......... .......... .......... .......... .......... 1.28M [2020-07-23T16:53:54.916Z] 600K .......... .......... .......... .......... .......... 1.20M [2020-07-23T16:53:54.916Z] 650K .......... .......... .......... .......... .......... 2.13M [2020-07-23T16:53:54.916Z] 700K ..    12.5M=0.2s [2020-07-23T16:53:54.916Z] [2020-07-23T16:53:54.916Z] 2020-07-23 16:53:54 (2.95 MB/s) - written to stdout [719348] [2020-07-23T16:53:54.916Z] [2020-07-23T16:53:55.186Z] -- The C compiler identification is GNU 8.3.0 [2020-07-23T16:53:55.463Z] -- The CXX compiler identification is GNU 8.3.0 [2020-07-23T16:53:55.463Z] -- Check for working C compiler: /usr/bin/cc [2020-07-23T16:53:55.737Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-07-23T16:53:55.737Z] -- Detecting C compiler ABI info [2020-07-23T16:53:56.008Z] -- Detecting C compiler ABI info - done [2020-07-23T16:53:56.008Z] -- Detecting C compile features [2020-07-23T16:53:56.604Z] -- Detecting C compile features - done [2020-07-23T16:53:56.878Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-07-23T16:53:57.150Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-07-23T16:53:57.150Z] -- Detecting CXX compiler ABI info [2020-07-23T16:53:57.150Z] -- Detecting CXX compiler ABI info - done [2020-07-23T16:53:57.422Z] -- Detecting CXX compile features [2020-07-23T16:53:58.851Z] -- Detecting CXX compile features - done [2020-07-23T16:53:58.851Z] -- Looking for include file endian.h [2020-07-23T16:53:59.124Z] -- Looking for include file endian.h - found [2020-07-23T16:53:59.124Z] -- Check if the system is big endian [2020-07-23T16:53:59.124Z] -- Searching 16 bit integer [2020-07-23T16:53:59.124Z] -- Looking for sys/types.h [2020-07-23T16:53:59.405Z] -- Looking for sys/types.h - found [2020-07-23T16:53:59.405Z] -- Looking for stdint.h [2020-07-23T16:53:59.683Z] -- Looking for stdint.h - found [2020-07-23T16:53:59.683Z] -- Looking for stddef.h [2020-07-23T16:53:59.956Z] -- Looking for stddef.h - found [2020-07-23T16:53:59.956Z] -- Check size of unsigned short [2020-07-23T16:53:59.956Z] -- Check size of unsigned short - done [2020-07-23T16:53:59.956Z] -- Using unsigned short [2020-07-23T16:54:00.228Z] -- Check if the system is big endian - little endian [2020-07-23T16:54:00.502Z] -- Check size of size_t [2020-07-23T16:54:00.502Z] -- Check size of size_t - done [2020-07-23T16:54:00.775Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-07-23T16:54:00.775Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-07-23T16:54:00.775Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-07-23T16:54:00.775Z] CMake did not find one. [2020-07-23T16:54:00.775Z] [2020-07-23T16:54:00.775Z] Could not find a package configuration file provided by "cJSON" with any of [2020-07-23T16:54:00.775Z] the following names: [2020-07-23T16:54:00.775Z] [2020-07-23T16:54:00.775Z] cJSONConfig.cmake [2020-07-23T16:54:00.775Z] cjson-config.cmake [2020-07-23T16:54:00.775Z] [2020-07-23T16:54:00.775Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-07-23T16:54:00.775Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-07-23T16:54:00.775Z] provides a separate development package or SDK, be sure it has been [2020-07-23T16:54:00.775Z] installed. [2020-07-23T16:54:00.775Z] [2020-07-23T16:54:00.775Z] [2020-07-23T16:54:00.775Z] -- Configuring done [2020-07-23T16:54:00.775Z] -- Generating done [2020-07-23T16:54:00.775Z] -- Build files have been written to: /tmp/cbor [2020-07-23T16:54:01.048Z] Scanning dependencies of target cbor_shared [2020-07-23T16:54:01.048Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-07-23T16:54:01.643Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-07-23T16:54:02.237Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-07-23T16:54:02.508Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-07-23T16:54:02.578Z] Running on prd-centos7-docker-4c-2g-743 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] ws [2020-07-23T16:54:02.620Z] Running in /w/workspace/device-sdk-c/36 [Pipeline] { [Pipeline] checkout [2020-07-23T16:54:03.107Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-07-23T16:54:03.383Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-07-23T16:54:03.661Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-07-23T16:54:03.661Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-07-23T16:54:03.938Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-07-23T16:54:04.211Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-07-23T16:54:04.804Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-07-23T16:54:05.031Z] using credential edgex-jenkins-ssh [2020-07-23T16:54:05.080Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-07-23T16:54:05.101Z] Cloning the remote Git repository [2020-07-23T16:54:05.101Z] Cloning with configured refspecs honoured and without tags [2020-07-23T16:54:05.673Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-07-23T16:54:05.945Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-07-23T16:54:05.946Z] Fetching without tags [2020-07-23T16:54:05.122Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-07-23T16:54:05.189Z] > git init /w/workspace/device-sdk-c/36 # timeout=10 [2020-07-23T16:54:05.238Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-07-23T16:54:05.239Z] > git --version # timeout=10 [2020-07-23T16:54:05.253Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-23T16:54:05.284Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-23T16:54:05.910Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-07-23T16:54:05.916Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-23T16:54:05.930Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-07-23T16:54:05.946Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-07-23T16:54:05.946Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-23T16:54:05.952Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-23T16:54:06.216Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-07-23T16:54:06.217Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-07-23T16:54:06.398Z] Checking out Revision 792c57ace9266fa4e49c0a69505766bafa375e3f (master) [2020-07-23T16:54:06.494Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-07-23T16:54:06.766Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-07-23T16:54:07.037Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-07-23T16:54:07.311Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-07-23T16:54:06.402Z] > git config core.sparsecheckout # timeout=10 [2020-07-23T16:54:06.407Z] > git checkout -f 792c57ace9266fa4e49c0a69505766bafa375e3f # timeout=10 [2020-07-23T16:54:07.585Z] [ 40%] Linking C shared library libcbor.so [2020-07-23T16:54:07.585Z] [ 40%] Built target cbor_shared [2020-07-23T16:54:07.585Z] Scanning dependencies of target cbor [2020-07-23T16:54:07.856Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-07-23T16:54:08.449Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-07-23T16:54:09.041Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-07-23T16:54:09.312Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-07-23T16:54:09.996Z] Commit message: "Merge pull request #285 from iain-anderson/issue-284" [2020-07-23T16:54:10.286Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2020-07-23T16:54:10.558Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-07-23T16:54:10.828Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [Pipeline] echo [2020-07-23T16:54:10.941Z] ========================================================= [2020-07-23T16:54:10.941Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2020-07-23T16:54:10.941Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-23T16:54:11.101Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-07-23T16:54:11.101Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-07-23T16:54:11.601Z] + docker build -t ci-base-image-x86_64 -f scripts/Dockerfile.alpine-3.11-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest . [2020-07-23T16:54:11.769Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-07-23T16:54:11.865Z] Sending build context to Docker daemon 3.416MB [2020-07-23T16:54:11.865Z] Step 1/21 : ARG BASE=alpine:3.11 [2020-07-23T16:54:11.865Z] Step 2/21 : FROM ${BASE} as builder [2020-07-23T16:54:11.865Z] latest: Pulling from edgex-devops/edgex-gcc-base [2020-07-23T16:54:11.865Z] e7c96db7181b: Pulling fs layer [2020-07-23T16:54:11.865Z] 4c13bbce0fe7: Pulling fs layer [2020-07-23T16:54:11.865Z] 6059c847ac2f: Pulling fs layer [2020-07-23T16:54:11.865Z] 4c13bbce0fe7: Verifying Checksum [2020-07-23T16:54:11.865Z] 4c13bbce0fe7: Download complete [2020-07-23T16:54:12.127Z] e7c96db7181b: Verifying Checksum [2020-07-23T16:54:12.127Z] e7c96db7181b: Download complete [2020-07-23T16:54:12.127Z] e7c96db7181b: Pull complete [2020-07-23T16:54:12.389Z] 4c13bbce0fe7: Pull complete [2020-07-23T16:54:12.395Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-07-23T16:54:12.668Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-07-23T16:54:12.946Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-07-23T16:54:12.961Z] 6059c847ac2f: Verifying Checksum [2020-07-23T16:54:12.961Z] 6059c847ac2f: Download complete [2020-07-23T16:54:13.546Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-07-23T16:54:13.821Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-07-23T16:54:13.821Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-07-23T16:54:14.415Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-07-23T16:54:14.415Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-07-23T16:54:14.686Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-07-23T16:54:14.958Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-07-23T16:54:15.231Z] [ 80%] Linking C static library libcbor.a [2020-07-23T16:54:15.231Z] [ 80%] Built target cbor [2020-07-23T16:54:15.231Z] Scanning dependencies of target create_items [2020-07-23T16:54:15.231Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-07-23T16:54:15.503Z] [ 84%] Linking C executable create_items [2020-07-23T16:54:15.503Z] [ 84%] Built target create_items [2020-07-23T16:54:15.503Z] Scanning dependencies of target readfile [2020-07-23T16:54:15.776Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-07-23T16:54:15.776Z] [ 88%] Linking C executable readfile [2020-07-23T16:54:16.051Z] [ 88%] Built target readfile [2020-07-23T16:54:16.051Z] Scanning dependencies of target streaming_parser [2020-07-23T16:54:16.051Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-07-23T16:54:16.323Z] [ 92%] Linking C executable streaming_parser [2020-07-23T16:54:16.323Z] [ 92%] Built target streaming_parser [2020-07-23T16:54:16.323Z] Scanning dependencies of target sort [2020-07-23T16:54:16.323Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-07-23T16:54:16.594Z] [ 96%] Linking C executable sort [2020-07-23T16:54:16.594Z] [ 96%] Built target sort [2020-07-23T16:54:16.594Z] Scanning dependencies of target hello [2020-07-23T16:54:16.594Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-07-23T16:54:16.866Z] [100%] Linking C executable hello [2020-07-23T16:54:16.866Z] [100%] Built target hello [2020-07-23T16:54:16.866Z] Install the project... [2020-07-23T16:54:16.866Z] -- Install configuration: "Release" [2020-07-23T16:54:16.866Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-07-23T16:54:16.866Z] -- Installing: /usr/local/lib64/libcbor.a [2020-07-23T16:54:16.866Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-07-23T16:54:16.866Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-07-23T16:54:16.866Z] -- Installing: /usr/local/lib64/libcbor.so [2020-07-23T16:54:16.866Z] -- Up-to-date: /usr/local/include/cbor [2020-07-23T16:54:16.866Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-07-23T16:54:16.866Z] -- Installing: /usr/local/include/cbor/ints.h [2020-07-23T16:54:16.866Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-07-23T16:54:16.866Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-07-23T16:54:16.866Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-07-23T16:54:16.866Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-07-23T16:54:16.866Z] -- Installing: /usr/local/include/cbor/data.h [2020-07-23T16:54:16.866Z] -- Installing: /usr/local/include/cbor/common.h [2020-07-23T16:54:16.866Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-07-23T16:54:16.866Z] -- Installing: /usr/local/include/cbor/strings.h [2020-07-23T16:54:16.866Z] -- Installing: /usr/local/include/cbor/tags.h [2020-07-23T16:54:16.866Z] -- Installing: /usr/local/include/cbor/internal [2020-07-23T16:54:16.866Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-07-23T16:54:16.866Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-07-23T16:54:16.866Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-07-23T16:54:16.866Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-07-23T16:54:16.866Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-07-23T16:54:16.866Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-07-23T16:54:16.866Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-07-23T16:54:16.866Z] -- Installing: /usr/local/include/cbor/maps.h [2020-07-23T16:54:16.866Z] -- Installing: /usr/local/include/cbor.h [2020-07-23T16:54:16.866Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-07-23T16:54:17.186Z] 6059c847ac2f: Pull complete [2020-07-23T16:54:17.186Z] Digest: sha256:6b5104d086ae1e5e8a284a473be9a93378e3934f9b07db5717372c857cbcbe5e [2020-07-23T16:54:17.186Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [2020-07-23T16:54:17.186Z] ---> 5eabd8fd8ba2 [2020-07-23T16:54:17.186Z] Step 3/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev [2020-07-23T16:54:18.574Z] ---> Running in 6692ccd108a8 [2020-07-23T16:54:19.146Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-07-23T16:54:19.484Z] Removing intermediate container 9f023a18f1b4 [2020-07-23T16:54:19.484Z] ---> d9460ec9ac9f [2020-07-23T16:54:19.484Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-07-23T16:54:19.484Z] ---> Running in 99e16a3d7c9e [2020-07-23T16:54:20.100Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-07-23T16:54:20.374Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-07-23T16:54:20.374Z] (2/8) Installing libuuid (2.33-r0) [2020-07-23T16:54:20.374Z] (3/8) Installing libblkid (2.33-r0) [2020-07-23T16:54:20.634Z] (4/8) Installing libfdisk (2.33-r0) [2020-07-23T16:54:20.634Z] (5/8) Installing libmount (2.33-r0) [2020-07-23T16:54:20.634Z] (6/8) Installing libsmartcols (2.33-r0) [2020-07-23T16:54:20.896Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-07-23T16:54:21.156Z] (8/8) Installing wget (1.20.3-r0) [2020-07-23T16:54:21.422Z] Executing busybox-1.29.3-r10.trigger [2020-07-23T16:54:21.422Z] OK: 272 MiB in 83 packages [2020-07-23T16:54:21.451Z] Removing intermediate container 99e16a3d7c9e [2020-07-23T16:54:21.451Z] ---> 6253dbd39f75 [2020-07-23T16:54:21.451Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-07-23T16:54:21.992Z] Removing intermediate container 6692ccd108a8 [2020-07-23T16:54:21.992Z] ---> 974c256fd157 [2020-07-23T16:54:21.992Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-07-23T16:54:21.992Z] ---> Running in cf7ada861476 [2020-07-23T16:54:21.992Z] Removing intermediate container cf7ada861476 [2020-07-23T16:54:21.992Z] ---> 3569f68e7995 [2020-07-23T16:54:21.992Z] Step 5/21 : RUN mkdir /tmp/cbor && cd /tmp/cbor && wget -O - https://github.com/PJK/libcbor/archive/v${CBOR_VERSION}.tar.gz | tar -z -x -f - && sed -e 's/-flto//' -i libcbor-${CBOR_VERSION}/CMakeLists.txt && cmake -DCMAKE_BUILD_TYPE=Release -DCBOR_CUSTOM_ALLOC=ON libcbor-${CBOR_VERSION} && make && make install [2020-07-23T16:54:22.256Z] ---> Running in 3a742d768eb6 [2020-07-23T16:54:22.434Z] ---> d7b7513b1ba4 [2020-07-23T16:54:22.434Z] Step 8/21 : COPY src /tmp/sdk/src [2020-07-23T16:54:22.832Z] --2020-07-23 16:54:22-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-07-23T16:54:23.094Z] Resolving github.com... 140.82.112.3 [2020-07-23T16:54:23.094Z] Connecting to github.com|140.82.112.3|:443... connected. [2020-07-23T16:54:23.094Z] HTTP request sent, awaiting response... 302 Found [2020-07-23T16:54:23.094Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-07-23T16:54:23.094Z] --2020-07-23 16:54:22-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-07-23T16:54:23.094Z] Resolving codeload.github.com... 140.82.114.10 [2020-07-23T16:54:23.094Z] Connecting to codeload.github.com|140.82.114.10|:443... connected. [2020-07-23T16:54:23.094Z] HTTP request sent, awaiting response... 200 OK [2020-07-23T16:54:23.094Z] Length: unspecified [application/x-gzip] [2020-07-23T16:54:23.094Z] Saving to: 'STDOUT' [2020-07-23T16:54:23.094Z] [2020-07-23T16:54:23.094Z] 0K .......... .......... .......... .......... .......... 1.53M [2020-07-23T16:54:23.094Z] 50K .......... .......... .......... .......... .......... 4.50M [2020-07-23T16:54:23.094Z] 100K .......... .......... .......... .......... .......... 7.86M [2020-07-23T16:54:23.094Z] 150K .......... .......... .......... .......... .......... 5.15M [2020-07-23T16:54:23.094Z] 200K .......... .......... .......... .......... .......... 7.45M [2020-07-23T16:54:23.094Z] 250K .......... .......... .......... .......... .......... 15.7M [2020-07-23T16:54:23.094Z] 300K .......... .......... .......... .......... .......... 8.27M [2020-07-23T16:54:23.094Z] 350K .......... .......... .......... .......... .......... 9.31M [2020-07-23T16:54:23.094Z] 400K .......... .......... .......... .......... .......... 6.42M [2020-07-23T16:54:23.356Z] 450K .......... .......... .......... .......... .......... 11.4M [2020-07-23T16:54:23.356Z] 500K .......... .......... .......... .......... .......... 12.3M [2020-07-23T16:54:23.356Z] 550K .......... .......... .......... .......... .......... 7.62M [2020-07-23T16:54:23.356Z] 600K .......... .......... .......... .......... .......... 1.99M [2020-07-23T16:54:23.356Z] 650K .......... .......... .......... .......... .......... 5.24M [2020-07-23T16:54:23.356Z] 700K .. 33.0M=0.1s [2020-07-23T16:54:23.356Z] [2020-07-23T16:54:23.356Z] 2020-07-23 16:54:23 (5.06 MB/s) - written to stdout [719348] [2020-07-23T16:54:23.356Z] [2020-07-23T16:54:23.356Z] -- The C compiler identification is GNU 8.3.0 [2020-07-23T16:54:23.356Z] -- The CXX compiler identification is GNU 8.3.0 [2020-07-23T16:54:23.356Z] -- Check for working C compiler: /usr/bin/cc [2020-07-23T16:54:23.405Z] ---> ea0335593bf2 [2020-07-23T16:54:23.405Z] Step 9/21 : COPY include /tmp/sdk/include [2020-07-23T16:54:23.619Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-07-23T16:54:23.619Z] -- Detecting C compiler ABI info [2020-07-23T16:54:23.619Z] -- Detecting C compiler ABI info - done [2020-07-23T16:54:23.619Z] -- Detecting C compile features [2020-07-23T16:54:23.880Z] -- Detecting C compile features - done [2020-07-23T16:54:23.880Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-07-23T16:54:23.880Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-07-23T16:54:23.880Z] -- Detecting CXX compiler ABI info [2020-07-23T16:54:23.997Z] ---> 7e1a90fc8998 [2020-07-23T16:54:23.997Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-07-23T16:54:24.141Z] -- Detecting CXX compiler ABI info - done [2020-07-23T16:54:24.141Z] -- Detecting CXX compile features [2020-07-23T16:54:24.403Z] -- Detecting CXX compile features - done [2020-07-23T16:54:24.403Z] -- Looking for include file endian.h [2020-07-23T16:54:24.590Z] ---> e28d6a8df470 [2020-07-23T16:54:24.590Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-07-23T16:54:24.664Z] -- Looking for include file endian.h - found [2020-07-23T16:54:24.664Z] -- Check if the system is big endian [2020-07-23T16:54:24.664Z] -- Searching 16 bit integer [2020-07-23T16:54:24.664Z] -- Looking for sys/types.h [2020-07-23T16:54:24.664Z] -- Looking for sys/types.h - found [2020-07-23T16:54:24.664Z] -- Looking for stdint.h [2020-07-23T16:54:24.664Z] -- Looking for stdint.h - found [2020-07-23T16:54:24.664Z] -- Looking for stddef.h [2020-07-23T16:54:24.664Z] -- Looking for stddef.h - found [2020-07-23T16:54:24.664Z] -- Check size of unsigned short [2020-07-23T16:54:24.925Z] -- Check size of unsigned short - done [2020-07-23T16:54:24.925Z] -- Using unsigned short [2020-07-23T16:54:24.925Z] -- Check if the system is big endian - little endian [2020-07-23T16:54:24.925Z] -- Check size of size_t [2020-07-23T16:54:24.925Z] -- Check size of size_t - done [2020-07-23T16:54:24.925Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-07-23T16:54:24.925Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-07-23T16:54:24.925Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-07-23T16:54:24.925Z] CMake did not find one. [2020-07-23T16:54:24.925Z] [2020-07-23T16:54:24.925Z] Could not find a package configuration file provided by "cJSON" with any of [2020-07-23T16:54:24.925Z] the following names: [2020-07-23T16:54:24.925Z] [2020-07-23T16:54:24.925Z] cJSONConfig.cmake [2020-07-23T16:54:24.925Z] cjson-config.cmake [2020-07-23T16:54:24.925Z] [2020-07-23T16:54:24.925Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-07-23T16:54:24.925Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-07-23T16:54:24.925Z] provides a separate development package or SDK, be sure it has been [2020-07-23T16:54:24.925Z] installed. [2020-07-23T16:54:24.925Z] [2020-07-23T16:54:24.925Z] [2020-07-23T16:54:25.184Z] ---> 21b646aae64a [2020-07-23T16:54:25.184Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-07-23T16:54:25.188Z] -- Configuring done [2020-07-23T16:54:25.188Z] -- Generating done [2020-07-23T16:54:25.188Z] -- Build files have been written to: /tmp/cbor [2020-07-23T16:54:25.188Z] Scanning dependencies of target cbor_shared [2020-07-23T16:54:25.188Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-07-23T16:54:25.448Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-07-23T16:54:25.448Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-07-23T16:54:25.709Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-07-23T16:54:25.710Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-07-23T16:54:25.710Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-07-23T16:54:25.774Z] ---> 80c38ed444d3 [2020-07-23T16:54:25.774Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-07-23T16:54:25.971Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-07-23T16:54:25.971Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-07-23T16:54:25.971Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-07-23T16:54:26.047Z] ---> Running in b7e263784e8b [2020-07-23T16:54:26.232Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-07-23T16:54:26.232Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-07-23T16:54:26.232Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-07-23T16:54:26.492Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-07-23T16:54:26.492Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-07-23T16:54:26.492Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-07-23T16:54:26.752Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-07-23T16:54:26.752Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-07-23T16:54:26.752Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-07-23T16:54:26.752Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-07-23T16:54:27.013Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-07-23T16:54:27.013Z] [ 40%] Linking C shared library libcbor.so [2020-07-23T16:54:27.013Z] [ 40%] Built target cbor_shared [2020-07-23T16:54:27.013Z] Scanning dependencies of target cbor [2020-07-23T16:54:27.013Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-07-23T16:54:27.274Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-07-23T16:54:27.274Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-07-23T16:54:27.467Z] + CPPCHECK=false [2020-07-23T16:54:27.467Z] + DOCGEN=false [2020-07-23T16:54:27.467Z] + TOMLVER=SDK-0.2 [2020-07-23T16:54:27.467Z] + CUTILVER=1.1-branch [2020-07-23T16:54:27.467Z] + '[' 0 -gt 0 ] [2020-07-23T16:54:27.467Z] + readlink -f ./scripts/build.sh [2020-07-23T16:54:27.467Z] + dirname /tmp/sdk/scripts/build.sh [2020-07-23T16:54:27.467Z] + dirname /tmp/sdk/scripts [2020-07-23T16:54:27.467Z] + ROOT=/tmp/sdk [2020-07-23T16:54:27.467Z] + cd /tmp/sdk [2020-07-23T16:54:27.467Z] + '[' '!' -d deps ] [2020-07-23T16:54:27.467Z] + mkdir deps [2020-07-23T16:54:27.467Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-07-23T16:54:27.467Z] + tar -C deps -z -x -f - [2020-07-23T16:54:27.467Z] --2020-07-23 16:54:27-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-07-23T16:54:27.467Z] Resolving github.com... 140.82.112.3 [2020-07-23T16:54:27.467Z] Connecting to github.com|140.82.112.3|:443... connected. [2020-07-23T16:54:27.467Z] HTTP request sent, awaiting response... 302 Found [2020-07-23T16:54:27.467Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-07-23T16:54:27.467Z] --2020-07-23 16:54:27-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-07-23T16:54:27.467Z] Resolving codeload.github.com... 140.82.114.10 [2020-07-23T16:54:27.467Z] Connecting to codeload.github.com|140.82.114.10|:443... connected. [2020-07-23T16:54:27.534Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-07-23T16:54:27.734Z] HTTP request sent, awaiting response... 200 OK [2020-07-23T16:54:27.734Z] Length: unspecified [application/x-gzip] [2020-07-23T16:54:27.734Z] Saving to: 'STDOUT' [2020-07-23T16:54:27.734Z] [2020-07-23T16:54:27.734Z] 0K .......... ...... 1.06M=0.01s [2020-07-23T16:54:27.734Z] [2020-07-23T16:54:27.734Z] 2020-07-23 16:54:27 (1.06 MB/s) - written to stdout [16451] [2020-07-23T16:54:27.734Z] [2020-07-23T16:54:27.734Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-07-23T16:54:27.734Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz [2020-07-23T16:54:27.734Z] + tar -C deps -z -x -f - [2020-07-23T16:54:27.734Z] --2020-07-23 16:54:27-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz [2020-07-23T16:54:27.734Z] Resolving github.com... 140.82.112.3 [2020-07-23T16:54:27.734Z] Connecting to github.com|140.82.112.3|:443... connected. [2020-07-23T16:54:27.794Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-07-23T16:54:27.794Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-07-23T16:54:27.794Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-07-23T16:54:27.794Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-07-23T16:54:28.003Z] HTTP request sent, awaiting response... 302 Found [2020-07-23T16:54:28.003Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch [following] [2020-07-23T16:54:28.003Z] --2020-07-23 16:54:27-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch [2020-07-23T16:54:28.003Z] Resolving codeload.github.com... 140.82.114.10 [2020-07-23T16:54:28.003Z] Connecting to codeload.github.com|140.82.114.10|:443... connected. [2020-07-23T16:54:28.061Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-07-23T16:54:28.061Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-07-23T16:54:28.273Z] HTTP request sent, awaiting response... 200 OK [2020-07-23T16:54:28.273Z] Length: unspecified [application/x-gzip] [2020-07-23T16:54:28.273Z] Saving to: 'STDOUT' [2020-07-23T16:54:28.273Z]  [2020-07-23T16:54:28.273Z] 0K .......... .......... .......... .......... .......... 1.44M [2020-07-23T16:54:28.273Z] 50K .......... .......... .......... .......... .......... 2.83M [2020-07-23T16:54:28.273Z] 100K .......... .......... .......... .......... .......... 4.53M [2020-07-23T16:54:28.273Z] 150K .......... .....   8.22M=0.06s [2020-07-23T16:54:28.273Z] [2020-07-23T16:54:28.273Z] 2020-07-23 16:54:28 (2.54 MB/s) - written to stdout [169364] [2020-07-23T16:54:28.273Z] [2020-07-23T16:54:28.273Z] + mkdir -p src/c/iot [2020-07-23T16:54:28.273Z] + cp deps/iotech-c-utils-1.1-branch/src/c/base64.c deps/iotech-c-utils-1.1-branch/src/c/component.c deps/iotech-c-utils-1.1-branch/src/c/config.c deps/iotech-c-utils-1.1-branch/src/c/container.c deps/iotech-c-utils-1.1-branch/src/c/data.c deps/iotech-c-utils-1.1-branch/src/c/hash.c deps/iotech-c-utils-1.1-branch/src/c/iot.c deps/iotech-c-utils-1.1-branch/src/c/json.c deps/iotech-c-utils-1.1-branch/src/c/logger.c deps/iotech-c-utils-1.1-branch/src/c/os.c deps/iotech-c-utils-1.1-branch/src/c/scheduler.c deps/iotech-c-utils-1.1-branch/src/c/thread.c deps/iotech-c-utils-1.1-branch/src/c/threadpool.c deps/iotech-c-utils-1.1-branch/src/c/time.c src/c/iot [2020-07-23T16:54:28.273Z] + mkdir -p include/iot [2020-07-23T16:54:28.273Z] + cp deps/iotech-c-utils-1.1-branch/include/iot/base64.h deps/iotech-c-utils-1.1-branch/include/iot/component.h deps/iotech-c-utils-1.1-branch/include/iot/config.h deps/iotech-c-utils-1.1-branch/include/iot/container.h deps/iotech-c-utils-1.1-branch/include/iot/data.h deps/iotech-c-utils-1.1-branch/include/iot/hash.h deps/iotech-c-utils-1.1-branch/include/iot/iot.h deps/iotech-c-utils-1.1-branch/include/iot/json.h deps/iotech-c-utils-1.1-branch/include/iot/logger.h deps/iotech-c-utils-1.1-branch/include/iot/os.h deps/iotech-c-utils-1.1-branch/include/iot/scheduler.h deps/iotech-c-utils-1.1-branch/include/iot/thread.h deps/iotech-c-utils-1.1-branch/include/iot/threadpool.h deps/iotech-c-utils-1.1-branch/include/iot/time.h deps/iotech-c-utils-1.1-branch/include/iot/typecode.h include/iot [2020-07-23T16:54:28.273Z] + mkdir -p include/iot/os [2020-07-23T16:54:28.273Z] + cp deps/iotech-c-utils-1.1-branch/include/iot/os/linux.h deps/iotech-c-utils-1.1-branch/include/iot/os/macos.h deps/iotech-c-utils-1.1-branch/include/iot/os/zephyr.h include/iot/os [2020-07-23T16:54:28.273Z] + mkdir -p /tmp/sdk/build/release [2020-07-23T16:54:28.273Z] + cd /tmp/sdk/build/release [2020-07-23T16:54:28.274Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-07-23T16:54:28.323Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-07-23T16:54:28.323Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-07-23T16:54:28.323Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-07-23T16:54:28.541Z] -- The C compiler identification is GNU 8.3.0 [2020-07-23T16:54:28.542Z] -- Check for working C compiler: /usr/bin/cc [2020-07-23T16:54:28.584Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-07-23T16:54:28.584Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-07-23T16:54:28.584Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-07-23T16:54:28.813Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-07-23T16:54:28.813Z] -- Detecting C compiler ABI info [2020-07-23T16:54:28.844Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-07-23T16:54:28.844Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-07-23T16:54:28.844Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-07-23T16:54:29.086Z] -- Detecting C compiler ABI info - done [2020-07-23T16:54:29.086Z] -- Detecting C compile features [2020-07-23T16:54:29.104Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-07-23T16:54:29.104Z] [ 80%] Linking C static library libcbor.a [2020-07-23T16:54:29.104Z] [ 80%] Built target cbor [2020-07-23T16:54:29.104Z] Scanning dependencies of target create_items [2020-07-23T16:54:29.104Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-07-23T16:54:29.104Z] [ 84%] Linking C executable create_items [2020-07-23T16:54:29.104Z] [ 84%] Built target create_items [2020-07-23T16:54:29.104Z] Scanning dependencies of target readfile [2020-07-23T16:54:29.104Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-07-23T16:54:29.104Z] [ 88%] Linking C executable readfile [2020-07-23T16:54:29.365Z] [ 88%] Built target readfile [2020-07-23T16:54:29.365Z] Scanning dependencies of target streaming_parser [2020-07-23T16:54:29.365Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-07-23T16:54:29.365Z] [ 92%] Linking C executable streaming_parser [2020-07-23T16:54:29.365Z] [ 92%] Built target streaming_parser [2020-07-23T16:54:29.365Z] Scanning dependencies of target sort [2020-07-23T16:54:29.365Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-07-23T16:54:29.365Z] [ 96%] Linking C executable sort [2020-07-23T16:54:29.365Z] [ 96%] Built target sort [2020-07-23T16:54:29.365Z] Scanning dependencies of target hello [2020-07-23T16:54:29.365Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-07-23T16:54:29.626Z] [100%] Linking C executable hello [2020-07-23T16:54:29.626Z] [100%] Built target hello [2020-07-23T16:54:29.626Z] Install the project... [2020-07-23T16:54:29.626Z] -- Install configuration: "Release" [2020-07-23T16:54:29.626Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-07-23T16:54:29.626Z] -- Installing: /usr/local/lib64/libcbor.a [2020-07-23T16:54:29.626Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-07-23T16:54:29.626Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-07-23T16:54:29.626Z] -- Installing: /usr/local/lib64/libcbor.so [2020-07-23T16:54:29.626Z] -- Up-to-date: /usr/local/include/cbor [2020-07-23T16:54:29.626Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-07-23T16:54:29.626Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-07-23T16:54:29.626Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-07-23T16:54:29.626Z] -- Installing: /usr/local/include/cbor/common.h [2020-07-23T16:54:29.626Z] -- Installing: /usr/local/include/cbor/data.h [2020-07-23T16:54:29.626Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-07-23T16:54:29.626Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-07-23T16:54:29.626Z] -- Installing: /usr/local/include/cbor/internal [2020-07-23T16:54:29.626Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-07-23T16:54:29.626Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-07-23T16:54:29.626Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-07-23T16:54:29.626Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-07-23T16:54:29.626Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-07-23T16:54:29.626Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-07-23T16:54:29.626Z] -- Installing: /usr/local/include/cbor/ints.h [2020-07-23T16:54:29.626Z] -- Installing: /usr/local/include/cbor/maps.h [2020-07-23T16:54:29.626Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-07-23T16:54:29.626Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-07-23T16:54:29.626Z] -- Installing: /usr/local/include/cbor/strings.h [2020-07-23T16:54:29.626Z] -- Installing: /usr/local/include/cbor/tags.h [2020-07-23T16:54:29.626Z] -- Installing: /usr/local/include/cbor.h [2020-07-23T16:54:29.626Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-07-23T16:54:30.056Z] -- Detecting C compile features - done [2020-07-23T16:54:30.056Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-07-23T16:54:30.056Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-07-23T16:54:30.056Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-07-23T16:54:30.056Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-07-23T16:54:30.056Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-07-23T16:54:30.056Z] -- C SDK 1.2.2-dev.12 for Linux [2020-07-23T16:54:30.056Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-07-23T16:54:30.056Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-07-23T16:54:30.056Z] -- Found Curses: /usr/lib/libcurses.so [2020-07-23T16:54:30.326Z] -- Configuring done [2020-07-23T16:54:30.596Z] -- Generating done [2020-07-23T16:54:30.597Z] -- Build files have been written to: /tmp/sdk/build/release [2020-07-23T16:54:30.597Z] + make [2020-07-23T16:54:30.597Z] + tee release.log [2020-07-23T16:54:30.597Z] Scanning dependencies of target csdk [2020-07-23T16:54:30.868Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-07-23T16:54:31.461Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-07-23T16:54:31.734Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-07-23T16:54:32.174Z] Removing intermediate container 3a742d768eb6 [2020-07-23T16:54:32.174Z] ---> 757ed0e98aab [2020-07-23T16:54:32.174Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-07-23T16:54:32.174Z] ---> Running in d984903da7e8 [2020-07-23T16:54:33.124Z] Removing intermediate container d984903da7e8 [2020-07-23T16:54:33.124Z] ---> d4985eb8b201 [2020-07-23T16:54:33.124Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-07-23T16:54:33.124Z] ---> 244ff4879a75 [2020-07-23T16:54:33.124Z] Step 8/21 : COPY src /tmp/sdk/src [2020-07-23T16:54:33.699Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-07-23T16:54:34.067Z] ---> 9822fda9918c [2020-07-23T16:54:34.067Z] Step 9/21 : COPY include /tmp/sdk/include [2020-07-23T16:54:34.067Z] ---> 018774c72a78 [2020-07-23T16:54:34.067Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-07-23T16:54:34.292Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-07-23T16:54:34.292Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-07-23T16:54:34.329Z] ---> 35cc332c9f16 [2020-07-23T16:54:34.329Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-07-23T16:54:34.591Z] ---> 04678aa3a65b [2020-07-23T16:54:34.591Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-07-23T16:54:34.852Z] ---> e1a258c8cdec [2020-07-23T16:54:34.852Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-07-23T16:54:34.852Z] ---> Running in da019e60f438 [2020-07-23T16:54:35.272Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-07-23T16:54:35.427Z] + CPPCHECK=false [2020-07-23T16:54:35.427Z] + DOCGEN=false [2020-07-23T16:54:35.427Z] + TOMLVER=SDK-0.2 [2020-07-23T16:54:35.427Z] + CUTILVER=1.1-branch [2020-07-23T16:54:35.427Z] + '[' 0 -gt 0 ] [2020-07-23T16:54:35.427Z] + readlink -f ./scripts/build.sh [2020-07-23T16:54:35.427Z] + dirname /tmp/sdk/scripts/build.sh [2020-07-23T16:54:35.427Z] + dirname /tmp/sdk/scripts [2020-07-23T16:54:35.427Z] + ROOT=/tmp/sdk [2020-07-23T16:54:35.427Z] + cd /tmp/sdk [2020-07-23T16:54:35.427Z] + '[' '!' -d deps ] [2020-07-23T16:54:35.427Z] + mkdir deps [2020-07-23T16:54:35.427Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-07-23T16:54:35.427Z] + tar -C deps -z -x -f - [2020-07-23T16:54:35.427Z] --2020-07-23 16:54:35-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-07-23T16:54:35.427Z] Resolving github.com... 140.82.112.3 [2020-07-23T16:54:35.427Z] Connecting to github.com|140.82.112.3|:443... connected. [2020-07-23T16:54:35.427Z] HTTP request sent, awaiting response... 302 Found [2020-07-23T16:54:35.427Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-07-23T16:54:35.427Z] --2020-07-23 16:54:35-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-07-23T16:54:35.427Z] Resolving codeload.github.com... 140.82.114.10 [2020-07-23T16:54:35.427Z] Connecting to codeload.github.com|140.82.114.10|:443... connected. [2020-07-23T16:54:35.427Z] HTTP request sent, awaiting response... 200 OK [2020-07-23T16:54:35.428Z] Length: unspecified [application/x-gzip] [2020-07-23T16:54:35.428Z] Saving to: 'STDOUT' [2020-07-23T16:54:35.428Z]  [2020-07-23T16:54:35.428Z] 0K .......... ......   1012K=0.02s [2020-07-23T16:54:35.428Z] [2020-07-23T16:54:35.428Z] 2020-07-23 16:54:35 (1012 KB/s) - written to stdout [16451] [2020-07-23T16:54:35.428Z] [2020-07-23T16:54:35.428Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-07-23T16:54:35.428Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz [2020-07-23T16:54:35.428Z] + tar -C deps -z -x -f - [2020-07-23T16:54:35.428Z] --2020-07-23 16:54:35-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz [2020-07-23T16:54:35.428Z] Resolving github.com... 140.82.112.3 [2020-07-23T16:54:35.428Z] Connecting to github.com|140.82.112.3|:443... connected. [2020-07-23T16:54:35.428Z] HTTP request sent, awaiting response... 302 Found [2020-07-23T16:54:35.428Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch [following] [2020-07-23T16:54:35.428Z] --2020-07-23 16:54:35-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch [2020-07-23T16:54:35.428Z] Resolving codeload.github.com... 140.82.114.10 [2020-07-23T16:54:35.689Z] Connecting to codeload.github.com|140.82.114.10|:443... connected. [2020-07-23T16:54:35.689Z] HTTP request sent, awaiting response... 200 OK [2020-07-23T16:54:35.689Z] Length: unspecified [application/x-gzip] [2020-07-23T16:54:35.689Z] Saving to: 'STDOUT' [2020-07-23T16:54:35.689Z]  [2020-07-23T16:54:35.689Z] 0K .......... .......... .......... .......... .......... 1.60M [2020-07-23T16:54:35.689Z] 50K .......... .......... .......... .......... .......... 4.36M [2020-07-23T16:54:35.689Z] 100K .......... .......... .......... .......... .......... 10.8M [2020-07-23T16:54:35.689Z] 150K .......... ..... 36.5M=0.05s [2020-07-23T16:54:35.689Z] [2020-07-23T16:54:35.689Z] 2020-07-23 16:54:35 (3.47 MB/s) - written to stdout [169364] [2020-07-23T16:54:35.689Z] [2020-07-23T16:54:35.689Z] + mkdir -p src/c/iot [2020-07-23T16:54:35.689Z] + cp deps/iotech-c-utils-1.1-branch/src/c/base64.c deps/iotech-c-utils-1.1-branch/src/c/component.c deps/iotech-c-utils-1.1-branch/src/c/config.c deps/iotech-c-utils-1.1-branch/src/c/container.c deps/iotech-c-utils-1.1-branch/src/c/data.c deps/iotech-c-utils-1.1-branch/src/c/hash.c deps/iotech-c-utils-1.1-branch/src/c/iot.c deps/iotech-c-utils-1.1-branch/src/c/json.c deps/iotech-c-utils-1.1-branch/src/c/logger.c deps/iotech-c-utils-1.1-branch/src/c/os.c deps/iotech-c-utils-1.1-branch/src/c/scheduler.c deps/iotech-c-utils-1.1-branch/src/c/thread.c deps/iotech-c-utils-1.1-branch/src/c/threadpool.c deps/iotech-c-utils-1.1-branch/src/c/time.c src/c/iot [2020-07-23T16:54:35.689Z] + mkdir -p include/iot [2020-07-23T16:54:35.689Z] + cp deps/iotech-c-utils-1.1-branch/include/iot/base64.h deps/iotech-c-utils-1.1-branch/include/iot/component.h deps/iotech-c-utils-1.1-branch/include/iot/config.h deps/iotech-c-utils-1.1-branch/include/iot/container.h deps/iotech-c-utils-1.1-branch/include/iot/data.h deps/iotech-c-utils-1.1-branch/include/iot/hash.h deps/iotech-c-utils-1.1-branch/include/iot/iot.h deps/iotech-c-utils-1.1-branch/include/iot/json.h deps/iotech-c-utils-1.1-branch/include/iot/logger.h deps/iotech-c-utils-1.1-branch/include/iot/os.h deps/iotech-c-utils-1.1-branch/include/iot/scheduler.h deps/iotech-c-utils-1.1-branch/include/iot/thread.h deps/iotech-c-utils-1.1-branch/include/iot/threadpool.h deps/iotech-c-utils-1.1-branch/include/iot/time.h deps/iotech-c-utils-1.1-branch/include/iot/typecode.h include/iot [2020-07-23T16:54:35.689Z] + mkdir -p include/iot/os [2020-07-23T16:54:35.689Z] + cp deps/iotech-c-utils-1.1-branch/include/iot/os/linux.h deps/iotech-c-utils-1.1-branch/include/iot/os/macos.h deps/iotech-c-utils-1.1-branch/include/iot/os/zephyr.h include/iot/os [2020-07-23T16:54:35.689Z] + mkdir -p /tmp/sdk/build/release [2020-07-23T16:54:35.689Z] + cd /tmp/sdk/build/release [2020-07-23T16:54:35.689Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-07-23T16:54:35.951Z] -- The C compiler identification is GNU 8.3.0 [2020-07-23T16:54:35.951Z] -- Check for working C compiler: /usr/bin/cc [2020-07-23T16:54:35.951Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-07-23T16:54:35.951Z] -- Detecting C compiler ABI info [2020-07-23T16:54:35.951Z] -- Detecting C compiler ABI info - done [2020-07-23T16:54:35.951Z] -- Detecting C compile features [2020-07-23T16:54:36.212Z] -- Detecting C compile features - done [2020-07-23T16:54:36.212Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-07-23T16:54:36.212Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-07-23T16:54:36.212Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-07-23T16:54:36.212Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-07-23T16:54:36.212Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-07-23T16:54:36.212Z] -- C SDK 1.2.2-dev.12 for Linux [2020-07-23T16:54:36.212Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-07-23T16:54:36.212Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-07-23T16:54:36.212Z] -- Found Curses: /usr/lib/libcurses.so [2020-07-23T16:54:36.474Z] -- Configuring done [2020-07-23T16:54:36.474Z] -- Generating done [2020-07-23T16:54:36.474Z] -- Build files have been written to: /tmp/sdk/build/release [2020-07-23T16:54:36.474Z] + make [2020-07-23T16:54:36.474Z] + tee release.log [2020-07-23T16:54:36.474Z] Scanning dependencies of target csdk [2020-07-23T16:54:36.474Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-07-23T16:54:36.736Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-07-23T16:54:36.736Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-07-23T16:54:37.307Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-07-23T16:54:37.307Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-07-23T16:54:37.568Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-07-23T16:54:37.829Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-07-23T16:54:37.877Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-07-23T16:54:37.877Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-07-23T16:54:38.401Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-07-23T16:54:38.401Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-07-23T16:54:38.465Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-07-23T16:54:38.661Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-07-23T16:54:38.661Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-07-23T16:54:38.661Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-07-23T16:54:38.921Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-07-23T16:54:38.921Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-07-23T16:54:39.058Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-07-23T16:54:39.332Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-07-23T16:54:39.332Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-07-23T16:54:39.603Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-07-23T16:54:39.862Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-07-23T16:54:39.862Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-07-23T16:54:39.862Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-07-23T16:54:39.862Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-07-23T16:54:40.125Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-07-23T16:54:40.697Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-07-23T16:54:40.697Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-07-23T16:54:40.957Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-07-23T16:54:40.957Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-07-23T16:54:41.218Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-07-23T16:54:41.218Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-07-23T16:54:41.478Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-07-23T16:54:41.478Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-07-23T16:54:41.739Z] [ 48%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-07-23T16:54:41.739Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-07-23T16:54:41.739Z] [ 51%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-07-23T16:54:41.999Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-07-23T16:54:42.261Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-07-23T16:54:42.967Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-07-23T16:54:43.204Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-07-23T16:54:43.204Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-07-23T16:54:43.239Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-07-23T16:54:43.467Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-07-23T16:54:43.728Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-07-23T16:54:43.829Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-07-23T16:54:43.992Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-07-23T16:54:44.100Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-07-23T16:54:44.563Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-07-23T16:54:44.697Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-07-23T16:54:45.133Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-07-23T16:54:45.397Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-07-23T16:54:45.658Z] [ 70%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-07-23T16:54:45.918Z] [ 72%] Linking C shared library libcsdk.so [2020-07-23T16:54:45.918Z] [ 72%] Built target csdk [2020-07-23T16:54:45.918Z] Scanning dependencies of target template [2020-07-23T16:54:45.918Z] [ 74%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-07-23T16:54:46.180Z] [ 75%] Linking C executable template [2020-07-23T16:54:46.180Z] [ 75%] Built target template [2020-07-23T16:54:46.180Z] Scanning dependencies of target device-counter [2020-07-23T16:54:46.180Z] [ 77%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-07-23T16:54:46.180Z] [ 79%] Linking C executable device-counter [2020-07-23T16:54:46.442Z] [ 79%] Built target device-counter [2020-07-23T16:54:46.442Z] Scanning dependencies of target device-random [2020-07-23T16:54:46.442Z] [ 81%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-07-23T16:54:46.442Z] [ 82%] Linking C executable device-random [2020-07-23T16:54:46.703Z] [ 82%] Built target device-random [2020-07-23T16:54:46.703Z] Scanning dependencies of target device-gyro [2020-07-23T16:54:46.703Z] [ 84%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-07-23T16:54:46.703Z] [ 86%] Linking C executable device-gyro [2020-07-23T16:54:46.703Z] [ 86%] Built target device-gyro [2020-07-23T16:54:46.703Z] Scanning dependencies of target device-bitfields [2020-07-23T16:54:46.703Z] [ 87%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-07-23T16:54:46.968Z] [ 89%] Linking C executable device-bitfields [2020-07-23T16:54:46.968Z] [ 89%] Built target device-bitfields [2020-07-23T16:54:46.968Z] Scanning dependencies of target template-discovery [2020-07-23T16:54:46.968Z] [ 91%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-07-23T16:54:47.228Z] [ 93%] Linking C executable template-discovery [2020-07-23T16:54:47.228Z] [ 93%] Built target template-discovery [2020-07-23T16:54:47.228Z] Scanning dependencies of target device-terminal [2020-07-23T16:54:47.229Z] [ 94%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-07-23T16:54:47.296Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-07-23T16:54:47.296Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-07-23T16:54:47.296Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-07-23T16:54:47.490Z] [ 96%] Linking C executable device-terminal [2020-07-23T16:54:47.490Z] [ 96%] Built target device-terminal [2020-07-23T16:54:47.490Z] Scanning dependencies of target templatev1 [2020-07-23T16:54:47.490Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-07-23T16:54:47.750Z] [100%] Linking C executable templatev1 [2020-07-23T16:54:47.750Z] [100%] Built target templatev1 [2020-07-23T16:54:47.750Z] + tee -a release.log [2020-07-23T16:54:47.750Z] + make package [2020-07-23T16:54:47.750Z] [ 72%] Built target csdk [2020-07-23T16:54:47.750Z] [ 75%] Built target template [2020-07-23T16:54:47.750Z] [ 79%] Built target device-counter [2020-07-23T16:54:47.750Z] [ 82%] Built target device-random [2020-07-23T16:54:47.750Z] [ 86%] Built target device-gyro [2020-07-23T16:54:47.750Z] [ 89%] Built target device-bitfields [2020-07-23T16:54:47.750Z] [ 93%] Built target template-discovery [2020-07-23T16:54:47.888Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-07-23T16:54:48.014Z] [ 96%] Built target device-terminal [2020-07-23T16:54:48.014Z] [100%] Built target templatev1 [2020-07-23T16:54:48.014Z] Run CPack packaging tool... [2020-07-23T16:54:48.014Z] CPack: Create package using TGZ [2020-07-23T16:54:48.014Z] CPack: Install projects [2020-07-23T16:54:48.014Z] CPack: - Run preinstall target for: Csdk [2020-07-23T16:54:48.276Z] CPack: - Install project: Csdk [2020-07-23T16:54:48.276Z] CPack: Create package [2020-07-23T16:54:48.276Z] CPack: - package: /tmp/sdk/build/release/csdk-1.2.2-dev.12.tar.gz generated. [2020-07-23T16:54:48.276Z] + '[' false '=' true ] [2020-07-23T16:54:48.276Z] + '[' false '=' true ] [2020-07-23T16:54:48.276Z] + mkdir -p /tmp/sdk/build/debug [2020-07-23T16:54:48.276Z] + cd /tmp/sdk/build/debug [2020-07-23T16:54:48.276Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-07-23T16:54:48.276Z] -- The C compiler identification is GNU 8.3.0 [2020-07-23T16:54:48.276Z] -- Check for working C compiler: /usr/bin/cc [2020-07-23T16:54:48.276Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-07-23T16:54:48.276Z] -- Detecting C compiler ABI info [2020-07-23T16:54:48.478Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-07-23T16:54:48.478Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-07-23T16:54:48.536Z] -- Detecting C compiler ABI info - done [2020-07-23T16:54:48.536Z] -- Detecting C compile features [2020-07-23T16:54:48.799Z] -- Detecting C compile features - done [2020-07-23T16:54:48.799Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-07-23T16:54:48.799Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-07-23T16:54:48.799Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-07-23T16:54:48.799Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-07-23T16:54:48.799Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-07-23T16:54:48.799Z] -- C SDK 1.2.2-dev.12 for Linux [2020-07-23T16:54:48.799Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-07-23T16:54:48.799Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-07-23T16:54:48.799Z] -- Found Curses: /usr/lib/libcurses.so [2020-07-23T16:54:48.799Z] -- Configuring done [2020-07-23T16:54:48.799Z] -- Generating done [2020-07-23T16:54:48.799Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-07-23T16:54:48.799Z] + + teemake [2020-07-23T16:54:48.799Z] debug.log [2020-07-23T16:54:49.061Z] Scanning dependencies of target csdk [2020-07-23T16:54:49.061Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-07-23T16:54:49.061Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-07-23T16:54:49.061Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-07-23T16:54:49.322Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-07-23T16:54:49.322Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-07-23T16:54:49.448Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-07-23T16:54:49.584Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-07-23T16:54:49.584Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-07-23T16:54:49.718Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-07-23T16:54:49.845Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-07-23T16:54:49.845Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-07-23T16:54:49.845Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-07-23T16:54:50.105Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-07-23T16:54:50.105Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-07-23T16:54:50.105Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-07-23T16:54:50.105Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-07-23T16:54:50.310Z] [ 48%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-07-23T16:54:50.366Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-07-23T16:54:50.366Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-07-23T16:54:50.581Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-07-23T16:54:50.627Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-07-23T16:54:50.627Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-07-23T16:54:50.627Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-07-23T16:54:50.888Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-07-23T16:54:50.888Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-07-23T16:54:51.150Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-07-23T16:54:51.150Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-07-23T16:54:51.150Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-07-23T16:54:51.150Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-07-23T16:54:51.150Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-07-23T16:54:51.171Z] [ 51%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-07-23T16:54:51.413Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-07-23T16:54:51.413Z] [ 48%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-07-23T16:54:51.413Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-07-23T16:54:51.413Z] [ 51%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-07-23T16:54:51.675Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-07-23T16:54:51.675Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-07-23T16:54:51.936Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-07-23T16:54:52.144Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-07-23T16:54:52.144Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-07-23T16:54:52.197Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-07-23T16:54:52.197Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-07-23T16:54:52.197Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-07-23T16:54:52.461Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-07-23T16:54:52.723Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-07-23T16:54:52.723Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-07-23T16:54:52.984Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-07-23T16:54:52.984Z] [ 70%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-07-23T16:54:52.984Z] [ 72%] Linking C shared library libcsdk.so [2020-07-23T16:54:53.244Z] [ 72%] Built target csdk [2020-07-23T16:54:53.244Z] Scanning dependencies of target template [2020-07-23T16:54:53.244Z] [ 74%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-07-23T16:54:53.244Z] [ 75%] Linking C executable template [2020-07-23T16:54:53.244Z] [ 75%] Built target template [2020-07-23T16:54:53.244Z] Scanning dependencies of target device-counter [2020-07-23T16:54:53.244Z] [ 77%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-07-23T16:54:53.508Z] [ 79%] Linking C executable device-counter [2020-07-23T16:54:53.508Z] [ 79%] Built target device-counter [2020-07-23T16:54:53.508Z] Scanning dependencies of target device-random [2020-07-23T16:54:53.508Z] [ 81%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-07-23T16:54:53.508Z] [ 82%] Linking C executable device-random [2020-07-23T16:54:53.508Z] [ 82%] Built target device-random [2020-07-23T16:54:53.769Z] Scanning dependencies of target device-gyro [2020-07-23T16:54:53.769Z] [ 84%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-07-23T16:54:53.769Z] [ 86%] Linking C executable device-gyro [2020-07-23T16:54:53.769Z] [ 86%] Built target device-gyro [2020-07-23T16:54:53.769Z] Scanning dependencies of target device-bitfields [2020-07-23T16:54:53.769Z] [ 87%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-07-23T16:54:53.769Z] [ 89%] Linking C executable device-bitfields [2020-07-23T16:54:54.030Z] [ 89%] Built target device-bitfields [2020-07-23T16:54:54.030Z] Scanning dependencies of target template-discovery [2020-07-23T16:54:54.030Z] [ 91%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-07-23T16:54:54.030Z] [ 93%] Linking C executable template-discovery [2020-07-23T16:54:54.030Z] [ 93%] Built target template-discovery [2020-07-23T16:54:54.030Z] Scanning dependencies of target device-terminal [2020-07-23T16:54:54.030Z] [ 94%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-07-23T16:54:54.291Z] [ 96%] Linking C executable device-terminal [2020-07-23T16:54:54.291Z] [ 96%] Built target device-terminal [2020-07-23T16:54:54.291Z] Scanning dependencies of target templatev1 [2020-07-23T16:54:54.291Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-07-23T16:54:54.291Z] [100%] Linking C executable templatev1 [2020-07-23T16:54:54.552Z] [100%] Built target templatev1 [2020-07-23T16:54:54.552Z] make: Entering directory '/tmp/sdk/build/release' [2020-07-23T16:54:54.552Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-07-23T16:54:54.552Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-23T16:54:54.552Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-23T16:54:54.552Z] [ 72%] Built target csdk [2020-07-23T16:54:54.552Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-23T16:54:54.552Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-23T16:54:54.552Z] [ 75%] Built target template [2020-07-23T16:54:54.552Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-23T16:54:54.552Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-23T16:54:54.552Z] [ 79%] Built target device-counter [2020-07-23T16:54:54.552Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-23T16:54:54.552Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-23T16:54:54.552Z] [ 82%] Built target device-random [2020-07-23T16:54:54.552Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-23T16:54:54.552Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-23T16:54:54.552Z] [ 86%] Built target device-gyro [2020-07-23T16:54:54.552Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-23T16:54:54.552Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-23T16:54:54.552Z] [ 89%] Built target device-bitfields [2020-07-23T16:54:54.552Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-23T16:54:54.552Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-23T16:54:54.552Z] [ 93%] Built target template-discovery [2020-07-23T16:54:54.552Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-23T16:54:54.552Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-23T16:54:54.552Z] [ 96%] Built target device-terminal [2020-07-23T16:54:54.552Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-23T16:54:54.552Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-23T16:54:54.552Z] [100%] Built target templatev1 [2020-07-23T16:54:54.552Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-07-23T16:54:54.552Z] Install the project... [2020-07-23T16:54:54.552Z] -- Install configuration: "Release" [2020-07-23T16:54:54.552Z] -- Installing: /usr/local/lib/libcsdk.so [2020-07-23T16:54:54.552Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-07-23T16:54:54.552Z] -- Up-to-date: /usr/local/include [2020-07-23T16:54:54.552Z] -- Installing: /usr/local/include/devsdk [2020-07-23T16:54:54.552Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-07-23T16:54:54.552Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-07-23T16:54:54.552Z] -- Installing: /usr/local/include/edgex [2020-07-23T16:54:54.552Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-07-23T16:54:54.552Z] -- Installing: /usr/local/include/edgex/devices.h [2020-07-23T16:54:54.552Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-07-23T16:54:54.552Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-07-23T16:54:54.552Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-07-23T16:54:54.552Z] -- Installing: /usr/local/include/edgex/error.h [2020-07-23T16:54:54.552Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-07-23T16:54:54.552Z] -- Installing: /usr/local/include/edgex/os.h [2020-07-23T16:54:54.552Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-07-23T16:54:54.552Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-07-23T16:54:54.552Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-07-23T16:54:54.552Z] -- Installing: /usr/local/include/iot [2020-07-23T16:54:54.552Z] -- Installing: /usr/local/include/iot/base64.h [2020-07-23T16:54:54.552Z] -- Installing: /usr/local/include/iot/component.h [2020-07-23T16:54:54.552Z] -- Installing: /usr/local/include/iot/config.h [2020-07-23T16:54:54.552Z] -- Installing: /usr/local/include/iot/container.h [2020-07-23T16:54:54.552Z] -- Installing: /usr/local/include/iot/data.h [2020-07-23T16:54:54.552Z] -- Installing: /usr/local/include/iot/hash.h [2020-07-23T16:54:54.552Z] -- Installing: /usr/local/include/iot/iot.h [2020-07-23T16:54:54.552Z] -- Installing: /usr/local/include/iot/json.h [2020-07-23T16:54:54.552Z] -- Installing: /usr/local/include/iot/logger.h [2020-07-23T16:54:54.552Z] -- Installing: /usr/local/include/iot/os.h [2020-07-23T16:54:54.552Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-07-23T16:54:54.552Z] -- Installing: /usr/local/include/iot/thread.h [2020-07-23T16:54:54.552Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-07-23T16:54:54.552Z] -- Installing: /usr/local/include/iot/time.h [2020-07-23T16:54:54.552Z] -- Installing: /usr/local/include/iot/typecode.h [2020-07-23T16:54:54.552Z] -- Installing: /usr/local/include/iot/os [2020-07-23T16:54:54.552Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-07-23T16:54:54.552Z] -- Installing: /usr/local/include/iot/os/macos.h [2020-07-23T16:54:54.552Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-07-23T16:54:54.552Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-07-23T16:54:54.552Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-07-23T16:54:54.552Z] make: Leaving directory '/tmp/sdk/build/release' [2020-07-23T16:54:56.421Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-07-23T16:54:56.693Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-07-23T16:54:57.101Z] Removing intermediate container da019e60f438 [2020-07-23T16:54:57.101Z] ---> 65596f1b4b30 [2020-07-23T16:54:57.101Z] Step 14/21 : FROM ${BASE} [2020-07-23T16:54:57.101Z] ---> 5eabd8fd8ba2 [2020-07-23T16:54:57.101Z] Step 15/21 : MAINTAINER IOTech [2020-07-23T16:54:57.101Z] ---> Running in 316e141f26e0 [2020-07-23T16:54:57.101Z] Removing intermediate container 316e141f26e0 [2020-07-23T16:54:57.101Z] ---> ad6dccaeb9c7 [2020-07-23T16:54:57.101Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-07-23T16:54:57.101Z] ---> Running in 8dbe45d00c23 [2020-07-23T16:54:57.281Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-07-23T16:54:57.870Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-07-23T16:54:58.045Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-07-23T16:54:58.618Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-07-23T16:54:59.191Z] (1/3) Installing curl (7.64.0-r3) [2020-07-23T16:54:59.191Z] (2/3) Installing libuuid (2.33-r0) [2020-07-23T16:54:59.191Z] (3/3) Installing wget (1.20.3-r0) [2020-07-23T16:54:59.294Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-07-23T16:54:59.454Z] Executing busybox-1.29.3-r10.trigger [2020-07-23T16:54:59.454Z] OK: 268 MiB in 78 packages [2020-07-23T16:55:00.029Z] Removing intermediate container 8dbe45d00c23 [2020-07-23T16:55:00.029Z] ---> b82601b78fe8 [2020-07-23T16:55:00.029Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-07-23T16:55:00.290Z] ---> d72f65053645 [2020-07-23T16:55:00.290Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-07-23T16:55:00.290Z] ---> 2bdf762c1eec [2020-07-23T16:55:00.290Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-07-23T16:55:00.551Z] ---> b608b0c05300 [2020-07-23T16:55:00.551Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-07-23T16:55:00.718Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-07-23T16:55:00.814Z] ---> d862422e008e [2020-07-23T16:55:00.814Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-07-23T16:55:01.076Z] ---> 63c5affa6c84 [2020-07-23T16:55:01.076Z] Successfully built 63c5affa6c84 [2020-07-23T16:55:01.076Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-23T16:55:01.758Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-23T16:55:01.758Z] . [Pipeline] withDockerContainer [2020-07-23T16:55:01.922Z] prd-centos7-docker-4c-2g-743 does not seem to be running inside a container [2020-07-23T16:55:01.964Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/36 -v /w/workspace/device-sdk-c/36:/w/workspace/device-sdk-c/36:rw,z -v /w/workspace/device-sdk-c/36@tmp:/w/workspace/device-sdk-c/36@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 ******** ci-base-image-x86_64 cat [2020-07-23T16:55:02.570Z] $ docker top 535158fb7e4dc0b7d4d06f925a71c58f36f776f485ce4f0c29daecd630ef400d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-23T16:55:03.036Z] + make test [2020-07-23T16:55:03.037Z] echo "make test" [2020-07-23T16:55:03.037Z] make test [Pipeline] } [2020-07-23T16:55:03.046Z] $ docker stop --time=1 535158fb7e4dc0b7d4d06f925a71c58f36f776f485ce4f0c29daecd630ef400d [2020-07-23T16:55:04.094Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-07-23T16:55:04.350Z] $ docker rm -f 535158fb7e4dc0b7d4d06f925a71c58f36f776f485ce4f0c29daecd630ef400d [2020-07-23T16:55:04.364Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-07-23T16:55:05.811Z] [ 70%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-07-23T16:55:06.083Z] [ 72%] Linking C shared library libcsdk.so [2020-07-23T16:55:06.357Z] [ 72%] Built target csdk [2020-07-23T16:55:06.357Z] Scanning dependencies of target template [2020-07-23T16:55:06.357Z] [ 74%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [Pipeline] sh [2020-07-23T16:55:06.953Z] [ 75%] Linking C executable template [2020-07-23T16:55:07.153Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-07-23T16:55:07.225Z] [ 75%] Built target template [2020-07-23T16:55:07.225Z] Scanning dependencies of target device-counter [2020-07-23T16:55:07.225Z] [ 77%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-07-23T16:55:07.448Z] + ls -al . [2020-07-23T16:55:07.448Z] total 160 [2020-07-23T16:55:07.448Z] drwxrwxr-x. 9 jenkins jenkins 275 Jul 23 16:54 . [2020-07-23T16:55:07.448Z] drwxrwxr-x. 4 jenkins jenkins 30 Jul 23 16:54 .. [2020-07-23T16:55:07.448Z] -rw-rw-r--. 1 jenkins jenkins 3104 Jul 23 16:54 Attribution.txt [2020-07-23T16:55:07.448Z] -rw-rw-r--. 1 jenkins jenkins 5833 Jul 23 16:54 CHANGES [2020-07-23T16:55:07.448Z] drwxrwxr-x. 2 jenkins jenkins 144 Jul 23 16:54 docs [2020-07-23T16:55:07.448Z] -rw-rw-r--. 1 jenkins jenkins 108574 Jul 23 16:54 Doxyfile [2020-07-23T16:55:07.448Z] drwxrwxr-x. 8 jenkins jenkins 162 Jul 23 16:54 .git [2020-07-23T16:55:07.448Z] drwxrwxr-x. 2 jenkins jenkins 38 Jul 23 16:54 .github [2020-07-23T16:55:07.448Z] -rw-rw-r--. 1 jenkins jenkins 176 Jul 23 16:54 .gitignore [2020-07-23T16:55:07.448Z] drwxrwxr-x. 4 jenkins jenkins 33 Jul 23 16:54 include [2020-07-23T16:55:07.448Z] -rw-rw-r--. 1 jenkins jenkins 794 Jul 23 16:54 Jenkinsfile [2020-07-23T16:55:07.448Z] -rw-rw-r--. 1 jenkins jenkins 10174 Jul 23 16:54 LICENSE [2020-07-23T16:55:07.448Z] -rw-rw-r--. 1 jenkins jenkins 449 Jul 23 16:54 Makefile [2020-07-23T16:55:07.448Z] -rw-rw-r--. 1 jenkins jenkins 1849 Jul 23 16:54 README.md [2020-07-23T16:55:07.448Z] -rw-rw-r--. 1 jenkins jenkins 5977 Jul 23 16:54 README.v2.md [2020-07-23T16:55:07.448Z] drwxrwxr-x. 2 jenkins jenkins 108 Jul 23 16:54 scripts [2020-07-23T16:55:07.448Z] drwxrwxr-x. 3 jenkins jenkins 44 Jul 23 16:54 .semver [2020-07-23T16:55:07.448Z] drwxrwxr-x. 4 jenkins jenkins 50 Jul 23 16:54 src [2020-07-23T16:55:07.448Z] -rw-rw-r--. 1 jenkins jenkins 12 Jul 23 16:51 VERSION [Pipeline] isUnix [Pipeline] sh [2020-07-23T16:55:07.751Z] + 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=792c57ace9266fa4e49c0a69505766bafa375e3f --label arch=amd64 --label version=1.2.2-dev.12 . [2020-07-23T16:55:07.751Z] Sending build context to Docker daemon 3.416MB [2020-07-23T16:55:07.751Z] Step 1/15 : ARG BASE=alpine:3.11 [2020-07-23T16:55:07.751Z] Step 2/15 : FROM ${BASE} [2020-07-23T16:55:07.751Z] ---> 63c5affa6c84 [2020-07-23T16:55:07.751Z] Step 3/15 : MAINTAINER IOTech [2020-07-23T16:55:07.820Z] [ 79%] Linking C executable device-counter [2020-07-23T16:55:07.820Z] [ 79%] Built target device-counter [2020-07-23T16:55:07.820Z] Scanning dependencies of target device-random [2020-07-23T16:55:07.820Z] [ 81%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-07-23T16:55:08.323Z] ---> Running in 0a2624414c7e [2020-07-23T16:55:08.323Z] Removing intermediate container 0a2624414c7e [2020-07-23T16:55:08.323Z] ---> 3b1d636df82c [2020-07-23T16:55:08.323Z] Step 4/15 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev && mkdir -p /edgex-c-sdk/build [2020-07-23T16:55:08.417Z] [ 82%] Linking C executable device-random [2020-07-23T16:55:08.585Z] ---> Running in d9502ebecb61 [2020-07-23T16:55:08.689Z] [ 82%] Built target device-random [2020-07-23T16:55:08.689Z] Scanning dependencies of target device-gyro [2020-07-23T16:55:08.689Z] [ 84%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-07-23T16:55:08.961Z] [ 86%] Linking C executable device-gyro [2020-07-23T16:55:09.157Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-07-23T16:55:09.233Z] [ 86%] Built target device-gyro [2020-07-23T16:55:09.233Z] Scanning dependencies of target device-bitfields [2020-07-23T16:55:09.233Z] [ 87%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-07-23T16:55:09.825Z] [ 89%] Linking C executable device-bitfields [2020-07-23T16:55:09.825Z] [ 89%] Built target device-bitfields [2020-07-23T16:55:09.825Z] Scanning dependencies of target template-discovery [2020-07-23T16:55:10.095Z] [ 91%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-07-23T16:55:10.103Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-07-23T16:55:10.363Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2020-07-23T16:55:10.624Z] (2/6) Installing libblkid (2.33-r0) [2020-07-23T16:55:10.624Z] (3/6) Installing libfdisk (2.33-r0) [2020-07-23T16:55:10.624Z] (4/6) Installing libmount (2.33-r0) [2020-07-23T16:55:10.685Z] [ 93%] Linking C executable template-discovery [2020-07-23T16:55:10.885Z] (5/6) Installing libsmartcols (2.33-r0) [2020-07-23T16:55:10.885Z] (6/6) Installing util-linux-dev (2.33-r0) [2020-07-23T16:55:10.956Z] [ 93%] Built target template-discovery [2020-07-23T16:55:10.956Z] Scanning dependencies of target device-terminal [2020-07-23T16:55:10.956Z] [ 94%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-07-23T16:55:11.457Z] Executing busybox-1.29.3-r10.trigger [2020-07-23T16:55:11.457Z] OK: 272 MiB in 84 packages [2020-07-23T16:55:11.548Z] [ 96%] Linking C executable device-terminal [2020-07-23T16:55:11.548Z] [ 96%] Built target device-terminal [2020-07-23T16:55:11.548Z] Scanning dependencies of target templatev1 [2020-07-23T16:55:11.718Z] Removing intermediate container d9502ebecb61 [2020-07-23T16:55:11.718Z] ---> 8aa5fa959133 [2020-07-23T16:55:11.718Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-07-23T16:55:11.818Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-07-23T16:55:11.981Z] ---> f00643e21840 [2020-07-23T16:55:11.981Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-07-23T16:55:12.410Z] [100%] Linking C executable templatev1 [2020-07-23T16:55:12.410Z] [100%] Built target templatev1 [2020-07-23T16:55:12.410Z] + make package [2020-07-23T16:55:12.410Z] + tee -a release.log [2020-07-23T16:55:12.684Z] [ 72%] Built target csdk [2020-07-23T16:55:12.684Z] [ 75%] Built target template [2020-07-23T16:55:12.684Z] [ 79%] Built target device-counter [2020-07-23T16:55:12.684Z] [ 82%] Built target device-random [2020-07-23T16:55:12.684Z] [ 86%] Built target device-gyro [2020-07-23T16:55:12.684Z] [ 89%] Built target device-bitfields [2020-07-23T16:55:12.924Z] ---> 80aa900174b9 [2020-07-23T16:55:12.924Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-07-23T16:55:12.924Z] ---> 2538e14dcadc [2020-07-23T16:55:12.924Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-07-23T16:55:12.953Z] [ 93%] Built target template-discovery [2020-07-23T16:55:12.953Z] [ 96%] Built target device-terminal [2020-07-23T16:55:12.953Z] [100%] Built target templatev1 [2020-07-23T16:55:12.953Z] Run CPack packaging tool... [2020-07-23T16:55:12.953Z] CPack: Create package using TGZ [2020-07-23T16:55:12.953Z] CPack: Install projects [2020-07-23T16:55:12.953Z] CPack: - Run preinstall target for: Csdk [2020-07-23T16:55:13.185Z] ---> 2ff4822e7fe4 [2020-07-23T16:55:13.186Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-07-23T16:55:13.446Z] ---> 0fc2d3597f5a [2020-07-23T16:55:13.446Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-07-23T16:55:13.446Z] ---> 990ffa8c4e88 [2020-07-23T16:55:13.446Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-07-23T16:55:13.544Z] CPack: - Install project: Csdk [2020-07-23T16:55:13.544Z] CPack: Create package [2020-07-23T16:55:13.707Z] ---> Running in 4429b0cf7f86 [2020-07-23T16:55:13.707Z] Removing intermediate container 4429b0cf7f86 [2020-07-23T16:55:13.707Z] ---> 1429693acdb1 [2020-07-23T16:55:13.707Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-07-23T16:55:13.814Z] CPack: - package: /tmp/sdk/build/release/csdk-1.2.2-dev.12.tar.gz generated. [2020-07-23T16:55:13.815Z] + '[' false '=' true ] [2020-07-23T16:55:13.815Z] + '[' false '=' true ] [2020-07-23T16:55:13.815Z] + mkdir -p /tmp/sdk/build/debug [2020-07-23T16:55:13.815Z] + cd /tmp/sdk/build/debug [2020-07-23T16:55:13.815Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-07-23T16:55:13.971Z] ---> Running in 6b565cbf08f7 [2020-07-23T16:55:13.971Z] Removing intermediate container 6b565cbf08f7 [2020-07-23T16:55:13.971Z] ---> 36796d1278aa [2020-07-23T16:55:13.971Z] Step 13/15 : LABEL arch=amd64 [2020-07-23T16:55:13.971Z] ---> Running in 20c78ead40d5 [2020-07-23T16:55:14.086Z] -- The C compiler identification is GNU 8.3.0 [2020-07-23T16:55:14.086Z] -- Check for working C compiler: /usr/bin/cc [2020-07-23T16:55:14.232Z] Removing intermediate container 20c78ead40d5 [2020-07-23T16:55:14.232Z] ---> e9676bc71fa6 [2020-07-23T16:55:14.232Z] Step 14/15 : LABEL git_sha=792c57ace9266fa4e49c0a69505766bafa375e3f [2020-07-23T16:55:14.232Z] ---> Running in d4de86c0e3dc [2020-07-23T16:55:14.358Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-07-23T16:55:14.358Z] -- Detecting C compiler ABI info [2020-07-23T16:55:14.493Z] Removing intermediate container d4de86c0e3dc [2020-07-23T16:55:14.493Z] ---> 5f0938816b88 [2020-07-23T16:55:14.493Z] Step 15/15 : LABEL version=1.2.2-dev.12 [2020-07-23T16:55:14.493Z] ---> Running in 5ea27e6eb564 [2020-07-23T16:55:14.493Z] Removing intermediate container 5ea27e6eb564 [2020-07-23T16:55:14.493Z] ---> 70880b4cfad0 [2020-07-23T16:55:14.493Z] [Warning] One or more build-args [MAKE ARCH] were not consumed [2020-07-23T16:55:14.493Z] Successfully built 70880b4cfad0 [2020-07-23T16:55:14.629Z] -- Detecting C compiler ABI info - done [2020-07-23T16:55:14.629Z] -- Detecting C compile features [2020-07-23T16:55:14.754Z] Successfully tagged docker-device-sdk-c:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-07-23T16:55:15.222Z] -- Detecting C compile features - done [2020-07-23T16:55:15.222Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-07-23T16:55:15.222Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-07-23T16:55:15.222Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-07-23T16:55:15.222Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-07-23T16:55:15.222Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-07-23T16:55:15.222Z] -- C SDK 1.2.2-dev.12 for Linux [2020-07-23T16:55:15.222Z] -- Performing Test CSDK_HAVE_ATOMIC [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 [2020-07-23T16:55:15.494Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-07-23T16:55:15.494Z] -- Found Curses: /usr/lib/libcurses.so [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [2020-07-23T16:55:15.767Z] -- Configuring done [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-23T16:55:16.038Z] -- Generating done [2020-07-23T16:55:16.039Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-07-23T16:55:16.039Z] + + maketee [2020-07-23T16:55:16.039Z] debug.log [2020-07-23T16:55:16.039Z] Scanning dependencies of target csdk [2020-07-23T16:55:16.311Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-07-23T16:55:16.584Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-07-23T16:55:16.856Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-07-23T16:55:17.448Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-07-23T16:55:17.723Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-07-23T16:55:17.723Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-07-23T16:55:18.314Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-07-23T16:55:18.906Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-07-23T16:55:19.177Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-07-23T16:55:19.448Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-07-23T16:55:19.718Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-07-23T16:55:19.989Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-07-23T16:55:20.260Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-07-23T16:55:20.260Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-07-23T16:55:21.231Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-07-23T16:55:21.231Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-07-23T16:55:21.515Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-07-23T16:55:21.785Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-07-23T16:55:22.057Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-07-23T16:55:22.649Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-07-23T16:55:22.920Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-07-23T16:55:23.198Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-07-23T16:55:23.198Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-07-23T16:55:23.469Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-07-23T16:55:23.740Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-07-23T16:55:24.010Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-07-23T16:55:24.281Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-07-23T16:55:24.553Z] [ 48%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-07-23T16:55:24.553Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-07-23T16:55:24.824Z] [ 51%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-07-23T16:55:25.414Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-07-23T16:55:25.414Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-07-23T16:55:26.388Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-07-23T16:55:26.662Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-07-23T16:55:26.934Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-07-23T16:55:27.206Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-07-23T16:55:28.181Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-07-23T16:55:28.454Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-07-23T16:55:29.427Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-07-23T16:55:29.427Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-07-23T16:55:30.060Z] [ 70%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-07-23T16:55:30.060Z] [ 72%] Linking C shared library libcsdk.so [2020-07-23T16:55:30.344Z] [ 72%] Built target csdk [2020-07-23T16:55:30.344Z] Scanning dependencies of target template [2020-07-23T16:55:30.344Z] [ 74%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-07-23T16:55:30.641Z] [ 75%] Linking C executable template [2020-07-23T16:55:30.917Z] [ 75%] Built target template [2020-07-23T16:55:30.917Z] Scanning dependencies of target device-counter [2020-07-23T16:55:30.917Z] [ 77%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-07-23T16:55:31.192Z] [ 79%] Linking C executable device-counter [2020-07-23T16:55:31.469Z] [ 79%] Built target device-counter [2020-07-23T16:55:31.469Z] Scanning dependencies of target device-random [2020-07-23T16:55:31.469Z] [ 81%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-07-23T16:55:31.805Z] [ 82%] Linking C executable device-random [2020-07-23T16:55:32.096Z] [ 82%] Built target device-random [2020-07-23T16:55:32.096Z] Scanning dependencies of target device-gyro [2020-07-23T16:55:32.096Z] [ 84%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-07-23T16:55:32.370Z] [ 86%] Linking C executable device-gyro [2020-07-23T16:55:32.649Z] [ 86%] Built target device-gyro [2020-07-23T16:55:32.649Z] Scanning dependencies of target device-bitfields [2020-07-23T16:55:32.649Z] [ 87%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-07-23T16:55:32.921Z] [ 89%] Linking C executable device-bitfields [2020-07-23T16:55:33.191Z] [ 89%] Built target device-bitfields [2020-07-23T16:55:33.191Z] Scanning dependencies of target template-discovery [2020-07-23T16:55:33.191Z] [ 91%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-07-23T16:55:33.461Z] [ 93%] Linking C executable template-discovery [2020-07-23T16:55:33.730Z] [ 93%] Built target template-discovery [2020-07-23T16:55:33.730Z] Scanning dependencies of target device-terminal [2020-07-23T16:55:33.730Z] [ 94%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-07-23T16:55:34.000Z] [ 96%] Linking C executable device-terminal [2020-07-23T16:55:34.270Z] [ 96%] Built target device-terminal [2020-07-23T16:55:34.270Z] Scanning dependencies of target templatev1 [2020-07-23T16:55:34.270Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-07-23T16:55:34.544Z] [100%] Linking C executable templatev1 [2020-07-23T16:55:34.544Z] [100%] Built target templatev1 [2020-07-23T16:55:34.815Z] make: Entering directory '/tmp/sdk/build/release' [2020-07-23T16:55:34.815Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-07-23T16:55:34.815Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-23T16:55:34.815Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-23T16:55:34.815Z] [ 72%] Built target csdk [2020-07-23T16:55:34.815Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-23T16:55:34.815Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-23T16:55:34.815Z] [ 75%] Built target template [2020-07-23T16:55:34.815Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-23T16:55:34.815Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-23T16:55:34.815Z] [ 79%] Built target device-counter [2020-07-23T16:55:34.815Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-23T16:55:34.815Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-23T16:55:35.088Z] [ 82%] Built target device-random [2020-07-23T16:55:35.088Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-23T16:55:35.088Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-23T16:55:35.088Z] [ 86%] Built target device-gyro [2020-07-23T16:55:35.088Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-23T16:55:35.088Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-23T16:55:35.088Z] [ 89%] Built target device-bitfields [2020-07-23T16:55:35.088Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-23T16:55:35.088Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-23T16:55:35.088Z] [ 93%] Built target template-discovery [2020-07-23T16:55:35.088Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-23T16:55:35.088Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-23T16:55:35.088Z] [ 96%] Built target device-terminal [2020-07-23T16:55:35.088Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-23T16:55:35.088Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-23T16:55:35.088Z] [100%] Built target templatev1 [2020-07-23T16:55:35.088Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-07-23T16:55:35.088Z] Install the project... [2020-07-23T16:55:35.088Z] -- Install configuration: "Release" [2020-07-23T16:55:35.088Z] -- Installing: /usr/local/lib/libcsdk.so [2020-07-23T16:55:35.088Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-07-23T16:55:35.088Z] -- Up-to-date: /usr/local/include [2020-07-23T16:55:35.088Z] -- Installing: /usr/local/include/edgex [2020-07-23T16:55:35.088Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-07-23T16:55:35.363Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-07-23T16:55:35.363Z] -- Installing: /usr/local/include/edgex/error.h [2020-07-23T16:55:35.363Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-07-23T16:55:35.363Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-07-23T16:55:35.363Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-07-23T16:55:35.363Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-07-23T16:55:35.363Z] -- Installing: /usr/local/include/edgex/devices.h [2020-07-23T16:55:35.363Z] -- Installing: /usr/local/include/edgex/os.h [2020-07-23T16:55:35.363Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-07-23T16:55:35.363Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-07-23T16:55:35.363Z] -- Installing: /usr/local/include/devsdk [2020-07-23T16:55:35.363Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-07-23T16:55:35.363Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-07-23T16:55:35.363Z] -- Installing: /usr/local/include/iot [2020-07-23T16:55:35.363Z] -- Installing: /usr/local/include/iot/json.h [2020-07-23T16:55:35.363Z] -- Installing: /usr/local/include/iot/container.h [2020-07-23T16:55:35.363Z] -- Installing: /usr/local/include/iot/component.h [2020-07-23T16:55:35.363Z] -- Installing: /usr/local/include/iot/typecode.h [2020-07-23T16:55:35.363Z] -- Installing: /usr/local/include/iot/iot.h [2020-07-23T16:55:35.363Z] -- Installing: /usr/local/include/iot/time.h [2020-07-23T16:55:35.363Z] -- Installing: /usr/local/include/iot/hash.h [2020-07-23T16:55:35.363Z] -- Installing: /usr/local/include/iot/logger.h [2020-07-23T16:55:35.363Z] -- Installing: /usr/local/include/iot/os [2020-07-23T16:55:35.363Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-07-23T16:55:35.363Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-07-23T16:55:35.363Z] -- Installing: /usr/local/include/iot/os/macos.h [2020-07-23T16:55:35.363Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-07-23T16:55:35.363Z] -- Installing: /usr/local/include/iot/data.h [2020-07-23T16:55:35.363Z] -- Installing: /usr/local/include/iot/thread.h [2020-07-23T16:55:35.363Z] -- Installing: /usr/local/include/iot/os.h [2020-07-23T16:55:35.363Z] -- Installing: /usr/local/include/iot/base64.h [2020-07-23T16:55:35.363Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-07-23T16:55:35.363Z] -- Installing: /usr/local/include/iot/config.h [2020-07-23T16:55:35.363Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-07-23T16:55:35.363Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-07-23T16:55:35.363Z] make: Leaving directory '/tmp/sdk/build/release' [2020-07-23T16:55:37.335Z] Removing intermediate container b7e263784e8b [2020-07-23T16:55:37.335Z] ---> 458eb5a1912f [2020-07-23T16:55:37.335Z] Step 14/21 : FROM ${BASE} [2020-07-23T16:55:37.335Z] ---> b23d30803547 [2020-07-23T16:55:37.335Z] Step 15/21 : MAINTAINER IOTech [2020-07-23T16:55:37.610Z] ---> Running in 25acb2c32ab8 [2020-07-23T16:55:37.881Z] Removing intermediate container 25acb2c32ab8 [2020-07-23T16:55:37.881Z] ---> 95cfb3d65b4b [2020-07-23T16:55:37.881Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-07-23T16:55:38.158Z] ---> Running in 5189e5231b87 [2020-07-23T16:55:39.578Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-07-23T16:55:40.167Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-07-23T16:55:40.753Z] (1/3) Installing curl (7.64.0-r3) [2020-07-23T16:55:40.753Z] (2/3) Installing libuuid (2.33-r0) [2020-07-23T16:55:41.021Z] (3/3) Installing wget (1.20.3-r0) [2020-07-23T16:55:41.021Z] Executing busybox-1.29.3-r10.trigger [2020-07-23T16:55:41.291Z] OK: 281 MiB in 78 packages [2020-07-23T16:55:42.263Z] Removing intermediate container 5189e5231b87 [2020-07-23T16:55:42.263Z] ---> 390fd827ef9b [2020-07-23T16:55:42.263Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-07-23T16:55:42.860Z] ---> 7835dfc30570 [2020-07-23T16:55:42.860Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-07-23T16:55:43.830Z] ---> 85591a7cffd4 [2020-07-23T16:55:43.830Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-07-23T16:55:44.423Z] ---> d2d4d4d20ddf [2020-07-23T16:55:44.423Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-07-23T16:55:45.392Z] ---> 20b5e9654764 [2020-07-23T16:55:45.392Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-07-23T16:55:45.981Z] ---> 8a2c8c349c04 [2020-07-23T16:55:45.982Z] Successfully built 8a2c8c349c04 [2020-07-23T16:55:45.982Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-23T16:55:46.645Z] + docker inspect -f . ci-base-image-arm64 [2020-07-23T16:55:46.645Z] . [Pipeline] withDockerContainer [2020-07-23T16:55:46.911Z] prd-ubuntu18.04-docker-arm64-4c-16g-742 does not seem to be running inside a container [2020-07-23T16:55:46.990Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/36 -v /w/workspace/device-sdk-c/36:/w/workspace/device-sdk-c/36:rw,z -v /w/workspace/device-sdk-c/36@tmp:/w/workspace/device-sdk-c/36@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-07-23T16:55:48.819Z] $ docker top c57b05dba30fda998d9794029e748dcf549ce85a353888daa8c8d41f9cb6eebd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-23T16:55:50.221Z] + make test [2020-07-23T16:55:50.222Z] echo "make test" [2020-07-23T16:55:50.222Z] make test [Pipeline] } [2020-07-23T16:55:50.235Z] $ docker stop --time=1 c57b05dba30fda998d9794029e748dcf549ce85a353888daa8c8d41f9cb6eebd [2020-07-23T16:55:52.185Z] $ docker rm -f c57b05dba30fda998d9794029e748dcf549ce85a353888daa8c8d41f9cb6eebd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-23T16:55:53.077Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-07-23T16:55:53.402Z] + ls -al . [2020-07-23T16:55:53.402Z] total 196 [2020-07-23T16:55:53.402Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 23 16:53 . [2020-07-23T16:55:53.402Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 23 16:53 .. [2020-07-23T16:55:53.402Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 23 16:53 .git [2020-07-23T16:55:53.402Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 23 16:53 .github [2020-07-23T16:55:53.402Z] -rw-rw-r-- 1 jenkins jenkins 176 Jul 23 16:53 .gitignore [2020-07-23T16:55:53.402Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 23 16:53 .semver [2020-07-23T16:55:53.402Z] -rw-rw-r-- 1 jenkins jenkins 3104 Jul 23 16:53 Attribution.txt [2020-07-23T16:55:53.402Z] -rw-rw-r-- 1 jenkins jenkins 5833 Jul 23 16:53 CHANGES [2020-07-23T16:55:53.402Z] -rw-rw-r-- 1 jenkins jenkins 108574 Jul 23 16:53 Doxyfile [2020-07-23T16:55:53.402Z] -rw-rw-r-- 1 jenkins jenkins 794 Jul 23 16:53 Jenkinsfile [2020-07-23T16:55:53.402Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jul 23 16:53 LICENSE [2020-07-23T16:55:53.402Z] -rw-rw-r-- 1 jenkins jenkins 449 Jul 23 16:53 Makefile [2020-07-23T16:55:53.402Z] -rw-rw-r-- 1 jenkins jenkins 1849 Jul 23 16:53 README.md [2020-07-23T16:55:53.402Z] -rw-rw-r-- 1 jenkins jenkins 5977 Jul 23 16:53 README.v2.md [2020-07-23T16:55:53.402Z] -rw-rw-r-- 1 jenkins jenkins 12 Jul 23 16:51 VERSION [2020-07-23T16:55:53.402Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 23 16:53 docs [2020-07-23T16:55:53.402Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 23 16:53 include [2020-07-23T16:55:53.402Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 23 16:53 scripts [2020-07-23T16:55:53.402Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 23 16:53 src [Pipeline] isUnix [Pipeline] sh [2020-07-23T16:55:53.738Z] + 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=792c57ace9266fa4e49c0a69505766bafa375e3f --label arch=arm64 --label version=1.2.2-dev.12 . [2020-07-23T16:55:54.338Z] Sending build context to Docker daemon 3.416MB [2020-07-23T16:55:54.338Z] Step 1/15 : ARG BASE=alpine:3.11 [2020-07-23T16:55:54.338Z] Step 2/15 : FROM ${BASE} [2020-07-23T16:55:54.338Z] ---> 8a2c8c349c04 [2020-07-23T16:55:54.338Z] Step 3/15 : MAINTAINER IOTech [2020-07-23T16:55:54.338Z] ---> Running in 4f852a557712 [2020-07-23T16:55:54.931Z] Removing intermediate container 4f852a557712 [2020-07-23T16:55:54.931Z] ---> 8ddc7397ba6a [2020-07-23T16:55:54.931Z] Step 4/15 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev && mkdir -p /edgex-c-sdk/build [2020-07-23T16:55:55.204Z] ---> Running in c67d1ce7b526 [2020-07-23T16:55:56.630Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-07-23T16:55:57.597Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-07-23T16:55:57.871Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2020-07-23T16:55:58.140Z] (2/6) Installing libblkid (2.33-r0) [2020-07-23T16:55:58.140Z] (3/6) Installing libfdisk (2.33-r0) [2020-07-23T16:55:58.140Z] (4/6) Installing libmount (2.33-r0) [2020-07-23T16:55:58.410Z] (5/6) Installing libsmartcols (2.33-r0) [2020-07-23T16:55:58.410Z] (6/6) Installing util-linux-dev (2.33-r0) [2020-07-23T16:55:59.001Z] Executing busybox-1.29.3-r10.trigger [2020-07-23T16:55:59.001Z] OK: 286 MiB in 84 packages [2020-07-23T16:56:00.431Z] Removing intermediate container c67d1ce7b526 [2020-07-23T16:56:00.431Z] ---> ec329e701a11 [2020-07-23T16:56:00.431Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-07-23T16:56:01.023Z] ---> b691e99205c8 [2020-07-23T16:56:01.023Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-07-23T16:56:01.996Z] ---> 4ea276e83241 [2020-07-23T16:56:01.996Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-07-23T16:56:02.591Z] ---> 88d0cd80101a [2020-07-23T16:56:02.591Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-07-23T16:56:03.187Z] ---> 33a196d851ca [2020-07-23T16:56:03.187Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-07-23T16:56:03.784Z] ---> b11238c9c7cc [2020-07-23T16:56:03.784Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-07-23T16:56:04.756Z] ---> 2bef38af7b6a [2020-07-23T16:56:04.756Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-07-23T16:56:04.757Z] ---> Running in e54de4633ca6 [2020-07-23T16:56:05.346Z] Removing intermediate container e54de4633ca6 [2020-07-23T16:56:05.346Z] ---> 419e015e630e [2020-07-23T16:56:05.346Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-07-23T16:56:05.346Z] ---> Running in d4991a209fa9 [2020-07-23T16:56:05.619Z] Removing intermediate container d4991a209fa9 [2020-07-23T16:56:05.619Z] ---> cf80c001d28b [2020-07-23T16:56:05.619Z] Step 13/15 : LABEL arch=arm64 [2020-07-23T16:56:05.890Z] ---> Running in 4ca9c435112f [2020-07-23T16:56:06.483Z] Removing intermediate container 4ca9c435112f [2020-07-23T16:56:06.483Z] ---> 8918936e1119 [2020-07-23T16:56:06.483Z] Step 14/15 : LABEL git_sha=792c57ace9266fa4e49c0a69505766bafa375e3f [2020-07-23T16:56:06.483Z] ---> Running in 70d931c0f657 [2020-07-23T16:56:07.076Z] Removing intermediate container 70d931c0f657 [2020-07-23T16:56:07.076Z] ---> 22be34f90ca0 [2020-07-23T16:56:07.076Z] Step 15/15 : LABEL version=1.2.2-dev.12 [2020-07-23T16:56:07.076Z] ---> Running in 3629e2a858ef [2020-07-23T16:56:07.668Z] Removing intermediate container 3629e2a858ef [2020-07-23T16:56:07.668Z] ---> a4d360b7fe0d [2020-07-23T16:56:07.668Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2020-07-23T16:56:07.668Z] Successfully built a4d360b7fe0d [2020-07-23T16:56:07.668Z] Successfully tagged docker-device-sdk-c-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-07-23T16:56:09.349Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-23T16:56:09.349Z] . [Pipeline] withDockerContainer [2020-07-23T16:56:09.444Z] prd-centos7-docker-4c-2g-741 does not seem to be running inside a container [2020-07-23T16:56:09.485Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-23T16:56:10.173Z] $ docker top 7663edd807c119e19455b3508e93301c53bca992b3139b1e1daa1845c1056dce -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-23T16:56:10.455Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-23T16:56:10.455Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-23T16:56:10.647Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-23T16:56:10.645Z] $ docker exec 7663edd807c119e19455b3508e93301c53bca992b3139b1e1daa1845c1056dce ssh-agent [2020-07-23T16:56:10.813Z] SSH_AUTH_SOCK=/tmp/ssh-SuZi7W9SI6CT/agent.11 [2020-07-23T16:56:10.813Z] SSH_AGENT_PID=16 [2020-07-23T16:56:10.819Z] Running ssh-add (command line suppressed) [2020-07-23T16:56:10.942Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_6137305544096867753.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_6137305544096867753.key) [2020-07-23T16:56:10.999Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-23T16:56:11.324Z] + git semver tag [2020-07-23T16:56:11.324Z] # -> Open(): unable to determine branch for HEAD [2020-07-23T16:56:11.324Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-07-23T16:56:11.324Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-07-23T16:56:11.324Z] # $SEMVER_REMOTE_NAME = origin [2020-07-23T16:56:11.324Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-23T16:56:11.324Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-23T16:56:11.324Z] # $SEMVER_BRANCH = master [2020-07-23T16:56:11.324Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [2020-07-23T16:56:11.324Z] # 792c57ace9266fa4e49c0a69505766bafa375e3f HEAD [2020-07-23T16:56:11.324Z] # -> Force: false [2020-07-23T16:56:11.324Z] # ab780b670008a9e1208bd94468260cb275c4951c refs/tags/v1.2.2-dev.12 [Pipeline] } [2020-07-23T16:56:11.331Z] $ docker exec --env ******** --env ******** 7663edd807c119e19455b3508e93301c53bca992b3139b1e1daa1845c1056dce ssh-agent -k [2020-07-23T16:56:11.450Z] unset SSH_AUTH_SOCK; [2020-07-23T16:56:11.450Z] unset SSH_AGENT_PID; [2020-07-23T16:56:11.450Z] echo Agent pid 16 killed; [2020-07-23T16:56:11.501Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-23T16:56:11.916Z] + git semver [Pipeline] } [2020-07-23T16:56:11.926Z] $ docker stop --time=1 7663edd807c119e19455b3508e93301c53bca992b3139b1e1daa1845c1056dce [2020-07-23T16:56:13.262Z] $ docker rm -f 7663edd807c119e19455b3508e93301c53bca992b3139b1e1daa1845c1056dce [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-07-23T16:56:13.825Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-23T16:56:13.825Z] [2020-07-23T16:56:13.825Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-07-23T16:56:14.163Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-23T16:56:14.163Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-07-23T16:56:14.163Z] ab5ef0e58194: Pulling fs layer [2020-07-23T16:56:14.163Z] 9712f1f96733: Pulling fs layer [2020-07-23T16:56:14.163Z] 63f879dbbcfc: Pulling fs layer [2020-07-23T16:56:14.163Z] 0d9ebad4ef96: Pulling fs layer [2020-07-23T16:56:14.163Z] e9a5061849ea: Pulling fs layer [2020-07-23T16:56:14.163Z] d747dcd14b5f: Pulling fs layer [2020-07-23T16:56:14.163Z] 2de7ff778b66: Pulling fs layer [2020-07-23T16:56:14.163Z] e9a5061849ea: Waiting [2020-07-23T16:56:14.163Z] d747dcd14b5f: Waiting [2020-07-23T16:56:14.163Z] 2de7ff778b66: Waiting [2020-07-23T16:56:14.164Z] 0d9ebad4ef96: Waiting [2020-07-23T16:56:14.164Z] 9712f1f96733: Verifying Checksum [2020-07-23T16:56:14.164Z] 9712f1f96733: Download complete [2020-07-23T16:56:14.755Z] 63f879dbbcfc: Download complete [2020-07-23T16:56:14.755Z] e9a5061849ea: Verifying Checksum [2020-07-23T16:56:14.755Z] e9a5061849ea: Download complete [2020-07-23T16:56:14.755Z] d747dcd14b5f: Download complete [2020-07-23T16:56:15.018Z] ab5ef0e58194: Verifying Checksum [2020-07-23T16:56:15.018Z] ab5ef0e58194: Download complete [2020-07-23T16:56:15.018Z] 0d9ebad4ef96: Verifying Checksum [2020-07-23T16:56:15.018Z] 0d9ebad4ef96: Download complete [2020-07-23T16:56:15.018Z] 2de7ff778b66: Verifying Checksum [2020-07-23T16:56:15.018Z] 2de7ff778b66: Download complete [2020-07-23T16:56:19.647Z] ab5ef0e58194: Pull complete [2020-07-23T16:56:19.647Z] 9712f1f96733: Pull complete [2020-07-23T16:56:22.959Z] 63f879dbbcfc: Pull complete [2020-07-23T16:56:29.560Z] 0d9ebad4ef96: Pull complete [2020-07-23T16:56:30.132Z] e9a5061849ea: Pull complete [2020-07-23T16:56:30.132Z] d747dcd14b5f: Pull complete [2020-07-23T16:56:33.434Z] 2de7ff778b66: Pull complete [2020-07-23T16:56:33.434Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-07-23T16:56:33.434Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-23T16:56:33.434Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-07-23T16:56:33.551Z] prd-centos7-docker-4c-2g-741 does not seem to be running inside a container [2020-07-23T16:56:33.582Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-07-23T16:56:36.605Z] $ docker top bd68a1cf4da370e5b0b460cbd1f12405d974090ad5cb788621dea2d3229c63b9 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-07-23T16:56:36.784Z] provisioning config files... [2020-07-23T16:56:36.794Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config9004245544652216061tmp [2020-07-23T16:56:36.809Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config8225959190890081150tmp [2020-07-23T16:56:36.822Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config2186432698768696905tmp [Pipeline] { [Pipeline] echo [2020-07-23T16:56:36.871Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-23T16:56:37.159Z] ---> sigul-configuration.sh [2020-07-23T16:56:37.159Z] gpg: directory `/root/.gnupg' created [2020-07-23T16:56:37.159Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-07-23T16:56:37.159Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-07-23T16:56:37.159Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-07-23T16:56:37.159Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-07-23T16:56:37.159Z] gpg: CAST5 encrypted data [2020-07-23T16:56:37.419Z] gpg: encrypted with 1 passphrase [2020-07-23T16:56:37.419Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-07-23T16:56:37.709Z] + mkdir /home/jenkins [2020-07-23T16:56:37.709Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-07-23T16:56:37.998Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-07-23T16:56:38.007Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-23T16:56:38.297Z] ---> sigul-install.sh [2020-07-23T16:56:43.585Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-07-23T16:56:43.879Z] + git tag --list [2020-07-23T16:56:43.879Z] v1.2.2-dev.12 [Pipeline] sh [2020-07-23T16:56:44.169Z] + lftools sign git-tag v1.2.2-dev.12 [2020-07-23T16:56:45.554Z] Signing Git tag with Sigul... [2020-07-23T16:56:45.554Z] Signing v1.2.2-dev.12 [Pipeline] echo [2020-07-23T16:56:46.565Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-23T16:56:46.890Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-07-23T16:56:46.898Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-07-23T16:56:46.967Z] $ docker stop --time=1 bd68a1cf4da370e5b0b460cbd1f12405d974090ad5cb788621dea2d3229c63b9 [2020-07-23T16:56:48.877Z] $ docker rm -f bd68a1cf4da370e5b0b460cbd1f12405d974090ad5cb788621dea2d3229c63b9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-07-23T16:56:49.605Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-23T16:56:49.605Z] . [Pipeline] withDockerContainer [2020-07-23T16:56:49.705Z] prd-centos7-docker-4c-2g-741 does not seem to be running inside a container [2020-07-23T16:56:49.737Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-23T16:56:50.455Z] $ docker top 7edb90fc5f86eeb7dc7505a3fcf32c189c4155f858148b978e0bbb52a9c2c3b3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-23T16:56:50.803Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-23T16:56:50.803Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-23T16:56:51.023Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-23T16:56:51.021Z] $ docker exec 7edb90fc5f86eeb7dc7505a3fcf32c189c4155f858148b978e0bbb52a9c2c3b3 ssh-agent [2020-07-23T16:56:51.189Z] SSH_AUTH_SOCK=/tmp/ssh-2LLzp30HfQwn/agent.11 [2020-07-23T16:56:51.189Z] SSH_AGENT_PID=17 [2020-07-23T16:56:51.195Z] Running ssh-add (command line suppressed) [2020-07-23T16:56:51.316Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_7855431159580978519.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_7855431159580978519.key) [2020-07-23T16:56:51.371Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-23T16:56:51.738Z] + git semver bump pre [2020-07-23T16:56:51.738Z] # -> Open(): unable to determine branch for HEAD [2020-07-23T16:56:51.738Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-07-23T16:56:51.738Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-07-23T16:56:51.738Z] # $SEMVER_REMOTE_NAME = origin [2020-07-23T16:56:51.738Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-23T16:56:51.738Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-23T16:56:51.738Z] # $SEMVER_BRANCH = master [2020-07-23T16:56:51.738Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [2020-07-23T16:56:51.738Z] 1.2.2-dev.13 [Pipeline] } [2020-07-23T16:56:51.744Z] $ docker exec --env ******** --env ******** 7edb90fc5f86eeb7dc7505a3fcf32c189c4155f858148b978e0bbb52a9c2c3b3 ssh-agent -k [2020-07-23T16:56:51.884Z] unset SSH_AUTH_SOCK; [2020-07-23T16:56:51.884Z] unset SSH_AGENT_PID; [2020-07-23T16:56:51.884Z] echo Agent pid 17 killed; [2020-07-23T16:56:51.941Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-23T16:56:52.373Z] + git semver [Pipeline] } [2020-07-23T16:56:52.382Z] $ docker stop --time=1 7edb90fc5f86eeb7dc7505a3fcf32c189c4155f858148b978e0bbb52a9c2c3b3 [2020-07-23T16:56:54.047Z] $ docker rm -f 7edb90fc5f86eeb7dc7505a3fcf32c189c4155f858148b978e0bbb52a9c2c3b3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-23T16:56:54.531Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-23T16:56:54.531Z] . [Pipeline] withDockerContainer [2020-07-23T16:56:54.622Z] prd-centos7-docker-4c-2g-741 does not seem to be running inside a container [2020-07-23T16:56:54.653Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-23T16:56:55.213Z] $ docker top 38f9cd52cfa42aedc604a937245c375114440f806c478e905811c2d2e4a358b3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-23T16:56:55.481Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-23T16:56:55.481Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-23T16:56:55.651Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-23T16:56:55.650Z] $ docker exec 38f9cd52cfa42aedc604a937245c375114440f806c478e905811c2d2e4a358b3 ssh-agent [2020-07-23T16:56:55.819Z] SSH_AUTH_SOCK=/tmp/ssh-vbIXzeEvGvFC/agent.12 [2020-07-23T16:56:55.819Z] SSH_AGENT_PID=17 [2020-07-23T16:56:55.826Z] Running ssh-add (command line suppressed) [2020-07-23T16:56:55.938Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_5712974085264856826.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_5712974085264856826.key) [2020-07-23T16:56:55.993Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-23T16:56:56.314Z] + git semver push [2020-07-23T16:56:56.314Z] # -> Open(): unable to determine branch for HEAD [2020-07-23T16:56:56.314Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-07-23T16:56:56.314Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-07-23T16:56:56.314Z] # $SEMVER_REMOTE_NAME = origin [2020-07-23T16:56:56.314Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-23T16:56:56.314Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-23T16:56:56.314Z] # $SEMVER_BRANCH = master [2020-07-23T16:56:56.314Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [Pipeline] } [2020-07-23T16:57:02.915Z] $ docker exec --env ******** --env ******** 38f9cd52cfa42aedc604a937245c375114440f806c478e905811c2d2e4a358b3 ssh-agent -k [2020-07-23T16:57:03.055Z] unset SSH_AUTH_SOCK; [2020-07-23T16:57:03.055Z] unset SSH_AGENT_PID; [2020-07-23T16:57:03.055Z] echo Agent pid 17 killed; [2020-07-23T16:57:03.111Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-23T16:57:03.621Z] + git semver [Pipeline] } [2020-07-23T16:57:03.631Z] $ docker stop --time=1 38f9cd52cfa42aedc604a937245c375114440f806c478e905811c2d2e4a358b3 [2020-07-23T16:57:04.986Z] $ docker rm -f 38f9cd52cfa42aedc604a937245c375114440f806c478e905811c2d2e4a358b3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-07-23T16:57:05.764Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-23T16:57:06.322Z] ---> package-listing.sh [2020-07-23T16:57:06.322Z] ++ facter osfamily [2020-07-23T16:57:06.322Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-23T16:57:06.322Z] + OS_FAMILY=redhat [2020-07-23T16:57:06.322Z] + workspace=/w/workspace/edgexfoundry_device-sdk-c_master [2020-07-23T16:57:06.322Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-23T16:57:06.322Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-23T16:57:06.322Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-23T16:57:06.322Z] + PACKAGES=/tmp/packages_start.txt [2020-07-23T16:57:06.322Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_master ']' [2020-07-23T16:57:06.322Z] + PACKAGES=/tmp/packages_end.txt [2020-07-23T16:57:06.322Z] + case "${OS_FAMILY}" in [2020-07-23T16:57:06.322Z] + rpm -qa [2020-07-23T16:57:06.322Z] + sort [2020-07-23T16:57:10.528Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-23T16:57:10.528Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-23T16:57:10.528Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-23T16:57:10.528Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_master ']' [2020-07-23T16:57:10.528Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_master/archives/ [2020-07-23T16:57:10.528Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-c_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-23T16:57:11.104Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-23T16:57:11.104Z] [2020-07-23T16:57:11.104Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-23T16:57:11.449Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-23T16:57:11.449Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-23T16:57:11.449Z] c9b1b535fdd9: Pulling fs layer [2020-07-23T16:57:11.449Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-23T16:57:11.449Z] 756a868c4378: Pulling fs layer [2020-07-23T16:57:11.449Z] 444b2fc9a129: Pulling fs layer [2020-07-23T16:57:11.449Z] ea15f1150254: Pulling fs layer [2020-07-23T16:57:11.449Z] 41b27a9f41bf: Pulling fs layer [2020-07-23T16:57:11.449Z] 28c525ee5125: Pulling fs layer [2020-07-23T16:57:11.449Z] 094b1ea09ed8: Pulling fs layer [2020-07-23T16:57:11.449Z] 138eaada9080: Pulling fs layer [2020-07-23T16:57:11.449Z] 0622d0fa9048: Pulling fs layer [2020-07-23T16:57:11.449Z] 41b27a9f41bf: Waiting [2020-07-23T16:57:11.449Z] 28c525ee5125: Waiting [2020-07-23T16:57:11.449Z] 094b1ea09ed8: Waiting [2020-07-23T16:57:11.449Z] 138eaada9080: Waiting [2020-07-23T16:57:11.449Z] 0622d0fa9048: Waiting [2020-07-23T16:57:11.449Z] 444b2fc9a129: Waiting [2020-07-23T16:57:11.449Z] ea15f1150254: Waiting [2020-07-23T16:57:11.449Z] 2cc5ad85d9ab: Download complete [2020-07-23T16:57:11.449Z] 444b2fc9a129: Verifying Checksum [2020-07-23T16:57:11.449Z] 444b2fc9a129: Download complete [2020-07-23T16:57:11.449Z] c9b1b535fdd9: Verifying Checksum [2020-07-23T16:57:11.449Z] c9b1b535fdd9: Download complete [2020-07-23T16:57:11.449Z] ea15f1150254: Verifying Checksum [2020-07-23T16:57:11.449Z] ea15f1150254: Download complete [2020-07-23T16:57:11.718Z] 28c525ee5125: Verifying Checksum [2020-07-23T16:57:11.718Z] 28c525ee5125: Download complete [2020-07-23T16:57:11.718Z] 756a868c4378: Verifying Checksum [2020-07-23T16:57:11.718Z] 756a868c4378: Download complete [2020-07-23T16:57:11.997Z] c9b1b535fdd9: Pull complete [2020-07-23T16:57:11.997Z] 138eaada9080: Verifying Checksum [2020-07-23T16:57:11.997Z] 138eaada9080: Download complete [2020-07-23T16:57:11.997Z] 0622d0fa9048: Verifying Checksum [2020-07-23T16:57:11.997Z] 0622d0fa9048: Download complete [2020-07-23T16:57:11.997Z] 094b1ea09ed8: Verifying Checksum [2020-07-23T16:57:11.997Z] 094b1ea09ed8: Download complete [2020-07-23T16:57:12.263Z] 2cc5ad85d9ab: Pull complete [2020-07-23T16:57:12.524Z] 41b27a9f41bf: Verifying Checksum [2020-07-23T16:57:12.524Z] 41b27a9f41bf: Download complete [2020-07-23T16:57:13.472Z] 756a868c4378: Pull complete [2020-07-23T16:57:13.735Z] 444b2fc9a129: Pull complete [2020-07-23T16:57:14.000Z] ea15f1150254: Pull complete [2020-07-23T16:57:18.221Z] 41b27a9f41bf: Pull complete [2020-07-23T16:57:18.221Z] 28c525ee5125: Pull complete [2020-07-23T16:57:19.618Z] 094b1ea09ed8: Pull complete [2020-07-23T16:57:19.878Z] 138eaada9080: Pull complete [2020-07-23T16:57:19.878Z] 0622d0fa9048: Pull complete [2020-07-23T16:57:20.140Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-23T16:57:20.140Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-23T16:57:20.140Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-23T16:57:20.282Z] prd-centos7-docker-4c-2g-741 does not seem to be running inside a container [2020-07-23T16:57:20.320Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-23T16:57:23.200Z] $ docker top 0c389e5b2d21044aad00f4ff529baf750116c59d3fb4aa14fa0207416703e7d8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-23T16:57:23.460Z] provisioning config files... [2020-07-23T16:57:23.475Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config7944179168603786335tmp [Pipeline] { [Pipeline] echo [2020-07-23T16:57:23.538Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-23T16:57:23.830Z] ---> create-netrc.sh [Pipeline] echo [2020-07-23T16:57:23.839Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-23T16:57:24.129Z] ---> logs-deploy.sh [2020-07-23T16:57:24.129Z] + ARCHIVE_ARTIFACTS= [2020-07-23T16:57:24.129Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-23T16:57:24.129Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-23T16:57:24.129Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-23T16:57:24.129Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/master/36 [2020-07-23T16:57:24.129Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-c/job/master/36/ [2020-07-23T16:57:24.129Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/master/36 /w/workspace/edgexfoundry_device-sdk-c_master [2020-07-23T16:57:25.072Z] Archives upload complete. [2020-07-23T16:57:25.334Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/master/36 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-c/job/master/36/