Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 862ead6d097478181b3147da3693e5cb13a49fc6 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 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 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildCApp] RAW Config: [project:device-sdk-c, dockerBuildFilePath:scripts/Dockerfile.alpine-3.11-base, dockerFilePath:scripts/Dockerfile.alpine-3.11, pushImage:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildCApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-c-settings PROJECT: device-sdk-c USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest DOCKER_FILE_PATH: scripts/Dockerfile.alpine-3.11 DOCKER_BUILD_FILE_PATH: scripts/Dockerfile.alpine-3.11-base DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-c DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-4090 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-sdk-c.git > git init /w/workspace/edgexfoundry_device-sdk-c_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision 862ead6d097478181b3147da3693e5cb13a49fc6 (master) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 862ead6d097478181b3147da3693e5cb13a49fc6 # timeout=10 Commit message: "Merge pull request #271 from iain-anderson/cborfix" > git rev-list --no-walk 9807c98aec50e436adf0acc90aeecd299a070733 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-23T08:36:52.082Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-23T08:36:52.198Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-23T08:36:52.236Z] ========================================================= [2020-06-23T08:36:52.236Z] EdgeX Global Pipelines Version Info [2020-06-23T08:36:52.236Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-23T08:36:54.122Z] ------------------- [2020-06-23T08:36:54.122Z] stable info: [2020-06-23T08:36:54.122Z] ------------------- [2020-06-23T08:36:54.122Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-23T08:36:54.122Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-23T08:36:54.122Z] Message: update stable to v1.0.89 [2020-06-23T08:36:55.065Z] ------------------- [2020-06-23T08:36:55.065Z] experimental info: [2020-06-23T08:36:55.065Z] ------------------- [2020-06-23T08:36:55.065Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-23T08:36:55.065Z] Commit SHA: aa323fb5dfebb31640c35badf05a5a9beff52318 [2020-06-23T08:36:55.066Z] Message: update experimental to v1.0.90 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-06-23T08:36:56.533Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-23T08:36:56.794Z] [2020-06-23T08:36:56.794Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-23T08:36:57.122Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-23T08:36:57.122Z] latest: Pulling from edgex-devops/git-semver [2020-06-23T08:36:57.122Z] 9123ac7c32f7: Pulling fs layer [2020-06-23T08:36:57.122Z] b8cc5d1170e3: Pulling fs layer [2020-06-23T08:36:57.122Z] 2924cbbf6a41: Pulling fs layer [2020-06-23T08:36:57.122Z] 93b08a4f1073: Pulling fs layer [2020-06-23T08:36:57.122Z] 93b08a4f1073: Waiting [2020-06-23T08:36:57.122Z] b8cc5d1170e3: Verifying Checksum [2020-06-23T08:36:57.122Z] b8cc5d1170e3: Download complete [2020-06-23T08:36:57.122Z] 9123ac7c32f7: Verifying Checksum [2020-06-23T08:36:57.122Z] 9123ac7c32f7: Download complete [2020-06-23T08:36:57.391Z] 93b08a4f1073: Verifying Checksum [2020-06-23T08:36:57.391Z] 93b08a4f1073: Download complete [2020-06-23T08:36:57.391Z] 2924cbbf6a41: Verifying Checksum [2020-06-23T08:36:57.391Z] 2924cbbf6a41: Download complete [2020-06-23T08:36:57.655Z] 9123ac7c32f7: Pull complete [2020-06-23T08:36:57.655Z] b8cc5d1170e3: Pull complete [2020-06-23T08:36:58.610Z] 2924cbbf6a41: Pull complete [2020-06-23T08:36:58.874Z] 93b08a4f1073: Pull complete [2020-06-23T08:36:58.874Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-23T08:36:58.874Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-23T08:36:58.874Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-23T08:36:59.005Z] prd-centos7-docker-4c-2g-4090 does not seem to be running inside a container [2020-06-23T08:36:59.066Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-23T08:37:01.350Z] $ docker top 4c4f83e9665b6aae77364f9e99eed8c10865b9760acbc892f05a78dbe75e2a80 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-23T08:37:01.529Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-23T08:37:01.529Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-23T08:37:01.745Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-23T08:37:01.749Z] $ docker exec 4c4f83e9665b6aae77364f9e99eed8c10865b9760acbc892f05a78dbe75e2a80 ssh-agent [2020-06-23T08:37:01.916Z] SSH_AUTH_SOCK=/tmp/ssh-kAsFG4z43vAf/agent.11 [2020-06-23T08:37:01.916Z] SSH_AGENT_PID=16 [2020-06-23T08:37:01.926Z] Running ssh-add (command line suppressed) [2020-06-23T08:37:02.046Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_2425405496778373819.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_2425405496778373819.key) [2020-06-23T08:37:02.245Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-23T08:37:02.549Z] + git describe --exact-match --tags HEAD [2020-06-23T08:37:02.549Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-23T08:37:02.714Z] $ docker exec --env ******** --env ******** 4c4f83e9665b6aae77364f9e99eed8c10865b9760acbc892f05a78dbe75e2a80 ssh-agent -k [2020-06-23T08:37:02.828Z] unset SSH_AUTH_SOCK; [2020-06-23T08:37:02.829Z] unset SSH_AGENT_PID; [2020-06-23T08:37:02.829Z] echo Agent pid 16 killed; [2020-06-23T08:37:02.879Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-23T08:37:02.916Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-23T08:37:02.916Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-23T08:37:02.962Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-23T08:37:02.962Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-23T08:37:03.125Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-23T08:37:03.130Z] $ docker exec 4c4f83e9665b6aae77364f9e99eed8c10865b9760acbc892f05a78dbe75e2a80 ssh-agent [2020-06-23T08:37:03.296Z] SSH_AUTH_SOCK=/tmp/ssh-OniWEAAN8bBG/agent.46 [2020-06-23T08:37:03.296Z] SSH_AGENT_PID=51 [2020-06-23T08:37:03.302Z] Running ssh-add (command line suppressed) [2020-06-23T08:37:03.422Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_6496605344087448938.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_6496605344087448938.key) [2020-06-23T08:37:03.475Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-23T08:37:03.777Z] + git semver init [2020-06-23T08:37:03.777Z] # -> Open(): unable to determine branch for HEAD [2020-06-23T08:37:03.777Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-06-23T08:37:03.777Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-06-23T08:37:03.777Z] # $SEMVER_REMOTE_NAME = origin [2020-06-23T08:37:03.777Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-23T08:37:03.777Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-23T08:37:03.777Z] # $SEMVER_BRANCH = master [2020-06-23T08:37:03.777Z] # $SEMVER_TEMP = /tmp/semver-022156735 [2020-06-23T08:37:03.777Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-c.git $SEMVER_TEMP [2020-06-23T08:37:05.161Z] # '/tmp/semver-022156735' -> '/w/workspace/edgexfoundry_device-sdk-c_master/.semver' [2020-06-23T08:37:05.161Z] # -> Force: false [2020-06-23T08:37:05.161Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [Pipeline] } [2020-06-23T08:37:05.172Z] $ docker exec --env ******** --env ******** 4c4f83e9665b6aae77364f9e99eed8c10865b9760acbc892f05a78dbe75e2a80 ssh-agent -k [2020-06-23T08:37:05.286Z] unset SSH_AUTH_SOCK; [2020-06-23T08:37:05.287Z] unset SSH_AGENT_PID; [2020-06-23T08:37:05.287Z] echo Agent pid 51 killed; [2020-06-23T08:37:05.332Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-23T08:37:05.697Z] + git semver [Pipeline] } [2020-06-23T08:37:05.713Z] $ docker stop --time=1 4c4f83e9665b6aae77364f9e99eed8c10865b9760acbc892f05a78dbe75e2a80 [2020-06-23T08:37:07.123Z] $ docker rm -f 4c4f83e9665b6aae77364f9e99eed8c10865b9760acbc892f05a78dbe75e2a80 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-23T08:37:07.714Z] Stashed 47 file(s) [Pipeline] echo [2020-06-23T08:37:07.716Z] [edgeXSemver] initialized semver on version 1.2.2-dev.5 [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-06-23T08:37:22.870Z] Still waiting to schedule task [2020-06-23T08:37:22.870Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4090’ [2020-06-23T08:37:22.872Z] Still waiting to schedule task [2020-06-23T08:37:22.872Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-06-23T08:38:54.975Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4091 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] ws [2020-06-23T08:38:55.001Z] Running in /w/workspace/device-sdk-c/29 [Pipeline] { [Pipeline] checkout [2020-06-23T08:39:00.146Z] using credential edgex-jenkins-ssh [2020-06-23T08:39:00.186Z] Cloning the remote Git repository [2020-06-23T08:39:00.186Z] Cloning with configured refspecs honoured and without tags [2020-06-23T08:39:00.225Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-06-23T08:39:00.332Z] > git init /w/workspace/device-sdk-c/29 # timeout=10 [2020-06-23T08:39:00.399Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-06-23T08:39:00.400Z] > git --version # timeout=10 [2020-06-23T08:39:00.417Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-23T08:39:00.466Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-23T08:39:01.544Z] Fetching without tags [2020-06-23T08:39:01.456Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-06-23T08:39:01.471Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-23T08:39:01.502Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-06-23T08:39:01.531Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-06-23T08:39:01.531Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-23T08:39:01.543Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-23T08:39:03.205Z] Checking out Revision 862ead6d097478181b3147da3693e5cb13a49fc6 (master) [2020-06-23T08:39:03.201Z] > git config core.sparsecheckout # timeout=10 [2020-06-23T08:39:03.225Z] > git checkout -f 862ead6d097478181b3147da3693e5cb13a49fc6 # timeout=10 [2020-06-23T08:39:07.802Z] Commit message: "Merge pull request #271 from iain-anderson/cborfix" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-23T08:39:09.015Z] ========================================================= [2020-06-23T08:39:09.015Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] [2020-06-23T08:39:09.015Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-23T08:39:09.988Z] + 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-06-23T08:39:11.044Z] Sending build context to Docker daemon 3.166MB [2020-06-23T08:39:11.044Z] Step 1/21 : ARG BASE=alpine:3.11 [2020-06-23T08:39:11.044Z] Step 2/21 : FROM ${BASE} as builder [2020-06-23T08:39:11.333Z] latest: Pulling from edgex-devops/edgex-gcc-base-arm64 [2020-06-23T08:39:11.333Z] 0362ad1dd800: Pulling fs layer [2020-06-23T08:39:11.333Z] f2cdb1532d8b: Pulling fs layer [2020-06-23T08:39:11.333Z] 37ed683be191: Pulling fs layer [2020-06-23T08:39:11.333Z] f2cdb1532d8b: Verifying Checksum [2020-06-23T08:39:11.333Z] f2cdb1532d8b: Download complete [2020-06-23T08:39:11.333Z] 0362ad1dd800: Verifying Checksum [2020-06-23T08:39:11.333Z] 0362ad1dd800: Download complete [2020-06-23T08:39:12.316Z] 0362ad1dd800: Pull complete [2020-06-23T08:39:12.590Z] f2cdb1532d8b: Pull complete [2020-06-23T08:39:13.575Z] 37ed683be191: Verifying Checksum [2020-06-23T08:39:13.575Z] 37ed683be191: Download complete [2020-06-23T08:39:23.778Z] 37ed683be191: Pull complete [2020-06-23T08:39:23.778Z] Digest: sha256:f3a502aba7c4a8aa4a4fcde21dbb9db33787f3779e80dd14fb3ea60ab67de23f [2020-06-23T08:39:23.778Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest [2020-06-23T08:39:23.778Z] ---> b23d30803547 [2020-06-23T08:39:23.778Z] 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-06-23T08:39:25.204Z] ---> Running in 568ba7047232 [2020-06-23T08:39:26.655Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-06-23T08:39:27.246Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-06-23T08:39:28.221Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-06-23T08:39:28.221Z] (2/8) Installing libuuid (2.33-r0) [2020-06-23T08:39:28.493Z] (3/8) Installing libblkid (2.33-r0) [2020-06-23T08:39:28.493Z] (4/8) Installing libfdisk (2.33-r0) [2020-06-23T08:39:28.493Z] (5/8) Installing libmount (2.33-r0) [2020-06-23T08:39:28.771Z] (6/8) Installing libsmartcols (2.33-r0) [2020-06-23T08:39:28.771Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-06-23T08:39:29.042Z] (8/8) Installing wget (1.20.3-r0) [2020-06-23T08:39:29.315Z] Executing busybox-1.29.3-r10.trigger [2020-06-23T08:39:29.315Z] OK: 285 MiB in 83 packages [2020-06-23T08:39:30.748Z] Removing intermediate container 568ba7047232 [2020-06-23T08:39:30.748Z] ---> dcece1ba2241 [2020-06-23T08:39:30.748Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-06-23T08:39:30.748Z] ---> Running in e744abfb40c0 [2020-06-23T08:39:31.340Z] Removing intermediate container e744abfb40c0 [2020-06-23T08:39:31.340Z] ---> 48a853d527d6 [2020-06-23T08:39:31.341Z] 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-06-23T08:39:31.341Z] ---> Running in 7112a451f0f5 [2020-06-23T08:39:32.769Z] --2020-06-23 08:39:32-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-06-23T08:39:32.769Z] Resolving github.com... 140.82.112.3 [2020-06-23T08:39:32.769Z] Connecting to github.com|140.82.112.3|:443... connected. [2020-06-23T08:39:33.039Z] HTTP request sent, awaiting response... 302 Found [2020-06-23T08:39:33.039Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-06-23T08:39:33.039Z] --2020-06-23 08:39:32-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-06-23T08:39:33.039Z] Resolving codeload.github.com... 140.82.113.10 [2020-06-23T08:39:33.039Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2020-06-23T08:39:33.313Z] HTTP request sent, awaiting response... 200 OK [2020-06-23T08:39:33.313Z] Length: unspecified [application/x-gzip] [2020-06-23T08:39:33.313Z] Saving to: 'STDOUT' [2020-06-23T08:39:33.313Z]  [2020-06-23T08:39:33.313Z] 0K .......... .......... .......... .......... .......... 1.48M [2020-06-23T08:39:33.313Z] 50K .......... .......... .......... .......... .......... 2.73M [2020-06-23T08:39:33.313Z] 100K .......... .......... .......... .......... .......... 3.28M [2020-06-23T08:39:33.313Z] 150K .......... .......... .......... .......... .......... 12.8M [2020-06-23T08:39:33.313Z] 200K .......... .......... .......... .......... .......... 14.8M [2020-06-23T08:39:33.313Z] 250K .......... .......... .......... .......... .......... 2.91M [2020-06-23T08:39:33.313Z] 300K .......... .......... .......... .......... .......... 5.28M [2020-06-23T08:39:33.313Z] 350K .......... .......... .......... .......... .......... 4.13M [2020-06-23T08:39:33.313Z] 400K .......... .......... .......... .......... .......... 3.12M [2020-06-23T08:39:33.313Z] 450K .......... .......... .......... .......... .......... 4.48M [2020-06-23T08:39:33.313Z] 500K .......... .......... .......... .......... .......... 7.63M [2020-06-23T08:39:33.313Z] 550K .......... .......... .......... .......... .......... 2.55M [2020-06-23T08:39:33.313Z] 600K .......... .......... .......... .......... .......... 907K [2020-06-23T08:39:33.313Z] 650K .......... .......... .......... .......... .......... 2.76M [2020-06-23T08:39:33.313Z] 700K ..    291K=0.2s [2020-06-23T08:39:33.313Z] [2020-06-23T08:39:33.313Z] 2020-06-23 08:39:33 (2.81 MB/s) - written to stdout [719348] [2020-06-23T08:39:33.313Z] [2020-06-23T08:39:33.586Z] -- The C compiler identification is GNU 8.3.0 [2020-06-23T08:39:33.857Z] -- The CXX compiler identification is GNU 8.3.0 [2020-06-23T08:39:33.857Z] -- Check for working C compiler: /usr/bin/cc [2020-06-23T08:39:34.127Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-06-23T08:39:34.127Z] -- Detecting C compiler ABI info [2020-06-23T08:39:34.401Z] -- Detecting C compiler ABI info - done [2020-06-23T08:39:34.401Z] -- Detecting C compile features [2020-06-23T08:39:35.382Z] -- Detecting C compile features - done [2020-06-23T08:39:35.382Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-06-23T08:39:35.382Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-06-23T08:39:35.382Z] -- Detecting CXX compiler ABI info [2020-06-23T08:39:35.654Z] -- Detecting CXX compiler ABI info - done [2020-06-23T08:39:35.925Z] -- Detecting CXX compile features [2020-06-23T08:39:37.352Z] -- Detecting CXX compile features - done [2020-06-23T08:39:37.352Z] -- Looking for include file endian.h [2020-06-23T08:39:37.626Z] -- Looking for include file endian.h - found [2020-06-23T08:39:37.626Z] -- Check if the system is big endian [2020-06-23T08:39:37.626Z] -- Searching 16 bit integer [2020-06-23T08:39:37.626Z] -- Looking for sys/types.h [2020-06-23T08:39:37.901Z] -- Looking for sys/types.h - found [2020-06-23T08:39:37.901Z] -- Looking for stdint.h [2020-06-23T08:39:38.173Z] -- Looking for stdint.h - found [2020-06-23T08:39:38.173Z] -- Looking for stddef.h [2020-06-23T08:39:38.446Z] -- Looking for stddef.h - found [2020-06-23T08:39:38.446Z] -- Check size of unsigned short [2020-06-23T08:39:38.718Z] -- Check size of unsigned short - done [2020-06-23T08:39:38.718Z] -- Using unsigned short [2020-06-23T08:39:38.718Z] -- Check if the system is big endian - little endian [2020-06-23T08:39:38.990Z] -- Check size of size_t [2020-06-23T08:39:39.261Z] -- Check size of size_t - done [2020-06-23T08:39:39.261Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-06-23T08:39:39.261Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-06-23T08:39:39.261Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-06-23T08:39:39.261Z] CMake did not find one. [2020-06-23T08:39:39.261Z] [2020-06-23T08:39:39.261Z] Could not find a package configuration file provided by "cJSON" with any of [2020-06-23T08:39:39.261Z] the following names: [2020-06-23T08:39:39.261Z] [2020-06-23T08:39:39.261Z] cJSONConfig.cmake [2020-06-23T08:39:39.261Z] cjson-config.cmake [2020-06-23T08:39:39.261Z] [2020-06-23T08:39:39.261Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-06-23T08:39:39.261Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-06-23T08:39:39.261Z] provides a separate development package or SDK, be sure it has been [2020-06-23T08:39:39.261Z] installed. [2020-06-23T08:39:39.261Z] [2020-06-23T08:39:39.261Z] [2020-06-23T08:39:39.261Z] -- Configuring done [2020-06-23T08:39:39.534Z] -- Generating done [2020-06-23T08:39:39.534Z] -- Build files have been written to: /tmp/cbor [2020-06-23T08:39:39.534Z] Scanning dependencies of target cbor_shared [2020-06-23T08:39:39.534Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-06-23T08:39:40.514Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-06-23T08:39:40.797Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-06-23T08:39:41.073Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-06-23T08:39:41.665Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-06-23T08:39:41.938Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-06-23T08:39:42.217Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-06-23T08:39:42.217Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-06-23T08:39:42.490Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-06-23T08:39:42.763Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-06-23T08:39:43.362Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-06-23T08:39:43.637Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-06-23T08:39:44.228Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-06-23T08:39:44.498Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-06-23T08:39:44.770Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-06-23T08:39:44.770Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-06-23T08:39:45.042Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-06-23T08:39:45.633Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-06-23T08:39:45.633Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-06-23T08:39:45.905Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-06-23T08:39:46.177Z] [ 40%] Linking C shared library libcbor.so [2020-06-23T08:39:46.177Z] [ 40%] Built target cbor_shared [2020-06-23T08:39:46.177Z] Scanning dependencies of target cbor [2020-06-23T08:39:46.177Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-06-23T08:39:47.147Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-06-23T08:39:47.741Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-06-23T08:39:47.741Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-06-23T08:39:49.161Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-06-23T08:39:49.161Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-06-23T08:39:49.434Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-06-23T08:39:49.704Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-06-23T08:39:49.704Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-06-23T08:39:50.298Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-06-23T08:39:50.888Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-06-23T08:39:51.163Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-06-23T08:39:51.434Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-06-23T08:39:52.029Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-06-23T08:39:52.029Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-06-23T08:39:52.304Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-06-23T08:39:52.584Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-06-23T08:39:52.855Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-06-23T08:39:53.126Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-06-23T08:39:53.401Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-06-23T08:39:53.672Z] [ 80%] Linking C static library libcbor.a [2020-06-23T08:39:53.672Z] [ 80%] Built target cbor [2020-06-23T08:39:53.672Z] Scanning dependencies of target create_items [2020-06-23T08:39:53.672Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-06-23T08:39:53.951Z] [ 84%] Linking C executable create_items [2020-06-23T08:39:53.951Z] [ 84%] Built target create_items [2020-06-23T08:39:53.951Z] Scanning dependencies of target readfile [2020-06-23T08:39:53.951Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-06-23T08:39:54.230Z] [ 88%] Linking C executable readfile [2020-06-23T08:39:54.230Z] [ 88%] Built target readfile [2020-06-23T08:39:54.505Z] Scanning dependencies of target streaming_parser [2020-06-23T08:39:54.505Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-06-23T08:39:54.505Z] [ 92%] Linking C executable streaming_parser [2020-06-23T08:39:54.711Z] Running on prd-centos7-docker-4c-2g-4092 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] ws [2020-06-23T08:39:54.737Z] Running in /w/workspace/device-sdk-c/29 [Pipeline] { [Pipeline] checkout [2020-06-23T08:39:54.781Z] [ 92%] Built target streaming_parser [2020-06-23T08:39:54.781Z] Scanning dependencies of target sort [2020-06-23T08:39:54.781Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-06-23T08:39:55.051Z] [ 96%] Linking C executable sort [2020-06-23T08:39:55.051Z] [ 96%] Built target sort [2020-06-23T08:39:55.051Z] Scanning dependencies of target hello [2020-06-23T08:39:55.051Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-06-23T08:39:55.321Z] [100%] Linking C executable hello [2020-06-23T08:39:55.321Z] [100%] Built target hello [2020-06-23T08:39:55.321Z] Install the project... [2020-06-23T08:39:55.321Z] -- Install configuration: "Release" [2020-06-23T08:39:55.321Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-06-23T08:39:55.321Z] -- Installing: /usr/local/lib64/libcbor.a [2020-06-23T08:39:55.321Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-06-23T08:39:55.321Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-06-23T08:39:55.321Z] -- Installing: /usr/local/lib64/libcbor.so [2020-06-23T08:39:55.321Z] -- Up-to-date: /usr/local/include/cbor [2020-06-23T08:39:55.321Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-06-23T08:39:55.321Z] -- Installing: /usr/local/include/cbor/ints.h [2020-06-23T08:39:55.321Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-06-23T08:39:55.321Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-06-23T08:39:55.321Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-06-23T08:39:55.321Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-06-23T08:39:55.321Z] -- Installing: /usr/local/include/cbor/data.h [2020-06-23T08:39:55.321Z] -- Installing: /usr/local/include/cbor/common.h [2020-06-23T08:39:55.321Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-06-23T08:39:55.321Z] -- Installing: /usr/local/include/cbor/strings.h [2020-06-23T08:39:55.321Z] -- Installing: /usr/local/include/cbor/tags.h [2020-06-23T08:39:55.321Z] -- Installing: /usr/local/include/cbor/internal [2020-06-23T08:39:55.321Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-06-23T08:39:55.321Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-06-23T08:39:55.321Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-06-23T08:39:55.321Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-06-23T08:39:55.321Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-06-23T08:39:55.321Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-06-23T08:39:55.321Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-06-23T08:39:55.321Z] -- Installing: /usr/local/include/cbor/maps.h [2020-06-23T08:39:55.321Z] -- Installing: /usr/local/include/cbor.h [2020-06-23T08:39:55.321Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-06-23T08:39:56.932Z] using credential edgex-jenkins-ssh [2020-06-23T08:39:56.961Z] Cloning the remote Git repository [2020-06-23T08:39:56.961Z] Cloning with configured refspecs honoured and without tags [2020-06-23T08:39:56.378Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-06-23T08:39:57.744Z] Fetching without tags [2020-06-23T08:39:57.936Z] Removing intermediate container 7112a451f0f5 [2020-06-23T08:39:57.936Z] ---> f39b3890181c [2020-06-23T08:39:57.936Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-06-23T08:39:57.936Z] ---> Running in c189675146dd [2020-06-23T08:39:56.446Z] > git init /w/workspace/device-sdk-c/29 # timeout=10 [2020-06-23T08:39:56.496Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-06-23T08:39:56.496Z] > git --version # timeout=10 [2020-06-23T08:39:56.518Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-23T08:39:56.563Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-23T08:39:57.173Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-06-23T08:39:57.183Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-23T08:39:57.194Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-06-23T08:39:57.206Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-06-23T08:39:57.207Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-23T08:39:57.211Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-23T08:39:58.120Z] Checking out Revision 862ead6d097478181b3147da3693e5cb13a49fc6 (master) [2020-06-23T08:39:57.615Z] > git config core.sparsecheckout # timeout=10 [2020-06-23T08:39:57.620Z] > git checkout -f 862ead6d097478181b3147da3693e5cb13a49fc6 # timeout=10 [2020-06-23T08:40:00.556Z] Removing intermediate container c189675146dd [2020-06-23T08:40:00.556Z] ---> 3dd526262b0b [2020-06-23T08:40:00.556Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-06-23T08:40:00.827Z] ---> 839ccf73d875 [2020-06-23T08:40:00.827Z] Step 8/21 : COPY src /tmp/sdk/src [2020-06-23T08:40:01.534Z] Commit message: "Merge pull request #271 from iain-anderson/cborfix" [2020-06-23T08:40:01.802Z] ---> 136bf21ad96a [2020-06-23T08:40:01.802Z] Step 9/21 : COPY include /tmp/sdk/include [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-23T08:40:02.244Z] ========================================================= [2020-06-23T08:40:02.245Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2020-06-23T08:40:02.245Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-23T08:40:02.786Z] ---> e1612b264b48 [2020-06-23T08:40:02.786Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-06-23T08:40:02.926Z] + 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-06-23T08:40:03.189Z] Sending build context to Docker daemon 3.166MB [2020-06-23T08:40:03.189Z] Step 1/21 : ARG BASE=alpine:3.11 [2020-06-23T08:40:03.189Z] Step 2/21 : FROM ${BASE} as builder [2020-06-23T08:40:03.384Z] ---> ebd03ded3cbe [2020-06-23T08:40:03.384Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-06-23T08:40:03.454Z] latest: Pulling from edgex-devops/edgex-gcc-base [2020-06-23T08:40:03.454Z] e7c96db7181b: Pulling fs layer [2020-06-23T08:40:03.454Z] 4c13bbce0fe7: Pulling fs layer [2020-06-23T08:40:03.454Z] 6059c847ac2f: Pulling fs layer [2020-06-23T08:40:03.454Z] 4c13bbce0fe7: Verifying Checksum [2020-06-23T08:40:03.454Z] 4c13bbce0fe7: Download complete [2020-06-23T08:40:03.454Z] e7c96db7181b: Verifying Checksum [2020-06-23T08:40:03.454Z] e7c96db7181b: Download complete [2020-06-23T08:40:03.718Z] e7c96db7181b: Pull complete [2020-06-23T08:40:03.988Z] 4c13bbce0fe7: Pull complete [2020-06-23T08:40:03.990Z] ---> 204c038195d8 [2020-06-23T08:40:03.990Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-06-23T08:40:04.568Z] 6059c847ac2f: Verifying Checksum [2020-06-23T08:40:04.569Z] 6059c847ac2f: Download complete [2020-06-23T08:40:04.963Z] ---> 6f9b89692afa [2020-06-23T08:40:04.963Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-06-23T08:40:04.963Z] ---> Running in ca7e8a54af00 [2020-06-23T08:40:06.394Z] + CPPCHECK=false [2020-06-23T08:40:06.394Z] + DOCGEN=false [2020-06-23T08:40:06.394Z] + TOMLVER=SDK-0.2 [2020-06-23T08:40:06.394Z] + CUTILVER=1.0.4 [2020-06-23T08:40:06.394Z] + '[' 0 -gt 0 ] [2020-06-23T08:40:06.394Z] + readlink -f ./scripts/build.sh [2020-06-23T08:40:06.394Z] + dirname /tmp/sdk/scripts/build.sh [2020-06-23T08:40:06.394Z] + dirname /tmp/sdk/scripts [2020-06-23T08:40:06.394Z] + ROOT=/tmp/sdk [2020-06-23T08:40:06.394Z] + cd /tmp/sdk [2020-06-23T08:40:06.394Z] + '[' '!' -d deps ] [2020-06-23T08:40:06.394Z] + mkdir deps [2020-06-23T08:40:06.394Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-06-23T08:40:06.394Z] + tar -C deps -z -x -f - [2020-06-23T08:40:06.394Z] --2020-06-23 08:40:06-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-06-23T08:40:06.394Z] Resolving github.com... 140.82.113.4 [2020-06-23T08:40:06.394Z] Connecting to github.com|140.82.113.4|:443... connected. [2020-06-23T08:40:06.394Z] HTTP request sent, awaiting response... 302 Found [2020-06-23T08:40:06.394Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-06-23T08:40:06.394Z] --2020-06-23 08:40:06-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-06-23T08:40:06.394Z] Resolving codeload.github.com... 140.82.113.10 [2020-06-23T08:40:06.394Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2020-06-23T08:40:06.666Z] HTTP request sent, awaiting response... 200 OK [2020-06-23T08:40:06.666Z] Length: unspecified [application/x-gzip] [2020-06-23T08:40:06.666Z] Saving to: 'STDOUT' [2020-06-23T08:40:06.666Z]  [2020-06-23T08:40:06.666Z] 0K .......... ......   1.01M=0.02s [2020-06-23T08:40:06.666Z] [2020-06-23T08:40:06.666Z] 2020-06-23 08:40:06 (1.01 MB/s) - written to stdout [16451] [2020-06-23T08:40:06.666Z] [2020-06-23T08:40:06.666Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-06-23T08:40:06.666Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.0.4.tar.gz [2020-06-23T08:40:06.666Z] + tar -C deps -z -x -f - [2020-06-23T08:40:06.666Z] --2020-06-23 08:40:06-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.0.4.tar.gz [2020-06-23T08:40:06.666Z] Resolving github.com... 140.82.113.4 [2020-06-23T08:40:06.666Z] Connecting to github.com|140.82.113.4|:443... connected. [2020-06-23T08:40:06.940Z] HTTP request sent, awaiting response... 302 Found [2020-06-23T08:40:06.940Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.0.4 [following] [2020-06-23T08:40:06.940Z] --2020-06-23 08:40:06-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.0.4 [2020-06-23T08:40:06.940Z] Resolving codeload.github.com... 140.82.113.10 [2020-06-23T08:40:06.940Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2020-06-23T08:40:07.211Z] HTTP request sent, awaiting response... 200 OK [2020-06-23T08:40:07.211Z] Length: unspecified [application/x-gzip] [2020-06-23T08:40:07.211Z] Saving to: 'STDOUT' [2020-06-23T08:40:07.211Z]  [2020-06-23T08:40:07.211Z] 0K .......... .......... .......... .......... .......... 1.32M [2020-06-23T08:40:07.211Z] 50K .......... .......... .......... .......... .......... 2.64M [2020-06-23T08:40:07.211Z] 100K .......... .......... .......... .......... .......... 6.03M [2020-06-23T08:40:07.211Z] 150K ........ 3.35M=0.07s [2020-06-23T08:40:07.211Z] [2020-06-23T08:40:07.211Z] 2020-06-23 08:40:07 (2.35 MB/s) - written to stdout [162267] [2020-06-23T08:40:07.211Z] [2020-06-23T08:40:07.211Z] + mkdir -p src/c/iot [2020-06-23T08:40:07.211Z] + cp deps/iotech-c-utils-1.0.4/src/c/base64.c deps/iotech-c-utils-1.0.4/src/c/component.c deps/iotech-c-utils-1.0.4/src/c/container.c deps/iotech-c-utils-1.0.4/src/c/data.c deps/iotech-c-utils-1.0.4/src/c/hash.c deps/iotech-c-utils-1.0.4/src/c/iot.c deps/iotech-c-utils-1.0.4/src/c/json.c deps/iotech-c-utils-1.0.4/src/c/logger.c deps/iotech-c-utils-1.0.4/src/c/os.c deps/iotech-c-utils-1.0.4/src/c/scheduler.c deps/iotech-c-utils-1.0.4/src/c/thread.c deps/iotech-c-utils-1.0.4/src/c/threadpool.c deps/iotech-c-utils-1.0.4/src/c/time.c src/c/iot [2020-06-23T08:40:07.211Z] + mkdir -p include/iot [2020-06-23T08:40:07.211Z] + cp deps/iotech-c-utils-1.0.4/include/iot/base64.h deps/iotech-c-utils-1.0.4/include/iot/component.h deps/iotech-c-utils-1.0.4/include/iot/container.h deps/iotech-c-utils-1.0.4/include/iot/data.h deps/iotech-c-utils-1.0.4/include/iot/hash.h deps/iotech-c-utils-1.0.4/include/iot/iot.h deps/iotech-c-utils-1.0.4/include/iot/json.h deps/iotech-c-utils-1.0.4/include/iot/logger.h deps/iotech-c-utils-1.0.4/include/iot/os.h deps/iotech-c-utils-1.0.4/include/iot/scheduler.h deps/iotech-c-utils-1.0.4/include/iot/thread.h deps/iotech-c-utils-1.0.4/include/iot/threadpool.h deps/iotech-c-utils-1.0.4/include/iot/time.h deps/iotech-c-utils-1.0.4/include/iot/typecode.h include/iot [2020-06-23T08:40:07.211Z] + mkdir -p include/iot/os [2020-06-23T08:40:07.211Z] + cp deps/iotech-c-utils-1.0.4/include/iot/os/linux.h deps/iotech-c-utils-1.0.4/include/iot/os/zephyr.h include/iot/os [2020-06-23T08:40:07.211Z] + mkdir -p /tmp/sdk/build/release [2020-06-23T08:40:07.211Z] + cd /tmp/sdk/build/release [2020-06-23T08:40:07.211Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-06-23T08:40:07.484Z] -- The C compiler identification is GNU 8.3.0 [2020-06-23T08:40:07.484Z] -- Check for working C compiler: /usr/bin/cc [2020-06-23T08:40:07.755Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-06-23T08:40:07.755Z] -- Detecting C compiler ABI info [2020-06-23T08:40:08.026Z] -- Detecting C compiler ABI info - done [2020-06-23T08:40:08.026Z] -- Detecting C compile features [2020-06-23T08:40:08.818Z] 6059c847ac2f: Pull complete [2020-06-23T08:40:08.818Z] Digest: sha256:6b5104d086ae1e5e8a284a473be9a93378e3934f9b07db5717372c857cbcbe5e [2020-06-23T08:40:08.818Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [2020-06-23T08:40:08.818Z] ---> 5eabd8fd8ba2 [2020-06-23T08:40:08.818Z] 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-06-23T08:40:09.005Z] -- Detecting C compile features - done [2020-06-23T08:40:09.005Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-06-23T08:40:09.005Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-06-23T08:40:09.005Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-06-23T08:40:09.005Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-06-23T08:40:09.005Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-06-23T08:40:09.005Z] -- C SDK 1.2.2-dev.5 for Linux [2020-06-23T08:40:09.005Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-06-23T08:40:09.005Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-06-23T08:40:09.005Z] -- Found Curses: /usr/lib/libcurses.so [2020-06-23T08:40:09.277Z] -- Configuring done [2020-06-23T08:40:09.549Z] -- Generating done [2020-06-23T08:40:09.549Z] -- Build files have been written to: /tmp/sdk/build/release [2020-06-23T08:40:09.549Z] + + teemake release.log [2020-06-23T08:40:09.549Z] [2020-06-23T08:40:09.549Z] Scanning dependencies of target csdk [2020-06-23T08:40:09.822Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-06-23T08:40:10.105Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-06-23T08:40:10.307Z] ---> Running in 233be89eac92 [2020-06-23T08:40:10.698Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-06-23T08:40:10.878Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-06-23T08:40:11.823Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-06-23T08:40:11.823Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-06-23T08:40:12.085Z] (2/8) Installing libuuid (2.33-r0) [2020-06-23T08:40:12.085Z] (3/8) Installing libblkid (2.33-r0) [2020-06-23T08:40:12.085Z] (4/8) Installing libfdisk (2.33-r0) [2020-06-23T08:40:12.346Z] (5/8) Installing libmount (2.33-r0) [2020-06-23T08:40:12.346Z] (6/8) Installing libsmartcols (2.33-r0) [2020-06-23T08:40:12.346Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-06-23T08:40:12.606Z] (8/8) Installing wget (1.20.3-r0) [2020-06-23T08:40:12.656Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-06-23T08:40:12.867Z] Executing busybox-1.29.3-r10.trigger [2020-06-23T08:40:12.867Z] OK: 272 MiB in 83 packages [2020-06-23T08:40:12.928Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-06-23T08:40:13.196Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-06-23T08:40:13.441Z] Removing intermediate container 233be89eac92 [2020-06-23T08:40:13.441Z] ---> 2ba6f7f38453 [2020-06-23T08:40:13.441Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-06-23T08:40:13.441Z] ---> Running in 65f84c2b2a33 [2020-06-23T08:40:13.441Z] Removing intermediate container 65f84c2b2a33 [2020-06-23T08:40:13.441Z] ---> cbf3ed79bccc [2020-06-23T08:40:13.441Z] 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-06-23T08:40:13.441Z] ---> Running in c4d2d639fd97 [2020-06-23T08:40:14.161Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-06-23T08:40:14.385Z] --2020-06-23 08:40:14-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-06-23T08:40:14.385Z] Resolving github.com... 140.82.113.4 [2020-06-23T08:40:14.385Z] Connecting to github.com|140.82.113.4|:443... connected. [2020-06-23T08:40:14.385Z] HTTP request sent, awaiting response... 302 Found [2020-06-23T08:40:14.385Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-06-23T08:40:14.385Z] --2020-06-23 08:40:14-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-06-23T08:40:14.385Z] Resolving codeload.github.com... 140.82.113.10 [2020-06-23T08:40:14.385Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2020-06-23T08:40:14.647Z] HTTP request sent, awaiting response... 200 OK [2020-06-23T08:40:14.647Z] Length: unspecified [application/x-gzip] [2020-06-23T08:40:14.647Z] Saving to: 'STDOUT' [2020-06-23T08:40:14.647Z]  [2020-06-23T08:40:14.647Z] 0K .......... .......... .......... .......... .......... 1.63M [2020-06-23T08:40:14.647Z] 50K .......... .......... .......... .......... .......... 3.26M [2020-06-23T08:40:14.647Z] 100K .......... .......... .......... .......... .......... 42.7M [2020-06-23T08:40:14.647Z] 150K .......... .......... .......... .......... .......... 3.63M [2020-06-23T08:40:14.647Z] 200K .......... .......... .......... .......... .......... 23.0M [2020-06-23T08:40:14.647Z] 250K .......... .......... .......... .......... .......... 8.54M [2020-06-23T08:40:14.647Z] 300K .......... .......... .......... .......... .......... 10.2M [2020-06-23T08:40:14.647Z] 350K .......... .......... .......... .......... .......... 11.6M [2020-06-23T08:40:14.647Z] 400K .......... .......... .......... .......... .......... 6.79M [2020-06-23T08:40:14.647Z] 450K .......... .......... .......... .......... .......... 9.24M [2020-06-23T08:40:14.647Z] 500K .......... .......... .......... .......... .......... 22.0M [2020-06-23T08:40:14.647Z] 550K .......... .......... .......... .......... .......... 5.62M [2020-06-23T08:40:14.647Z] 600K .......... .......... .......... .......... .......... 2.05M [2020-06-23T08:40:14.647Z] 650K .......... .......... .......... .......... .......... 4.96M [2020-06-23T08:40:14.647Z] 700K .. 43.7M=0.1s [2020-06-23T08:40:14.647Z] [2020-06-23T08:40:14.647Z] 2020-06-23 08:40:14 (5.14 MB/s) - written to stdout [719348] [2020-06-23T08:40:14.647Z] [2020-06-23T08:40:14.914Z] -- The C compiler identification is GNU 8.3.0 [2020-06-23T08:40:14.914Z] -- The CXX compiler identification is GNU 8.3.0 [2020-06-23T08:40:14.914Z] -- Check for working C compiler: /usr/bin/cc [2020-06-23T08:40:15.179Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-06-23T08:40:15.179Z] -- Detecting C compiler ABI info [2020-06-23T08:40:15.179Z] -- Detecting C compiler ABI info - done [2020-06-23T08:40:15.179Z] -- Detecting C compile features [2020-06-23T08:40:15.440Z] -- Detecting C compile features - done [2020-06-23T08:40:15.441Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-06-23T08:40:15.441Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-06-23T08:40:15.441Z] -- Detecting CXX compiler ABI info [2020-06-23T08:40:15.441Z] -- Detecting CXX compiler ABI info - done [2020-06-23T08:40:15.702Z] -- Detecting CXX compile features [2020-06-23T08:40:15.963Z] -- Detecting CXX compile features - done [2020-06-23T08:40:15.963Z] -- Looking for include file endian.h [2020-06-23T08:40:16.116Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-06-23T08:40:16.224Z] -- Looking for include file endian.h - found [2020-06-23T08:40:16.224Z] -- Check if the system is big endian [2020-06-23T08:40:16.224Z] -- Searching 16 bit integer [2020-06-23T08:40:16.224Z] -- Looking for sys/types.h [2020-06-23T08:40:16.224Z] -- Looking for sys/types.h - found [2020-06-23T08:40:16.224Z] -- Looking for stdint.h [2020-06-23T08:40:16.224Z] -- Looking for stdint.h - found [2020-06-23T08:40:16.224Z] -- Looking for stddef.h [2020-06-23T08:40:16.224Z] -- Looking for stddef.h - found [2020-06-23T08:40:16.224Z] -- Check size of unsigned short [2020-06-23T08:40:16.387Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-06-23T08:40:16.484Z] -- Check size of unsigned short - done [2020-06-23T08:40:16.484Z] -- Using unsigned short [2020-06-23T08:40:16.484Z] -- Check if the system is big endian - little endian [2020-06-23T08:40:16.484Z] -- Check size of size_t [2020-06-23T08:40:16.484Z] -- Check size of size_t - done [2020-06-23T08:40:16.484Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-06-23T08:40:16.484Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-06-23T08:40:16.484Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-06-23T08:40:16.484Z] CMake did not find one. [2020-06-23T08:40:16.484Z] [2020-06-23T08:40:16.484Z] Could not find a package configuration file provided by "cJSON" with any of [2020-06-23T08:40:16.484Z] the following names: [2020-06-23T08:40:16.484Z] [2020-06-23T08:40:16.484Z] cJSONConfig.cmake [2020-06-23T08:40:16.484Z] cjson-config.cmake [2020-06-23T08:40:16.484Z] [2020-06-23T08:40:16.484Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-06-23T08:40:16.484Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-06-23T08:40:16.484Z] provides a separate development package or SDK, be sure it has been [2020-06-23T08:40:16.484Z] installed. [2020-06-23T08:40:16.484Z] [2020-06-23T08:40:16.484Z] [2020-06-23T08:40:16.484Z] -- Configuring done [2020-06-23T08:40:16.744Z] -- Generating done [2020-06-23T08:40:16.744Z] -- Build files have been written to: /tmp/cbor [2020-06-23T08:40:16.744Z] Scanning dependencies of target cbor_shared [2020-06-23T08:40:16.744Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-06-23T08:40:16.976Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-06-23T08:40:17.003Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-06-23T08:40:17.003Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-06-23T08:40:17.003Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-06-23T08:40:17.254Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-06-23T08:40:17.262Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-06-23T08:40:17.262Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-06-23T08:40:17.522Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-06-23T08:40:17.522Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-06-23T08:40:17.522Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-06-23T08:40:17.522Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-06-23T08:40:17.528Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-06-23T08:40:17.781Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-06-23T08:40:17.781Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-06-23T08:40:17.798Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-06-23T08:40:18.041Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-06-23T08:40:18.041Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-06-23T08:40:18.041Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-06-23T08:40:18.041Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-06-23T08:40:18.070Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-06-23T08:40:18.301Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-06-23T08:40:18.301Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-06-23T08:40:18.301Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-06-23T08:40:18.301Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-06-23T08:40:18.560Z] [ 40%] Linking C shared library libcbor.so [2020-06-23T08:40:18.560Z] [ 40%] Built target cbor_shared [2020-06-23T08:40:18.560Z] Scanning dependencies of target cbor [2020-06-23T08:40:18.560Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-06-23T08:40:18.820Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-06-23T08:40:18.820Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-06-23T08:40:18.820Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-06-23T08:40:19.079Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-06-23T08:40:19.338Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-06-23T08:40:19.338Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-06-23T08:40:19.338Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-06-23T08:40:19.338Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-06-23T08:40:19.603Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-06-23T08:40:19.603Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-06-23T08:40:19.862Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-06-23T08:40:19.863Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-06-23T08:40:19.863Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-06-23T08:40:20.122Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-06-23T08:40:20.122Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-06-23T08:40:20.122Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-06-23T08:40:20.387Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-06-23T08:40:20.387Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-06-23T08:40:20.387Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-06-23T08:40:20.387Z] [ 80%] Linking C static library libcbor.a [2020-06-23T08:40:20.387Z] [ 80%] Built target cbor [2020-06-23T08:40:20.387Z] Scanning dependencies of target create_items [2020-06-23T08:40:20.387Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-06-23T08:40:20.648Z] [ 84%] Linking C executable create_items [2020-06-23T08:40:20.648Z] [ 84%] Built target create_items [2020-06-23T08:40:20.648Z] Scanning dependencies of target readfile [2020-06-23T08:40:20.648Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-06-23T08:40:20.648Z] [ 88%] Linking C executable readfile [2020-06-23T08:40:20.648Z] [ 88%] Built target readfile [2020-06-23T08:40:20.648Z] Scanning dependencies of target streaming_parser [2020-06-23T08:40:20.648Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-06-23T08:40:20.648Z] [ 92%] Linking C executable streaming_parser [2020-06-23T08:40:20.648Z] [ 92%] Built target streaming_parser [2020-06-23T08:40:20.911Z] Scanning dependencies of target sort [2020-06-23T08:40:20.911Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-06-23T08:40:20.911Z] [ 96%] Linking C executable sort [2020-06-23T08:40:20.911Z] [ 96%] Built target sort [2020-06-23T08:40:20.911Z] Scanning dependencies of target hello [2020-06-23T08:40:20.911Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-06-23T08:40:20.911Z] [100%] Linking C executable hello [2020-06-23T08:40:20.911Z] [100%] Built target hello [2020-06-23T08:40:20.911Z] Install the project... [2020-06-23T08:40:20.911Z] -- Install configuration: "Release" [2020-06-23T08:40:20.911Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-06-23T08:40:20.911Z] -- Installing: /usr/local/lib64/libcbor.a [2020-06-23T08:40:20.911Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-06-23T08:40:20.911Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-06-23T08:40:20.911Z] -- Installing: /usr/local/lib64/libcbor.so [2020-06-23T08:40:20.911Z] -- Up-to-date: /usr/local/include/cbor [2020-06-23T08:40:20.911Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-06-23T08:40:20.911Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-06-23T08:40:20.911Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-06-23T08:40:20.911Z] -- Installing: /usr/local/include/cbor/common.h [2020-06-23T08:40:20.911Z] -- Installing: /usr/local/include/cbor/data.h [2020-06-23T08:40:20.911Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-06-23T08:40:20.911Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-06-23T08:40:20.911Z] -- Installing: /usr/local/include/cbor/internal [2020-06-23T08:40:20.911Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-06-23T08:40:20.911Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-06-23T08:40:20.911Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-06-23T08:40:20.911Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-06-23T08:40:20.911Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-06-23T08:40:20.911Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-06-23T08:40:20.911Z] -- Installing: /usr/local/include/cbor/ints.h [2020-06-23T08:40:20.911Z] -- Installing: /usr/local/include/cbor/maps.h [2020-06-23T08:40:20.911Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-06-23T08:40:20.911Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-06-23T08:40:20.911Z] -- Installing: /usr/local/include/cbor/strings.h [2020-06-23T08:40:20.911Z] -- Installing: /usr/local/include/cbor/tags.h [2020-06-23T08:40:20.911Z] -- Installing: /usr/local/include/cbor.h [2020-06-23T08:40:20.911Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-06-23T08:40:21.433Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-06-23T08:40:21.706Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-06-23T08:40:21.978Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-06-23T08:40:22.577Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-06-23T08:40:23.479Z] Removing intermediate container c4d2d639fd97 [2020-06-23T08:40:23.479Z] ---> 5eaeeb343970 [2020-06-23T08:40:23.479Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-06-23T08:40:23.479Z] ---> Running in 7b91450783b0 [2020-06-23T08:40:24.875Z] Removing intermediate container 7b91450783b0 [2020-06-23T08:40:24.875Z] ---> 4b6b3e587cf5 [2020-06-23T08:40:24.875Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-06-23T08:40:25.137Z] ---> ea1306f3f1d0 [2020-06-23T08:40:25.137Z] Step 8/21 : COPY src /tmp/sdk/src [2020-06-23T08:40:25.185Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-06-23T08:40:25.185Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-06-23T08:40:25.185Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-06-23T08:40:25.778Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-06-23T08:40:26.054Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-06-23T08:40:26.094Z] ---> 7fe96d112ef3 [2020-06-23T08:40:26.094Z] Step 9/21 : COPY include /tmp/sdk/include [2020-06-23T08:40:26.331Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-06-23T08:40:26.359Z] ---> 8c5be655790f [2020-06-23T08:40:26.359Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-06-23T08:40:26.359Z] ---> c97857b1dfcf [2020-06-23T08:40:26.359Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-06-23T08:40:26.620Z] ---> 9bff92da5fd7 [2020-06-23T08:40:26.620Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-06-23T08:40:26.886Z] ---> 1b2a644aed67 [2020-06-23T08:40:26.886Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-06-23T08:40:26.886Z] ---> Running in 1341f59e89de [2020-06-23T08:40:27.307Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-06-23T08:40:27.307Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-06-23T08:40:27.850Z] + CPPCHECK=false [2020-06-23T08:40:27.850Z] + DOCGEN=false [2020-06-23T08:40:27.850Z] + TOMLVER=SDK-0.2 [2020-06-23T08:40:27.850Z] + CUTILVER=1.0.4 [2020-06-23T08:40:27.850Z] + '[' 0 -gt 0 ] [2020-06-23T08:40:27.850Z] + readlink -f ./scripts/build.sh [2020-06-23T08:40:27.850Z] + dirname /tmp/sdk/scripts/build.sh [2020-06-23T08:40:27.850Z] + dirname /tmp/sdk/scripts [2020-06-23T08:40:27.850Z] + ROOT=/tmp/sdk [2020-06-23T08:40:27.850Z] + cd /tmp/sdk [2020-06-23T08:40:27.850Z] + '[' '!' -d deps ] [2020-06-23T08:40:27.850Z] + mkdir deps [2020-06-23T08:40:27.850Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-06-23T08:40:27.850Z] + tar -C deps -z -x -f - [2020-06-23T08:40:27.850Z] --2020-06-23 08:40:27-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-06-23T08:40:27.850Z] Resolving github.com... 140.82.113.4 [2020-06-23T08:40:27.850Z] Connecting to github.com|140.82.113.4|:443... connected. [2020-06-23T08:40:27.850Z] HTTP request sent, awaiting response... 302 Found [2020-06-23T08:40:27.850Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-06-23T08:40:27.850Z] --2020-06-23 08:40:27-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-06-23T08:40:27.850Z] Resolving codeload.github.com... 140.82.113.10 [2020-06-23T08:40:27.850Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2020-06-23T08:40:27.850Z] HTTP request sent, awaiting response... 200 OK [2020-06-23T08:40:27.850Z] Length: unspecified [application/x-gzip] [2020-06-23T08:40:27.850Z] Saving to: 'STDOUT' [2020-06-23T08:40:27.850Z]  [2020-06-23T08:40:27.850Z] 0K .......... ...... 1.07M=0.01s [2020-06-23T08:40:27.850Z] [2020-06-23T08:40:27.850Z] 2020-06-23 08:40:27 (1.07 MB/s) - written to stdout [16451] [2020-06-23T08:40:27.850Z] [2020-06-23T08:40:27.850Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-06-23T08:40:27.850Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.0.4.tar.gz [2020-06-23T08:40:27.850Z] + tar -C deps -z -x -f - [2020-06-23T08:40:27.850Z] --2020-06-23 08:40:27-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.0.4.tar.gz [2020-06-23T08:40:27.850Z] Resolving github.com... 140.82.113.4 [2020-06-23T08:40:27.850Z] Connecting to github.com|140.82.113.4|:443... connected. [2020-06-23T08:40:27.904Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-06-23T08:40:28.112Z] HTTP request sent, awaiting response... 302 Found [2020-06-23T08:40:28.112Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.0.4 [following] [2020-06-23T08:40:28.112Z] --2020-06-23 08:40:27-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.0.4 [2020-06-23T08:40:28.112Z] Resolving codeload.github.com... 140.82.113.10 [2020-06-23T08:40:28.112Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2020-06-23T08:40:28.112Z] HTTP request sent, awaiting response... 200 OK [2020-06-23T08:40:28.112Z] Length: unspecified [application/x-gzip] [2020-06-23T08:40:28.112Z] Saving to: 'STDOUT' [2020-06-23T08:40:28.112Z]  [2020-06-23T08:40:28.112Z] 0K .......... .......... .......... .......... .......... 1.36M [2020-06-23T08:40:28.112Z] 50K .......... .......... .......... .......... .......... 14.4M [2020-06-23T08:40:28.112Z] 100K .......... .......... .......... .......... .......... 3.18M [2020-06-23T08:40:28.112Z] 150K ........ 64.5M=0.05s [2020-06-23T08:40:28.112Z] [2020-06-23T08:40:28.112Z] 2020-06-23 08:40:28 (2.82 MB/s) - written to stdout [162267] [2020-06-23T08:40:28.112Z] [2020-06-23T08:40:28.112Z] + mkdir -p src/c/iot [2020-06-23T08:40:28.112Z] + cp deps/iotech-c-utils-1.0.4/src/c/base64.c deps/iotech-c-utils-1.0.4/src/c/component.c deps/iotech-c-utils-1.0.4/src/c/container.c deps/iotech-c-utils-1.0.4/src/c/data.c deps/iotech-c-utils-1.0.4/src/c/hash.c deps/iotech-c-utils-1.0.4/src/c/iot.c deps/iotech-c-utils-1.0.4/src/c/json.c deps/iotech-c-utils-1.0.4/src/c/logger.c deps/iotech-c-utils-1.0.4/src/c/os.c deps/iotech-c-utils-1.0.4/src/c/scheduler.c deps/iotech-c-utils-1.0.4/src/c/thread.c deps/iotech-c-utils-1.0.4/src/c/threadpool.c deps/iotech-c-utils-1.0.4/src/c/time.c src/c/iot [2020-06-23T08:40:28.112Z] + mkdir -p include/iot [2020-06-23T08:40:28.112Z] + cp deps/iotech-c-utils-1.0.4/include/iot/base64.h deps/iotech-c-utils-1.0.4/include/iot/component.h deps/iotech-c-utils-1.0.4/include/iot/container.h deps/iotech-c-utils-1.0.4/include/iot/data.h deps/iotech-c-utils-1.0.4/include/iot/hash.h deps/iotech-c-utils-1.0.4/include/iot/iot.h deps/iotech-c-utils-1.0.4/include/iot/json.h deps/iotech-c-utils-1.0.4/include/iot/logger.h deps/iotech-c-utils-1.0.4/include/iot/os.h deps/iotech-c-utils-1.0.4/include/iot/scheduler.h deps/iotech-c-utils-1.0.4/include/iot/thread.h deps/iotech-c-utils-1.0.4/include/iot/threadpool.h deps/iotech-c-utils-1.0.4/include/iot/time.h deps/iotech-c-utils-1.0.4/include/iot/typecode.h include/iot [2020-06-23T08:40:28.112Z] + mkdir -p include/iot/os [2020-06-23T08:40:28.112Z] + cp deps/iotech-c-utils-1.0.4/include/iot/os/linux.h deps/iotech-c-utils-1.0.4/include/iot/os/zephyr.h include/iot/os [2020-06-23T08:40:28.112Z] + mkdir -p /tmp/sdk/build/release [2020-06-23T08:40:28.112Z] + cd /tmp/sdk/build/release [2020-06-23T08:40:28.112Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-06-23T08:40:28.175Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-06-23T08:40:28.375Z] -- The C compiler identification is GNU 8.3.0 [2020-06-23T08:40:28.375Z] -- Check for working C compiler: /usr/bin/cc [2020-06-23T08:40:28.375Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-06-23T08:40:28.375Z] -- Detecting C compiler ABI info [2020-06-23T08:40:28.375Z] -- Detecting C compiler ABI info - done [2020-06-23T08:40:28.375Z] -- Detecting C compile features [2020-06-23T08:40:28.638Z] -- Detecting C compile features - done [2020-06-23T08:40:28.638Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-06-23T08:40:28.638Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-06-23T08:40:28.638Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-06-23T08:40:28.638Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-06-23T08:40:28.638Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-06-23T08:40:28.638Z] -- C SDK 1.2.2-dev.5 for Linux [2020-06-23T08:40:28.638Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-06-23T08:40:28.773Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-06-23T08:40:28.900Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-06-23T08:40:28.901Z] -- Found Curses: /usr/lib/libcurses.so [2020-06-23T08:40:28.901Z] -- Configuring done [2020-06-23T08:40:28.901Z] -- Generating done [2020-06-23T08:40:28.901Z] -- Build files have been written to: /tmp/sdk/build/release [2020-06-23T08:40:28.901Z] + make [2020-06-23T08:40:28.901Z] + tee release.log [2020-06-23T08:40:28.901Z] Scanning dependencies of target csdk [2020-06-23T08:40:29.162Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-06-23T08:40:29.162Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-06-23T08:40:29.428Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-06-23T08:40:29.690Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-06-23T08:40:29.754Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-06-23T08:40:29.754Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-06-23T08:40:29.954Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-06-23T08:40:29.954Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-06-23T08:40:30.216Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-06-23T08:40:30.788Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-06-23T08:40:30.788Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-06-23T08:40:31.049Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-06-23T08:40:31.049Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-06-23T08:40:31.310Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-06-23T08:40:31.310Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-06-23T08:40:31.310Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-06-23T08:40:32.258Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-06-23T08:40:32.258Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-06-23T08:40:32.258Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-06-23T08:40:32.531Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-06-23T08:40:33.137Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-06-23T08:40:33.137Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-06-23T08:40:33.137Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-06-23T08:40:33.399Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-06-23T08:40:33.399Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-06-23T08:40:33.661Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-06-23T08:40:33.661Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-06-23T08:40:33.923Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-06-23T08:40:33.923Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-06-23T08:40:34.035Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-06-23T08:40:34.185Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-06-23T08:40:34.185Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-06-23T08:40:34.308Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-06-23T08:40:34.446Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-06-23T08:40:34.446Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-06-23T08:40:34.579Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-06-23T08:40:35.170Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-06-23T08:40:35.830Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-06-23T08:40:35.830Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-06-23T08:40:35.830Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-06-23T08:40:36.091Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-06-23T08:40:36.351Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-06-23T08:40:36.596Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-06-23T08:40:36.924Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-06-23T08:40:37.871Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-06-23T08:40:38.136Z] [ 70%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-06-23T08:40:38.402Z] [ 72%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-06-23T08:40:38.557Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-06-23T08:40:38.664Z] [ 74%] Linking C shared library libcsdk.so [2020-06-23T08:40:38.664Z] [ 74%] Built target csdk [2020-06-23T08:40:38.665Z] Scanning dependencies of target template [2020-06-23T08:40:38.665Z] [ 76%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-06-23T08:40:38.927Z] [ 78%] Linking C executable template [2020-06-23T08:40:38.927Z] [ 78%] Built target template [2020-06-23T08:40:38.927Z] Scanning dependencies of target device-counter [2020-06-23T08:40:38.927Z] [ 80%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-06-23T08:40:39.190Z] [ 81%] Linking C executable device-counter [2020-06-23T08:40:39.190Z] [ 81%] Built target device-counter [2020-06-23T08:40:39.190Z] Scanning dependencies of target device-random [2020-06-23T08:40:39.190Z] [ 83%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-06-23T08:40:39.451Z] [ 85%] Linking C executable device-random [2020-06-23T08:40:39.451Z] [ 85%] Built target device-random [2020-06-23T08:40:39.451Z] Scanning dependencies of target device-gyro [2020-06-23T08:40:39.451Z] [ 87%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-06-23T08:40:39.451Z] [ 89%] Linking C executable device-gyro [2020-06-23T08:40:39.711Z] [ 89%] Built target device-gyro [2020-06-23T08:40:39.711Z] Scanning dependencies of target template-discovery [2020-06-23T08:40:39.711Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-06-23T08:40:39.711Z] [ 92%] Linking C executable template-discovery [2020-06-23T08:40:39.972Z] [ 92%] Built target template-discovery [2020-06-23T08:40:39.972Z] Scanning dependencies of target device-terminal [2020-06-23T08:40:39.972Z] [ 94%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-06-23T08:40:39.972Z] [ 96%] Linking C executable device-terminal [2020-06-23T08:40:39.972Z] [ 96%] Built target device-terminal [2020-06-23T08:40:40.232Z] Scanning dependencies of target templatev1 [2020-06-23T08:40:40.232Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-06-23T08:40:40.232Z] [100%] Linking C executable templatev1 [2020-06-23T08:40:40.232Z] [100%] Built target templatev1 [2020-06-23T08:40:40.232Z] + make package [2020-06-23T08:40:40.232Z] + tee -a release.log [2020-06-23T08:40:40.494Z] [ 74%] Built target csdk [2020-06-23T08:40:40.494Z] [ 78%] Built target template [2020-06-23T08:40:40.494Z] [ 81%] Built target device-counter [2020-06-23T08:40:40.494Z] [ 85%] Built target device-random [2020-06-23T08:40:40.494Z] [ 89%] Built target device-gyro [2020-06-23T08:40:40.494Z] [ 92%] Built target template-discovery [2020-06-23T08:40:40.494Z] [ 96%] Built target device-terminal [2020-06-23T08:40:40.494Z] [100%] Built target templatev1 [2020-06-23T08:40:40.494Z] Run CPack packaging tool... [2020-06-23T08:40:40.755Z] CPack: Create package using TGZ [2020-06-23T08:40:40.755Z] CPack: Install projects [2020-06-23T08:40:40.755Z] CPack: - Run preinstall target for: Csdk [2020-06-23T08:40:40.755Z] CPack: - Install project: Csdk [2020-06-23T08:40:40.755Z] CPack: Create package [2020-06-23T08:40:40.755Z] CPack: - package: /tmp/sdk/build/release/csdk-1.2.2-dev.5.tar.gz generated. [2020-06-23T08:40:40.755Z] + '[' false '=' true ] [2020-06-23T08:40:40.755Z] + '[' false '=' true ] [2020-06-23T08:40:40.755Z] + mkdir -p /tmp/sdk/build/debug [2020-06-23T08:40:40.755Z] + cd /tmp/sdk/build/debug [2020-06-23T08:40:40.755Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCSDK_BUILD_DEBUG=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-06-23T08:40:41.017Z] -- The C compiler identification is GNU 8.3.0 [2020-06-23T08:40:41.017Z] -- Check for working C compiler: /usr/bin/cc [2020-06-23T08:40:41.017Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-06-23T08:40:41.017Z] -- Detecting C compiler ABI info [2020-06-23T08:40:41.017Z] -- Detecting C compiler ABI info - done [2020-06-23T08:40:41.278Z] -- Detecting C compile features [2020-06-23T08:40:41.278Z] -- Detecting C compile features - done [2020-06-23T08:40:41.278Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-06-23T08:40:41.278Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-06-23T08:40:41.278Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-06-23T08:40:41.278Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-06-23T08:40:41.278Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-06-23T08:40:41.278Z] -- C SDK 1.2.2-dev.5 for Linux [2020-06-23T08:40:41.278Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-06-23T08:40:41.540Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-06-23T08:40:41.540Z] -- Found Curses: /usr/lib/libcurses.so [2020-06-23T08:40:41.540Z] -- Configuring done [2020-06-23T08:40:41.540Z] -- Generating done [2020-06-23T08:40:41.540Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-06-23T08:40:41.540Z] + make [2020-06-23T08:40:41.540Z] + tee debug.log [2020-06-23T08:40:41.540Z] Scanning dependencies of target csdk [2020-06-23T08:40:41.540Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-06-23T08:40:41.801Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-06-23T08:40:41.801Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-06-23T08:40:41.927Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-06-23T08:40:41.927Z] [ 70%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-06-23T08:40:42.061Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-06-23T08:40:42.061Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-06-23T08:40:42.061Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-06-23T08:40:42.321Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-06-23T08:40:42.321Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-06-23T08:40:42.586Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-06-23T08:40:42.586Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-06-23T08:40:42.586Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-06-23T08:40:42.847Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-06-23T08:40:42.847Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-06-23T08:40:42.847Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-06-23T08:40:43.111Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-06-23T08:40:43.111Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-06-23T08:40:43.111Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-06-23T08:40:43.350Z] [ 72%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-06-23T08:40:43.374Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-06-23T08:40:43.622Z] [ 74%] Linking C shared library libcsdk.so [2020-06-23T08:40:43.637Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-06-23T08:40:43.637Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-06-23T08:40:43.637Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-06-23T08:40:43.637Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-06-23T08:40:43.892Z] [ 74%] Built target csdk [2020-06-23T08:40:43.892Z] Scanning dependencies of target template [2020-06-23T08:40:43.892Z] [ 76%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-06-23T08:40:43.902Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-06-23T08:40:43.902Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-06-23T08:40:43.902Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-06-23T08:40:43.902Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-06-23T08:40:44.162Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-06-23T08:40:44.162Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-06-23T08:40:44.162Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-06-23T08:40:44.162Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-06-23T08:40:44.423Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-06-23T08:40:44.483Z] [ 78%] Linking C executable template [2020-06-23T08:40:44.683Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-06-23T08:40:44.683Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-06-23T08:40:44.683Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-06-23T08:40:44.753Z] [ 78%] Built target template [2020-06-23T08:40:44.753Z] Scanning dependencies of target device-counter [2020-06-23T08:40:44.753Z] [ 80%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-06-23T08:40:44.945Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-06-23T08:40:45.207Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-06-23T08:40:45.207Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-06-23T08:40:45.346Z] [ 81%] Linking C executable device-counter [2020-06-23T08:40:45.346Z] [ 81%] Built target device-counter [2020-06-23T08:40:45.346Z] Scanning dependencies of target device-random [2020-06-23T08:40:45.346Z] [ 83%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-06-23T08:40:45.467Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-06-23T08:40:45.467Z] [ 70%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-06-23T08:40:45.729Z] [ 72%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-06-23T08:40:45.729Z] [ 74%] Linking C shared library libcsdk.so [2020-06-23T08:40:45.729Z] [ 74%] Built target csdk [2020-06-23T08:40:45.729Z] Scanning dependencies of target template [2020-06-23T08:40:45.935Z] [ 85%] Linking C executable device-random [2020-06-23T08:40:45.990Z] [ 76%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-06-23T08:40:45.990Z] [ 78%] Linking C executable template [2020-06-23T08:40:45.990Z] [ 78%] Built target template [2020-06-23T08:40:45.990Z] Scanning dependencies of target device-counter [2020-06-23T08:40:45.990Z] [ 80%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-06-23T08:40:46.206Z] [ 85%] Built target device-random [2020-06-23T08:40:46.206Z] Scanning dependencies of target device-gyro [2020-06-23T08:40:46.206Z] [ 87%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-06-23T08:40:46.254Z] [ 81%] Linking C executable device-counter [2020-06-23T08:40:46.254Z] [ 81%] Built target device-counter [2020-06-23T08:40:46.254Z] Scanning dependencies of target device-random [2020-06-23T08:40:46.254Z] [ 83%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-06-23T08:40:46.254Z] [ 85%] Linking C executable device-random [2020-06-23T08:40:46.481Z] [ 89%] Linking C executable device-gyro [2020-06-23T08:40:46.516Z] [ 85%] Built target device-random [2020-06-23T08:40:46.516Z] Scanning dependencies of target device-gyro [2020-06-23T08:40:46.516Z] [ 87%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-06-23T08:40:46.516Z] [ 89%] Linking C executable device-gyro [2020-06-23T08:40:46.516Z] [ 89%] Built target device-gyro [2020-06-23T08:40:46.516Z] Scanning dependencies of target template-discovery [2020-06-23T08:40:46.516Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-06-23T08:40:46.516Z] [ 92%] Linking C executable template-discovery [2020-06-23T08:40:46.753Z] [ 89%] Built target device-gyro [2020-06-23T08:40:46.754Z] Scanning dependencies of target template-discovery [2020-06-23T08:40:46.754Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-06-23T08:40:46.776Z] [ 92%] Built target template-discovery [2020-06-23T08:40:46.776Z] Scanning dependencies of target device-terminal [2020-06-23T08:40:46.776Z] [ 94%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-06-23T08:40:46.776Z] [ 96%] Linking C executable device-terminal [2020-06-23T08:40:47.036Z] [ 96%] Built target device-terminal [2020-06-23T08:40:47.036Z] Scanning dependencies of target templatev1 [2020-06-23T08:40:47.036Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-06-23T08:40:47.036Z] [100%] Linking C executable templatev1 [2020-06-23T08:40:47.036Z] [100%] Built target templatev1 [2020-06-23T08:40:47.036Z] make: Entering directory '/tmp/sdk/build/release' [2020-06-23T08:40:47.036Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-06-23T08:40:47.036Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T08:40:47.036Z] Scanning dependencies of target csdk [2020-06-23T08:40:47.297Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T08:40:47.297Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T08:40:47.297Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-06-23T08:40:47.343Z] [ 92%] Linking C executable template-discovery [2020-06-23T08:40:47.556Z] [ 3%] Linking C shared library libcsdk.so [2020-06-23T08:40:47.556Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T08:40:47.556Z] [ 74%] Built target csdk [2020-06-23T08:40:47.556Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T08:40:47.613Z] [ 92%] Built target template-discovery [2020-06-23T08:40:47.613Z] Scanning dependencies of target device-terminal [2020-06-23T08:40:47.613Z] [ 94%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-06-23T08:40:47.817Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T08:40:47.817Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T08:40:47.817Z] [ 76%] Linking C executable template [2020-06-23T08:40:47.817Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T08:40:47.817Z] [ 78%] Built target template [2020-06-23T08:40:47.817Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T08:40:47.817Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T08:40:47.817Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T08:40:47.817Z] [ 80%] Linking C executable device-counter [2020-06-23T08:40:47.817Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T08:40:47.817Z] [ 81%] Built target device-counter [2020-06-23T08:40:47.817Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T08:40:47.817Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T08:40:47.817Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T08:40:47.817Z] [ 83%] Linking C executable device-random [2020-06-23T08:40:47.817Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T08:40:47.817Z] [ 85%] Built target device-random [2020-06-23T08:40:47.817Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T08:40:47.817Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T08:40:47.817Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T08:40:47.817Z] [ 87%] Linking C executable device-gyro [2020-06-23T08:40:48.076Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T08:40:48.076Z] [ 89%] Built target device-gyro [2020-06-23T08:40:48.076Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T08:40:48.076Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T08:40:48.076Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T08:40:48.076Z] [ 90%] Linking C executable template-discovery [2020-06-23T08:40:48.077Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T08:40:48.077Z] [ 92%] Built target template-discovery [2020-06-23T08:40:48.077Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T08:40:48.077Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T08:40:48.077Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T08:40:48.077Z] [ 94%] Linking C executable device-terminal [2020-06-23T08:40:48.077Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T08:40:48.077Z] [ 96%] Built target device-terminal [2020-06-23T08:40:48.077Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T08:40:48.077Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T08:40:48.077Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T08:40:48.077Z] [ 98%] Linking C executable templatev1 [2020-06-23T08:40:48.204Z] [ 96%] Linking C executable device-terminal [2020-06-23T08:40:48.336Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T08:40:48.336Z] [100%] Built target templatev1 [2020-06-23T08:40:48.336Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T08:40:48.336Z] Install the project... [2020-06-23T08:40:48.336Z] -- Install configuration: "Release" [2020-06-23T08:40:48.336Z] -- Installing: /usr/local/lib/libcsdk.so [2020-06-23T08:40:48.336Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-06-23T08:40:48.336Z] -- Up-to-date: /usr/local/include [2020-06-23T08:40:48.336Z] -- Installing: /usr/local/include/devsdk [2020-06-23T08:40:48.336Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-06-23T08:40:48.336Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-06-23T08:40:48.336Z] -- Installing: /usr/local/include/edgex [2020-06-23T08:40:48.336Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-06-23T08:40:48.336Z] -- Installing: /usr/local/include/edgex/devices.h [2020-06-23T08:40:48.336Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-06-23T08:40:48.336Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-06-23T08:40:48.336Z] -- Installing: /usr/local/include/edgex/edgex-logging.h [2020-06-23T08:40:48.336Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-06-23T08:40:48.336Z] -- Installing: /usr/local/include/edgex/error.h [2020-06-23T08:40:48.336Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-06-23T08:40:48.336Z] -- Installing: /usr/local/include/edgex/os.h [2020-06-23T08:40:48.336Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-06-23T08:40:48.336Z] -- Installing: /usr/local/include/edgex/registry.h [2020-06-23T08:40:48.336Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-06-23T08:40:48.336Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-06-23T08:40:48.336Z] -- Installing: /usr/local/include/iot [2020-06-23T08:40:48.336Z] -- Installing: /usr/local/include/iot/base64.h [2020-06-23T08:40:48.336Z] -- Installing: /usr/local/include/iot/component.h [2020-06-23T08:40:48.336Z] -- Installing: /usr/local/include/iot/container.h [2020-06-23T08:40:48.336Z] -- Installing: /usr/local/include/iot/data.h [2020-06-23T08:40:48.336Z] -- Installing: /usr/local/include/iot/hash.h [2020-06-23T08:40:48.336Z] -- Installing: /usr/local/include/iot/iot.h [2020-06-23T08:40:48.336Z] -- Installing: /usr/local/include/iot/json.h [2020-06-23T08:40:48.336Z] -- Installing: /usr/local/include/iot/logger.h [2020-06-23T08:40:48.336Z] -- Installing: /usr/local/include/iot/os.h [2020-06-23T08:40:48.336Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-06-23T08:40:48.336Z] -- Installing: /usr/local/include/iot/thread.h [2020-06-23T08:40:48.336Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-06-23T08:40:48.336Z] -- Installing: /usr/local/include/iot/time.h [2020-06-23T08:40:48.336Z] -- Installing: /usr/local/include/iot/typecode.h [2020-06-23T08:40:48.336Z] -- Installing: /usr/local/include/iot/os [2020-06-23T08:40:48.336Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-06-23T08:40:48.336Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-06-23T08:40:48.336Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-06-23T08:40:48.336Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-06-23T08:40:48.336Z] make: Leaving directory '/tmp/sdk/build/release' [2020-06-23T08:40:48.473Z] [ 96%] Built target device-terminal [2020-06-23T08:40:48.473Z] Scanning dependencies of target templatev1 [2020-06-23T08:40:48.473Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-06-23T08:40:49.066Z] [100%] Linking C executable templatev1 [2020-06-23T08:40:49.066Z] [100%] Built target templatev1 [2020-06-23T08:40:49.338Z] + + maketee package -a [2020-06-23T08:40:49.338Z] release.log [2020-06-23T08:40:49.338Z] [ 74%] Built target csdk [2020-06-23T08:40:49.338Z] [ 78%] Built target template [2020-06-23T08:40:49.338Z] [ 81%] Built target device-counter [2020-06-23T08:40:49.610Z] [ 85%] Built target device-random [2020-06-23T08:40:49.610Z] [ 89%] Built target device-gyro [2020-06-23T08:40:49.610Z] [ 92%] Built target template-discovery [2020-06-23T08:40:49.610Z] [ 96%] Built target device-terminal [2020-06-23T08:40:49.610Z] [100%] Built target templatev1 [2020-06-23T08:40:49.610Z] Run CPack packaging tool... [2020-06-23T08:40:49.610Z] CPack: Create package using TGZ [2020-06-23T08:40:49.610Z] CPack: Install projects [2020-06-23T08:40:49.610Z] CPack: - Run preinstall target for: Csdk [2020-06-23T08:40:50.251Z] CPack: - Install project: Csdk [2020-06-23T08:40:50.251Z] CPack: Create package [2020-06-23T08:40:50.251Z] CPack: - package: /tmp/sdk/build/release/csdk-1.2.2-dev.5.tar.gz generated. [2020-06-23T08:40:50.251Z] + '[' false '=' true ] [2020-06-23T08:40:50.251Z] + '[' false '=' true ] [2020-06-23T08:40:50.251Z] + mkdir -p /tmp/sdk/build/debug [2020-06-23T08:40:50.251Z] + cd /tmp/sdk/build/debug [2020-06-23T08:40:50.251Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCSDK_BUILD_DEBUG=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-06-23T08:40:50.252Z] Removing intermediate container 1341f59e89de [2020-06-23T08:40:50.252Z] ---> 6fe197e3024a [2020-06-23T08:40:50.252Z] Step 14/21 : FROM ${BASE} [2020-06-23T08:40:50.252Z] ---> 5eabd8fd8ba2 [2020-06-23T08:40:50.252Z] Step 15/21 : MAINTAINER IOTech [2020-06-23T08:40:50.252Z] ---> Running in 03f05164dc3a [2020-06-23T08:40:50.252Z] Removing intermediate container 03f05164dc3a [2020-06-23T08:40:50.252Z] ---> f1e3d1710196 [2020-06-23T08:40:50.252Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-06-23T08:40:50.252Z] ---> Running in 0b060784cab0 [2020-06-23T08:40:50.879Z] -- The C compiler identification is GNU 8.3.0 [2020-06-23T08:40:50.879Z] -- Check for working C compiler: /usr/bin/cc [2020-06-23T08:40:50.879Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-06-23T08:40:50.879Z] -- Detecting C compiler ABI info [2020-06-23T08:40:51.163Z] -- Detecting C compiler ABI info - done [2020-06-23T08:40:51.163Z] -- Detecting C compile features [2020-06-23T08:40:51.200Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-06-23T08:40:51.769Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-06-23T08:40:52.029Z] (1/3) Installing curl (7.64.0-r3) [2020-06-23T08:40:52.029Z] (2/3) Installing libuuid (2.33-r0) [2020-06-23T08:40:52.205Z] -- Detecting C compile features - done [2020-06-23T08:40:52.205Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-06-23T08:40:52.205Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-06-23T08:40:52.205Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-06-23T08:40:52.205Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-06-23T08:40:52.205Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-06-23T08:40:52.205Z] -- C SDK 1.2.2-dev.5 for Linux [2020-06-23T08:40:52.205Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-06-23T08:40:52.289Z] (3/3) Installing wget (1.20.3-r0) [2020-06-23T08:40:52.289Z] Executing busybox-1.29.3-r10.trigger [2020-06-23T08:40:52.289Z] OK: 268 MiB in 78 packages [2020-06-23T08:40:52.490Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-06-23T08:40:52.490Z] -- Found Curses: /usr/lib/libcurses.so [2020-06-23T08:40:52.490Z] -- Configuring done [2020-06-23T08:40:52.765Z] -- Generating done [2020-06-23T08:40:52.765Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-06-23T08:40:52.765Z] + + teemake [2020-06-23T08:40:52.765Z] debug.log [2020-06-23T08:40:52.860Z] Removing intermediate container 0b060784cab0 [2020-06-23T08:40:52.860Z] ---> 6986670488cd [2020-06-23T08:40:52.860Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-06-23T08:40:53.044Z] Scanning dependencies of target csdk [2020-06-23T08:40:53.044Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-06-23T08:40:53.129Z] ---> 03dcd2b1ac08 [2020-06-23T08:40:53.129Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-06-23T08:40:53.391Z] ---> 5b95e84b578c [2020-06-23T08:40:53.391Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-06-23T08:40:53.391Z] ---> d13372a84b3d [2020-06-23T08:40:53.391Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-06-23T08:40:53.639Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-06-23T08:40:53.651Z] ---> 144058c9845d [2020-06-23T08:40:53.651Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-06-23T08:40:53.910Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-06-23T08:40:53.911Z] ---> a85f66bc9b5a [2020-06-23T08:40:53.911Z] Successfully built a85f66bc9b5a [2020-06-23T08:40:53.911Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-23T08:40:54.188Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-06-23T08:40:54.369Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-23T08:40:54.369Z] . [Pipeline] withDockerContainer [2020-06-23T08:40:54.462Z] prd-centos7-docker-4c-2g-4092 does not seem to be running inside a container [2020-06-23T08:40:54.504Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/29 -v /w/workspace/device-sdk-c/29:/w/workspace/device-sdk-c/29:rw,z -v /w/workspace/device-sdk-c/29@tmp:/w/workspace/device-sdk-c/29@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 ******** ci-base-image-x86_64 cat [2020-06-23T08:40:54.781Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-06-23T08:40:54.781Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-06-23T08:40:55.058Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-06-23T08:40:55.082Z] $ docker top 3df3a222886ed9382fddb310f5de9cb16c7925b9299e1c82d45c3afdbdafa08a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-23T08:40:55.492Z] + make test [2020-06-23T08:40:55.492Z] echo "make test" [2020-06-23T08:40:55.492Z] make test [Pipeline] } [2020-06-23T08:40:55.505Z] $ docker stop --time=1 3df3a222886ed9382fddb310f5de9cb16c7925b9299e1c82d45c3afdbdafa08a [2020-06-23T08:40:55.650Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-06-23T08:40:55.923Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-06-23T08:40:56.194Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-06-23T08:40:56.466Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-06-23T08:40:56.738Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-06-23T08:40:56.822Z] $ docker rm -f 3df3a222886ed9382fddb310f5de9cb16c7925b9299e1c82d45c3afdbdafa08a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2020-06-23T08:40:57.012Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-06-23T08:40:57.012Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [Pipeline] script [Pipeline] { [2020-06-23T08:40:57.984Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [Pipeline] sh [2020-06-23T08:40:58.259Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-06-23T08:40:58.260Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-06-23T08:40:58.527Z] + sudo chown -R jenkins:jenkins . [2020-06-23T08:40:58.532Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [Pipeline] sh [2020-06-23T08:40:58.817Z] + ls -al . [2020-06-23T08:40:58.817Z] total 160 [2020-06-23T08:40:58.817Z] drwxrwxr-x. 9 jenkins jenkins 275 Jun 23 08:40 . [2020-06-23T08:40:58.817Z] drwxrwxr-x. 4 jenkins jenkins 30 Jun 23 08:39 .. [2020-06-23T08:40:58.817Z] -rw-rw-r--. 1 jenkins jenkins 3104 Jun 23 08:39 Attribution.txt [2020-06-23T08:40:58.817Z] -rw-rw-r--. 1 jenkins jenkins 5323 Jun 23 08:39 CHANGES [2020-06-23T08:40:58.817Z] drwxrwxr-x. 2 jenkins jenkins 144 Jun 23 08:39 docs [2020-06-23T08:40:58.817Z] -rw-rw-r--. 1 jenkins jenkins 108574 Jun 23 08:39 Doxyfile [2020-06-23T08:40:58.817Z] drwxrwxr-x. 8 jenkins jenkins 162 Jun 23 08:40 .git [2020-06-23T08:40:58.817Z] drwxrwxr-x. 2 jenkins jenkins 38 Jun 23 08:39 .github [2020-06-23T08:40:58.817Z] -rw-rw-r--. 1 jenkins jenkins 176 Jun 23 08:39 .gitignore [2020-06-23T08:40:58.817Z] drwxrwxr-x. 4 jenkins jenkins 33 Jun 23 08:39 include [2020-06-23T08:40:58.817Z] -rw-rw-r--. 1 jenkins jenkins 794 Jun 23 08:39 Jenkinsfile [2020-06-23T08:40:58.817Z] -rw-rw-r--. 1 jenkins jenkins 10174 Jun 23 08:39 LICENSE [2020-06-23T08:40:58.817Z] -rw-rw-r--. 1 jenkins jenkins 449 Jun 23 08:39 Makefile [2020-06-23T08:40:58.817Z] -rw-rw-r--. 1 jenkins jenkins 1849 Jun 23 08:39 README.md [2020-06-23T08:40:58.817Z] -rw-rw-r--. 1 jenkins jenkins 5229 Jun 23 08:39 README.v2.md [2020-06-23T08:40:58.817Z] drwxrwxr-x. 2 jenkins jenkins 108 Jun 23 08:39 scripts [2020-06-23T08:40:58.817Z] drwxrwxr-x. 3 jenkins jenkins 44 Jun 23 08:40 .semver [2020-06-23T08:40:58.817Z] drwxrwxr-x. 4 jenkins jenkins 50 Jun 23 08:39 src [2020-06-23T08:40:58.817Z] -rw-rw-r--. 1 jenkins jenkins 11 Jun 23 08:37 VERSION [Pipeline] isUnix [Pipeline] sh [2020-06-23T08:40:59.114Z] + 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=862ead6d097478181b3147da3693e5cb13a49fc6 --label arch=amd64 --label version=1.2.2-dev.5 . [2020-06-23T08:40:59.114Z] Sending build context to Docker daemon 3.166MB [2020-06-23T08:40:59.114Z] Step 1/15 : ARG BASE=alpine:3.11 [2020-06-23T08:40:59.114Z] Step 2/15 : FROM ${BASE} [2020-06-23T08:40:59.114Z] ---> a85f66bc9b5a [2020-06-23T08:40:59.114Z] Step 3/15 : MAINTAINER IOTech [2020-06-23T08:40:59.509Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-06-23T08:40:59.510Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-06-23T08:40:59.685Z] ---> Running in 71181f15646b [2020-06-23T08:40:59.685Z] Removing intermediate container 71181f15646b [2020-06-23T08:40:59.685Z] ---> 434e617152c2 [2020-06-23T08:40:59.685Z] 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-06-23T08:40:59.783Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-06-23T08:40:59.783Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-06-23T08:40:59.946Z] ---> Running in b60846fa1194 [2020-06-23T08:41:00.054Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-06-23T08:41:00.206Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-06-23T08:41:00.329Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-06-23T08:41:00.602Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-06-23T08:41:00.602Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-06-23T08:41:00.879Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-06-23T08:41:01.148Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-06-23T08:41:01.148Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2020-06-23T08:41:01.152Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-06-23T08:41:01.410Z] (2/6) Installing libblkid (2.33-r0) [2020-06-23T08:41:01.410Z] (3/6) Installing libfdisk (2.33-r0) [2020-06-23T08:41:01.410Z] (4/6) Installing libmount (2.33-r0) [2020-06-23T08:41:01.423Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-06-23T08:41:01.672Z] (5/6) Installing libsmartcols (2.33-r0) [2020-06-23T08:41:01.672Z] (6/6) Installing util-linux-dev (2.33-r0) [2020-06-23T08:41:01.696Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-06-23T08:41:01.934Z] Executing busybox-1.29.3-r10.trigger [2020-06-23T08:41:01.934Z] OK: 272 MiB in 84 packages [2020-06-23T08:41:01.966Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-06-23T08:41:02.505Z] Removing intermediate container b60846fa1194 [2020-06-23T08:41:02.505Z] ---> c81007f8acc5 [2020-06-23T08:41:02.505Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-06-23T08:41:02.766Z] ---> 3c6833a74e5e [2020-06-23T08:41:02.766Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-06-23T08:41:02.935Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-06-23T08:41:03.207Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-06-23T08:41:03.336Z] ---> 26e4e2b71f75 [2020-06-23T08:41:03.336Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-06-23T08:41:03.478Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-06-23T08:41:03.597Z] ---> cf9730993c88 [2020-06-23T08:41:03.597Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-06-23T08:41:03.748Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-06-23T08:41:03.858Z] ---> 8160ac2eb531 [2020-06-23T08:41:03.858Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-06-23T08:41:03.858Z] ---> 3ab88b719beb [2020-06-23T08:41:03.858Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-06-23T08:41:04.118Z] ---> ca0930d649c0 [2020-06-23T08:41:04.118Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-06-23T08:41:04.118Z] ---> Running in 6dae6bb2a04f [2020-06-23T08:41:04.378Z] Removing intermediate container 6dae6bb2a04f [2020-06-23T08:41:04.378Z] ---> 3dd15ec7e1ab [2020-06-23T08:41:04.378Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-06-23T08:41:04.378Z] ---> Running in 51817d04a82d [2020-06-23T08:41:04.640Z] Removing intermediate container 51817d04a82d [2020-06-23T08:41:04.640Z] ---> d141db642a83 [2020-06-23T08:41:04.640Z] Step 13/15 : LABEL arch=amd64 [2020-06-23T08:41:04.640Z] ---> Running in fff270fe740b [2020-06-23T08:41:04.640Z] Removing intermediate container fff270fe740b [2020-06-23T08:41:04.640Z] ---> ec27449f371c [2020-06-23T08:41:04.640Z] Step 14/15 : LABEL git_sha=862ead6d097478181b3147da3693e5cb13a49fc6 [2020-06-23T08:41:04.718Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-06-23T08:41:04.900Z] ---> Running in 79ecfcad824a [2020-06-23T08:41:04.900Z] Removing intermediate container 79ecfcad824a [2020-06-23T08:41:04.900Z] ---> e803b56fa5c3 [2020-06-23T08:41:04.900Z] Step 15/15 : LABEL version=1.2.2-dev.5 [2020-06-23T08:41:04.989Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-06-23T08:41:05.161Z] ---> Running in 9e9338320623 [2020-06-23T08:41:05.161Z] Removing intermediate container 9e9338320623 [2020-06-23T08:41:05.161Z] ---> 8a4bc4d85293 [2020-06-23T08:41:05.161Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2020-06-23T08:41:05.161Z] Successfully built 8a4bc4d85293 [2020-06-23T08:41:05.161Z] Successfully tagged docker-device-sdk-c:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-06-23T08:41:05.965Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-06-23T08:41:05.965Z] [ 70%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-06-23T08:41:06.557Z] [ 72%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-06-23T08:41:06.830Z] [ 74%] Linking C shared library libcsdk.so [2020-06-23T08:41:06.830Z] [ 74%] Built target csdk [2020-06-23T08:41:06.830Z] Scanning dependencies of target template [2020-06-23T08:41:06.830Z] [ 76%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-06-23T08:41:07.102Z] [ 78%] Linking C executable template [2020-06-23T08:41:07.372Z] [ 78%] Built target template [2020-06-23T08:41:07.372Z] Scanning dependencies of target device-counter [2020-06-23T08:41:07.372Z] [ 80%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-06-23T08:41:07.644Z] [ 81%] Linking C executable device-counter [2020-06-23T08:41:07.915Z] [ 81%] Built target device-counter [2020-06-23T08:41:07.915Z] Scanning dependencies of target device-random [2020-06-23T08:41:07.915Z] [ 83%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-06-23T08:41:08.186Z] [ 85%] Linking C executable device-random [2020-06-23T08:41:08.456Z] [ 85%] Built target device-random [2020-06-23T08:41:08.456Z] Scanning dependencies of target device-gyro [2020-06-23T08:41:08.456Z] [ 87%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-06-23T08:41:08.728Z] [ 89%] Linking C executable device-gyro [2020-06-23T08:41:08.999Z] [ 89%] Built target device-gyro [2020-06-23T08:41:08.999Z] Scanning dependencies of target template-discovery [2020-06-23T08:41:08.999Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-06-23T08:41:09.271Z] [ 92%] Linking C executable template-discovery [2020-06-23T08:41:09.543Z] [ 92%] Built target template-discovery [2020-06-23T08:41:09.543Z] Scanning dependencies of target device-terminal [2020-06-23T08:41:09.543Z] [ 94%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-06-23T08:41:09.813Z] [ 96%] Linking C executable device-terminal [2020-06-23T08:41:10.084Z] [ 96%] Built target device-terminal [2020-06-23T08:41:10.084Z] Scanning dependencies of target templatev1 [2020-06-23T08:41:10.084Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-06-23T08:41:10.355Z] [100%] Linking C executable templatev1 [2020-06-23T08:41:10.626Z] [100%] Built target templatev1 [2020-06-23T08:41:10.626Z] make: Entering directory '/tmp/sdk/build/release' [2020-06-23T08:41:10.626Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-06-23T08:41:10.626Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T08:41:10.626Z] Scanning dependencies of target csdk [2020-06-23T08:41:10.897Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T08:41:10.897Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T08:41:10.897Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-06-23T08:41:12.861Z] [ 3%] Linking C shared library libcsdk.so [2020-06-23T08:41:12.861Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T08:41:12.861Z] [ 74%] Built target csdk [2020-06-23T08:41:12.861Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T08:41:12.861Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T08:41:12.861Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T08:41:12.861Z] [ 76%] Linking C executable template [2020-06-23T08:41:12.861Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T08:41:12.861Z] [ 78%] Built target template [2020-06-23T08:41:12.861Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T08:41:12.861Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T08:41:12.861Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T08:41:13.132Z] [ 80%] Linking C executable device-counter [2020-06-23T08:41:13.132Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T08:41:13.132Z] [ 81%] Built target device-counter [2020-06-23T08:41:13.132Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T08:41:13.132Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T08:41:13.403Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T08:41:13.403Z] [ 83%] Linking C executable device-random [2020-06-23T08:41:13.403Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T08:41:13.403Z] [ 85%] Built target device-random [2020-06-23T08:41:13.403Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T08:41:13.403Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T08:41:13.403Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T08:41:13.675Z] [ 87%] Linking C executable device-gyro [2020-06-23T08:41:13.675Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T08:41:13.675Z] [ 89%] Built target device-gyro [2020-06-23T08:41:13.675Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T08:41:13.675Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T08:41:13.675Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T08:41:13.675Z] [ 90%] Linking C executable template-discovery [2020-06-23T08:41:13.947Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T08:41:13.947Z] [ 92%] Built target template-discovery [2020-06-23T08:41:13.947Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T08:41:13.947Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T08:41:13.947Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T08:41:13.947Z] [ 94%] Linking C executable device-terminal [2020-06-23T08:41:14.217Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T08:41:14.217Z] [ 96%] Built target device-terminal [2020-06-23T08:41:14.217Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T08:41:14.217Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T08:41:14.217Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-06-23T08:41:14.487Z] [ 98%] Linking C executable templatev1 [2020-06-23T08:41:14.487Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T08:41:14.487Z] [100%] Built target templatev1 [2020-06-23T08:41:14.487Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-06-23T08:41:14.487Z] Install the project... [2020-06-23T08:41:14.759Z] -- Install configuration: "Release" [2020-06-23T08:41:14.759Z] -- Installing: /usr/local/lib/libcsdk.so [2020-06-23T08:41:14.759Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-06-23T08:41:14.759Z] -- Up-to-date: /usr/local/include [2020-06-23T08:41:14.759Z] -- Installing: /usr/local/include/edgex [2020-06-23T08:41:14.759Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-06-23T08:41:14.759Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-06-23T08:41:14.759Z] -- Installing: /usr/local/include/edgex/error.h [2020-06-23T08:41:14.759Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-06-23T08:41:14.759Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-06-23T08:41:14.759Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-06-23T08:41:14.759Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-06-23T08:41:14.759Z] -- Installing: /usr/local/include/edgex/registry.h [2020-06-23T08:41:14.759Z] -- Installing: /usr/local/include/edgex/edgex-logging.h [2020-06-23T08:41:14.759Z] -- Installing: /usr/local/include/edgex/devices.h [2020-06-23T08:41:14.759Z] -- Installing: /usr/local/include/edgex/os.h [2020-06-23T08:41:14.759Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-06-23T08:41:14.759Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-06-23T08:41:14.759Z] -- Installing: /usr/local/include/devsdk [2020-06-23T08:41:14.759Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-06-23T08:41:14.759Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-06-23T08:41:14.759Z] -- Installing: /usr/local/include/iot [2020-06-23T08:41:14.759Z] -- Installing: /usr/local/include/iot/json.h [2020-06-23T08:41:14.759Z] -- Installing: /usr/local/include/iot/container.h [2020-06-23T08:41:14.759Z] -- Installing: /usr/local/include/iot/component.h [2020-06-23T08:41:14.759Z] -- Installing: /usr/local/include/iot/typecode.h [2020-06-23T08:41:14.759Z] -- Installing: /usr/local/include/iot/iot.h [2020-06-23T08:41:14.759Z] -- Installing: /usr/local/include/iot/time.h [2020-06-23T08:41:14.759Z] -- Installing: /usr/local/include/iot/hash.h [2020-06-23T08:41:14.759Z] -- Installing: /usr/local/include/iot/logger.h [2020-06-23T08:41:14.759Z] -- Installing: /usr/local/include/iot/os [2020-06-23T08:41:14.759Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-06-23T08:41:14.759Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-06-23T08:41:14.759Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-06-23T08:41:14.759Z] -- Installing: /usr/local/include/iot/data.h [2020-06-23T08:41:14.759Z] -- Installing: /usr/local/include/iot/thread.h [2020-06-23T08:41:14.759Z] -- Installing: /usr/local/include/iot/os.h [2020-06-23T08:41:14.759Z] -- Installing: /usr/local/include/iot/base64.h [2020-06-23T08:41:14.759Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-06-23T08:41:14.759Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-06-23T08:41:14.759Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-06-23T08:41:14.759Z] make: Leaving directory '/tmp/sdk/build/release' [2020-06-23T08:41:16.730Z] Removing intermediate container ca7e8a54af00 [2020-06-23T08:41:16.731Z] ---> 0b343dcde389 [2020-06-23T08:41:16.731Z] Step 14/21 : FROM ${BASE} [2020-06-23T08:41:16.731Z] ---> b23d30803547 [2020-06-23T08:41:16.731Z] Step 15/21 : MAINTAINER IOTech [2020-06-23T08:41:16.731Z] ---> Running in 1127734bd31e [2020-06-23T08:41:17.328Z] Removing intermediate container 1127734bd31e [2020-06-23T08:41:17.328Z] ---> 6450d5cd002f [2020-06-23T08:41:17.328Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-06-23T08:41:17.328Z] ---> Running in 460ba0d52ea7 [2020-06-23T08:41:18.756Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-06-23T08:41:19.730Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-06-23T08:41:20.000Z] (1/3) Installing curl (7.64.0-r3) [2020-06-23T08:41:20.000Z] (2/3) Installing libuuid (2.33-r0) [2020-06-23T08:41:20.271Z] (3/3) Installing wget (1.20.3-r0) [2020-06-23T08:41:20.271Z] Executing busybox-1.29.3-r10.trigger [2020-06-23T08:41:20.271Z] OK: 281 MiB in 78 packages [2020-06-23T08:41:21.701Z] Removing intermediate container 460ba0d52ea7 [2020-06-23T08:41:21.702Z] ---> 7746fc7dc4ba [2020-06-23T08:41:21.702Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-06-23T08:41:22.295Z] ---> de90ce9dc858 [2020-06-23T08:41:22.295Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-06-23T08:41:23.269Z] ---> 8f9d3267b912 [2020-06-23T08:41:23.269Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-06-23T08:41:23.862Z] ---> 1bbe351d214a [2020-06-23T08:41:23.862Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-06-23T08:41:24.835Z] ---> 7e8e35bad83b [2020-06-23T08:41:24.835Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-06-23T08:41:25.425Z] ---> b478e59b5afa [2020-06-23T08:41:25.425Z] Successfully built b478e59b5afa [2020-06-23T08:41:25.425Z] 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-06-23T08:41:25.975Z] + docker inspect -f . ci-base-image-arm64 [2020-06-23T08:41:25.975Z] . [Pipeline] withDockerContainer [2020-06-23T08:41:26.253Z] prd-ubuntu18.04-docker-arm64-4c-16g-4091 does not seem to be running inside a container [2020-06-23T08:41:26.306Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/29 -v /w/workspace/device-sdk-c/29:/w/workspace/device-sdk-c/29:rw,z -v /w/workspace/device-sdk-c/29@tmp:/w/workspace/device-sdk-c/29@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 ******** ci-base-image-arm64 cat [2020-06-23T08:41:28.138Z] $ docker top 534b3509ceb4c2205f6b5d91aebfbb5805f67fb41b516fb628ae271b1d92ffe3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-23T08:41:29.528Z] + make test [2020-06-23T08:41:29.528Z] echo "make test" [2020-06-23T08:41:29.528Z] make test [Pipeline] } [2020-06-23T08:41:29.522Z] $ docker stop --time=1 534b3509ceb4c2205f6b5d91aebfbb5805f67fb41b516fb628ae271b1d92ffe3 [2020-06-23T08:41:31.425Z] $ docker rm -f 534b3509ceb4c2205f6b5d91aebfbb5805f67fb41b516fb628ae271b1d92ffe3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-23T08:41:32.160Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-23T08:41:32.564Z] + ls -al . [2020-06-23T08:41:32.564Z] total 196 [2020-06-23T08:41:32.564Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 23 08:39 . [2020-06-23T08:41:32.564Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 23 08:39 .. [2020-06-23T08:41:32.564Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 23 08:39 .git [2020-06-23T08:41:32.564Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 23 08:39 .github [2020-06-23T08:41:32.564Z] -rw-rw-r-- 1 jenkins jenkins 176 Jun 23 08:39 .gitignore [2020-06-23T08:41:32.564Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 23 08:39 .semver [2020-06-23T08:41:32.564Z] -rw-rw-r-- 1 jenkins jenkins 3104 Jun 23 08:39 Attribution.txt [2020-06-23T08:41:32.564Z] -rw-rw-r-- 1 jenkins jenkins 5323 Jun 23 08:39 CHANGES [2020-06-23T08:41:32.564Z] -rw-rw-r-- 1 jenkins jenkins 108574 Jun 23 08:39 Doxyfile [2020-06-23T08:41:32.564Z] -rw-rw-r-- 1 jenkins jenkins 794 Jun 23 08:39 Jenkinsfile [2020-06-23T08:41:32.564Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jun 23 08:39 LICENSE [2020-06-23T08:41:32.564Z] -rw-rw-r-- 1 jenkins jenkins 449 Jun 23 08:39 Makefile [2020-06-23T08:41:32.564Z] -rw-rw-r-- 1 jenkins jenkins 1849 Jun 23 08:39 README.md [2020-06-23T08:41:32.564Z] -rw-rw-r-- 1 jenkins jenkins 5229 Jun 23 08:39 README.v2.md [2020-06-23T08:41:32.564Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 23 08:37 VERSION [2020-06-23T08:41:32.564Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 23 08:39 docs [2020-06-23T08:41:32.564Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 23 08:39 include [2020-06-23T08:41:32.564Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 23 08:39 scripts [2020-06-23T08:41:32.564Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 23 08:39 src [Pipeline] isUnix [Pipeline] sh [2020-06-23T08:41:32.915Z] + 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=862ead6d097478181b3147da3693e5cb13a49fc6 --label arch=arm64 --label version=1.2.2-dev.5 . [2020-06-23T08:41:33.568Z] Sending build context to Docker daemon 3.166MB [2020-06-23T08:41:33.568Z] Step 1/15 : ARG BASE=alpine:3.11 [2020-06-23T08:41:33.568Z] Step 2/15 : FROM ${BASE} [2020-06-23T08:41:33.568Z] ---> b478e59b5afa [2020-06-23T08:41:33.568Z] Step 3/15 : MAINTAINER IOTech [2020-06-23T08:41:33.568Z] ---> Running in d5b3de52cdff [2020-06-23T08:41:34.193Z] Removing intermediate container d5b3de52cdff [2020-06-23T08:41:34.193Z] ---> a7975c61249a [2020-06-23T08:41:34.193Z] 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-06-23T08:41:34.193Z] ---> Running in 26d02346987a [2020-06-23T08:41:35.622Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-06-23T08:41:36.597Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-06-23T08:41:36.867Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2020-06-23T08:41:36.867Z] (2/6) Installing libblkid (2.33-r0) [2020-06-23T08:41:37.136Z] (3/6) Installing libfdisk (2.33-r0) [2020-06-23T08:41:37.136Z] (4/6) Installing libmount (2.33-r0) [2020-06-23T08:41:37.136Z] (5/6) Installing libsmartcols (2.33-r0) [2020-06-23T08:41:37.407Z] (6/6) Installing util-linux-dev (2.33-r0) [2020-06-23T08:41:37.679Z] Executing busybox-1.29.3-r10.trigger [2020-06-23T08:41:37.679Z] OK: 286 MiB in 84 packages [2020-06-23T08:41:39.109Z] Removing intermediate container 26d02346987a [2020-06-23T08:41:39.109Z] ---> 686e6f434a1c [2020-06-23T08:41:39.109Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-06-23T08:41:39.706Z] ---> 5f148b38402c [2020-06-23T08:41:39.706Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-06-23T08:41:40.683Z] ---> 6bb4ce0f5883 [2020-06-23T08:41:40.683Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-06-23T08:41:41.284Z] ---> f118be56891d [2020-06-23T08:41:41.284Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-06-23T08:41:42.255Z] ---> a2a2cacd64d8 [2020-06-23T08:41:42.255Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-06-23T08:41:42.852Z] ---> 1e2a31f375b8 [2020-06-23T08:41:42.852Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-06-23T08:41:43.443Z] ---> 8aa718b7e982 [2020-06-23T08:41:43.443Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-06-23T08:41:43.726Z] ---> Running in 9e6aea292277 [2020-06-23T08:41:44.001Z] Removing intermediate container 9e6aea292277 [2020-06-23T08:41:44.001Z] ---> b51e37da6e59 [2020-06-23T08:41:44.001Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-06-23T08:41:44.278Z] ---> Running in 39d83ad37cba [2020-06-23T08:41:44.872Z] Removing intermediate container 39d83ad37cba [2020-06-23T08:41:44.872Z] ---> 2833bfa8eb09 [2020-06-23T08:41:44.872Z] Step 13/15 : LABEL arch=arm64 [2020-06-23T08:41:44.872Z] ---> Running in 2cbb66e62edb [2020-06-23T08:41:45.467Z] Removing intermediate container 2cbb66e62edb [2020-06-23T08:41:45.467Z] ---> 1406ca52b421 [2020-06-23T08:41:45.467Z] Step 14/15 : LABEL git_sha=862ead6d097478181b3147da3693e5cb13a49fc6 [2020-06-23T08:41:45.467Z] ---> Running in f587edda6833 [2020-06-23T08:41:46.060Z] Removing intermediate container f587edda6833 [2020-06-23T08:41:46.060Z] ---> 227ee27f0161 [2020-06-23T08:41:46.060Z] Step 15/15 : LABEL version=1.2.2-dev.5 [2020-06-23T08:41:46.060Z] ---> Running in f1e59f4d4a00 [2020-06-23T08:41:46.654Z] Removing intermediate container f1e59f4d4a00 [2020-06-23T08:41:46.654Z] ---> ddaaf8c5917a [2020-06-23T08:41:46.654Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2020-06-23T08:41:46.654Z] Successfully built ddaaf8c5917a [2020-06-23T08:41:46.654Z] Successfully tagged docker-device-sdk-c-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-06-23T08:41:47.762Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-23T08:41:47.762Z] . [Pipeline] withDockerContainer [2020-06-23T08:41:47.855Z] prd-centos7-docker-4c-2g-4090 does not seem to be running inside a container [2020-06-23T08:41:47.900Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-23T08:41:48.574Z] $ docker top e32a3eecd000403a6b935f9c1076166fbcbefc507effa8bde4eeb8411ffbdc71 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-23T08:41:48.773Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-23T08:41:48.773Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-23T08:41:48.961Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-23T08:41:48.965Z] $ docker exec e32a3eecd000403a6b935f9c1076166fbcbefc507effa8bde4eeb8411ffbdc71 ssh-agent [2020-06-23T08:41:49.132Z] SSH_AUTH_SOCK=/tmp/ssh-dzzYez72rwqo/agent.12 [2020-06-23T08:41:49.132Z] SSH_AGENT_PID=18 [2020-06-23T08:41:49.139Z] Running ssh-add (command line suppressed) [2020-06-23T08:41:49.258Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_3118007397486757164.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_3118007397486757164.key) [2020-06-23T08:41:49.307Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-23T08:41:49.610Z] + git semver tag [2020-06-23T08:41:49.610Z] # -> Open(): unable to determine branch for HEAD [2020-06-23T08:41:49.610Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-06-23T08:41:49.610Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-06-23T08:41:49.610Z] # $SEMVER_REMOTE_NAME = origin [2020-06-23T08:41:49.610Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-23T08:41:49.610Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-23T08:41:49.610Z] # $SEMVER_BRANCH = master [2020-06-23T08:41:49.610Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [2020-06-23T08:41:49.610Z] # 862ead6d097478181b3147da3693e5cb13a49fc6 HEAD [2020-06-23T08:41:49.610Z] # -> Force: false [2020-06-23T08:41:49.610Z] # bf80c9384e7a8a28c6ef5ef8dd09ac913132b31f refs/tags/v1.2.2-dev.5 [Pipeline] } [2020-06-23T08:41:49.620Z] $ docker exec --env ******** --env ******** e32a3eecd000403a6b935f9c1076166fbcbefc507effa8bde4eeb8411ffbdc71 ssh-agent -k [2020-06-23T08:41:49.739Z] unset SSH_AUTH_SOCK; [2020-06-23T08:41:49.739Z] unset SSH_AGENT_PID; [2020-06-23T08:41:49.739Z] echo Agent pid 18 killed; [2020-06-23T08:41:49.787Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-23T08:41:50.144Z] + git semver [Pipeline] } [2020-06-23T08:41:50.160Z] $ docker stop --time=1 e32a3eecd000403a6b935f9c1076166fbcbefc507effa8bde4eeb8411ffbdc71 [2020-06-23T08:41:51.506Z] $ docker rm -f e32a3eecd000403a6b935f9c1076166fbcbefc507effa8bde4eeb8411ffbdc71 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-06-23T08:41:52.081Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-23T08:41:52.081Z] [2020-06-23T08:41:52.081Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-06-23T08:41:52.413Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-23T08:41:52.413Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-06-23T08:41:52.413Z] ab5ef0e58194: Pulling fs layer [2020-06-23T08:41:52.413Z] 9712f1f96733: Pulling fs layer [2020-06-23T08:41:52.413Z] 63f879dbbcfc: Pulling fs layer [2020-06-23T08:41:52.413Z] 0d9ebad4ef96: Pulling fs layer [2020-06-23T08:41:52.413Z] e9a5061849ea: Pulling fs layer [2020-06-23T08:41:52.413Z] d747dcd14b5f: Pulling fs layer [2020-06-23T08:41:52.413Z] 2de7ff778b66: Pulling fs layer [2020-06-23T08:41:52.413Z] 0d9ebad4ef96: Waiting [2020-06-23T08:41:52.413Z] e9a5061849ea: Waiting [2020-06-23T08:41:52.413Z] d747dcd14b5f: Waiting [2020-06-23T08:41:52.413Z] 2de7ff778b66: Waiting [2020-06-23T08:41:52.413Z] 9712f1f96733: Verifying Checksum [2020-06-23T08:41:52.413Z] 9712f1f96733: Download complete [2020-06-23T08:41:53.021Z] 63f879dbbcfc: Verifying Checksum [2020-06-23T08:41:53.021Z] 63f879dbbcfc: Download complete [2020-06-23T08:41:53.021Z] e9a5061849ea: Verifying Checksum [2020-06-23T08:41:53.021Z] e9a5061849ea: Download complete [2020-06-23T08:41:53.021Z] d747dcd14b5f: Verifying Checksum [2020-06-23T08:41:53.021Z] d747dcd14b5f: Download complete [2020-06-23T08:41:53.285Z] 2de7ff778b66: Verifying Checksum [2020-06-23T08:41:53.285Z] 2de7ff778b66: Download complete [2020-06-23T08:41:53.285Z] 0d9ebad4ef96: Verifying Checksum [2020-06-23T08:41:53.285Z] 0d9ebad4ef96: Download complete [2020-06-23T08:41:53.547Z] ab5ef0e58194: Verifying Checksum [2020-06-23T08:41:53.547Z] ab5ef0e58194: Download complete [2020-06-23T08:41:57.771Z] ab5ef0e58194: Pull complete [2020-06-23T08:41:57.771Z] 9712f1f96733: Pull complete [2020-06-23T08:42:01.081Z] 63f879dbbcfc: Pull complete [2020-06-23T08:42:06.383Z] 0d9ebad4ef96: Pull complete [2020-06-23T08:42:07.784Z] e9a5061849ea: Pull complete [2020-06-23T08:42:07.784Z] d747dcd14b5f: Pull complete [2020-06-23T08:42:12.028Z] 2de7ff778b66: Pull complete [2020-06-23T08:42:12.028Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-06-23T08:42:12.028Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-23T08:42:12.028Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-06-23T08:42:12.168Z] prd-centos7-docker-4c-2g-4090 does not seem to be running inside a container [2020-06-23T08:42:12.210Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-06-23T08:42:14.978Z] $ docker top f410cc4accc56a6960cfb12c3e22da41f1a57ee80f9c0fd71691e667791e1172 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-06-23T08:42:15.115Z] provisioning config files... [2020-06-23T08:42:15.126Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config4070550424285901638tmp [2020-06-23T08:42:15.143Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config2626273979440443807tmp [2020-06-23T08:42:15.155Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config5396837634682313200tmp [Pipeline] { [Pipeline] echo [2020-06-23T08:42:15.181Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-23T08:42:15.474Z] ---> sigul-configuration.sh [2020-06-23T08:42:15.474Z] gpg: directory `/root/.gnupg' created [2020-06-23T08:42:15.474Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-06-23T08:42:15.474Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-06-23T08:42:15.474Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-06-23T08:42:15.474Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-06-23T08:42:15.474Z] gpg: CAST5 encrypted data [2020-06-23T08:42:15.735Z] gpg: encrypted with 1 passphrase [2020-06-23T08:42:15.735Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-06-23T08:42:16.032Z] + mkdir /home/jenkins [2020-06-23T08:42:16.032Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-06-23T08:42:16.323Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-06-23T08:42:16.333Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-23T08:42:16.624Z] ---> sigul-install.sh [2020-06-23T08:42:21.915Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-06-23T08:42:22.208Z] + git tag --list [2020-06-23T08:42:22.208Z] v1.2.2-dev.5 [Pipeline] sh [2020-06-23T08:42:22.500Z] + lftools sign git-tag v1.2.2-dev.5 [2020-06-23T08:42:23.888Z] Signing Git tag with Sigul... [2020-06-23T08:42:23.888Z] Signing v1.2.2-dev.5 [Pipeline] echo [2020-06-23T08:42:24.840Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-23T08:42:25.132Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-06-23T08:42:25.140Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-06-23T08:42:25.181Z] $ docker stop --time=1 f410cc4accc56a6960cfb12c3e22da41f1a57ee80f9c0fd71691e667791e1172 [2020-06-23T08:42:27.055Z] $ docker rm -f f410cc4accc56a6960cfb12c3e22da41f1a57ee80f9c0fd71691e667791e1172 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-06-23T08:42:27.646Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-23T08:42:27.647Z] . [Pipeline] withDockerContainer [2020-06-23T08:42:27.759Z] prd-centos7-docker-4c-2g-4090 does not seem to be running inside a container [2020-06-23T08:42:27.831Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-23T08:42:28.448Z] $ docker top 84500741b9dba48b5b895adeacbf6de5c55d204caeb14e2a6eca1c6e81e16db8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-23T08:42:28.638Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-23T08:42:28.638Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-23T08:42:28.849Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-23T08:42:28.852Z] $ docker exec 84500741b9dba48b5b895adeacbf6de5c55d204caeb14e2a6eca1c6e81e16db8 ssh-agent [2020-06-23T08:42:29.049Z] SSH_AUTH_SOCK=/tmp/ssh-zZBkxRuENdZk/agent.11 [2020-06-23T08:42:29.049Z] SSH_AGENT_PID=17 [2020-06-23T08:42:29.055Z] Running ssh-add (command line suppressed) [2020-06-23T08:42:29.184Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_2335323892686407632.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_2335323892686407632.key) [2020-06-23T08:42:29.243Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-23T08:42:29.557Z] + git semver bump pre [2020-06-23T08:42:29.557Z] # -> Open(): unable to determine branch for HEAD [2020-06-23T08:42:29.557Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-06-23T08:42:29.557Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-06-23T08:42:29.557Z] # $SEMVER_REMOTE_NAME = origin [2020-06-23T08:42:29.557Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-23T08:42:29.557Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-23T08:42:29.557Z] # $SEMVER_BRANCH = master [2020-06-23T08:42:29.557Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [2020-06-23T08:42:29.819Z] 1.2.2-dev.6 [Pipeline] } [2020-06-23T08:42:29.830Z] $ docker exec --env ******** --env ******** 84500741b9dba48b5b895adeacbf6de5c55d204caeb14e2a6eca1c6e81e16db8 ssh-agent -k [2020-06-23T08:42:29.980Z] unset SSH_AUTH_SOCK; [2020-06-23T08:42:29.981Z] unset SSH_AGENT_PID; [2020-06-23T08:42:29.981Z] echo Agent pid 17 killed; [2020-06-23T08:42:30.032Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-23T08:42:30.388Z] + git semver [Pipeline] } [2020-06-23T08:42:30.402Z] $ docker stop --time=1 84500741b9dba48b5b895adeacbf6de5c55d204caeb14e2a6eca1c6e81e16db8 [2020-06-23T08:42:31.772Z] $ docker rm -f 84500741b9dba48b5b895adeacbf6de5c55d204caeb14e2a6eca1c6e81e16db8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-23T08:42:32.211Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-23T08:42:32.211Z] . [Pipeline] withDockerContainer [2020-06-23T08:42:32.306Z] prd-centos7-docker-4c-2g-4090 does not seem to be running inside a container [2020-06-23T08:42:32.342Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-23T08:42:32.938Z] $ docker top e63766b4509df9dd0e13e9ce86962d3fb70548e613047edf6b005c9f8e121c81 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-23T08:42:33.129Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-23T08:42:33.130Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-23T08:42:33.336Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-23T08:42:33.339Z] $ docker exec e63766b4509df9dd0e13e9ce86962d3fb70548e613047edf6b005c9f8e121c81 ssh-agent [2020-06-23T08:42:33.526Z] SSH_AUTH_SOCK=/tmp/ssh-lu45Q3Z1p6Dz/agent.11 [2020-06-23T08:42:33.526Z] SSH_AGENT_PID=16 [2020-06-23T08:42:33.532Z] Running ssh-add (command line suppressed) [2020-06-23T08:42:33.659Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_1162942934837198449.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_1162942934837198449.key) [2020-06-23T08:42:33.712Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-23T08:42:34.014Z] + git semver push [2020-06-23T08:42:34.014Z] # -> Open(): unable to determine branch for HEAD [2020-06-23T08:42:34.014Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-06-23T08:42:34.014Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-06-23T08:42:34.014Z] # $SEMVER_REMOTE_NAME = origin [2020-06-23T08:42:34.014Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-23T08:42:34.014Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-23T08:42:34.014Z] # $SEMVER_BRANCH = master [2020-06-23T08:42:34.014Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [Pipeline] } [2020-06-23T08:42:40.615Z] $ docker exec --env ******** --env ******** e63766b4509df9dd0e13e9ce86962d3fb70548e613047edf6b005c9f8e121c81 ssh-agent -k [2020-06-23T08:42:40.732Z] unset SSH_AUTH_SOCK; [2020-06-23T08:42:40.732Z] unset SSH_AGENT_PID; [2020-06-23T08:42:40.732Z] echo Agent pid 16 killed; [2020-06-23T08:42:40.781Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-23T08:42:41.135Z] + git semver [Pipeline] } [2020-06-23T08:42:41.150Z] $ docker stop --time=1 e63766b4509df9dd0e13e9ce86962d3fb70548e613047edf6b005c9f8e121c81 [2020-06-23T08:42:42.512Z] $ docker rm -f e63766b4509df9dd0e13e9ce86962d3fb70548e613047edf6b005c9f8e121c81 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-06-23T08:42:43.121Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-23T08:42:43.678Z] ---> package-listing.sh [2020-06-23T08:42:43.678Z] ++ facter osfamily [2020-06-23T08:42:43.678Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-23T08:42:43.678Z] + OS_FAMILY=redhat [2020-06-23T08:42:43.678Z] + workspace=/w/workspace/edgexfoundry_device-sdk-c_master [2020-06-23T08:42:43.678Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-23T08:42:43.678Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-23T08:42:43.678Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-23T08:42:43.678Z] + PACKAGES=/tmp/packages_start.txt [2020-06-23T08:42:43.678Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_master ']' [2020-06-23T08:42:43.678Z] + PACKAGES=/tmp/packages_end.txt [2020-06-23T08:42:43.678Z] + case "${OS_FAMILY}" in [2020-06-23T08:42:43.678Z] + rpm -qa [2020-06-23T08:42:43.678Z] + sort [2020-06-23T08:42:47.895Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-23T08:42:47.895Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-23T08:42:47.895Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-23T08:42:47.895Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_master ']' [2020-06-23T08:42:47.895Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_master/archives/ [2020-06-23T08:42:47.895Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-c_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-06-23T08:42:48.518Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-23T08:42:48.518Z] [2020-06-23T08:42:48.518Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-23T08:42:48.835Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-23T08:42:48.835Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-23T08:42:48.835Z] c9b1b535fdd9: Pulling fs layer [2020-06-23T08:42:48.835Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-23T08:42:48.835Z] 756a868c4378: Pulling fs layer [2020-06-23T08:42:48.836Z] 444b2fc9a129: Pulling fs layer [2020-06-23T08:42:48.836Z] ea15f1150254: Pulling fs layer [2020-06-23T08:42:48.836Z] 41b27a9f41bf: Pulling fs layer [2020-06-23T08:42:48.836Z] 28c525ee5125: Pulling fs layer [2020-06-23T08:42:48.836Z] 094b1ea09ed8: Pulling fs layer [2020-06-23T08:42:48.836Z] 138eaada9080: Pulling fs layer [2020-06-23T08:42:48.836Z] 0622d0fa9048: Pulling fs layer [2020-06-23T08:42:48.836Z] 41b27a9f41bf: Waiting [2020-06-23T08:42:48.836Z] 28c525ee5125: Waiting [2020-06-23T08:42:48.836Z] 094b1ea09ed8: Waiting [2020-06-23T08:42:48.836Z] 138eaada9080: Waiting [2020-06-23T08:42:48.836Z] 0622d0fa9048: Waiting [2020-06-23T08:42:48.836Z] 444b2fc9a129: Waiting [2020-06-23T08:42:48.836Z] ea15f1150254: Waiting [2020-06-23T08:42:48.836Z] 2cc5ad85d9ab: Verifying Checksum [2020-06-23T08:42:48.836Z] 2cc5ad85d9ab: Download complete [2020-06-23T08:42:48.836Z] 444b2fc9a129: Download complete [2020-06-23T08:42:48.836Z] c9b1b535fdd9: Verifying Checksum [2020-06-23T08:42:48.836Z] c9b1b535fdd9: Download complete [2020-06-23T08:42:49.106Z] ea15f1150254: Verifying Checksum [2020-06-23T08:42:49.106Z] ea15f1150254: Download complete [2020-06-23T08:42:49.106Z] 28c525ee5125: Verifying Checksum [2020-06-23T08:42:49.106Z] 28c525ee5125: Download complete [2020-06-23T08:42:49.384Z] 756a868c4378: Verifying Checksum [2020-06-23T08:42:49.384Z] 756a868c4378: Download complete [2020-06-23T08:42:49.384Z] c9b1b535fdd9: Pull complete [2020-06-23T08:42:49.384Z] 138eaada9080: Verifying Checksum [2020-06-23T08:42:49.384Z] 138eaada9080: Download complete [2020-06-23T08:42:49.656Z] 0622d0fa9048: Verifying Checksum [2020-06-23T08:42:49.656Z] 0622d0fa9048: Download complete [2020-06-23T08:42:49.656Z] 094b1ea09ed8: Verifying Checksum [2020-06-23T08:42:49.656Z] 094b1ea09ed8: Download complete [2020-06-23T08:42:49.656Z] 2cc5ad85d9ab: Pull complete [2020-06-23T08:42:49.919Z] 41b27a9f41bf: Verifying Checksum [2020-06-23T08:42:49.919Z] 41b27a9f41bf: Download complete [2020-06-23T08:42:51.312Z] 756a868c4378: Pull complete [2020-06-23T08:42:51.312Z] 444b2fc9a129: Pull complete [2020-06-23T08:42:51.573Z] ea15f1150254: Pull complete [2020-06-23T08:42:55.788Z] 41b27a9f41bf: Pull complete [2020-06-23T08:42:55.788Z] 28c525ee5125: Pull complete [2020-06-23T08:42:57.179Z] 094b1ea09ed8: Pull complete [2020-06-23T08:42:57.440Z] 138eaada9080: Pull complete [2020-06-23T08:42:57.701Z] 0622d0fa9048: Pull complete [2020-06-23T08:42:57.701Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-23T08:42:57.701Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-23T08:42:57.701Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-23T08:42:57.844Z] prd-centos7-docker-4c-2g-4090 does not seem to be running inside a container [2020-06-23T08:42:57.886Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-06-23T08:43:00.904Z] $ docker top b4dbeca4cb9c70629df4bf611aaa8d00f83bc412642c23a4b8073d06be322564 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-23T08:43:01.060Z] provisioning config files... [2020-06-23T08:43:01.075Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config6812237767808562823tmp [Pipeline] { [Pipeline] echo [2020-06-23T08:43:01.110Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-23T08:43:01.409Z] ---> create-netrc.sh [Pipeline] echo [2020-06-23T08:43:01.418Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-23T08:43:01.709Z] ---> logs-deploy.sh [2020-06-23T08:43:01.709Z] + ARCHIVE_ARTIFACTS= [2020-06-23T08:43:01.709Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-23T08:43:01.709Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-23T08:43:01.709Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-23T08:43:01.709Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/master/29 [2020-06-23T08:43:01.709Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-c/job/master/29/ [2020-06-23T08:43:01.709Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/master/29 /w/workspace/edgexfoundry_device-sdk-c_master [2020-06-23T08:43:02.653Z] Archives upload complete. [2020-06-23T08:43:02.914Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/master/29 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-c/job/master/29/