Pull request #291 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of iain-anderson for edgexfoundry/device-sdk-c Obtained Jenkinsfile from ea19db68188c0a0548bac2ceae326af6dfad93a7+b589ce38ee62beed65a1f4f98577478a01ff9483 (a46cc6d9b0d281a82d7023b8094c6b4839499aac) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 --version # 'git version 2.16.6' > 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 > git --version # 'git version 2.16.6' 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > 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 BUILD_SNAP: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1710 in /w/workspace/edgexfoundry_device-sdk-c_PR-291 [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_PR-291 # timeout=10 Fetching without tags Merging remotes/origin/master commit b589ce38ee62beed65a1f4f98577478a01ff9483 into PR head commit ea19db68188c0a0548bac2ceae326af6dfad93a7 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/291/head:refs/remotes/origin/PR-291 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/291/head:refs/remotes/origin/PR-291 # 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/pull/291/head:refs/remotes/origin/PR-291 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merge succeeded, producing ea19db68188c0a0548bac2ceae326af6dfad93a7 Checking out Revision ea19db68188c0a0548bac2ceae326af6dfad93a7 (PR-291) > git config core.sparsecheckout # timeout=10 > git checkout -f ea19db68188c0a0548bac2ceae326af6dfad93a7 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge b589ce38ee62beed65a1f4f98577478a01ff9483 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ea19db68188c0a0548bac2ceae326af6dfad93a7 # timeout=10 Commit message: "feat: implement minimum/maximum limits for write ops (#211)" First time build. Skipping changelog. > git rev-list --no-walk e8147553d808ee8e61efba0d9c5d462c47f91ab3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-07T13:02:02.251Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-07T13:02:02.459Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-07T13:02:02.537Z] ========================================================= [2020-09-07T13:02:02.537Z] EdgeX Global Pipelines Version Info [2020-09-07T13:02:02.537Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-07T13:02:04.397Z] ------------------- [2020-09-07T13:02:04.397Z] stable info: [2020-09-07T13:02:04.397Z] ------------------- [2020-09-07T13:02:04.397Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-07T13:02:04.397Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-07T13:02:04.397Z] Message: update stable to v1.0.119 [2020-09-07T13:02:04.971Z] ------------------- [2020-09-07T13:02:04.971Z] experimental info: [2020-09-07T13:02:04.971Z] ------------------- [2020-09-07T13:02:04.971Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-07T13:02:04.971Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-07T13:02:04.971Z] Message: update experimental to v1.0.119 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-07T13:02:05.261Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-c-settings [Pipeline] echo [2020-09-07T13:02:05.336Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-c [Pipeline] echo [2020-09-07T13:02:05.411Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-07T13:02:05.487Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-07T13:02:05.560Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-07T13:02:05.634Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [Pipeline] echo [2020-09-07T13:02:05.707Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = scripts/Dockerfile.alpine-3.11 [Pipeline] echo [2020-09-07T13:02:05.781Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = scripts/Dockerfile.alpine-3.11-base [Pipeline] echo [2020-09-07T13:02:05.857Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-07T13:02:05.930Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-c [Pipeline] echo [2020-09-07T13:02:06.034Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-07T13:02:06.138Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-07T13:02:06.228Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-07T13:02:06.302Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-07T13:02:06.379Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-07T13:02:06.459Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-07T13:02:06.547Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-291 [Pipeline] echo [2020-09-07T13:02:06.624Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-291 [Pipeline] echo [2020-09-07T13:02:06.698Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-291 [Pipeline] echo [2020-09-07T13:02:06.772Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ea19db68188c0a0548bac2ceae326af6dfad93a7 [Pipeline] echo [2020-09-07T13:02:06.850Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ea19db6 [Pipeline] echo [2020-09-07T13:02:06.927Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-09-07T13:02:07.631Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-07T13:02:07.893Z] [2020-09-07T13:02:07.893Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-07T13:02:08.267Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-07T13:02:08.267Z] latest: Pulling from edgex-devops/git-semver [2020-09-07T13:02:08.267Z] 31603596830f: Pulling fs layer [2020-09-07T13:02:08.267Z] 2a8b12db71e7: Pulling fs layer [2020-09-07T13:02:08.267Z] 6ca5941a6612: Pulling fs layer [2020-09-07T13:02:08.267Z] ecc8261a40a4: Pulling fs layer [2020-09-07T13:02:08.267Z] ecc8261a40a4: Waiting [2020-09-07T13:02:08.267Z] 2a8b12db71e7: Verifying Checksum [2020-09-07T13:02:08.267Z] 2a8b12db71e7: Download complete [2020-09-07T13:02:08.268Z] 31603596830f: Verifying Checksum [2020-09-07T13:02:08.268Z] 31603596830f: Download complete [2020-09-07T13:02:08.536Z] ecc8261a40a4: Verifying Checksum [2020-09-07T13:02:08.536Z] ecc8261a40a4: Download complete [2020-09-07T13:02:08.536Z] 6ca5941a6612: Verifying Checksum [2020-09-07T13:02:08.536Z] 6ca5941a6612: Download complete [2020-09-07T13:02:08.801Z] 31603596830f: Pull complete [2020-09-07T13:02:08.801Z] 2a8b12db71e7: Pull complete [2020-09-07T13:02:09.756Z] 6ca5941a6612: Pull complete [2020-09-07T13:02:09.756Z] ecc8261a40a4: Pull complete [2020-09-07T13:02:10.018Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-07T13:02:10.018Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-07T13:02:10.018Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-07T13:02:10.124Z] prd-centos7-docker-4c-2g-1710 does not seem to be running inside a container [2020-09-07T13:02:10.174Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_PR-291 -v /w/workspace/edgexfoundry_device-sdk-c_PR-291:/w/workspace/edgexfoundry_device-sdk-c_PR-291:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_PR-291@tmp:/w/workspace/edgexfoundry_device-sdk-c_PR-291@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-07T13:02:12.520Z] $ docker top c45b8bb6affba1d0d4522bcc640728cd55cccd4f88c2fe426b81aa116d0e9783 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-07T13:02:12.901Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-07T13:02:12.901Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-07T13:02:13.146Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-07T13:02:13.155Z] $ docker exec c45b8bb6affba1d0d4522bcc640728cd55cccd4f88c2fe426b81aa116d0e9783 ssh-agent [2020-09-07T13:02:13.307Z] SSH_AUTH_SOCK=/tmp/ssh-pw3otmiwD0Z8/agent.12 [2020-09-07T13:02:13.307Z] SSH_AGENT_PID=17 [2020-09-07T13:02:13.320Z] Running ssh-add (command line suppressed) [2020-09-07T13:02:13.444Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_PR-291@tmp/private_key_6576744398144588395.key (/w/workspace/edgexfoundry_device-sdk-c_PR-291@tmp/private_key_6576744398144588395.key) [2020-09-07T13:02:13.491Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-07T13:02:13.832Z] + git describe --exact-match --tags HEAD [2020-09-07T13:02:13.832Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-07T13:02:13.896Z] $ docker exec --env ******** --env ******** c45b8bb6affba1d0d4522bcc640728cd55cccd4f88c2fe426b81aa116d0e9783 ssh-agent -k [2020-09-07T13:02:14.009Z] unset SSH_AUTH_SOCK; [2020-09-07T13:02:14.009Z] unset SSH_AGENT_PID; [2020-09-07T13:02:14.009Z] echo Agent pid 17 killed; [2020-09-07T13:02:14.046Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-07T13:02:14.119Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-07T13:02:14.119Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-07T13:02:14.210Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-07T13:02:14.210Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-07T13:02:14.372Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-07T13:02:14.381Z] $ docker exec c45b8bb6affba1d0d4522bcc640728cd55cccd4f88c2fe426b81aa116d0e9783 ssh-agent [2020-09-07T13:02:14.533Z] SSH_AUTH_SOCK=/tmp/ssh-AlAsiRRTRRFQ/agent.46 [2020-09-07T13:02:14.533Z] SSH_AGENT_PID=52 [2020-09-07T13:02:14.540Z] Running ssh-add (command line suppressed) [2020-09-07T13:02:14.673Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_PR-291@tmp/private_key_1579628513904858426.key (/w/workspace/edgexfoundry_device-sdk-c_PR-291@tmp/private_key_1579628513904858426.key) [2020-09-07T13:02:14.720Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-07T13:02:15.046Z] + git semver init [2020-09-07T13:02:15.046Z] # -> Open(): unable to determine branch for HEAD [2020-09-07T13:02:15.046Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_PR-291/.git [2020-09-07T13:02:15.046Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_PR-291 [2020-09-07T13:02:15.046Z] # $SEMVER_REMOTE_NAME = origin [2020-09-07T13:02:15.046Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-07T13:02:15.046Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-07T13:02:15.046Z] # $SEMVER_BRANCH = PR-291 [2020-09-07T13:02:15.046Z] # $SEMVER_TEMP = /tmp/semver-354084130 [2020-09-07T13:02:15.046Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-c.git $SEMVER_TEMP [2020-09-07T13:02:15.624Z] # '/tmp/semver-354084130' -> '/w/workspace/edgexfoundry_device-sdk-c_PR-291/.semver' [2020-09-07T13:02:15.624Z] # -> Force: false [2020-09-07T13:02:15.624Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_PR-291/.semver [Pipeline] } [2020-09-07T13:02:15.641Z] $ docker exec --env ******** --env ******** c45b8bb6affba1d0d4522bcc640728cd55cccd4f88c2fe426b81aa116d0e9783 ssh-agent -k [2020-09-07T13:02:15.748Z] unset SSH_AUTH_SOCK; [2020-09-07T13:02:15.748Z] unset SSH_AGENT_PID; [2020-09-07T13:02:15.748Z] echo Agent pid 52 killed; [2020-09-07T13:02:15.787Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-07T13:02:16.223Z] + git semver [Pipeline] } [2020-09-07T13:02:16.244Z] $ docker stop --time=1 c45b8bb6affba1d0d4522bcc640728cd55cccd4f88c2fe426b81aa116d0e9783 [2020-09-07T13:02:17.601Z] $ docker rm -f c45b8bb6affba1d0d4522bcc640728cd55cccd4f88c2fe426b81aa116d0e9783 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-07T13:02:18.537Z] Stashed 30 file(s) [Pipeline] echo [2020-09-07T13:02:18.540Z] [edgeXSemver]: initialized semver on version 0.0.0 [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-09-07T13:02:33.807Z] Still waiting to schedule task [2020-09-07T13:02:33.808Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-07T13:02:33.809Z] Still waiting to schedule task [2020-09-07T13:02:33.809Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-1708’ is offline [2020-09-07T13:04:38.180Z] Running on prd-centos7-docker-4c-2g-1715 in /w/workspace/edgexfoundry_device-sdk-c_PR-291 [Pipeline] { [Pipeline] ws [2020-09-07T13:04:38.226Z] Running in /w/workspace/device-sdk-c/2 [Pipeline] { [Pipeline] checkout [2020-09-07T13:04:40.654Z] using credential edgex-jenkins-ssh [2020-09-07T13:04:40.761Z] Cloning the remote Git repository [2020-09-07T13:04:40.762Z] Cloning with configured refspecs honoured and without tags [2020-09-07T13:04:41.558Z] Fetching without tags [2020-09-07T13:04:40.794Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-09-07T13:04:40.863Z] > git init /w/workspace/device-sdk-c/2 # timeout=10 [2020-09-07T13:04:40.928Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-09-07T13:04:40.928Z] > git --version # timeout=10 [2020-09-07T13:04:40.934Z] > git --version # 'git version 2.16.5' [2020-09-07T13:04:40.935Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-07T13:04:40.959Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/291/head:refs/remotes/origin/PR-291 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-07T13:04:41.533Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-09-07T13:04:41.541Z] > git config --add remote.origin.fetch +refs/pull/291/head:refs/remotes/origin/PR-291 # timeout=10 [2020-09-07T13:04:41.545Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-07T13:04:41.556Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-09-07T13:04:41.565Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-09-07T13:04:41.565Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-07T13:04:41.569Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/291/head:refs/remotes/origin/PR-291 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-07T13:04:41.925Z] Merging remotes/origin/master commit b589ce38ee62beed65a1f4f98577478a01ff9483 into PR head commit ea19db68188c0a0548bac2ceae326af6dfad93a7 [2020-09-07T13:04:42.017Z] Merge succeeded, producing ea19db68188c0a0548bac2ceae326af6dfad93a7 [2020-09-07T13:04:42.017Z] Checking out Revision ea19db68188c0a0548bac2ceae326af6dfad93a7 (PR-291) [2020-09-07T13:04:41.936Z] > git config core.sparsecheckout # timeout=10 [2020-09-07T13:04:41.943Z] > git checkout -f ea19db68188c0a0548bac2ceae326af6dfad93a7 # timeout=10 [2020-09-07T13:04:41.991Z] > git remote # timeout=10 [2020-09-07T13:04:41.997Z] > git config --get remote.origin.url # timeout=10 [2020-09-07T13:04:42.002Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-07T13:04:42.006Z] > git merge b589ce38ee62beed65a1f4f98577478a01ff9483 # timeout=10 [2020-09-07T13:04:42.015Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-07T13:04:42.023Z] > git config core.sparsecheckout # timeout=10 [2020-09-07T13:04:42.027Z] > git checkout -f ea19db68188c0a0548bac2ceae326af6dfad93a7 # timeout=10 [2020-09-07T13:04:45.664Z] Commit message: "feat: implement minimum/maximum limits for write ops (#211)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-07T13:04:46.476Z] ========================================================= [2020-09-07T13:04:46.477Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2020-09-07T13:04:46.477Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-07T13:04:47.162Z] + 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-09-07T13:04:47.739Z] Sending build context to Docker daemon 3.51MB [2020-09-07T13:04:47.739Z] Step 1/21 : ARG BASE=alpine:3.11 [2020-09-07T13:04:47.739Z] Step 2/21 : FROM ${BASE} as builder [2020-09-07T13:04:47.739Z] latest: Pulling from edgex-devops/edgex-gcc-base [2020-09-07T13:04:47.739Z] e7c96db7181b: Pulling fs layer [2020-09-07T13:04:47.739Z] 4c13bbce0fe7: Pulling fs layer [2020-09-07T13:04:47.739Z] 6059c847ac2f: Pulling fs layer [2020-09-07T13:04:47.739Z] 4c13bbce0fe7: Verifying Checksum [2020-09-07T13:04:47.739Z] 4c13bbce0fe7: Download complete [2020-09-07T13:04:47.739Z] e7c96db7181b: Verifying Checksum [2020-09-07T13:04:47.739Z] e7c96db7181b: Download complete [2020-09-07T13:04:48.001Z] e7c96db7181b: Pull complete [2020-09-07T13:04:48.266Z] 4c13bbce0fe7: Pull complete [2020-09-07T13:04:49.211Z] 6059c847ac2f: Verifying Checksum [2020-09-07T13:04:49.211Z] 6059c847ac2f: Download complete [2020-09-07T13:04:53.457Z] 6059c847ac2f: Pull complete [2020-09-07T13:04:53.457Z] Digest: sha256:6b5104d086ae1e5e8a284a473be9a93378e3934f9b07db5717372c857cbcbe5e [2020-09-07T13:04:53.457Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [2020-09-07T13:04:53.457Z] ---> 5eabd8fd8ba2 [2020-09-07T13:04:53.457Z] 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-09-07T13:04:55.383Z] ---> Running in c31d41de5ae3 [2020-09-07T13:04:55.956Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-09-07T13:04:57.344Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-09-07T13:04:57.919Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-09-07T13:04:57.919Z] (2/8) Installing libuuid (2.33-r0) [2020-09-07T13:04:57.919Z] (3/8) Installing libblkid (2.33-r0) [2020-09-07T13:04:58.181Z] (4/8) Installing libfdisk (2.33-r0) [2020-09-07T13:04:58.442Z] (5/8) Installing libmount (2.33-r0) [2020-09-07T13:04:58.442Z] (6/8) Installing libsmartcols (2.33-r0) [2020-09-07T13:04:58.705Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-09-07T13:04:58.969Z] (8/8) Installing wget (1.20.3-r0) [2020-09-07T13:04:59.233Z] Executing busybox-1.29.3-r10.trigger [2020-09-07T13:04:59.233Z] OK: 272 MiB in 83 packages [2020-09-07T13:04:59.808Z] Removing intermediate container c31d41de5ae3 [2020-09-07T13:04:59.808Z] ---> fb582ec15a41 [2020-09-07T13:04:59.808Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-09-07T13:05:00.087Z] ---> Running in 306ff08523c1 [2020-09-07T13:05:00.087Z] Removing intermediate container 306ff08523c1 [2020-09-07T13:05:00.087Z] ---> fa81a74880b6 [2020-09-07T13:05:00.087Z] 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-09-07T13:05:00.087Z] ---> Running in a54aeb48e9b6 [2020-09-07T13:05:00.664Z] --2020-09-07 13:05:00-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-09-07T13:05:00.664Z] Resolving github.com... 140.82.113.4 [2020-09-07T13:05:00.664Z] Connecting to github.com|140.82.113.4|:443... connected. [2020-09-07T13:05:00.926Z] HTTP request sent, awaiting response... 302 Found [2020-09-07T13:05:00.926Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-09-07T13:05:00.926Z] --2020-09-07 13:05:00-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-09-07T13:05:00.926Z] Resolving codeload.github.com... 140.82.112.10 [2020-09-07T13:05:00.926Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2020-09-07T13:05:00.926Z] HTTP request sent, awaiting response... 200 OK [2020-09-07T13:05:00.926Z] Length: 719348 (702K) [application/x-gzip] [2020-09-07T13:05:00.926Z] Saving to: 'STDOUT' [2020-09-07T13:05:00.926Z]  [2020-09-07T13:05:00.926Z] 0K .......... .......... .......... .......... .......... 7% 1.48M 0s [2020-09-07T13:05:00.926Z] 50K .......... .......... .......... .......... .......... 14% 2.99M 0s [2020-09-07T13:05:00.926Z] 100K .......... .......... .......... .......... .......... 21% 46.7M 0s [2020-09-07T13:05:00.926Z] 150K .......... .......... .......... .......... .......... 28% 3.18M 0s [2020-09-07T13:05:00.926Z] 200K .......... .......... .......... .......... .......... 35% 44.8M 0s [2020-09-07T13:05:00.926Z] 250K .......... .......... .......... .......... .......... 42% 9.95M 0s [2020-09-07T13:05:00.926Z] 300K .......... .......... .......... .......... .......... 49% 8.49M 0s [2020-09-07T13:05:00.926Z] 350K .......... .......... .......... .......... .......... 56% 8.62M 0s [2020-09-07T13:05:00.926Z] 400K .......... .......... .......... .......... .......... 64% 6.70M 0s [2020-09-07T13:05:00.926Z] 450K .......... .......... .......... .......... .......... 71% 7.89M 0s [2020-09-07T13:05:00.926Z] 500K .......... .......... .......... .......... .......... 78% 20.9M 0s [2020-09-07T13:05:00.926Z] 550K .......... .......... .......... .......... .......... 85% 15.8M 0s [2020-09-07T13:05:00.926Z] 600K .......... .......... .......... .......... .......... 92% 2.84M 0s [2020-09-07T13:05:00.926Z] 650K .......... .......... .......... .......... .......... 99% 3.03M 0s [2020-09-07T13:05:00.926Z] 700K .. 100% 4746G=0.1s [2020-09-07T13:05:00.926Z] [2020-09-07T13:05:00.926Z] 2020-09-07 13:05:00 (5.07 MB/s) - written to stdout [719348/719348] [2020-09-07T13:05:00.926Z] [2020-09-07T13:05:01.189Z] -- The C compiler identification is GNU 8.3.0 [2020-09-07T13:05:01.189Z] -- The CXX compiler identification is GNU 8.3.0 [2020-09-07T13:05:01.189Z] -- Check for working C compiler: /usr/bin/cc [2020-09-07T13:05:01.452Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-09-07T13:05:01.452Z] -- Detecting C compiler ABI info [2020-09-07T13:05:01.452Z] -- Detecting C compiler ABI info - done [2020-09-07T13:05:01.452Z] -- Detecting C compile features [2020-09-07T13:05:01.713Z] -- Detecting C compile features - done [2020-09-07T13:05:01.713Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-09-07T13:05:01.713Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-09-07T13:05:01.713Z] -- Detecting CXX compiler ABI info [2020-09-07T13:05:01.975Z] -- Detecting CXX compiler ABI info - done [2020-09-07T13:05:01.975Z] -- Detecting CXX compile features [2020-09-07T13:05:02.236Z] -- Detecting CXX compile features - done [2020-09-07T13:05:02.236Z] -- Looking for include file endian.h [2020-09-07T13:05:02.498Z] -- Looking for include file endian.h - found [2020-09-07T13:05:02.498Z] -- Check if the system is big endian [2020-09-07T13:05:02.498Z] -- Searching 16 bit integer [2020-09-07T13:05:02.498Z] -- Looking for sys/types.h [2020-09-07T13:05:02.498Z] -- Looking for sys/types.h - found [2020-09-07T13:05:02.498Z] -- Looking for stdint.h [2020-09-07T13:05:02.498Z] -- Looking for stdint.h - found [2020-09-07T13:05:02.498Z] -- Looking for stddef.h [2020-09-07T13:05:02.498Z] -- Looking for stddef.h - found [2020-09-07T13:05:02.498Z] -- Check size of unsigned short [2020-09-07T13:05:02.759Z] -- Check size of unsigned short - done [2020-09-07T13:05:02.759Z] -- Using unsigned short [2020-09-07T13:05:02.759Z] -- Check if the system is big endian - little endian [2020-09-07T13:05:02.759Z] -- Check size of size_t [2020-09-07T13:05:02.759Z] -- Check size of size_t - done [2020-09-07T13:05:02.759Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-09-07T13:05:02.759Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-09-07T13:05:02.759Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-09-07T13:05:02.759Z] CMake did not find one. [2020-09-07T13:05:02.759Z] [2020-09-07T13:05:02.759Z] Could not find a package configuration file provided by "cJSON" with any of [2020-09-07T13:05:02.759Z] the following names: [2020-09-07T13:05:02.759Z] [2020-09-07T13:05:02.759Z] cJSONConfig.cmake [2020-09-07T13:05:02.759Z] cjson-config.cmake [2020-09-07T13:05:02.759Z] [2020-09-07T13:05:02.759Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-09-07T13:05:02.759Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-09-07T13:05:02.759Z] provides a separate development package or SDK, be sure it has been [2020-09-07T13:05:02.759Z] installed. [2020-09-07T13:05:02.759Z] [2020-09-07T13:05:02.759Z] [2020-09-07T13:05:02.759Z] -- Configuring done [2020-09-07T13:05:03.023Z] -- Generating done [2020-09-07T13:05:03.023Z] -- Build files have been written to: /tmp/cbor [2020-09-07T13:05:03.023Z] Scanning dependencies of target cbor_shared [2020-09-07T13:05:03.023Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-09-07T13:05:03.284Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-09-07T13:05:03.284Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-09-07T13:05:03.545Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-09-07T13:05:03.545Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-09-07T13:05:03.546Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-09-07T13:05:03.807Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-09-07T13:05:03.807Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-09-07T13:05:03.807Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-09-07T13:05:03.807Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-09-07T13:05:04.068Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-09-07T13:05:04.068Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-09-07T13:05:04.331Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-09-07T13:05:04.331Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-09-07T13:05:04.331Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-09-07T13:05:04.331Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-09-07T13:05:04.593Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-09-07T13:05:04.593Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-09-07T13:05:04.593Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-09-07T13:05:04.862Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-09-07T13:05:04.862Z] [ 40%] Linking C shared library libcbor.so [2020-09-07T13:05:04.862Z] [ 40%] Built target cbor_shared [2020-09-07T13:05:04.862Z] Scanning dependencies of target cbor [2020-09-07T13:05:04.862Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-09-07T13:05:05.124Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-09-07T13:05:05.124Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-09-07T13:05:05.124Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-09-07T13:05:05.387Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-09-07T13:05:05.648Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-09-07T13:05:05.648Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-09-07T13:05:05.648Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-09-07T13:05:05.648Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-09-07T13:05:05.908Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-09-07T13:05:05.908Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-09-07T13:05:06.172Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-09-07T13:05:06.172Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-09-07T13:05:06.433Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-09-07T13:05:06.433Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-09-07T13:05:06.433Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-09-07T13:05:06.433Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-09-07T13:05:06.695Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-09-07T13:05:06.695Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-09-07T13:05:06.695Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-09-07T13:05:06.695Z] [ 80%] Linking C static library libcbor.a [2020-09-07T13:05:06.695Z] [ 80%] Built target cbor [2020-09-07T13:05:06.956Z] Scanning dependencies of target create_items [2020-09-07T13:05:06.956Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-09-07T13:05:06.956Z] [ 84%] Linking C executable create_items [2020-09-07T13:05:06.956Z] [ 84%] Built target create_items [2020-09-07T13:05:06.956Z] Scanning dependencies of target readfile [2020-09-07T13:05:06.956Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-09-07T13:05:06.956Z] [ 88%] Linking C executable readfile [2020-09-07T13:05:06.956Z] [ 88%] Built target readfile [2020-09-07T13:05:06.956Z] Scanning dependencies of target streaming_parser [2020-09-07T13:05:06.956Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-09-07T13:05:07.218Z] [ 92%] Linking C executable streaming_parser [2020-09-07T13:05:07.218Z] [ 92%] Built target streaming_parser [2020-09-07T13:05:07.218Z] Scanning dependencies of target sort [2020-09-07T13:05:07.218Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-09-07T13:05:07.218Z] [ 96%] Linking C executable sort [2020-09-07T13:05:07.218Z] [ 96%] Built target sort [2020-09-07T13:05:07.218Z] Scanning dependencies of target hello [2020-09-07T13:05:07.218Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-09-07T13:05:07.218Z] [100%] Linking C executable hello [2020-09-07T13:05:07.218Z] [100%] Built target hello [2020-09-07T13:05:07.480Z] Install the project... [2020-09-07T13:05:07.480Z] -- Install configuration: "Release" [2020-09-07T13:05:07.480Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-09-07T13:05:07.480Z] -- Installing: /usr/local/lib64/libcbor.a [2020-09-07T13:05:07.480Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-09-07T13:05:07.480Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-09-07T13:05:07.480Z] -- Installing: /usr/local/lib64/libcbor.so [2020-09-07T13:05:07.480Z] -- Up-to-date: /usr/local/include/cbor [2020-09-07T13:05:07.480Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-09-07T13:05:07.480Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-09-07T13:05:07.480Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-09-07T13:05:07.480Z] -- Installing: /usr/local/include/cbor/common.h [2020-09-07T13:05:07.480Z] -- Installing: /usr/local/include/cbor/data.h [2020-09-07T13:05:07.480Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-09-07T13:05:07.480Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-09-07T13:05:07.480Z] -- Installing: /usr/local/include/cbor/internal [2020-09-07T13:05:07.480Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-09-07T13:05:07.480Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-09-07T13:05:07.480Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-09-07T13:05:07.480Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-09-07T13:05:07.480Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-09-07T13:05:07.480Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-09-07T13:05:07.480Z] -- Installing: /usr/local/include/cbor/ints.h [2020-09-07T13:05:07.480Z] -- Installing: /usr/local/include/cbor/maps.h [2020-09-07T13:05:07.480Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-09-07T13:05:07.480Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-09-07T13:05:07.480Z] -- Installing: /usr/local/include/cbor/strings.h [2020-09-07T13:05:07.480Z] -- Installing: /usr/local/include/cbor/tags.h [2020-09-07T13:05:07.480Z] -- Installing: /usr/local/include/cbor.h [2020-09-07T13:05:07.480Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-09-07T13:05:10.031Z] Removing intermediate container a54aeb48e9b6 [2020-09-07T13:05:10.031Z] ---> 4466f34d9d57 [2020-09-07T13:05:10.031Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-09-07T13:05:10.031Z] ---> Running in e4716128ed36 [2020-09-07T13:05:10.602Z] Removing intermediate container e4716128ed36 [2020-09-07T13:05:10.602Z] ---> f8a08284714d [2020-09-07T13:05:10.602Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-09-07T13:05:10.864Z] ---> 4504ab36930a [2020-09-07T13:05:10.864Z] Step 8/21 : COPY src /tmp/sdk/src [2020-09-07T13:05:11.808Z] ---> d085a6acc924 [2020-09-07T13:05:11.808Z] Step 9/21 : COPY include /tmp/sdk/include [2020-09-07T13:05:12.120Z] ---> 05896a941956 [2020-09-07T13:05:12.121Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-09-07T13:05:12.121Z] ---> 8104a0201a0d [2020-09-07T13:05:12.121Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-09-07T13:05:12.425Z] ---> b660d628cdc0 [2020-09-07T13:05:12.425Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-09-07T13:05:12.702Z] ---> 6682193d1671 [2020-09-07T13:05:12.702Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-09-07T13:05:12.702Z] ---> Running in df06e8ea4668 [2020-09-07T13:05:12.963Z] + CPPCHECK=false [2020-09-07T13:05:12.963Z] + DOCGEN=false [2020-09-07T13:05:12.963Z] + TOMLVER=SDK-0.2 [2020-09-07T13:05:12.963Z] + CUTILVER=1.1-branch [2020-09-07T13:05:12.963Z] + '[' 0 -gt 0 ] [2020-09-07T13:05:13.224Z] + readlink -f ./scripts/build.sh [2020-09-07T13:05:13.224Z] + dirname /tmp/sdk/scripts/build.sh [2020-09-07T13:05:13.224Z] + dirname /tmp/sdk/scripts [2020-09-07T13:05:13.224Z] + ROOT=/tmp/sdk [2020-09-07T13:05:13.224Z] + cd /tmp/sdk [2020-09-07T13:05:13.224Z] + '[' '!' -d deps ] [2020-09-07T13:05:13.224Z] + mkdir deps [2020-09-07T13:05:13.224Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-09-07T13:05:13.224Z] + tar -C deps -z -x -f - [2020-09-07T13:05:13.224Z] --2020-09-07 13:05:12-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-09-07T13:05:13.224Z] Resolving github.com... 140.82.113.4 [2020-09-07T13:05:13.224Z] Connecting to github.com|140.82.113.4|:443... connected. [2020-09-07T13:05:13.224Z] HTTP request sent, awaiting response... 302 Found [2020-09-07T13:05:13.224Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-09-07T13:05:13.224Z] --2020-09-07 13:05:13-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-09-07T13:05:13.224Z] Resolving codeload.github.com... 140.82.112.10 [2020-09-07T13:05:13.224Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2020-09-07T13:05:13.224Z] HTTP request sent, awaiting response... 200 OK [2020-09-07T13:05:13.224Z] Length: 16451 (16K) [application/x-gzip] [2020-09-07T13:05:13.224Z] Saving to: 'STDOUT' [2020-09-07T13:05:13.224Z]  [2020-09-07T13:05:13.224Z] 0K .......... ...... 100% 1.06M=0.01s [2020-09-07T13:05:13.224Z] [2020-09-07T13:05:13.224Z] 2020-09-07 13:05:13 (1.06 MB/s) - written to stdout [16451/16451] [2020-09-07T13:05:13.224Z] [2020-09-07T13:05:13.224Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-09-07T13:05:13.224Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz [2020-09-07T13:05:13.224Z] + tar -C deps -z -x -f - [2020-09-07T13:05:13.224Z] --2020-09-07 13:05:13-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz [2020-09-07T13:05:13.224Z] Resolving github.com... 140.82.113.4 [2020-09-07T13:05:13.224Z] Connecting to github.com|140.82.113.4|:443... connected. [2020-09-07T13:05:13.485Z] HTTP request sent, awaiting response... 302 Found [2020-09-07T13:05:13.485Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch [following] [2020-09-07T13:05:13.485Z] --2020-09-07 13:05:13-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch [2020-09-07T13:05:13.485Z] Resolving codeload.github.com... 140.82.112.10 [2020-09-07T13:05:13.485Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2020-09-07T13:05:13.485Z] HTTP request sent, awaiting response... 200 OK [2020-09-07T13:05:13.485Z] Length: 170722 (167K) [application/x-gzip] [2020-09-07T13:05:13.485Z] Saving to: 'STDOUT' [2020-09-07T13:05:13.485Z] [2020-09-07T13:05:13.485Z] 0K .......... .......... .......... .......... .......... 29% 1.52M 0s [2020-09-07T13:05:13.485Z] 50K .......... .......... .......... .......... .......... 59% 3.16M 0s [2020-09-07T13:05:13.485Z] 100K .......... .......... .......... .......... .......... 89% 24.2M 0s [2020-09-07T13:05:13.485Z] 150K .......... ...... 100% 63.4M=0.05s [2020-09-07T13:05:13.485Z] [2020-09-07T13:05:13.485Z] 2020-09-07 13:05:13 (3.27 MB/s) - written to stdout [170722/170722] [2020-09-07T13:05:13.485Z] [2020-09-07T13:05:13.485Z] + mkdir -p src/c/iot [2020-09-07T13:05:13.485Z] + 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-09-07T13:05:13.485Z] + mkdir -p include/iot [2020-09-07T13:05:13.485Z] + 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-09-07T13:05:13.485Z] + mkdir -p include/iot/os [2020-09-07T13:05:13.485Z] + 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-09-07T13:05:13.485Z] + mkdir -p /tmp/sdk/build/release [2020-09-07T13:05:13.485Z] + cd /tmp/sdk/build/release [2020-09-07T13:05:13.485Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-09-07T13:05:13.746Z] -- The C compiler identification is GNU 8.3.0 [2020-09-07T13:05:13.746Z] -- Check for working C compiler: /usr/bin/cc [2020-09-07T13:05:13.746Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-09-07T13:05:13.746Z] -- Detecting C compiler ABI info [2020-09-07T13:05:13.746Z] -- Detecting C compiler ABI info - done [2020-09-07T13:05:13.746Z] -- Detecting C compile features [2020-09-07T13:05:14.006Z] -- Detecting C compile features - done [2020-09-07T13:05:14.006Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-09-07T13:05:14.006Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-09-07T13:05:14.006Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-09-07T13:05:14.006Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-09-07T13:05:14.006Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-09-07T13:05:14.006Z] -- C SDK 0.0.0 for Linux [2020-09-07T13:05:14.006Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-09-07T13:05:14.268Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-09-07T13:05:14.268Z] -- Found Curses: /usr/lib/libcurses.so [2020-09-07T13:05:14.268Z] -- Configuring done [2020-09-07T13:05:14.268Z] -- Generating done [2020-09-07T13:05:14.268Z] -- Build files have been written to: /tmp/sdk/build/release [2020-09-07T13:05:14.268Z] + make [2020-09-07T13:05:14.268Z] + tee release.log [2020-09-07T13:05:14.268Z] Scanning dependencies of target csdk [2020-09-07T13:05:14.268Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-09-07T13:05:14.529Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-09-07T13:05:14.530Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-09-07T13:05:15.102Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-09-07T13:05:15.363Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-09-07T13:05:15.363Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-09-07T13:05:15.625Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-09-07T13:05:16.198Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-09-07T13:05:16.198Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-09-07T13:05:16.459Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-09-07T13:05:16.459Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-09-07T13:05:16.719Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-09-07T13:05:16.719Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-09-07T13:05:16.719Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-09-07T13:05:17.662Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-09-07T13:05:17.662Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-09-07T13:05:17.922Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-09-07T13:05:17.922Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-09-07T13:05:18.182Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-09-07T13:05:18.754Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-09-07T13:05:18.754Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-09-07T13:05:18.754Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-09-07T13:05:19.014Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-09-07T13:05:19.014Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-09-07T13:05:19.014Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-09-07T13:05:19.275Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-09-07T13:05:19.537Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-09-07T13:05:19.537Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-09-07T13:05:19.537Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-09-07T13:05:19.799Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-09-07T13:05:20.062Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-09-07T13:05:20.062Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-09-07T13:05:21.004Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-09-07T13:05:21.158Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1714 in /w/workspace/edgexfoundry_device-sdk-c_PR-291 [Pipeline] { [Pipeline] ws [2020-09-07T13:05:21.208Z] Running in /w/workspace/device-sdk-c/2 [Pipeline] { [Pipeline] checkout [2020-09-07T13:05:21.267Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-09-07T13:05:21.267Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-09-07T13:05:21.533Z] [ 59%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-09-07T13:05:21.794Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-09-07T13:05:22.055Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-09-07T13:05:22.632Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-09-07T13:05:23.209Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-09-07T13:05:23.470Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-09-07T13:05:23.734Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-09-07T13:05:23.998Z] [ 70%] Linking C shared library libcsdk.so [2020-09-07T13:05:23.998Z] [ 70%] Built target csdk [2020-09-07T13:05:23.998Z] Scanning dependencies of target template [2020-09-07T13:05:23.998Z] [ 72%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-09-07T13:05:24.262Z] [ 73%] Linking C executable template [2020-09-07T13:05:24.262Z] [ 73%] Built target template [2020-09-07T13:05:24.262Z] Scanning dependencies of target device-counter [2020-09-07T13:05:24.262Z] [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-09-07T13:05:24.522Z] [ 77%] Linking C executable device-counter [2020-09-07T13:05:24.522Z] [ 77%] Built target device-counter [2020-09-07T13:05:24.522Z] Scanning dependencies of target device-random [2020-09-07T13:05:24.522Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-09-07T13:05:24.522Z] [ 80%] Linking C executable device-random [2020-09-07T13:05:24.783Z] [ 80%] Built target device-random [2020-09-07T13:05:24.783Z] Scanning dependencies of target device-gyro [2020-09-07T13:05:24.783Z] [ 81%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-09-07T13:05:24.783Z] [ 83%] Linking C executable device-gyro [2020-09-07T13:05:24.783Z] [ 83%] Built target device-gyro [2020-09-07T13:05:24.783Z] Scanning dependencies of target device-bitfields [2020-09-07T13:05:25.045Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-09-07T13:05:25.045Z] [ 86%] Linking C executable device-bitfields [2020-09-07T13:05:25.045Z] [ 86%] Built target device-bitfields [2020-09-07T13:05:25.045Z] Scanning dependencies of target template-discovery [2020-09-07T13:05:25.045Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-09-07T13:05:25.306Z] [ 90%] Linking C executable template-discovery [2020-09-07T13:05:25.306Z] [ 90%] Built target template-discovery [2020-09-07T13:05:25.306Z] Scanning dependencies of target device-file [2020-09-07T13:05:25.306Z] [ 91%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-09-07T13:05:25.567Z] [ 93%] Linking C executable device-file [2020-09-07T13:05:25.567Z] [ 93%] Built target device-file [2020-09-07T13:05:25.567Z] Scanning dependencies of target device-terminal [2020-09-07T13:05:25.567Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-09-07T13:05:25.758Z] using credential edgex-jenkins-ssh [2020-09-07T13:05:25.809Z] Cloning the remote Git repository [2020-09-07T13:05:25.809Z] Cloning with configured refspecs honoured and without tags [2020-09-07T13:05:25.827Z] [ 96%] Linking C executable device-terminal [2020-09-07T13:05:25.827Z] [ 96%] Built target device-terminal [2020-09-07T13:05:25.827Z] Scanning dependencies of target templatev1 [2020-09-07T13:05:25.827Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-09-07T13:05:26.090Z] [100%] Linking C executable templatev1 [2020-09-07T13:05:26.090Z] [100%] Built target templatev1 [2020-09-07T13:05:26.090Z] + make package [2020-09-07T13:05:26.090Z] + tee -a release.log [2020-09-07T13:05:26.090Z] [ 70%] Built target csdk [2020-09-07T13:05:26.090Z] [ 73%] Built target template [2020-09-07T13:05:26.090Z] [ 77%] Built target device-counter [2020-09-07T13:05:26.090Z] [ 80%] Built target device-random [2020-09-07T13:05:25.866Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-09-07T13:05:25.961Z] > git init /w/workspace/device-sdk-c/2 # timeout=10 [2020-09-07T13:05:26.057Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-09-07T13:05:26.057Z] > git --version # timeout=10 [2020-09-07T13:05:26.071Z] > git --version # 'git version 2.17.1' [2020-09-07T13:05:26.072Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-07T13:05:26.146Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/291/head:refs/remotes/origin/PR-291 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-07T13:05:26.350Z] [ 83%] Built target device-gyro [2020-09-07T13:05:26.350Z] [ 86%] Built target device-bitfields [2020-09-07T13:05:26.350Z] [ 90%] Built target template-discovery [2020-09-07T13:05:26.350Z] [ 93%] Built target device-file [2020-09-07T13:05:26.350Z] [ 96%] Built target device-terminal [2020-09-07T13:05:26.351Z] [100%] Built target templatev1 [2020-09-07T13:05:26.351Z] Run CPack packaging tool... [2020-09-07T13:05:26.351Z] CPack: Create package using TGZ [2020-09-07T13:05:26.351Z] CPack: Install projects [2020-09-07T13:05:26.351Z] CPack: - Run preinstall target for: Csdk [2020-09-07T13:05:26.612Z] CPack: - Install project: Csdk [2020-09-07T13:05:26.612Z] CPack: Create package [2020-09-07T13:05:26.612Z] CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. [2020-09-07T13:05:26.612Z] + '[' false '=' true ] [2020-09-07T13:05:26.612Z] + '[' false '=' true ] [2020-09-07T13:05:26.612Z] + mkdir -p /tmp/sdk/build/debug [2020-09-07T13:05:26.612Z] + cd /tmp/sdk/build/debug [2020-09-07T13:05:26.612Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-09-07T13:05:26.612Z] -- The C compiler identification is GNU 8.3.0 [2020-09-07T13:05:26.612Z] -- Check for working C compiler: /usr/bin/cc [2020-09-07T13:05:26.873Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-09-07T13:05:26.873Z] -- Detecting C compiler ABI info [2020-09-07T13:05:26.873Z] -- Detecting C compiler ABI info - done [2020-09-07T13:05:26.873Z] -- Detecting C compile features [2020-09-07T13:05:27.082Z] Fetching without tags [2020-09-07T13:05:27.134Z] -- Detecting C compile features - done [2020-09-07T13:05:27.134Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-09-07T13:05:27.134Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-09-07T13:05:27.134Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-09-07T13:05:27.134Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-09-07T13:05:27.134Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-09-07T13:05:27.134Z] -- C SDK 0.0.0 for Linux [2020-09-07T13:05:27.134Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-09-07T13:05:27.134Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-09-07T13:05:27.134Z] -- Found Curses: /usr/lib/libcurses.so [2020-09-07T13:05:27.134Z] -- Configuring done [2020-09-07T13:05:27.394Z] -- Generating done [2020-09-07T13:05:27.394Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-09-07T13:05:27.394Z] + make [2020-09-07T13:05:27.394Z] + tee debug.log [2020-09-07T13:05:27.394Z] Scanning dependencies of target csdk [2020-09-07T13:05:27.394Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-09-07T13:05:27.394Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-09-07T13:05:27.013Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-09-07T13:05:27.036Z] > git config --add remote.origin.fetch +refs/pull/291/head:refs/remotes/origin/PR-291 # timeout=10 [2020-09-07T13:05:27.050Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-07T13:05:27.073Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-09-07T13:05:27.095Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-09-07T13:05:27.096Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-07T13:05:27.107Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/291/head:refs/remotes/origin/PR-291 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-07T13:05:27.610Z] Merging remotes/origin/master commit b589ce38ee62beed65a1f4f98577478a01ff9483 into PR head commit ea19db68188c0a0548bac2ceae326af6dfad93a7 [2020-09-07T13:05:27.654Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-09-07T13:05:27.654Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-09-07T13:05:27.846Z] Merge succeeded, producing ea19db68188c0a0548bac2ceae326af6dfad93a7 [2020-09-07T13:05:27.846Z] Checking out Revision ea19db68188c0a0548bac2ceae326af6dfad93a7 (PR-291) [2020-09-07T13:05:27.915Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-09-07T13:05:27.915Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-09-07T13:05:27.915Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-09-07T13:05:28.176Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-09-07T13:05:28.176Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-09-07T13:05:28.436Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-09-07T13:05:28.436Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-09-07T13:05:28.436Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-09-07T13:05:28.436Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-09-07T13:05:27.629Z] > git config core.sparsecheckout # timeout=10 [2020-09-07T13:05:27.641Z] > git checkout -f ea19db68188c0a0548bac2ceae326af6dfad93a7 # timeout=10 [2020-09-07T13:05:27.742Z] > git remote # timeout=10 [2020-09-07T13:05:27.758Z] > git config --get remote.origin.url # timeout=10 [2020-09-07T13:05:27.771Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-07T13:05:27.780Z] > git merge b589ce38ee62beed65a1f4f98577478a01ff9483 # timeout=10 [2020-09-07T13:05:27.832Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-07T13:05:27.856Z] > git config core.sparsecheckout # timeout=10 [2020-09-07T13:05:27.866Z] > git checkout -f ea19db68188c0a0548bac2ceae326af6dfad93a7 # timeout=10 [2020-09-07T13:05:28.698Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-09-07T13:05:28.958Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-09-07T13:05:28.958Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-09-07T13:05:28.958Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-09-07T13:05:28.958Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-09-07T13:05:29.220Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-09-07T13:05:29.220Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-09-07T13:05:29.482Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-09-07T13:05:29.482Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-09-07T13:05:29.482Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-09-07T13:05:29.482Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-09-07T13:05:29.482Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-09-07T13:05:29.744Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-09-07T13:05:29.745Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-09-07T13:05:29.745Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-09-07T13:05:30.006Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-09-07T13:05:30.006Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-09-07T13:05:30.006Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-09-07T13:05:30.006Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-09-07T13:05:30.579Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-09-07T13:05:30.579Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-09-07T13:05:30.579Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-09-07T13:05:30.579Z] [ 59%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-09-07T13:05:30.842Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-09-07T13:05:30.842Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-09-07T13:05:31.102Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-09-07T13:05:31.362Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-09-07T13:05:31.362Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-09-07T13:05:31.623Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-09-07T13:05:31.623Z] [ 70%] Linking C shared library libcsdk.so [2020-09-07T13:05:31.623Z] [ 70%] Built target csdk [2020-09-07T13:05:31.623Z] Scanning dependencies of target template [2020-09-07T13:05:31.623Z] [ 72%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-09-07T13:05:31.623Z] [ 73%] Linking C executable template [2020-09-07T13:05:31.885Z] [ 73%] Built target template [2020-09-07T13:05:31.885Z] Scanning dependencies of target device-counter [2020-09-07T13:05:31.885Z] [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-09-07T13:05:31.885Z] [ 77%] Linking C executable device-counter [2020-09-07T13:05:31.885Z] [ 77%] Built target device-counter [2020-09-07T13:05:31.885Z] Scanning dependencies of target device-random [2020-09-07T13:05:31.885Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-09-07T13:05:32.018Z] Commit message: "feat: implement minimum/maximum limits for write ops (#211)" [2020-09-07T13:05:32.146Z] [ 80%] Linking C executable device-random [2020-09-07T13:05:32.146Z] [ 80%] Built target device-random [2020-09-07T13:05:32.146Z] Scanning dependencies of target device-gyro [2020-09-07T13:05:32.146Z] [ 81%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-09-07T13:05:32.146Z] [ 83%] Linking C executable device-gyro [2020-09-07T13:05:32.146Z] [ 83%] Built target device-gyro [2020-09-07T13:05:32.408Z] Scanning dependencies of target device-bitfields [2020-09-07T13:05:32.408Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-09-07T13:05:32.408Z] [ 86%] Linking C executable device-bitfields [2020-09-07T13:05:32.408Z] [ 86%] Built target device-bitfields [2020-09-07T13:05:32.408Z] Scanning dependencies of target template-discovery [2020-09-07T13:05:32.408Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-09-07T13:05:32.408Z] [ 90%] Linking C executable template-discovery [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-09-07T13:05:32.669Z] [ 90%] Built target template-discovery [2020-09-07T13:05:32.669Z] Scanning dependencies of target device-file [2020-09-07T13:05:32.669Z] [ 91%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-09-07T13:05:32.669Z] [ 93%] Linking C executable device-file [2020-09-07T13:05:32.669Z] [ 93%] Built target device-file [2020-09-07T13:05:32.669Z] Scanning dependencies of target device-terminal [2020-09-07T13:05:32.669Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-09-07T13:05:32.931Z] [ 96%] Linking C executable device-terminal [2020-09-07T13:05:32.931Z] [ 96%] Built target device-terminal [2020-09-07T13:05:32.931Z] Scanning dependencies of target templatev1 [2020-09-07T13:05:32.931Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-09-07T13:05:32.931Z] [100%] Linking C executable templatev1 [2020-09-07T13:05:33.198Z] [100%] Built target templatev1 [2020-09-07T13:05:33.198Z] make: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:05:33.198Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:05:33.198Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:05:33.198Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:05:33.198Z] [ 70%] Built target csdk [2020-09-07T13:05:33.198Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:05:33.198Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:05:33.198Z] [ 73%] Built target template [2020-09-07T13:05:33.198Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:05:33.198Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:05:33.198Z] [ 77%] Built target device-counter [2020-09-07T13:05:33.198Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:05:33.198Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:05:33.198Z] [ 80%] Built target device-random [2020-09-07T13:05:33.198Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:05:33.198Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:05:33.198Z] [ 83%] Built target device-gyro [2020-09-07T13:05:33.198Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:05:33.198Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:05:33.198Z] [ 86%] Built target device-bitfields [2020-09-07T13:05:33.198Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:05:33.198Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:05:33.198Z] [ 90%] Built target template-discovery [2020-09-07T13:05:33.198Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:05:33.198Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:05:33.198Z] [ 93%] Built target device-file [2020-09-07T13:05:33.198Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:05:33.198Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:05:33.198Z] [ 96%] Built target device-terminal [2020-09-07T13:05:33.198Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:05:33.198Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:05:33.198Z] [100%] Built target templatev1 [2020-09-07T13:05:33.198Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:05:33.198Z] Install the project... [2020-09-07T13:05:33.198Z] -- Install configuration: "Release" [2020-09-07T13:05:33.198Z] -- Installing: /usr/local/lib/libcsdk.so [2020-09-07T13:05:33.198Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-09-07T13:05:33.198Z] -- Up-to-date: /usr/local/include [2020-09-07T13:05:33.198Z] -- Installing: /usr/local/include/devsdk [2020-09-07T13:05:33.198Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-09-07T13:05:33.198Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-09-07T13:05:33.198Z] -- Installing: /usr/local/include/edgex [2020-09-07T13:05:33.198Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-09-07T13:05:33.198Z] -- Installing: /usr/local/include/edgex/devices.h [2020-09-07T13:05:33.198Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-09-07T13:05:33.198Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-09-07T13:05:33.198Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-09-07T13:05:33.198Z] -- Installing: /usr/local/include/edgex/error.h [2020-09-07T13:05:33.198Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-09-07T13:05:33.198Z] -- Installing: /usr/local/include/edgex/os.h [2020-09-07T13:05:33.198Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-09-07T13:05:33.198Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-09-07T13:05:33.198Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-09-07T13:05:33.198Z] -- Installing: /usr/local/include/iot [2020-09-07T13:05:33.198Z] -- Installing: /usr/local/include/iot/base64.h [2020-09-07T13:05:33.198Z] -- Installing: /usr/local/include/iot/component.h [2020-09-07T13:05:33.198Z] -- Installing: /usr/local/include/iot/config.h [2020-09-07T13:05:33.198Z] -- Installing: /usr/local/include/iot/container.h [2020-09-07T13:05:33.198Z] -- Installing: /usr/local/include/iot/data.h [2020-09-07T13:05:33.198Z] -- Installing: /usr/local/include/iot/hash.h [2020-09-07T13:05:33.198Z] -- Installing: /usr/local/include/iot/iot.h [2020-09-07T13:05:33.198Z] -- Installing: /usr/local/include/iot/json.h [2020-09-07T13:05:33.199Z] -- Installing: /usr/local/include/iot/logger.h [2020-09-07T13:05:33.199Z] -- Installing: /usr/local/include/iot/os.h [2020-09-07T13:05:33.199Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-09-07T13:05:33.199Z] -- Installing: /usr/local/include/iot/thread.h [2020-09-07T13:05:33.199Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-09-07T13:05:33.199Z] -- Installing: /usr/local/include/iot/time.h [2020-09-07T13:05:33.199Z] -- Installing: /usr/local/include/iot/typecode.h [2020-09-07T13:05:33.199Z] -- Installing: /usr/local/include/iot/os [2020-09-07T13:05:33.199Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-09-07T13:05:33.199Z] -- Installing: /usr/local/include/iot/os/macos.h [2020-09-07T13:05:33.199Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-09-07T13:05:33.199Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-09-07T13:05:33.199Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [Pipeline] echo [2020-09-07T13:05:33.222Z] ========================================================= [2020-09-07T13:05:33.222Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] [2020-09-07T13:05:33.222Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-07T13:05:33.462Z] make: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:05:34.338Z] + 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-09-07T13:05:35.322Z] Sending build context to Docker daemon 3.51MB [2020-09-07T13:05:35.322Z] Step 1/21 : ARG BASE=alpine:3.11 [2020-09-07T13:05:35.322Z] Step 2/21 : FROM ${BASE} as builder [2020-09-07T13:05:35.385Z] Removing intermediate container df06e8ea4668 [2020-09-07T13:05:35.385Z] ---> 39f2be7ef179 [2020-09-07T13:05:35.385Z] Step 14/21 : FROM ${BASE} [2020-09-07T13:05:35.385Z] ---> 5eabd8fd8ba2 [2020-09-07T13:05:35.385Z] Step 15/21 : MAINTAINER IOTech [2020-09-07T13:05:35.385Z] ---> Running in 8b86ccc0d705 [2020-09-07T13:05:35.385Z] Removing intermediate container 8b86ccc0d705 [2020-09-07T13:05:35.385Z] ---> 20318cd4e665 [2020-09-07T13:05:35.385Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-09-07T13:05:35.385Z] ---> Running in a2ee1c98c461 [2020-09-07T13:05:35.596Z] latest: Pulling from edgex-devops/edgex-gcc-base-arm64 [2020-09-07T13:05:35.596Z] 0362ad1dd800: Pulling fs layer [2020-09-07T13:05:35.596Z] f2cdb1532d8b: Pulling fs layer [2020-09-07T13:05:35.596Z] 37ed683be191: Pulling fs layer [2020-09-07T13:05:35.596Z] f2cdb1532d8b: Verifying Checksum [2020-09-07T13:05:35.596Z] f2cdb1532d8b: Download complete [2020-09-07T13:05:35.596Z] 0362ad1dd800: Verifying Checksum [2020-09-07T13:05:35.596Z] 0362ad1dd800: Download complete [2020-09-07T13:05:36.332Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-09-07T13:05:36.576Z] 0362ad1dd800: Pull complete [2020-09-07T13:05:36.849Z] f2cdb1532d8b: Pull complete [2020-09-07T13:05:37.276Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-09-07T13:05:37.832Z] 37ed683be191: Verifying Checksum [2020-09-07T13:05:37.832Z] 37ed683be191: Download complete [2020-09-07T13:05:38.220Z] (1/3) Installing curl (7.64.0-r3) [2020-09-07T13:05:38.482Z] (2/3) Installing libuuid (2.33-r0) [2020-09-07T13:05:38.482Z] (3/3) Installing wget (1.20.3-r0) [2020-09-07T13:05:39.054Z] Executing busybox-1.29.3-r10.trigger [2020-09-07T13:05:39.054Z] OK: 268 MiB in 78 packages [2020-09-07T13:05:39.315Z] Removing intermediate container a2ee1c98c461 [2020-09-07T13:05:39.315Z] ---> fff158c8fa6e [2020-09-07T13:05:39.315Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-09-07T13:05:39.577Z] ---> b593b527b306 [2020-09-07T13:05:39.577Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-09-07T13:05:39.839Z] ---> c1306eacfce9 [2020-09-07T13:05:39.839Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-09-07T13:05:40.100Z] ---> 8a16cbb8bcfe [2020-09-07T13:05:40.100Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-09-07T13:05:40.362Z] ---> acc546d47e1d [2020-09-07T13:05:40.362Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-09-07T13:05:40.624Z] ---> 58bcc8a0e091 [2020-09-07T13:05:40.624Z] Successfully built 58bcc8a0e091 [2020-09-07T13:05:40.624Z] 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-09-07T13:05:41.311Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-07T13:05:41.311Z] . [Pipeline] withDockerContainer [2020-09-07T13:05:41.418Z] prd-centos7-docker-4c-2g-1715 does not seem to be running inside a container [2020-09-07T13:05:41.465Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/2 -v /w/workspace/device-sdk-c/2:/w/workspace/device-sdk-c/2:rw,z -v /w/workspace/device-sdk-c/2@tmp:/w/workspace/device-sdk-c/2@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-07T13:05:42.436Z] $ docker top dee14592de25182981e91255f0a58656846983e1cc9466e179e4b6e5e6310404 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-07T13:05:42.901Z] + make test [2020-09-07T13:05:42.901Z] echo "make test" [2020-09-07T13:05:42.901Z] make test [Pipeline] } [2020-09-07T13:05:42.923Z] $ docker stop --time=1 dee14592de25182981e91255f0a58656846983e1cc9466e179e4b6e5e6310404 [2020-09-07T13:05:44.245Z] $ docker rm -f dee14592de25182981e91255f0a58656846983e1cc9466e179e4b6e5e6310404 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-07T13:05:45.456Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-07T13:05:45.752Z] + ls -al . [2020-09-07T13:05:45.752Z] total 160 [2020-09-07T13:05:45.752Z] drwxrwxr-x. 9 jenkins jenkins 275 Sep 7 13:04 . [2020-09-07T13:05:45.752Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 7 13:04 .. [2020-09-07T13:05:45.752Z] -rw-rw-r--. 1 jenkins jenkins 3104 Sep 7 13:04 Attribution.txt [2020-09-07T13:05:45.752Z] -rw-rw-r--. 1 jenkins jenkins 5980 Sep 7 13:04 CHANGES [2020-09-07T13:05:45.752Z] drwxrwxr-x. 2 jenkins jenkins 144 Sep 7 13:04 docs [2020-09-07T13:05:45.752Z] -rw-rw-r--. 1 jenkins jenkins 108574 Sep 7 13:04 Doxyfile [2020-09-07T13:05:45.752Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 7 13:04 .git [2020-09-07T13:05:45.752Z] drwxrwxr-x. 2 jenkins jenkins 38 Sep 7 13:04 .github [2020-09-07T13:05:45.752Z] -rw-rw-r--. 1 jenkins jenkins 176 Sep 7 13:04 .gitignore [2020-09-07T13:05:45.752Z] drwxrwxr-x. 4 jenkins jenkins 33 Sep 7 13:04 include [2020-09-07T13:05:45.752Z] -rw-rw-r--. 1 jenkins jenkins 794 Sep 7 13:04 Jenkinsfile [2020-09-07T13:05:45.752Z] -rw-rw-r--. 1 jenkins jenkins 10174 Sep 7 13:04 LICENSE [2020-09-07T13:05:45.752Z] -rw-rw-r--. 1 jenkins jenkins 449 Sep 7 13:04 Makefile [2020-09-07T13:05:45.752Z] -rw-rw-r--. 1 jenkins jenkins 2697 Sep 7 13:04 README.md [2020-09-07T13:05:45.752Z] -rw-rw-r--. 1 jenkins jenkins 5977 Sep 7 13:04 README.v2.md [2020-09-07T13:05:45.752Z] drwxrwxr-x. 2 jenkins jenkins 108 Sep 7 13:04 scripts [2020-09-07T13:05:45.752Z] drwxrwxr-x. 3 jenkins jenkins 72 Sep 7 13:04 .semver [2020-09-07T13:05:45.752Z] drwxrwxr-x. 4 jenkins jenkins 50 Sep 7 13:04 src [2020-09-07T13:05:45.752Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 7 13:02 VERSION [Pipeline] isUnix [Pipeline] sh [2020-09-07T13:05:46.054Z] + 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=ea19db68188c0a0548bac2ceae326af6dfad93a7 --label arch=amd64 --label version=0.0.0 . [2020-09-07T13:05:46.054Z] Sending build context to Docker daemon 3.51MB [2020-09-07T13:05:46.054Z] Step 1/15 : ARG BASE=alpine:3.11 [2020-09-07T13:05:46.054Z] Step 2/15 : FROM ${BASE} [2020-09-07T13:05:46.054Z] ---> 58bcc8a0e091 [2020-09-07T13:05:46.054Z] Step 3/15 : MAINTAINER IOTech [2020-09-07T13:05:46.632Z] ---> Running in e1465514f7fd [2020-09-07T13:05:46.896Z] Removing intermediate container e1465514f7fd [2020-09-07T13:05:46.896Z] ---> 873aec626a59 [2020-09-07T13:05:46.896Z] 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-09-07T13:05:46.896Z] ---> Running in 0a01ef445648 [2020-09-07T13:05:47.159Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-09-07T13:05:47.984Z] 37ed683be191: Pull complete [2020-09-07T13:05:47.984Z] Digest: sha256:f3a502aba7c4a8aa4a4fcde21dbb9db33787f3779e80dd14fb3ea60ab67de23f [2020-09-07T13:05:47.984Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest [2020-09-07T13:05:47.984Z] ---> b23d30803547 [2020-09-07T13:05:47.984Z] 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-09-07T13:05:48.256Z] ---> Running in 7574bae73850 [2020-09-07T13:05:48.545Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-09-07T13:05:49.119Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2020-09-07T13:05:49.119Z] (2/6) Installing libblkid (2.33-r0) [2020-09-07T13:05:49.380Z] (3/6) Installing libfdisk (2.33-r0) [2020-09-07T13:05:49.380Z] (4/6) Installing libmount (2.33-r0) [2020-09-07T13:05:49.642Z] (5/6) Installing libsmartcols (2.33-r0) [2020-09-07T13:05:49.688Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-09-07T13:05:49.902Z] (6/6) Installing util-linux-dev (2.33-r0) [2020-09-07T13:05:50.477Z] Executing busybox-1.29.3-r10.trigger [2020-09-07T13:05:50.477Z] OK: 272 MiB in 84 packages [2020-09-07T13:05:50.738Z] Removing intermediate container 0a01ef445648 [2020-09-07T13:05:50.738Z] ---> d3b04627c2d2 [2020-09-07T13:05:50.738Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-09-07T13:05:50.999Z] ---> 8f45c86705d7 [2020-09-07T13:05:50.999Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-09-07T13:05:51.107Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-09-07T13:05:51.700Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-09-07T13:05:51.700Z] (2/8) Installing libuuid (2.33-r0) [2020-09-07T13:05:51.700Z] (3/8) Installing libblkid (2.33-r0) [2020-09-07T13:05:51.942Z] ---> 937e35504e7c [2020-09-07T13:05:51.942Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-09-07T13:05:51.942Z] ---> 0b0d1101658f [2020-09-07T13:05:51.942Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-09-07T13:05:51.971Z] (4/8) Installing libfdisk (2.33-r0) [2020-09-07T13:05:52.203Z] ---> 1954927fbf2f [2020-09-07T13:05:52.203Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-09-07T13:05:52.242Z] (5/8) Installing libmount (2.33-r0) [2020-09-07T13:05:52.242Z] (6/8) Installing libsmartcols (2.33-r0) [2020-09-07T13:05:52.464Z] ---> 9088aff57cee [2020-09-07T13:05:52.464Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-09-07T13:05:52.464Z] ---> 57e7268fe3bd [2020-09-07T13:05:52.464Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-09-07T13:05:52.512Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-09-07T13:05:52.724Z] ---> Running in aebf4635e0d2 [2020-09-07T13:05:52.724Z] Removing intermediate container aebf4635e0d2 [2020-09-07T13:05:52.724Z] ---> 4f01b1fd4097 [2020-09-07T13:05:52.724Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-09-07T13:05:52.985Z] ---> Running in 7d99e59aea53 [2020-09-07T13:05:52.985Z] Removing intermediate container 7d99e59aea53 [2020-09-07T13:05:52.985Z] ---> 59f87d87e8ad [2020-09-07T13:05:52.985Z] Step 13/15 : LABEL arch=amd64 [2020-09-07T13:05:52.985Z] ---> Running in 2e7b8032522e [2020-09-07T13:05:53.104Z] (8/8) Installing wget (1.20.3-r0) [2020-09-07T13:05:53.104Z] Executing busybox-1.29.3-r10.trigger [2020-09-07T13:05:53.104Z] OK: 285 MiB in 83 packages [2020-09-07T13:05:53.245Z] Removing intermediate container 2e7b8032522e [2020-09-07T13:05:53.245Z] ---> 37ee5adf5aea [2020-09-07T13:05:53.245Z] Step 14/15 : LABEL git_sha=ea19db68188c0a0548bac2ceae326af6dfad93a7 [2020-09-07T13:05:53.245Z] ---> Running in 434c2f06c0a2 [2020-09-07T13:05:53.505Z] Removing intermediate container 434c2f06c0a2 [2020-09-07T13:05:53.505Z] ---> ddac269423ef [2020-09-07T13:05:53.505Z] Step 15/15 : LABEL version=0.0.0 [2020-09-07T13:05:53.505Z] ---> Running in a589d3009640 [2020-09-07T13:05:53.766Z] Removing intermediate container a589d3009640 [2020-09-07T13:05:53.766Z] ---> fd377a5bdd79 [2020-09-07T13:05:53.766Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2020-09-07T13:05:53.766Z] Successfully built fd377a5bdd79 [2020-09-07T13:05:53.766Z] Successfully tagged docker-device-sdk-c:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [2020-09-07T13:05:54.534Z] Removing intermediate container 7574bae73850 [2020-09-07T13:05:54.534Z] ---> 90caa1eefbfd [2020-09-07T13:05:54.534Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-09-07T13:05:54.534Z] ---> Running in 1f14ee1cd52d [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-07T13:05:55.128Z] Removing intermediate container 1f14ee1cd52d [2020-09-07T13:05:55.128Z] ---> 92a9333ab5d0 [2020-09-07T13:05:55.128Z] 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-09-07T13:05:55.128Z] ---> Running in c00410cb5945 [2020-09-07T13:05:56.565Z] --2020-09-07 13:05:56-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-09-07T13:05:56.565Z] Resolving github.com... 140.82.112.3 [2020-09-07T13:05:56.565Z] Connecting to github.com|140.82.112.3|:443... connected. [2020-09-07T13:05:56.565Z] HTTP request sent, awaiting response... 302 Found [2020-09-07T13:05:56.565Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-09-07T13:05:56.565Z] --2020-09-07 13:05:56-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-09-07T13:05:56.565Z] Resolving codeload.github.com... 140.82.112.10 [2020-09-07T13:05:56.565Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2020-09-07T13:05:56.837Z] HTTP request sent, awaiting response... 200 OK [2020-09-07T13:05:56.837Z] Length: 719348 (702K) [application/x-gzip] [2020-09-07T13:05:56.837Z] Saving to: 'STDOUT' [2020-09-07T13:05:56.837Z]  [2020-09-07T13:05:56.837Z] 0K .......... .......... .......... .......... .......... 7% 1.35M 0s [2020-09-07T13:05:56.837Z] 50K .......... .......... .......... .......... .......... 14% 2.73M 0s [2020-09-07T13:05:56.837Z] 100K .......... .......... .......... .......... .......... 21% 14.9M 0s [2020-09-07T13:05:56.837Z] 150K .......... .......... .......... .......... .......... 28% 3.43M 0s [2020-09-07T13:05:56.837Z] 200K .......... .......... .......... .......... .......... 35% 12.0M 0s [2020-09-07T13:05:56.837Z] 250K .......... .......... .......... .......... .......... 42% 3.61M 0s [2020-09-07T13:05:56.837Z] 300K .......... .......... .......... .......... .......... 49% 6.13M 0s [2020-09-07T13:05:56.837Z] 350K .......... .......... .......... .......... .......... 56% 4.72M 0s [2020-09-07T13:05:56.837Z] 400K .......... .......... .......... .......... .......... 64% 3.39M 0s [2020-09-07T13:05:56.837Z] 450K .......... .......... .......... .......... .......... 71% 4.50M 0s [2020-09-07T13:05:56.837Z] 500K .......... .......... .......... .......... .......... 78% 9.93M 0s [2020-09-07T13:05:56.837Z] 550K .......... .......... .......... .......... .......... 85% 11.0M 0s [2020-09-07T13:05:56.837Z] 600K .......... .......... .......... .......... .......... 92% 752K 0s [2020-09-07T13:05:57.118Z] 650K .......... .......... .......... .......... .......... 99% 2.62M 0s [2020-09-07T13:05:57.118Z] 700K .. 100% 4746G=0.2s [2020-09-07T13:05:57.118Z] [2020-09-07T13:05:57.118Z] 2020-09-07 13:05:56 (3.02 MB/s) - written to stdout [719348/719348] [2020-09-07T13:05:57.118Z] [2020-09-07T13:05:57.393Z] -- The C compiler identification is GNU 8.3.0 [2020-09-07T13:05:57.393Z] -- The CXX compiler identification is GNU 8.3.0 [2020-09-07T13:05:57.665Z] -- Check for working C compiler: /usr/bin/cc [2020-09-07T13:05:57.665Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-09-07T13:05:57.665Z] -- Detecting C compiler ABI info [2020-09-07T13:05:57.939Z] -- Detecting C compiler ABI info - done [2020-09-07T13:05:57.939Z] -- Detecting C compile features [2020-09-07T13:05:58.920Z] -- Detecting C compile features - done [2020-09-07T13:05:58.920Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-09-07T13:05:58.920Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-09-07T13:05:58.920Z] -- Detecting CXX compiler ABI info [2020-09-07T13:05:59.199Z] -- Detecting CXX compiler ABI info - done [2020-09-07T13:05:59.199Z] -- Detecting CXX compile features [2020-09-07T13:06:01.173Z] -- Detecting CXX compile features - done [2020-09-07T13:06:01.173Z] -- Looking for include file endian.h [2020-09-07T13:06:01.173Z] -- Looking for include file endian.h - found [2020-09-07T13:06:01.173Z] -- Check if the system is big endian [2020-09-07T13:06:01.173Z] -- Searching 16 bit integer [2020-09-07T13:06:01.173Z] -- Looking for sys/types.h [2020-09-07T13:06:01.173Z] -- Looking for sys/types.h - found [2020-09-07T13:06:01.173Z] -- Looking for stdint.h [2020-09-07T13:06:01.446Z] -- Looking for stdint.h - found [2020-09-07T13:06:01.446Z] -- Looking for stddef.h [2020-09-07T13:06:01.719Z] -- Looking for stddef.h - found [2020-09-07T13:06:01.719Z] -- Check size of unsigned short [2020-09-07T13:06:01.995Z] -- Check size of unsigned short - done [2020-09-07T13:06:01.995Z] -- Using unsigned short [2020-09-07T13:06:02.270Z] -- Check if the system is big endian - little endian [2020-09-07T13:06:02.270Z] -- Check size of size_t [2020-09-07T13:06:02.541Z] -- Check size of size_t - done [2020-09-07T13:06:02.541Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-09-07T13:06:02.541Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-09-07T13:06:02.541Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-09-07T13:06:02.541Z] CMake did not find one. [2020-09-07T13:06:02.541Z] [2020-09-07T13:06:02.541Z] Could not find a package configuration file provided by "cJSON" with any of [2020-09-07T13:06:02.541Z] the following names: [2020-09-07T13:06:02.541Z] [2020-09-07T13:06:02.541Z] cJSONConfig.cmake [2020-09-07T13:06:02.541Z] cjson-config.cmake [2020-09-07T13:06:02.541Z] [2020-09-07T13:06:02.541Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-09-07T13:06:02.541Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-09-07T13:06:02.541Z] provides a separate development package or SDK, be sure it has been [2020-09-07T13:06:02.541Z] installed. [2020-09-07T13:06:02.541Z] [2020-09-07T13:06:02.541Z] [2020-09-07T13:06:02.541Z] -- Configuring done [2020-09-07T13:06:02.812Z] -- Generating done [2020-09-07T13:06:02.812Z] -- Build files have been written to: /tmp/cbor [2020-09-07T13:06:02.812Z] Scanning dependencies of target cbor_shared [2020-09-07T13:06:03.082Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-09-07T13:06:03.673Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-09-07T13:06:04.267Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-09-07T13:06:04.539Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-09-07T13:06:05.133Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-09-07T13:06:05.133Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-09-07T13:06:05.406Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-09-07T13:06:05.680Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-09-07T13:06:05.953Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-09-07T13:06:06.226Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-09-07T13:06:06.819Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-09-07T13:06:06.819Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-09-07T13:06:07.415Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-09-07T13:06:07.696Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-09-07T13:06:07.969Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-09-07T13:06:08.242Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-09-07T13:06:08.520Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-09-07T13:06:08.791Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-09-07T13:06:08.791Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-09-07T13:06:09.061Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-09-07T13:06:09.332Z] [ 40%] Linking C shared library libcbor.so [2020-09-07T13:06:09.332Z] [ 40%] Built target cbor_shared [2020-09-07T13:06:09.332Z] Scanning dependencies of target cbor [2020-09-07T13:06:09.602Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-09-07T13:06:10.193Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-09-07T13:06:10.783Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-09-07T13:06:11.054Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-09-07T13:06:12.025Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-09-07T13:06:12.296Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-09-07T13:06:12.566Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-09-07T13:06:12.837Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-09-07T13:06:12.837Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-09-07T13:06:13.432Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-09-07T13:06:14.025Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-09-07T13:06:14.296Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-09-07T13:06:14.566Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-09-07T13:06:15.159Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-09-07T13:06:15.159Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-09-07T13:06:15.432Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-09-07T13:06:15.703Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-09-07T13:06:15.975Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-09-07T13:06:16.249Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-09-07T13:06:16.521Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-09-07T13:06:16.794Z] [ 80%] Linking C static library libcbor.a [2020-09-07T13:06:16.794Z] [ 80%] Built target cbor [2020-09-07T13:06:16.794Z] Scanning dependencies of target create_items [2020-09-07T13:06:16.794Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-09-07T13:06:17.066Z] [ 84%] Linking C executable create_items [2020-09-07T13:06:17.066Z] [ 84%] Built target create_items [2020-09-07T13:06:17.066Z] Scanning dependencies of target readfile [2020-09-07T13:06:17.066Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-09-07T13:06:17.337Z] [ 88%] Linking C executable readfile [2020-09-07T13:06:17.614Z] [ 88%] Built target readfile [2020-09-07T13:06:17.614Z] Scanning dependencies of target streaming_parser [2020-09-07T13:06:17.614Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-09-07T13:06:17.885Z] [ 92%] Linking C executable streaming_parser [2020-09-07T13:06:17.885Z] [ 92%] Built target streaming_parser [2020-09-07T13:06:17.885Z] Scanning dependencies of target sort [2020-09-07T13:06:17.885Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-09-07T13:06:18.156Z] [ 96%] Linking C executable sort [2020-09-07T13:06:18.156Z] [ 96%] Built target sort [2020-09-07T13:06:18.156Z] Scanning dependencies of target hello [2020-09-07T13:06:18.156Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-09-07T13:06:18.431Z] [100%] Linking C executable hello [2020-09-07T13:06:18.431Z] [100%] Built target hello [2020-09-07T13:06:18.431Z] Install the project... [2020-09-07T13:06:18.431Z] -- Install configuration: "Release" [2020-09-07T13:06:18.431Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-09-07T13:06:18.431Z] -- Installing: /usr/local/lib64/libcbor.a [2020-09-07T13:06:18.431Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-09-07T13:06:18.431Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-09-07T13:06:18.431Z] -- Installing: /usr/local/lib64/libcbor.so [2020-09-07T13:06:18.431Z] -- Up-to-date: /usr/local/include/cbor [2020-09-07T13:06:18.431Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-09-07T13:06:18.431Z] -- Installing: /usr/local/include/cbor/ints.h [2020-09-07T13:06:18.431Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-09-07T13:06:18.431Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-09-07T13:06:18.431Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-09-07T13:06:18.431Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-09-07T13:06:18.431Z] -- Installing: /usr/local/include/cbor/data.h [2020-09-07T13:06:18.431Z] -- Installing: /usr/local/include/cbor/common.h [2020-09-07T13:06:18.431Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-09-07T13:06:18.431Z] -- Installing: /usr/local/include/cbor/strings.h [2020-09-07T13:06:18.431Z] -- Installing: /usr/local/include/cbor/tags.h [2020-09-07T13:06:18.431Z] -- Installing: /usr/local/include/cbor/internal [2020-09-07T13:06:18.431Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-09-07T13:06:18.431Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-09-07T13:06:18.431Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-09-07T13:06:18.431Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-09-07T13:06:18.431Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-09-07T13:06:18.431Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-09-07T13:06:18.431Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-09-07T13:06:18.431Z] -- Installing: /usr/local/include/cbor/maps.h [2020-09-07T13:06:18.431Z] -- Installing: /usr/local/include/cbor.h [2020-09-07T13:06:18.431Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-09-07T13:06:21.047Z] Removing intermediate container c00410cb5945 [2020-09-07T13:06:21.047Z] ---> 26e79de7816f [2020-09-07T13:06:21.047Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-09-07T13:06:21.047Z] ---> Running in 91cc99cec1e3 [2020-09-07T13:06:23.658Z] Removing intermediate container 91cc99cec1e3 [2020-09-07T13:06:23.658Z] ---> 2316c0a8c172 [2020-09-07T13:06:23.658Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-09-07T13:06:23.931Z] ---> efe6be38275e [2020-09-07T13:06:23.931Z] Step 8/21 : COPY src /tmp/sdk/src [2020-09-07T13:06:24.908Z] ---> 2fd13a1b3859 [2020-09-07T13:06:24.908Z] Step 9/21 : COPY include /tmp/sdk/include [2020-09-07T13:06:25.503Z] ---> 040efa572181 [2020-09-07T13:06:25.503Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-09-07T13:06:26.096Z] ---> 6a011cfd6740 [2020-09-07T13:06:26.096Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-09-07T13:06:26.699Z] ---> 36b26376f757 [2020-09-07T13:06:26.699Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-09-07T13:06:27.674Z] ---> e2eb28b894cd [2020-09-07T13:06:27.674Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-09-07T13:06:27.674Z] ---> Running in 07a0da257705 [2020-09-07T13:06:29.100Z] + CPPCHECK=false [2020-09-07T13:06:29.100Z] + DOCGEN=false [2020-09-07T13:06:29.100Z] + TOMLVER=SDK-0.2 [2020-09-07T13:06:29.100Z] + CUTILVER=1.1-branch [2020-09-07T13:06:29.100Z] + '[' 0 -gt 0 ] [2020-09-07T13:06:29.100Z] + readlink -f ./scripts/build.sh [2020-09-07T13:06:29.100Z] + dirname /tmp/sdk/scripts/build.sh [2020-09-07T13:06:29.101Z] + dirname /tmp/sdk/scripts [2020-09-07T13:06:29.101Z] + ROOT=/tmp/sdk [2020-09-07T13:06:29.101Z] + cd /tmp/sdk [2020-09-07T13:06:29.101Z] + '[' '!' -d deps ] [2020-09-07T13:06:29.101Z] + mkdir deps [2020-09-07T13:06:29.101Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-09-07T13:06:29.101Z] + tar -C deps -z -x -f - [2020-09-07T13:06:29.101Z] --2020-09-07 13:06:28-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-09-07T13:06:29.101Z] Resolving github.com... 140.82.112.3 [2020-09-07T13:06:29.101Z] Connecting to github.com|140.82.112.3|:443... connected. [2020-09-07T13:06:29.371Z] HTTP request sent, awaiting response... 302 Found [2020-09-07T13:06:29.371Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-09-07T13:06:29.371Z] --2020-09-07 13:06:29-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-09-07T13:06:29.371Z] Resolving codeload.github.com... 140.82.112.10 [2020-09-07T13:06:29.371Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2020-09-07T13:06:29.371Z] HTTP request sent, awaiting response... 200 OK [2020-09-07T13:06:29.371Z] Length: 16451 (16K) [application/x-gzip] [2020-09-07T13:06:29.371Z] Saving to: 'STDOUT' [2020-09-07T13:06:29.371Z]  [2020-09-07T13:06:29.371Z] 0K .......... ...... 100% 1019K=0.02s [2020-09-07T13:06:29.371Z] [2020-09-07T13:06:29.371Z] 2020-09-07 13:06:29 (1019 KB/s) - written to stdout [16451/16451] [2020-09-07T13:06:29.371Z] [2020-09-07T13:06:29.371Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-09-07T13:06:29.371Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz [2020-09-07T13:06:29.371Z] + tar -C deps -z -x -f - [2020-09-07T13:06:29.371Z] --2020-09-07 13:06:29-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz [2020-09-07T13:06:29.371Z] Resolving github.com... 140.82.112.3 [2020-09-07T13:06:29.371Z] Connecting to github.com|140.82.112.3|:443... connected. [2020-09-07T13:06:29.642Z] HTTP request sent, awaiting response... 302 Found [2020-09-07T13:06:29.642Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch [following] [2020-09-07T13:06:29.642Z] --2020-09-07 13:06:29-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch [2020-09-07T13:06:29.642Z] Resolving codeload.github.com... 140.82.112.10 [2020-09-07T13:06:29.642Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2020-09-07T13:06:29.642Z] HTTP request sent, awaiting response... 200 OK [2020-09-07T13:06:29.642Z] Length: 170722 (167K) [application/x-gzip] [2020-09-07T13:06:29.642Z] Saving to: 'STDOUT' [2020-09-07T13:06:29.642Z]  [2020-09-07T13:06:29.642Z] 0K .......... .......... .......... .......... .......... 29% 1.50M 0s [2020-09-07T13:06:29.642Z] 50K .......... .......... .......... .......... .......... 59% 2.72M 0s [2020-09-07T13:06:29.642Z] 100K .......... .......... .......... .......... .......... 89% 4.63M 0s [2020-09-07T13:06:29.642Z] 150K .......... ...... 100% 3.93M=0.07s [2020-09-07T13:06:29.642Z] [2020-09-07T13:06:29.642Z] 2020-09-07 13:06:29 (2.50 MB/s) - written to stdout [170722/170722] [2020-09-07T13:06:29.642Z] [2020-09-07T13:06:29.913Z] + mkdir -p src/c/iot [2020-09-07T13:06:29.913Z] + 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-09-07T13:06:29.913Z] + mkdir -p include/iot [2020-09-07T13:06:29.913Z] + 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-09-07T13:06:29.913Z] + mkdir -p include/iot/os [2020-09-07T13:06:29.913Z] + 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-09-07T13:06:29.913Z] + mkdir -p /tmp/sdk/build/release [2020-09-07T13:06:29.913Z] + cd /tmp/sdk/build/release [2020-09-07T13:06:29.913Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-09-07T13:06:30.184Z] -- The C compiler identification is GNU 8.3.0 [2020-09-07T13:06:30.184Z] -- Check for working C compiler: /usr/bin/cc [2020-09-07T13:06:30.457Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-09-07T13:06:30.457Z] -- Detecting C compiler ABI info [2020-09-07T13:06:30.728Z] -- Detecting C compiler ABI info - done [2020-09-07T13:06:30.728Z] -- Detecting C compile features [2020-09-07T13:06:31.321Z] -- Detecting C compile features - done [2020-09-07T13:06:31.321Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-09-07T13:06:31.321Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-09-07T13:06:31.321Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-09-07T13:06:31.321Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-09-07T13:06:31.321Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-09-07T13:06:31.321Z] -- C SDK 0.0.0 for Linux [2020-09-07T13:06:31.321Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-09-07T13:06:31.592Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-09-07T13:06:31.592Z] -- Found Curses: /usr/lib/libcurses.so [2020-09-07T13:06:31.865Z] -- Configuring done [2020-09-07T13:06:32.136Z] -- Generating done [2020-09-07T13:06:32.136Z] -- Build files have been written to: /tmp/sdk/build/release [2020-09-07T13:06:32.137Z] + make [2020-09-07T13:06:32.137Z] + tee release.log [2020-09-07T13:06:32.137Z] Scanning dependencies of target csdk [2020-09-07T13:06:32.408Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-09-07T13:06:33.002Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-09-07T13:06:33.273Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-09-07T13:06:35.235Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-09-07T13:06:35.829Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-09-07T13:06:35.829Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-09-07T13:06:37.263Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-09-07T13:06:39.226Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-09-07T13:06:39.496Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-09-07T13:06:40.089Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-09-07T13:06:40.683Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-09-07T13:06:40.683Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-09-07T13:06:40.953Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-09-07T13:06:41.225Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-09-07T13:06:44.591Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-09-07T13:06:44.867Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-09-07T13:06:45.459Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-09-07T13:06:45.733Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-09-07T13:06:46.321Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-09-07T13:06:48.923Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-09-07T13:06:48.923Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-09-07T13:06:48.923Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-09-07T13:06:49.515Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-09-07T13:06:50.106Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-09-07T13:06:50.106Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-09-07T13:06:51.073Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-09-07T13:06:51.344Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-09-07T13:06:51.934Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-09-07T13:06:52.205Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-09-07T13:06:52.794Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-09-07T13:06:53.395Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-09-07T13:06:53.669Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-09-07T13:06:57.954Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-09-07T13:06:58.546Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-09-07T13:06:58.816Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-09-07T13:06:59.407Z] [ 59%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-09-07T13:06:59.998Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-09-07T13:07:01.424Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-09-07T13:07:02.846Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-09-07T13:07:06.224Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-09-07T13:07:06.496Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-09-07T13:07:07.919Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-09-07T13:07:08.193Z] [ 70%] Linking C shared library libcsdk.so [2020-09-07T13:07:08.465Z] [ 70%] Built target csdk [2020-09-07T13:07:08.465Z] Scanning dependencies of target template [2020-09-07T13:07:08.465Z] [ 72%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-09-07T13:07:09.054Z] [ 73%] Linking C executable template [2020-09-07T13:07:09.324Z] [ 73%] Built target template [2020-09-07T13:07:09.324Z] Scanning dependencies of target device-counter [2020-09-07T13:07:09.324Z] [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-09-07T13:07:09.916Z] [ 77%] Linking C executable device-counter [2020-09-07T13:07:09.916Z] [ 77%] Built target device-counter [2020-09-07T13:07:09.916Z] Scanning dependencies of target device-random [2020-09-07T13:07:09.916Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-09-07T13:07:10.558Z] [ 80%] Linking C executable device-random [2020-09-07T13:07:10.834Z] [ 80%] Built target device-random [2020-09-07T13:07:10.834Z] Scanning dependencies of target device-gyro [2020-09-07T13:07:10.834Z] [ 81%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-09-07T13:07:11.434Z] [ 83%] Linking C executable device-gyro [2020-09-07T13:07:11.434Z] [ 83%] Built target device-gyro [2020-09-07T13:07:11.434Z] Scanning dependencies of target device-bitfields [2020-09-07T13:07:11.434Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-09-07T13:07:12.099Z] [ 86%] Linking C executable device-bitfields [2020-09-07T13:07:12.099Z] [ 86%] Built target device-bitfields [2020-09-07T13:07:12.380Z] Scanning dependencies of target template-discovery [2020-09-07T13:07:12.380Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-09-07T13:07:13.004Z] [ 90%] Linking C executable template-discovery [2020-09-07T13:07:13.279Z] [ 90%] Built target template-discovery [2020-09-07T13:07:13.279Z] Scanning dependencies of target device-file [2020-09-07T13:07:13.279Z] [ 91%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-09-07T13:07:13.872Z] [ 93%] Linking C executable device-file [2020-09-07T13:07:14.143Z] [ 93%] Built target device-file [2020-09-07T13:07:14.143Z] Scanning dependencies of target device-terminal [2020-09-07T13:07:14.143Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-09-07T13:07:14.735Z] [ 96%] Linking C executable device-terminal [2020-09-07T13:07:15.006Z] [ 96%] Built target device-terminal [2020-09-07T13:07:15.006Z] Scanning dependencies of target templatev1 [2020-09-07T13:07:15.006Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-09-07T13:07:15.597Z] [100%] Linking C executable templatev1 [2020-09-07T13:07:15.597Z] [100%] Built target templatev1 [2020-09-07T13:07:15.597Z] + make package+ [2020-09-07T13:07:15.597Z] tee -a release.log [2020-09-07T13:07:15.867Z] [ 70%] Built target csdk [2020-09-07T13:07:15.867Z] [ 73%] Built target template [2020-09-07T13:07:15.867Z] [ 77%] Built target device-counter [2020-09-07T13:07:15.867Z] [ 80%] Built target device-random [2020-09-07T13:07:16.138Z] [ 83%] Built target device-gyro [2020-09-07T13:07:16.138Z] [ 86%] Built target device-bitfields [2020-09-07T13:07:16.138Z] [ 90%] Built target template-discovery [2020-09-07T13:07:16.138Z] [ 93%] Built target device-file [2020-09-07T13:07:16.138Z] [ 96%] Built target device-terminal [2020-09-07T13:07:16.138Z] [100%] Built target templatev1 [2020-09-07T13:07:16.138Z] Run CPack packaging tool... [2020-09-07T13:07:16.410Z] CPack: Create package using TGZ [2020-09-07T13:07:16.410Z] CPack: Install projects [2020-09-07T13:07:16.410Z] CPack: - Run preinstall target for: Csdk [2020-09-07T13:07:17.003Z] CPack: - Install project: Csdk [2020-09-07T13:07:17.004Z] CPack: Create package [2020-09-07T13:07:17.004Z] CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. [2020-09-07T13:07:17.004Z] + '[' false '=' true ] [2020-09-07T13:07:17.004Z] + '[' false '=' true ] [2020-09-07T13:07:17.004Z] + mkdir -p /tmp/sdk/build/debug [2020-09-07T13:07:17.004Z] + cd /tmp/sdk/build/debug [2020-09-07T13:07:17.004Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-09-07T13:07:17.273Z] -- The C compiler identification is GNU 8.3.0 [2020-09-07T13:07:17.273Z] -- Check for working C compiler: /usr/bin/cc [2020-09-07T13:07:17.543Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-09-07T13:07:17.543Z] -- Detecting C compiler ABI info [2020-09-07T13:07:17.812Z] -- Detecting C compiler ABI info - done [2020-09-07T13:07:17.812Z] -- Detecting C compile features [2020-09-07T13:07:18.404Z] -- Detecting C compile features - done [2020-09-07T13:07:18.404Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-09-07T13:07:18.678Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-09-07T13:07:18.678Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-09-07T13:07:18.678Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-09-07T13:07:18.678Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-09-07T13:07:18.678Z] -- C SDK 0.0.0 for Linux [2020-09-07T13:07:18.678Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-09-07T13:07:18.678Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-09-07T13:07:18.678Z] -- Found Curses: /usr/lib/libcurses.so [2020-09-07T13:07:18.948Z] -- Configuring done [2020-09-07T13:07:19.218Z] -- Generating done [2020-09-07T13:07:19.218Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-09-07T13:07:19.218Z] + + teemake debug.log [2020-09-07T13:07:19.218Z] [2020-09-07T13:07:19.218Z] Scanning dependencies of target csdk [2020-09-07T13:07:19.487Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-09-07T13:07:19.755Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-09-07T13:07:20.024Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-09-07T13:07:20.612Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-09-07T13:07:20.880Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-09-07T13:07:21.149Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-09-07T13:07:21.419Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-09-07T13:07:22.012Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-09-07T13:07:22.283Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-09-07T13:07:22.552Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-09-07T13:07:22.829Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-09-07T13:07:23.109Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-09-07T13:07:23.379Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-09-07T13:07:23.650Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-09-07T13:07:24.619Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-09-07T13:07:24.619Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-09-07T13:07:24.891Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-09-07T13:07:24.891Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-09-07T13:07:25.484Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-09-07T13:07:26.075Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-09-07T13:07:26.075Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-09-07T13:07:26.346Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-09-07T13:07:26.616Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-09-07T13:07:26.886Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-09-07T13:07:26.886Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-09-07T13:07:27.157Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-09-07T13:07:27.428Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-09-07T13:07:27.700Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-09-07T13:07:27.970Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-09-07T13:07:27.970Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-09-07T13:07:28.560Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-09-07T13:07:28.830Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-09-07T13:07:29.798Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-09-07T13:07:30.075Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-09-07T13:07:30.349Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-09-07T13:07:30.349Z] [ 59%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-09-07T13:07:30.940Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-09-07T13:07:31.530Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-09-07T13:07:32.120Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-09-07T13:07:32.709Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-09-07T13:07:32.982Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-09-07T13:07:33.572Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-09-07T13:07:33.842Z] [ 70%] Linking C shared library libcsdk.so [2020-09-07T13:07:33.842Z] [ 70%] Built target csdk [2020-09-07T13:07:34.112Z] Scanning dependencies of target template [2020-09-07T13:07:34.112Z] [ 72%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-09-07T13:07:34.383Z] [ 73%] Linking C executable template [2020-09-07T13:07:34.383Z] [ 73%] Built target template [2020-09-07T13:07:34.656Z] Scanning dependencies of target device-counter [2020-09-07T13:07:34.656Z] [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-09-07T13:07:34.656Z] [ 77%] Linking C executable device-counter [2020-09-07T13:07:34.927Z] [ 77%] Built target device-counter [2020-09-07T13:07:34.927Z] Scanning dependencies of target device-random [2020-09-07T13:07:34.927Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-09-07T13:07:35.201Z] [ 80%] Linking C executable device-random [2020-09-07T13:07:35.473Z] [ 80%] Built target device-random [2020-09-07T13:07:35.473Z] Scanning dependencies of target device-gyro [2020-09-07T13:07:35.473Z] [ 81%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-09-07T13:07:35.746Z] [ 83%] Linking C executable device-gyro [2020-09-07T13:07:36.017Z] [ 83%] Built target device-gyro [2020-09-07T13:07:36.017Z] Scanning dependencies of target device-bitfields [2020-09-07T13:07:36.017Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-09-07T13:07:36.287Z] [ 86%] Linking C executable device-bitfields [2020-09-07T13:07:36.558Z] [ 86%] Built target device-bitfields [2020-09-07T13:07:36.558Z] Scanning dependencies of target template-discovery [2020-09-07T13:07:36.558Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-09-07T13:07:36.829Z] [ 90%] Linking C executable template-discovery [2020-09-07T13:07:37.099Z] [ 90%] Built target template-discovery [2020-09-07T13:07:37.099Z] Scanning dependencies of target device-file [2020-09-07T13:07:37.099Z] [ 91%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-09-07T13:07:37.369Z] [ 93%] Linking C executable device-file [2020-09-07T13:07:37.640Z] [ 93%] Built target device-file [2020-09-07T13:07:37.640Z] Scanning dependencies of target device-terminal [2020-09-07T13:07:37.640Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-09-07T13:07:37.911Z] [ 96%] Linking C executable device-terminal [2020-09-07T13:07:38.183Z] [ 96%] Built target device-terminal [2020-09-07T13:07:38.183Z] Scanning dependencies of target templatev1 [2020-09-07T13:07:38.183Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-09-07T13:07:38.454Z] [100%] Linking C executable templatev1 [2020-09-07T13:07:38.725Z] [100%] Built target templatev1 [2020-09-07T13:07:38.725Z] make: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:07:38.725Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:07:38.725Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:07:38.725Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:07:38.725Z] [ 70%] Built target csdk [2020-09-07T13:07:38.725Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:07:38.725Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:07:38.725Z] [ 73%] Built target template [2020-09-07T13:07:38.725Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:07:38.994Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:07:38.994Z] [ 77%] Built target device-counter [2020-09-07T13:07:38.994Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:07:38.994Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:07:38.994Z] [ 80%] Built target device-random [2020-09-07T13:07:38.994Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:07:38.994Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:07:38.994Z] [ 83%] Built target device-gyro [2020-09-07T13:07:38.994Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:07:38.994Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:07:38.994Z] [ 86%] Built target device-bitfields [2020-09-07T13:07:38.994Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:07:38.994Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:07:38.994Z] [ 90%] Built target template-discovery [2020-09-07T13:07:38.994Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:07:38.994Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:07:38.994Z] [ 93%] Built target device-file [2020-09-07T13:07:38.994Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:07:38.994Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:07:39.265Z] [ 96%] Built target device-terminal [2020-09-07T13:07:39.265Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:07:39.265Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:07:39.265Z] [100%] Built target templatev1 [2020-09-07T13:07:39.265Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:07:39.265Z] Install the project... [2020-09-07T13:07:39.265Z] -- Install configuration: "Release" [2020-09-07T13:07:39.265Z] -- Installing: /usr/local/lib/libcsdk.so [2020-09-07T13:07:39.265Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-09-07T13:07:39.265Z] -- Up-to-date: /usr/local/include [2020-09-07T13:07:39.265Z] -- Installing: /usr/local/include/edgex [2020-09-07T13:07:39.265Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-09-07T13:07:39.265Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-09-07T13:07:39.265Z] -- Installing: /usr/local/include/edgex/error.h [2020-09-07T13:07:39.265Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-09-07T13:07:39.265Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-09-07T13:07:39.265Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-09-07T13:07:39.265Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-09-07T13:07:39.265Z] -- Installing: /usr/local/include/edgex/devices.h [2020-09-07T13:07:39.265Z] -- Installing: /usr/local/include/edgex/os.h [2020-09-07T13:07:39.265Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-09-07T13:07:39.265Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-09-07T13:07:39.265Z] -- Installing: /usr/local/include/devsdk [2020-09-07T13:07:39.265Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-09-07T13:07:39.265Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-09-07T13:07:39.265Z] -- Installing: /usr/local/include/iot [2020-09-07T13:07:39.265Z] -- Installing: /usr/local/include/iot/json.h [2020-09-07T13:07:39.265Z] -- Installing: /usr/local/include/iot/container.h [2020-09-07T13:07:39.265Z] -- Installing: /usr/local/include/iot/component.h [2020-09-07T13:07:39.265Z] -- Installing: /usr/local/include/iot/typecode.h [2020-09-07T13:07:39.265Z] -- Installing: /usr/local/include/iot/iot.h [2020-09-07T13:07:39.265Z] -- Installing: /usr/local/include/iot/time.h [2020-09-07T13:07:39.265Z] -- Installing: /usr/local/include/iot/hash.h [2020-09-07T13:07:39.265Z] -- Installing: /usr/local/include/iot/logger.h [2020-09-07T13:07:39.265Z] -- Installing: /usr/local/include/iot/os [2020-09-07T13:07:39.265Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-09-07T13:07:39.265Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-09-07T13:07:39.265Z] -- Installing: /usr/local/include/iot/os/macos.h [2020-09-07T13:07:39.265Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-09-07T13:07:39.265Z] -- Installing: /usr/local/include/iot/data.h [2020-09-07T13:07:39.265Z] -- Installing: /usr/local/include/iot/thread.h [2020-09-07T13:07:39.265Z] -- Installing: /usr/local/include/iot/os.h [2020-09-07T13:07:39.265Z] -- Installing: /usr/local/include/iot/base64.h [2020-09-07T13:07:39.265Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-09-07T13:07:39.265Z] -- Installing: /usr/local/include/iot/config.h [2020-09-07T13:07:39.265Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-09-07T13:07:39.265Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-09-07T13:07:39.265Z] make: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:07:41.869Z] Removing intermediate container 07a0da257705 [2020-09-07T13:07:41.869Z] ---> a7b7b9e438ec [2020-09-07T13:07:41.869Z] Step 14/21 : FROM ${BASE} [2020-09-07T13:07:41.869Z] ---> b23d30803547 [2020-09-07T13:07:41.869Z] Step 15/21 : MAINTAINER IOTech [2020-09-07T13:07:41.869Z] ---> Running in 9c38206c04f8 [2020-09-07T13:07:41.869Z] Removing intermediate container 9c38206c04f8 [2020-09-07T13:07:41.869Z] ---> 1f916caeb214 [2020-09-07T13:07:41.869Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-09-07T13:07:42.139Z] ---> Running in 1c5e567344d3 [2020-09-07T13:07:43.568Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-09-07T13:07:44.539Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-09-07T13:07:45.127Z] (1/3) Installing curl (7.64.0-r3) [2020-09-07T13:07:45.127Z] (2/3) Installing libuuid (2.33-r0) [2020-09-07T13:07:45.127Z] (3/3) Installing wget (1.20.3-r0) [2020-09-07T13:07:45.397Z] Executing busybox-1.29.3-r10.trigger [2020-09-07T13:07:45.397Z] OK: 281 MiB in 78 packages [2020-09-07T13:07:46.378Z] Removing intermediate container 1c5e567344d3 [2020-09-07T13:07:46.378Z] ---> 15b1900ea78a [2020-09-07T13:07:46.378Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-09-07T13:07:47.350Z] ---> f122c5b7dde1 [2020-09-07T13:07:47.350Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-09-07T13:07:47.939Z] ---> 7069e0ba0128 [2020-09-07T13:07:47.939Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-09-07T13:07:48.529Z] ---> 3165820e9bdf [2020-09-07T13:07:48.529Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-09-07T13:07:49.506Z] ---> 597dfcd9a899 [2020-09-07T13:07:49.506Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-09-07T13:07:50.097Z] ---> fe2f6b9e3e55 [2020-09-07T13:07:50.097Z] Successfully built fe2f6b9e3e55 [2020-09-07T13:07:50.097Z] 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-09-07T13:07:50.874Z] + docker inspect -f . ci-base-image-arm64 [2020-09-07T13:07:50.874Z] . [Pipeline] withDockerContainer [2020-09-07T13:07:51.142Z] prd-ubuntu18.04-docker-arm64-4c-16g-1714 does not seem to be running inside a container [2020-09-07T13:07:51.217Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/2 -v /w/workspace/device-sdk-c/2:/w/workspace/device-sdk-c/2:rw,z -v /w/workspace/device-sdk-c/2@tmp:/w/workspace/device-sdk-c/2@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-07T13:07:52.995Z] $ docker top d8d77b5ba62d6903700b81d0970a0e1cc832069ab6a6a7f1ca4df5e0df6fc9e4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-07T13:07:54.399Z] + make test [2020-09-07T13:07:54.399Z] echo "make test" [2020-09-07T13:07:54.399Z] make test [Pipeline] } [2020-09-07T13:07:54.424Z] $ docker stop --time=1 d8d77b5ba62d6903700b81d0970a0e1cc832069ab6a6a7f1ca4df5e0df6fc9e4 [2020-09-07T13:07:56.304Z] $ docker rm -f d8d77b5ba62d6903700b81d0970a0e1cc832069ab6a6a7f1ca4df5e0df6fc9e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-07T13:07:57.366Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-07T13:07:57.736Z] + ls -al . [2020-09-07T13:07:57.737Z] total 196 [2020-09-07T13:07:57.737Z] drwxrwxr-x 9 jenkins jenkins 4096 Sep 7 13:05 . [2020-09-07T13:07:57.737Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 7 13:05 .. [2020-09-07T13:07:57.737Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 7 13:05 .git [2020-09-07T13:07:57.737Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 7 13:05 .github [2020-09-07T13:07:57.737Z] -rw-rw-r-- 1 jenkins jenkins 176 Sep 7 13:05 .gitignore [2020-09-07T13:07:57.737Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 7 13:05 .semver [2020-09-07T13:07:57.737Z] -rw-rw-r-- 1 jenkins jenkins 3104 Sep 7 13:05 Attribution.txt [2020-09-07T13:07:57.737Z] -rw-rw-r-- 1 jenkins jenkins 5980 Sep 7 13:05 CHANGES [2020-09-07T13:07:57.737Z] -rw-rw-r-- 1 jenkins jenkins 108574 Sep 7 13:05 Doxyfile [2020-09-07T13:07:57.737Z] -rw-rw-r-- 1 jenkins jenkins 794 Sep 7 13:05 Jenkinsfile [2020-09-07T13:07:57.737Z] -rw-rw-r-- 1 jenkins jenkins 10174 Sep 7 13:05 LICENSE [2020-09-07T13:07:57.737Z] -rw-rw-r-- 1 jenkins jenkins 449 Sep 7 13:05 Makefile [2020-09-07T13:07:57.737Z] -rw-rw-r-- 1 jenkins jenkins 2697 Sep 7 13:05 README.md [2020-09-07T13:07:57.737Z] -rw-rw-r-- 1 jenkins jenkins 5977 Sep 7 13:05 README.v2.md [2020-09-07T13:07:57.737Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 7 13:02 VERSION [2020-09-07T13:07:57.737Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 7 13:05 docs [2020-09-07T13:07:57.737Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 7 13:05 include [2020-09-07T13:07:57.737Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 7 13:05 scripts [2020-09-07T13:07:57.737Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 7 13:05 src [Pipeline] isUnix [Pipeline] sh [2020-09-07T13:07:58.069Z] + 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=ea19db68188c0a0548bac2ceae326af6dfad93a7 --label arch=arm64 --label version=0.0.0 . [2020-09-07T13:07:58.339Z] Sending build context to Docker daemon 3.51MB [2020-09-07T13:07:58.610Z] Step 1/15 : ARG BASE=alpine:3.11 [2020-09-07T13:07:58.610Z] Step 2/15 : FROM ${BASE} [2020-09-07T13:07:58.610Z] ---> fe2f6b9e3e55 [2020-09-07T13:07:58.610Z] Step 3/15 : MAINTAINER IOTech [2020-09-07T13:07:58.881Z] ---> Running in 540625b32a5b [2020-09-07T13:07:59.153Z] Removing intermediate container 540625b32a5b [2020-09-07T13:07:59.153Z] ---> ded44257bcd4 [2020-09-07T13:07:59.153Z] 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-09-07T13:07:59.153Z] ---> Running in 6db17f40a6f9 [2020-09-07T13:08:00.585Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-09-07T13:08:01.553Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-09-07T13:08:02.142Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2020-09-07T13:08:02.142Z] (2/6) Installing libblkid (2.33-r0) [2020-09-07T13:08:02.412Z] (3/6) Installing libfdisk (2.33-r0) [2020-09-07T13:08:02.412Z] (4/6) Installing libmount (2.33-r0) [2020-09-07T13:08:02.681Z] (5/6) Installing libsmartcols (2.33-r0) [2020-09-07T13:08:02.681Z] (6/6) Installing util-linux-dev (2.33-r0) [2020-09-07T13:08:03.270Z] Executing busybox-1.29.3-r10.trigger [2020-09-07T13:08:03.270Z] OK: 286 MiB in 84 packages [2020-09-07T13:08:04.696Z] Removing intermediate container 6db17f40a6f9 [2020-09-07T13:08:04.696Z] ---> a6f8be677370 [2020-09-07T13:08:04.696Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-09-07T13:08:05.289Z] ---> 2d444cbe882c [2020-09-07T13:08:05.289Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-09-07T13:08:06.261Z] ---> 30f1601c9d45 [2020-09-07T13:08:06.261Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-09-07T13:08:06.851Z] ---> fd5de4154a25 [2020-09-07T13:08:06.851Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-09-07T13:08:07.445Z] ---> fe6cd0d530c0 [2020-09-07T13:08:07.445Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-09-07T13:08:08.062Z] ---> fd1863f001c5 [2020-09-07T13:08:08.062Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-09-07T13:08:09.035Z] ---> 4d6ed9a51a3b [2020-09-07T13:08:09.035Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-09-07T13:08:09.035Z] ---> Running in ac6f8d9dcc03 [2020-09-07T13:08:09.626Z] Removing intermediate container ac6f8d9dcc03 [2020-09-07T13:08:09.626Z] ---> dba0b6d41129 [2020-09-07T13:08:09.626Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-09-07T13:08:09.627Z] ---> Running in 9be0cacbaab4 [2020-09-07T13:08:10.218Z] Removing intermediate container 9be0cacbaab4 [2020-09-07T13:08:10.218Z] ---> af83922990dc [2020-09-07T13:08:10.218Z] Step 13/15 : LABEL arch=arm64 [2020-09-07T13:08:10.491Z] ---> Running in 7f1e0b87d9d5 [2020-09-07T13:08:10.760Z] Removing intermediate container 7f1e0b87d9d5 [2020-09-07T13:08:10.760Z] ---> 81ec8d23a2cd [2020-09-07T13:08:10.760Z] Step 14/15 : LABEL git_sha=ea19db68188c0a0548bac2ceae326af6dfad93a7 [2020-09-07T13:08:11.031Z] ---> Running in 65568a2c62dc [2020-09-07T13:08:11.626Z] Removing intermediate container 65568a2c62dc [2020-09-07T13:08:11.626Z] ---> 2cbfe5af7a18 [2020-09-07T13:08:11.626Z] Step 15/15 : LABEL version=0.0.0 [2020-09-07T13:08:11.626Z] ---> Running in 9e50f18bc42d [2020-09-07T13:08:12.244Z] Removing intermediate container 9e50f18bc42d [2020-09-07T13:08:12.244Z] ---> d9682219cd3c [2020-09-07T13:08:12.244Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2020-09-07T13:08:12.244Z] Successfully built d9682219cd3c [2020-09-07T13:08:12.244Z] 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) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-09-07T13:08:14.478Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-07T13:08:15.046Z] ---> package-listing.sh [2020-09-07T13:08:15.046Z] ++ facter osfamily [2020-09-07T13:08:15.046Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-07T13:08:15.046Z] + OS_FAMILY=redhat [2020-09-07T13:08:15.046Z] + workspace=/w/workspace/edgexfoundry_device-sdk-c_PR-291 [2020-09-07T13:08:15.046Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-07T13:08:15.046Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-07T13:08:15.046Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-07T13:08:15.046Z] + PACKAGES=/tmp/packages_start.txt [2020-09-07T13:08:15.046Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-291 ']' [2020-09-07T13:08:15.046Z] + PACKAGES=/tmp/packages_end.txt [2020-09-07T13:08:15.046Z] + case "${OS_FAMILY}" in [2020-09-07T13:08:15.046Z] + rpm -qa [2020-09-07T13:08:15.046Z] + sort [2020-09-07T13:08:19.356Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-07T13:08:19.356Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-07T13:08:19.356Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-07T13:08:19.356Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-291 ']' [2020-09-07T13:08:19.356Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_PR-291/archives/ [2020-09-07T13:08:19.356Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-c_PR-291/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-07T13:08:19.941Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-07T13:08:19.941Z] [2020-09-07T13:08:19.941Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-07T13:08:20.341Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-07T13:08:20.341Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-07T13:08:20.341Z] df20fa9351a1: Pulling fs layer [2020-09-07T13:08:20.341Z] 36b3adc4ff6f: Pulling fs layer [2020-09-07T13:08:20.341Z] 8ad3a11d3b57: Pulling fs layer [2020-09-07T13:08:20.341Z] 46f8f816bc3b: Pulling fs layer [2020-09-07T13:08:20.341Z] 0dadc02b9964: Pulling fs layer [2020-09-07T13:08:20.341Z] ce6a7cf60c04: Pulling fs layer [2020-09-07T13:08:20.341Z] 7a184a31f384: Pulling fs layer [2020-09-07T13:08:20.341Z] 0879bd2ef858: Pulling fs layer [2020-09-07T13:08:20.341Z] 0dadc02b9964: Waiting [2020-09-07T13:08:20.341Z] ce6a7cf60c04: Waiting [2020-09-07T13:08:20.341Z] 46f8f816bc3b: Waiting [2020-09-07T13:08:20.341Z] 7a184a31f384: Waiting [2020-09-07T13:08:20.341Z] 36b3adc4ff6f: Verifying Checksum [2020-09-07T13:08:20.341Z] 36b3adc4ff6f: Download complete [2020-09-07T13:08:20.341Z] 46f8f816bc3b: Verifying Checksum [2020-09-07T13:08:20.341Z] 46f8f816bc3b: Download complete [2020-09-07T13:08:20.612Z] df20fa9351a1: Verifying Checksum [2020-09-07T13:08:20.612Z] df20fa9351a1: Download complete [2020-09-07T13:08:20.612Z] ce6a7cf60c04: Verifying Checksum [2020-09-07T13:08:20.612Z] ce6a7cf60c04: Download complete [2020-09-07T13:08:20.612Z] 7a184a31f384: Verifying Checksum [2020-09-07T13:08:20.612Z] 7a184a31f384: Download complete [2020-09-07T13:08:20.612Z] 0dadc02b9964: Verifying Checksum [2020-09-07T13:08:20.612Z] 0dadc02b9964: Download complete [2020-09-07T13:08:20.880Z] 8ad3a11d3b57: Verifying Checksum [2020-09-07T13:08:20.880Z] 8ad3a11d3b57: Download complete [2020-09-07T13:08:21.144Z] df20fa9351a1: Pull complete [2020-09-07T13:08:21.408Z] 36b3adc4ff6f: Pull complete [2020-09-07T13:08:21.408Z] 0879bd2ef858: Verifying Checksum [2020-09-07T13:08:21.408Z] 0879bd2ef858: Download complete [2020-09-07T13:08:21.987Z] 8ad3a11d3b57: Pull complete [2020-09-07T13:08:21.987Z] 46f8f816bc3b: Pull complete [2020-09-07T13:08:22.254Z] 0dadc02b9964: Pull complete [2020-09-07T13:08:22.517Z] ce6a7cf60c04: Pull complete [2020-09-07T13:08:22.517Z] 7a184a31f384: Pull complete [2020-09-07T13:08:25.080Z] 0879bd2ef858: Pull complete [2020-09-07T13:08:25.080Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-07T13:08:25.080Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-07T13:08:25.080Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-07T13:08:25.232Z] prd-centos7-docker-4c-2g-1710 does not seem to be running inside a container [2020-09-07T13:08:25.297Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/edgexfoundry_device-sdk-c_PR-291 -v /w/workspace/edgexfoundry_device-sdk-c_PR-291:/w/workspace/edgexfoundry_device-sdk-c_PR-291:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_PR-291@tmp:/w/workspace/edgexfoundry_device-sdk-c_PR-291@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-07T13:08:31.136Z] $ docker top a2052b153a9e98354c182f50eee7084738d84c58baf7149b567450e18ec7db9e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-07T13:08:31.725Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-07T13:08:32.032Z] + ls /var/log/sa-host [2020-09-07T13:08:32.032Z] + sadf -c /var/log/sa-host/sa05 [2020-09-07T13:08:32.032Z] file_magic: OK [2020-09-07T13:08:32.032Z] HZ: Using current value: 100 [2020-09-07T13:08:32.032Z] file_header: OK [2020-09-07T13:08:32.032Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-07T13:08:32.032Z] Statistics: [2020-09-07T13:08:32.032Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-07T13:08:32.032Z] File successfully converted to sysstat format version 12.2.1 [2020-09-07T13:08:32.032Z] + sadf -c /var/log/sa-host/sa07 [2020-09-07T13:08:32.032Z] file_magic: OK [2020-09-07T13:08:32.032Z] HZ: Using current value: 100 [2020-09-07T13:08:32.032Z] file_header: OK [2020-09-07T13:08:32.032Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-07T13:08:32.032Z] Statistics: [2020-09-07T13:08:32.032Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-07T13:08:32.032Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-07T13:08:32.091Z] provisioning config files... [2020-09-07T13:08:32.108Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_PR-291@tmp/config44504911354456495tmp [Pipeline] { [Pipeline] echo [2020-09-07T13:08:32.170Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-07T13:08:32.470Z] ---> create-netrc.sh [Pipeline] echo [2020-09-07T13:08:32.483Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-07T13:08:32.781Z] ---> logs-deploy.sh [2020-09-07T13:08:32.781Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/PR-291/2 [2020-09-07T13:08:32.781Z] INFO: archiving workspace using pattern(s): [2020-09-07T13:08:34.175Z] Archives upload complete. [2020-09-07T13:08:34.175Z] INFO: archiving logs to Nexus