Pull request #280 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 4871229dde6b49be8cc006d16c39e84b9f91b8fa+e8fe642ab95fdc810dbdbac8ed2055c65e2d8e19 (98ab6dfc07850779e6bde96202d6da4b7294af27) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision be3c330340c18bb7ab85087afff7d7ed2ee420c0 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision be3c330340c18bb7ab85087afff7d7ed2ee420c0 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-280/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f be3c330340c18bb7ab85087afff7d7ed2ee420c0 # timeout=10 Commit message: "Merge pull request #211 from ernestojeda/fix-docker-image-push-with-namespace" > 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 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 Running on prd-centos7-docker-4c-2g-939 in /w/workspace/edgexfoundry_device-sdk-c_PR-280 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-sdk-c.git > git init /w/workspace/edgexfoundry_device-sdk-c_PR-280 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/280/head:refs/remotes/origin/PR-280 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit e8fe642ab95fdc810dbdbac8ed2055c65e2d8e19 into PR head commit 4871229dde6b49be8cc006d16c39e84b9f91b8fa Merge succeeded, producing 4871229dde6b49be8cc006d16c39e84b9f91b8fa Checking out Revision 4871229dde6b49be8cc006d16c39e84b9f91b8fa (PR-280) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/280/head:refs/remotes/origin/PR-280 # 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/280/head:refs/remotes/origin/PR-280 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4871229dde6b49be8cc006d16c39e84b9f91b8fa # 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 e8fe642ab95fdc810dbdbac8ed2055c65e2d8e19 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4871229dde6b49be8cc006d16c39e84b9f91b8fa # timeout=10 Commit message: "feat: Implement mask operation for PUTs. Add example illustrating mask/shift usage." First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object be3c330340c18bb7ab85087afff7d7ed2ee420c0 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-16T13:57:32.229Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-16T13:57:32.554Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-16T13:57:32.746Z] ========================================================= [2020-07-16T13:57:32.746Z] EdgeX Global Pipelines Version Info [2020-07-16T13:57:32.746Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-16T13:57:34.140Z] ------------------- [2020-07-16T13:57:34.140Z] stable info: [2020-07-16T13:57:34.140Z] ------------------- [2020-07-16T13:57:34.140Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-16T13:57:34.140Z] Commit SHA: be3c330340c18bb7ab85087afff7d7ed2ee420c0 [2020-07-16T13:57:34.140Z] Message: update stable to v1.0.99 [2020-07-16T13:57:35.083Z] ------------------- [2020-07-16T13:57:35.083Z] experimental info: [2020-07-16T13:57:35.083Z] ------------------- [2020-07-16T13:57:35.083Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-16T13:57:35.083Z] Commit SHA: a8036d3cfb972bc62d1aceff2a6c19ff9dda8919 [2020-07-16T13:57:35.083Z] Message: update experimental to v1.0.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-07-16T13:57:37.344Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-16T13:57:37.605Z] [2020-07-16T13:57:37.605Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-16T13:57:37.966Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-16T13:57:37.966Z] latest: Pulling from edgex-devops/git-semver [2020-07-16T13:57:37.966Z] 31603596830f: Pulling fs layer [2020-07-16T13:57:37.966Z] 2a8b12db71e7: Pulling fs layer [2020-07-16T13:57:37.966Z] 6ca5941a6612: Pulling fs layer [2020-07-16T13:57:37.966Z] ecc8261a40a4: Pulling fs layer [2020-07-16T13:57:37.966Z] ecc8261a40a4: Waiting [2020-07-16T13:57:37.966Z] 2a8b12db71e7: Verifying Checksum [2020-07-16T13:57:37.966Z] 2a8b12db71e7: Download complete [2020-07-16T13:57:37.966Z] 31603596830f: Verifying Checksum [2020-07-16T13:57:37.966Z] 31603596830f: Download complete [2020-07-16T13:57:38.229Z] ecc8261a40a4: Verifying Checksum [2020-07-16T13:57:38.229Z] ecc8261a40a4: Download complete [2020-07-16T13:57:38.229Z] 6ca5941a6612: Verifying Checksum [2020-07-16T13:57:38.229Z] 6ca5941a6612: Download complete [2020-07-16T13:57:38.490Z] 31603596830f: Pull complete [2020-07-16T13:57:38.490Z] 2a8b12db71e7: Pull complete [2020-07-16T13:57:39.446Z] 6ca5941a6612: Pull complete [2020-07-16T13:57:39.446Z] ecc8261a40a4: Pull complete [2020-07-16T13:57:39.446Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-16T13:57:39.446Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-16T13:57:39.446Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-16T13:57:39.564Z] prd-centos7-docker-4c-2g-939 does not seem to be running inside a container [2020-07-16T13:57:39.608Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_PR-280 -v /w/workspace/edgexfoundry_device-sdk-c_PR-280:/w/workspace/edgexfoundry_device-sdk-c_PR-280:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_PR-280@tmp:/w/workspace/edgexfoundry_device-sdk-c_PR-280@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-16T13:57:41.826Z] $ docker top 483a0f47e3b0d096d12ece2512f167851b35e819f895106a9ecc8104a2947adb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-16T13:57:42.253Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-16T13:57:42.254Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-16T13:57:42.464Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-16T13:57:42.469Z] $ docker exec 483a0f47e3b0d096d12ece2512f167851b35e819f895106a9ecc8104a2947adb ssh-agent [2020-07-16T13:57:42.625Z] SSH_AUTH_SOCK=/tmp/ssh-JAR1hroVxXf8/agent.13 [2020-07-16T13:57:42.625Z] SSH_AGENT_PID=18 [2020-07-16T13:57:42.636Z] Running ssh-add (command line suppressed) [2020-07-16T13:57:42.751Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_PR-280@tmp/private_key_7062867224582316392.key (/w/workspace/edgexfoundry_device-sdk-c_PR-280@tmp/private_key_7062867224582316392.key) [2020-07-16T13:57:42.797Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-16T13:57:43.156Z] + git describe --exact-match --tags HEAD [2020-07-16T13:57:43.156Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-16T13:57:43.319Z] $ docker exec --env ******** --env ******** 483a0f47e3b0d096d12ece2512f167851b35e819f895106a9ecc8104a2947adb ssh-agent -k [2020-07-16T13:57:43.430Z] unset SSH_AUTH_SOCK; [2020-07-16T13:57:43.430Z] unset SSH_AGENT_PID; [2020-07-16T13:57:43.431Z] echo Agent pid 18 killed; [2020-07-16T13:57:43.473Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-16T13:57:43.614Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-16T13:57:43.614Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-16T13:57:43.708Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-16T13:57:43.708Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-16T13:57:43.871Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-16T13:57:43.875Z] $ docker exec 483a0f47e3b0d096d12ece2512f167851b35e819f895106a9ecc8104a2947adb ssh-agent [2020-07-16T13:57:44.024Z] SSH_AUTH_SOCK=/tmp/ssh-4TjsfEb6qS1C/agent.46 [2020-07-16T13:57:44.024Z] SSH_AGENT_PID=51 [2020-07-16T13:57:44.030Z] Running ssh-add (command line suppressed) [2020-07-16T13:57:44.147Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_PR-280@tmp/private_key_4220984040013346815.key (/w/workspace/edgexfoundry_device-sdk-c_PR-280@tmp/private_key_4220984040013346815.key) [2020-07-16T13:57:44.196Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-16T13:57:44.547Z] + git semver init [2020-07-16T13:57:44.547Z] # -> Open(): unable to determine branch for HEAD [2020-07-16T13:57:44.547Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_PR-280/.git [2020-07-16T13:57:44.547Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_PR-280 [2020-07-16T13:57:44.547Z] # $SEMVER_REMOTE_NAME = origin [2020-07-16T13:57:44.547Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-16T13:57:44.547Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-16T13:57:44.547Z] # $SEMVER_BRANCH = PR-280 [2020-07-16T13:57:44.547Z] # $SEMVER_TEMP = /tmp/semver-770204455 [2020-07-16T13:57:44.547Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-c.git $SEMVER_TEMP [2020-07-16T13:57:45.121Z] # '/tmp/semver-770204455' -> '/w/workspace/edgexfoundry_device-sdk-c_PR-280/.semver' [2020-07-16T13:57:45.121Z] # -> Force: false [2020-07-16T13:57:45.382Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_PR-280/.semver [Pipeline] } [2020-07-16T13:57:45.401Z] $ docker exec --env ******** --env ******** 483a0f47e3b0d096d12ece2512f167851b35e819f895106a9ecc8104a2947adb ssh-agent -k [2020-07-16T13:57:45.507Z] unset SSH_AUTH_SOCK; [2020-07-16T13:57:45.508Z] unset SSH_AGENT_PID; [2020-07-16T13:57:45.508Z] echo Agent pid 51 killed; [2020-07-16T13:57:45.548Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-16T13:57:46.157Z] + git semver [Pipeline] } [2020-07-16T13:57:46.188Z] $ docker stop --time=1 483a0f47e3b0d096d12ece2512f167851b35e819f895106a9ecc8104a2947adb [2020-07-16T13:57:47.652Z] $ docker rm -f 483a0f47e3b0d096d12ece2512f167851b35e819f895106a9ecc8104a2947adb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-16T13:57:48.437Z] Stashed 56 file(s) [Pipeline] echo [2020-07-16T13:57:48.453Z] [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-07-16T13:58:03.904Z] Still waiting to schedule task [2020-07-16T13:58:03.904Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-07-16T13:58:03.945Z] Still waiting to schedule task [2020-07-16T13:58:03.945Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-07-16T14:01:45.766Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-940 in /w/workspace/edgexfoundry_device-sdk-c_PR-280 [Pipeline] { [Pipeline] ws [2020-07-16T14:01:45.871Z] Running in /w/workspace/device-sdk-c/1 [Pipeline] { [Pipeline] checkout [2020-07-16T14:01:50.398Z] using credential edgex-jenkins-ssh [2020-07-16T14:01:50.455Z] Cloning the remote Git repository [2020-07-16T14:01:50.455Z] Cloning with configured refspecs honoured and without tags [2020-07-16T14:01:50.507Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-07-16T14:01:50.607Z] > git init /w/workspace/device-sdk-c/1 # timeout=10 [2020-07-16T14:01:50.688Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-07-16T14:01:50.689Z] > git --version # timeout=10 [2020-07-16T14:01:50.706Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-16T14:01:50.780Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/280/head:refs/remotes/origin/PR-280 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-16T14:01:52.460Z] Fetching without tags [2020-07-16T14:01:52.966Z] Merging remotes/origin/master commit e8fe642ab95fdc810dbdbac8ed2055c65e2d8e19 into PR head commit 4871229dde6b49be8cc006d16c39e84b9f91b8fa [2020-07-16T14:01:53.172Z] Merge succeeded, producing 4871229dde6b49be8cc006d16c39e84b9f91b8fa [2020-07-16T14:01:53.173Z] Checking out Revision 4871229dde6b49be8cc006d16c39e84b9f91b8fa (PR-280) [2020-07-16T14:01:52.389Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-07-16T14:01:52.407Z] > git config --add remote.origin.fetch +refs/pull/280/head:refs/remotes/origin/PR-280 # timeout=10 [2020-07-16T14:01:52.428Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-16T14:01:52.448Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-07-16T14:01:52.471Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-07-16T14:01:52.472Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-16T14:01:52.482Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/280/head:refs/remotes/origin/PR-280 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-16T14:01:52.984Z] > git config core.sparsecheckout # timeout=10 [2020-07-16T14:01:53.002Z] > git checkout -f 4871229dde6b49be8cc006d16c39e84b9f91b8fa # timeout=10 [2020-07-16T14:01:53.102Z] > git remote # timeout=10 [2020-07-16T14:01:53.115Z] > git config --get remote.origin.url # timeout=10 [2020-07-16T14:01:53.127Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-16T14:01:53.139Z] > git merge e8fe642ab95fdc810dbdbac8ed2055c65e2d8e19 # timeout=10 [2020-07-16T14:01:53.161Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-16T14:01:53.181Z] > git config core.sparsecheckout # timeout=10 [2020-07-16T14:01:53.193Z] > git checkout -f 4871229dde6b49be8cc006d16c39e84b9f91b8fa # timeout=10 [2020-07-16T14:01:57.524Z] Commit message: "feat: Implement mask operation for PUTs. Add example illustrating mask/shift usage." [2020-07-16T14:01:57.580Z] > git --version # timeout=10 [2020-07-16T14:01:57.610Z] fatal: bad object be3c330340c18bb7ab85087afff7d7ed2ee420c0 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-16T14:01:59.175Z] ========================================================= [2020-07-16T14:01:59.175Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] [2020-07-16T14:01:59.175Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-16T14:02:00.318Z] + docker build -t ci-base-image-arm64 -f scripts/Dockerfile.alpine-3.11-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest . [2020-07-16T14:02:01.313Z] Sending build context to Docker daemon 3.487MB [2020-07-16T14:02:01.313Z] Step 1/21 : ARG BASE=alpine:3.11 [2020-07-16T14:02:01.313Z] Step 2/21 : FROM ${BASE} as builder [2020-07-16T14:02:01.590Z] latest: Pulling from edgex-devops/edgex-gcc-base-arm64 [2020-07-16T14:02:01.590Z] 0362ad1dd800: Pulling fs layer [2020-07-16T14:02:01.590Z] f2cdb1532d8b: Pulling fs layer [2020-07-16T14:02:01.590Z] 37ed683be191: Pulling fs layer [2020-07-16T14:02:01.590Z] f2cdb1532d8b: Download complete [2020-07-16T14:02:01.590Z] 0362ad1dd800: Verifying Checksum [2020-07-16T14:02:01.590Z] 0362ad1dd800: Download complete [2020-07-16T14:02:02.189Z] 0362ad1dd800: Pull complete [2020-07-16T14:02:02.794Z] f2cdb1532d8b: Pull complete [2020-07-16T14:02:03.787Z] 37ed683be191: Verifying Checksum [2020-07-16T14:02:03.787Z] 37ed683be191: Download complete [2020-07-16T14:02:12.050Z] 37ed683be191: Pull complete [2020-07-16T14:02:12.050Z] Digest: sha256:f3a502aba7c4a8aa4a4fcde21dbb9db33787f3779e80dd14fb3ea60ab67de23f [2020-07-16T14:02:12.050Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest [2020-07-16T14:02:12.050Z] ---> b23d30803547 [2020-07-16T14:02:12.050Z] Step 3/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev [2020-07-16T14:02:14.017Z] ---> Running in 383e12d89b06 [2020-07-16T14:02:15.451Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-07-16T14:02:15.581Z] Running on prd-centos7-docker-4c-2g-941 in /w/workspace/edgexfoundry_device-sdk-c_PR-280 [Pipeline] { [Pipeline] ws [2020-07-16T14:02:15.656Z] Running in /w/workspace/device-sdk-c/1 [Pipeline] { [Pipeline] checkout [2020-07-16T14:02:16.434Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-07-16T14:02:17.030Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-07-16T14:02:17.301Z] (2/8) Installing libuuid (2.33-r0) [2020-07-16T14:02:17.302Z] (3/8) Installing libblkid (2.33-r0) [2020-07-16T14:02:17.571Z] (4/8) Installing libfdisk (2.33-r0) [2020-07-16T14:02:17.571Z] (5/8) Installing libmount (2.33-r0) [2020-07-16T14:02:17.842Z] (6/8) Installing libsmartcols (2.33-r0) [2020-07-16T14:02:17.842Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-07-16T14:02:18.397Z] using credential edgex-jenkins-ssh [2020-07-16T14:02:18.439Z] (8/8) Installing wget (1.20.3-r0) [2020-07-16T14:02:18.440Z] Cloning the remote Git repository [2020-07-16T14:02:18.441Z] Cloning with configured refspecs honoured and without tags [2020-07-16T14:02:18.712Z] Executing busybox-1.29.3-r10.trigger [2020-07-16T14:02:18.712Z] OK: 285 MiB in 83 packages [2020-07-16T14:02:18.465Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-07-16T14:02:18.532Z] > git init /w/workspace/device-sdk-c/1 # timeout=10 [2020-07-16T14:02:18.573Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-07-16T14:02:18.574Z] > git --version # timeout=10 [2020-07-16T14:02:18.584Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-16T14:02:18.612Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/280/head:refs/remotes/origin/PR-280 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-16T14:02:20.129Z] Fetching without tags [2020-07-16T14:02:20.152Z] Removing intermediate container 383e12d89b06 [2020-07-16T14:02:20.153Z] ---> 9a403b8dfd1f [2020-07-16T14:02:20.153Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-07-16T14:02:20.153Z] ---> Running in 6289bfbb0d1a [2020-07-16T14:02:20.426Z] Removing intermediate container 6289bfbb0d1a [2020-07-16T14:02:20.426Z] ---> dc65dd626743 [2020-07-16T14:02:20.426Z] Step 5/21 : RUN mkdir /tmp/cbor && cd /tmp/cbor && wget -O - https://github.com/PJK/libcbor/archive/v${CBOR_VERSION}.tar.gz | tar -z -x -f - && sed -e 's/-flto//' -i libcbor-${CBOR_VERSION}/CMakeLists.txt && cmake -DCMAKE_BUILD_TYPE=Release -DCBOR_CUSTOM_ALLOC=ON libcbor-${CBOR_VERSION} && make && make install [2020-07-16T14:02:20.553Z] Merging remotes/origin/master commit e8fe642ab95fdc810dbdbac8ed2055c65e2d8e19 into PR head commit 4871229dde6b49be8cc006d16c39e84b9f91b8fa [2020-07-16T14:02:20.095Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-07-16T14:02:20.101Z] > git config --add remote.origin.fetch +refs/pull/280/head:refs/remotes/origin/PR-280 # timeout=10 [2020-07-16T14:02:20.106Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-16T14:02:20.118Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-07-16T14:02:20.129Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-07-16T14:02:20.130Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-16T14:02:20.134Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/280/head:refs/remotes/origin/PR-280 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-16T14:02:20.557Z] > git config core.sparsecheckout # timeout=10 [2020-07-16T14:02:20.643Z] Merge succeeded, producing 4871229dde6b49be8cc006d16c39e84b9f91b8fa [2020-07-16T14:02:20.644Z] Checking out Revision 4871229dde6b49be8cc006d16c39e84b9f91b8fa (PR-280) [2020-07-16T14:02:20.706Z] ---> Running in d50f93799f89 [2020-07-16T14:02:20.563Z] > git checkout -f 4871229dde6b49be8cc006d16c39e84b9f91b8fa # timeout=10 [2020-07-16T14:02:20.608Z] > git remote # timeout=10 [2020-07-16T14:02:20.613Z] > git config --get remote.origin.url # timeout=10 [2020-07-16T14:02:20.621Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-16T14:02:20.625Z] > git merge e8fe642ab95fdc810dbdbac8ed2055c65e2d8e19 # timeout=10 [2020-07-16T14:02:20.634Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-16T14:02:20.647Z] > git config core.sparsecheckout # timeout=10 [2020-07-16T14:02:20.653Z] > git checkout -f 4871229dde6b49be8cc006d16c39e84b9f91b8fa # timeout=10 [2020-07-16T14:02:22.140Z] --2020-07-16 14:02:21-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-07-16T14:02:22.140Z] Resolving github.com... 140.82.113.3 [2020-07-16T14:02:22.140Z] Connecting to github.com|140.82.113.3|:443... connected. [2020-07-16T14:02:22.140Z] HTTP request sent, awaiting response... 302 Found [2020-07-16T14:02:22.140Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-07-16T14:02:22.140Z] --2020-07-16 14:02:22-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-07-16T14:02:22.413Z] Resolving codeload.github.com... 140.82.112.10 [2020-07-16T14:02:22.413Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2020-07-16T14:02:22.413Z] HTTP request sent, awaiting response... 200 OK [2020-07-16T14:02:22.413Z] Length: unspecified [application/x-gzip] [2020-07-16T14:02:22.413Z] Saving to: 'STDOUT' [2020-07-16T14:02:22.413Z]  [2020-07-16T14:02:22.413Z] 0K .......... .......... .......... .......... .......... 1.31M [2020-07-16T14:02:22.413Z] 50K .......... .......... .......... .......... .......... 2.55M [2020-07-16T14:02:22.413Z] 100K .......... .......... .......... .......... .......... 14.1M [2020-07-16T14:02:22.688Z] 150K .......... .......... .......... .......... .......... 3.26M [2020-07-16T14:02:22.688Z] 200K .......... .......... .......... .......... .......... 6.53M [2020-07-16T14:02:22.688Z] 250K .......... .......... .......... .......... .......... 3.88M [2020-07-16T14:02:22.688Z] 300K .......... .......... .......... .......... .......... 4.80M [2020-07-16T14:02:22.688Z] 350K .......... .......... .......... .......... .......... 4.79M [2020-07-16T14:02:22.688Z] 400K .......... .......... .......... .......... .......... 3.13M [2020-07-16T14:02:22.688Z] 450K .......... .......... .......... .......... .......... 4.56M [2020-07-16T14:02:22.688Z] 500K .......... .......... .......... .......... .......... 9.10M [2020-07-16T14:02:22.688Z] 550K .......... .......... .......... .......... .......... 2.63M [2020-07-16T14:02:22.689Z] 600K .......... .......... .......... .......... .......... 883K [2020-07-16T14:02:22.689Z] 650K .......... .......... .......... .......... .......... 1.95M [2020-07-16T14:02:22.689Z] 700K ..  7.36M=0.2s [2020-07-16T14:02:22.689Z] [2020-07-16T14:02:22.689Z] 2020-07-16 14:02:22 (2.77 MB/s) - written to stdout [719348] [2020-07-16T14:02:22.689Z] [2020-07-16T14:02:22.963Z] -- The C compiler identification is GNU 8.3.0 [2020-07-16T14:02:23.236Z] -- The CXX compiler identification is GNU 8.3.0 [2020-07-16T14:02:23.236Z] -- Check for working C compiler: /usr/bin/cc [2020-07-16T14:02:23.507Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-07-16T14:02:23.507Z] -- Detecting C compiler ABI info [2020-07-16T14:02:23.779Z] -- Detecting C compiler ABI info - done [2020-07-16T14:02:23.779Z] -- Detecting C compile features [2020-07-16T14:02:24.298Z] Commit message: "feat: Implement mask operation for PUTs. Add example illustrating mask/shift usage." [2020-07-16T14:02:24.319Z] > git --version # timeout=10 [2020-07-16T14:02:24.331Z] fatal: bad object be3c330340c18bb7ab85087afff7d7ed2ee420c0 [Pipeline] withEnv [Pipeline] { [2020-07-16T14:02:24.754Z] -- Detecting C compile features - done [2020-07-16T14:02:24.754Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-07-16T14:02:24.754Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-07-16T14:02:24.754Z] -- Detecting CXX compiler ABI info [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2020-07-16T14:02:25.026Z] -- Detecting CXX compiler ABI info - done [2020-07-16T14:02:25.026Z] -- Detecting CXX compile features [Pipeline] unstash [Pipeline] echo [2020-07-16T14:02:25.370Z] ========================================================= [2020-07-16T14:02:25.370Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2020-07-16T14:02:25.370Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-16T14:02:26.154Z] + docker build -t ci-base-image-x86_64 -f scripts/Dockerfile.alpine-3.11-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest . [2020-07-16T14:02:26.418Z] Sending build context to Docker daemon 3.487MB [2020-07-16T14:02:26.418Z] Step 1/21 : ARG BASE=alpine:3.11 [2020-07-16T14:02:26.418Z] Step 2/21 : FROM ${BASE} as builder [2020-07-16T14:02:26.473Z] -- Detecting CXX compile features - done [2020-07-16T14:02:26.681Z] latest: Pulling from edgex-devops/edgex-gcc-base [2020-07-16T14:02:26.681Z] e7c96db7181b: Pulling fs layer [2020-07-16T14:02:26.681Z] 4c13bbce0fe7: Pulling fs layer [2020-07-16T14:02:26.681Z] 6059c847ac2f: Pulling fs layer [2020-07-16T14:02:26.681Z] 4c13bbce0fe7: Verifying Checksum [2020-07-16T14:02:26.681Z] 4c13bbce0fe7: Download complete [2020-07-16T14:02:26.681Z] e7c96db7181b: Verifying Checksum [2020-07-16T14:02:26.681Z] e7c96db7181b: Download complete [2020-07-16T14:02:26.747Z] -- Looking for include file endian.h [2020-07-16T14:02:26.747Z] -- Looking for include file endian.h - found [2020-07-16T14:02:26.747Z] -- Check if the system is big endian [2020-07-16T14:02:26.747Z] -- Searching 16 bit integer [2020-07-16T14:02:26.747Z] -- Looking for sys/types.h [2020-07-16T14:02:26.945Z] e7c96db7181b: Pull complete [2020-07-16T14:02:27.026Z] -- Looking for sys/types.h - found [2020-07-16T14:02:27.026Z] -- Looking for stdint.h [2020-07-16T14:02:27.218Z] 4c13bbce0fe7: Pull complete [2020-07-16T14:02:27.299Z] -- Looking for stdint.h - found [2020-07-16T14:02:27.299Z] -- Looking for stddef.h [2020-07-16T14:02:27.571Z] -- Looking for stddef.h - found [2020-07-16T14:02:27.571Z] -- Check size of unsigned short [2020-07-16T14:02:27.791Z] 6059c847ac2f: Verifying Checksum [2020-07-16T14:02:27.791Z] 6059c847ac2f: Download complete [2020-07-16T14:02:27.843Z] -- Check size of unsigned short - done [2020-07-16T14:02:27.843Z] -- Using unsigned short [2020-07-16T14:02:28.115Z] -- Check if the system is big endian - little endian [2020-07-16T14:02:28.115Z] -- Check size of size_t [2020-07-16T14:02:28.394Z] -- Check size of size_t - done [2020-07-16T14:02:28.394Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-07-16T14:02:28.394Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-07-16T14:02:28.394Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-07-16T14:02:28.394Z] CMake did not find one. [2020-07-16T14:02:28.394Z] [2020-07-16T14:02:28.394Z] Could not find a package configuration file provided by "cJSON" with any of [2020-07-16T14:02:28.394Z] the following names: [2020-07-16T14:02:28.394Z] [2020-07-16T14:02:28.394Z] cJSONConfig.cmake [2020-07-16T14:02:28.394Z] cjson-config.cmake [2020-07-16T14:02:28.394Z] [2020-07-16T14:02:28.394Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-07-16T14:02:28.394Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-07-16T14:02:28.394Z] provides a separate development package or SDK, be sure it has been [2020-07-16T14:02:28.394Z] installed. [2020-07-16T14:02:28.394Z] [2020-07-16T14:02:28.394Z] [2020-07-16T14:02:28.394Z] -- Configuring done [2020-07-16T14:02:28.667Z] -- Generating done [2020-07-16T14:02:28.667Z] -- Build files have been written to: /tmp/cbor [2020-07-16T14:02:28.667Z] Scanning dependencies of target cbor_shared [2020-07-16T14:02:28.940Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-07-16T14:02:29.532Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-07-16T14:02:30.124Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-07-16T14:02:30.395Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-07-16T14:02:30.988Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-07-16T14:02:31.259Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-07-16T14:02:31.530Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-07-16T14:02:31.530Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-07-16T14:02:31.802Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-07-16T14:02:32.037Z] 6059c847ac2f: Pull complete [2020-07-16T14:02:32.037Z] Digest: sha256:6b5104d086ae1e5e8a284a473be9a93378e3934f9b07db5717372c857cbcbe5e [2020-07-16T14:02:32.037Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [2020-07-16T14:02:32.037Z] ---> 5eabd8fd8ba2 [2020-07-16T14:02:32.037Z] Step 3/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev [2020-07-16T14:02:32.073Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-07-16T14:02:32.666Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-07-16T14:02:32.937Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-07-16T14:02:33.208Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-07-16T14:02:33.437Z] ---> Running in 6b3538146d05 [2020-07-16T14:02:33.801Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-07-16T14:02:33.801Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-07-16T14:02:34.017Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-07-16T14:02:34.072Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-07-16T14:02:34.344Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-07-16T14:02:34.617Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-07-16T14:02:34.890Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-07-16T14:02:34.960Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-07-16T14:02:35.171Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-07-16T14:02:35.221Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-07-16T14:02:35.221Z] (2/8) Installing libuuid (2.33-r0) [2020-07-16T14:02:35.442Z] [ 40%] Linking C shared library libcbor.so [2020-07-16T14:02:35.442Z] [ 40%] Built target cbor_shared [2020-07-16T14:02:35.442Z] Scanning dependencies of target cbor [2020-07-16T14:02:35.442Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-07-16T14:02:35.490Z] (3/8) Installing libblkid (2.33-r0) [2020-07-16T14:02:35.490Z] (4/8) Installing libfdisk (2.33-r0) [2020-07-16T14:02:35.752Z] (5/8) Installing libmount (2.33-r0) [2020-07-16T14:02:35.752Z] (6/8) Installing libsmartcols (2.33-r0) [2020-07-16T14:02:36.013Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-07-16T14:02:36.275Z] (8/8) Installing wget (1.20.3-r0) [2020-07-16T14:02:36.411Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-07-16T14:02:36.537Z] Executing busybox-1.29.3-r10.trigger [2020-07-16T14:02:36.537Z] OK: 272 MiB in 83 packages [2020-07-16T14:02:37.006Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-07-16T14:02:37.006Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-07-16T14:02:37.117Z] Removing intermediate container 6b3538146d05 [2020-07-16T14:02:37.117Z] ---> d2f0df136061 [2020-07-16T14:02:37.117Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-07-16T14:02:37.117Z] ---> Running in e464eed15a75 [2020-07-16T14:02:37.117Z] Removing intermediate container e464eed15a75 [2020-07-16T14:02:37.117Z] ---> 735404281f97 [2020-07-16T14:02:37.117Z] Step 5/21 : RUN mkdir /tmp/cbor && cd /tmp/cbor && wget -O - https://github.com/PJK/libcbor/archive/v${CBOR_VERSION}.tar.gz | tar -z -x -f - && sed -e 's/-flto//' -i libcbor-${CBOR_VERSION}/CMakeLists.txt && cmake -DCMAKE_BUILD_TYPE=Release -DCBOR_CUSTOM_ALLOC=ON libcbor-${CBOR_VERSION} && make && make install [2020-07-16T14:02:37.380Z] ---> Running in 07dbaffc23c7 [2020-07-16T14:02:37.953Z] --2020-07-16 14:02:37-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-07-16T14:02:37.953Z] Resolving github.com... 140.82.113.3 [2020-07-16T14:02:37.953Z] Connecting to github.com|140.82.113.3|:443... connected. [2020-07-16T14:02:37.976Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-07-16T14:02:38.215Z] HTTP request sent, awaiting response... 302 Found [2020-07-16T14:02:38.216Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-07-16T14:02:38.216Z] --2020-07-16 14:02:37-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-07-16T14:02:38.216Z] Resolving codeload.github.com... 140.82.112.10 [2020-07-16T14:02:38.216Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2020-07-16T14:02:38.216Z] HTTP request sent, awaiting response... 200 OK [2020-07-16T14:02:38.216Z] Length: unspecified [application/x-gzip] [2020-07-16T14:02:38.216Z] Saving to: 'STDOUT' [2020-07-16T14:02:38.216Z]  [2020-07-16T14:02:38.216Z] 0K .......... .......... .......... .......... .......... 1.64M [2020-07-16T14:02:38.216Z] 50K .......... .......... .......... .......... .......... 5.32M [2020-07-16T14:02:38.216Z] 100K .......... .......... .......... .......... .......... 7.24M [2020-07-16T14:02:38.216Z] 150K .......... .......... .......... .......... .......... 6.05M [2020-07-16T14:02:38.216Z] 200K .......... .......... .......... .......... .......... 7.80M [2020-07-16T14:02:38.216Z] 250K .......... .......... .......... .......... .......... 18.5M [2020-07-16T14:02:38.216Z] 300K .......... .......... .......... .......... .......... 5.54M [2020-07-16T14:02:38.216Z] 350K .......... .......... .......... .......... .......... 12.3M [2020-07-16T14:02:38.216Z] 400K .......... .......... .......... .......... .......... 5.98M [2020-07-16T14:02:38.216Z] 450K .......... .......... .......... .......... .......... 6.89M [2020-07-16T14:02:38.216Z] 500K .......... .......... .......... .......... .......... 16.4M [2020-07-16T14:02:38.216Z] 550K .......... .......... .......... .......... .......... 5.51M [2020-07-16T14:02:38.216Z] 600K .......... .......... .......... .......... .......... 2.17M [2020-07-16T14:02:38.248Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-07-16T14:02:38.478Z] 650K .......... .......... .......... .......... .......... 4.90M [2020-07-16T14:02:38.478Z] 700K .. 720K=0.1s [2020-07-16T14:02:38.478Z] [2020-07-16T14:02:38.478Z] 2020-07-16 14:02:38 (4.95 MB/s) - written to stdout [719348] [2020-07-16T14:02:38.478Z] [2020-07-16T14:02:38.478Z] -- The C compiler identification is GNU 8.3.0 [2020-07-16T14:02:38.478Z] -- The CXX compiler identification is GNU 8.3.0 [2020-07-16T14:02:38.478Z] -- Check for working C compiler: /usr/bin/cc [2020-07-16T14:02:38.520Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-07-16T14:02:38.740Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-07-16T14:02:38.740Z] -- Detecting C compiler ABI info [2020-07-16T14:02:38.740Z] -- Detecting C compiler ABI info - done [2020-07-16T14:02:38.740Z] -- Detecting C compile features [2020-07-16T14:02:38.791Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-07-16T14:02:39.001Z] -- Detecting C compile features - done [2020-07-16T14:02:39.001Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-07-16T14:02:39.001Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-07-16T14:02:39.001Z] -- Detecting CXX compiler ABI info [2020-07-16T14:02:39.001Z] -- Detecting CXX compiler ABI info - done [2020-07-16T14:02:39.001Z] -- Detecting CXX compile features [2020-07-16T14:02:39.062Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-07-16T14:02:39.333Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-07-16T14:02:39.573Z] -- Detecting CXX compile features - done [2020-07-16T14:02:39.573Z] -- Looking for include file endian.h [2020-07-16T14:02:39.573Z] -- Looking for include file endian.h - found [2020-07-16T14:02:39.573Z] -- Check if the system is big endian [2020-07-16T14:02:39.573Z] -- Searching 16 bit integer [2020-07-16T14:02:39.573Z] -- Looking for sys/types.h [2020-07-16T14:02:39.834Z] -- Looking for sys/types.h - found [2020-07-16T14:02:39.834Z] -- Looking for stdint.h [2020-07-16T14:02:39.834Z] -- Looking for stdint.h - found [2020-07-16T14:02:39.834Z] -- Looking for stddef.h [2020-07-16T14:02:39.834Z] -- Looking for stddef.h - found [2020-07-16T14:02:39.834Z] -- Check size of unsigned short [2020-07-16T14:02:39.923Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-07-16T14:02:40.096Z] -- Check size of unsigned short - done [2020-07-16T14:02:40.096Z] -- Using unsigned short [2020-07-16T14:02:40.096Z] -- Check if the system is big endian - little endian [2020-07-16T14:02:40.096Z] -- Check size of size_t [2020-07-16T14:02:40.096Z] -- Check size of size_t - done [2020-07-16T14:02:40.096Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-07-16T14:02:40.096Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-07-16T14:02:40.096Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-07-16T14:02:40.096Z] CMake did not find one. [2020-07-16T14:02:40.096Z] [2020-07-16T14:02:40.096Z] Could not find a package configuration file provided by "cJSON" with any of [2020-07-16T14:02:40.096Z] the following names: [2020-07-16T14:02:40.096Z] [2020-07-16T14:02:40.096Z] cJSONConfig.cmake [2020-07-16T14:02:40.096Z] cjson-config.cmake [2020-07-16T14:02:40.096Z] [2020-07-16T14:02:40.096Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-07-16T14:02:40.096Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-07-16T14:02:40.096Z] provides a separate development package or SDK, be sure it has been [2020-07-16T14:02:40.096Z] installed. [2020-07-16T14:02:40.096Z] [2020-07-16T14:02:40.096Z] [2020-07-16T14:02:40.096Z] -- Configuring done [2020-07-16T14:02:40.194Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-07-16T14:02:40.359Z] -- Generating done [2020-07-16T14:02:40.359Z] -- Build files have been written to: /tmp/cbor [2020-07-16T14:02:40.359Z] Scanning dependencies of target cbor_shared [2020-07-16T14:02:40.359Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-07-16T14:02:40.625Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-07-16T14:02:40.625Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-07-16T14:02:40.625Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-07-16T14:02:40.788Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-07-16T14:02:40.887Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-07-16T14:02:40.887Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-07-16T14:02:40.887Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-07-16T14:02:41.060Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-07-16T14:02:41.153Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-07-16T14:02:41.153Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-07-16T14:02:41.153Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-07-16T14:02:41.332Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-07-16T14:02:41.413Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-07-16T14:02:41.414Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-07-16T14:02:41.414Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-07-16T14:02:41.606Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-07-16T14:02:41.679Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-07-16T14:02:41.680Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-07-16T14:02:41.680Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-07-16T14:02:41.883Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-07-16T14:02:41.942Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-07-16T14:02:41.942Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-07-16T14:02:41.942Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-07-16T14:02:41.942Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-07-16T14:02:42.156Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-07-16T14:02:42.156Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-07-16T14:02:42.205Z] [ 40%] Linking C shared library libcbor.so [2020-07-16T14:02:42.205Z] [ 40%] Built target cbor_shared [2020-07-16T14:02:42.205Z] Scanning dependencies of target cbor [2020-07-16T14:02:42.205Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-07-16T14:02:42.469Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-07-16T14:02:42.469Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-07-16T14:02:42.469Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-07-16T14:02:42.735Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-07-16T14:02:42.756Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-07-16T14:02:42.756Z] [ 80%] Linking C static library libcbor.a [2020-07-16T14:02:42.756Z] [ 80%] Built target cbor [2020-07-16T14:02:42.756Z] Scanning dependencies of target create_items [2020-07-16T14:02:42.996Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-07-16T14:02:42.996Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-07-16T14:02:42.996Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-07-16T14:02:42.996Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-07-16T14:02:43.028Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-07-16T14:02:43.028Z] [ 84%] Linking C executable create_items [2020-07-16T14:02:43.261Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-07-16T14:02:43.261Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-07-16T14:02:43.301Z] [ 84%] Built target create_items [2020-07-16T14:02:43.301Z] Scanning dependencies of target readfile [2020-07-16T14:02:43.301Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-07-16T14:02:43.301Z] [ 88%] Linking C executable readfile [2020-07-16T14:02:43.522Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-07-16T14:02:43.522Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-07-16T14:02:43.522Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-07-16T14:02:43.572Z] [ 88%] Built target readfile [2020-07-16T14:02:43.572Z] Scanning dependencies of target streaming_parser [2020-07-16T14:02:43.572Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-07-16T14:02:43.784Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-07-16T14:02:43.784Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-07-16T14:02:43.784Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-07-16T14:02:43.844Z] [ 92%] Linking C executable streaming_parser [2020-07-16T14:02:43.844Z] [ 92%] Built target streaming_parser [2020-07-16T14:02:43.844Z] Scanning dependencies of target sort [2020-07-16T14:02:43.844Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-07-16T14:02:44.045Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-07-16T14:02:44.045Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-07-16T14:02:44.045Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-07-16T14:02:44.045Z] [ 80%] Linking C static library libcbor.a [2020-07-16T14:02:44.045Z] [ 80%] Built target cbor [2020-07-16T14:02:44.115Z] [ 96%] Linking C executable sort [2020-07-16T14:02:44.115Z] [ 96%] Built target sort [2020-07-16T14:02:44.115Z] Scanning dependencies of target hello [2020-07-16T14:02:44.115Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-07-16T14:02:44.306Z] Scanning dependencies of target create_items [2020-07-16T14:02:44.306Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-07-16T14:02:44.306Z] [ 84%] Linking C executable create_items [2020-07-16T14:02:44.306Z] [ 84%] Built target create_items [2020-07-16T14:02:44.306Z] Scanning dependencies of target readfile [2020-07-16T14:02:44.306Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-07-16T14:02:44.306Z] [ 88%] Linking C executable readfile [2020-07-16T14:02:44.306Z] [ 88%] Built target readfile [2020-07-16T14:02:44.306Z] Scanning dependencies of target streaming_parser [2020-07-16T14:02:44.306Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-07-16T14:02:44.440Z] [100%] Linking C executable hello [2020-07-16T14:02:44.440Z] [100%] Built target hello [2020-07-16T14:02:44.440Z] Install the project... [2020-07-16T14:02:44.440Z] -- Install configuration: "Release" [2020-07-16T14:02:44.440Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-07-16T14:02:44.440Z] -- Installing: /usr/local/lib64/libcbor.a [2020-07-16T14:02:44.440Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-07-16T14:02:44.440Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-07-16T14:02:44.440Z] -- Installing: /usr/local/lib64/libcbor.so [2020-07-16T14:02:44.440Z] -- Up-to-date: /usr/local/include/cbor [2020-07-16T14:02:44.440Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-07-16T14:02:44.440Z] -- Installing: /usr/local/include/cbor/ints.h [2020-07-16T14:02:44.440Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-07-16T14:02:44.440Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-07-16T14:02:44.440Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-07-16T14:02:44.440Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-07-16T14:02:44.440Z] -- Installing: /usr/local/include/cbor/data.h [2020-07-16T14:02:44.440Z] -- Installing: /usr/local/include/cbor/common.h [2020-07-16T14:02:44.440Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-07-16T14:02:44.440Z] -- Installing: /usr/local/include/cbor/strings.h [2020-07-16T14:02:44.440Z] -- Installing: /usr/local/include/cbor/tags.h [2020-07-16T14:02:44.440Z] -- Installing: /usr/local/include/cbor/internal [2020-07-16T14:02:44.440Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-07-16T14:02:44.440Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-07-16T14:02:44.440Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-07-16T14:02:44.440Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-07-16T14:02:44.440Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-07-16T14:02:44.440Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-07-16T14:02:44.440Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-07-16T14:02:44.440Z] -- Installing: /usr/local/include/cbor/maps.h [2020-07-16T14:02:44.440Z] -- Installing: /usr/local/include/cbor.h [2020-07-16T14:02:44.440Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-07-16T14:02:44.570Z] [ 92%] Linking C executable streaming_parser [2020-07-16T14:02:44.570Z] [ 92%] Built target streaming_parser [2020-07-16T14:02:44.570Z] Scanning dependencies of target sort [2020-07-16T14:02:44.570Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-07-16T14:02:44.570Z] [ 96%] Linking C executable sort [2020-07-16T14:02:44.570Z] [ 96%] Built target sort [2020-07-16T14:02:44.570Z] Scanning dependencies of target hello [2020-07-16T14:02:44.570Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-07-16T14:02:44.570Z] [100%] Linking C executable hello [2020-07-16T14:02:44.832Z] [100%] Built target hello [2020-07-16T14:02:44.832Z] Install the project... [2020-07-16T14:02:44.832Z] -- Install configuration: "Release" [2020-07-16T14:02:44.832Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-07-16T14:02:44.832Z] -- Installing: /usr/local/lib64/libcbor.a [2020-07-16T14:02:44.832Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-07-16T14:02:44.832Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-07-16T14:02:44.832Z] -- Installing: /usr/local/lib64/libcbor.so [2020-07-16T14:02:44.832Z] -- Up-to-date: /usr/local/include/cbor [2020-07-16T14:02:44.832Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-07-16T14:02:44.832Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-07-16T14:02:44.832Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-07-16T14:02:44.832Z] -- Installing: /usr/local/include/cbor/common.h [2020-07-16T14:02:44.832Z] -- Installing: /usr/local/include/cbor/data.h [2020-07-16T14:02:44.832Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-07-16T14:02:44.832Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-07-16T14:02:44.832Z] -- Installing: /usr/local/include/cbor/internal [2020-07-16T14:02:44.832Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-07-16T14:02:44.832Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-07-16T14:02:44.832Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-07-16T14:02:44.832Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-07-16T14:02:44.832Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-07-16T14:02:44.832Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-07-16T14:02:44.832Z] -- Installing: /usr/local/include/cbor/ints.h [2020-07-16T14:02:44.832Z] -- Installing: /usr/local/include/cbor/maps.h [2020-07-16T14:02:44.832Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-07-16T14:02:44.832Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-07-16T14:02:44.832Z] -- Installing: /usr/local/include/cbor/strings.h [2020-07-16T14:02:44.832Z] -- Installing: /usr/local/include/cbor/tags.h [2020-07-16T14:02:44.832Z] -- Installing: /usr/local/include/cbor.h [2020-07-16T14:02:44.832Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-07-16T14:02:47.066Z] Removing intermediate container d50f93799f89 [2020-07-16T14:02:47.066Z] ---> 4a30bc4a2785 [2020-07-16T14:02:47.066Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-07-16T14:02:47.066Z] ---> Running in de5bd792d855 [2020-07-16T14:02:47.388Z] Removing intermediate container 07dbaffc23c7 [2020-07-16T14:02:47.388Z] ---> c7346d3113a7 [2020-07-16T14:02:47.389Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-07-16T14:02:47.389Z] ---> Running in 0b7a1d442bf9 [2020-07-16T14:02:47.967Z] Removing intermediate container 0b7a1d442bf9 [2020-07-16T14:02:47.967Z] ---> b386d8547d4f [2020-07-16T14:02:47.967Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-07-16T14:02:48.229Z] ---> d844ee1fdf55 [2020-07-16T14:02:48.229Z] Step 8/21 : COPY src /tmp/sdk/src [2020-07-16T14:02:49.044Z] Removing intermediate container de5bd792d855 [2020-07-16T14:02:49.044Z] ---> 3333ae959f67 [2020-07-16T14:02:49.044Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-07-16T14:02:49.171Z] ---> 0ec9320bbdfd [2020-07-16T14:02:49.171Z] Step 9/21 : COPY include /tmp/sdk/include [2020-07-16T14:02:49.171Z] ---> 3a6ec6a86faf [2020-07-16T14:02:49.171Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-07-16T14:02:49.431Z] ---> 2abfac96133d [2020-07-16T14:02:49.431Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-07-16T14:02:49.691Z] ---> 910f3f8369bb [2020-07-16T14:02:49.691Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-07-16T14:02:49.953Z] ---> a55945e417ab [2020-07-16T14:02:49.953Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-07-16T14:02:49.953Z] ---> Running in 7dfcb5b93ae3 [2020-07-16T14:02:50.021Z] ---> bc41592645d0 [2020-07-16T14:02:50.021Z] Step 8/21 : COPY src /tmp/sdk/src [2020-07-16T14:02:50.214Z] + CPPCHECK=false [2020-07-16T14:02:50.214Z] + DOCGEN=false [2020-07-16T14:02:50.214Z] + TOMLVER=SDK-0.2 [2020-07-16T14:02:50.214Z] + CUTILVER=1.1-branch [2020-07-16T14:02:50.214Z] + '[' 0 -gt 0 ] [2020-07-16T14:02:50.214Z] + readlink -f ./scripts/build.sh [2020-07-16T14:02:50.214Z] + dirname /tmp/sdk/scripts/build.sh [2020-07-16T14:02:50.214Z] + dirname /tmp/sdk/scripts [2020-07-16T14:02:50.214Z] + ROOT=/tmp/sdk [2020-07-16T14:02:50.214Z] + cd /tmp/sdk [2020-07-16T14:02:50.214Z] + '[' '!' -d deps ] [2020-07-16T14:02:50.214Z] + mkdir deps [2020-07-16T14:02:50.214Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-07-16T14:02:50.214Z] + tar -C deps -z -x -f - [2020-07-16T14:02:50.214Z] --2020-07-16 14:02:50-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-07-16T14:02:50.215Z] Resolving github.com... 140.82.113.3 [2020-07-16T14:02:50.215Z] Connecting to github.com|140.82.113.3|:443... connected. [2020-07-16T14:02:50.475Z] HTTP request sent, awaiting response... 302 Found [2020-07-16T14:02:50.475Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-07-16T14:02:50.475Z] --2020-07-16 14:02:50-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-07-16T14:02:50.475Z] Resolving codeload.github.com... 140.82.112.10 [2020-07-16T14:02:50.475Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2020-07-16T14:02:50.617Z] ---> 67a78b0ef2a9 [2020-07-16T14:02:50.617Z] Step 9/21 : COPY include /tmp/sdk/include [2020-07-16T14:02:50.738Z] HTTP request sent, awaiting response... 200 OK [2020-07-16T14:02:50.739Z] Length: unspecified [application/x-gzip] [2020-07-16T14:02:50.739Z] Saving to: 'STDOUT' [2020-07-16T14:02:50.739Z]  [2020-07-16T14:02:50.739Z] 0K .......... ......  1.04M=0.02s [2020-07-16T14:02:50.739Z] [2020-07-16T14:02:50.739Z] 2020-07-16 14:02:50 (1.04 MB/s) - written to stdout [16451] [2020-07-16T14:02:50.739Z] [2020-07-16T14:02:50.739Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-07-16T14:02:50.739Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz [2020-07-16T14:02:50.739Z] + tar -C deps -z -x -f - [2020-07-16T14:02:50.739Z] --2020-07-16 14:02:50-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz [2020-07-16T14:02:50.739Z] Resolving github.com... 140.82.113.3 [2020-07-16T14:02:50.739Z] Connecting to github.com|140.82.113.3|:443... connected. [2020-07-16T14:02:51.002Z] HTTP request sent, awaiting response... 302 Found [2020-07-16T14:02:51.002Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch [following] [2020-07-16T14:02:51.002Z] --2020-07-16 14:02:50-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch [2020-07-16T14:02:51.002Z] Resolving codeload.github.com... 140.82.112.10 [2020-07-16T14:02:51.002Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2020-07-16T14:02:51.002Z] HTTP request sent, awaiting response... 200 OK [2020-07-16T14:02:51.002Z] Length: unspecified [application/x-gzip] [2020-07-16T14:02:51.002Z] Saving to: 'STDOUT' [2020-07-16T14:02:51.002Z] [2020-07-16T14:02:51.002Z] 0K .......... .......... .......... .......... .......... 1.61M [2020-07-16T14:02:51.002Z] 50K .......... .......... .......... .......... .......... 3.30M [2020-07-16T14:02:51.002Z] 100K .......... .......... .......... .......... .......... 37.4M [2020-07-16T14:02:51.002Z] 150K .......... .... 13.0M=0.05s [2020-07-16T14:02:51.002Z] [2020-07-16T14:02:51.002Z] 2020-07-16 14:02:50 (3.38 MB/s) - written to stdout [168678] [2020-07-16T14:02:51.002Z] [2020-07-16T14:02:51.212Z] ---> a24787c02b76 [2020-07-16T14:02:51.212Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-07-16T14:02:51.263Z] + mkdir -p src/c/iot [2020-07-16T14:02:51.263Z] + cp deps/iotech-c-utils-1.1-branch/src/c/base64.c deps/iotech-c-utils-1.1-branch/src/c/component.c deps/iotech-c-utils-1.1-branch/src/c/config.c deps/iotech-c-utils-1.1-branch/src/c/container.c deps/iotech-c-utils-1.1-branch/src/c/data.c deps/iotech-c-utils-1.1-branch/src/c/hash.c deps/iotech-c-utils-1.1-branch/src/c/iot.c deps/iotech-c-utils-1.1-branch/src/c/json.c deps/iotech-c-utils-1.1-branch/src/c/logger.c deps/iotech-c-utils-1.1-branch/src/c/os.c deps/iotech-c-utils-1.1-branch/src/c/scheduler.c deps/iotech-c-utils-1.1-branch/src/c/thread.c deps/iotech-c-utils-1.1-branch/src/c/threadpool.c deps/iotech-c-utils-1.1-branch/src/c/time.c src/c/iot [2020-07-16T14:02:51.263Z] + mkdir -p include/iot [2020-07-16T14:02:51.263Z] + cp deps/iotech-c-utils-1.1-branch/include/iot/base64.h deps/iotech-c-utils-1.1-branch/include/iot/component.h deps/iotech-c-utils-1.1-branch/include/iot/config.h deps/iotech-c-utils-1.1-branch/include/iot/container.h deps/iotech-c-utils-1.1-branch/include/iot/data.h deps/iotech-c-utils-1.1-branch/include/iot/hash.h deps/iotech-c-utils-1.1-branch/include/iot/iot.h deps/iotech-c-utils-1.1-branch/include/iot/json.h deps/iotech-c-utils-1.1-branch/include/iot/logger.h deps/iotech-c-utils-1.1-branch/include/iot/os.h deps/iotech-c-utils-1.1-branch/include/iot/scheduler.h deps/iotech-c-utils-1.1-branch/include/iot/thread.h deps/iotech-c-utils-1.1-branch/include/iot/threadpool.h deps/iotech-c-utils-1.1-branch/include/iot/time.h deps/iotech-c-utils-1.1-branch/include/iot/typecode.h include/iot [2020-07-16T14:02:51.263Z] + mkdir -p include/iot/os [2020-07-16T14:02:51.263Z] + cp deps/iotech-c-utils-1.1-branch/include/iot/os/linux.h deps/iotech-c-utils-1.1-branch/include/iot/os/macos.h deps/iotech-c-utils-1.1-branch/include/iot/os/zephyr.h include/iot/os [2020-07-16T14:02:51.263Z] + mkdir -p /tmp/sdk/build/release [2020-07-16T14:02:51.263Z] + cd /tmp/sdk/build/release [2020-07-16T14:02:51.263Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-07-16T14:02:51.263Z] -- The C compiler identification is GNU 8.3.0 [2020-07-16T14:02:51.263Z] -- Check for working C compiler: /usr/bin/cc [2020-07-16T14:02:51.263Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-07-16T14:02:51.263Z] -- Detecting C compiler ABI info [2020-07-16T14:02:51.523Z] -- Detecting C compiler ABI info - done [2020-07-16T14:02:51.523Z] -- Detecting C compile features [2020-07-16T14:02:51.523Z] -- Detecting C compile features - done [2020-07-16T14:02:51.793Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-07-16T14:02:51.793Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-07-16T14:02:51.793Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-07-16T14:02:51.793Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-07-16T14:02:51.793Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-07-16T14:02:51.793Z] -- C SDK 0.0.0 for Linux [2020-07-16T14:02:51.793Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-07-16T14:02:51.793Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-07-16T14:02:51.793Z] -- Found Curses: /usr/lib/libcurses.so [2020-07-16T14:02:51.793Z] -- Configuring done [2020-07-16T14:02:51.793Z] -- Generating done [2020-07-16T14:02:51.793Z] -- Build files have been written to: /tmp/sdk/build/release [2020-07-16T14:02:51.793Z] + make [2020-07-16T14:02:51.793Z] + tee release.log [2020-07-16T14:02:51.793Z] Scanning dependencies of target csdk [2020-07-16T14:02:51.810Z] ---> 2e24a661bf0e [2020-07-16T14:02:51.810Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-07-16T14:02:52.057Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-07-16T14:02:52.057Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-07-16T14:02:52.318Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-07-16T14:02:52.579Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-07-16T14:02:52.792Z] ---> c1aceca69012 [2020-07-16T14:02:52.792Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-07-16T14:02:52.840Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-07-16T14:02:52.840Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-07-16T14:02:53.068Z] ---> dfd07a80cc02 [2020-07-16T14:02:53.068Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-07-16T14:02:53.099Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-07-16T14:02:53.344Z] ---> Running in 22a38c7b8349 [2020-07-16T14:02:53.669Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-07-16T14:02:53.669Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-07-16T14:02:53.932Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-07-16T14:02:53.932Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-07-16T14:02:54.196Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-07-16T14:02:54.196Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-07-16T14:02:54.196Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-07-16T14:02:54.783Z] + CPPCHECK=false [2020-07-16T14:02:54.783Z] + DOCGEN=false [2020-07-16T14:02:54.783Z] + TOMLVER=SDK-0.2 [2020-07-16T14:02:54.783Z] + CUTILVER=1.1-branch [2020-07-16T14:02:54.783Z] + '[' 0 -gt 0 ] [2020-07-16T14:02:54.783Z] + readlink -f ./scripts/build.sh [2020-07-16T14:02:54.783Z] + dirname /tmp/sdk/scripts/build.sh [2020-07-16T14:02:54.783Z] + dirname /tmp/sdk/scripts [2020-07-16T14:02:54.783Z] + ROOT=/tmp/sdk [2020-07-16T14:02:54.783Z] + cd /tmp/sdk [2020-07-16T14:02:54.783Z] + '[' '!' -d deps ] [2020-07-16T14:02:54.783Z] + mkdir deps [2020-07-16T14:02:54.783Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-07-16T14:02:54.783Z] + tar -C deps -z -x -f - [2020-07-16T14:02:54.783Z] --2020-07-16 14:02:54-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-07-16T14:02:54.783Z] Resolving github.com... 140.82.113.3 [2020-07-16T14:02:54.783Z] Connecting to github.com|140.82.113.3|:443... connected. [2020-07-16T14:02:54.784Z] HTTP request sent, awaiting response... 302 Found [2020-07-16T14:02:54.784Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-07-16T14:02:54.784Z] --2020-07-16 14:02:54-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-07-16T14:02:54.784Z] Resolving codeload.github.com... 140.82.112.10 [2020-07-16T14:02:54.784Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2020-07-16T14:02:55.059Z] HTTP request sent, awaiting response... 200 OK [2020-07-16T14:02:55.059Z] Length: unspecified [application/x-gzip] [2020-07-16T14:02:55.059Z] Saving to: 'STDOUT' [2020-07-16T14:02:55.059Z]  [2020-07-16T14:02:55.059Z] 0K .......... ...... 1008K=0.02s [2020-07-16T14:02:55.059Z] [2020-07-16T14:02:55.059Z] 2020-07-16 14:02:54 (1008 KB/s) - written to stdout [16451] [2020-07-16T14:02:55.059Z] [2020-07-16T14:02:55.059Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-07-16T14:02:55.059Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz [2020-07-16T14:02:55.059Z] + tar -C deps -z -x -f - [2020-07-16T14:02:55.059Z] --2020-07-16 14:02:54-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz [2020-07-16T14:02:55.059Z] Resolving github.com... 140.82.113.3 [2020-07-16T14:02:55.059Z] Connecting to github.com|140.82.113.3|:443... connected. [2020-07-16T14:02:55.059Z] HTTP request sent, awaiting response... 302 Found [2020-07-16T14:02:55.059Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch [following] [2020-07-16T14:02:55.059Z] --2020-07-16 14:02:54-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch [2020-07-16T14:02:55.059Z] Resolving codeload.github.com... 140.82.112.10 [2020-07-16T14:02:55.060Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2020-07-16T14:02:55.060Z] HTTP request sent, awaiting response... 200 OK [2020-07-16T14:02:55.060Z] Length: unspecified [application/x-gzip] [2020-07-16T14:02:55.060Z] Saving to: 'STDOUT' [2020-07-16T14:02:55.060Z]  [2020-07-16T14:02:55.138Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-07-16T14:02:55.138Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-07-16T14:02:55.334Z] 0K .......... .......... .......... .......... .......... 1.49M [2020-07-16T14:02:55.335Z] 50K .......... .......... .......... .......... .......... 3.45M [2020-07-16T14:02:55.335Z] 100K .......... .......... .......... .......... .......... 3.88M [2020-07-16T14:02:55.335Z] 150K .......... .... 3.84M=0.06s [2020-07-16T14:02:55.335Z] [2020-07-16T14:02:55.335Z] 2020-07-16 14:02:55 (2.54 MB/s) - written to stdout [168678] [2020-07-16T14:02:55.335Z] [2020-07-16T14:02:55.335Z] + mkdir -p src/c/iot [2020-07-16T14:02:55.335Z] + cp deps/iotech-c-utils-1.1-branch/src/c/base64.c deps/iotech-c-utils-1.1-branch/src/c/component.c deps/iotech-c-utils-1.1-branch/src/c/config.c deps/iotech-c-utils-1.1-branch/src/c/container.c deps/iotech-c-utils-1.1-branch/src/c/data.c deps/iotech-c-utils-1.1-branch/src/c/hash.c deps/iotech-c-utils-1.1-branch/src/c/iot.c deps/iotech-c-utils-1.1-branch/src/c/json.c deps/iotech-c-utils-1.1-branch/src/c/logger.c deps/iotech-c-utils-1.1-branch/src/c/os.c deps/iotech-c-utils-1.1-branch/src/c/scheduler.c deps/iotech-c-utils-1.1-branch/src/c/thread.c deps/iotech-c-utils-1.1-branch/src/c/threadpool.c deps/iotech-c-utils-1.1-branch/src/c/time.c src/c/iot [2020-07-16T14:02:55.335Z] + mkdir -p include/iot [2020-07-16T14:02:55.335Z] + cp deps/iotech-c-utils-1.1-branch/include/iot/base64.h deps/iotech-c-utils-1.1-branch/include/iot/component.h deps/iotech-c-utils-1.1-branch/include/iot/config.h deps/iotech-c-utils-1.1-branch/include/iot/container.h deps/iotech-c-utils-1.1-branch/include/iot/data.h deps/iotech-c-utils-1.1-branch/include/iot/hash.h deps/iotech-c-utils-1.1-branch/include/iot/iot.h deps/iotech-c-utils-1.1-branch/include/iot/json.h deps/iotech-c-utils-1.1-branch/include/iot/logger.h deps/iotech-c-utils-1.1-branch/include/iot/os.h deps/iotech-c-utils-1.1-branch/include/iot/scheduler.h deps/iotech-c-utils-1.1-branch/include/iot/thread.h deps/iotech-c-utils-1.1-branch/include/iot/threadpool.h deps/iotech-c-utils-1.1-branch/include/iot/time.h deps/iotech-c-utils-1.1-branch/include/iot/typecode.h include/iot [2020-07-16T14:02:55.335Z] + mkdir -p include/iot/os [2020-07-16T14:02:55.335Z] + cp deps/iotech-c-utils-1.1-branch/include/iot/os/linux.h deps/iotech-c-utils-1.1-branch/include/iot/os/macos.h deps/iotech-c-utils-1.1-branch/include/iot/os/zephyr.h include/iot/os [2020-07-16T14:02:55.335Z] + mkdir -p /tmp/sdk/build/release [2020-07-16T14:02:55.335Z] + cd /tmp/sdk/build/release [2020-07-16T14:02:55.335Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-07-16T14:02:55.398Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-07-16T14:02:55.398Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-07-16T14:02:55.607Z] -- The C compiler identification is GNU 8.3.0 [2020-07-16T14:02:55.607Z] -- Check for working C compiler: /usr/bin/cc [2020-07-16T14:02:55.657Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-07-16T14:02:55.880Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-07-16T14:02:55.880Z] -- Detecting C compiler ABI info [2020-07-16T14:02:56.152Z] -- Detecting C compiler ABI info - done [2020-07-16T14:02:56.152Z] -- Detecting C compile features [2020-07-16T14:02:56.227Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-07-16T14:02:56.227Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-07-16T14:02:56.227Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-07-16T14:02:56.488Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-07-16T14:02:56.488Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-07-16T14:02:56.488Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-07-16T14:02:56.750Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-07-16T14:02:56.750Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-07-16T14:02:56.752Z] -- Detecting C compile features - done [2020-07-16T14:02:57.012Z] [ 48%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-07-16T14:02:57.012Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-07-16T14:02:57.026Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-07-16T14:02:57.026Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-07-16T14:02:57.026Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-07-16T14:02:57.026Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-07-16T14:02:57.026Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-07-16T14:02:57.026Z] -- C SDK 0.0.0 for Linux [2020-07-16T14:02:57.026Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-07-16T14:02:57.026Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-07-16T14:02:57.274Z] [ 51%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-07-16T14:02:57.300Z] -- Found Curses: /usr/lib/libcurses.so [2020-07-16T14:02:57.300Z] -- Configuring done [2020-07-16T14:02:57.534Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-07-16T14:02:57.534Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-07-16T14:02:57.572Z] -- Generating done [2020-07-16T14:02:57.572Z] -- Build files have been written to: /tmp/sdk/build/release [2020-07-16T14:02:57.572Z] + make [2020-07-16T14:02:57.572Z] + tee release.log [2020-07-16T14:02:57.572Z] Scanning dependencies of target csdk [2020-07-16T14:02:57.843Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-07-16T14:02:58.439Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-07-16T14:02:58.474Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-07-16T14:02:58.712Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-07-16T14:02:58.737Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-07-16T14:02:58.998Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-07-16T14:02:58.998Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-07-16T14:02:59.571Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-07-16T14:02:59.835Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-07-16T14:03:00.680Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-07-16T14:03:00.779Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-07-16T14:03:00.779Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-07-16T14:03:01.284Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-07-16T14:03:01.284Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-07-16T14:03:01.353Z] [ 70%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-07-16T14:03:01.353Z] [ 72%] Linking C shared library libcsdk.so [2020-07-16T14:03:01.353Z] [ 72%] Built target csdk [2020-07-16T14:03:01.353Z] Scanning dependencies of target template [2020-07-16T14:03:01.353Z] [ 74%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-07-16T14:03:01.620Z] [ 75%] Linking C executable template [2020-07-16T14:03:01.620Z] [ 75%] Built target template [2020-07-16T14:03:01.620Z] Scanning dependencies of target device-counter [2020-07-16T14:03:01.620Z] [ 77%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-07-16T14:03:01.884Z] [ 79%] Linking C executable device-counter [2020-07-16T14:03:01.884Z] [ 79%] Built target device-counter [2020-07-16T14:03:01.884Z] Scanning dependencies of target device-random [2020-07-16T14:03:01.884Z] [ 81%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-07-16T14:03:01.884Z] [ 82%] Linking C executable device-random [2020-07-16T14:03:02.147Z] [ 82%] Built target device-random [2020-07-16T14:03:02.147Z] Scanning dependencies of target device-gyro [2020-07-16T14:03:02.147Z] [ 84%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-07-16T14:03:02.147Z] [ 86%] Linking C executable device-gyro [2020-07-16T14:03:02.147Z] [ 86%] Built target device-gyro [2020-07-16T14:03:02.147Z] Scanning dependencies of target device-bitfields [2020-07-16T14:03:02.147Z] [ 87%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-07-16T14:03:02.263Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-07-16T14:03:02.411Z] [ 89%] Linking C executable device-bitfields [2020-07-16T14:03:02.411Z] [ 89%] Built target device-bitfields [2020-07-16T14:03:02.411Z] Scanning dependencies of target template-discovery [2020-07-16T14:03:02.411Z] [ 91%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-07-16T14:03:02.674Z] [ 93%] Linking C executable template-discovery [2020-07-16T14:03:02.674Z] [ 93%] Built target template-discovery [2020-07-16T14:03:02.674Z] Scanning dependencies of target device-terminal [2020-07-16T14:03:02.674Z] [ 94%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-07-16T14:03:02.936Z] [ 96%] Linking C executable device-terminal [2020-07-16T14:03:02.936Z] [ 96%] Built target device-terminal [2020-07-16T14:03:02.936Z] Scanning dependencies of target templatev1 [2020-07-16T14:03:02.936Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-07-16T14:03:03.201Z] [100%] Linking C executable templatev1 [2020-07-16T14:03:03.201Z] [100%] Built target templatev1 [2020-07-16T14:03:03.201Z] + + teemake -a release.log package [2020-07-16T14:03:03.201Z] [2020-07-16T14:03:03.201Z] [ 72%] Built target csdk [2020-07-16T14:03:03.201Z] [ 75%] Built target template [2020-07-16T14:03:03.201Z] [ 79%] Built target device-counter [2020-07-16T14:03:03.201Z] [ 82%] Built target device-random [2020-07-16T14:03:03.201Z] [ 86%] Built target device-gyro [2020-07-16T14:03:03.201Z] [ 89%] Built target device-bitfields [2020-07-16T14:03:03.201Z] [ 93%] Built target template-discovery [2020-07-16T14:03:03.201Z] [ 96%] Built target device-terminal [2020-07-16T14:03:03.201Z] [100%] Built target templatev1 [2020-07-16T14:03:03.471Z] Run CPack packaging tool... [2020-07-16T14:03:03.471Z] CPack: Create package using TGZ [2020-07-16T14:03:03.471Z] CPack: Install projects [2020-07-16T14:03:03.471Z] CPack: - Run preinstall target for: Csdk [2020-07-16T14:03:03.737Z] CPack: - Install project: Csdk [2020-07-16T14:03:03.737Z] CPack: Create package [2020-07-16T14:03:03.737Z] CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. [2020-07-16T14:03:03.737Z] + '[' false '=' true ] [2020-07-16T14:03:03.737Z] + '[' false '=' true ] [2020-07-16T14:03:03.737Z] + mkdir -p /tmp/sdk/build/debug [2020-07-16T14:03:03.737Z] + cd /tmp/sdk/build/debug [2020-07-16T14:03:03.737Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCSDK_BUILD_DEBUG=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-07-16T14:03:03.737Z] -- The C compiler identification is GNU 8.3.0 [2020-07-16T14:03:03.737Z] -- Check for working C compiler: /usr/bin/cc [2020-07-16T14:03:03.737Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-07-16T14:03:03.737Z] -- Detecting C compiler ABI info [2020-07-16T14:03:04.002Z] -- Detecting C compiler ABI info - done [2020-07-16T14:03:04.002Z] -- Detecting C compile features [2020-07-16T14:03:04.241Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-07-16T14:03:04.275Z] -- Detecting C compile features - done [2020-07-16T14:03:04.275Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-07-16T14:03:04.275Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-07-16T14:03:04.275Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-07-16T14:03:04.275Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-07-16T14:03:04.275Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-07-16T14:03:04.275Z] -- C SDK 0.0.0 for Linux [2020-07-16T14:03:04.275Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-07-16T14:03:04.275Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-07-16T14:03:04.275Z] -- Found Curses: /usr/lib/libcurses.so [2020-07-16T14:03:04.275Z] -- Configuring done [2020-07-16T14:03:04.275Z] -- Generating done [2020-07-16T14:03:04.275Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-07-16T14:03:04.275Z] + make [2020-07-16T14:03:04.275Z] + tee debug.log [2020-07-16T14:03:04.275Z] Scanning dependencies of target csdk [2020-07-16T14:03:04.543Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-07-16T14:03:04.543Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-07-16T14:03:04.543Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-07-16T14:03:04.805Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-07-16T14:03:04.805Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-07-16T14:03:04.805Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-07-16T14:03:04.839Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-07-16T14:03:05.070Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-07-16T14:03:05.070Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-07-16T14:03:05.334Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-07-16T14:03:05.334Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-07-16T14:03:05.334Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-07-16T14:03:05.435Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-07-16T14:03:05.597Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-07-16T14:03:05.597Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-07-16T14:03:05.597Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-07-16T14:03:05.860Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-07-16T14:03:05.860Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-07-16T14:03:06.029Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-07-16T14:03:06.124Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-07-16T14:03:06.124Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-07-16T14:03:06.124Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-07-16T14:03:06.302Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-07-16T14:03:06.387Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-07-16T14:03:06.388Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-07-16T14:03:06.388Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-07-16T14:03:06.575Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-07-16T14:03:06.575Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-07-16T14:03:06.649Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-07-16T14:03:06.649Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-07-16T14:03:06.649Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-07-16T14:03:06.649Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-07-16T14:03:06.910Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-07-16T14:03:06.910Z] [ 48%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-07-16T14:03:06.910Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-07-16T14:03:06.910Z] [ 51%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-07-16T14:03:07.171Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-07-16T14:03:07.171Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-07-16T14:03:07.438Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-07-16T14:03:07.438Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-07-16T14:03:07.702Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-07-16T14:03:07.702Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-07-16T14:03:07.964Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-07-16T14:03:07.964Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-07-16T14:03:08.226Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-07-16T14:03:08.226Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-07-16T14:03:08.488Z] [ 70%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-07-16T14:03:08.488Z] [ 72%] Linking C shared library libcsdk.so [2020-07-16T14:03:08.758Z] [ 72%] Built target csdk [2020-07-16T14:03:08.758Z] Scanning dependencies of target template [2020-07-16T14:03:08.758Z] [ 74%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-07-16T14:03:08.758Z] [ 75%] Linking C executable template [2020-07-16T14:03:09.019Z] [ 75%] Built target template [2020-07-16T14:03:09.019Z] Scanning dependencies of target device-counter [2020-07-16T14:03:09.019Z] [ 77%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-07-16T14:03:09.019Z] [ 79%] Linking C executable device-counter [2020-07-16T14:03:09.019Z] [ 79%] Built target device-counter [2020-07-16T14:03:09.019Z] Scanning dependencies of target device-random [2020-07-16T14:03:09.019Z] [ 81%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-07-16T14:03:09.281Z] [ 82%] Linking C executable device-random [2020-07-16T14:03:09.281Z] [ 82%] Built target device-random [2020-07-16T14:03:09.281Z] Scanning dependencies of target device-gyro [2020-07-16T14:03:09.281Z] [ 84%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-07-16T14:03:09.281Z] [ 86%] Linking C executable device-gyro [2020-07-16T14:03:09.543Z] [ 86%] Built target device-gyro [2020-07-16T14:03:09.543Z] Scanning dependencies of target device-bitfields [2020-07-16T14:03:09.543Z] [ 87%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-07-16T14:03:09.543Z] [ 89%] Linking C executable device-bitfields [2020-07-16T14:03:09.543Z] [ 89%] Built target device-bitfields [2020-07-16T14:03:09.543Z] Scanning dependencies of target template-discovery [2020-07-16T14:03:09.543Z] [ 91%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-07-16T14:03:09.543Z] [ 93%] Linking C executable template-discovery [2020-07-16T14:03:09.804Z] [ 93%] Built target template-discovery [2020-07-16T14:03:09.804Z] Scanning dependencies of target device-terminal [2020-07-16T14:03:09.804Z] [ 94%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-07-16T14:03:09.804Z] [ 96%] Linking C executable device-terminal [2020-07-16T14:03:09.804Z] [ 96%] Built target device-terminal [2020-07-16T14:03:09.804Z] Scanning dependencies of target templatev1 [2020-07-16T14:03:09.804Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-07-16T14:03:09.950Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-07-16T14:03:10.067Z] [100%] Linking C executable templatev1 [2020-07-16T14:03:10.067Z] [100%] Built target templatev1 [2020-07-16T14:03:10.067Z] make: Entering directory '/tmp/sdk/build/release' [2020-07-16T14:03:10.067Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-07-16T14:03:10.067Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-16T14:03:10.067Z] Scanning dependencies of target csdk [2020-07-16T14:03:10.067Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-16T14:03:10.067Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-16T14:03:10.067Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-07-16T14:03:10.224Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-07-16T14:03:10.642Z] [ 3%] Linking C shared library libcsdk.so [2020-07-16T14:03:10.642Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-16T14:03:10.642Z] [ 72%] Built target csdk [2020-07-16T14:03:10.642Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-16T14:03:10.642Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-16T14:03:10.642Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-16T14:03:10.642Z] [ 74%] Linking C executable template [2020-07-16T14:03:10.642Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-16T14:03:10.642Z] [ 75%] Built target template [2020-07-16T14:03:10.642Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-16T14:03:10.642Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-16T14:03:10.642Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-16T14:03:10.642Z] [ 77%] Linking C executable device-counter [2020-07-16T14:03:10.642Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-16T14:03:10.642Z] [ 79%] Built target device-counter [2020-07-16T14:03:10.642Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-16T14:03:10.642Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-16T14:03:10.642Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-16T14:03:10.820Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-07-16T14:03:10.903Z] [ 81%] Linking C executable device-random [2020-07-16T14:03:10.903Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-16T14:03:10.903Z] [ 82%] Built target device-random [2020-07-16T14:03:10.903Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-16T14:03:10.903Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-16T14:03:10.903Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-16T14:03:10.903Z] [ 84%] Linking C executable device-gyro [2020-07-16T14:03:10.903Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-16T14:03:10.903Z] [ 86%] Built target device-gyro [2020-07-16T14:03:10.903Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-16T14:03:10.903Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-16T14:03:10.903Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-16T14:03:10.903Z] [ 87%] Linking C executable device-bitfields [2020-07-16T14:03:10.903Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-16T14:03:10.903Z] [ 89%] Built target device-bitfields [2020-07-16T14:03:10.903Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-16T14:03:10.903Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-16T14:03:10.903Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-16T14:03:10.903Z] [ 91%] Linking C executable template-discovery [2020-07-16T14:03:11.093Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-07-16T14:03:11.166Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-16T14:03:11.166Z] [ 93%] Built target template-discovery [2020-07-16T14:03:11.166Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-16T14:03:11.166Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-16T14:03:11.166Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-16T14:03:11.166Z] [ 94%] Linking C executable device-terminal [2020-07-16T14:03:11.166Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-16T14:03:11.166Z] [ 96%] Built target device-terminal [2020-07-16T14:03:11.166Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-16T14:03:11.166Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-16T14:03:11.166Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-16T14:03:11.166Z] [ 98%] Linking C executable templatev1 [2020-07-16T14:03:11.166Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-16T14:03:11.166Z] [100%] Built target templatev1 [2020-07-16T14:03:11.166Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-07-16T14:03:11.166Z] Install the project... [2020-07-16T14:03:11.166Z] -- Install configuration: "Release" [2020-07-16T14:03:11.166Z] -- Installing: /usr/local/lib/libcsdk.so [2020-07-16T14:03:11.166Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-07-16T14:03:11.166Z] -- Up-to-date: /usr/local/include [2020-07-16T14:03:11.166Z] -- Installing: /usr/local/include/devsdk [2020-07-16T14:03:11.166Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-07-16T14:03:11.166Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-07-16T14:03:11.166Z] -- Installing: /usr/local/include/edgex [2020-07-16T14:03:11.166Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-07-16T14:03:11.166Z] -- Installing: /usr/local/include/edgex/devices.h [2020-07-16T14:03:11.166Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-07-16T14:03:11.166Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-07-16T14:03:11.166Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-07-16T14:03:11.166Z] -- Installing: /usr/local/include/edgex/error.h [2020-07-16T14:03:11.166Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-07-16T14:03:11.166Z] -- Installing: /usr/local/include/edgex/os.h [2020-07-16T14:03:11.166Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-07-16T14:03:11.166Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-07-16T14:03:11.166Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-07-16T14:03:11.166Z] -- Installing: /usr/local/include/iot [2020-07-16T14:03:11.166Z] -- Installing: /usr/local/include/iot/base64.h [2020-07-16T14:03:11.166Z] -- Installing: /usr/local/include/iot/component.h [2020-07-16T14:03:11.166Z] -- Installing: /usr/local/include/iot/config.h [2020-07-16T14:03:11.166Z] -- Installing: /usr/local/include/iot/container.h [2020-07-16T14:03:11.166Z] -- Installing: /usr/local/include/iot/data.h [2020-07-16T14:03:11.166Z] -- Installing: /usr/local/include/iot/hash.h [2020-07-16T14:03:11.166Z] -- Installing: /usr/local/include/iot/iot.h [2020-07-16T14:03:11.166Z] -- Installing: /usr/local/include/iot/json.h [2020-07-16T14:03:11.166Z] -- Installing: /usr/local/include/iot/logger.h [2020-07-16T14:03:11.166Z] -- Installing: /usr/local/include/iot/os.h [2020-07-16T14:03:11.166Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-07-16T14:03:11.166Z] -- Installing: /usr/local/include/iot/thread.h [2020-07-16T14:03:11.166Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-07-16T14:03:11.166Z] -- Installing: /usr/local/include/iot/time.h [2020-07-16T14:03:11.166Z] -- Installing: /usr/local/include/iot/typecode.h [2020-07-16T14:03:11.166Z] -- Installing: /usr/local/include/iot/os [2020-07-16T14:03:11.166Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-07-16T14:03:11.166Z] -- Installing: /usr/local/include/iot/os/macos.h [2020-07-16T14:03:11.166Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-07-16T14:03:11.166Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-07-16T14:03:11.166Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-07-16T14:03:11.166Z] make: Leaving directory '/tmp/sdk/build/release' [2020-07-16T14:03:11.698Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-07-16T14:03:13.085Z] Removing intermediate container 7dfcb5b93ae3 [2020-07-16T14:03:13.085Z] ---> 56c58b22697a [2020-07-16T14:03:13.085Z] Step 14/21 : FROM ${BASE} [2020-07-16T14:03:13.085Z] ---> 5eabd8fd8ba2 [2020-07-16T14:03:13.085Z] Step 15/21 : MAINTAINER IOTech [2020-07-16T14:03:13.363Z] ---> Running in 1f3fac60fb3d [2020-07-16T14:03:13.363Z] Removing intermediate container 1f3fac60fb3d [2020-07-16T14:03:13.363Z] ---> d8bd2b82f6ca [2020-07-16T14:03:13.363Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-07-16T14:03:13.363Z] ---> Running in 9343c73421fa [2020-07-16T14:03:14.304Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-07-16T14:03:14.304Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-07-16T14:03:14.304Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-07-16T14:03:14.309Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-07-16T14:03:14.898Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-07-16T14:03:15.172Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-07-16T14:03:15.251Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-07-16T14:03:15.442Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-07-16T14:03:15.512Z] (1/3) Installing curl (7.64.0-r3) [2020-07-16T14:03:15.512Z] (2/3) Installing libuuid (2.33-r0) [2020-07-16T14:03:15.512Z] (3/3) Installing wget (1.20.3-r0) [2020-07-16T14:03:15.773Z] Executing busybox-1.29.3-r10.trigger [2020-07-16T14:03:15.773Z] OK: 268 MiB in 78 packages [2020-07-16T14:03:16.353Z] Removing intermediate container 9343c73421fa [2020-07-16T14:03:16.353Z] ---> 56d14652f6a7 [2020-07-16T14:03:16.353Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-07-16T14:03:16.474Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-07-16T14:03:16.613Z] ---> aec52b454718 [2020-07-16T14:03:16.613Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-07-16T14:03:16.786Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-07-16T14:03:16.877Z] ---> f32c7344527d [2020-07-16T14:03:16.877Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-07-16T14:03:16.877Z] ---> 399bea081091 [2020-07-16T14:03:16.877Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-07-16T14:03:17.142Z] ---> 5ade063e8e76 [2020-07-16T14:03:17.142Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-07-16T14:03:17.403Z] ---> a1479b54ddbe [2020-07-16T14:03:17.403Z] Successfully built a1479b54ddbe [2020-07-16T14:03:17.403Z] Successfully tagged ci-base-image-x86_64:latest [2020-07-16T14:03:17.404Z] [ 48%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [Pipeline] } [Pipeline] // script [Pipeline] } [2020-07-16T14:03:17.685Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-16T14:03:18.281Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-16T14:03:18.281Z] . [Pipeline] withDockerContainer [2020-07-16T14:03:18.316Z] [ 51%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-07-16T14:03:18.395Z] prd-centos7-docker-4c-2g-941 does not seem to be running inside a container [2020-07-16T14:03:18.440Z] $ 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 ******** ci-base-image-x86_64 cat [2020-07-16T14:03:19.009Z] $ docker top 09b11ad4f30326a5b862be8d795a3affbcb063e9add853e38f40a28c9a3d150c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-16T14:03:19.306Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-07-16T14:03:19.578Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-07-16T14:03:19.581Z] + make test [2020-07-16T14:03:19.581Z] echo "make test" [2020-07-16T14:03:19.581Z] make test [Pipeline] } [2020-07-16T14:03:19.671Z] $ docker stop --time=1 09b11ad4f30326a5b862be8d795a3affbcb063e9add853e38f40a28c9a3d150c [2020-07-16T14:03:20.979Z] $ docker rm -f 09b11ad4f30326a5b862be8d795a3affbcb063e9add853e38f40a28c9a3d150c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-16T14:03:23.921Z] + sudo chown -R jenkins:jenkins . [2020-07-16T14:03:23.932Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [Pipeline] sh [2020-07-16T14:03:24.203Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-07-16T14:03:24.232Z] + ls -al . [2020-07-16T14:03:24.232Z] total 160 [2020-07-16T14:03:24.232Z] drwxrwxr-x. 9 jenkins jenkins 275 Jul 16 14:02 . [2020-07-16T14:03:24.232Z] drwxrwxr-x. 4 jenkins jenkins 28 Jul 16 14:02 .. [2020-07-16T14:03:24.232Z] -rw-rw-r--. 1 jenkins jenkins 3104 Jul 16 14:02 Attribution.txt [2020-07-16T14:03:24.232Z] -rw-rw-r--. 1 jenkins jenkins 5833 Jul 16 14:02 CHANGES [2020-07-16T14:03:24.232Z] drwxrwxr-x. 2 jenkins jenkins 144 Jul 16 14:02 docs [2020-07-16T14:03:24.232Z] -rw-rw-r--. 1 jenkins jenkins 108574 Jul 16 14:02 Doxyfile [2020-07-16T14:03:24.232Z] drwxrwxr-x. 8 jenkins jenkins 179 Jul 16 14:02 .git [2020-07-16T14:03:24.232Z] drwxrwxr-x. 2 jenkins jenkins 38 Jul 16 14:02 .github [2020-07-16T14:03:24.232Z] -rw-rw-r--. 1 jenkins jenkins 176 Jul 16 14:02 .gitignore [2020-07-16T14:03:24.232Z] drwxrwxr-x. 4 jenkins jenkins 33 Jul 16 14:02 include [2020-07-16T14:03:24.232Z] -rw-rw-r--. 1 jenkins jenkins 794 Jul 16 14:02 Jenkinsfile [2020-07-16T14:03:24.232Z] -rw-rw-r--. 1 jenkins jenkins 10174 Jul 16 14:02 LICENSE [2020-07-16T14:03:24.232Z] -rw-rw-r--. 1 jenkins jenkins 449 Jul 16 14:02 Makefile [2020-07-16T14:03:24.232Z] -rw-rw-r--. 1 jenkins jenkins 1849 Jul 16 14:02 README.md [2020-07-16T14:03:24.232Z] -rw-rw-r--. 1 jenkins jenkins 5977 Jul 16 14:02 README.v2.md [2020-07-16T14:03:24.232Z] drwxrwxr-x. 2 jenkins jenkins 108 Jul 16 14:02 scripts [2020-07-16T14:03:24.232Z] drwxrwxr-x. 3 jenkins jenkins 58 Jul 16 14:02 .semver [2020-07-16T14:03:24.232Z] drwxrwxr-x. 4 jenkins jenkins 50 Jul 16 14:02 src [2020-07-16T14:03:24.232Z] -rw-rw-r--. 1 jenkins jenkins 5 Jul 16 13:57 VERSION [Pipeline] isUnix [Pipeline] sh [2020-07-16T14:03:24.559Z] + 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=4871229dde6b49be8cc006d16c39e84b9f91b8fa --label arch=amd64 --label version=0.0.0 . [2020-07-16T14:03:24.559Z] Sending build context to Docker daemon 3.487MB [2020-07-16T14:03:24.559Z] Step 1/15 : ARG BASE=alpine:3.11 [2020-07-16T14:03:24.559Z] Step 2/15 : FROM ${BASE} [2020-07-16T14:03:24.559Z] ---> a1479b54ddbe [2020-07-16T14:03:24.559Z] Step 3/15 : MAINTAINER IOTech [2020-07-16T14:03:24.797Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-07-16T14:03:25.132Z] ---> Running in ac56d15d0514 [2020-07-16T14:03:25.389Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-07-16T14:03:25.395Z] Removing intermediate container ac56d15d0514 [2020-07-16T14:03:25.395Z] ---> 7633f1f2707e [2020-07-16T14:03:25.395Z] Step 4/15 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev && mkdir -p /edgex-c-sdk/build [2020-07-16T14:03:25.395Z] ---> Running in 8aca5db11a3a [2020-07-16T14:03:25.655Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-07-16T14:03:26.598Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-07-16T14:03:26.822Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-07-16T14:03:27.172Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2020-07-16T14:03:27.172Z] (2/6) Installing libblkid (2.33-r0) [2020-07-16T14:03:27.172Z] (3/6) Installing libfdisk (2.33-r0) [2020-07-16T14:03:27.436Z] (4/6) Installing libmount (2.33-r0) [2020-07-16T14:03:27.436Z] (5/6) Installing libsmartcols (2.33-r0) [2020-07-16T14:03:27.700Z] (6/6) Installing util-linux-dev (2.33-r0) [2020-07-16T14:03:27.967Z] Executing busybox-1.29.3-r10.trigger [2020-07-16T14:03:27.967Z] OK: 272 MiB in 84 packages [2020-07-16T14:03:28.250Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-07-16T14:03:28.553Z] Removing intermediate container 8aca5db11a3a [2020-07-16T14:03:28.553Z] ---> 0fb70d66a4e6 [2020-07-16T14:03:28.553Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-07-16T14:03:28.821Z] ---> 01ee658965ee [2020-07-16T14:03:28.821Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-07-16T14:03:29.398Z] ---> 96cc58370d60 [2020-07-16T14:03:29.398Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-07-16T14:03:29.660Z] ---> ad03670d3f8d [2020-07-16T14:03:29.660Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-07-16T14:03:29.660Z] ---> c3ae518bef66 [2020-07-16T14:03:29.660Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-07-16T14:03:29.922Z] ---> 2f2566f6ee4d [2020-07-16T14:03:29.922Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-07-16T14:03:30.183Z] ---> 0d6d95641ea6 [2020-07-16T14:03:30.183Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-07-16T14:03:30.183Z] ---> Running in 709b03c288c7 [2020-07-16T14:03:30.445Z] Removing intermediate container 709b03c288c7 [2020-07-16T14:03:30.445Z] ---> 34b683bf4684 [2020-07-16T14:03:30.445Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-07-16T14:03:30.445Z] ---> Running in 90c079c693d4 [2020-07-16T14:03:30.706Z] Removing intermediate container 90c079c693d4 [2020-07-16T14:03:30.706Z] ---> a6ba65017f3c [2020-07-16T14:03:30.706Z] Step 13/15 : LABEL arch=amd64 [2020-07-16T14:03:30.706Z] ---> Running in 2b71a3a21493 [2020-07-16T14:03:30.706Z] Removing intermediate container 2b71a3a21493 [2020-07-16T14:03:30.706Z] ---> 369e1aec6ac1 [2020-07-16T14:03:30.706Z] Step 14/15 : LABEL git_sha=4871229dde6b49be8cc006d16c39e84b9f91b8fa [2020-07-16T14:03:30.968Z] ---> Running in 4f0a0fef1bda [2020-07-16T14:03:30.968Z] Removing intermediate container 4f0a0fef1bda [2020-07-16T14:03:30.968Z] ---> c8c10eb3529e [2020-07-16T14:03:30.968Z] Step 15/15 : LABEL version=0.0.0 [2020-07-16T14:03:30.968Z] ---> Running in b07944f4b247 [2020-07-16T14:03:31.229Z] Removing intermediate container b07944f4b247 [2020-07-16T14:03:31.229Z] ---> 60a58ae9c907 [2020-07-16T14:03:31.229Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2020-07-16T14:03:31.229Z] Successfully built 60a58ae9c907 [2020-07-16T14:03:31.229Z] 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] } [2020-07-16T14:03:31.634Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [2020-07-16T14:03:31.905Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-16T14:03:33.329Z] [ 70%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-07-16T14:03:33.600Z] [ 72%] Linking C shared library libcsdk.so [2020-07-16T14:03:33.872Z] [ 72%] Built target csdk [2020-07-16T14:03:33.872Z] Scanning dependencies of target template [2020-07-16T14:03:33.872Z] [ 74%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-07-16T14:03:34.464Z] [ 75%] Linking C executable template [2020-07-16T14:03:34.739Z] [ 75%] Built target template [2020-07-16T14:03:34.739Z] Scanning dependencies of target device-counter [2020-07-16T14:03:34.739Z] [ 77%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-07-16T14:03:35.330Z] [ 79%] Linking C executable device-counter [2020-07-16T14:03:35.330Z] [ 79%] Built target device-counter [2020-07-16T14:03:35.601Z] Scanning dependencies of target device-random [2020-07-16T14:03:35.601Z] [ 81%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-07-16T14:03:35.874Z] [ 82%] Linking C executable device-random [2020-07-16T14:03:36.150Z] [ 82%] Built target device-random [2020-07-16T14:03:36.150Z] Scanning dependencies of target device-gyro [2020-07-16T14:03:36.150Z] [ 84%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-07-16T14:03:36.744Z] [ 86%] Linking C executable device-gyro [2020-07-16T14:03:36.744Z] [ 86%] Built target device-gyro [2020-07-16T14:03:36.744Z] Scanning dependencies of target device-bitfields [2020-07-16T14:03:37.014Z] [ 87%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-07-16T14:03:37.285Z] [ 89%] Linking C executable device-bitfields [2020-07-16T14:03:37.556Z] [ 89%] Built target device-bitfields [2020-07-16T14:03:37.556Z] Scanning dependencies of target template-discovery [2020-07-16T14:03:37.556Z] [ 91%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-07-16T14:03:38.149Z] [ 93%] Linking C executable template-discovery [2020-07-16T14:03:38.420Z] [ 93%] Built target template-discovery [2020-07-16T14:03:38.420Z] Scanning dependencies of target device-terminal [2020-07-16T14:03:38.420Z] [ 94%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-07-16T14:03:39.013Z] [ 96%] Linking C executable device-terminal [2020-07-16T14:03:39.285Z] [ 96%] Built target device-terminal [2020-07-16T14:03:39.285Z] Scanning dependencies of target templatev1 [2020-07-16T14:03:39.285Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-07-16T14:03:39.885Z] [100%] Linking C executable templatev1 [2020-07-16T14:03:39.885Z] [100%] Built target templatev1 [2020-07-16T14:03:40.160Z] + make package [2020-07-16T14:03:40.160Z] + tee -a release.log [2020-07-16T14:03:40.160Z] [ 72%] Built target csdk [2020-07-16T14:03:40.160Z] [ 75%] Built target template [2020-07-16T14:03:40.160Z] [ 79%] Built target device-counter [2020-07-16T14:03:40.160Z] [ 82%] Built target device-random [2020-07-16T14:03:40.434Z] [ 86%] Built target device-gyro [2020-07-16T14:03:40.434Z] [ 89%] Built target device-bitfields [2020-07-16T14:03:40.434Z] [ 93%] Built target template-discovery [2020-07-16T14:03:40.434Z] [ 96%] Built target device-terminal [2020-07-16T14:03:40.434Z] [100%] Built target templatev1 [2020-07-16T14:03:40.434Z] Run CPack packaging tool... [2020-07-16T14:03:40.710Z] CPack: Create package using TGZ [2020-07-16T14:03:40.710Z] CPack: Install projects [2020-07-16T14:03:40.710Z] CPack: - Run preinstall target for: Csdk [2020-07-16T14:03:40.982Z] CPack: - Install project: Csdk [2020-07-16T14:03:41.261Z] CPack: Create package [2020-07-16T14:03:41.261Z] CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. [2020-07-16T14:03:41.261Z] + '[' false '=' true ] [2020-07-16T14:03:41.261Z] + '[' false '=' true ] [2020-07-16T14:03:41.261Z] + mkdir -p /tmp/sdk/build/debug [2020-07-16T14:03:41.261Z] + cd /tmp/sdk/build/debug [2020-07-16T14:03:41.261Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCSDK_BUILD_DEBUG=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-07-16T14:03:41.534Z] -- The C compiler identification is GNU 8.3.0 [2020-07-16T14:03:41.534Z] -- Check for working C compiler: /usr/bin/cc [2020-07-16T14:03:41.806Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-07-16T14:03:41.806Z] -- Detecting C compiler ABI info [2020-07-16T14:03:42.077Z] -- Detecting C compiler ABI info - done [2020-07-16T14:03:42.077Z] -- Detecting C compile features [2020-07-16T14:03:43.055Z] -- Detecting C compile features - done [2020-07-16T14:03:43.055Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-07-16T14:03:43.055Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-07-16T14:03:43.055Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-07-16T14:03:43.055Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-07-16T14:03:43.055Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-07-16T14:03:43.055Z] -- C SDK 0.0.0 for Linux [2020-07-16T14:03:43.055Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-07-16T14:03:43.055Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-07-16T14:03:43.055Z] -- Found Curses: /usr/lib/libcurses.so [2020-07-16T14:03:43.325Z] -- Configuring done [2020-07-16T14:03:43.598Z] -- Generating done [2020-07-16T14:03:43.598Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-07-16T14:03:43.598Z] + make [2020-07-16T14:03:43.598Z] + tee debug.log [2020-07-16T14:03:43.598Z] Scanning dependencies of target csdk [2020-07-16T14:03:43.871Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-07-16T14:03:44.141Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-07-16T14:03:44.412Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-07-16T14:03:45.006Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-07-16T14:03:45.278Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-07-16T14:03:45.278Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-07-16T14:03:45.887Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-07-16T14:03:46.480Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-07-16T14:03:46.751Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-07-16T14:03:47.023Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-07-16T14:03:47.294Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-07-16T14:03:47.567Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-07-16T14:03:47.567Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-07-16T14:03:47.840Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-07-16T14:03:48.817Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-07-16T14:03:48.817Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-07-16T14:03:49.089Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-07-16T14:03:49.363Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-07-16T14:03:49.637Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-07-16T14:03:50.610Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-07-16T14:03:50.610Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-07-16T14:03:50.610Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-07-16T14:03:50.884Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-07-16T14:03:51.155Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-07-16T14:03:51.425Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-07-16T14:03:51.698Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-07-16T14:03:51.698Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-07-16T14:03:51.968Z] [ 48%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-07-16T14:03:52.239Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-07-16T14:03:52.510Z] [ 51%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-07-16T14:03:52.781Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-07-16T14:03:53.053Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-07-16T14:03:54.032Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-07-16T14:03:54.303Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-07-16T14:03:54.576Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-07-16T14:03:54.846Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-07-16T14:03:55.820Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-07-16T14:03:56.090Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-07-16T14:03:57.067Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-07-16T14:03:57.067Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-07-16T14:03:57.662Z] [ 70%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-07-16T14:03:57.939Z] [ 72%] Linking C shared library libcsdk.so [2020-07-16T14:03:57.939Z] [ 72%] Built target csdk [2020-07-16T14:03:57.939Z] Scanning dependencies of target template [2020-07-16T14:03:57.939Z] [ 74%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-07-16T14:03:58.209Z] [ 75%] Linking C executable template [2020-07-16T14:03:58.481Z] [ 75%] Built target template [2020-07-16T14:03:58.481Z] Scanning dependencies of target device-counter [2020-07-16T14:03:58.481Z] [ 77%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-07-16T14:03:58.753Z] [ 79%] Linking C executable device-counter [2020-07-16T14:03:59.026Z] [ 79%] Built target device-counter [2020-07-16T14:03:59.026Z] Scanning dependencies of target device-random [2020-07-16T14:03:59.026Z] [ 81%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-07-16T14:03:59.298Z] [ 82%] Linking C executable device-random [2020-07-16T14:03:59.571Z] [ 82%] Built target device-random [2020-07-16T14:03:59.571Z] Scanning dependencies of target device-gyro [2020-07-16T14:03:59.571Z] [ 84%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-07-16T14:03:59.844Z] [ 86%] Linking C executable device-gyro [2020-07-16T14:04:00.116Z] [ 86%] Built target device-gyro [2020-07-16T14:04:00.117Z] Scanning dependencies of target device-bitfields [2020-07-16T14:04:00.117Z] [ 87%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-07-16T14:04:00.389Z] [ 89%] Linking C executable device-bitfields [2020-07-16T14:04:00.660Z] [ 89%] Built target device-bitfields [2020-07-16T14:04:00.660Z] Scanning dependencies of target template-discovery [2020-07-16T14:04:00.660Z] [ 91%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-07-16T14:04:00.934Z] [ 93%] Linking C executable template-discovery [2020-07-16T14:04:01.207Z] [ 93%] Built target template-discovery [2020-07-16T14:04:01.207Z] Scanning dependencies of target device-terminal [2020-07-16T14:04:01.207Z] [ 94%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-07-16T14:04:01.482Z] [ 96%] Linking C executable device-terminal [2020-07-16T14:04:01.758Z] [ 96%] Built target device-terminal [2020-07-16T14:04:01.758Z] Scanning dependencies of target templatev1 [2020-07-16T14:04:01.758Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-07-16T14:04:02.030Z] [100%] Linking C executable templatev1 [2020-07-16T14:04:02.306Z] [100%] Built target templatev1 [2020-07-16T14:04:02.306Z] make: Entering directory '/tmp/sdk/build/release' [2020-07-16T14:04:02.306Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-07-16T14:04:02.306Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-16T14:04:02.306Z] Scanning dependencies of target csdk [2020-07-16T14:04:02.306Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-16T14:04:02.306Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-16T14:04:02.577Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-07-16T14:04:04.007Z] [ 3%] Linking C shared library libcsdk.so [2020-07-16T14:04:04.280Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-16T14:04:04.280Z] [ 72%] Built target csdk [2020-07-16T14:04:04.280Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-16T14:04:04.280Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-16T14:04:04.280Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-16T14:04:04.280Z] [ 74%] Linking C executable template [2020-07-16T14:04:04.552Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-16T14:04:04.552Z] [ 75%] Built target template [2020-07-16T14:04:04.552Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-16T14:04:04.552Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-16T14:04:04.552Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-16T14:04:04.552Z] [ 77%] Linking C executable device-counter [2020-07-16T14:04:04.823Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-16T14:04:04.823Z] [ 79%] Built target device-counter [2020-07-16T14:04:04.823Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-16T14:04:04.823Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-16T14:04:04.823Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-16T14:04:04.823Z] [ 81%] Linking C executable device-random [2020-07-16T14:04:05.097Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-16T14:04:05.097Z] [ 82%] Built target device-random [2020-07-16T14:04:05.097Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-16T14:04:05.097Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-16T14:04:05.097Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-16T14:04:05.097Z] [ 84%] Linking C executable device-gyro [2020-07-16T14:04:05.371Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-16T14:04:05.371Z] [ 86%] Built target device-gyro [2020-07-16T14:04:05.371Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-16T14:04:05.371Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-16T14:04:05.371Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-16T14:04:05.371Z] [ 87%] Linking C executable device-bitfields [2020-07-16T14:04:05.371Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-16T14:04:05.644Z] [ 89%] Built target device-bitfields [2020-07-16T14:04:05.644Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-16T14:04:05.644Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-16T14:04:05.644Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-16T14:04:05.644Z] [ 91%] Linking C executable template-discovery [2020-07-16T14:04:05.921Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-16T14:04:05.921Z] [ 93%] Built target template-discovery [2020-07-16T14:04:05.922Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-16T14:04:05.922Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-16T14:04:05.922Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-16T14:04:05.922Z] [ 94%] Linking C executable device-terminal [2020-07-16T14:04:06.198Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-16T14:04:06.198Z] [ 96%] Built target device-terminal [2020-07-16T14:04:06.198Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-16T14:04:06.198Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-16T14:04:06.198Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-07-16T14:04:06.198Z] [ 98%] Linking C executable templatev1 [2020-07-16T14:04:06.198Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-07-16T14:04:06.471Z] [100%] Built target templatev1 [2020-07-16T14:04:06.471Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-07-16T14:04:06.471Z] Install the project... [2020-07-16T14:04:06.471Z] -- Install configuration: "Release" [2020-07-16T14:04:06.471Z] -- Installing: /usr/local/lib/libcsdk.so [2020-07-16T14:04:06.471Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-07-16T14:04:06.471Z] -- Up-to-date: /usr/local/include [2020-07-16T14:04:06.471Z] -- Installing: /usr/local/include/edgex [2020-07-16T14:04:06.471Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-07-16T14:04:06.471Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-07-16T14:04:06.471Z] -- Installing: /usr/local/include/edgex/error.h [2020-07-16T14:04:06.471Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-07-16T14:04:06.471Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-07-16T14:04:06.471Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-07-16T14:04:06.471Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-07-16T14:04:06.471Z] -- Installing: /usr/local/include/edgex/devices.h [2020-07-16T14:04:06.471Z] -- Installing: /usr/local/include/edgex/os.h [2020-07-16T14:04:06.471Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-07-16T14:04:06.471Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-07-16T14:04:06.471Z] -- Installing: /usr/local/include/devsdk [2020-07-16T14:04:06.471Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-07-16T14:04:06.471Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-07-16T14:04:06.471Z] -- Installing: /usr/local/include/iot [2020-07-16T14:04:06.471Z] -- Installing: /usr/local/include/iot/json.h [2020-07-16T14:04:06.471Z] -- Installing: /usr/local/include/iot/container.h [2020-07-16T14:04:06.471Z] -- Installing: /usr/local/include/iot/component.h [2020-07-16T14:04:06.471Z] -- Installing: /usr/local/include/iot/typecode.h [2020-07-16T14:04:06.471Z] -- Installing: /usr/local/include/iot/iot.h [2020-07-16T14:04:06.471Z] -- Installing: /usr/local/include/iot/time.h [2020-07-16T14:04:06.471Z] -- Installing: /usr/local/include/iot/hash.h [2020-07-16T14:04:06.471Z] -- Installing: /usr/local/include/iot/logger.h [2020-07-16T14:04:06.471Z] -- Installing: /usr/local/include/iot/os [2020-07-16T14:04:06.471Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-07-16T14:04:06.471Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-07-16T14:04:06.471Z] -- Installing: /usr/local/include/iot/os/macos.h [2020-07-16T14:04:06.471Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-07-16T14:04:06.471Z] -- Installing: /usr/local/include/iot/data.h [2020-07-16T14:04:06.471Z] -- Installing: /usr/local/include/iot/thread.h [2020-07-16T14:04:06.471Z] -- Installing: /usr/local/include/iot/os.h [2020-07-16T14:04:06.471Z] -- Installing: /usr/local/include/iot/base64.h [2020-07-16T14:04:06.471Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-07-16T14:04:06.471Z] -- Installing: /usr/local/include/iot/config.h [2020-07-16T14:04:06.471Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-07-16T14:04:06.471Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-07-16T14:04:06.471Z] make: Leaving directory '/tmp/sdk/build/release' [2020-07-16T14:04:08.445Z] Removing intermediate container 22a38c7b8349 [2020-07-16T14:04:08.445Z] ---> 5d01bd7d5504 [2020-07-16T14:04:08.445Z] Step 14/21 : FROM ${BASE} [2020-07-16T14:04:08.445Z] ---> b23d30803547 [2020-07-16T14:04:08.445Z] Step 15/21 : MAINTAINER IOTech [2020-07-16T14:04:08.722Z] ---> Running in c7255e60a608 [2020-07-16T14:04:09.314Z] Removing intermediate container c7255e60a608 [2020-07-16T14:04:09.314Z] ---> 2eb02fff0ba6 [2020-07-16T14:04:09.314Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-07-16T14:04:09.314Z] ---> Running in f6ae707f193c [2020-07-16T14:04:10.742Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-07-16T14:04:11.711Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-07-16T14:04:12.299Z] (1/3) Installing curl (7.64.0-r3) [2020-07-16T14:04:12.299Z] (2/3) Installing libuuid (2.33-r0) [2020-07-16T14:04:12.299Z] (3/3) Installing wget (1.20.3-r0) [2020-07-16T14:04:12.572Z] Executing busybox-1.29.3-r10.trigger [2020-07-16T14:04:12.572Z] OK: 281 MiB in 78 packages [2020-07-16T14:04:13.999Z] Removing intermediate container f6ae707f193c [2020-07-16T14:04:13.999Z] ---> 985f037d14a3 [2020-07-16T14:04:13.999Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-07-16T14:04:14.628Z] ---> d842032ea647 [2020-07-16T14:04:14.628Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-07-16T14:04:15.621Z] ---> 28872f9740e5 [2020-07-16T14:04:15.621Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-07-16T14:04:16.218Z] ---> 9282b525926f [2020-07-16T14:04:16.218Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-07-16T14:04:17.200Z] ---> c6f78f30545f [2020-07-16T14:04:17.200Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-07-16T14:04:17.797Z] ---> 61221630cad1 [2020-07-16T14:04:17.797Z] Successfully built 61221630cad1 [2020-07-16T14:04:17.797Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-16T14:04:18.667Z] + docker inspect -f . ci-base-image-arm64 [2020-07-16T14:04:18.667Z] . [Pipeline] withDockerContainer [2020-07-16T14:04:18.952Z] prd-ubuntu18.04-docker-arm64-4c-16g-940 does not seem to be running inside a container [2020-07-16T14:04:19.036Z] $ 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 ******** ci-base-image-arm64 cat [2020-07-16T14:04:20.845Z] $ docker top c18c827077ee682733692691ea29afe5a37a34468bdbacd062b5a42784bff165 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-16T14:04:22.277Z] + make test [2020-07-16T14:04:22.277Z] echo "make test" [2020-07-16T14:04:22.277Z] make test [Pipeline] } [2020-07-16T14:04:22.308Z] $ docker stop --time=1 c18c827077ee682733692691ea29afe5a37a34468bdbacd062b5a42784bff165 [2020-07-16T14:04:24.252Z] $ docker rm -f c18c827077ee682733692691ea29afe5a37a34468bdbacd062b5a42784bff165 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-16T14:04:25.453Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-07-16T14:04:25.796Z] + ls -al . [2020-07-16T14:04:25.796Z] total 196 [2020-07-16T14:04:25.796Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 16 14:01 . [2020-07-16T14:04:25.796Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 16 14:01 .. [2020-07-16T14:04:25.796Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 16 14:01 .git [2020-07-16T14:04:25.796Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 16 14:01 .github [2020-07-16T14:04:25.796Z] -rw-rw-r-- 1 jenkins jenkins 176 Jul 16 14:01 .gitignore [2020-07-16T14:04:25.796Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 16 14:01 .semver [2020-07-16T14:04:25.796Z] -rw-rw-r-- 1 jenkins jenkins 3104 Jul 16 14:01 Attribution.txt [2020-07-16T14:04:25.796Z] -rw-rw-r-- 1 jenkins jenkins 5833 Jul 16 14:01 CHANGES [2020-07-16T14:04:25.796Z] -rw-rw-r-- 1 jenkins jenkins 108574 Jul 16 14:01 Doxyfile [2020-07-16T14:04:25.796Z] -rw-rw-r-- 1 jenkins jenkins 794 Jul 16 14:01 Jenkinsfile [2020-07-16T14:04:25.796Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jul 16 14:01 LICENSE [2020-07-16T14:04:25.796Z] -rw-rw-r-- 1 jenkins jenkins 449 Jul 16 14:01 Makefile [2020-07-16T14:04:25.796Z] -rw-rw-r-- 1 jenkins jenkins 1849 Jul 16 14:01 README.md [2020-07-16T14:04:25.796Z] -rw-rw-r-- 1 jenkins jenkins 5977 Jul 16 14:01 README.v2.md [2020-07-16T14:04:25.796Z] -rw-rw-r-- 1 jenkins jenkins 5 Jul 16 13:57 VERSION [2020-07-16T14:04:25.796Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 16 14:01 docs [2020-07-16T14:04:25.796Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 16 14:01 include [2020-07-16T14:04:25.796Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 16 14:01 scripts [2020-07-16T14:04:25.796Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 16 14:01 src [Pipeline] isUnix [Pipeline] sh [2020-07-16T14:04:26.159Z] + 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=4871229dde6b49be8cc006d16c39e84b9f91b8fa --label arch=arm64 --label version=0.0.0 . [2020-07-16T14:04:26.757Z] Sending build context to Docker daemon 3.487MB [2020-07-16T14:04:26.757Z] Step 1/15 : ARG BASE=alpine:3.11 [2020-07-16T14:04:26.757Z] Step 2/15 : FROM ${BASE} [2020-07-16T14:04:26.757Z] ---> 61221630cad1 [2020-07-16T14:04:26.757Z] Step 3/15 : MAINTAINER IOTech [2020-07-16T14:04:27.031Z] ---> Running in 576c856b393a [2020-07-16T14:04:27.302Z] Removing intermediate container 576c856b393a [2020-07-16T14:04:27.302Z] ---> d5feb533bfc0 [2020-07-16T14:04:27.302Z] Step 4/15 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev && mkdir -p /edgex-c-sdk/build [2020-07-16T14:04:27.574Z] ---> Running in b82c655bd79e [2020-07-16T14:04:29.004Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-07-16T14:04:29.979Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-07-16T14:04:30.573Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2020-07-16T14:04:30.573Z] (2/6) Installing libblkid (2.33-r0) [2020-07-16T14:04:30.573Z] (3/6) Installing libfdisk (2.33-r0) [2020-07-16T14:04:30.845Z] (4/6) Installing libmount (2.33-r0) [2020-07-16T14:04:31.115Z] (5/6) Installing libsmartcols (2.33-r0) [2020-07-16T14:04:31.115Z] (6/6) Installing util-linux-dev (2.33-r0) [2020-07-16T14:04:31.708Z] Executing busybox-1.29.3-r10.trigger [2020-07-16T14:04:31.708Z] OK: 286 MiB in 84 packages [2020-07-16T14:04:33.130Z] Removing intermediate container b82c655bd79e [2020-07-16T14:04:33.130Z] ---> b7ff2ea3848a [2020-07-16T14:04:33.130Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-07-16T14:04:33.719Z] ---> 7424bf181513 [2020-07-16T14:04:33.719Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-07-16T14:04:34.696Z] ---> 4487b90ee6e2 [2020-07-16T14:04:34.696Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-07-16T14:04:35.286Z] ---> 37e8d5a20f9e [2020-07-16T14:04:35.287Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-07-16T14:04:35.881Z] ---> afb17f13ad9c [2020-07-16T14:04:35.881Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-07-16T14:04:36.857Z] ---> e9262e8552c0 [2020-07-16T14:04:36.857Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-07-16T14:04:37.454Z] ---> 11929bc4e212 [2020-07-16T14:04:37.454Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-07-16T14:04:37.454Z] ---> Running in 87d9db739a38 [2020-07-16T14:04:38.044Z] Removing intermediate container 87d9db739a38 [2020-07-16T14:04:38.044Z] ---> 8de2af2784a8 [2020-07-16T14:04:38.044Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-07-16T14:04:38.317Z] ---> Running in 59f68e791c49 [2020-07-16T14:04:38.589Z] Removing intermediate container 59f68e791c49 [2020-07-16T14:04:38.589Z] ---> 94f86bdb37ec [2020-07-16T14:04:38.589Z] Step 13/15 : LABEL arch=arm64 [2020-07-16T14:04:38.861Z] ---> Running in 7c82bb38c59b [2020-07-16T14:04:39.454Z] Removing intermediate container 7c82bb38c59b [2020-07-16T14:04:39.454Z] ---> 843ff8fd6163 [2020-07-16T14:04:39.454Z] Step 14/15 : LABEL git_sha=4871229dde6b49be8cc006d16c39e84b9f91b8fa [2020-07-16T14:04:39.454Z] ---> Running in 3426ae75573f [2020-07-16T14:04:39.728Z] Removing intermediate container 3426ae75573f [2020-07-16T14:04:39.728Z] ---> c3e8c2e1b2b3 [2020-07-16T14:04:39.728Z] Step 15/15 : LABEL version=0.0.0 [2020-07-16T14:04:40.001Z] ---> Running in 78d75eb58156 [2020-07-16T14:04:40.273Z] Removing intermediate container 78d75eb58156 [2020-07-16T14:04:40.273Z] ---> c9f13af77fcb [2020-07-16T14:04:40.273Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2020-07-16T14:04:40.544Z] Successfully built c9f13af77fcb [2020-07-16T14:04:40.544Z] 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-07-16T14:04:43.490Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-16T14:04:44.094Z] ---> package-listing.sh [2020-07-16T14:04:44.094Z] ++ facter osfamily [2020-07-16T14:04:44.094Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-16T14:04:44.094Z] + OS_FAMILY=redhat [2020-07-16T14:04:44.094Z] + workspace=/w/workspace/edgexfoundry_device-sdk-c_PR-280 [2020-07-16T14:04:44.094Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-16T14:04:44.094Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-16T14:04:44.094Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-16T14:04:44.094Z] + PACKAGES=/tmp/packages_start.txt [2020-07-16T14:04:44.094Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-280 ']' [2020-07-16T14:04:44.094Z] + PACKAGES=/tmp/packages_end.txt [2020-07-16T14:04:44.094Z] + case "${OS_FAMILY}" in [2020-07-16T14:04:44.094Z] + rpm -qa [2020-07-16T14:04:44.094Z] + sort [2020-07-16T14:04:48.306Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-16T14:04:48.306Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-16T14:04:48.306Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-16T14:04:48.306Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-280 ']' [2020-07-16T14:04:48.306Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_PR-280/archives/ [2020-07-16T14:04:48.306Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-c_PR-280/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-16T14:04:48.730Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-16T14:04:48.730Z] [2020-07-16T14:04:48.730Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-16T14:04:49.101Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-16T14:04:49.101Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-16T14:04:49.101Z] c9b1b535fdd9: Pulling fs layer [2020-07-16T14:04:49.101Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-16T14:04:49.101Z] 756a868c4378: Pulling fs layer [2020-07-16T14:04:49.101Z] 444b2fc9a129: Pulling fs layer [2020-07-16T14:04:49.101Z] ea15f1150254: Pulling fs layer [2020-07-16T14:04:49.101Z] 41b27a9f41bf: Pulling fs layer [2020-07-16T14:04:49.101Z] 28c525ee5125: Pulling fs layer [2020-07-16T14:04:49.101Z] 094b1ea09ed8: Pulling fs layer [2020-07-16T14:04:49.101Z] 138eaada9080: Pulling fs layer [2020-07-16T14:04:49.101Z] 0622d0fa9048: Pulling fs layer [2020-07-16T14:04:49.101Z] 444b2fc9a129: Waiting [2020-07-16T14:04:49.101Z] ea15f1150254: Waiting [2020-07-16T14:04:49.101Z] 28c525ee5125: Waiting [2020-07-16T14:04:49.101Z] 094b1ea09ed8: Waiting [2020-07-16T14:04:49.101Z] 41b27a9f41bf: Waiting [2020-07-16T14:04:49.101Z] 138eaada9080: Waiting [2020-07-16T14:04:49.101Z] 0622d0fa9048: Waiting [2020-07-16T14:04:49.101Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-16T14:04:49.101Z] 2cc5ad85d9ab: Download complete [2020-07-16T14:04:49.101Z] 444b2fc9a129: Verifying Checksum [2020-07-16T14:04:49.101Z] 444b2fc9a129: Download complete [2020-07-16T14:04:49.101Z] c9b1b535fdd9: Verifying Checksum [2020-07-16T14:04:49.101Z] c9b1b535fdd9: Download complete [2020-07-16T14:04:49.101Z] ea15f1150254: Verifying Checksum [2020-07-16T14:04:49.101Z] ea15f1150254: Download complete [2020-07-16T14:04:49.376Z] 28c525ee5125: Verifying Checksum [2020-07-16T14:04:49.376Z] 28c525ee5125: Download complete [2020-07-16T14:04:49.646Z] 756a868c4378: Verifying Checksum [2020-07-16T14:04:49.646Z] 756a868c4378: Download complete [2020-07-16T14:04:49.646Z] c9b1b535fdd9: Pull complete [2020-07-16T14:04:49.646Z] 138eaada9080: Verifying Checksum [2020-07-16T14:04:49.646Z] 138eaada9080: Download complete [2020-07-16T14:04:49.646Z] 0622d0fa9048: Verifying Checksum [2020-07-16T14:04:49.646Z] 0622d0fa9048: Download complete [2020-07-16T14:04:49.924Z] 094b1ea09ed8: Verifying Checksum [2020-07-16T14:04:49.924Z] 094b1ea09ed8: Download complete [2020-07-16T14:04:50.187Z] 2cc5ad85d9ab: Pull complete [2020-07-16T14:04:50.187Z] 41b27a9f41bf: Verifying Checksum [2020-07-16T14:04:50.187Z] 41b27a9f41bf: Download complete [2020-07-16T14:04:51.589Z] 756a868c4378: Pull complete [2020-07-16T14:04:51.589Z] 444b2fc9a129: Pull complete [2020-07-16T14:04:51.850Z] ea15f1150254: Pull complete [2020-07-16T14:04:56.086Z] 41b27a9f41bf: Pull complete [2020-07-16T14:04:56.086Z] 28c525ee5125: Pull complete [2020-07-16T14:04:58.648Z] 094b1ea09ed8: Pull complete [2020-07-16T14:04:58.910Z] 138eaada9080: Pull complete [2020-07-16T14:04:58.910Z] 0622d0fa9048: Pull complete [2020-07-16T14:04:58.910Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-16T14:04:58.910Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-16T14:04:58.910Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-16T14:04:59.086Z] prd-centos7-docker-4c-2g-939 does not seem to be running inside a container [2020-07-16T14:04:59.136Z] $ 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-280 -v /w/workspace/edgexfoundry_device-sdk-c_PR-280:/w/workspace/edgexfoundry_device-sdk-c_PR-280:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_PR-280@tmp:/w/workspace/edgexfoundry_device-sdk-c_PR-280@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-16T14:05:03.368Z] $ docker top 7761ccf969bc47f026b80ba649f8bced16e7dbc732399652b0db358cc6d05d87 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-16T14:05:03.734Z] provisioning config files... [2020-07-16T14:05:03.750Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_PR-280@tmp/config5704659695560449798tmp [Pipeline] { [Pipeline] echo [2020-07-16T14:05:03.855Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-16T14:05:04.181Z] ---> create-netrc.sh [Pipeline] echo [2020-07-16T14:05:04.207Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-16T14:05:04.532Z] ---> logs-deploy.sh [2020-07-16T14:05:04.532Z] + ARCHIVE_ARTIFACTS= [2020-07-16T14:05:04.532Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-16T14:05:04.532Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-16T14:05:04.532Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-16T14:05:04.532Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/PR-280/1 [2020-07-16T14:05:04.532Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-c/job/PR-280/1/ [2020-07-16T14:05:04.532Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/PR-280/1 /w/workspace/edgexfoundry_device-sdk-c_PR-280 [2020-07-16T14:05:05.928Z] Archives upload complete. [2020-07-16T14:05:05.928Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/PR-280/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-c/job/PR-280/1/