Pull request #291 opened 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 e8147553d808ee8e61efba0d9c5d462c47f91ab3+e04f6c7b98e5d4f437d89dd93d473807ba88ad5c (14ec7f62dd7fd3267d0e5556b309b5c374f83e82) Running in Durability level: MAX_SURVIVABILITY 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-c/branches/PR-291/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildCApp] RAW Config: [project:device-sdk-c, dockerBuildFilePath:scripts/Dockerfile.alpine-3.11-base, dockerFilePath:scripts/Dockerfile.alpine-3.11, pushImage:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildCApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-c-settings PROJECT: device-sdk-c USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest DOCKER_FILE_PATH: scripts/Dockerfile.alpine-3.11 DOCKER_BUILD_FILE_PATH: scripts/Dockerfile.alpine-3.11-base DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-c DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-203 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 Fetching 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 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 Merging remotes/origin/master commit e04f6c7b98e5d4f437d89dd93d473807ba88ad5c into PR head commit e8147553d808ee8e61efba0d9c5d462c47f91ab3 Merge succeeded, producing e8147553d808ee8e61efba0d9c5d462c47f91ab3 Checking out Revision e8147553d808ee8e61efba0d9c5d462c47f91ab3 (PR-291) > git config core.sparsecheckout # timeout=10 > git checkout -f e8147553d808ee8e61efba0d9c5d462c47f91ab3 # 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 e04f6c7b98e5d4f437d89dd93d473807ba88ad5c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e8147553d808ee8e61efba0d9c5d462c47f91ab3 # timeout=10 Commit message: "feat: implement minimum/maximum limits for write ops (#211)" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-24T15:02:52.089Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-24T15:02:52.376Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-24T15:02:52.589Z] ========================================================= [2020-08-24T15:02:52.589Z] EdgeX Global Pipelines Version Info [2020-08-24T15:02:52.589Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-24T15:02:54.098Z] ------------------- [2020-08-24T15:02:54.098Z] stable info: [2020-08-24T15:02:54.098Z] ------------------- [2020-08-24T15:02:54.098Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-24T15:02:54.098Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-24T15:02:54.098Z] Message: update stable to v1.0.106 [2020-08-24T15:02:55.045Z] ------------------- [2020-08-24T15:02:55.045Z] experimental info: [2020-08-24T15:02:55.045Z] ------------------- [2020-08-24T15:02:55.045Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-24T15:02:55.045Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-24T15:02:55.045Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-08-24T15:02:57.656Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-24T15:02:57.919Z] [2020-08-24T15:02:57.919Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-24T15:02:58.326Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-24T15:02:58.326Z] latest: Pulling from edgex-devops/git-semver [2020-08-24T15:02:58.326Z] 31603596830f: Pulling fs layer [2020-08-24T15:02:58.326Z] 2a8b12db71e7: Pulling fs layer [2020-08-24T15:02:58.326Z] 6ca5941a6612: Pulling fs layer [2020-08-24T15:02:58.326Z] ecc8261a40a4: Pulling fs layer [2020-08-24T15:02:58.326Z] ecc8261a40a4: Waiting [2020-08-24T15:02:58.326Z] 2a8b12db71e7: Verifying Checksum [2020-08-24T15:02:58.326Z] 2a8b12db71e7: Download complete [2020-08-24T15:02:58.595Z] 31603596830f: Download complete [2020-08-24T15:02:58.595Z] ecc8261a40a4: Verifying Checksum [2020-08-24T15:02:58.596Z] ecc8261a40a4: Download complete [2020-08-24T15:02:58.596Z] 6ca5941a6612: Verifying Checksum [2020-08-24T15:02:58.596Z] 6ca5941a6612: Download complete [2020-08-24T15:02:58.858Z] 31603596830f: Pull complete [2020-08-24T15:02:59.128Z] 2a8b12db71e7: Pull complete [2020-08-24T15:02:59.708Z] 6ca5941a6612: Pull complete [2020-08-24T15:03:00.289Z] ecc8261a40a4: Pull complete [2020-08-24T15:03:00.289Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-24T15:03:00.551Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-24T15:03:00.552Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-24T15:03:00.701Z] prd-centos7-docker-4c-2g-203 does not seem to be running inside a container [2020-08-24T15:03:00.746Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-24T15:03:02.139Z] $ docker top 7d2f8118e91e7a8a777c93a32d357dde57eabf7cb66ab29ec1c38ebf03edfd95 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-24T15:03:02.466Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-24T15:03:02.466Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-24T15:03:02.676Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-24T15:03:02.681Z] $ docker exec 7d2f8118e91e7a8a777c93a32d357dde57eabf7cb66ab29ec1c38ebf03edfd95 ssh-agent [2020-08-24T15:03:02.831Z] SSH_AUTH_SOCK=/tmp/ssh-q9qsH8J3kL9e/agent.11 [2020-08-24T15:03:02.831Z] SSH_AGENT_PID=16 [2020-08-24T15:03:02.841Z] Running ssh-add (command line suppressed) [2020-08-24T15:03:02.961Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_PR-291@tmp/private_key_1722740387155140408.key (/w/workspace/edgexfoundry_device-sdk-c_PR-291@tmp/private_key_1722740387155140408.key) [2020-08-24T15:03:03.004Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-24T15:03:03.373Z] + git describe --exact-match --tags HEAD [2020-08-24T15:03:03.373Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-24T15:03:03.450Z] $ docker exec --env ******** --env ******** 7d2f8118e91e7a8a777c93a32d357dde57eabf7cb66ab29ec1c38ebf03edfd95 ssh-agent -k [2020-08-24T15:03:03.565Z] unset SSH_AUTH_SOCK; [2020-08-24T15:03:03.565Z] unset SSH_AGENT_PID; [2020-08-24T15:03:03.565Z] echo Agent pid 16 killed; [2020-08-24T15:03:03.609Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-24T15:03:03.949Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-24T15:03:03.949Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-24T15:03:04.057Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-24T15:03:04.057Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-24T15:03:04.253Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-24T15:03:04.260Z] $ docker exec 7d2f8118e91e7a8a777c93a32d357dde57eabf7cb66ab29ec1c38ebf03edfd95 ssh-agent [2020-08-24T15:03:04.433Z] SSH_AUTH_SOCK=/tmp/ssh-rFBNuXSVYCk9/agent.45 [2020-08-24T15:03:04.433Z] SSH_AGENT_PID=50 [2020-08-24T15:03:04.439Z] Running ssh-add (command line suppressed) [2020-08-24T15:03:04.554Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_PR-291@tmp/private_key_2183331463766284656.key (/w/workspace/edgexfoundry_device-sdk-c_PR-291@tmp/private_key_2183331463766284656.key) [2020-08-24T15:03:04.600Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-24T15:03:04.962Z] + git semver init [2020-08-24T15:03:04.962Z] # -> Open(): unable to determine branch for HEAD [2020-08-24T15:03:04.962Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_PR-291/.git [2020-08-24T15:03:04.962Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_PR-291 [2020-08-24T15:03:04.962Z] # $SEMVER_REMOTE_NAME = origin [2020-08-24T15:03:04.962Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-24T15:03:04.962Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-24T15:03:04.962Z] # $SEMVER_BRANCH = PR-291 [2020-08-24T15:03:04.962Z] # $SEMVER_TEMP = /tmp/semver-421408754 [2020-08-24T15:03:04.962Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-c.git $SEMVER_TEMP [2020-08-24T15:03:05.913Z] # '/tmp/semver-421408754' -> '/w/workspace/edgexfoundry_device-sdk-c_PR-291/.semver' [2020-08-24T15:03:05.913Z] # -> Force: false [2020-08-24T15:03:05.913Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_PR-291/.semver [Pipeline] } [2020-08-24T15:03:05.935Z] $ docker exec --env ******** --env ******** 7d2f8118e91e7a8a777c93a32d357dde57eabf7cb66ab29ec1c38ebf03edfd95 ssh-agent -k [2020-08-24T15:03:06.055Z] unset SSH_AUTH_SOCK; [2020-08-24T15:03:06.055Z] unset SSH_AGENT_PID; [2020-08-24T15:03:06.055Z] echo Agent pid 50 killed; [2020-08-24T15:03:06.097Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-24T15:03:06.794Z] + git semver [Pipeline] } [2020-08-24T15:03:06.824Z] $ docker stop --time=1 7d2f8118e91e7a8a777c93a32d357dde57eabf7cb66ab29ec1c38ebf03edfd95 [2020-08-24T15:03:08.193Z] $ docker rm -f 7d2f8118e91e7a8a777c93a32d357dde57eabf7cb66ab29ec1c38ebf03edfd95 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-24T15:03:09.127Z] Stashed 30 file(s) [Pipeline] echo [2020-08-24T15:03:09.148Z] [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-08-24T15:03:24.694Z] Still waiting to schedule task [2020-08-24T15:03:24.694Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-08-24T15:03:24.719Z] Still waiting to schedule task [2020-08-24T15:03:24.719Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-08-24T15:06:53.387Z] Running on prd-centos7-docker-4c-2g-205 in /w/workspace/edgexfoundry_device-sdk-c_PR-291 [Pipeline] { [Pipeline] ws [2020-08-24T15:06:53.533Z] Running in /w/workspace/device-sdk-c/1 [Pipeline] { [Pipeline] checkout [2020-08-24T15:06:56.405Z] using credential edgex-jenkins-ssh [2020-08-24T15:06:56.451Z] Cloning the remote Git repository [2020-08-24T15:06:56.451Z] Cloning with configured refspecs honoured and without tags [2020-08-24T15:06:56.480Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-08-24T15:06:56.543Z] > git init /w/workspace/device-sdk-c/1 # timeout=10 [2020-08-24T15:06:56.593Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-08-24T15:06:56.593Z] > git --version # timeout=10 [2020-08-24T15:06:56.605Z] > git --version # 'git version 2.16.5' [2020-08-24T15:06:56.607Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-24T15:06:56.634Z] > 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-08-24T15:06:57.398Z] Fetching without tags [2020-08-24T15:06:57.783Z] Merging remotes/origin/master commit e04f6c7b98e5d4f437d89dd93d473807ba88ad5c into PR head commit e8147553d808ee8e61efba0d9c5d462c47f91ab3 [2020-08-24T15:06:57.878Z] Merge succeeded, producing e8147553d808ee8e61efba0d9c5d462c47f91ab3 [2020-08-24T15:06:57.878Z] Checking out Revision e8147553d808ee8e61efba0d9c5d462c47f91ab3 (PR-291) [2020-08-24T15:06:57.361Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-08-24T15:06:57.371Z] > git config --add remote.origin.fetch +refs/pull/291/head:refs/remotes/origin/PR-291 # timeout=10 [2020-08-24T15:06:57.378Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-24T15:06:57.389Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-08-24T15:06:57.404Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-08-24T15:06:57.404Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-24T15:06:57.409Z] > 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-08-24T15:06:57.794Z] > git config core.sparsecheckout # timeout=10 [2020-08-24T15:06:57.800Z] > git checkout -f e8147553d808ee8e61efba0d9c5d462c47f91ab3 # timeout=10 [2020-08-24T15:06:57.846Z] > git remote # timeout=10 [2020-08-24T15:06:57.852Z] > git config --get remote.origin.url # timeout=10 [2020-08-24T15:06:57.859Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-24T15:06:57.863Z] > git merge e04f6c7b98e5d4f437d89dd93d473807ba88ad5c # timeout=10 [2020-08-24T15:06:57.874Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-24T15:06:57.883Z] > git config core.sparsecheckout # timeout=10 [2020-08-24T15:06:57.889Z] > git checkout -f e8147553d808ee8e61efba0d9c5d462c47f91ab3 # timeout=10 [2020-08-24T15:07:01.469Z] Commit message: "feat: implement minimum/maximum limits for write ops (#211)" [2020-08-24T15:07:01.496Z] > git --version # timeout=10 [2020-08-24T15:07:01.501Z] > git --version # 'git version 2.16.5' [2020-08-24T15:07:01.507Z] fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-24T15:07:02.745Z] ========================================================= [2020-08-24T15:07:02.745Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2020-08-24T15:07:02.745Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-24T15:07:03.510Z] + docker build -t ci-base-image-x86_64 -f scripts/Dockerfile.alpine-3.11-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest . [2020-08-24T15:07:03.771Z] Sending build context to Docker daemon 3.507MB [2020-08-24T15:07:03.771Z] Step 1/21 : ARG BASE=alpine:3.11 [2020-08-24T15:07:03.771Z] Step 2/21 : FROM ${BASE} as builder [2020-08-24T15:07:04.037Z] latest: Pulling from edgex-devops/edgex-gcc-base [2020-08-24T15:07:04.037Z] e7c96db7181b: Pulling fs layer [2020-08-24T15:07:04.037Z] 4c13bbce0fe7: Pulling fs layer [2020-08-24T15:07:04.037Z] 6059c847ac2f: Pulling fs layer [2020-08-24T15:07:04.037Z] 4c13bbce0fe7: Verifying Checksum [2020-08-24T15:07:04.037Z] 4c13bbce0fe7: Download complete [2020-08-24T15:07:04.037Z] e7c96db7181b: Verifying Checksum [2020-08-24T15:07:04.037Z] e7c96db7181b: Download complete [2020-08-24T15:07:04.305Z] e7c96db7181b: Pull complete [2020-08-24T15:07:04.574Z] 4c13bbce0fe7: Pull complete [2020-08-24T15:07:05.154Z] 6059c847ac2f: Verifying Checksum [2020-08-24T15:07:05.154Z] 6059c847ac2f: Download complete [2020-08-24T15:07:09.410Z] 6059c847ac2f: Pull complete [2020-08-24T15:07:09.410Z] Digest: sha256:6b5104d086ae1e5e8a284a473be9a93378e3934f9b07db5717372c857cbcbe5e [2020-08-24T15:07:09.410Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [2020-08-24T15:07:09.410Z] ---> 5eabd8fd8ba2 [2020-08-24T15:07:09.410Z] Step 3/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev [2020-08-24T15:07:11.964Z] ---> Running in 1efc23adf1d5 [2020-08-24T15:07:11.965Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-08-24T15:07:13.362Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-08-24T15:07:13.624Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-08-24T15:07:13.624Z] (2/8) Installing libuuid (2.33-r0) [2020-08-24T15:07:13.887Z] (3/8) Installing libblkid (2.33-r0) [2020-08-24T15:07:13.887Z] (4/8) Installing libfdisk (2.33-r0) [2020-08-24T15:07:13.887Z] (5/8) Installing libmount (2.33-r0) [2020-08-24T15:07:14.149Z] (6/8) Installing libsmartcols (2.33-r0) [2020-08-24T15:07:14.149Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-08-24T15:07:14.410Z] (8/8) Installing wget (1.20.3-r0) [2020-08-24T15:07:14.673Z] Executing busybox-1.29.3-r10.trigger [2020-08-24T15:07:14.673Z] OK: 272 MiB in 83 packages [2020-08-24T15:07:15.247Z] Removing intermediate container 1efc23adf1d5 [2020-08-24T15:07:15.247Z] ---> ecf1befad14b [2020-08-24T15:07:15.247Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-08-24T15:07:15.247Z] ---> Running in be2584ac040c [2020-08-24T15:07:15.247Z] Removing intermediate container be2584ac040c [2020-08-24T15:07:15.247Z] ---> 8e86334f6f37 [2020-08-24T15:07:15.247Z] Step 5/21 : RUN mkdir /tmp/cbor && cd /tmp/cbor && wget -O - https://github.com/PJK/libcbor/archive/v${CBOR_VERSION}.tar.gz | tar -z -x -f - && sed -e 's/-flto//' -i libcbor-${CBOR_VERSION}/CMakeLists.txt && cmake -DCMAKE_BUILD_TYPE=Release -DCBOR_CUSTOM_ALLOC=ON libcbor-${CBOR_VERSION} && make && make install [2020-08-24T15:07:15.510Z] ---> Running in 6232bd855cf5 [2020-08-24T15:07:15.778Z] --2020-08-24 15:07:15-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-08-24T15:07:16.040Z] Resolving github.com... 140.82.112.4 [2020-08-24T15:07:16.040Z] Connecting to github.com|140.82.112.4|:443... connected. [2020-08-24T15:07:16.303Z] HTTP request sent, awaiting response... 302 Found [2020-08-24T15:07:16.303Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-08-24T15:07:16.303Z] --2020-08-24 15:07:16-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-08-24T15:07:16.303Z] Resolving codeload.github.com... 140.82.113.9 [2020-08-24T15:07:16.303Z] Connecting to codeload.github.com|140.82.113.9|:443... connected. [2020-08-24T15:07:16.303Z] HTTP request sent, awaiting response... 200 OK [2020-08-24T15:07:16.303Z] Length: unspecified [application/x-gzip] [2020-08-24T15:07:16.303Z] Saving to: 'STDOUT' [2020-08-24T15:07:16.303Z]  [2020-08-24T15:07:16.303Z] 0K .......... .......... .......... .......... .......... 1.30M [2020-08-24T15:07:16.303Z] 50K .......... .......... .......... .......... .......... 2.63M [2020-08-24T15:07:16.303Z] 100K .......... .......... .......... .......... .......... 28.7M [2020-08-24T15:07:16.567Z] 150K .......... .......... .......... .......... .......... 2.88M [2020-08-24T15:07:16.567Z] 200K .......... .......... .......... .......... .......... 46.3M [2020-08-24T15:07:16.567Z] 250K .......... .......... .......... .......... .......... 8.77M [2020-08-24T15:07:16.567Z] 300K .......... .......... .......... .......... .......... 9.61M [2020-08-24T15:07:16.567Z] 350K .......... .......... .......... .......... .......... 7.62M [2020-08-24T15:07:16.567Z] 400K .......... .......... .......... .......... .......... 7.24M [2020-08-24T15:07:16.567Z] 450K .......... .......... .......... .......... .......... 14.4M [2020-08-24T15:07:16.567Z] 500K .......... .......... .......... .......... .......... 12.2M [2020-08-24T15:07:16.567Z] 550K .......... .......... .......... .......... .......... 11.9M [2020-08-24T15:07:16.567Z] 600K .......... .......... .......... .......... .......... 1.60M [2020-08-24T15:07:16.567Z] 650K .......... .......... .......... .......... .......... 5.25M [2020-08-24T15:07:16.567Z] 700K .. 46.3M=0.2s [2020-08-24T15:07:16.567Z] [2020-08-24T15:07:16.567Z] 2020-08-24 15:07:16 (4.54 MB/s) - written to stdout [719348] [2020-08-24T15:07:16.567Z] [2020-08-24T15:07:16.567Z] -- The C compiler identification is GNU 8.3.0 [2020-08-24T15:07:16.828Z] -- The CXX compiler identification is GNU 8.3.0 [2020-08-24T15:07:16.828Z] -- Check for working C compiler: /usr/bin/cc [2020-08-24T15:07:16.828Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-08-24T15:07:16.828Z] -- Detecting C compiler ABI info [2020-08-24T15:07:16.828Z] -- Detecting C compiler ABI info - done [2020-08-24T15:07:16.828Z] -- Detecting C compile features [2020-08-24T15:07:17.089Z] -- Detecting C compile features - done [2020-08-24T15:07:17.089Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-08-24T15:07:17.355Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-08-24T15:07:17.355Z] -- Detecting CXX compiler ABI info [2020-08-24T15:07:17.355Z] -- Detecting CXX compiler ABI info - done [2020-08-24T15:07:17.355Z] -- Detecting CXX compile features [2020-08-24T15:07:17.929Z] -- Detecting CXX compile features - done [2020-08-24T15:07:17.929Z] -- Looking for include file endian.h [2020-08-24T15:07:17.929Z] -- Looking for include file endian.h - found [2020-08-24T15:07:17.929Z] -- Check if the system is big endian [2020-08-24T15:07:17.929Z] -- Searching 16 bit integer [2020-08-24T15:07:17.929Z] -- Looking for sys/types.h [2020-08-24T15:07:17.929Z] -- Looking for sys/types.h - found [2020-08-24T15:07:17.929Z] -- Looking for stdint.h [2020-08-24T15:07:17.929Z] -- Looking for stdint.h - found [2020-08-24T15:07:17.929Z] -- Looking for stddef.h [2020-08-24T15:07:18.190Z] -- Looking for stddef.h - found [2020-08-24T15:07:18.190Z] -- Check size of unsigned short [2020-08-24T15:07:18.190Z] -- Check size of unsigned short - done [2020-08-24T15:07:18.190Z] -- Using unsigned short [2020-08-24T15:07:18.190Z] -- Check if the system is big endian - little endian [2020-08-24T15:07:18.190Z] -- Check size of size_t [2020-08-24T15:07:18.451Z] -- Check size of size_t - done [2020-08-24T15:07:18.451Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-08-24T15:07:18.451Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-08-24T15:07:18.451Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-08-24T15:07:18.451Z] CMake did not find one. [2020-08-24T15:07:18.451Z] [2020-08-24T15:07:18.451Z] Could not find a package configuration file provided by "cJSON" with any of [2020-08-24T15:07:18.451Z] the following names: [2020-08-24T15:07:18.451Z] [2020-08-24T15:07:18.451Z] cJSONConfig.cmake [2020-08-24T15:07:18.451Z] cjson-config.cmake [2020-08-24T15:07:18.451Z] [2020-08-24T15:07:18.451Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-08-24T15:07:18.451Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-08-24T15:07:18.451Z] provides a separate development package or SDK, be sure it has been [2020-08-24T15:07:18.451Z] installed. [2020-08-24T15:07:18.451Z] [2020-08-24T15:07:18.451Z] [2020-08-24T15:07:18.451Z] -- Configuring done [2020-08-24T15:07:18.451Z] -- Generating done [2020-08-24T15:07:18.451Z] -- Build files have been written to: /tmp/cbor [2020-08-24T15:07:18.451Z] Scanning dependencies of target cbor_shared [2020-08-24T15:07:18.451Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-08-24T15:07:18.714Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-08-24T15:07:18.977Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-08-24T15:07:18.977Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-08-24T15:07:19.238Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-08-24T15:07:19.238Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-08-24T15:07:19.238Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-08-24T15:07:19.238Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-08-24T15:07:19.238Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-08-24T15:07:19.499Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-08-24T15:07:19.499Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-08-24T15:07:19.763Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-08-24T15:07:19.763Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-08-24T15:07:19.763Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-08-24T15:07:20.029Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-08-24T15:07:20.029Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-08-24T15:07:20.029Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-08-24T15:07:20.293Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-08-24T15:07:20.293Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-08-24T15:07:20.293Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-08-24T15:07:20.293Z] [ 40%] Linking C shared library libcbor.so [2020-08-24T15:07:20.556Z] [ 40%] Built target cbor_shared [2020-08-24T15:07:20.556Z] Scanning dependencies of target cbor [2020-08-24T15:07:20.556Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-08-24T15:07:20.556Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-08-24T15:07:20.817Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-08-24T15:07:20.817Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-08-24T15:07:21.081Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-08-24T15:07:21.081Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-08-24T15:07:21.346Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-08-24T15:07:21.346Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-08-24T15:07:21.346Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-08-24T15:07:21.608Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-08-24T15:07:21.608Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-08-24T15:07:21.871Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-08-24T15:07:21.871Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-08-24T15:07:21.871Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-08-24T15:07:22.133Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-08-24T15:07:22.133Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-08-24T15:07:22.133Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-08-24T15:07:22.396Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-08-24T15:07:22.396Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-08-24T15:07:22.396Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-08-24T15:07:22.396Z] [ 80%] Linking C static library libcbor.a [2020-08-24T15:07:22.396Z] [ 80%] Built target cbor [2020-08-24T15:07:22.396Z] Scanning dependencies of target create_items [2020-08-24T15:07:22.657Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-08-24T15:07:22.657Z] [ 84%] Linking C executable create_items [2020-08-24T15:07:22.657Z] [ 84%] Built target create_items [2020-08-24T15:07:22.657Z] Scanning dependencies of target readfile [2020-08-24T15:07:22.657Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-08-24T15:07:22.657Z] [ 88%] Linking C executable readfile [2020-08-24T15:07:22.657Z] [ 88%] Built target readfile [2020-08-24T15:07:22.657Z] Scanning dependencies of target streaming_parser [2020-08-24T15:07:22.657Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-08-24T15:07:22.918Z] [ 92%] Linking C executable streaming_parser [2020-08-24T15:07:22.918Z] [ 92%] Built target streaming_parser [2020-08-24T15:07:22.918Z] Scanning dependencies of target sort [2020-08-24T15:07:22.918Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-08-24T15:07:22.918Z] [ 96%] Linking C executable sort [2020-08-24T15:07:22.918Z] [ 96%] Built target sort [2020-08-24T15:07:22.918Z] Scanning dependencies of target hello [2020-08-24T15:07:22.918Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-08-24T15:07:22.918Z] [100%] Linking C executable hello [2020-08-24T15:07:22.918Z] [100%] Built target hello [2020-08-24T15:07:23.180Z] Install the project... [2020-08-24T15:07:23.180Z] -- Install configuration: "Release" [2020-08-24T15:07:23.180Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-08-24T15:07:23.180Z] -- Installing: /usr/local/lib64/libcbor.a [2020-08-24T15:07:23.180Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-08-24T15:07:23.180Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-08-24T15:07:23.180Z] -- Installing: /usr/local/lib64/libcbor.so [2020-08-24T15:07:23.180Z] -- Up-to-date: /usr/local/include/cbor [2020-08-24T15:07:23.180Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-08-24T15:07:23.180Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-08-24T15:07:23.180Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-08-24T15:07:23.180Z] -- Installing: /usr/local/include/cbor/common.h [2020-08-24T15:07:23.180Z] -- Installing: /usr/local/include/cbor/data.h [2020-08-24T15:07:23.180Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-08-24T15:07:23.180Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-08-24T15:07:23.180Z] -- Installing: /usr/local/include/cbor/internal [2020-08-24T15:07:23.180Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-08-24T15:07:23.180Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-08-24T15:07:23.180Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-08-24T15:07:23.180Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-08-24T15:07:23.180Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-08-24T15:07:23.180Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-08-24T15:07:23.180Z] -- Installing: /usr/local/include/cbor/ints.h [2020-08-24T15:07:23.180Z] -- Installing: /usr/local/include/cbor/maps.h [2020-08-24T15:07:23.180Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-08-24T15:07:23.180Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-08-24T15:07:23.180Z] -- Installing: /usr/local/include/cbor/strings.h [2020-08-24T15:07:23.180Z] -- Installing: /usr/local/include/cbor/tags.h [2020-08-24T15:07:23.180Z] -- Installing: /usr/local/include/cbor.h [2020-08-24T15:07:23.180Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-08-24T15:07:25.840Z] Removing intermediate container 6232bd855cf5 [2020-08-24T15:07:25.840Z] ---> 16da58a81fe1 [2020-08-24T15:07:25.840Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-08-24T15:07:25.840Z] ---> Running in 7d487ecf34ed [2020-08-24T15:07:26.783Z] Removing intermediate container 7d487ecf34ed [2020-08-24T15:07:26.783Z] ---> 9e870ac35955 [2020-08-24T15:07:26.783Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-08-24T15:07:26.783Z] ---> f220c68a155e [2020-08-24T15:07:26.783Z] Step 8/21 : COPY src /tmp/sdk/src [2020-08-24T15:07:27.743Z] ---> 74dfa77e7529 [2020-08-24T15:07:27.743Z] Step 9/21 : COPY include /tmp/sdk/include [2020-08-24T15:07:28.009Z] ---> dc7527ff2a3c [2020-08-24T15:07:28.009Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-08-24T15:07:28.271Z] ---> 4a3d3b0ec3f1 [2020-08-24T15:07:28.271Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-08-24T15:07:28.533Z] ---> 00915a74208b [2020-08-24T15:07:28.533Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-08-24T15:07:28.794Z] ---> 63be2931beae [2020-08-24T15:07:28.794Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-08-24T15:07:28.794Z] ---> Running in b90eb1622c98 [2020-08-24T15:07:29.055Z] + CPPCHECK=false [2020-08-24T15:07:29.055Z] + DOCGEN=false [2020-08-24T15:07:29.055Z] + TOMLVER=SDK-0.2 [2020-08-24T15:07:29.055Z] + CUTILVER=1.1-branch [2020-08-24T15:07:29.055Z] + '[' 0 -gt 0 ] [2020-08-24T15:07:29.055Z] + readlink -f ./scripts/build.sh [2020-08-24T15:07:29.055Z] + dirname /tmp/sdk/scripts/build.sh [2020-08-24T15:07:29.055Z] + dirname /tmp/sdk/scripts [2020-08-24T15:07:29.055Z] + ROOT=/tmp/sdk [2020-08-24T15:07:29.055Z] + cd /tmp/sdk [2020-08-24T15:07:29.055Z] + '[' '!' -d deps ] [2020-08-24T15:07:29.055Z] + mkdir deps [2020-08-24T15:07:29.055Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-08-24T15:07:29.055Z] + tar -C deps -z -x -f - [2020-08-24T15:07:29.055Z] --2020-08-24 15:07:29-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-08-24T15:07:29.316Z] Resolving github.com... 140.82.112.4 [2020-08-24T15:07:29.316Z] Connecting to github.com|140.82.112.4|:443... connected. [2020-08-24T15:07:29.316Z] HTTP request sent, awaiting response... 302 Found [2020-08-24T15:07:29.316Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-08-24T15:07:29.316Z] --2020-08-24 15:07:29-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-08-24T15:07:29.316Z] Resolving codeload.github.com... 140.82.113.9 [2020-08-24T15:07:29.316Z] Connecting to codeload.github.com|140.82.113.9|:443... connected. [2020-08-24T15:07:29.577Z] HTTP request sent, awaiting response... 200 OK [2020-08-24T15:07:29.577Z] Length: unspecified [application/x-gzip] [2020-08-24T15:07:29.577Z] Saving to: 'STDOUT' [2020-08-24T15:07:29.577Z] [2020-08-24T15:07:29.577Z] 0K .......... ......  697K=0.02s [2020-08-24T15:07:29.577Z] [2020-08-24T15:07:29.577Z] 2020-08-24 15:07:29 (697 KB/s) - written to stdout [16451] [2020-08-24T15:07:29.577Z] [2020-08-24T15:07:29.577Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-08-24T15:07:29.577Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz [2020-08-24T15:07:29.577Z] + tar -C deps -z -x -f - [2020-08-24T15:07:29.577Z] --2020-08-24 15:07:29-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz [2020-08-24T15:07:29.577Z] Resolving github.com... 140.82.112.4 [2020-08-24T15:07:29.577Z] Connecting to github.com|140.82.112.4|:443... connected. [2020-08-24T15:07:29.840Z] HTTP request sent, awaiting response... 302 Found [2020-08-24T15:07:29.840Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch [following] [2020-08-24T15:07:29.840Z] --2020-08-24 15:07:29-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch [2020-08-24T15:07:29.840Z] Resolving codeload.github.com... 140.82.113.9 [2020-08-24T15:07:29.840Z] Connecting to codeload.github.com|140.82.113.9|:443... connected. [2020-08-24T15:07:30.101Z] HTTP request sent, awaiting response... 200 OK [2020-08-24T15:07:30.101Z] Length: unspecified [application/x-gzip] [2020-08-24T15:07:30.101Z] Saving to: 'STDOUT' [2020-08-24T15:07:30.101Z] [2020-08-24T15:07:30.101Z] 0K .......... .......... .......... .......... .......... 1.42M [2020-08-24T15:07:30.101Z] 50K .......... .......... .......... .......... .......... 2.78M [2020-08-24T15:07:30.101Z] 100K .......... .......... .......... .......... .......... 51.8M [2020-08-24T15:07:30.101Z] 150K .......... ...... 20.8M=0.05s [2020-08-24T15:07:30.101Z] [2020-08-24T15:07:30.101Z] 2020-08-24 15:07:29 (3.02 MB/s) - written to stdout [170221] [2020-08-24T15:07:30.101Z] [2020-08-24T15:07:30.101Z] + mkdir -p src/c/iot [2020-08-24T15:07:30.101Z] + cp deps/iotech-c-utils-1.1-branch/src/c/base64.c deps/iotech-c-utils-1.1-branch/src/c/component.c deps/iotech-c-utils-1.1-branch/src/c/config.c deps/iotech-c-utils-1.1-branch/src/c/container.c deps/iotech-c-utils-1.1-branch/src/c/data.c deps/iotech-c-utils-1.1-branch/src/c/hash.c deps/iotech-c-utils-1.1-branch/src/c/iot.c deps/iotech-c-utils-1.1-branch/src/c/json.c deps/iotech-c-utils-1.1-branch/src/c/logger.c deps/iotech-c-utils-1.1-branch/src/c/os.c deps/iotech-c-utils-1.1-branch/src/c/scheduler.c deps/iotech-c-utils-1.1-branch/src/c/thread.c deps/iotech-c-utils-1.1-branch/src/c/threadpool.c deps/iotech-c-utils-1.1-branch/src/c/time.c src/c/iot [2020-08-24T15:07:30.101Z] + mkdir -p include/iot [2020-08-24T15:07:30.101Z] + cp deps/iotech-c-utils-1.1-branch/include/iot/base64.h deps/iotech-c-utils-1.1-branch/include/iot/component.h deps/iotech-c-utils-1.1-branch/include/iot/config.h deps/iotech-c-utils-1.1-branch/include/iot/container.h deps/iotech-c-utils-1.1-branch/include/iot/data.h deps/iotech-c-utils-1.1-branch/include/iot/hash.h deps/iotech-c-utils-1.1-branch/include/iot/iot.h deps/iotech-c-utils-1.1-branch/include/iot/json.h deps/iotech-c-utils-1.1-branch/include/iot/logger.h deps/iotech-c-utils-1.1-branch/include/iot/os.h deps/iotech-c-utils-1.1-branch/include/iot/scheduler.h deps/iotech-c-utils-1.1-branch/include/iot/thread.h deps/iotech-c-utils-1.1-branch/include/iot/threadpool.h deps/iotech-c-utils-1.1-branch/include/iot/time.h deps/iotech-c-utils-1.1-branch/include/iot/typecode.h include/iot [2020-08-24T15:07:30.101Z] + mkdir -p include/iot/os [2020-08-24T15:07:30.101Z] + cp deps/iotech-c-utils-1.1-branch/include/iot/os/linux.h deps/iotech-c-utils-1.1-branch/include/iot/os/macos.h deps/iotech-c-utils-1.1-branch/include/iot/os/zephyr.h include/iot/os [2020-08-24T15:07:30.101Z] + mkdir -p /tmp/sdk/build/release [2020-08-24T15:07:30.101Z] + cd /tmp/sdk/build/release [2020-08-24T15:07:30.101Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-08-24T15:07:30.101Z] -- The C compiler identification is GNU 8.3.0 [2020-08-24T15:07:30.101Z] -- Check for working C compiler: /usr/bin/cc [2020-08-24T15:07:30.361Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-08-24T15:07:30.361Z] -- Detecting C compiler ABI info [2020-08-24T15:07:30.361Z] -- Detecting C compiler ABI info - done [2020-08-24T15:07:30.361Z] -- Detecting C compile features [2020-08-24T15:07:30.623Z] -- Detecting C compile features - done [2020-08-24T15:07:30.623Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-08-24T15:07:30.623Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-08-24T15:07:30.623Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-08-24T15:07:30.623Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-08-24T15:07:30.623Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-08-24T15:07:30.623Z] -- C SDK 0.0.0 for Linux [2020-08-24T15:07:30.623Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-08-24T15:07:30.623Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-08-24T15:07:30.623Z] -- Found Curses: /usr/lib/libcurses.so [2020-08-24T15:07:30.885Z] -- Configuring done [2020-08-24T15:07:30.885Z] -- Generating done [2020-08-24T15:07:30.885Z] -- Build files have been written to: /tmp/sdk/build/release [2020-08-24T15:07:30.885Z] + make [2020-08-24T15:07:30.885Z] + tee release.log [2020-08-24T15:07:30.885Z] Scanning dependencies of target csdk [2020-08-24T15:07:30.885Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-08-24T15:07:31.147Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-08-24T15:07:31.147Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-08-24T15:07:31.721Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-08-24T15:07:31.982Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-08-24T15:07:31.982Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-08-24T15:07:32.243Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-08-24T15:07:32.816Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-08-24T15:07:32.816Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-08-24T15:07:33.077Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-08-24T15:07:33.077Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-08-24T15:07:33.337Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-08-24T15:07:33.337Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-08-24T15:07:33.337Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-08-24T15:07:34.282Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-08-24T15:07:34.282Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-08-24T15:07:34.542Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-08-24T15:07:34.542Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-08-24T15:07:34.803Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-08-24T15:07:35.383Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-08-24T15:07:35.383Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-08-24T15:07:35.644Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-08-24T15:07:35.644Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-08-24T15:07:35.906Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-08-24T15:07:35.906Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-08-24T15:07:36.167Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-08-24T15:07:36.167Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-08-24T15:07:36.430Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-08-24T15:07:36.430Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-08-24T15:07:36.695Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-08-24T15:07:36.958Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-08-24T15:07:36.958Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-08-24T15:07:38.345Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-08-24T15:07:38.345Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-08-24T15:07:38.345Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-08-24T15:07:38.607Z] [ 59%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-08-24T15:07:38.871Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-08-24T15:07:39.132Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-08-24T15:07:39.706Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-08-24T15:07:40.650Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-08-24T15:07:40.650Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-08-24T15:07:40.912Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-08-24T15:07:41.174Z] [ 70%] Linking C shared library libcsdk.so [2020-08-24T15:07:41.174Z] [ 70%] Built target csdk [2020-08-24T15:07:41.174Z] Scanning dependencies of target template [2020-08-24T15:07:41.174Z] [ 72%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-08-24T15:07:41.435Z] [ 73%] Linking C executable template [2020-08-24T15:07:41.435Z] [ 73%] Built target template [2020-08-24T15:07:41.435Z] Scanning dependencies of target device-counter [2020-08-24T15:07:41.435Z] [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-08-24T15:07:41.695Z] [ 77%] Linking C executable device-counter [2020-08-24T15:07:41.695Z] [ 77%] Built target device-counter [2020-08-24T15:07:41.695Z] Scanning dependencies of target device-random [2020-08-24T15:07:41.695Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-08-24T15:07:41.956Z] [ 80%] Linking C executable device-random [2020-08-24T15:07:41.956Z] [ 80%] Built target device-random [2020-08-24T15:07:41.956Z] Scanning dependencies of target device-gyro [2020-08-24T15:07:41.956Z] [ 81%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-08-24T15:07:41.956Z] [ 83%] Linking C executable device-gyro [2020-08-24T15:07:42.217Z] [ 83%] Built target device-gyro [2020-08-24T15:07:42.217Z] Scanning dependencies of target device-bitfields [2020-08-24T15:07:42.217Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-08-24T15:07:42.217Z] [ 86%] Linking C executable device-bitfields [2020-08-24T15:07:42.217Z] [ 86%] Built target device-bitfields [2020-08-24T15:07:42.217Z] Scanning dependencies of target template-discovery [2020-08-24T15:07:42.217Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-08-24T15:07:42.479Z] [ 90%] Linking C executable template-discovery [2020-08-24T15:07:42.479Z] [ 90%] Built target template-discovery [2020-08-24T15:07:42.479Z] Scanning dependencies of target device-file [2020-08-24T15:07:42.479Z] [ 91%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-08-24T15:07:42.739Z] [ 93%] Linking C executable device-file [2020-08-24T15:07:42.739Z] [ 93%] Built target device-file [2020-08-24T15:07:42.739Z] Scanning dependencies of target device-terminal [2020-08-24T15:07:42.739Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-08-24T15:07:43.000Z] [ 96%] Linking C executable device-terminal [2020-08-24T15:07:43.000Z] [ 96%] Built target device-terminal [2020-08-24T15:07:43.000Z] Scanning dependencies of target templatev1 [2020-08-24T15:07:43.000Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-08-24T15:07:43.261Z] [100%] Linking C executable templatev1 [2020-08-24T15:07:43.261Z] [100%] Built target templatev1 [2020-08-24T15:07:43.261Z] + make package [2020-08-24T15:07:43.261Z] + tee -a release.log [2020-08-24T15:07:43.261Z] [ 70%] Built target csdk [2020-08-24T15:07:43.261Z] [ 73%] Built target template [2020-08-24T15:07:43.522Z] [ 77%] Built target device-counter [2020-08-24T15:07:43.522Z] [ 80%] Built target device-random [2020-08-24T15:07:43.522Z] [ 83%] Built target device-gyro [2020-08-24T15:07:43.522Z] [ 86%] Built target device-bitfields [2020-08-24T15:07:43.522Z] [ 90%] Built target template-discovery [2020-08-24T15:07:43.522Z] [ 93%] Built target device-file [2020-08-24T15:07:43.523Z] [ 96%] Built target device-terminal [2020-08-24T15:07:43.523Z] [100%] Built target templatev1 [2020-08-24T15:07:43.523Z] Run CPack packaging tool... [2020-08-24T15:07:43.523Z] CPack: Create package using TGZ [2020-08-24T15:07:43.523Z] CPack: Install projects [2020-08-24T15:07:43.523Z] CPack: - Run preinstall target for: Csdk [2020-08-24T15:07:43.783Z] CPack: - Install project: Csdk [2020-08-24T15:07:43.783Z] CPack: Create package [2020-08-24T15:07:43.783Z] CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. [2020-08-24T15:07:43.783Z] + '[' false '=' true ] [2020-08-24T15:07:43.783Z] + '[' false '=' true ] [2020-08-24T15:07:43.783Z] + mkdir -p /tmp/sdk/build/debug [2020-08-24T15:07:43.783Z] + cd /tmp/sdk/build/debug [2020-08-24T15:07:43.783Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-08-24T15:07:44.045Z] -- The C compiler identification is GNU 8.3.0 [2020-08-24T15:07:44.045Z] -- Check for working C compiler: /usr/bin/cc [2020-08-24T15:07:44.045Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-08-24T15:07:44.045Z] -- Detecting C compiler ABI info [2020-08-24T15:07:44.045Z] -- Detecting C compiler ABI info - done [2020-08-24T15:07:44.045Z] -- Detecting C compile features [2020-08-24T15:07:44.306Z] -- Detecting C compile features - done [2020-08-24T15:07:44.306Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-08-24T15:07:44.306Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-08-24T15:07:44.306Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-08-24T15:07:44.306Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-08-24T15:07:44.306Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-08-24T15:07:44.306Z] -- C SDK 0.0.0 for Linux [2020-08-24T15:07:44.306Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-08-24T15:07:44.568Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-08-24T15:07:44.568Z] -- Found Curses: /usr/lib/libcurses.so [2020-08-24T15:07:44.568Z] -- Configuring done [2020-08-24T15:07:44.568Z] -- Generating done [2020-08-24T15:07:44.568Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-08-24T15:07:44.568Z] + make [2020-08-24T15:07:44.568Z] + tee debug.log [2020-08-24T15:07:44.568Z] Scanning dependencies of target csdk [2020-08-24T15:07:44.568Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-08-24T15:07:44.829Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-08-24T15:07:44.829Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-08-24T15:07:45.091Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-08-24T15:07:45.091Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-08-24T15:07:45.091Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-08-24T15:07:45.353Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-08-24T15:07:45.614Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-08-24T15:07:45.614Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-08-24T15:07:45.614Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-08-24T15:07:45.876Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-08-24T15:07:45.877Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-08-24T15:07:45.877Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-08-24T15:07:45.877Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-08-24T15:07:46.139Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-08-24T15:07:46.401Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-08-24T15:07:46.401Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-08-24T15:07:46.401Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-08-24T15:07:46.401Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-08-24T15:07:46.662Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-08-24T15:07:46.662Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-08-24T15:07:46.924Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-08-24T15:07:46.924Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-08-24T15:07:46.924Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-08-24T15:07:46.924Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-08-24T15:07:47.187Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-08-24T15:07:47.187Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-08-24T15:07:47.187Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-08-24T15:07:47.187Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-08-24T15:07:47.449Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-08-24T15:07:47.449Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-08-24T15:07:47.449Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-08-24T15:07:48.024Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-08-24T15:07:48.024Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-08-24T15:07:48.024Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-08-24T15:07:48.024Z] [ 59%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-08-24T15:07:48.289Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-08-24T15:07:48.552Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-08-24T15:07:48.552Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-08-24T15:07:48.814Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-08-24T15:07:48.814Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-08-24T15:07:49.075Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-08-24T15:07:49.075Z] [ 70%] Linking C shared library libcsdk.so [2020-08-24T15:07:49.075Z] [ 70%] Built target csdk [2020-08-24T15:07:49.075Z] Scanning dependencies of target template [2020-08-24T15:07:49.075Z] [ 72%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-08-24T15:07:49.336Z] [ 73%] Linking C executable template [2020-08-24T15:07:49.336Z] [ 73%] Built target template [2020-08-24T15:07:49.336Z] Scanning dependencies of target device-counter [2020-08-24T15:07:49.336Z] [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-08-24T15:07:49.336Z] [ 77%] Linking C executable device-counter [2020-08-24T15:07:49.598Z] [ 77%] Built target device-counter [2020-08-24T15:07:49.598Z] Scanning dependencies of target device-random [2020-08-24T15:07:49.598Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-08-24T15:07:49.598Z] [ 80%] Linking C executable device-random [2020-08-24T15:07:49.598Z] [ 80%] Built target device-random [2020-08-24T15:07:49.598Z] Scanning dependencies of target device-gyro [2020-08-24T15:07:49.598Z] [ 81%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-08-24T15:07:49.864Z] [ 83%] Linking C executable device-gyro [2020-08-24T15:07:49.864Z] [ 83%] Built target device-gyro [2020-08-24T15:07:49.864Z] Scanning dependencies of target device-bitfields [2020-08-24T15:07:49.864Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-08-24T15:07:49.864Z] [ 86%] Linking C executable device-bitfields [2020-08-24T15:07:49.864Z] [ 86%] Built target device-bitfields [2020-08-24T15:07:49.864Z] Scanning dependencies of target template-discovery [2020-08-24T15:07:49.864Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-08-24T15:07:50.127Z] [ 90%] Linking C executable template-discovery [2020-08-24T15:07:50.127Z] [ 90%] Built target template-discovery [2020-08-24T15:07:50.127Z] Scanning dependencies of target device-file [2020-08-24T15:07:50.127Z] [ 91%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-08-24T15:07:50.127Z] [ 93%] Linking C executable device-file [2020-08-24T15:07:50.389Z] [ 93%] Built target device-file [2020-08-24T15:07:50.389Z] Scanning dependencies of target device-terminal [2020-08-24T15:07:50.389Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-08-24T15:07:50.389Z] [ 96%] Linking C executable device-terminal [2020-08-24T15:07:50.389Z] [ 96%] Built target device-terminal [2020-08-24T15:07:50.650Z] Scanning dependencies of target templatev1 [2020-08-24T15:07:50.650Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-08-24T15:07:50.650Z] [100%] Linking C executable templatev1 [2020-08-24T15:07:50.650Z] [100%] Built target templatev1 [2020-08-24T15:07:50.650Z] make: Entering directory '/tmp/sdk/build/release' [2020-08-24T15:07:50.650Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-08-24T15:07:50.650Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-08-24T15:07:50.650Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-08-24T15:07:50.650Z] [ 70%] Built target csdk [2020-08-24T15:07:50.650Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-08-24T15:07:50.650Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-08-24T15:07:50.650Z] [ 73%] Built target template [2020-08-24T15:07:50.650Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-08-24T15:07:50.650Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-08-24T15:07:50.650Z] [ 77%] Built target device-counter [2020-08-24T15:07:50.650Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-08-24T15:07:50.650Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-08-24T15:07:50.912Z] [ 80%] Built target device-random [2020-08-24T15:07:50.912Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-08-24T15:07:50.912Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-08-24T15:07:50.912Z] [ 83%] Built target device-gyro [2020-08-24T15:07:50.912Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-08-24T15:07:50.912Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-08-24T15:07:50.912Z] [ 86%] Built target device-bitfields [2020-08-24T15:07:50.912Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-08-24T15:07:50.912Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-08-24T15:07:50.912Z] [ 90%] Built target template-discovery [2020-08-24T15:07:50.912Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-08-24T15:07:50.912Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-08-24T15:07:50.912Z] [ 93%] Built target device-file [2020-08-24T15:07:50.912Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-08-24T15:07:50.912Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-08-24T15:07:50.912Z] [ 96%] Built target device-terminal [2020-08-24T15:07:50.912Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-08-24T15:07:50.912Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-08-24T15:07:50.912Z] [100%] Built target templatev1 [2020-08-24T15:07:50.912Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-08-24T15:07:50.912Z] Install the project... [2020-08-24T15:07:50.912Z] -- Install configuration: "Release" [2020-08-24T15:07:50.912Z] -- Installing: /usr/local/lib/libcsdk.so [2020-08-24T15:07:50.912Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-08-24T15:07:50.912Z] -- Up-to-date: /usr/local/include [2020-08-24T15:07:50.912Z] -- Installing: /usr/local/include/devsdk [2020-08-24T15:07:50.912Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-08-24T15:07:50.912Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-08-24T15:07:50.912Z] -- Installing: /usr/local/include/edgex [2020-08-24T15:07:50.912Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-08-24T15:07:50.912Z] -- Installing: /usr/local/include/edgex/devices.h [2020-08-24T15:07:50.912Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-08-24T15:07:50.912Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-08-24T15:07:50.912Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-08-24T15:07:50.912Z] -- Installing: /usr/local/include/edgex/error.h [2020-08-24T15:07:50.912Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-08-24T15:07:50.912Z] -- Installing: /usr/local/include/edgex/os.h [2020-08-24T15:07:50.912Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-08-24T15:07:50.912Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-08-24T15:07:50.912Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-08-24T15:07:50.912Z] -- Installing: /usr/local/include/iot [2020-08-24T15:07:50.912Z] -- Installing: /usr/local/include/iot/base64.h [2020-08-24T15:07:50.912Z] -- Installing: /usr/local/include/iot/component.h [2020-08-24T15:07:50.912Z] -- Installing: /usr/local/include/iot/config.h [2020-08-24T15:07:50.912Z] -- Installing: /usr/local/include/iot/container.h [2020-08-24T15:07:50.912Z] -- Installing: /usr/local/include/iot/data.h [2020-08-24T15:07:50.912Z] -- Installing: /usr/local/include/iot/hash.h [2020-08-24T15:07:50.912Z] -- Installing: /usr/local/include/iot/iot.h [2020-08-24T15:07:50.912Z] -- Installing: /usr/local/include/iot/json.h [2020-08-24T15:07:50.912Z] -- Installing: /usr/local/include/iot/logger.h [2020-08-24T15:07:50.912Z] -- Installing: /usr/local/include/iot/os.h [2020-08-24T15:07:50.912Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-08-24T15:07:50.912Z] -- Installing: /usr/local/include/iot/thread.h [2020-08-24T15:07:50.912Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-08-24T15:07:50.912Z] -- Installing: /usr/local/include/iot/time.h [2020-08-24T15:07:50.912Z] -- Installing: /usr/local/include/iot/typecode.h [2020-08-24T15:07:50.912Z] -- Installing: /usr/local/include/iot/os [2020-08-24T15:07:50.912Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-08-24T15:07:50.912Z] -- Installing: /usr/local/include/iot/os/macos.h [2020-08-24T15:07:50.912Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-08-24T15:07:50.912Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-08-24T15:07:50.912Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-08-24T15:07:50.912Z] make: Leaving directory '/tmp/sdk/build/release' [2020-08-24T15:07:52.830Z] Removing intermediate container b90eb1622c98 [2020-08-24T15:07:52.830Z] ---> 06c1e2c75a36 [2020-08-24T15:07:52.830Z] Step 14/21 : FROM ${BASE} [2020-08-24T15:07:52.830Z] ---> 5eabd8fd8ba2 [2020-08-24T15:07:52.830Z] Step 15/21 : MAINTAINER IOTech [2020-08-24T15:07:53.091Z] ---> Running in 746ecacb378f [2020-08-24T15:07:53.091Z] Removing intermediate container 746ecacb378f [2020-08-24T15:07:53.091Z] ---> 9137d76324ca [2020-08-24T15:07:53.091Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-08-24T15:07:53.352Z] ---> Running in 83feba326cd9 [2020-08-24T15:07:53.613Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-08-24T15:07:54.555Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-08-24T15:07:54.555Z] (1/3) Installing curl (7.64.0-r3) [2020-08-24T15:07:54.815Z] (2/3) Installing libuuid (2.33-r0) [2020-08-24T15:07:54.815Z] (3/3) Installing wget (1.20.3-r0) [2020-08-24T15:07:54.815Z] Executing busybox-1.29.3-r10.trigger [2020-08-24T15:07:54.815Z] OK: 268 MiB in 78 packages [2020-08-24T15:07:55.390Z] Removing intermediate container 83feba326cd9 [2020-08-24T15:07:55.390Z] ---> ebc747554645 [2020-08-24T15:07:55.390Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-08-24T15:07:55.652Z] ---> ef22e87ec9f7 [2020-08-24T15:07:55.652Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-08-24T15:07:55.913Z] ---> 3ff199ce27cd [2020-08-24T15:07:55.913Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-08-24T15:07:56.173Z] ---> f434723bfd72 [2020-08-24T15:07:56.173Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-08-24T15:07:56.432Z] ---> a3170eb3ae8a [2020-08-24T15:07:56.433Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-08-24T15:07:56.697Z] ---> 7f4ad4f985ab [2020-08-24T15:07:56.697Z] Successfully built 7f4ad4f985ab [2020-08-24T15:07:56.697Z] 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-08-24T15:07:57.552Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-24T15:07:57.552Z] . [Pipeline] withDockerContainer [2020-08-24T15:07:57.660Z] prd-centos7-docker-4c-2g-205 does not seem to be running inside a container [2020-08-24T15:07:57.706Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/1 -v /w/workspace/device-sdk-c/1:/w/workspace/device-sdk-c/1:rw,z -v /w/workspace/device-sdk-c/1@tmp:/w/workspace/device-sdk-c/1@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-x86_64 cat [2020-08-24T15:07:58.297Z] $ docker top 2729126e322daa1c0a3c5201b1062f712a53646290c365a0d792d1ad4bbf218f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-24T15:07:58.801Z] + make test [2020-08-24T15:07:58.801Z] echo "make test" [2020-08-24T15:07:58.801Z] make test [Pipeline] } [2020-08-24T15:07:58.831Z] $ docker stop --time=1 2729126e322daa1c0a3c5201b1062f712a53646290c365a0d792d1ad4bbf218f [2020-08-24T15:08:00.176Z] $ docker rm -f 2729126e322daa1c0a3c5201b1062f712a53646290c365a0d792d1ad4bbf218f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-24T15:08:03.369Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-24T15:08:03.681Z] + ls -al . [2020-08-24T15:08:03.681Z] total 160 [2020-08-24T15:08:03.681Z] drwxrwxr-x. 9 jenkins jenkins 275 Aug 24 15:07 . [2020-08-24T15:08:03.681Z] drwxrwxr-x. 4 jenkins jenkins 28 Aug 24 15:06 .. [2020-08-24T15:08:03.681Z] -rw-rw-r--. 1 jenkins jenkins 3104 Aug 24 15:06 Attribution.txt [2020-08-24T15:08:03.681Z] -rw-rw-r--. 1 jenkins jenkins 5980 Aug 24 15:06 CHANGES [2020-08-24T15:08:03.681Z] drwxrwxr-x. 2 jenkins jenkins 144 Aug 24 15:06 docs [2020-08-24T15:08:03.681Z] -rw-rw-r--. 1 jenkins jenkins 108574 Aug 24 15:06 Doxyfile [2020-08-24T15:08:03.681Z] drwxrwxr-x. 8 jenkins jenkins 179 Aug 24 15:07 .git [2020-08-24T15:08:03.681Z] drwxrwxr-x. 2 jenkins jenkins 38 Aug 24 15:06 .github [2020-08-24T15:08:03.682Z] -rw-rw-r--. 1 jenkins jenkins 176 Aug 24 15:06 .gitignore [2020-08-24T15:08:03.682Z] drwxrwxr-x. 4 jenkins jenkins 33 Aug 24 15:06 include [2020-08-24T15:08:03.682Z] -rw-rw-r--. 1 jenkins jenkins 794 Aug 24 15:06 Jenkinsfile [2020-08-24T15:08:03.682Z] -rw-rw-r--. 1 jenkins jenkins 10174 Aug 24 15:06 LICENSE [2020-08-24T15:08:03.682Z] -rw-rw-r--. 1 jenkins jenkins 449 Aug 24 15:06 Makefile [2020-08-24T15:08:03.682Z] -rw-rw-r--. 1 jenkins jenkins 1899 Aug 24 15:06 README.md [2020-08-24T15:08:03.682Z] -rw-rw-r--. 1 jenkins jenkins 5977 Aug 24 15:06 README.v2.md [2020-08-24T15:08:03.682Z] drwxrwxr-x. 2 jenkins jenkins 108 Aug 24 15:06 scripts [2020-08-24T15:08:03.682Z] drwxrwxr-x. 3 jenkins jenkins 72 Aug 24 15:07 .semver [2020-08-24T15:08:03.682Z] drwxrwxr-x. 4 jenkins jenkins 50 Aug 24 15:06 src [2020-08-24T15:08:03.682Z] -rw-rw-r--. 1 jenkins jenkins 5 Aug 24 15:03 VERSION [Pipeline] isUnix [Pipeline] sh [2020-08-24T15:08:04.012Z] + 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=e8147553d808ee8e61efba0d9c5d462c47f91ab3 --label arch=amd64 --label version=0.0.0 . [2020-08-24T15:08:04.012Z] Sending build context to Docker daemon 3.507MB [2020-08-24T15:08:04.012Z] Step 1/15 : ARG BASE=alpine:3.11 [2020-08-24T15:08:04.012Z] Step 2/15 : FROM ${BASE} [2020-08-24T15:08:04.012Z] ---> 7f4ad4f985ab [2020-08-24T15:08:04.012Z] Step 3/15 : MAINTAINER IOTech [2020-08-24T15:08:04.584Z] ---> Running in be3bbd4b985b [2020-08-24T15:08:04.584Z] Removing intermediate container be3bbd4b985b [2020-08-24T15:08:04.584Z] ---> 2b1ecf61d43c [2020-08-24T15:08:04.584Z] Step 4/15 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev && mkdir -p /edgex-c-sdk/build [2020-08-24T15:08:04.847Z] ---> Running in 86b744771c1e [2020-08-24T15:08:05.424Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-08-24T15:08:05.998Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-08-24T15:08:06.259Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2020-08-24T15:08:06.259Z] (2/6) Installing libblkid (2.33-r0) [2020-08-24T15:08:06.521Z] (3/6) Installing libfdisk (2.33-r0) [2020-08-24T15:08:06.521Z] (4/6) Installing libmount (2.33-r0) [2020-08-24T15:08:06.788Z] (5/6) Installing libsmartcols (2.33-r0) [2020-08-24T15:08:06.788Z] (6/6) Installing util-linux-dev (2.33-r0) [2020-08-24T15:08:07.055Z] Executing busybox-1.29.3-r10.trigger [2020-08-24T15:08:07.055Z] OK: 272 MiB in 84 packages [2020-08-24T15:08:07.627Z] Removing intermediate container 86b744771c1e [2020-08-24T15:08:07.627Z] ---> 8327c6221763 [2020-08-24T15:08:07.627Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-08-24T15:08:07.888Z] ---> c18d690a3efc [2020-08-24T15:08:07.888Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-08-24T15:08:08.461Z] ---> 3c50405040ca [2020-08-24T15:08:08.461Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-08-24T15:08:08.723Z] ---> 162df23cdf5f [2020-08-24T15:08:08.723Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-08-24T15:08:08.985Z] ---> eeeaa55410c1 [2020-08-24T15:08:08.985Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-08-24T15:08:09.248Z] ---> d89c8232b4a1 [2020-08-24T15:08:09.248Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-08-24T15:08:09.509Z] ---> 7d22339878ff [2020-08-24T15:08:09.509Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-08-24T15:08:09.509Z] ---> Running in 5a6a1e4c0c39 [2020-08-24T15:08:09.771Z] Removing intermediate container 5a6a1e4c0c39 [2020-08-24T15:08:09.771Z] ---> 6c2bd11d1299 [2020-08-24T15:08:09.771Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-08-24T15:08:09.771Z] ---> Running in 132f4b62a858 [2020-08-24T15:08:09.771Z] Removing intermediate container 132f4b62a858 [2020-08-24T15:08:09.771Z] ---> f82829e5cab0 [2020-08-24T15:08:09.771Z] Step 13/15 : LABEL arch=amd64 [2020-08-24T15:08:10.032Z] ---> Running in 8b6178b2406d [2020-08-24T15:08:10.032Z] Removing intermediate container 8b6178b2406d [2020-08-24T15:08:10.032Z] ---> f420d6b29b7b [2020-08-24T15:08:10.032Z] Step 14/15 : LABEL git_sha=e8147553d808ee8e61efba0d9c5d462c47f91ab3 [2020-08-24T15:08:10.296Z] ---> Running in 69dc1a22e634 [2020-08-24T15:08:10.296Z] Removing intermediate container 69dc1a22e634 [2020-08-24T15:08:10.296Z] ---> 0cad017e0e6e [2020-08-24T15:08:10.296Z] Step 15/15 : LABEL version=0.0.0 [2020-08-24T15:08:10.296Z] ---> Running in 3d3b766167b4 [2020-08-24T15:08:10.557Z] Removing intermediate container 3d3b766167b4 [2020-08-24T15:08:10.557Z] ---> cd655947c662 [2020-08-24T15:08:10.557Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2020-08-24T15:08:10.557Z] Successfully built cd655947c662 [2020-08-24T15:08:10.557Z] Successfully tagged docker-device-sdk-c:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-24T15:08:20.158Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-206 in /w/workspace/edgexfoundry_device-sdk-c_PR-291 [Pipeline] { [Pipeline] ws [2020-08-24T15:08:20.240Z] Running in /w/workspace/device-sdk-c/1 [Pipeline] { [Pipeline] checkout [2020-08-24T15:08:24.868Z] using credential edgex-jenkins-ssh [2020-08-24T15:08:24.918Z] Cloning the remote Git repository [2020-08-24T15:08:24.919Z] Cloning with configured refspecs honoured and without tags [2020-08-24T15:08:24.964Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-08-24T15:08:25.070Z] > git init /w/workspace/device-sdk-c/1 # timeout=10 [2020-08-24T15:08:25.143Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-08-24T15:08:25.144Z] > git --version # timeout=10 [2020-08-24T15:08:25.169Z] > git --version # 'git version 2.17.1' [2020-08-24T15:08:25.171Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-24T15:08:25.246Z] > 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-08-24T15:08:26.241Z] Fetching without tags [2020-08-24T15:08:26.150Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-08-24T15:08:26.173Z] > git config --add remote.origin.fetch +refs/pull/291/head:refs/remotes/origin/PR-291 # timeout=10 [2020-08-24T15:08:26.194Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-24T15:08:26.218Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-08-24T15:08:26.249Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-08-24T15:08:26.249Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-24T15:08:26.261Z] > 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-08-24T15:08:26.750Z] Merging remotes/origin/master commit e04f6c7b98e5d4f437d89dd93d473807ba88ad5c into PR head commit e8147553d808ee8e61efba0d9c5d462c47f91ab3 [2020-08-24T15:08:26.971Z] Merge succeeded, producing e8147553d808ee8e61efba0d9c5d462c47f91ab3 [2020-08-24T15:08:26.972Z] Checking out Revision e8147553d808ee8e61efba0d9c5d462c47f91ab3 (PR-291) [2020-08-24T15:08:26.768Z] > git config core.sparsecheckout # timeout=10 [2020-08-24T15:08:26.783Z] > git checkout -f e8147553d808ee8e61efba0d9c5d462c47f91ab3 # timeout=10 [2020-08-24T15:08:26.887Z] > git remote # timeout=10 [2020-08-24T15:08:26.905Z] > git config --get remote.origin.url # timeout=10 [2020-08-24T15:08:26.917Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-24T15:08:26.927Z] > git merge e04f6c7b98e5d4f437d89dd93d473807ba88ad5c # timeout=10 [2020-08-24T15:08:26.949Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-24T15:08:26.977Z] > git config core.sparsecheckout # timeout=10 [2020-08-24T15:08:26.997Z] > git checkout -f e8147553d808ee8e61efba0d9c5d462c47f91ab3 # timeout=10 [2020-08-24T15:08:31.473Z] Commit message: "feat: implement minimum/maximum limits for write ops (#211)" [2020-08-24T15:08:31.535Z] > git --version # timeout=10 [2020-08-24T15:08:31.556Z] > git --version # 'git version 2.17.1' [2020-08-24T15:08:31.566Z] fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-24T15:08:33.143Z] ========================================================= [2020-08-24T15:08:33.143Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] [2020-08-24T15:08:33.143Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-24T15:08:34.446Z] + docker build -t ci-base-image-arm64 -f scripts/Dockerfile.alpine-3.11-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest . [2020-08-24T15:08:35.437Z] Sending build context to Docker daemon 3.507MB [2020-08-24T15:08:35.437Z] Step 1/21 : ARG BASE=alpine:3.11 [2020-08-24T15:08:35.437Z] Step 2/21 : FROM ${BASE} as builder [2020-08-24T15:08:35.714Z] latest: Pulling from edgex-devops/edgex-gcc-base-arm64 [2020-08-24T15:08:35.714Z] 0362ad1dd800: Pulling fs layer [2020-08-24T15:08:35.714Z] f2cdb1532d8b: Pulling fs layer [2020-08-24T15:08:35.714Z] 37ed683be191: Pulling fs layer [2020-08-24T15:08:35.714Z] f2cdb1532d8b: Verifying Checksum [2020-08-24T15:08:35.714Z] f2cdb1532d8b: Download complete [2020-08-24T15:08:35.990Z] 0362ad1dd800: Verifying Checksum [2020-08-24T15:08:35.990Z] 0362ad1dd800: Download complete [2020-08-24T15:08:36.589Z] 0362ad1dd800: Pull complete [2020-08-24T15:08:36.901Z] f2cdb1532d8b: Pull complete [2020-08-24T15:08:38.380Z] 37ed683be191: Verifying Checksum [2020-08-24T15:08:38.380Z] 37ed683be191: Download complete [2020-08-24T15:08:48.663Z] 37ed683be191: Pull complete [2020-08-24T15:08:48.663Z] Digest: sha256:f3a502aba7c4a8aa4a4fcde21dbb9db33787f3779e80dd14fb3ea60ab67de23f [2020-08-24T15:08:48.663Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest [2020-08-24T15:08:48.663Z] ---> b23d30803547 [2020-08-24T15:08:48.663Z] Step 3/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev [2020-08-24T15:08:48.949Z] ---> Running in 2a0620e42a25 [2020-08-24T15:08:50.939Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-08-24T15:08:51.541Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-08-24T15:08:51.818Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-08-24T15:08:51.818Z] (2/8) Installing libuuid (2.33-r0) [2020-08-24T15:08:51.818Z] (3/8) Installing libblkid (2.33-r0) [2020-08-24T15:08:52.090Z] (4/8) Installing libfdisk (2.33-r0) [2020-08-24T15:08:52.090Z] (5/8) Installing libmount (2.33-r0) [2020-08-24T15:08:52.090Z] (6/8) Installing libsmartcols (2.33-r0) [2020-08-24T15:08:52.369Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-08-24T15:08:52.648Z] (8/8) Installing wget (1.20.3-r0) [2020-08-24T15:08:52.648Z] Executing busybox-1.29.3-r10.trigger [2020-08-24T15:08:52.648Z] OK: 285 MiB in 83 packages [2020-08-24T15:08:54.092Z] Removing intermediate container 2a0620e42a25 [2020-08-24T15:08:54.092Z] ---> 8ec711efb69b [2020-08-24T15:08:54.092Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-08-24T15:08:54.366Z] ---> Running in 2a13736b9baa [2020-08-24T15:08:54.970Z] Removing intermediate container 2a13736b9baa [2020-08-24T15:08:54.970Z] ---> 28e353466525 [2020-08-24T15:08:54.970Z] Step 5/21 : RUN mkdir /tmp/cbor && cd /tmp/cbor && wget -O - https://github.com/PJK/libcbor/archive/v${CBOR_VERSION}.tar.gz | tar -z -x -f - && sed -e 's/-flto//' -i libcbor-${CBOR_VERSION}/CMakeLists.txt && cmake -DCMAKE_BUILD_TYPE=Release -DCBOR_CUSTOM_ALLOC=ON libcbor-${CBOR_VERSION} && make && make install [2020-08-24T15:08:54.970Z] ---> Running in 90a1b91ca183 [2020-08-24T15:08:56.411Z] --2020-08-24 15:08:56-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-08-24T15:08:56.411Z] Resolving github.com... 140.82.112.4 [2020-08-24T15:08:56.411Z] Connecting to github.com|140.82.112.4|:443... connected. [2020-08-24T15:08:56.411Z] HTTP request sent, awaiting response... 302 Found [2020-08-24T15:08:56.411Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-08-24T15:08:56.411Z] --2020-08-24 15:08:56-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-08-24T15:08:56.411Z] Resolving codeload.github.com... 140.82.113.10 [2020-08-24T15:08:56.692Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2020-08-24T15:08:56.692Z] HTTP request sent, awaiting response... 200 OK [2020-08-24T15:08:56.692Z] Length: unspecified [application/x-gzip] [2020-08-24T15:08:56.692Z] Saving to: 'STDOUT' [2020-08-24T15:08:56.692Z]  [2020-08-24T15:08:56.692Z] 0K .......... .......... .......... .......... .......... 1.21M [2020-08-24T15:08:56.692Z] 50K .......... .......... .......... .......... .......... 2.38M [2020-08-24T15:08:56.692Z] 100K .......... .......... .......... .......... .......... 11.6M [2020-08-24T15:08:56.693Z] 150K .......... .......... .......... .......... .......... 2.94M [2020-08-24T15:08:56.693Z] 200K .......... .......... .......... .......... .......... 13.3M [2020-08-24T15:08:56.970Z] 250K .......... .......... .......... .......... .......... 3.26M [2020-08-24T15:08:56.970Z] 300K .......... .......... .......... .......... .......... 4.33M [2020-08-24T15:08:56.970Z] 350K .......... .......... .......... .......... .......... 4.42M [2020-08-24T15:08:56.970Z] 400K .......... .......... .......... .......... .......... 3.99M [2020-08-24T15:08:56.970Z] 450K .......... .......... .......... .......... .......... 3.83M [2020-08-24T15:08:56.970Z] 500K .......... .......... .......... .......... .......... 10.3M [2020-08-24T15:08:56.970Z] 550K .......... .......... .......... .......... .......... 7.95M [2020-08-24T15:08:56.970Z] 600K .......... .......... .......... .......... .......... 1.09M [2020-08-24T15:08:56.970Z] 650K .......... .......... .......... .......... .......... 1.31M [2020-08-24T15:08:56.970Z] 700K .. 2.41M=0.2s [2020-08-24T15:08:56.970Z] [2020-08-24T15:08:56.970Z] 2020-08-24 15:08:56 (2.84 MB/s) - written to stdout [719348] [2020-08-24T15:08:56.970Z] [2020-08-24T15:08:57.243Z] -- The C compiler identification is GNU 8.3.0 [2020-08-24T15:08:57.515Z] -- The CXX compiler identification is GNU 8.3.0 [2020-08-24T15:08:57.515Z] -- Check for working C compiler: /usr/bin/cc [2020-08-24T15:08:57.792Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-08-24T15:08:57.792Z] -- Detecting C compiler ABI info [2020-08-24T15:08:58.065Z] -- Detecting C compiler ABI info - done [2020-08-24T15:08:58.065Z] -- Detecting C compile features [2020-08-24T15:08:58.657Z] -- Detecting C compile features - done [2020-08-24T15:08:58.657Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-08-24T15:08:58.928Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-08-24T15:08:58.928Z] -- Detecting CXX compiler ABI info [2020-08-24T15:08:59.200Z] -- Detecting CXX compiler ABI info - done [2020-08-24T15:08:59.489Z] -- Detecting CXX compile features [2020-08-24T15:09:00.916Z] -- Detecting CXX compile features - done [2020-08-24T15:09:00.916Z] -- Looking for include file endian.h [2020-08-24T15:09:01.192Z] -- Looking for include file endian.h - found [2020-08-24T15:09:01.192Z] -- Check if the system is big endian [2020-08-24T15:09:01.192Z] -- Searching 16 bit integer [2020-08-24T15:09:01.192Z] -- Looking for sys/types.h [2020-08-24T15:09:01.465Z] -- Looking for sys/types.h - found [2020-08-24T15:09:01.465Z] -- Looking for stdint.h [2020-08-24T15:09:01.465Z] -- Looking for stdint.h - found [2020-08-24T15:09:01.465Z] -- Looking for stddef.h [2020-08-24T15:09:01.742Z] -- Looking for stddef.h - found [2020-08-24T15:09:01.742Z] -- Check size of unsigned short [2020-08-24T15:09:02.022Z] -- Check size of unsigned short - done [2020-08-24T15:09:02.022Z] -- Using unsigned short [2020-08-24T15:09:02.294Z] -- Check if the system is big endian - little endian [2020-08-24T15:09:02.294Z] -- Check size of size_t [2020-08-24T15:09:02.565Z] -- Check size of size_t - done [2020-08-24T15:09:02.565Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-08-24T15:09:02.565Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-08-24T15:09:02.565Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-08-24T15:09:02.565Z] CMake did not find one. [2020-08-24T15:09:02.565Z] [2020-08-24T15:09:02.565Z] Could not find a package configuration file provided by "cJSON" with any of [2020-08-24T15:09:02.565Z] the following names: [2020-08-24T15:09:02.565Z] [2020-08-24T15:09:02.565Z] cJSONConfig.cmake [2020-08-24T15:09:02.565Z] cjson-config.cmake [2020-08-24T15:09:02.565Z] [2020-08-24T15:09:02.566Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-08-24T15:09:02.566Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-08-24T15:09:02.566Z] provides a separate development package or SDK, be sure it has been [2020-08-24T15:09:02.566Z] installed. [2020-08-24T15:09:02.566Z] [2020-08-24T15:09:02.566Z] [2020-08-24T15:09:02.566Z] -- Configuring done [2020-08-24T15:09:02.837Z] -- Generating done [2020-08-24T15:09:02.837Z] -- Build files have been written to: /tmp/cbor [2020-08-24T15:09:03.108Z] Scanning dependencies of target cbor_shared [2020-08-24T15:09:03.109Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-08-24T15:09:03.702Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-08-24T15:09:04.295Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-08-24T15:09:04.565Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-08-24T15:09:05.157Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-08-24T15:09:05.429Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-08-24T15:09:05.701Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-08-24T15:09:05.701Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-08-24T15:09:05.971Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-08-24T15:09:06.242Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-08-24T15:09:06.839Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-08-24T15:09:07.113Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-08-24T15:09:07.383Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-08-24T15:09:07.655Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-08-24T15:09:07.926Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-08-24T15:09:08.199Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-08-24T15:09:08.469Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-08-24T15:09:08.740Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-08-24T15:09:09.011Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-08-24T15:09:09.283Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-08-24T15:09:09.283Z] [ 40%] Linking C shared library libcbor.so [2020-08-24T15:09:09.554Z] [ 40%] Built target cbor_shared [2020-08-24T15:09:09.554Z] Scanning dependencies of target cbor [2020-08-24T15:09:09.554Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-08-24T15:09:10.528Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-08-24T15:09:10.800Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-08-24T15:09:11.071Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-08-24T15:09:12.491Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-08-24T15:09:12.491Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-08-24T15:09:12.760Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-08-24T15:09:12.760Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-08-24T15:09:13.035Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-08-24T15:09:13.305Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-08-24T15:09:13.892Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-08-24T15:09:14.479Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-08-24T15:09:14.751Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-08-24T15:09:15.021Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-08-24T15:09:15.291Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-08-24T15:09:15.560Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-08-24T15:09:15.830Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-08-24T15:09:16.101Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-08-24T15:09:16.370Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-08-24T15:09:16.640Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-08-24T15:09:16.640Z] [ 80%] Linking C static library libcbor.a [2020-08-24T15:09:16.915Z] [ 80%] Built target cbor [2020-08-24T15:09:16.915Z] Scanning dependencies of target create_items [2020-08-24T15:09:16.915Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-08-24T15:09:16.915Z] [ 84%] Linking C executable create_items [2020-08-24T15:09:17.187Z] [ 84%] Built target create_items [2020-08-24T15:09:17.187Z] Scanning dependencies of target readfile [2020-08-24T15:09:17.187Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-08-24T15:09:17.457Z] [ 88%] Linking C executable readfile [2020-08-24T15:09:17.457Z] [ 88%] Built target readfile [2020-08-24T15:09:17.457Z] Scanning dependencies of target streaming_parser [2020-08-24T15:09:17.457Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-08-24T15:09:17.737Z] [ 92%] Linking C executable streaming_parser [2020-08-24T15:09:17.737Z] [ 92%] Built target streaming_parser [2020-08-24T15:09:17.737Z] Scanning dependencies of target sort [2020-08-24T15:09:17.737Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-08-24T15:09:18.016Z] [ 96%] Linking C executable sort [2020-08-24T15:09:18.016Z] [ 96%] Built target sort [2020-08-24T15:09:18.016Z] Scanning dependencies of target hello [2020-08-24T15:09:18.016Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-08-24T15:09:18.290Z] [100%] Linking C executable hello [2020-08-24T15:09:18.290Z] [100%] Built target hello [2020-08-24T15:09:18.290Z] Install the project... [2020-08-24T15:09:18.560Z] -- Install configuration: "Release" [2020-08-24T15:09:18.560Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-08-24T15:09:18.560Z] -- Installing: /usr/local/lib64/libcbor.a [2020-08-24T15:09:18.560Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-08-24T15:09:18.560Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-08-24T15:09:18.560Z] -- Installing: /usr/local/lib64/libcbor.so [2020-08-24T15:09:18.560Z] -- Up-to-date: /usr/local/include/cbor [2020-08-24T15:09:18.561Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-08-24T15:09:18.561Z] -- Installing: /usr/local/include/cbor/ints.h [2020-08-24T15:09:18.561Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-08-24T15:09:18.561Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-08-24T15:09:18.561Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-08-24T15:09:18.561Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-08-24T15:09:18.561Z] -- Installing: /usr/local/include/cbor/data.h [2020-08-24T15:09:18.561Z] -- Installing: /usr/local/include/cbor/common.h [2020-08-24T15:09:18.561Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-08-24T15:09:18.561Z] -- Installing: /usr/local/include/cbor/strings.h [2020-08-24T15:09:18.561Z] -- Installing: /usr/local/include/cbor/tags.h [2020-08-24T15:09:18.561Z] -- Installing: /usr/local/include/cbor/internal [2020-08-24T15:09:18.561Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-08-24T15:09:18.561Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-08-24T15:09:18.561Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-08-24T15:09:18.561Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-08-24T15:09:18.561Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-08-24T15:09:18.561Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-08-24T15:09:18.561Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-08-24T15:09:18.561Z] -- Installing: /usr/local/include/cbor/maps.h [2020-08-24T15:09:18.561Z] -- Installing: /usr/local/include/cbor.h [2020-08-24T15:09:18.561Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-08-24T15:09:21.958Z] Removing intermediate container 90a1b91ca183 [2020-08-24T15:09:21.958Z] ---> 85664f02e007 [2020-08-24T15:09:21.958Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-08-24T15:09:21.958Z] ---> Running in 51275fcddc1e [2020-08-24T15:09:24.567Z] Removing intermediate container 51275fcddc1e [2020-08-24T15:09:24.567Z] ---> c881e3a43db9 [2020-08-24T15:09:24.567Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-08-24T15:09:24.844Z] ---> b9fffc70c0e8 [2020-08-24T15:09:24.844Z] Step 8/21 : COPY src /tmp/sdk/src [2020-08-24T15:09:25.822Z] ---> 425c59db30d3 [2020-08-24T15:09:25.822Z] Step 9/21 : COPY include /tmp/sdk/include [2020-08-24T15:09:26.417Z] ---> 626c0049fcbf [2020-08-24T15:09:26.417Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-08-24T15:09:27.394Z] ---> d37c6ef6a59f [2020-08-24T15:09:27.394Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-08-24T15:09:27.991Z] ---> 6a10b69fec52 [2020-08-24T15:09:27.991Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-08-24T15:09:28.587Z] ---> 4d5823896b06 [2020-08-24T15:09:28.587Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-08-24T15:09:28.587Z] ---> Running in fc6b9a8943fc [2020-08-24T15:09:30.015Z] + CPPCHECK=false [2020-08-24T15:09:30.015Z] + DOCGEN=false [2020-08-24T15:09:30.015Z] + TOMLVER=SDK-0.2 [2020-08-24T15:09:30.015Z] + CUTILVER=1.1-branch [2020-08-24T15:09:30.015Z] + '[' 0 -gt 0 ] [2020-08-24T15:09:30.015Z] + readlink -f ./scripts/build.sh [2020-08-24T15:09:30.015Z] + dirname /tmp/sdk/scripts/build.sh [2020-08-24T15:09:30.015Z] + dirname /tmp/sdk/scripts [2020-08-24T15:09:30.015Z] + ROOT=/tmp/sdk [2020-08-24T15:09:30.015Z] + cd /tmp/sdk [2020-08-24T15:09:30.015Z] + '[' '!' -d deps ] [2020-08-24T15:09:30.015Z] + mkdir deps [2020-08-24T15:09:30.015Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-08-24T15:09:30.015Z] + tar -C deps -z -x -f - [2020-08-24T15:09:30.015Z] --2020-08-24 15:09:29-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-08-24T15:09:30.285Z] Resolving github.com... 140.82.112.4 [2020-08-24T15:09:30.286Z] Connecting to github.com|140.82.112.4|:443... connected. [2020-08-24T15:09:30.286Z] HTTP request sent, awaiting response... 302 Found [2020-08-24T15:09:30.286Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-08-24T15:09:30.286Z] --2020-08-24 15:09:30-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-08-24T15:09:30.286Z] Resolving codeload.github.com... 140.82.113.10 [2020-08-24T15:09:30.286Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2020-08-24T15:09:30.556Z] HTTP request sent, awaiting response... 200 OK [2020-08-24T15:09:30.556Z] Length: unspecified [application/x-gzip] [2020-08-24T15:09:30.556Z] Saving to: 'STDOUT' [2020-08-24T15:09:30.556Z]  [2020-08-24T15:09:30.556Z] 0K .......... ...... 775K=0.02s [2020-08-24T15:09:30.556Z] [2020-08-24T15:09:30.556Z] 2020-08-24 15:09:30 (775 KB/s) - written to stdout [16451] [2020-08-24T15:09:30.556Z] [2020-08-24T15:09:30.556Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-08-24T15:09:30.556Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz+ [2020-08-24T15:09:30.556Z] tar -C deps -z -x -f - [2020-08-24T15:09:30.556Z] --2020-08-24 15:09:30-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz [2020-08-24T15:09:30.556Z] Resolving github.com... 140.82.112.4 [2020-08-24T15:09:30.556Z] Connecting to github.com|140.82.112.4|:443... connected. [2020-08-24T15:09:30.556Z] HTTP request sent, awaiting response... 302 Found [2020-08-24T15:09:30.556Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch [following] [2020-08-24T15:09:30.556Z] --2020-08-24 15:09:30-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch [2020-08-24T15:09:30.556Z] Resolving codeload.github.com... 140.82.113.10 [2020-08-24T15:09:30.556Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2020-08-24T15:09:30.825Z] HTTP request sent, awaiting response... 200 OK [2020-08-24T15:09:30.825Z] Length: unspecified [application/x-gzip] [2020-08-24T15:09:30.825Z] Saving to: 'STDOUT' [2020-08-24T15:09:30.825Z]  [2020-08-24T15:09:31.100Z] 0K .......... .......... .......... .......... .......... 1.14M [2020-08-24T15:09:31.100Z] 50K .......... .......... .......... .......... .......... 2.15M [2020-08-24T15:09:31.100Z] 100K .......... .......... .......... .......... .......... 2.69M [2020-08-24T15:09:31.100Z] 150K .......... ...... 13.6M=0.08s [2020-08-24T15:09:31.100Z] [2020-08-24T15:09:31.101Z] 2020-08-24 15:09:30 (1.92 MB/s) - written to stdout [170221] [2020-08-24T15:09:31.101Z] [2020-08-24T15:09:31.101Z] + mkdir -p src/c/iot [2020-08-24T15:09:31.101Z] + cp deps/iotech-c-utils-1.1-branch/src/c/base64.c deps/iotech-c-utils-1.1-branch/src/c/component.c deps/iotech-c-utils-1.1-branch/src/c/config.c deps/iotech-c-utils-1.1-branch/src/c/container.c deps/iotech-c-utils-1.1-branch/src/c/data.c deps/iotech-c-utils-1.1-branch/src/c/hash.c deps/iotech-c-utils-1.1-branch/src/c/iot.c deps/iotech-c-utils-1.1-branch/src/c/json.c deps/iotech-c-utils-1.1-branch/src/c/logger.c deps/iotech-c-utils-1.1-branch/src/c/os.c deps/iotech-c-utils-1.1-branch/src/c/scheduler.c deps/iotech-c-utils-1.1-branch/src/c/thread.c deps/iotech-c-utils-1.1-branch/src/c/threadpool.c deps/iotech-c-utils-1.1-branch/src/c/time.c src/c/iot [2020-08-24T15:09:31.101Z] + mkdir -p include/iot [2020-08-24T15:09:31.101Z] + cp deps/iotech-c-utils-1.1-branch/include/iot/base64.h deps/iotech-c-utils-1.1-branch/include/iot/component.h deps/iotech-c-utils-1.1-branch/include/iot/config.h deps/iotech-c-utils-1.1-branch/include/iot/container.h deps/iotech-c-utils-1.1-branch/include/iot/data.h deps/iotech-c-utils-1.1-branch/include/iot/hash.h deps/iotech-c-utils-1.1-branch/include/iot/iot.h deps/iotech-c-utils-1.1-branch/include/iot/json.h deps/iotech-c-utils-1.1-branch/include/iot/logger.h deps/iotech-c-utils-1.1-branch/include/iot/os.h deps/iotech-c-utils-1.1-branch/include/iot/scheduler.h deps/iotech-c-utils-1.1-branch/include/iot/thread.h deps/iotech-c-utils-1.1-branch/include/iot/threadpool.h deps/iotech-c-utils-1.1-branch/include/iot/time.h deps/iotech-c-utils-1.1-branch/include/iot/typecode.h include/iot [2020-08-24T15:09:31.101Z] + mkdir -p include/iot/os [2020-08-24T15:09:31.101Z] + cp deps/iotech-c-utils-1.1-branch/include/iot/os/linux.h deps/iotech-c-utils-1.1-branch/include/iot/os/macos.h deps/iotech-c-utils-1.1-branch/include/iot/os/zephyr.h include/iot/os [2020-08-24T15:09:31.101Z] + mkdir -p /tmp/sdk/build/release [2020-08-24T15:09:31.101Z] + cd /tmp/sdk/build/release [2020-08-24T15:09:31.101Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-08-24T15:09:31.370Z] -- The C compiler identification is GNU 8.3.0 [2020-08-24T15:09:31.370Z] -- Check for working C compiler: /usr/bin/cc [2020-08-24T15:09:31.641Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-08-24T15:09:31.641Z] -- Detecting C compiler ABI info [2020-08-24T15:09:31.910Z] -- Detecting C compiler ABI info - done [2020-08-24T15:09:31.910Z] -- Detecting C compile features [2020-08-24T15:09:32.502Z] -- Detecting C compile features - done [2020-08-24T15:09:32.502Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-08-24T15:09:32.502Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-08-24T15:09:32.502Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-08-24T15:09:32.771Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-08-24T15:09:32.771Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-08-24T15:09:32.771Z] -- C SDK 0.0.0 for Linux [2020-08-24T15:09:32.771Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-08-24T15:09:32.771Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-08-24T15:09:32.771Z] -- Found Curses: /usr/lib/libcurses.so [2020-08-24T15:09:33.040Z] -- Configuring done [2020-08-24T15:09:33.312Z] -- Generating done [2020-08-24T15:09:33.312Z] -- Build files have been written to: /tmp/sdk/build/release [2020-08-24T15:09:33.312Z] + + teemake release.log [2020-08-24T15:09:33.312Z] [2020-08-24T15:09:33.312Z] Scanning dependencies of target csdk [2020-08-24T15:09:33.583Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-08-24T15:09:34.174Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-08-24T15:09:34.446Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-08-24T15:09:36.409Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-08-24T15:09:37.000Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-08-24T15:09:37.000Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-08-24T15:09:37.973Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-08-24T15:09:40.574Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-08-24T15:09:40.575Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-08-24T15:09:41.171Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-08-24T15:09:41.762Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-08-24T15:09:42.034Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-08-24T15:09:42.306Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-08-24T15:09:42.575Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-08-24T15:09:45.929Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-08-24T15:09:46.199Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-08-24T15:09:46.471Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-08-24T15:09:46.745Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-08-24T15:09:47.715Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-08-24T15:09:49.668Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-08-24T15:09:49.937Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-08-24T15:09:50.207Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-08-24T15:09:50.796Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-08-24T15:09:51.068Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-08-24T15:09:51.340Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-08-24T15:09:52.313Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-08-24T15:09:52.583Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-08-24T15:09:53.174Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-08-24T15:09:53.174Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-08-24T15:09:53.766Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-08-24T15:09:54.739Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-08-24T15:09:54.739Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-08-24T15:09:59.024Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-08-24T15:09:59.615Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-08-24T15:09:59.885Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-08-24T15:10:00.478Z] [ 59%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-08-24T15:10:01.070Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-08-24T15:10:02.494Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-08-24T15:10:03.916Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-08-24T15:10:07.289Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-08-24T15:10:07.882Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-08-24T15:10:09.308Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-08-24T15:10:09.578Z] [ 70%] Linking C shared library libcsdk.so [2020-08-24T15:10:09.578Z] [ 70%] Built target csdk [2020-08-24T15:10:09.578Z] Scanning dependencies of target template [2020-08-24T15:10:09.850Z] [ 72%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-08-24T15:10:10.439Z] [ 73%] Linking C executable template [2020-08-24T15:10:10.439Z] [ 73%] Built target template [2020-08-24T15:10:10.439Z] Scanning dependencies of target device-counter [2020-08-24T15:10:10.710Z] [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-08-24T15:10:10.981Z] [ 77%] Linking C executable device-counter [2020-08-24T15:10:11.254Z] [ 77%] Built target device-counter [2020-08-24T15:10:11.254Z] Scanning dependencies of target device-random [2020-08-24T15:10:11.254Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-08-24T15:10:11.849Z] [ 80%] Linking C executable device-random [2020-08-24T15:10:12.122Z] [ 80%] Built target device-random [2020-08-24T15:10:12.122Z] Scanning dependencies of target device-gyro [2020-08-24T15:10:12.122Z] [ 81%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-08-24T15:10:12.391Z] [ 83%] Linking C executable device-gyro [2020-08-24T15:10:12.665Z] [ 83%] Built target device-gyro [2020-08-24T15:10:12.665Z] Scanning dependencies of target device-bitfields [2020-08-24T15:10:12.665Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-08-24T15:10:13.257Z] [ 86%] Linking C executable device-bitfields [2020-08-24T15:10:13.257Z] [ 86%] Built target device-bitfields [2020-08-24T15:10:13.257Z] Scanning dependencies of target template-discovery [2020-08-24T15:10:13.257Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-08-24T15:10:13.850Z] [ 90%] Linking C executable template-discovery [2020-08-24T15:10:14.122Z] [ 90%] Built target template-discovery [2020-08-24T15:10:14.122Z] Scanning dependencies of target device-file [2020-08-24T15:10:14.122Z] [ 91%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-08-24T15:10:14.717Z] [ 93%] Linking C executable device-file [2020-08-24T15:10:14.989Z] [ 93%] Built target device-file [2020-08-24T15:10:14.989Z] Scanning dependencies of target device-terminal [2020-08-24T15:10:14.989Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-08-24T15:10:15.583Z] [ 96%] Linking C executable device-terminal [2020-08-24T15:10:15.854Z] [ 96%] Built target device-terminal [2020-08-24T15:10:15.854Z] Scanning dependencies of target templatev1 [2020-08-24T15:10:15.854Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-08-24T15:10:16.447Z] [100%] Linking C executable templatev1 [2020-08-24T15:10:16.447Z] [100%] Built target templatev1 [2020-08-24T15:10:16.718Z] + + maketee package -a [2020-08-24T15:10:16.718Z] release.log [2020-08-24T15:10:16.718Z] [ 70%] Built target csdk [2020-08-24T15:10:16.718Z] [ 73%] Built target template [2020-08-24T15:10:16.718Z] [ 77%] Built target device-counter [2020-08-24T15:10:16.990Z] [ 80%] Built target device-random [2020-08-24T15:10:16.990Z] [ 83%] Built target device-gyro [2020-08-24T15:10:16.990Z] [ 86%] Built target device-bitfields [2020-08-24T15:10:16.990Z] [ 90%] Built target template-discovery [2020-08-24T15:10:16.990Z] [ 93%] Built target device-file [2020-08-24T15:10:16.990Z] [ 96%] Built target device-terminal [2020-08-24T15:10:16.990Z] [100%] Built target templatev1 [2020-08-24T15:10:17.262Z] Run CPack packaging tool... [2020-08-24T15:10:17.262Z] CPack: Create package using TGZ [2020-08-24T15:10:17.262Z] CPack: Install projects [2020-08-24T15:10:17.262Z] CPack: - Run preinstall target for: Csdk [2020-08-24T15:10:17.872Z] CPack: - Install project: Csdk [2020-08-24T15:10:17.872Z] CPack: Create package [2020-08-24T15:10:17.872Z] CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. [2020-08-24T15:10:17.872Z] + '[' false '=' true ] [2020-08-24T15:10:17.872Z] + '[' false '=' true ] [2020-08-24T15:10:17.872Z] + mkdir -p /tmp/sdk/build/debug [2020-08-24T15:10:17.872Z] + cd /tmp/sdk/build/debug [2020-08-24T15:10:17.872Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-08-24T15:10:18.143Z] -- The C compiler identification is GNU 8.3.0 [2020-08-24T15:10:18.143Z] -- Check for working C compiler: /usr/bin/cc [2020-08-24T15:10:18.415Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-08-24T15:10:18.415Z] -- Detecting C compiler ABI info [2020-08-24T15:10:18.688Z] -- Detecting C compiler ABI info - done [2020-08-24T15:10:18.688Z] -- Detecting C compile features [2020-08-24T15:10:19.665Z] -- Detecting C compile features - done [2020-08-24T15:10:19.665Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-08-24T15:10:19.665Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-08-24T15:10:19.665Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-08-24T15:10:19.665Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-08-24T15:10:19.665Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-08-24T15:10:19.665Z] -- C SDK 0.0.0 for Linux [2020-08-24T15:10:19.665Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-08-24T15:10:19.665Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-08-24T15:10:19.665Z] -- Found Curses: /usr/lib/libcurses.so [2020-08-24T15:10:19.936Z] -- Configuring done [2020-08-24T15:10:20.209Z] -- Generating done [2020-08-24T15:10:20.209Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-08-24T15:10:20.209Z] + make [2020-08-24T15:10:20.209Z] + tee debug.log [2020-08-24T15:10:20.209Z] Scanning dependencies of target csdk [2020-08-24T15:10:20.482Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-08-24T15:10:20.755Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-08-24T15:10:21.026Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-08-24T15:10:21.624Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-08-24T15:10:21.895Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-08-24T15:10:21.895Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-08-24T15:10:22.493Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-08-24T15:10:23.086Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-08-24T15:10:23.358Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-08-24T15:10:23.629Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-08-24T15:10:23.901Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-08-24T15:10:24.173Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-08-24T15:10:24.173Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-08-24T15:10:24.445Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-08-24T15:10:25.422Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-08-24T15:10:25.422Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-08-24T15:10:25.692Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-08-24T15:10:25.965Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-08-24T15:10:26.240Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-08-24T15:10:27.216Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-08-24T15:10:27.216Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-08-24T15:10:27.216Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-08-24T15:10:27.487Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-08-24T15:10:27.760Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-08-24T15:10:28.031Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-08-24T15:10:28.303Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-08-24T15:10:28.303Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-08-24T15:10:28.574Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-08-24T15:10:28.852Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-08-24T15:10:29.128Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-08-24T15:10:29.399Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-08-24T15:10:29.669Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-08-24T15:10:30.646Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-08-24T15:10:30.925Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-08-24T15:10:31.198Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-08-24T15:10:31.471Z] [ 59%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-08-24T15:10:31.745Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-08-24T15:10:32.719Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-08-24T15:10:32.995Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-08-24T15:10:33.970Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-08-24T15:10:33.970Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-08-24T15:10:34.564Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-08-24T15:10:34.836Z] [ 70%] Linking C shared library libcsdk.so [2020-08-24T15:10:34.836Z] [ 70%] Built target csdk [2020-08-24T15:10:34.836Z] Scanning dependencies of target template [2020-08-24T15:10:35.109Z] [ 72%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-08-24T15:10:35.380Z] [ 73%] Linking C executable template [2020-08-24T15:10:35.380Z] [ 73%] Built target template [2020-08-24T15:10:35.380Z] Scanning dependencies of target device-counter [2020-08-24T15:10:35.654Z] [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-08-24T15:10:35.654Z] [ 77%] Linking C executable device-counter [2020-08-24T15:10:35.927Z] [ 77%] Built target device-counter [2020-08-24T15:10:35.927Z] Scanning dependencies of target device-random [2020-08-24T15:10:35.927Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-08-24T15:10:36.202Z] [ 80%] Linking C executable device-random [2020-08-24T15:10:36.474Z] [ 80%] Built target device-random [2020-08-24T15:10:36.474Z] Scanning dependencies of target device-gyro [2020-08-24T15:10:36.474Z] [ 81%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-08-24T15:10:36.745Z] [ 83%] Linking C executable device-gyro [2020-08-24T15:10:37.016Z] [ 83%] Built target device-gyro [2020-08-24T15:10:37.016Z] Scanning dependencies of target device-bitfields [2020-08-24T15:10:37.016Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-08-24T15:10:37.293Z] [ 86%] Linking C executable device-bitfields [2020-08-24T15:10:37.566Z] [ 86%] Built target device-bitfields [2020-08-24T15:10:37.566Z] Scanning dependencies of target template-discovery [2020-08-24T15:10:37.566Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-08-24T15:10:37.839Z] [ 90%] Linking C executable template-discovery [2020-08-24T15:10:38.113Z] [ 90%] Built target template-discovery [2020-08-24T15:10:38.113Z] Scanning dependencies of target device-file [2020-08-24T15:10:38.113Z] [ 91%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-08-24T15:10:38.384Z] [ 93%] Linking C executable device-file [2020-08-24T15:10:38.384Z] [ 93%] Built target device-file [2020-08-24T15:10:38.656Z] Scanning dependencies of target device-terminal [2020-08-24T15:10:38.656Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-08-24T15:10:38.928Z] [ 96%] Linking C executable device-terminal [2020-08-24T15:10:39.200Z] [ 96%] Built target device-terminal [2020-08-24T15:10:39.200Z] Scanning dependencies of target templatev1 [2020-08-24T15:10:39.200Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-08-24T15:10:39.472Z] [100%] Linking C executable templatev1 [2020-08-24T15:10:39.472Z] [100%] Built target templatev1 [2020-08-24T15:10:39.745Z] make: Entering directory '/tmp/sdk/build/release' [2020-08-24T15:10:39.745Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-08-24T15:10:39.745Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-08-24T15:10:39.745Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-08-24T15:10:39.745Z] [ 70%] Built target csdk [2020-08-24T15:10:39.745Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-08-24T15:10:39.745Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-08-24T15:10:39.745Z] [ 73%] Built target template [2020-08-24T15:10:39.745Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-08-24T15:10:39.745Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-08-24T15:10:39.745Z] [ 77%] Built target device-counter [2020-08-24T15:10:39.745Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-08-24T15:10:39.745Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-08-24T15:10:39.745Z] [ 80%] Built target device-random [2020-08-24T15:10:39.745Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-08-24T15:10:40.017Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-08-24T15:10:40.017Z] [ 83%] Built target device-gyro [2020-08-24T15:10:40.017Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-08-24T15:10:40.017Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-08-24T15:10:40.017Z] [ 86%] Built target device-bitfields [2020-08-24T15:10:40.017Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-08-24T15:10:40.017Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-08-24T15:10:40.017Z] [ 90%] Built target template-discovery [2020-08-24T15:10:40.017Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-08-24T15:10:40.017Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-08-24T15:10:40.017Z] [ 93%] Built target device-file [2020-08-24T15:10:40.017Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-08-24T15:10:40.017Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-08-24T15:10:40.017Z] [ 96%] Built target device-terminal [2020-08-24T15:10:40.017Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-08-24T15:10:40.017Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-08-24T15:10:40.017Z] [100%] Built target templatev1 [2020-08-24T15:10:40.017Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-08-24T15:10:40.291Z] Install the project... [2020-08-24T15:10:40.291Z] -- Install configuration: "Release" [2020-08-24T15:10:40.291Z] -- Installing: /usr/local/lib/libcsdk.so [2020-08-24T15:10:40.291Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-08-24T15:10:40.291Z] -- Up-to-date: /usr/local/include [2020-08-24T15:10:40.291Z] -- Installing: /usr/local/include/edgex [2020-08-24T15:10:40.291Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-08-24T15:10:40.291Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-08-24T15:10:40.291Z] -- Installing: /usr/local/include/edgex/error.h [2020-08-24T15:10:40.291Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-08-24T15:10:40.291Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-08-24T15:10:40.291Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-08-24T15:10:40.291Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-08-24T15:10:40.291Z] -- Installing: /usr/local/include/edgex/devices.h [2020-08-24T15:10:40.291Z] -- Installing: /usr/local/include/edgex/os.h [2020-08-24T15:10:40.291Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-08-24T15:10:40.291Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-08-24T15:10:40.291Z] -- Installing: /usr/local/include/devsdk [2020-08-24T15:10:40.291Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-08-24T15:10:40.291Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-08-24T15:10:40.291Z] -- Installing: /usr/local/include/iot [2020-08-24T15:10:40.291Z] -- Installing: /usr/local/include/iot/json.h [2020-08-24T15:10:40.291Z] -- Installing: /usr/local/include/iot/container.h [2020-08-24T15:10:40.291Z] -- Installing: /usr/local/include/iot/component.h [2020-08-24T15:10:40.291Z] -- Installing: /usr/local/include/iot/typecode.h [2020-08-24T15:10:40.291Z] -- Installing: /usr/local/include/iot/iot.h [2020-08-24T15:10:40.291Z] -- Installing: /usr/local/include/iot/time.h [2020-08-24T15:10:40.291Z] -- Installing: /usr/local/include/iot/hash.h [2020-08-24T15:10:40.291Z] -- Installing: /usr/local/include/iot/logger.h [2020-08-24T15:10:40.291Z] -- Installing: /usr/local/include/iot/os [2020-08-24T15:10:40.291Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-08-24T15:10:40.291Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-08-24T15:10:40.291Z] -- Installing: /usr/local/include/iot/os/macos.h [2020-08-24T15:10:40.291Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-08-24T15:10:40.291Z] -- Installing: /usr/local/include/iot/data.h [2020-08-24T15:10:40.291Z] -- Installing: /usr/local/include/iot/thread.h [2020-08-24T15:10:40.291Z] -- Installing: /usr/local/include/iot/os.h [2020-08-24T15:10:40.291Z] -- Installing: /usr/local/include/iot/base64.h [2020-08-24T15:10:40.291Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-08-24T15:10:40.291Z] -- Installing: /usr/local/include/iot/config.h [2020-08-24T15:10:40.291Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-08-24T15:10:40.291Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-08-24T15:10:40.291Z] make: Leaving directory '/tmp/sdk/build/release' [2020-08-24T15:10:42.907Z] Removing intermediate container fc6b9a8943fc [2020-08-24T15:10:42.907Z] ---> 6344a985df3b [2020-08-24T15:10:42.907Z] Step 14/21 : FROM ${BASE} [2020-08-24T15:10:42.907Z] ---> b23d30803547 [2020-08-24T15:10:42.907Z] Step 15/21 : MAINTAINER IOTech [2020-08-24T15:10:42.907Z] ---> Running in 04f3da951e1e [2020-08-24T15:10:43.179Z] Removing intermediate container 04f3da951e1e [2020-08-24T15:10:43.179Z] ---> d3c2ecd77c34 [2020-08-24T15:10:43.179Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-08-24T15:10:43.179Z] ---> Running in 79eb1e2cbba3 [2020-08-24T15:10:44.606Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-08-24T15:10:46.026Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-08-24T15:10:47.981Z] (1/3) Installing curl (7.64.0-r3) [2020-08-24T15:10:47.981Z] (2/3) Installing libuuid (2.33-r0) [2020-08-24T15:10:47.981Z] (3/3) Installing wget (1.20.3-r0) [2020-08-24T15:10:48.571Z] Executing busybox-1.29.3-r10.trigger [2020-08-24T15:10:48.571Z] OK: 281 MiB in 78 packages [2020-08-24T15:10:50.004Z] Removing intermediate container 79eb1e2cbba3 [2020-08-24T15:10:50.004Z] ---> d44ae266b9ab [2020-08-24T15:10:50.004Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-08-24T15:10:50.598Z] ---> 1ab40e58823a [2020-08-24T15:10:50.598Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-08-24T15:10:51.572Z] ---> 66e961c44945 [2020-08-24T15:10:51.572Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-08-24T15:10:52.167Z] ---> 66366e737863 [2020-08-24T15:10:52.167Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-08-24T15:10:53.142Z] ---> d1f39671a12a [2020-08-24T15:10:53.142Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-08-24T15:10:53.736Z] ---> ac111253599a [2020-08-24T15:10:53.736Z] Successfully built ac111253599a [2020-08-24T15:10:53.736Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-24T15:10:54.669Z] + docker inspect -f . ci-base-image-arm64 [2020-08-24T15:10:54.669Z] . [Pipeline] withDockerContainer [2020-08-24T15:10:54.912Z] prd-ubuntu18.04-docker-arm64-4c-16g-206 does not seem to be running inside a container [2020-08-24T15:10:55.050Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/1 -v /w/workspace/device-sdk-c/1:/w/workspace/device-sdk-c/1:rw,z -v /w/workspace/device-sdk-c/1@tmp:/w/workspace/device-sdk-c/1@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 ******** ci-base-image-arm64 cat [2020-08-24T15:10:56.820Z] $ docker top 84054666ccebdc77b6408ceebcfe2da1909c75d93f9ed7b5d2e3cd99ec0e4d67 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-24T15:10:58.163Z] + make test [2020-08-24T15:10:58.163Z] echo "make test" [2020-08-24T15:10:58.163Z] make test [Pipeline] } [2020-08-24T15:10:58.259Z] $ docker stop --time=1 84054666ccebdc77b6408ceebcfe2da1909c75d93f9ed7b5d2e3cd99ec0e4d67 [2020-08-24T15:11:00.200Z] $ docker rm -f 84054666ccebdc77b6408ceebcfe2da1909c75d93f9ed7b5d2e3cd99ec0e4d67 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-24T15:11:01.427Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-24T15:11:01.780Z] + ls -al . [2020-08-24T15:11:01.780Z] total 196 [2020-08-24T15:11:01.780Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 24 15:08 . [2020-08-24T15:11:01.780Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 24 15:08 .. [2020-08-24T15:11:01.780Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 24 15:08 .git [2020-08-24T15:11:01.780Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 24 15:08 .github [2020-08-24T15:11:01.780Z] -rw-rw-r-- 1 jenkins jenkins 176 Aug 24 15:08 .gitignore [2020-08-24T15:11:01.780Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 24 15:08 .semver [2020-08-24T15:11:01.780Z] -rw-rw-r-- 1 jenkins jenkins 3104 Aug 24 15:08 Attribution.txt [2020-08-24T15:11:01.780Z] -rw-rw-r-- 1 jenkins jenkins 5980 Aug 24 15:08 CHANGES [2020-08-24T15:11:01.780Z] -rw-rw-r-- 1 jenkins jenkins 108574 Aug 24 15:08 Doxyfile [2020-08-24T15:11:01.780Z] -rw-rw-r-- 1 jenkins jenkins 794 Aug 24 15:08 Jenkinsfile [2020-08-24T15:11:01.780Z] -rw-rw-r-- 1 jenkins jenkins 10174 Aug 24 15:08 LICENSE [2020-08-24T15:11:01.780Z] -rw-rw-r-- 1 jenkins jenkins 449 Aug 24 15:08 Makefile [2020-08-24T15:11:01.780Z] -rw-rw-r-- 1 jenkins jenkins 1899 Aug 24 15:08 README.md [2020-08-24T15:11:01.780Z] -rw-rw-r-- 1 jenkins jenkins 5977 Aug 24 15:08 README.v2.md [2020-08-24T15:11:01.780Z] -rw-rw-r-- 1 jenkins jenkins 5 Aug 24 15:03 VERSION [2020-08-24T15:11:01.780Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 24 15:08 docs [2020-08-24T15:11:01.780Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 24 15:08 include [2020-08-24T15:11:01.780Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 24 15:08 scripts [2020-08-24T15:11:01.780Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 24 15:08 src [Pipeline] isUnix [Pipeline] sh [2020-08-24T15:11:02.162Z] + 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=e8147553d808ee8e61efba0d9c5d462c47f91ab3 --label arch=arm64 --label version=0.0.0 . [2020-08-24T15:11:02.761Z] Sending build context to Docker daemon 3.507MB [2020-08-24T15:11:02.761Z] Step 1/15 : ARG BASE=alpine:3.11 [2020-08-24T15:11:02.761Z] Step 2/15 : FROM ${BASE} [2020-08-24T15:11:02.761Z] ---> ac111253599a [2020-08-24T15:11:02.761Z] Step 3/15 : MAINTAINER IOTech [2020-08-24T15:11:03.040Z] ---> Running in bbf933e1f8ff [2020-08-24T15:11:03.311Z] Removing intermediate container bbf933e1f8ff [2020-08-24T15:11:03.311Z] ---> 5457d8fa26bc [2020-08-24T15:11:03.311Z] Step 4/15 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev && mkdir -p /edgex-c-sdk/build [2020-08-24T15:11:03.586Z] ---> Running in 4c8d547f333f [2020-08-24T15:11:05.016Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-08-24T15:11:06.973Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-08-24T15:11:07.559Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2020-08-24T15:11:07.559Z] (2/6) Installing libblkid (2.33-r0) [2020-08-24T15:11:07.830Z] (3/6) Installing libfdisk (2.33-r0) [2020-08-24T15:11:07.830Z] (4/6) Installing libmount (2.33-r0) [2020-08-24T15:11:08.100Z] (5/6) Installing libsmartcols (2.33-r0) [2020-08-24T15:11:08.100Z] (6/6) Installing util-linux-dev (2.33-r0) [2020-08-24T15:11:09.069Z] Executing busybox-1.29.3-r10.trigger [2020-08-24T15:11:09.341Z] OK: 286 MiB in 84 packages [2020-08-24T15:11:10.775Z] Removing intermediate container 4c8d547f333f [2020-08-24T15:11:10.775Z] ---> 1b0271675481 [2020-08-24T15:11:10.775Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-08-24T15:11:11.370Z] ---> e46e497274df [2020-08-24T15:11:11.370Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-08-24T15:11:12.347Z] ---> b70cf5ba0272 [2020-08-24T15:11:12.347Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-08-24T15:11:12.939Z] ---> 6571afffe6b4 [2020-08-24T15:11:12.939Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-08-24T15:11:13.533Z] ---> 65c4f712e90c [2020-08-24T15:11:13.533Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-08-24T15:11:14.127Z] ---> 3cf7f7012bef [2020-08-24T15:11:14.127Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-08-24T15:11:15.103Z] ---> f90c2d4b646a [2020-08-24T15:11:15.103Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-08-24T15:11:15.103Z] ---> Running in f5f195b42fe3 [2020-08-24T15:11:15.698Z] Removing intermediate container f5f195b42fe3 [2020-08-24T15:11:15.698Z] ---> 82c3eb772f12 [2020-08-24T15:11:15.698Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-08-24T15:11:15.698Z] ---> Running in 75ba588c98f3 [2020-08-24T15:11:16.290Z] Removing intermediate container 75ba588c98f3 [2020-08-24T15:11:16.290Z] ---> 89a64e265dbb [2020-08-24T15:11:16.290Z] Step 13/15 : LABEL arch=arm64 [2020-08-24T15:11:16.290Z] ---> Running in 7b96263b7bc1 [2020-08-24T15:11:16.883Z] Removing intermediate container 7b96263b7bc1 [2020-08-24T15:11:16.883Z] ---> 00fcd67f0697 [2020-08-24T15:11:16.883Z] Step 14/15 : LABEL git_sha=e8147553d808ee8e61efba0d9c5d462c47f91ab3 [2020-08-24T15:11:16.883Z] ---> Running in 6dc276e2e2fb [2020-08-24T15:11:17.478Z] Removing intermediate container 6dc276e2e2fb [2020-08-24T15:11:17.478Z] ---> 07f8108069bc [2020-08-24T15:11:17.478Z] Step 15/15 : LABEL version=0.0.0 [2020-08-24T15:11:17.478Z] ---> Running in 1fdf4a6b0db3 [2020-08-24T15:11:18.069Z] Removing intermediate container 1fdf4a6b0db3 [2020-08-24T15:11:18.069Z] ---> 15ffa6221af9 [2020-08-24T15:11:18.069Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2020-08-24T15:11:18.069Z] Successfully built 15ffa6221af9 [2020-08-24T15:11:18.069Z] 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-08-24T15:11:21.890Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-24T15:11:22.492Z] ---> package-listing.sh [2020-08-24T15:11:22.492Z] ++ facter osfamily [2020-08-24T15:11:22.492Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-24T15:11:22.492Z] + OS_FAMILY=redhat [2020-08-24T15:11:22.492Z] + workspace=/w/workspace/edgexfoundry_device-sdk-c_PR-291 [2020-08-24T15:11:22.492Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-24T15:11:22.492Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-24T15:11:22.492Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-24T15:11:22.492Z] + PACKAGES=/tmp/packages_start.txt [2020-08-24T15:11:22.492Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-291 ']' [2020-08-24T15:11:22.492Z] + PACKAGES=/tmp/packages_end.txt [2020-08-24T15:11:22.492Z] + case "${OS_FAMILY}" in [2020-08-24T15:11:22.492Z] + rpm -qa [2020-08-24T15:11:22.492Z] + sort [2020-08-24T15:11:26.723Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-24T15:11:26.723Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-24T15:11:26.723Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-24T15:11:26.723Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-291 ']' [2020-08-24T15:11:26.723Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_PR-291/archives/ [2020-08-24T15:11:26.723Z] + 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-08-24T15:11:27.366Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-24T15:11:27.366Z] [2020-08-24T15:11:27.366Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-24T15:11:27.744Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-24T15:11:27.744Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-24T15:11:27.744Z] c9b1b535fdd9: Pulling fs layer [2020-08-24T15:11:27.744Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-24T15:11:27.744Z] 756a868c4378: Pulling fs layer [2020-08-24T15:11:27.744Z] 444b2fc9a129: Pulling fs layer [2020-08-24T15:11:27.744Z] ea15f1150254: Pulling fs layer [2020-08-24T15:11:27.744Z] 41b27a9f41bf: Pulling fs layer [2020-08-24T15:11:27.744Z] 28c525ee5125: Pulling fs layer [2020-08-24T15:11:27.744Z] 094b1ea09ed8: Pulling fs layer [2020-08-24T15:11:27.744Z] 138eaada9080: Pulling fs layer [2020-08-24T15:11:27.744Z] 0622d0fa9048: Pulling fs layer [2020-08-24T15:11:27.744Z] 444b2fc9a129: Waiting [2020-08-24T15:11:27.744Z] 28c525ee5125: Waiting [2020-08-24T15:11:27.744Z] 094b1ea09ed8: Waiting [2020-08-24T15:11:27.744Z] 41b27a9f41bf: Waiting [2020-08-24T15:11:27.744Z] 0622d0fa9048: Waiting [2020-08-24T15:11:27.744Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-24T15:11:27.744Z] 2cc5ad85d9ab: Download complete [2020-08-24T15:11:27.744Z] 444b2fc9a129: Verifying Checksum [2020-08-24T15:11:27.744Z] 444b2fc9a129: Download complete [2020-08-24T15:11:27.744Z] c9b1b535fdd9: Verifying Checksum [2020-08-24T15:11:27.744Z] c9b1b535fdd9: Download complete [2020-08-24T15:11:27.744Z] ea15f1150254: Verifying Checksum [2020-08-24T15:11:27.744Z] ea15f1150254: Download complete [2020-08-24T15:11:28.039Z] 28c525ee5125: Verifying Checksum [2020-08-24T15:11:28.039Z] 28c525ee5125: Download complete [2020-08-24T15:11:28.330Z] 756a868c4378: Verifying Checksum [2020-08-24T15:11:28.330Z] 756a868c4378: Download complete [2020-08-24T15:11:28.330Z] 138eaada9080: Verifying Checksum [2020-08-24T15:11:28.330Z] 138eaada9080: Download complete [2020-08-24T15:11:28.330Z] c9b1b535fdd9: Pull complete [2020-08-24T15:11:28.659Z] 094b1ea09ed8: Verifying Checksum [2020-08-24T15:11:28.659Z] 094b1ea09ed8: Download complete [2020-08-24T15:11:28.659Z] 0622d0fa9048: Verifying Checksum [2020-08-24T15:11:28.659Z] 0622d0fa9048: Download complete [2020-08-24T15:11:28.924Z] 2cc5ad85d9ab: Pull complete [2020-08-24T15:11:28.924Z] 41b27a9f41bf: Verifying Checksum [2020-08-24T15:11:28.924Z] 41b27a9f41bf: Download complete [2020-08-24T15:11:30.417Z] 756a868c4378: Pull complete [2020-08-24T15:11:30.417Z] 444b2fc9a129: Pull complete [2020-08-24T15:11:30.680Z] ea15f1150254: Pull complete [2020-08-24T15:11:34.945Z] 41b27a9f41bf: Pull complete [2020-08-24T15:11:34.945Z] 28c525ee5125: Pull complete [2020-08-24T15:11:37.527Z] 094b1ea09ed8: Pull complete [2020-08-24T15:11:37.791Z] 138eaada9080: Pull complete [2020-08-24T15:11:38.054Z] 0622d0fa9048: Pull complete [2020-08-24T15:11:38.054Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-24T15:11:38.054Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-24T15:11:38.054Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-24T15:11:38.268Z] prd-centos7-docker-4c-2g-203 does not seem to be running inside a container [2020-08-24T15:11:38.324Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgexfoundry_device-sdk-c_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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-24T15:11:41.929Z] $ docker top 8347da8dd555d176d06729b522a5a07c4e32e39b5c5471455156452bf9df5f05 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-24T15:11:42.365Z] provisioning config files... [2020-08-24T15:11:42.387Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_PR-291@tmp/config6403350383459350293tmp [Pipeline] { [Pipeline] echo [2020-08-24T15:11:42.482Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-24T15:11:42.830Z] ---> create-netrc.sh [Pipeline] echo [2020-08-24T15:11:42.862Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-24T15:11:43.193Z] ---> logs-deploy.sh [2020-08-24T15:11:43.193Z] + ARCHIVE_ARTIFACTS= [2020-08-24T15:11:43.193Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-24T15:11:43.193Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-24T15:11:43.193Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-24T15:11:43.193Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/PR-291/1 [2020-08-24T15:11:43.193Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-c/job/PR-291/1/ [2020-08-24T15:11:43.193Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/PR-291/1 /w/workspace/edgexfoundry_device-sdk-c_PR-291 [2020-08-24T15:11:44.584Z] Archives upload complete. [2020-08-24T15:11:44.584Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/PR-291/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-c/job/PR-291/1/