Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ac2ba39aeba213a52cfe9f32ac5b6b5425a47b84 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > 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. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 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:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildCApp] RAW Config: [project:device-sdk-c, dockerBuildFilePath:scripts/Dockerfile.alpine-3.11-base, dockerFilePath:scripts/Dockerfile.alpine-3.11, pushImage:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildCApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-c-settings PROJECT: device-sdk-c USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest DOCKER_FILE_PATH: scripts/Dockerfile.alpine-3.11 DOCKER_BUILD_FILE_PATH: scripts/Dockerfile.alpine-3.11-base DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-c DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3729 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 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 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 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 --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision ac2ba39aeba213a52cfe9f32ac5b6b5425a47b84 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f ac2ba39aeba213a52cfe9f32ac5b6b5425a47b84 # timeout=10 Commit message: "feat: REST v2 Device Service endpoints (#257) (#299)" > git rev-list --no-walk 0d340e7c652269917b5d824de8cebed33754d819 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-06T10:44:35.687Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-06T10:44:35.983Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-06T10:44:36.085Z] ========================================================= [2020-10-06T10:44:36.085Z] EdgeX Global Pipelines Version Info [2020-10-06T10:44:36.085Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-06T10:44:38.680Z] ------------------- [2020-10-06T10:44:38.681Z] stable info: [2020-10-06T10:44:38.681Z] ------------------- [2020-10-06T10:44:38.681Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-06T10:44:38.681Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-06T10:44:38.681Z] Message: update stable to v1.0.131 [2020-10-06T10:44:39.257Z] ------------------- [2020-10-06T10:44:39.257Z] experimental info: [2020-10-06T10:44:39.257Z] ------------------- [2020-10-06T10:44:39.257Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-06T10:44:39.257Z] Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a [2020-10-06T10:44:39.257Z] Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-06T10:44:39.589Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-c-settings [Pipeline] echo [2020-10-06T10:44:39.682Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-c [Pipeline] echo [2020-10-06T10:44:39.781Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-06T10:44:39.877Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-06T10:44:39.973Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-06T10:44:40.067Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [Pipeline] echo [2020-10-06T10:44:40.183Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = scripts/Dockerfile.alpine-3.11 [Pipeline] echo [2020-10-06T10:44:40.276Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = scripts/Dockerfile.alpine-3.11-base [Pipeline] echo [2020-10-06T10:44:40.369Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-06T10:44:40.490Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-c [Pipeline] echo [2020-10-06T10:44:40.580Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-06T10:44:40.686Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-06T10:44:40.773Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-06T10:44:40.866Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-06T10:44:40.958Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-06T10:44:41.051Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-06T10:44:41.150Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-06T10:44:41.296Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-06T10:44:41.391Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-06T10:44:41.480Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ac2ba39aeba213a52cfe9f32ac5b6b5425a47b84 [Pipeline] echo [2020-10-06T10:44:41.575Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ac2ba39 [Pipeline] echo [2020-10-06T10:44:41.661Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-10-06T10:44:42.393Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T10:44:42.654Z] [2020-10-06T10:44:42.654Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T10:44:43.007Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T10:44:43.007Z] latest: Pulling from edgex-devops/git-semver [2020-10-06T10:44:43.007Z] 31603596830f: Pulling fs layer [2020-10-06T10:44:43.007Z] 2a8b12db71e7: Pulling fs layer [2020-10-06T10:44:43.007Z] 6ca5941a6612: Pulling fs layer [2020-10-06T10:44:43.007Z] ecc8261a40a4: Pulling fs layer [2020-10-06T10:44:43.007Z] ecc8261a40a4: Waiting [2020-10-06T10:44:43.007Z] 2a8b12db71e7: Verifying Checksum [2020-10-06T10:44:43.007Z] 2a8b12db71e7: Download complete [2020-10-06T10:44:43.273Z] 31603596830f: Download complete [2020-10-06T10:44:43.273Z] ecc8261a40a4: Verifying Checksum [2020-10-06T10:44:43.273Z] ecc8261a40a4: Download complete [2020-10-06T10:44:43.535Z] 6ca5941a6612: Verifying Checksum [2020-10-06T10:44:43.535Z] 6ca5941a6612: Download complete [2020-10-06T10:44:43.535Z] 31603596830f: Pull complete [2020-10-06T10:44:43.799Z] 2a8b12db71e7: Pull complete [2020-10-06T10:44:44.380Z] 6ca5941a6612: Pull complete [2020-10-06T10:44:44.643Z] ecc8261a40a4: Pull complete [2020-10-06T10:44:44.643Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-06T10:44:44.643Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T10:44:44.643Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-06T10:44:44.761Z] prd-centos7-docker-4c-2g-3729 does not seem to be running inside a container [2020-10-06T10:44:44.810Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-06T10:44:47.017Z] $ docker top 709986b88fcfcffd58d2861657dc0f87d090dd398dfc7eaf7b3366da530779e1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-06T10:44:47.375Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T10:44:47.375Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T10:44:47.595Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T10:44:47.601Z] $ docker exec 709986b88fcfcffd58d2861657dc0f87d090dd398dfc7eaf7b3366da530779e1 ssh-agent [2020-10-06T10:44:47.763Z] SSH_AUTH_SOCK=/tmp/ssh-CMEbuYXj3Ns5/agent.11 [2020-10-06T10:44:47.763Z] SSH_AGENT_PID=16 [2020-10-06T10:44:47.776Z] Running ssh-add (command line suppressed) [2020-10-06T10:44:47.898Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_3132485849558348160.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_3132485849558348160.key) [2020-10-06T10:44:47.951Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T10:44:48.296Z] + git describe --exact-match --tags HEAD [2020-10-06T10:44:48.296Z] fatal: no tag exactly matches 'ac2ba39aeba213a52cfe9f32ac5b6b5425a47b84' [Pipeline] } [2020-10-06T10:44:48.468Z] $ docker exec --env ******** --env ******** 709986b88fcfcffd58d2861657dc0f87d090dd398dfc7eaf7b3366da530779e1 ssh-agent -k [2020-10-06T10:44:48.597Z] unset SSH_AUTH_SOCK; [2020-10-06T10:44:48.597Z] unset SSH_AGENT_PID; [2020-10-06T10:44:48.597Z] echo Agent pid 16 killed; [2020-10-06T10:44:48.641Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-06T10:44:48.741Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-06T10:44:48.741Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-06T10:44:48.837Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T10:44:48.837Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T10:44:49.001Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T10:44:49.008Z] $ docker exec 709986b88fcfcffd58d2861657dc0f87d090dd398dfc7eaf7b3366da530779e1 ssh-agent [2020-10-06T10:44:49.184Z] SSH_AUTH_SOCK=/tmp/ssh-FlRZB3YALdpD/agent.46 [2020-10-06T10:44:49.184Z] SSH_AGENT_PID=52 [2020-10-06T10:44:49.191Z] Running ssh-add (command line suppressed) [2020-10-06T10:44:49.309Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_1556598869591068763.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_1556598869591068763.key) [2020-10-06T10:44:49.354Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T10:44:49.695Z] + git semver init [2020-10-06T10:44:49.695Z] # -> Open(): unable to determine branch for HEAD [2020-10-06T10:44:49.695Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-10-06T10:44:49.695Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-10-06T10:44:49.695Z] # $SEMVER_REMOTE_NAME = origin [2020-10-06T10:44:49.695Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-06T10:44:49.695Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-06T10:44:49.695Z] # $SEMVER_BRANCH = master [2020-10-06T10:44:49.695Z] # $SEMVER_TEMP = /tmp/semver-932585090 [2020-10-06T10:44:49.695Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-c.git $SEMVER_TEMP [2020-10-06T10:44:50.644Z] # '/tmp/semver-932585090' -> '/w/workspace/edgexfoundry_device-sdk-c_master/.semver' [2020-10-06T10:44:50.644Z] # -> Force: false [2020-10-06T10:44:50.644Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [Pipeline] } [2020-10-06T10:44:50.659Z] $ docker exec --env ******** --env ******** 709986b88fcfcffd58d2861657dc0f87d090dd398dfc7eaf7b3366da530779e1 ssh-agent -k [2020-10-06T10:44:50.774Z] unset SSH_AUTH_SOCK; [2020-10-06T10:44:50.774Z] unset SSH_AGENT_PID; [2020-10-06T10:44:50.774Z] echo Agent pid 52 killed; [2020-10-06T10:44:50.816Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-06T10:44:51.305Z] + git semver [Pipeline] } [2020-10-06T10:44:51.326Z] $ docker stop --time=1 709986b88fcfcffd58d2861657dc0f87d090dd398dfc7eaf7b3366da530779e1 [2020-10-06T10:44:52.772Z] $ docker rm -f 709986b88fcfcffd58d2861657dc0f87d090dd398dfc7eaf7b3366da530779e1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-06T10:44:53.662Z] Stashed 31 file(s) [Pipeline] echo [2020-10-06T10:44:53.665Z] [edgeXSemver]: initialized semver on version 1.3.0-dev.9 [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-10-06T10:45:08.998Z] Still waiting to schedule task [2020-10-06T10:45:08.998Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-06T10:45:09.000Z] Still waiting to schedule task [2020-10-06T10:45:09.000Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-06T10:47:07.229Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3730 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] ws [2020-10-06T10:47:07.330Z] Running in /w/workspace/device-sdk-c/46 [Pipeline] { [Pipeline] checkout [2020-10-06T10:47:12.432Z] using credential edgex-jenkins-ssh [2020-10-06T10:47:12.487Z] Cloning the remote Git repository [2020-10-06T10:47:12.564Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-10-06T10:47:12.673Z] > git init /w/workspace/device-sdk-c/46 # timeout=10 [2020-10-06T10:47:12.746Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-10-06T10:47:12.747Z] > git --version # timeout=10 [2020-10-06T10:47:12.767Z] > git --version # 'git version 2.17.1' [2020-10-06T10:47:12.768Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T10:47:12.845Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T10:47:14.478Z] Checking out Revision ac2ba39aeba213a52cfe9f32ac5b6b5425a47b84 (master) [2020-10-06T10:47:13.881Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-10-06T10:47:13.911Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T10:47:13.946Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-10-06T10:47:13.986Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-10-06T10:47:13.987Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T10:47:13.999Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-06T10:47:14.515Z] > git config core.sparsecheckout # timeout=10 [2020-10-06T10:47:14.527Z] > git checkout -f ac2ba39aeba213a52cfe9f32ac5b6b5425a47b84 # timeout=10 [2020-10-06T10:47:18.916Z] Commit message: "feat: REST v2 Device Service endpoints (#257) (#299)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-06T10:47:20.352Z] ========================================================= [2020-10-06T10:47:20.352Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] [2020-10-06T10:47:20.352Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-06T10:47:21.861Z] + 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-10-06T10:47:22.586Z] Running on prd-centos7-docker-4c-2g-3731 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] ws [2020-10-06T10:47:22.641Z] Running in /w/workspace/device-sdk-c/46 [Pipeline] { [Pipeline] checkout [2020-10-06T10:47:22.850Z] Sending build context to Docker daemon 3.8MB [2020-10-06T10:47:22.850Z] Step 1/21 : ARG BASE=alpine:3.11 [2020-10-06T10:47:22.850Z] Step 2/21 : FROM ${BASE} as builder [2020-10-06T10:47:23.126Z] latest: Pulling from edgex-devops/edgex-gcc-base-arm64 [2020-10-06T10:47:23.126Z] 0362ad1dd800: Pulling fs layer [2020-10-06T10:47:23.126Z] f2cdb1532d8b: Pulling fs layer [2020-10-06T10:47:23.126Z] 37ed683be191: Pulling fs layer [2020-10-06T10:47:23.126Z] f2cdb1532d8b: Download complete [2020-10-06T10:47:23.412Z] 0362ad1dd800: Verifying Checksum [2020-10-06T10:47:23.412Z] 0362ad1dd800: Download complete [2020-10-06T10:47:24.017Z] 0362ad1dd800: Pull complete [2020-10-06T10:47:24.292Z] f2cdb1532d8b: Pull complete [2020-10-06T10:47:25.330Z] using credential edgex-jenkins-ssh [2020-10-06T10:47:25.440Z] Cloning the remote Git repository [2020-10-06T10:47:25.730Z] 37ed683be191: Verifying Checksum [2020-10-06T10:47:25.730Z] 37ed683be191: Download complete [2020-10-06T10:47:25.190Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-10-06T10:47:25.256Z] > git init /w/workspace/device-sdk-c/46 # timeout=10 [2020-10-06T10:47:25.314Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-10-06T10:47:25.314Z] > git --version # timeout=10 [2020-10-06T10:47:25.327Z] > git --version # 'git version 2.16.5' [2020-10-06T10:47:25.328Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T10:47:25.356Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T10:47:26.659Z] Checking out Revision ac2ba39aeba213a52cfe9f32ac5b6b5425a47b84 (master) [2020-10-06T10:47:26.068Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-10-06T10:47:26.079Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T10:47:26.092Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-10-06T10:47:26.109Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-10-06T10:47:26.109Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T10:47:26.114Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-06T10:47:26.490Z] > git config core.sparsecheckout # timeout=10 [2020-10-06T10:47:26.497Z] > git checkout -f ac2ba39aeba213a52cfe9f32ac5b6b5425a47b84 # timeout=10 [2020-10-06T10:47:30.238Z] Commit message: "feat: REST v2 Device Service endpoints (#257) (#299)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-06T10:47:31.151Z] ========================================================= [2020-10-06T10:47:31.151Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2020-10-06T10:47:31.151Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-06T10:47:31.705Z] + 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-10-06T10:47:32.665Z] Sending build context to Docker daemon 3.8MB [2020-10-06T10:47:32.665Z] Step 1/21 : ARG BASE=alpine:3.11 [2020-10-06T10:47:32.665Z] Step 2/21 : FROM ${BASE} as builder [2020-10-06T10:47:32.932Z] latest: Pulling from edgex-devops/edgex-gcc-base [2020-10-06T10:47:32.932Z] e7c96db7181b: Pulling fs layer [2020-10-06T10:47:32.932Z] 4c13bbce0fe7: Pulling fs layer [2020-10-06T10:47:32.932Z] 6059c847ac2f: Pulling fs layer [2020-10-06T10:47:32.932Z] 4c13bbce0fe7: Verifying Checksum [2020-10-06T10:47:32.932Z] 4c13bbce0fe7: Download complete [2020-10-06T10:47:32.932Z] e7c96db7181b: Verifying Checksum [2020-10-06T10:47:32.932Z] e7c96db7181b: Download complete [2020-10-06T10:47:33.195Z] e7c96db7181b: Pull complete [2020-10-06T10:47:33.195Z] 4c13bbce0fe7: Pull complete [2020-10-06T10:47:34.020Z] 37ed683be191: Pull complete [2020-10-06T10:47:34.020Z] Digest: sha256:f3a502aba7c4a8aa4a4fcde21dbb9db33787f3779e80dd14fb3ea60ab67de23f [2020-10-06T10:47:34.020Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest [2020-10-06T10:47:34.020Z] ---> b23d30803547 [2020-10-06T10:47:34.020Z] 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-10-06T10:47:34.603Z] 6059c847ac2f: Verifying Checksum [2020-10-06T10:47:34.603Z] 6059c847ac2f: Download complete [2020-10-06T10:47:35.461Z] ---> Running in 00686fb1055d [2020-10-06T10:47:37.441Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-10-06T10:47:37.714Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-10-06T10:47:38.311Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-10-06T10:47:38.311Z] (2/8) Installing libuuid (2.33-r0) [2020-10-06T10:47:38.587Z] (3/8) Installing libblkid (2.33-r0) [2020-10-06T10:47:38.587Z] (4/8) Installing libfdisk (2.33-r0) [2020-10-06T10:47:38.587Z] (5/8) Installing libmount (2.33-r0) [2020-10-06T10:47:38.861Z] (6/8) Installing libsmartcols (2.33-r0) [2020-10-06T10:47:38.861Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-10-06T10:47:38.881Z] 6059c847ac2f: Pull complete [2020-10-06T10:47:38.881Z] Digest: sha256:6b5104d086ae1e5e8a284a473be9a93378e3934f9b07db5717372c857cbcbe5e [2020-10-06T10:47:38.882Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [2020-10-06T10:47:38.882Z] ---> 5eabd8fd8ba2 [2020-10-06T10:47:38.882Z] 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-10-06T10:47:39.136Z] (8/8) Installing wget (1.20.3-r0) [2020-10-06T10:47:39.136Z] Executing busybox-1.29.3-r10.trigger [2020-10-06T10:47:39.413Z] OK: 285 MiB in 83 packages [2020-10-06T10:47:40.849Z] ---> Running in c2e79471253b [2020-10-06T10:47:40.850Z] Removing intermediate container 00686fb1055d [2020-10-06T10:47:40.850Z] ---> f6d14e493cab [2020-10-06T10:47:40.850Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-10-06T10:47:40.850Z] ---> Running in b64b7d70b39b [2020-10-06T10:47:41.423Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-10-06T10:47:41.447Z] Removing intermediate container b64b7d70b39b [2020-10-06T10:47:41.447Z] ---> f43314fd5b3c [2020-10-06T10:47:41.447Z] 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-10-06T10:47:41.447Z] ---> Running in 9ec6dd452c89 [2020-10-06T10:47:41.998Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-10-06T10:47:42.261Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-10-06T10:47:42.261Z] (2/8) Installing libuuid (2.33-r0) [2020-10-06T10:47:42.261Z] (3/8) Installing libblkid (2.33-r0) [2020-10-06T10:47:42.525Z] (4/8) Installing libfdisk (2.33-r0) [2020-10-06T10:47:42.788Z] (5/8) Installing libmount (2.33-r0) [2020-10-06T10:47:42.890Z] --2020-10-06 10:47:42-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-10-06T10:47:43.053Z] (6/8) Installing libsmartcols (2.33-r0) [2020-10-06T10:47:43.054Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-10-06T10:47:43.165Z] Resolving github.com... 140.82.112.4 [2020-10-06T10:47:43.165Z] Connecting to github.com|140.82.112.4|:443... connected. [2020-10-06T10:47:43.165Z] HTTP request sent, awaiting response... 302 Found [2020-10-06T10:47:43.165Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-10-06T10:47:43.165Z] --2020-10-06 10:47:43-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-10-06T10:47:43.165Z] Resolving codeload.github.com... 140.82.112.10 [2020-10-06T10:47:43.165Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2020-10-06T10:47:43.317Z] (8/8) Installing wget (1.20.3-r0) [2020-10-06T10:47:43.317Z] Executing busybox-1.29.3-r10.trigger [2020-10-06T10:47:43.441Z] HTTP request sent, awaiting response... 200 OK [2020-10-06T10:47:43.441Z] Length: unspecified [application/x-gzip] [2020-10-06T10:47:43.441Z] Saving to: 'STDOUT' [2020-10-06T10:47:43.441Z]  [2020-10-06T10:47:43.441Z] 0K .......... .......... .......... .......... .......... 1.41M [2020-10-06T10:47:43.441Z] 50K .......... .......... .......... .......... .......... 2.75M [2020-10-06T10:47:43.441Z] 100K .......... .......... .......... .......... .......... 14.6M [2020-10-06T10:47:43.441Z] 150K .......... .......... .......... .......... .......... 3.66M [2020-10-06T10:47:43.441Z] 200K .......... .......... .......... .......... .......... 13.1M [2020-10-06T10:47:43.442Z] 250K .......... .......... .......... .......... .......... 3.66M [2020-10-06T10:47:43.442Z] 300K .......... .......... .......... .......... .......... 4.57M [2020-10-06T10:47:43.442Z] 350K .......... .......... .......... .......... .......... 6.05M [2020-10-06T10:47:43.442Z] 400K .......... .......... .......... .......... .......... 3.60M [2020-10-06T10:47:43.442Z] 450K .......... .......... .......... .......... .......... 4.16M [2020-10-06T10:47:43.442Z] 500K .......... .......... .......... .......... .......... 6.56M [2020-10-06T10:47:43.579Z] OK: 272 MiB in 83 packages [2020-10-06T10:47:43.715Z] 550K .......... .......... .......... .......... .......... 1.93M [2020-10-06T10:47:43.715Z] 600K .......... .......... .......... .......... .......... 896K [2020-10-06T10:47:43.715Z] 650K .......... .......... .......... .......... .......... 1.92M [2020-10-06T10:47:43.715Z] 700K .. 641K=0.2s [2020-10-06T10:47:43.715Z] [2020-10-06T10:47:43.715Z] 2020-10-06 10:47:43 (2.77 MB/s) - written to stdout [719348] [2020-10-06T10:47:43.715Z] [2020-10-06T10:47:43.991Z] -- The C compiler identification is GNU 8.3.0 [2020-10-06T10:47:44.155Z] Removing intermediate container c2e79471253b [2020-10-06T10:47:44.155Z] ---> 515a711a3bf7 [2020-10-06T10:47:44.155Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-10-06T10:47:44.155Z] ---> Running in 74fdb4925cb6 [2020-10-06T10:47:44.155Z] Removing intermediate container 74fdb4925cb6 [2020-10-06T10:47:44.155Z] ---> 1abbb1063fa9 [2020-10-06T10:47:44.155Z] 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-10-06T10:47:44.267Z] -- The CXX compiler identification is GNU 8.3.0 [2020-10-06T10:47:44.267Z] -- Check for working C compiler: /usr/bin/cc [2020-10-06T10:47:44.420Z] ---> Running in 0a828d63cb10 [2020-10-06T10:47:44.542Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-10-06T10:47:44.542Z] -- Detecting C compiler ABI info [2020-10-06T10:47:44.815Z] -- Detecting C compiler ABI info - done [2020-10-06T10:47:44.815Z] -- Detecting C compile features [2020-10-06T10:47:44.998Z] --2020-10-06 10:47:44-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-10-06T10:47:44.998Z] Resolving github.com... 140.82.112.4 [2020-10-06T10:47:44.998Z] Connecting to github.com|140.82.112.4|:443... connected. [2020-10-06T10:47:44.998Z] HTTP request sent, awaiting response... 302 Found [2020-10-06T10:47:44.998Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-10-06T10:47:44.998Z] --2020-10-06 10:47:44-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-10-06T10:47:44.998Z] Resolving codeload.github.com... 140.82.112.10 [2020-10-06T10:47:44.998Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2020-10-06T10:47:45.262Z] HTTP request sent, awaiting response... 200 OK [2020-10-06T10:47:45.262Z] Length: unspecified [application/x-gzip] [2020-10-06T10:47:45.262Z] Saving to: 'STDOUT' [2020-10-06T10:47:45.262Z]  [2020-10-06T10:47:45.262Z] 0K .......... .......... .......... .......... .......... 1.35M [2020-10-06T10:47:45.262Z] 50K .......... .......... .......... .......... .......... 4.39M [2020-10-06T10:47:45.262Z] 100K .......... .......... .......... .......... .......... 6.01M [2020-10-06T10:47:45.262Z] 150K .......... .......... .......... .......... .......... 4.81M [2020-10-06T10:47:45.262Z] 200K .......... .......... .......... .......... .......... 5.47M [2020-10-06T10:47:45.262Z] 250K .......... .......... .......... .......... .......... 15.7M [2020-10-06T10:47:45.262Z] 300K .......... .......... .......... .......... .......... 10.8M [2020-10-06T10:47:45.262Z] 350K .......... .......... .......... .......... .......... 8.66M [2020-10-06T10:47:45.262Z] 400K .......... .......... .......... .......... .......... 11.0M [2020-10-06T10:47:45.262Z] 450K .......... .......... .......... .......... .......... 9.98M [2020-10-06T10:47:45.262Z] 500K .......... .......... .......... .......... .......... 26.3M [2020-10-06T10:47:45.262Z] 550K .......... .......... .......... .......... .......... 18.8M [2020-10-06T10:47:45.262Z] 600K .......... .......... .......... .......... .......... 1.92M [2020-10-06T10:47:45.262Z] 650K .......... .......... .......... .......... .......... 4.14M [2020-10-06T10:47:45.262Z] 700K .. 46.1M=0.1s [2020-10-06T10:47:45.262Z] [2020-10-06T10:47:45.262Z] 2020-10-06 10:47:45 (4.94 MB/s) - written to stdout [719348] [2020-10-06T10:47:45.262Z] [2020-10-06T10:47:45.412Z] -- Detecting C compile features - done [2020-10-06T10:47:45.412Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-10-06T10:47:45.525Z] -- The C compiler identification is GNU 8.3.0 [2020-10-06T10:47:45.525Z] -- The CXX compiler identification is GNU 8.3.0 [2020-10-06T10:47:45.526Z] -- Check for working C compiler: /usr/bin/cc [2020-10-06T10:47:45.526Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-10-06T10:47:45.526Z] -- Detecting C compiler ABI info [2020-10-06T10:47:45.689Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-10-06T10:47:45.689Z] -- Detecting CXX compiler ABI info [2020-10-06T10:47:45.788Z] -- Detecting C compiler ABI info - done [2020-10-06T10:47:45.788Z] -- Detecting C compile features [2020-10-06T10:47:45.969Z] -- Detecting CXX compiler ABI info - done [2020-10-06T10:47:45.969Z] -- Detecting CXX compile features [2020-10-06T10:47:46.052Z] -- Detecting C compile features - done [2020-10-06T10:47:46.053Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-10-06T10:47:46.053Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-10-06T10:47:46.053Z] -- Detecting CXX compiler ABI info [2020-10-06T10:47:46.053Z] -- Detecting CXX compiler ABI info - done [2020-10-06T10:47:46.053Z] -- Detecting CXX compile features [2020-10-06T10:47:46.634Z] -- Detecting CXX compile features - done [2020-10-06T10:47:46.635Z] -- Looking for include file endian.h [2020-10-06T10:47:46.635Z] -- Looking for include file endian.h - found [2020-10-06T10:47:46.635Z] -- Check if the system is big endian [2020-10-06T10:47:46.635Z] -- Searching 16 bit integer [2020-10-06T10:47:46.635Z] -- Looking for sys/types.h [2020-10-06T10:47:46.635Z] -- Looking for sys/types.h - found [2020-10-06T10:47:46.635Z] -- Looking for stdint.h [2020-10-06T10:47:46.896Z] -- Looking for stdint.h - found [2020-10-06T10:47:46.896Z] -- Looking for stddef.h [2020-10-06T10:47:46.896Z] -- Looking for stddef.h - found [2020-10-06T10:47:46.896Z] -- Check size of unsigned short [2020-10-06T10:47:46.896Z] -- Check size of unsigned short - done [2020-10-06T10:47:46.896Z] -- Using unsigned short [2020-10-06T10:47:47.160Z] -- Check if the system is big endian - little endian [2020-10-06T10:47:47.160Z] -- Check size of size_t [2020-10-06T10:47:47.160Z] -- Check size of size_t - done [2020-10-06T10:47:47.160Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-10-06T10:47:47.160Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-10-06T10:47:47.160Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-10-06T10:47:47.160Z] CMake did not find one. [2020-10-06T10:47:47.160Z] [2020-10-06T10:47:47.160Z] Could not find a package configuration file provided by "cJSON" with any of [2020-10-06T10:47:47.160Z] the following names: [2020-10-06T10:47:47.160Z] [2020-10-06T10:47:47.160Z] cJSONConfig.cmake [2020-10-06T10:47:47.160Z] cjson-config.cmake [2020-10-06T10:47:47.160Z] [2020-10-06T10:47:47.160Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-10-06T10:47:47.160Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-10-06T10:47:47.160Z] provides a separate development package or SDK, be sure it has been [2020-10-06T10:47:47.160Z] installed. [2020-10-06T10:47:47.160Z] [2020-10-06T10:47:47.160Z] [2020-10-06T10:47:47.160Z] -- Configuring done [2020-10-06T10:47:47.160Z] -- Generating done [2020-10-06T10:47:47.160Z] -- Build files have been written to: /tmp/cbor [2020-10-06T10:47:47.160Z] Scanning dependencies of target cbor_shared [2020-10-06T10:47:47.160Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-10-06T10:47:47.423Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-10-06T10:47:47.686Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-10-06T10:47:47.686Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-10-06T10:47:47.940Z] -- Detecting CXX compile features - done [2020-10-06T10:47:47.941Z] -- Looking for include file endian.h [2020-10-06T10:47:47.941Z] -- Looking for include file endian.h - found [2020-10-06T10:47:47.941Z] -- Check if the system is big endian [2020-10-06T10:47:47.941Z] -- Searching 16 bit integer [2020-10-06T10:47:47.941Z] -- Looking for sys/types.h [2020-10-06T10:47:47.948Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-10-06T10:47:47.948Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-10-06T10:47:47.948Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-10-06T10:47:47.948Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-10-06T10:47:47.948Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-10-06T10:47:48.210Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-10-06T10:47:48.210Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-10-06T10:47:48.215Z] -- Looking for sys/types.h - found [2020-10-06T10:47:48.215Z] -- Looking for stdint.h [2020-10-06T10:47:48.215Z] -- Looking for stdint.h - found [2020-10-06T10:47:48.215Z] -- Looking for stddef.h [2020-10-06T10:47:48.474Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-10-06T10:47:48.474Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-10-06T10:47:48.474Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-10-06T10:47:48.489Z] -- Looking for stddef.h - found [2020-10-06T10:47:48.489Z] -- Check size of unsigned short [2020-10-06T10:47:48.739Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-10-06T10:47:48.739Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-10-06T10:47:48.739Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-10-06T10:47:48.739Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-10-06T10:47:48.762Z] -- Check size of unsigned short - done [2020-10-06T10:47:48.762Z] -- Using unsigned short [2020-10-06T10:47:49.005Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-10-06T10:47:49.005Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-10-06T10:47:49.005Z] [ 40%] Linking C shared library libcbor.so [2020-10-06T10:47:49.005Z] [ 40%] Built target cbor_shared [2020-10-06T10:47:49.005Z] Scanning dependencies of target cbor [2020-10-06T10:47:49.005Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-10-06T10:47:49.037Z] -- Check if the system is big endian - little endian [2020-10-06T10:47:49.037Z] -- Check size of size_t [2020-10-06T10:47:49.269Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-10-06T10:47:49.311Z] -- Check size of size_t - done [2020-10-06T10:47:49.311Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-10-06T10:47:49.311Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-10-06T10:47:49.311Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-10-06T10:47:49.311Z] CMake did not find one. [2020-10-06T10:47:49.311Z] [2020-10-06T10:47:49.311Z] Could not find a package configuration file provided by "cJSON" with any of [2020-10-06T10:47:49.311Z] the following names: [2020-10-06T10:47:49.311Z] [2020-10-06T10:47:49.311Z] cJSONConfig.cmake [2020-10-06T10:47:49.311Z] cjson-config.cmake [2020-10-06T10:47:49.311Z] [2020-10-06T10:47:49.311Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-10-06T10:47:49.311Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-10-06T10:47:49.311Z] provides a separate development package or SDK, be sure it has been [2020-10-06T10:47:49.311Z] installed. [2020-10-06T10:47:49.311Z] [2020-10-06T10:47:49.311Z] [2020-10-06T10:47:49.311Z] -- Configuring done [2020-10-06T10:47:49.531Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-10-06T10:47:49.532Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-10-06T10:47:49.584Z] -- Generating done [2020-10-06T10:47:49.584Z] -- Build files have been written to: /tmp/cbor [2020-10-06T10:47:49.794Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-10-06T10:47:49.794Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-10-06T10:47:49.794Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-10-06T10:47:49.856Z] Scanning dependencies of target cbor_shared [2020-10-06T10:47:49.856Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-10-06T10:47:50.062Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-10-06T10:47:50.062Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-10-06T10:47:50.062Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-10-06T10:47:50.329Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-10-06T10:47:50.329Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-10-06T10:47:50.451Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-10-06T10:47:50.600Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-10-06T10:47:50.600Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-10-06T10:47:50.600Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-10-06T10:47:50.600Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-10-06T10:47:50.863Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-10-06T10:47:50.863Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-10-06T10:47:50.863Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-10-06T10:47:51.048Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-10-06T10:47:51.125Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-10-06T10:47:51.125Z] [ 80%] Linking C static library libcbor.a [2020-10-06T10:47:51.125Z] [ 80%] Built target cbor [2020-10-06T10:47:51.125Z] Scanning dependencies of target create_items [2020-10-06T10:47:51.125Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-10-06T10:47:51.125Z] [ 84%] Linking C executable create_items [2020-10-06T10:47:51.125Z] [ 84%] Built target create_items [2020-10-06T10:47:51.125Z] Scanning dependencies of target readfile [2020-10-06T10:47:51.125Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-10-06T10:47:51.322Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-10-06T10:47:51.388Z] [ 88%] Linking C executable readfile [2020-10-06T10:47:51.388Z] [ 88%] Built target readfile [2020-10-06T10:47:51.388Z] Scanning dependencies of target streaming_parser [2020-10-06T10:47:51.388Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-10-06T10:47:51.388Z] [ 92%] Linking C executable streaming_parser [2020-10-06T10:47:51.388Z] [ 92%] Built target streaming_parser [2020-10-06T10:47:51.388Z] Scanning dependencies of target sort [2020-10-06T10:47:51.388Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-10-06T10:47:51.388Z] [ 96%] Linking C executable sort [2020-10-06T10:47:51.651Z] [ 96%] Built target sort [2020-10-06T10:47:51.651Z] Scanning dependencies of target hello [2020-10-06T10:47:51.651Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-10-06T10:47:51.651Z] [100%] Linking C executable hello [2020-10-06T10:47:51.651Z] [100%] Built target hello [2020-10-06T10:47:51.651Z] Install the project... [2020-10-06T10:47:51.651Z] -- Install configuration: "Release" [2020-10-06T10:47:51.651Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-10-06T10:47:51.651Z] -- Installing: /usr/local/lib64/libcbor.a [2020-10-06T10:47:51.651Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-10-06T10:47:51.651Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-10-06T10:47:51.651Z] -- Installing: /usr/local/lib64/libcbor.so [2020-10-06T10:47:51.651Z] -- Up-to-date: /usr/local/include/cbor [2020-10-06T10:47:51.651Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-10-06T10:47:51.651Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-10-06T10:47:51.651Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-10-06T10:47:51.651Z] -- Installing: /usr/local/include/cbor/common.h [2020-10-06T10:47:51.651Z] -- Installing: /usr/local/include/cbor/data.h [2020-10-06T10:47:51.651Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-10-06T10:47:51.651Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-10-06T10:47:51.651Z] -- Installing: /usr/local/include/cbor/internal [2020-10-06T10:47:51.651Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-10-06T10:47:51.651Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-10-06T10:47:51.651Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-10-06T10:47:51.651Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-10-06T10:47:51.651Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-10-06T10:47:51.651Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-10-06T10:47:51.652Z] -- Installing: /usr/local/include/cbor/ints.h [2020-10-06T10:47:51.652Z] -- Installing: /usr/local/include/cbor/maps.h [2020-10-06T10:47:51.652Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-10-06T10:47:51.652Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-10-06T10:47:51.652Z] -- Installing: /usr/local/include/cbor/strings.h [2020-10-06T10:47:51.652Z] -- Installing: /usr/local/include/cbor/tags.h [2020-10-06T10:47:51.652Z] -- Installing: /usr/local/include/cbor.h [2020-10-06T10:47:51.652Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-10-06T10:47:51.931Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-10-06T10:47:52.204Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-10-06T10:47:52.478Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-10-06T10:47:52.478Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-10-06T10:47:52.751Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-10-06T10:47:53.025Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-10-06T10:47:53.580Z] Removing intermediate container 0a828d63cb10 [2020-10-06T10:47:53.580Z] ---> 0e93930bfa10 [2020-10-06T10:47:53.580Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-10-06T10:47:53.580Z] ---> Running in 7ca3cdb016fd [2020-10-06T10:47:53.624Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-10-06T10:47:53.903Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-10-06T10:47:54.177Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-10-06T10:47:54.774Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-10-06T10:47:54.774Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-10-06T10:47:54.974Z] Removing intermediate container 7ca3cdb016fd [2020-10-06T10:47:54.974Z] ---> 72055127794e [2020-10-06T10:47:54.974Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-10-06T10:47:54.974Z] ---> 56ffc6cf1402 [2020-10-06T10:47:54.974Z] Step 8/21 : COPY src /tmp/sdk/src [2020-10-06T10:47:55.047Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-10-06T10:47:55.321Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-10-06T10:47:55.594Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-10-06T10:47:55.867Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-10-06T10:47:55.924Z] ---> 436f3d519deb [2020-10-06T10:47:55.924Z] Step 9/21 : COPY include /tmp/sdk/include [2020-10-06T10:47:56.139Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-10-06T10:47:56.187Z] ---> 575f28582b15 [2020-10-06T10:47:56.187Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-10-06T10:47:56.187Z] ---> b9b5fb3a68ac [2020-10-06T10:47:56.187Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-10-06T10:47:56.411Z] [ 40%] Linking C shared library libcbor.so [2020-10-06T10:47:56.411Z] [ 40%] Built target cbor_shared [2020-10-06T10:47:56.411Z] Scanning dependencies of target cbor [2020-10-06T10:47:56.449Z] ---> 909766ab3360 [2020-10-06T10:47:56.449Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-10-06T10:47:56.683Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-10-06T10:47:56.714Z] ---> 3c96e8da83e7 [2020-10-06T10:47:56.714Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-10-06T10:47:56.714Z] ---> Running in c589766e641e [2020-10-06T10:47:57.279Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-10-06T10:47:57.289Z] + CPPCHECK=false [2020-10-06T10:47:57.289Z] + DOCGEN=false [2020-10-06T10:47:57.289Z] + TOMLVER=SDK-0.2 [2020-10-06T10:47:57.289Z] + CUTILVER=1.1.1 [2020-10-06T10:47:57.289Z] + '[' 0 -gt 0 ] [2020-10-06T10:47:57.289Z] + readlink -f ./scripts/build.sh [2020-10-06T10:47:57.289Z] + dirname /tmp/sdk/scripts/build.sh [2020-10-06T10:47:57.289Z] + dirname /tmp/sdk/scripts [2020-10-06T10:47:57.289Z] + ROOT=/tmp/sdk [2020-10-06T10:47:57.289Z] + cd /tmp/sdk [2020-10-06T10:47:57.289Z] + '[' '!' -d deps ] [2020-10-06T10:47:57.289Z] + mkdir deps [2020-10-06T10:47:57.289Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-10-06T10:47:57.289Z] + tar -C deps -z -x -f - [2020-10-06T10:47:57.289Z] --2020-10-06 10:47:57-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-10-06T10:47:57.289Z] Resolving github.com... 140.82.112.4 [2020-10-06T10:47:57.289Z] Connecting to github.com|140.82.112.4|:443... connected. [2020-10-06T10:47:57.289Z] HTTP request sent, awaiting response... 302 Found [2020-10-06T10:47:57.289Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-10-06T10:47:57.289Z] --2020-10-06 10:47:57-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-10-06T10:47:57.289Z] Resolving codeload.github.com... 140.82.112.10 [2020-10-06T10:47:57.289Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2020-10-06T10:47:57.552Z] HTTP request sent, awaiting response... 200 OK [2020-10-06T10:47:57.552Z] Length: unspecified [application/x-gzip] [2020-10-06T10:47:57.552Z] Saving to: 'STDOUT' [2020-10-06T10:47:57.552Z] [2020-10-06T10:47:57.552Z] 0K .......... ...... 822K=0.02s [2020-10-06T10:47:57.552Z] [2020-10-06T10:47:57.552Z] 2020-10-06 10:47:57 (822 KB/s) - written to stdout [16451] [2020-10-06T10:47:57.552Z] [2020-10-06T10:47:57.552Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-10-06T10:47:57.552Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.1.tar.gz [2020-10-06T10:47:57.552Z] + tar -C deps -z -x -f - [2020-10-06T10:47:57.552Z] --2020-10-06 10:47:57-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.1.tar.gz [2020-10-06T10:47:57.552Z] Resolving github.com... 140.82.112.4 [2020-10-06T10:47:57.552Z] Connecting to github.com|140.82.112.4|:443... connected. [2020-10-06T10:47:57.815Z] HTTP request sent, awaiting response... 302 Found [2020-10-06T10:47:57.815Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.1 [following] [2020-10-06T10:47:57.815Z] --2020-10-06 10:47:57-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.1 [2020-10-06T10:47:57.815Z] Resolving codeload.github.com... 140.82.112.10 [2020-10-06T10:47:57.815Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2020-10-06T10:47:57.872Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-10-06T10:47:58.078Z] HTTP request sent, awaiting response... 200 OK [2020-10-06T10:47:58.078Z] Length: unspecified [application/x-gzip] [2020-10-06T10:47:58.078Z] Saving to: 'STDOUT' [2020-10-06T10:47:58.078Z]  [2020-10-06T10:47:58.078Z] 0K .......... .......... .......... .......... .......... 1.34M [2020-10-06T10:47:58.078Z] 50K .......... .......... .......... .......... .......... 2.65M [2020-10-06T10:47:58.078Z] 100K .......... .......... .......... .......... .......... 42.7M [2020-10-06T10:47:58.078Z] 150K .......... .......... ..... 19.1M=0.06s [2020-10-06T10:47:58.078Z] [2020-10-06T10:47:58.078Z] 2020-10-06 10:47:57 (3.00 MB/s) - written to stdout [179833] [2020-10-06T10:47:58.078Z] [2020-10-06T10:47:58.078Z] + mkdir -p src/c/iot [2020-10-06T10:47:58.078Z] + cp deps/iotech-c-utils-1.1.1/src/c/base64.c deps/iotech-c-utils-1.1.1/src/c/component.c deps/iotech-c-utils-1.1.1/src/c/config.c deps/iotech-c-utils-1.1.1/src/c/container.c deps/iotech-c-utils-1.1.1/src/c/data.c deps/iotech-c-utils-1.1.1/src/c/hash.c deps/iotech-c-utils-1.1.1/src/c/iot.c deps/iotech-c-utils-1.1.1/src/c/json.c deps/iotech-c-utils-1.1.1/src/c/logger.c deps/iotech-c-utils-1.1.1/src/c/os.c deps/iotech-c-utils-1.1.1/src/c/scheduler.c deps/iotech-c-utils-1.1.1/src/c/thread.c deps/iotech-c-utils-1.1.1/src/c/threadpool.c deps/iotech-c-utils-1.1.1/src/c/time.c deps/iotech-c-utils-1.1.1/src/c/yxml.c src/c/iot [2020-10-06T10:47:58.078Z] + mkdir -p include/iot [2020-10-06T10:47:58.078Z] + cp deps/iotech-c-utils-1.1.1/include/iot/base64.h deps/iotech-c-utils-1.1.1/include/iot/component.h deps/iotech-c-utils-1.1.1/include/iot/config.h deps/iotech-c-utils-1.1.1/include/iot/container.h deps/iotech-c-utils-1.1.1/include/iot/data.h deps/iotech-c-utils-1.1.1/include/iot/hash.h deps/iotech-c-utils-1.1.1/include/iot/iot.h deps/iotech-c-utils-1.1.1/include/iot/json.h deps/iotech-c-utils-1.1.1/include/iot/logger.h deps/iotech-c-utils-1.1.1/include/iot/os.h deps/iotech-c-utils-1.1.1/include/iot/scheduler.h deps/iotech-c-utils-1.1.1/include/iot/thread.h deps/iotech-c-utils-1.1.1/include/iot/threadpool.h deps/iotech-c-utils-1.1.1/include/iot/time.h deps/iotech-c-utils-1.1.1/include/iot/typecode.h deps/iotech-c-utils-1.1.1/include/iot/yxml.h include/iot [2020-10-06T10:47:58.078Z] + mkdir -p include/iot/os [2020-10-06T10:47:58.078Z] + cp deps/iotech-c-utils-1.1.1/include/iot/os/linux.h deps/iotech-c-utils-1.1.1/include/iot/os/macos.h deps/iotech-c-utils-1.1.1/include/iot/os/zephyr.h include/iot/os [2020-10-06T10:47:58.078Z] + mkdir -p /tmp/sdk/build/release [2020-10-06T10:47:58.078Z] + cd /tmp/sdk/build/release [2020-10-06T10:47:58.078Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-10-06T10:47:58.078Z] -- The C compiler identification is GNU 8.3.0 [2020-10-06T10:47:58.078Z] -- Check for working C compiler: /usr/bin/cc [2020-10-06T10:47:58.144Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-10-06T10:47:58.340Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-10-06T10:47:58.340Z] -- Detecting C compiler ABI info [2020-10-06T10:47:58.340Z] -- Detecting C compiler ABI info - done [2020-10-06T10:47:58.340Z] -- Detecting C compile features [2020-10-06T10:47:58.603Z] -- Detecting C compile features - done [2020-10-06T10:47:58.603Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-10-06T10:47:58.603Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-10-06T10:47:58.603Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-10-06T10:47:58.603Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-10-06T10:47:58.603Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-10-06T10:47:58.603Z] -- C SDK 1.3.0-dev.9 for Linux [2020-10-06T10:47:58.603Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-10-06T10:47:58.603Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-10-06T10:47:58.603Z] -- Found Curses: /usr/lib/libcurses.so [2020-10-06T10:47:58.870Z] -- Configuring done [2020-10-06T10:47:58.870Z] -- Generating done [2020-10-06T10:47:58.870Z] -- Build files have been written to: /tmp/sdk/build/release [2020-10-06T10:47:58.870Z] + make [2020-10-06T10:47:58.870Z] + tee release.log [2020-10-06T10:47:58.870Z] Scanning dependencies of target csdk [2020-10-06T10:47:58.870Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-10-06T10:47:59.118Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-10-06T10:47:59.132Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-10-06T10:47:59.132Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2020-10-06T10:47:59.391Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-10-06T10:47:59.393Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-10-06T10:47:59.656Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-10-06T10:47:59.662Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-10-06T10:47:59.919Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-10-06T10:47:59.919Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-10-06T10:47:59.937Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-10-06T10:47:59.937Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-10-06T10:48:00.183Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-10-06T10:48:00.535Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-10-06T10:48:00.757Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-10-06T10:48:01.019Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-10-06T10:48:01.019Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-10-06T10:48:01.134Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-10-06T10:48:01.284Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-10-06T10:48:01.284Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-10-06T10:48:01.284Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-10-06T10:48:01.408Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-10-06T10:48:01.548Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-10-06T10:48:01.684Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-10-06T10:48:02.281Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-10-06T10:48:02.281Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-10-06T10:48:02.515Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-10-06T10:48:02.515Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-10-06T10:48:02.515Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-10-06T10:48:02.515Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-10-06T10:48:02.553Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-10-06T10:48:02.780Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-10-06T10:48:02.825Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-10-06T10:48:03.098Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-10-06T10:48:03.355Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-10-06T10:48:03.355Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-10-06T10:48:03.369Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-10-06T10:48:03.617Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-10-06T10:48:03.617Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-10-06T10:48:03.641Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-10-06T10:48:03.880Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-10-06T10:48:03.880Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-10-06T10:48:03.913Z] [ 80%] Linking C static library libcbor.a [2020-10-06T10:48:03.913Z] [ 80%] Built target cbor [2020-10-06T10:48:03.913Z] Scanning dependencies of target create_items [2020-10-06T10:48:03.913Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-10-06T10:48:04.142Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-10-06T10:48:04.142Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-10-06T10:48:04.203Z] [ 84%] Linking C executable create_items [2020-10-06T10:48:04.203Z] [ 84%] Built target create_items [2020-10-06T10:48:04.203Z] Scanning dependencies of target readfile [2020-10-06T10:48:04.203Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-10-06T10:48:04.404Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-10-06T10:48:04.404Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2020-10-06T10:48:04.478Z] [ 88%] Linking C executable readfile [2020-10-06T10:48:04.478Z] [ 88%] Built target readfile [2020-10-06T10:48:04.478Z] Scanning dependencies of target streaming_parser [2020-10-06T10:48:04.757Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-10-06T10:48:04.757Z] [ 92%] Linking C executable streaming_parser [2020-10-06T10:48:04.977Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-10-06T10:48:04.977Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-10-06T10:48:05.029Z] [ 92%] Built target streaming_parser [2020-10-06T10:48:05.029Z] Scanning dependencies of target sort [2020-10-06T10:48:05.029Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-10-06T10:48:05.240Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-10-06T10:48:05.240Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-10-06T10:48:05.302Z] [ 96%] Linking C executable sort [2020-10-06T10:48:05.302Z] [ 96%] Built target sort [2020-10-06T10:48:05.302Z] Scanning dependencies of target hello [2020-10-06T10:48:05.302Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-10-06T10:48:05.576Z] [100%] Linking C executable hello [2020-10-06T10:48:05.576Z] [100%] Built target hello [2020-10-06T10:48:05.576Z] Install the project... [2020-10-06T10:48:05.576Z] -- Install configuration: "Release" [2020-10-06T10:48:05.576Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-10-06T10:48:05.576Z] -- Installing: /usr/local/lib64/libcbor.a [2020-10-06T10:48:05.576Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-10-06T10:48:05.576Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-10-06T10:48:05.576Z] -- Installing: /usr/local/lib64/libcbor.so [2020-10-06T10:48:05.576Z] -- Up-to-date: /usr/local/include/cbor [2020-10-06T10:48:05.576Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-10-06T10:48:05.576Z] -- Installing: /usr/local/include/cbor/ints.h [2020-10-06T10:48:05.576Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-10-06T10:48:05.576Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-10-06T10:48:05.576Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-10-06T10:48:05.576Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-10-06T10:48:05.576Z] -- Installing: /usr/local/include/cbor/data.h [2020-10-06T10:48:05.576Z] -- Installing: /usr/local/include/cbor/common.h [2020-10-06T10:48:05.576Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-10-06T10:48:05.576Z] -- Installing: /usr/local/include/cbor/strings.h [2020-10-06T10:48:05.576Z] -- Installing: /usr/local/include/cbor/tags.h [2020-10-06T10:48:05.576Z] -- Installing: /usr/local/include/cbor/internal [2020-10-06T10:48:05.576Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-10-06T10:48:05.576Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-10-06T10:48:05.576Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-10-06T10:48:05.576Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-10-06T10:48:05.576Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-10-06T10:48:05.576Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-10-06T10:48:05.576Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-10-06T10:48:05.577Z] -- Installing: /usr/local/include/cbor/maps.h [2020-10-06T10:48:05.577Z] -- Installing: /usr/local/include/cbor.h [2020-10-06T10:48:05.577Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-10-06T10:48:06.633Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-10-06T10:48:06.633Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-10-06T10:48:06.896Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-10-06T10:48:06.896Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-10-06T10:48:07.159Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-10-06T10:48:07.422Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-10-06T10:48:07.999Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-10-06T10:48:08.205Z] Removing intermediate container 9ec6dd452c89 [2020-10-06T10:48:08.206Z] ---> 251b0140b1ee [2020-10-06T10:48:08.206Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-10-06T10:48:08.206Z] ---> Running in f80e130441c7 [2020-10-06T10:48:08.947Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-10-06T10:48:08.947Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-10-06T10:48:09.214Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-10-06T10:48:09.476Z] [ 71%] Linking C shared library libcsdk.so [2020-10-06T10:48:09.476Z] [ 71%] Built target csdk [2020-10-06T10:48:09.476Z] Scanning dependencies of target template [2020-10-06T10:48:09.476Z] [ 73%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-10-06T10:48:09.739Z] [ 74%] Linking C executable template [2020-10-06T10:48:09.740Z] [ 74%] Built target template [2020-10-06T10:48:09.740Z] Scanning dependencies of target device-counter [2020-10-06T10:48:09.740Z] [ 76%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-10-06T10:48:10.002Z] [ 77%] Linking C executable device-counter [2020-10-06T10:48:10.002Z] [ 77%] Built target device-counter [2020-10-06T10:48:10.002Z] Scanning dependencies of target device-random [2020-10-06T10:48:10.002Z] [ 79%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-10-06T10:48:10.264Z] [ 80%] Linking C executable device-random [2020-10-06T10:48:10.264Z] [ 80%] Built target device-random [2020-10-06T10:48:10.264Z] Scanning dependencies of target device-gyro [2020-10-06T10:48:10.264Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-10-06T10:48:10.264Z] [ 84%] Linking C executable device-gyro [2020-10-06T10:48:10.526Z] [ 84%] Built target device-gyro [2020-10-06T10:48:10.526Z] Scanning dependencies of target device-bitfields [2020-10-06T10:48:10.526Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-10-06T10:48:10.526Z] [ 87%] Linking C executable device-bitfields [2020-10-06T10:48:10.526Z] [ 87%] Built target device-bitfields [2020-10-06T10:48:10.526Z] Scanning dependencies of target template-discovery [2020-10-06T10:48:10.789Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-10-06T10:48:10.789Z] [ 90%] Linking C executable template-discovery [2020-10-06T10:48:10.789Z] [ 90%] Built target template-discovery [2020-10-06T10:48:10.820Z] Removing intermediate container f80e130441c7 [2020-10-06T10:48:10.820Z] ---> 082ebfe9e184 [2020-10-06T10:48:10.820Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-10-06T10:48:11.053Z] Scanning dependencies of target device-file [2020-10-06T10:48:11.053Z] [ 92%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-10-06T10:48:11.053Z] [ 93%] Linking C executable device-file [2020-10-06T10:48:11.053Z] [ 93%] Built target device-file [2020-10-06T10:48:11.053Z] Scanning dependencies of target device-terminal [2020-10-06T10:48:11.053Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-10-06T10:48:11.094Z] ---> 9ff69146445d [2020-10-06T10:48:11.094Z] Step 8/21 : COPY src /tmp/sdk/src [2020-10-06T10:48:11.317Z] [ 96%] Linking C executable device-terminal [2020-10-06T10:48:11.317Z] [ 96%] Built target device-terminal [2020-10-06T10:48:11.317Z] Scanning dependencies of target templatev1 [2020-10-06T10:48:11.317Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-10-06T10:48:11.580Z] [100%] Linking C executable templatev1 [2020-10-06T10:48:11.580Z] [100%] Built target templatev1 [2020-10-06T10:48:11.580Z] + make package [2020-10-06T10:48:11.580Z] + tee -a release.log [2020-10-06T10:48:11.843Z] [ 71%] Built target csdk [2020-10-06T10:48:11.843Z] [ 74%] Built target template [2020-10-06T10:48:11.843Z] [ 77%] Built target device-counter [2020-10-06T10:48:11.843Z] [ 80%] Built target device-random [2020-10-06T10:48:11.843Z] [ 84%] Built target device-gyro [2020-10-06T10:48:11.843Z] [ 87%] Built target device-bitfields [2020-10-06T10:48:11.843Z] [ 90%] Built target template-discovery [2020-10-06T10:48:11.843Z] [ 93%] Built target device-file [2020-10-06T10:48:11.843Z] [ 96%] Built target device-terminal [2020-10-06T10:48:11.843Z] [100%] Built target templatev1 [2020-10-06T10:48:11.843Z] Run CPack packaging tool... [2020-10-06T10:48:11.843Z] CPack: Create package using TGZ [2020-10-06T10:48:11.843Z] CPack: Install projects [2020-10-06T10:48:11.843Z] CPack: - Run preinstall target for: Csdk [2020-10-06T10:48:12.074Z] ---> 2c0d679dc80d [2020-10-06T10:48:12.074Z] Step 9/21 : COPY include /tmp/sdk/include [2020-10-06T10:48:12.106Z] CPack: - Install project: Csdk [2020-10-06T10:48:12.367Z] CPack: Create package [2020-10-06T10:48:12.367Z] CPack: - package: /tmp/sdk/build/release/csdk-1.3.0-dev.9.tar.gz generated. [2020-10-06T10:48:12.367Z] + '[' false '=' true ] [2020-10-06T10:48:12.367Z] + '[' false '=' true ] [2020-10-06T10:48:12.367Z] + mkdir -p /tmp/sdk/build/debug [2020-10-06T10:48:12.367Z] + cd /tmp/sdk/build/debug [2020-10-06T10:48:12.367Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-10-06T10:48:12.367Z] -- The C compiler identification is GNU 8.3.0 [2020-10-06T10:48:12.367Z] -- Check for working C compiler: /usr/bin/cc [2020-10-06T10:48:12.367Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-10-06T10:48:12.367Z] -- Detecting C compiler ABI info [2020-10-06T10:48:12.631Z] -- Detecting C compiler ABI info - done [2020-10-06T10:48:12.631Z] -- Detecting C compile features [2020-10-06T10:48:12.670Z] ---> 2f9f52cad72d [2020-10-06T10:48:12.670Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-10-06T10:48:12.893Z] -- Detecting C compile features - done [2020-10-06T10:48:12.893Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-10-06T10:48:12.893Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-10-06T10:48:13.154Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-10-06T10:48:13.154Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-10-06T10:48:13.154Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-10-06T10:48:13.154Z] -- C SDK 1.3.0-dev.9 for Linux [2020-10-06T10:48:13.154Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-10-06T10:48:13.154Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-10-06T10:48:13.154Z] -- Found Curses: /usr/lib/libcurses.so [2020-10-06T10:48:13.154Z] -- Configuring done [2020-10-06T10:48:13.154Z] -- Generating done [2020-10-06T10:48:13.154Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-10-06T10:48:13.154Z] + + make [2020-10-06T10:48:13.154Z] tee debug.log [2020-10-06T10:48:13.154Z] Scanning dependencies of target csdk [2020-10-06T10:48:13.417Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-10-06T10:48:13.417Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-10-06T10:48:13.417Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2020-10-06T10:48:13.651Z] ---> 6a7514f0163c [2020-10-06T10:48:13.651Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-10-06T10:48:13.680Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-10-06T10:48:13.680Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-10-06T10:48:13.941Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-10-06T10:48:13.941Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-10-06T10:48:13.941Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-10-06T10:48:14.203Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-10-06T10:48:14.203Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-10-06T10:48:14.250Z] ---> 5a78ecf600c8 [2020-10-06T10:48:14.250Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-10-06T10:48:14.464Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-10-06T10:48:14.464Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-10-06T10:48:14.464Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-10-06T10:48:14.464Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-10-06T10:48:14.725Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-10-06T10:48:14.847Z] ---> fe3813020a6f [2020-10-06T10:48:14.848Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-10-06T10:48:14.996Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-10-06T10:48:14.996Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-10-06T10:48:14.996Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-10-06T10:48:14.996Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-10-06T10:48:15.131Z] ---> Running in af9d84373e61 [2020-10-06T10:48:15.259Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-10-06T10:48:15.522Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-10-06T10:48:15.522Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-10-06T10:48:15.522Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-10-06T10:48:15.522Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-10-06T10:48:15.522Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-10-06T10:48:15.783Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-10-06T10:48:15.783Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-10-06T10:48:15.783Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-10-06T10:48:15.783Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-10-06T10:48:16.050Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2020-10-06T10:48:16.050Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-10-06T10:48:16.050Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-10-06T10:48:16.312Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-10-06T10:48:16.312Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-10-06T10:48:16.566Z] + CPPCHECK=false [2020-10-06T10:48:16.566Z] + DOCGEN=false [2020-10-06T10:48:16.566Z] + TOMLVER=SDK-0.2 [2020-10-06T10:48:16.566Z] + CUTILVER=1.1.1 [2020-10-06T10:48:16.566Z] + '[' 0 -gt 0 ] [2020-10-06T10:48:16.566Z] + readlink -f ./scripts/build.sh [2020-10-06T10:48:16.566Z] + dirname /tmp/sdk/scripts/build.sh [2020-10-06T10:48:16.566Z] + dirname /tmp/sdk/scripts [2020-10-06T10:48:16.566Z] + ROOT=/tmp/sdk [2020-10-06T10:48:16.566Z] + cd /tmp/sdk [2020-10-06T10:48:16.566Z] + '[' '!' -d deps ] [2020-10-06T10:48:16.566Z] + mkdir deps [2020-10-06T10:48:16.567Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-10-06T10:48:16.567Z] + tar -C deps -z -x -f - [2020-10-06T10:48:16.567Z] --2020-10-06 10:48:16-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-10-06T10:48:16.567Z] Resolving github.com... 140.82.114.4 [2020-10-06T10:48:16.567Z] Connecting to github.com|140.82.114.4|:443... connected. [2020-10-06T10:48:16.574Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-10-06T10:48:16.575Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-10-06T10:48:16.837Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-10-06T10:48:16.837Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-10-06T10:48:16.837Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-10-06T10:48:16.839Z] HTTP request sent, awaiting response... 302 Found [2020-10-06T10:48:16.839Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-10-06T10:48:16.839Z] --2020-10-06 10:48:16-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-10-06T10:48:16.839Z] Resolving codeload.github.com... 140.82.112.10 [2020-10-06T10:48:16.839Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2020-10-06T10:48:16.839Z] HTTP request sent, awaiting response... 200 OK [2020-10-06T10:48:16.839Z] Length: unspecified [application/x-gzip] [2020-10-06T10:48:16.839Z] Saving to: 'STDOUT' [2020-10-06T10:48:16.839Z]  [2020-10-06T10:48:16.839Z] 0K .......... ......  910K=0.02s [2020-10-06T10:48:16.839Z] [2020-10-06T10:48:16.839Z] 2020-10-06 10:48:16 (910 KB/s) - written to stdout [16451] [2020-10-06T10:48:16.839Z] [2020-10-06T10:48:16.839Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-10-06T10:48:16.839Z] + + tarwget -C -O deps -z -x -f - - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.1.tar.gz [2020-10-06T10:48:16.839Z] [2020-10-06T10:48:16.839Z] --2020-10-06 10:48:16-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.1.tar.gz [2020-10-06T10:48:16.839Z] Resolving github.com... 140.82.114.4 [2020-10-06T10:48:16.839Z] Connecting to github.com|140.82.114.4|:443... connected. [2020-10-06T10:48:17.098Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-10-06T10:48:17.118Z] HTTP request sent, awaiting response... 302 Found [2020-10-06T10:48:17.118Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.1 [following] [2020-10-06T10:48:17.118Z] --2020-10-06 10:48:16-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.1 [2020-10-06T10:48:17.118Z] Resolving codeload.github.com... 140.82.112.10 [2020-10-06T10:48:17.118Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2020-10-06T10:48:17.118Z] HTTP request sent, awaiting response... 200 OK [2020-10-06T10:48:17.118Z] Length: unspecified [application/x-gzip] [2020-10-06T10:48:17.118Z] Saving to: 'STDOUT' [2020-10-06T10:48:17.118Z]  [2020-10-06T10:48:17.362Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-10-06T10:48:17.391Z] 0K .......... .......... .......... .......... .......... 1.45M [2020-10-06T10:48:17.391Z] 50K .......... .......... .......... .......... .......... 3.00M [2020-10-06T10:48:17.391Z] 100K .......... .......... .......... .......... .......... 3.45M [2020-10-06T10:48:17.391Z] 150K .......... .......... .....     1.34M=0.08s [2020-10-06T10:48:17.391Z] [2020-10-06T10:48:17.391Z] 2020-10-06 10:48:17 (2.07 MB/s) - written to stdout [179833] [2020-10-06T10:48:17.391Z] [2020-10-06T10:48:17.391Z] + mkdir -p src/c/iot [2020-10-06T10:48:17.391Z] + cp deps/iotech-c-utils-1.1.1/src/c/base64.c deps/iotech-c-utils-1.1.1/src/c/component.c deps/iotech-c-utils-1.1.1/src/c/config.c deps/iotech-c-utils-1.1.1/src/c/container.c deps/iotech-c-utils-1.1.1/src/c/data.c deps/iotech-c-utils-1.1.1/src/c/hash.c deps/iotech-c-utils-1.1.1/src/c/iot.c deps/iotech-c-utils-1.1.1/src/c/json.c deps/iotech-c-utils-1.1.1/src/c/logger.c deps/iotech-c-utils-1.1.1/src/c/os.c deps/iotech-c-utils-1.1.1/src/c/scheduler.c deps/iotech-c-utils-1.1.1/src/c/thread.c deps/iotech-c-utils-1.1.1/src/c/threadpool.c deps/iotech-c-utils-1.1.1/src/c/time.c deps/iotech-c-utils-1.1.1/src/c/yxml.c src/c/iot [2020-10-06T10:48:17.391Z] + mkdir -p include/iot [2020-10-06T10:48:17.391Z] + cp deps/iotech-c-utils-1.1.1/include/iot/base64.h deps/iotech-c-utils-1.1.1/include/iot/component.h deps/iotech-c-utils-1.1.1/include/iot/config.h deps/iotech-c-utils-1.1.1/include/iot/container.h deps/iotech-c-utils-1.1.1/include/iot/data.h deps/iotech-c-utils-1.1.1/include/iot/hash.h deps/iotech-c-utils-1.1.1/include/iot/iot.h deps/iotech-c-utils-1.1.1/include/iot/json.h deps/iotech-c-utils-1.1.1/include/iot/logger.h deps/iotech-c-utils-1.1.1/include/iot/os.h deps/iotech-c-utils-1.1.1/include/iot/scheduler.h deps/iotech-c-utils-1.1.1/include/iot/thread.h deps/iotech-c-utils-1.1.1/include/iot/threadpool.h deps/iotech-c-utils-1.1.1/include/iot/time.h deps/iotech-c-utils-1.1.1/include/iot/typecode.h deps/iotech-c-utils-1.1.1/include/iot/yxml.h include/iot [2020-10-06T10:48:17.391Z] + mkdir -p include/iot/os [2020-10-06T10:48:17.391Z] + cp deps/iotech-c-utils-1.1.1/include/iot/os/linux.h deps/iotech-c-utils-1.1.1/include/iot/os/macos.h deps/iotech-c-utils-1.1.1/include/iot/os/zephyr.h include/iot/os [2020-10-06T10:48:17.391Z] + mkdir -p /tmp/sdk/build/release [2020-10-06T10:48:17.391Z] + cd /tmp/sdk/build/release [2020-10-06T10:48:17.391Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-10-06T10:48:17.625Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-10-06T10:48:17.625Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-10-06T10:48:17.625Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-10-06T10:48:17.663Z] -- The C compiler identification is GNU 8.3.0 [2020-10-06T10:48:17.663Z] -- Check for working C compiler: /usr/bin/cc [2020-10-06T10:48:17.887Z] [ 71%] Linking C shared library libcsdk.so [2020-10-06T10:48:17.887Z] [ 71%] Built target csdk [2020-10-06T10:48:17.887Z] Scanning dependencies of target template [2020-10-06T10:48:17.887Z] [ 73%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-10-06T10:48:17.887Z] [ 74%] Linking C executable template [2020-10-06T10:48:17.936Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-10-06T10:48:17.936Z] -- Detecting C compiler ABI info [2020-10-06T10:48:18.149Z] [ 74%] Built target template [2020-10-06T10:48:18.150Z] Scanning dependencies of target device-counter [2020-10-06T10:48:18.150Z] [ 76%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-10-06T10:48:18.150Z] [ 77%] Linking C executable device-counter [2020-10-06T10:48:18.150Z] [ 77%] Built target device-counter [2020-10-06T10:48:18.150Z] Scanning dependencies of target device-random [2020-10-06T10:48:18.150Z] [ 79%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-10-06T10:48:18.150Z] [ 80%] Linking C executable device-random [2020-10-06T10:48:18.207Z] -- Detecting C compiler ABI info - done [2020-10-06T10:48:18.207Z] -- Detecting C compile features [2020-10-06T10:48:18.412Z] [ 80%] Built target device-random [2020-10-06T10:48:18.412Z] Scanning dependencies of target device-gyro [2020-10-06T10:48:18.412Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-10-06T10:48:18.412Z] [ 84%] Linking C executable device-gyro [2020-10-06T10:48:18.412Z] [ 84%] Built target device-gyro [2020-10-06T10:48:18.412Z] Scanning dependencies of target device-bitfields [2020-10-06T10:48:18.412Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-10-06T10:48:18.675Z] [ 87%] Linking C executable device-bitfields [2020-10-06T10:48:18.675Z] [ 87%] Built target device-bitfields [2020-10-06T10:48:18.675Z] Scanning dependencies of target template-discovery [2020-10-06T10:48:18.675Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-10-06T10:48:18.675Z] [ 90%] Linking C executable template-discovery [2020-10-06T10:48:18.675Z] [ 90%] Built target template-discovery [2020-10-06T10:48:18.675Z] Scanning dependencies of target device-file [2020-10-06T10:48:18.940Z] [ 92%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-10-06T10:48:18.940Z] [ 93%] Linking C executable device-file [2020-10-06T10:48:18.940Z] [ 93%] Built target device-file [2020-10-06T10:48:18.940Z] Scanning dependencies of target device-terminal [2020-10-06T10:48:18.940Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-10-06T10:48:18.940Z] [ 96%] Linking C executable device-terminal [2020-10-06T10:48:19.185Z] -- Detecting C compile features - done [2020-10-06T10:48:19.185Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-10-06T10:48:19.185Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-10-06T10:48:19.185Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-10-06T10:48:19.185Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-10-06T10:48:19.185Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-10-06T10:48:19.185Z] -- C SDK 1.3.0-dev.9 for Linux [2020-10-06T10:48:19.185Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-10-06T10:48:19.185Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-10-06T10:48:19.185Z] -- Found Curses: /usr/lib/libcurses.so [2020-10-06T10:48:19.201Z] [ 96%] Built target device-terminal [2020-10-06T10:48:19.201Z] Scanning dependencies of target templatev1 [2020-10-06T10:48:19.201Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-10-06T10:48:19.201Z] [100%] Linking C executable templatev1 [2020-10-06T10:48:19.201Z] [100%] Built target templatev1 [2020-10-06T10:48:19.201Z] make: Entering directory '/tmp/sdk/build/release' [2020-10-06T10:48:19.201Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-10-06T10:48:19.201Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-06T10:48:19.201Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-06T10:48:19.457Z] -- Configuring done [2020-10-06T10:48:19.463Z] [ 71%] Built target csdk [2020-10-06T10:48:19.463Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-06T10:48:19.463Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-06T10:48:19.463Z] [ 74%] Built target template [2020-10-06T10:48:19.463Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-06T10:48:19.463Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-06T10:48:19.463Z] [ 77%] Built target device-counter [2020-10-06T10:48:19.463Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-06T10:48:19.463Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-06T10:48:19.463Z] [ 80%] Built target device-random [2020-10-06T10:48:19.463Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-06T10:48:19.463Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-06T10:48:19.463Z] [ 84%] Built target device-gyro [2020-10-06T10:48:19.463Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-06T10:48:19.463Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-06T10:48:19.463Z] [ 87%] Built target device-bitfields [2020-10-06T10:48:19.463Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-06T10:48:19.463Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-06T10:48:19.463Z] [ 90%] Built target template-discovery [2020-10-06T10:48:19.463Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-06T10:48:19.463Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-06T10:48:19.463Z] [ 93%] Built target device-file [2020-10-06T10:48:19.463Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-06T10:48:19.463Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-06T10:48:19.463Z] [ 96%] Built target device-terminal [2020-10-06T10:48:19.463Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-06T10:48:19.463Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-06T10:48:19.463Z] [100%] Built target templatev1 [2020-10-06T10:48:19.463Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-10-06T10:48:19.463Z] Install the project... [2020-10-06T10:48:19.463Z] -- Install configuration: "Release" [2020-10-06T10:48:19.463Z] -- Installing: /usr/local/lib/libcsdk.so [2020-10-06T10:48:19.463Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-10-06T10:48:19.463Z] -- Up-to-date: /usr/local/include [2020-10-06T10:48:19.463Z] -- Installing: /usr/local/include/devsdk [2020-10-06T10:48:19.463Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-10-06T10:48:19.463Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-10-06T10:48:19.463Z] -- Installing: /usr/local/include/edgex [2020-10-06T10:48:19.463Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-10-06T10:48:19.463Z] -- Installing: /usr/local/include/edgex/devices.h [2020-10-06T10:48:19.463Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-10-06T10:48:19.463Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-10-06T10:48:19.463Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-10-06T10:48:19.463Z] -- Installing: /usr/local/include/edgex/error.h [2020-10-06T10:48:19.463Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-10-06T10:48:19.463Z] -- Installing: /usr/local/include/edgex/os.h [2020-10-06T10:48:19.463Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-10-06T10:48:19.463Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-10-06T10:48:19.463Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-10-06T10:48:19.463Z] -- Installing: /usr/local/include/iot [2020-10-06T10:48:19.463Z] -- Installing: /usr/local/include/iot/base64.h [2020-10-06T10:48:19.463Z] -- Installing: /usr/local/include/iot/component.h [2020-10-06T10:48:19.463Z] -- Installing: /usr/local/include/iot/config.h [2020-10-06T10:48:19.463Z] -- Installing: /usr/local/include/iot/container.h [2020-10-06T10:48:19.463Z] -- Installing: /usr/local/include/iot/data.h [2020-10-06T10:48:19.463Z] -- Installing: /usr/local/include/iot/hash.h [2020-10-06T10:48:19.463Z] -- Installing: /usr/local/include/iot/iot.h [2020-10-06T10:48:19.463Z] -- Installing: /usr/local/include/iot/json.h [2020-10-06T10:48:19.463Z] -- Installing: /usr/local/include/iot/logger.h [2020-10-06T10:48:19.463Z] -- Installing: /usr/local/include/iot/os.h [2020-10-06T10:48:19.463Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-10-06T10:48:19.463Z] -- Installing: /usr/local/include/iot/thread.h [2020-10-06T10:48:19.463Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-10-06T10:48:19.463Z] -- Installing: /usr/local/include/iot/time.h [2020-10-06T10:48:19.463Z] -- Installing: /usr/local/include/iot/typecode.h [2020-10-06T10:48:19.463Z] -- Installing: /usr/local/include/iot/yxml.h [2020-10-06T10:48:19.463Z] -- Installing: /usr/local/include/iot/os [2020-10-06T10:48:19.463Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-10-06T10:48:19.463Z] -- Installing: /usr/local/include/iot/os/macos.h [2020-10-06T10:48:19.463Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-10-06T10:48:19.463Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-10-06T10:48:19.463Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-10-06T10:48:19.463Z] make: Leaving directory '/tmp/sdk/build/release' [2020-10-06T10:48:19.729Z] -- Generating done [2020-10-06T10:48:19.729Z] -- Build files have been written to: /tmp/sdk/build/release [2020-10-06T10:48:19.729Z] + + teemake [2020-10-06T10:48:19.729Z] release.log [2020-10-06T10:48:19.729Z] Scanning dependencies of target csdk [2020-10-06T10:48:20.002Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-10-06T10:48:20.596Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-10-06T10:48:21.191Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2020-10-06T10:48:21.383Z] Removing intermediate container c589766e641e [2020-10-06T10:48:21.383Z] ---> 1ecfbc7c2675 [2020-10-06T10:48:21.383Z] Step 14/21 : FROM ${BASE} [2020-10-06T10:48:21.383Z] ---> 5eabd8fd8ba2 [2020-10-06T10:48:21.383Z] Step 15/21 : MAINTAINER IOTech [2020-10-06T10:48:21.464Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-10-06T10:48:21.643Z] ---> Running in 125ca2ddd3c1 [2020-10-06T10:48:21.644Z] Removing intermediate container 125ca2ddd3c1 [2020-10-06T10:48:21.644Z] ---> 75ad8bd8f2e5 [2020-10-06T10:48:21.644Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-10-06T10:48:21.908Z] ---> Running in d57152bcc053 [2020-10-06T10:48:22.171Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-10-06T10:48:23.118Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-10-06T10:48:23.118Z] (1/3) Installing curl (7.64.0-r4) [2020-10-06T10:48:23.118Z] (2/3) Installing libuuid (2.33-r0) [2020-10-06T10:48:23.381Z] (3/3) Installing wget (1.20.3-r0) [2020-10-06T10:48:23.381Z] Executing busybox-1.29.3-r10.trigger [2020-10-06T10:48:23.381Z] OK: 268 MiB in 78 packages [2020-10-06T10:48:23.431Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-10-06T10:48:23.955Z] Removing intermediate container d57152bcc053 [2020-10-06T10:48:23.955Z] ---> 155926350203 [2020-10-06T10:48:23.955Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-10-06T10:48:24.028Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-10-06T10:48:24.028Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-10-06T10:48:24.217Z] ---> ece7210843d4 [2020-10-06T10:48:24.217Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-10-06T10:48:24.479Z] ---> aee353e04002 [2020-10-06T10:48:24.479Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-10-06T10:48:24.741Z] ---> 0c4b752e7d29 [2020-10-06T10:48:24.741Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-10-06T10:48:25.003Z] ---> 218e29f6fdee [2020-10-06T10:48:25.003Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-10-06T10:48:25.003Z] ---> 2cde8749a1c6 [2020-10-06T10:48:25.003Z] Successfully built 2cde8749a1c6 [2020-10-06T10:48:25.003Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [2020-10-06T10:48:25.463Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T10:48:26.078Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-06T10:48:26.078Z] . [Pipeline] withDockerContainer [2020-10-06T10:48:26.225Z] prd-centos7-docker-4c-2g-3731 does not seem to be running inside a container [2020-10-06T10:48:26.276Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/46 -v /w/workspace/device-sdk-c/46:/w/workspace/device-sdk-c/46:rw,z -v /w/workspace/device-sdk-c/46@tmp:/w/workspace/device-sdk-c/46@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-06T10:48:27.334Z] $ docker top 3a6985957e4c0b6083adb15e2aa447ff860d6256fcfde5c6204ecb9ab777ca1c -eo pid,comm [2020-10-06T10:48:27.429Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [Pipeline] { [Pipeline] sh [2020-10-06T10:48:27.700Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-10-06T10:48:27.811Z] + make test [2020-10-06T10:48:27.811Z] echo "make test" [2020-10-06T10:48:27.811Z] make test [Pipeline] } [2020-10-06T10:48:27.827Z] $ docker stop --time=1 3a6985957e4c0b6083adb15e2aa447ff860d6256fcfde5c6204ecb9ab777ca1c [2020-10-06T10:48:28.679Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-10-06T10:48:28.950Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-10-06T10:48:29.163Z] $ docker rm -f 3a6985957e4c0b6083adb15e2aa447ff860d6256fcfde5c6204ecb9ab777ca1c [2020-10-06T10:48:29.223Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2020-10-06T10:48:29.494Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-10-06T10:48:29.767Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [Pipeline] sh [2020-10-06T10:48:32.154Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-06T10:48:32.455Z] + ls -al . [2020-10-06T10:48:32.455Z] total 160 [2020-10-06T10:48:32.455Z] drwxrwxr-x. 9 jenkins jenkins 275 Oct 6 10:47 . [2020-10-06T10:48:32.455Z] drwxrwxr-x. 4 jenkins jenkins 30 Oct 6 10:47 .. [2020-10-06T10:48:32.455Z] -rw-rw-r--. 1 jenkins jenkins 3104 Oct 6 10:47 Attribution.txt [2020-10-06T10:48:32.455Z] -rw-rw-r--. 1 jenkins jenkins 5980 Oct 6 10:47 CHANGES [2020-10-06T10:48:32.455Z] drwxrwxr-x. 2 jenkins jenkins 144 Oct 6 10:47 docs [2020-10-06T10:48:32.455Z] -rw-rw-r--. 1 jenkins jenkins 108574 Oct 6 10:47 Doxyfile [2020-10-06T10:48:32.455Z] drwxrwxr-x. 8 jenkins jenkins 162 Oct 6 10:47 .git [2020-10-06T10:48:32.455Z] drwxrwxr-x. 2 jenkins jenkins 38 Oct 6 10:47 .github [2020-10-06T10:48:32.455Z] -rw-rw-r--. 1 jenkins jenkins 176 Oct 6 10:47 .gitignore [2020-10-06T10:48:32.455Z] drwxrwxr-x. 4 jenkins jenkins 33 Oct 6 10:47 include [2020-10-06T10:48:32.455Z] -rw-rw-r--. 1 jenkins jenkins 794 Oct 6 10:47 Jenkinsfile [2020-10-06T10:48:32.455Z] -rw-rw-r--. 1 jenkins jenkins 10174 Oct 6 10:47 LICENSE [2020-10-06T10:48:32.455Z] -rw-rw-r--. 1 jenkins jenkins 449 Oct 6 10:47 Makefile [2020-10-06T10:48:32.455Z] -rw-rw-r--. 1 jenkins jenkins 2697 Oct 6 10:47 README.md [2020-10-06T10:48:32.455Z] -rw-rw-r--. 1 jenkins jenkins 5977 Oct 6 10:47 README.v2.md [2020-10-06T10:48:32.455Z] drwxrwxr-x. 2 jenkins jenkins 108 Oct 6 10:47 scripts [2020-10-06T10:48:32.455Z] drwxrwxr-x. 3 jenkins jenkins 58 Oct 6 10:47 .semver [2020-10-06T10:48:32.455Z] drwxrwxr-x. 4 jenkins jenkins 50 Oct 6 10:47 src [2020-10-06T10:48:32.455Z] -rw-rw-r--. 1 jenkins jenkins 11 Oct 6 10:44 VERSION [Pipeline] isUnix [Pipeline] sh [2020-10-06T10:48:32.761Z] + 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=ac2ba39aeba213a52cfe9f32ac5b6b5425a47b84 --label arch=amd64 --label version=1.3.0-dev.9 . [2020-10-06T10:48:32.761Z] Sending build context to Docker daemon 3.8MB [2020-10-06T10:48:32.761Z] Step 1/15 : ARG BASE=alpine:3.11 [2020-10-06T10:48:32.761Z] Step 2/15 : FROM ${BASE} [2020-10-06T10:48:32.761Z] ---> 2cde8749a1c6 [2020-10-06T10:48:32.761Z] Step 3/15 : MAINTAINER IOTech [2020-10-06T10:48:33.023Z] ---> Running in 9be9e7a4e2ac [2020-10-06T10:48:33.147Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-10-06T10:48:33.285Z] Removing intermediate container 9be9e7a4e2ac [2020-10-06T10:48:33.285Z] ---> 9b10ab9e7a58 [2020-10-06T10:48:33.286Z] 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-10-06T10:48:33.286Z] ---> Running in 6f0343977d5c [2020-10-06T10:48:33.437Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-10-06T10:48:34.032Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-10-06T10:48:34.231Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-10-06T10:48:34.303Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-10-06T10:48:34.806Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-10-06T10:48:34.806Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2020-10-06T10:48:34.895Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-10-06T10:48:35.068Z] (2/6) Installing libblkid (2.33-r0) [2020-10-06T10:48:35.068Z] (3/6) Installing libfdisk (2.33-r0) [2020-10-06T10:48:35.068Z] (4/6) Installing libmount (2.33-r0) [2020-10-06T10:48:35.642Z] (5/6) Installing libsmartcols (2.33-r0) [2020-10-06T10:48:35.905Z] (6/6) Installing util-linux-dev (2.33-r0) [2020-10-06T10:48:36.480Z] Executing busybox-1.29.3-r10.trigger [2020-10-06T10:48:36.480Z] OK: 272 MiB in 84 packages [2020-10-06T10:48:37.055Z] Removing intermediate container 6f0343977d5c [2020-10-06T10:48:37.055Z] ---> 2959b37f95d2 [2020-10-06T10:48:37.055Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-10-06T10:48:37.317Z] ---> d27d6888890a [2020-10-06T10:48:37.317Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-10-06T10:48:37.508Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-10-06T10:48:37.508Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-10-06T10:48:37.779Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-10-06T10:48:37.888Z] ---> 0633e8deda93 [2020-10-06T10:48:37.888Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-10-06T10:48:38.151Z] ---> 5bac29445382 [2020-10-06T10:48:38.151Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-10-06T10:48:38.381Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-10-06T10:48:38.411Z] ---> 5a47fcf0d056 [2020-10-06T10:48:38.412Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-10-06T10:48:38.653Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-10-06T10:48:38.673Z] ---> d582b564aca6 [2020-10-06T10:48:38.673Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-10-06T10:48:38.924Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-10-06T10:48:38.934Z] ---> 797cf7a96165 [2020-10-06T10:48:38.934Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-10-06T10:48:38.934Z] ---> Running in d40a53ea57c5 [2020-10-06T10:48:38.934Z] Removing intermediate container d40a53ea57c5 [2020-10-06T10:48:38.934Z] ---> 388fd286fece [2020-10-06T10:48:38.934Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-10-06T10:48:39.194Z] ---> Running in 154580ca254c [2020-10-06T10:48:39.194Z] Removing intermediate container 154580ca254c [2020-10-06T10:48:39.194Z] ---> e9ecbeceaf89 [2020-10-06T10:48:39.194Z] Step 13/15 : LABEL arch=amd64 [2020-10-06T10:48:39.194Z] ---> Running in 389c15b9b50b [2020-10-06T10:48:39.456Z] Removing intermediate container 389c15b9b50b [2020-10-06T10:48:39.456Z] ---> bf391c7c84ea [2020-10-06T10:48:39.456Z] Step 14/15 : LABEL git_sha=ac2ba39aeba213a52cfe9f32ac5b6b5425a47b84 [2020-10-06T10:48:39.456Z] ---> Running in d6d4c333bd71 [2020-10-06T10:48:39.717Z] Removing intermediate container d6d4c333bd71 [2020-10-06T10:48:39.717Z] ---> 495d79f7d5d4 [2020-10-06T10:48:39.717Z] Step 15/15 : LABEL version=1.3.0-dev.9 [2020-10-06T10:48:39.717Z] ---> Running in 3a93f07808ec [2020-10-06T10:48:39.895Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-10-06T10:48:39.978Z] Removing intermediate container 3a93f07808ec [2020-10-06T10:48:39.979Z] ---> 95730c006be4 [2020-10-06T10:48:39.979Z] [Warning] One or more build-args [MAKE ARCH] were not consumed [2020-10-06T10:48:39.979Z] Successfully built 95730c006be4 [2020-10-06T10:48:39.979Z] Successfully tagged docker-device-sdk-c:latest [Pipeline] } [Pipeline] // script [Pipeline] } [2020-10-06T10:48:40.167Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [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 [2020-10-06T10:48:40.759Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [2020-10-06T10:48:41.031Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-06T10:48:42.996Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-10-06T10:48:43.272Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-10-06T10:48:44.246Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-10-06T10:48:44.518Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-10-06T10:48:48.815Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-10-06T10:48:49.409Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-10-06T10:48:49.681Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-10-06T10:48:50.277Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-10-06T10:48:50.871Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-10-06T10:48:52.305Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-10-06T10:48:54.272Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-10-06T10:48:57.645Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-10-06T10:48:57.645Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-10-06T10:48:59.074Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-10-06T10:48:59.345Z] [ 71%] Linking C shared library libcsdk.so [2020-10-06T10:48:59.616Z] [ 71%] Built target csdk [2020-10-06T10:48:59.616Z] Scanning dependencies of target template [2020-10-06T10:48:59.616Z] [ 73%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-10-06T10:49:00.208Z] [ 74%] Linking C executable template [2020-10-06T10:49:00.479Z] [ 74%] Built target template [2020-10-06T10:49:00.479Z] Scanning dependencies of target device-counter [2020-10-06T10:49:00.479Z] [ 76%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-10-06T10:49:01.073Z] [ 77%] Linking C executable device-counter [2020-10-06T10:49:01.345Z] [ 77%] Built target device-counter [2020-10-06T10:49:01.345Z] Scanning dependencies of target device-random [2020-10-06T10:49:01.345Z] [ 79%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-10-06T10:49:01.616Z] [ 80%] Linking C executable device-random [2020-10-06T10:49:01.897Z] [ 80%] Built target device-random [2020-10-06T10:49:01.897Z] Scanning dependencies of target device-gyro [2020-10-06T10:49:01.897Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-10-06T10:49:02.503Z] [ 84%] Linking C executable device-gyro [2020-10-06T10:49:02.503Z] [ 84%] Built target device-gyro [2020-10-06T10:49:02.503Z] Scanning dependencies of target device-bitfields [2020-10-06T10:49:02.777Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-10-06T10:49:03.051Z] [ 87%] Linking C executable device-bitfields [2020-10-06T10:49:03.324Z] [ 87%] Built target device-bitfields [2020-10-06T10:49:03.324Z] Scanning dependencies of target template-discovery [2020-10-06T10:49:03.324Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-10-06T10:49:03.921Z] [ 90%] Linking C executable template-discovery [2020-10-06T10:49:04.195Z] [ 90%] Built target template-discovery [2020-10-06T10:49:04.195Z] Scanning dependencies of target device-file [2020-10-06T10:49:04.195Z] [ 92%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-10-06T10:49:04.790Z] [ 93%] Linking C executable device-file [2020-10-06T10:49:05.100Z] [ 93%] Built target device-file [2020-10-06T10:49:05.100Z] Scanning dependencies of target device-terminal [2020-10-06T10:49:05.100Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-10-06T10:49:05.694Z] [ 96%] Linking C executable device-terminal [2020-10-06T10:49:05.694Z] [ 96%] Built target device-terminal [2020-10-06T10:49:05.694Z] Scanning dependencies of target templatev1 [2020-10-06T10:49:05.694Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-10-06T10:49:06.291Z] [100%] Linking C executable templatev1 [2020-10-06T10:49:06.563Z] [100%] Built target templatev1 [2020-10-06T10:49:06.563Z] + make+ package [2020-10-06T10:49:06.563Z] tee -a release.log [2020-10-06T10:49:06.563Z] [ 71%] Built target csdk [2020-10-06T10:49:06.834Z] [ 74%] Built target template [2020-10-06T10:49:06.834Z] [ 77%] Built target device-counter [2020-10-06T10:49:06.834Z] [ 80%] Built target device-random [2020-10-06T10:49:06.834Z] [ 84%] Built target device-gyro [2020-10-06T10:49:06.834Z] [ 87%] Built target device-bitfields [2020-10-06T10:49:06.834Z] [ 90%] Built target template-discovery [2020-10-06T10:49:06.834Z] [ 93%] Built target device-file [2020-10-06T10:49:07.106Z] [ 96%] Built target device-terminal [2020-10-06T10:49:07.107Z] [100%] Built target templatev1 [2020-10-06T10:49:07.107Z] Run CPack packaging tool... [2020-10-06T10:49:07.107Z] CPack: Create package using TGZ [2020-10-06T10:49:07.107Z] CPack: Install projects [2020-10-06T10:49:07.107Z] CPack: - Run preinstall target for: Csdk [2020-10-06T10:49:07.700Z] CPack: - Install project: Csdk [2020-10-06T10:49:07.700Z] CPack: Create package [2020-10-06T10:49:07.972Z] CPack: - package: /tmp/sdk/build/release/csdk-1.3.0-dev.9.tar.gz generated. [2020-10-06T10:49:07.972Z] + '[' false '=' true ] [2020-10-06T10:49:07.972Z] + '[' false '=' true ] [2020-10-06T10:49:07.972Z] + mkdir -p /tmp/sdk/build/debug [2020-10-06T10:49:07.972Z] + cd /tmp/sdk/build/debug [2020-10-06T10:49:07.973Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-10-06T10:49:08.249Z] -- The C compiler identification is GNU 8.3.0 [2020-10-06T10:49:08.249Z] -- Check for working C compiler: /usr/bin/cc [2020-10-06T10:49:08.523Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-10-06T10:49:08.523Z] -- Detecting C compiler ABI info [2020-10-06T10:49:08.796Z] -- Detecting C compiler ABI info - done [2020-10-06T10:49:08.796Z] -- Detecting C compile features [2020-10-06T10:49:09.391Z] -- Detecting C compile features - done [2020-10-06T10:49:09.391Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-10-06T10:49:09.391Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-10-06T10:49:09.391Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-10-06T10:49:09.391Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-10-06T10:49:09.391Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-10-06T10:49:09.391Z] -- C SDK 1.3.0-dev.9 for Linux [2020-10-06T10:49:09.391Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-10-06T10:49:09.663Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-10-06T10:49:09.663Z] -- Found Curses: /usr/lib/libcurses.so [2020-10-06T10:49:09.935Z] -- Configuring done [2020-10-06T10:49:10.209Z] -- Generating done [2020-10-06T10:49:10.209Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-10-06T10:49:10.209Z] + + maketee [2020-10-06T10:49:10.209Z] debug.log [2020-10-06T10:49:10.209Z] Scanning dependencies of target csdk [2020-10-06T10:49:10.482Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-10-06T10:49:10.758Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-10-06T10:49:11.034Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2020-10-06T10:49:11.309Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-10-06T10:49:11.909Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-10-06T10:49:12.182Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-10-06T10:49:12.455Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-10-06T10:49:12.730Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-10-06T10:49:13.326Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-10-06T10:49:13.601Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-10-06T10:49:14.196Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-10-06T10:49:14.196Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-10-06T10:49:14.467Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-10-06T10:49:14.739Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-10-06T10:49:15.012Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-10-06T10:49:15.986Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-10-06T10:49:15.986Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-10-06T10:49:16.258Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-10-06T10:49:16.529Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-10-06T10:49:16.802Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-10-06T10:49:17.778Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-10-06T10:49:17.778Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-10-06T10:49:17.778Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-10-06T10:49:18.051Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-10-06T10:49:18.324Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-10-06T10:49:18.596Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-10-06T10:49:18.867Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-10-06T10:49:18.867Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-10-06T10:49:19.141Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-10-06T10:49:19.412Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2020-10-06T10:49:19.686Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-10-06T10:49:19.959Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-10-06T10:49:20.554Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-10-06T10:49:20.826Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-10-06T10:49:21.803Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-10-06T10:49:22.077Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-10-06T10:49:22.351Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-10-06T10:49:22.624Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-10-06T10:49:22.897Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-10-06T10:49:23.875Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-10-06T10:49:24.148Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-10-06T10:49:25.124Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-10-06T10:49:25.124Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-10-06T10:49:25.720Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-10-06T10:49:25.991Z] [ 71%] Linking C shared library libcsdk.so [2020-10-06T10:49:25.991Z] [ 71%] Built target csdk [2020-10-06T10:49:25.991Z] Scanning dependencies of target template [2020-10-06T10:49:25.991Z] [ 73%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-10-06T10:49:26.264Z] [ 74%] Linking C executable template [2020-10-06T10:49:26.536Z] [ 74%] Built target template [2020-10-06T10:49:26.536Z] Scanning dependencies of target device-counter [2020-10-06T10:49:26.536Z] [ 76%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-10-06T10:49:26.811Z] [ 77%] Linking C executable device-counter [2020-10-06T10:49:27.082Z] [ 77%] Built target device-counter [2020-10-06T10:49:27.082Z] Scanning dependencies of target device-random [2020-10-06T10:49:27.082Z] [ 79%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-10-06T10:49:27.355Z] [ 80%] Linking C executable device-random [2020-10-06T10:49:27.627Z] [ 80%] Built target device-random [2020-10-06T10:49:27.627Z] Scanning dependencies of target device-gyro [2020-10-06T10:49:27.627Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-10-06T10:49:27.899Z] [ 84%] Linking C executable device-gyro [2020-10-06T10:49:28.172Z] [ 84%] Built target device-gyro [2020-10-06T10:49:28.172Z] Scanning dependencies of target device-bitfields [2020-10-06T10:49:28.172Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-10-06T10:49:28.443Z] [ 87%] Linking C executable device-bitfields [2020-10-06T10:49:28.717Z] [ 87%] Built target device-bitfields [2020-10-06T10:49:28.717Z] Scanning dependencies of target template-discovery [2020-10-06T10:49:28.717Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-10-06T10:49:28.992Z] [ 90%] Linking C executable template-discovery [2020-10-06T10:49:29.264Z] [ 90%] Built target template-discovery [2020-10-06T10:49:29.264Z] Scanning dependencies of target device-file [2020-10-06T10:49:29.264Z] [ 92%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-10-06T10:49:29.537Z] [ 93%] Linking C executable device-file [2020-10-06T10:49:29.537Z] [ 93%] Built target device-file [2020-10-06T10:49:29.810Z] Scanning dependencies of target device-terminal [2020-10-06T10:49:29.810Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-10-06T10:49:30.084Z] [ 96%] Linking C executable device-terminal [2020-10-06T10:49:30.359Z] [ 96%] Built target device-terminal [2020-10-06T10:49:30.359Z] Scanning dependencies of target templatev1 [2020-10-06T10:49:30.359Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-10-06T10:49:30.634Z] [100%] Linking C executable templatev1 [2020-10-06T10:49:30.634Z] [100%] Built target templatev1 [2020-10-06T10:49:30.908Z] make: Entering directory '/tmp/sdk/build/release' [2020-10-06T10:49:30.908Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-10-06T10:49:30.908Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-06T10:49:30.908Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-06T10:49:30.908Z] [ 71%] Built target csdk [2020-10-06T10:49:30.908Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-06T10:49:30.908Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-06T10:49:30.908Z] [ 74%] Built target template [2020-10-06T10:49:30.908Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-06T10:49:30.908Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-06T10:49:30.908Z] [ 77%] Built target device-counter [2020-10-06T10:49:30.908Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-06T10:49:30.908Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-06T10:49:31.182Z] [ 80%] Built target device-random [2020-10-06T10:49:31.182Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-06T10:49:31.182Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-06T10:49:31.182Z] [ 84%] Built target device-gyro [2020-10-06T10:49:31.182Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-06T10:49:31.182Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-06T10:49:31.182Z] [ 87%] Built target device-bitfields [2020-10-06T10:49:31.182Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-06T10:49:31.182Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-06T10:49:31.182Z] [ 90%] Built target template-discovery [2020-10-06T10:49:31.182Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-06T10:49:31.182Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-06T10:49:31.182Z] [ 93%] Built target device-file [2020-10-06T10:49:31.182Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-06T10:49:31.182Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-06T10:49:31.182Z] [ 96%] Built target device-terminal [2020-10-06T10:49:31.182Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-06T10:49:31.182Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-06T10:49:31.182Z] [100%] Built target templatev1 [2020-10-06T10:49:31.182Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-10-06T10:49:31.456Z] Install the project... [2020-10-06T10:49:31.456Z] -- Install configuration: "Release" [2020-10-06T10:49:31.456Z] -- Installing: /usr/local/lib/libcsdk.so [2020-10-06T10:49:31.456Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-10-06T10:49:31.456Z] -- Up-to-date: /usr/local/include [2020-10-06T10:49:31.456Z] -- Installing: /usr/local/include/edgex [2020-10-06T10:49:31.456Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-10-06T10:49:31.456Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-10-06T10:49:31.456Z] -- Installing: /usr/local/include/edgex/error.h [2020-10-06T10:49:31.456Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-10-06T10:49:31.456Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-10-06T10:49:31.456Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-10-06T10:49:31.456Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-10-06T10:49:31.456Z] -- Installing: /usr/local/include/edgex/devices.h [2020-10-06T10:49:31.456Z] -- Installing: /usr/local/include/edgex/os.h [2020-10-06T10:49:31.456Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-10-06T10:49:31.456Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-10-06T10:49:31.456Z] -- Installing: /usr/local/include/devsdk [2020-10-06T10:49:31.456Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-10-06T10:49:31.456Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-10-06T10:49:31.456Z] -- Installing: /usr/local/include/iot [2020-10-06T10:49:31.456Z] -- Installing: /usr/local/include/iot/json.h [2020-10-06T10:49:31.456Z] -- Installing: /usr/local/include/iot/yxml.h [2020-10-06T10:49:31.456Z] -- Installing: /usr/local/include/iot/container.h [2020-10-06T10:49:31.456Z] -- Installing: /usr/local/include/iot/component.h [2020-10-06T10:49:31.456Z] -- Installing: /usr/local/include/iot/typecode.h [2020-10-06T10:49:31.456Z] -- Installing: /usr/local/include/iot/iot.h [2020-10-06T10:49:31.456Z] -- Installing: /usr/local/include/iot/time.h [2020-10-06T10:49:31.456Z] -- Installing: /usr/local/include/iot/hash.h [2020-10-06T10:49:31.456Z] -- Installing: /usr/local/include/iot/logger.h [2020-10-06T10:49:31.456Z] -- Installing: /usr/local/include/iot/os [2020-10-06T10:49:31.456Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-10-06T10:49:31.456Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-10-06T10:49:31.456Z] -- Installing: /usr/local/include/iot/os/macos.h [2020-10-06T10:49:31.456Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-10-06T10:49:31.456Z] -- Installing: /usr/local/include/iot/data.h [2020-10-06T10:49:31.456Z] -- Installing: /usr/local/include/iot/thread.h [2020-10-06T10:49:31.456Z] -- Installing: /usr/local/include/iot/os.h [2020-10-06T10:49:31.456Z] -- Installing: /usr/local/include/iot/base64.h [2020-10-06T10:49:31.456Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-10-06T10:49:31.456Z] -- Installing: /usr/local/include/iot/config.h [2020-10-06T10:49:31.456Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-10-06T10:49:31.456Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-10-06T10:49:31.456Z] make: Leaving directory '/tmp/sdk/build/release' [2020-10-06T10:49:34.075Z] Removing intermediate container af9d84373e61 [2020-10-06T10:49:34.075Z] ---> 12ceb725430c [2020-10-06T10:49:34.075Z] Step 14/21 : FROM ${BASE} [2020-10-06T10:49:34.075Z] ---> b23d30803547 [2020-10-06T10:49:34.075Z] Step 15/21 : MAINTAINER IOTech [2020-10-06T10:49:34.075Z] ---> Running in 63160afc4ac8 [2020-10-06T10:49:34.075Z] Removing intermediate container 63160afc4ac8 [2020-10-06T10:49:34.075Z] ---> 67398ac43442 [2020-10-06T10:49:34.075Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-10-06T10:49:34.349Z] ---> Running in 2183b110ae8b [2020-10-06T10:49:35.780Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-10-06T10:49:36.751Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-10-06T10:49:37.023Z] (1/3) Installing curl (7.64.0-r4) [2020-10-06T10:49:37.023Z] (2/3) Installing libuuid (2.33-r0) [2020-10-06T10:49:37.023Z] (3/3) Installing wget (1.20.3-r0) [2020-10-06T10:49:37.294Z] Executing busybox-1.29.3-r10.trigger [2020-10-06T10:49:37.294Z] OK: 281 MiB in 78 packages [2020-10-06T10:49:38.726Z] Removing intermediate container 2183b110ae8b [2020-10-06T10:49:38.726Z] ---> f52ddb204712 [2020-10-06T10:49:38.726Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-10-06T10:49:39.320Z] ---> 71b9bb906cd4 [2020-10-06T10:49:39.320Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-10-06T10:49:39.915Z] ---> 2c3836d6e107 [2020-10-06T10:49:39.915Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-10-06T10:49:40.894Z] ---> 1bfcd5224576 [2020-10-06T10:49:40.894Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-10-06T10:49:41.491Z] ---> 0a8a2619832e [2020-10-06T10:49:41.491Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-10-06T10:49:42.087Z] ---> 177be2d4f7df [2020-10-06T10:49:42.087Z] Successfully built 177be2d4f7df [2020-10-06T10:49:42.087Z] 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-10-06T10:49:42.872Z] + docker inspect -f . ci-base-image-arm64 [2020-10-06T10:49:42.872Z] . [Pipeline] withDockerContainer [2020-10-06T10:49:43.153Z] prd-ubuntu18.04-docker-arm64-4c-16g-3730 does not seem to be running inside a container [2020-10-06T10:49:43.259Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/46 -v /w/workspace/device-sdk-c/46:/w/workspace/device-sdk-c/46:rw,z -v /w/workspace/device-sdk-c/46@tmp:/w/workspace/device-sdk-c/46@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-06T10:49:45.135Z] $ docker top e7e108328468880c2211ea446dffd5e7d8cd0a373227a53fe8e486fb8244cfa5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T10:49:46.576Z] + make test [2020-10-06T10:49:46.576Z] echo "make test" [2020-10-06T10:49:46.577Z] make test [Pipeline] } [2020-10-06T10:49:46.611Z] $ docker stop --time=1 e7e108328468880c2211ea446dffd5e7d8cd0a373227a53fe8e486fb8244cfa5 [2020-10-06T10:49:48.608Z] $ docker rm -f e7e108328468880c2211ea446dffd5e7d8cd0a373227a53fe8e486fb8244cfa5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-06T10:49:49.689Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-06T10:49:50.026Z] + ls -al . [2020-10-06T10:49:50.026Z] total 196 [2020-10-06T10:49:50.026Z] drwxrwxr-x 9 jenkins jenkins 4096 Oct 6 10:47 . [2020-10-06T10:49:50.026Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 6 10:47 .. [2020-10-06T10:49:50.026Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 6 10:47 .git [2020-10-06T10:49:50.026Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 6 10:47 .github [2020-10-06T10:49:50.026Z] -rw-rw-r-- 1 jenkins jenkins 176 Oct 6 10:47 .gitignore [2020-10-06T10:49:50.026Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 6 10:47 .semver [2020-10-06T10:49:50.026Z] -rw-rw-r-- 1 jenkins jenkins 3104 Oct 6 10:47 Attribution.txt [2020-10-06T10:49:50.026Z] -rw-rw-r-- 1 jenkins jenkins 5980 Oct 6 10:47 CHANGES [2020-10-06T10:49:50.026Z] -rw-rw-r-- 1 jenkins jenkins 108574 Oct 6 10:47 Doxyfile [2020-10-06T10:49:50.026Z] -rw-rw-r-- 1 jenkins jenkins 794 Oct 6 10:47 Jenkinsfile [2020-10-06T10:49:50.026Z] -rw-rw-r-- 1 jenkins jenkins 10174 Oct 6 10:47 LICENSE [2020-10-06T10:49:50.026Z] -rw-rw-r-- 1 jenkins jenkins 449 Oct 6 10:47 Makefile [2020-10-06T10:49:50.026Z] -rw-rw-r-- 1 jenkins jenkins 2697 Oct 6 10:47 README.md [2020-10-06T10:49:50.026Z] -rw-rw-r-- 1 jenkins jenkins 5977 Oct 6 10:47 README.v2.md [2020-10-06T10:49:50.026Z] -rw-rw-r-- 1 jenkins jenkins 11 Oct 6 10:44 VERSION [2020-10-06T10:49:50.026Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 6 10:47 docs [2020-10-06T10:49:50.026Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 6 10:47 include [2020-10-06T10:49:50.026Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 6 10:47 scripts [2020-10-06T10:49:50.026Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 6 10:47 src [Pipeline] isUnix [Pipeline] sh [2020-10-06T10:49:50.373Z] + 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=ac2ba39aeba213a52cfe9f32ac5b6b5425a47b84 --label arch=arm64 --label version=1.3.0-dev.9 . [2020-10-06T10:49:50.973Z] Sending build context to Docker daemon 3.8MB [2020-10-06T10:49:50.973Z] Step 1/15 : ARG BASE=alpine:3.11 [2020-10-06T10:49:50.973Z] Step 2/15 : FROM ${BASE} [2020-10-06T10:49:50.973Z] ---> 177be2d4f7df [2020-10-06T10:49:50.973Z] Step 3/15 : MAINTAINER IOTech [2020-10-06T10:49:50.973Z] ---> Running in d21be6d11499 [2020-10-06T10:49:51.569Z] Removing intermediate container d21be6d11499 [2020-10-06T10:49:51.569Z] ---> 8b059448fd50 [2020-10-06T10:49:51.569Z] 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-10-06T10:49:51.569Z] ---> Running in 186010df6ca1 [2020-10-06T10:49:52.999Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-10-06T10:49:53.973Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-10-06T10:49:54.245Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2020-10-06T10:49:54.245Z] (2/6) Installing libblkid (2.33-r0) [2020-10-06T10:49:54.516Z] (3/6) Installing libfdisk (2.33-r0) [2020-10-06T10:49:54.516Z] (4/6) Installing libmount (2.33-r0) [2020-10-06T10:49:54.516Z] (5/6) Installing libsmartcols (2.33-r0) [2020-10-06T10:49:54.789Z] (6/6) Installing util-linux-dev (2.33-r0) [2020-10-06T10:49:55.063Z] Executing busybox-1.29.3-r10.trigger [2020-10-06T10:49:55.064Z] OK: 286 MiB in 84 packages [2020-10-06T10:49:56.494Z] Removing intermediate container 186010df6ca1 [2020-10-06T10:49:56.494Z] ---> 2dd736857368 [2020-10-06T10:49:56.494Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-10-06T10:49:57.091Z] ---> 69ac1a32508b [2020-10-06T10:49:57.091Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-10-06T10:49:58.073Z] ---> 88a1a235e3c7 [2020-10-06T10:49:58.073Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-10-06T10:49:58.670Z] ---> 5f89972bbd67 [2020-10-06T10:49:58.670Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-10-06T10:49:59.653Z] ---> f23672929008 [2020-10-06T10:49:59.653Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-10-06T10:50:00.249Z] ---> 208219c2107d [2020-10-06T10:50:00.249Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-10-06T10:50:00.842Z] ---> 6f05e167ffb8 [2020-10-06T10:50:00.842Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-10-06T10:50:01.115Z] ---> Running in cada4dea86fb [2020-10-06T10:50:01.389Z] Removing intermediate container cada4dea86fb [2020-10-06T10:50:01.389Z] ---> 194a828e42dd [2020-10-06T10:50:01.389Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-10-06T10:50:01.667Z] ---> Running in 92c81bd82702 [2020-10-06T10:50:02.262Z] Removing intermediate container 92c81bd82702 [2020-10-06T10:50:02.263Z] ---> 8e8e5a43791b [2020-10-06T10:50:02.263Z] Step 13/15 : LABEL arch=arm64 [2020-10-06T10:50:02.263Z] ---> Running in fb4c5d983289 [2020-10-06T10:50:02.859Z] Removing intermediate container fb4c5d983289 [2020-10-06T10:50:02.859Z] ---> fcdb25035e05 [2020-10-06T10:50:02.859Z] Step 14/15 : LABEL git_sha=ac2ba39aeba213a52cfe9f32ac5b6b5425a47b84 [2020-10-06T10:50:02.859Z] ---> Running in b539980af8a0 [2020-10-06T10:50:03.456Z] Removing intermediate container b539980af8a0 [2020-10-06T10:50:03.456Z] ---> f18fbbc966f9 [2020-10-06T10:50:03.456Z] Step 15/15 : LABEL version=1.3.0-dev.9 [2020-10-06T10:50:03.456Z] ---> Running in cb95c00921ab [2020-10-06T10:50:04.056Z] Removing intermediate container cb95c00921ab [2020-10-06T10:50:04.056Z] ---> 11dbe40ebc9d [2020-10-06T10:50:04.056Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2020-10-06T10:50:04.056Z] Successfully built 11dbe40ebc9d [2020-10-06T10:50:04.056Z] 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-10-06T10:50:06.589Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T10:50:06.589Z] . [Pipeline] withDockerContainer [2020-10-06T10:50:06.693Z] prd-centos7-docker-4c-2g-3729 does not seem to be running inside a container [2020-10-06T10:50:06.741Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-06T10:50:07.486Z] $ docker top 271770b1d86b42f87cd496fa5cd16eac6145081c82bb1ae0da7d2ba4aa169fef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-06T10:50:07.775Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T10:50:07.775Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T10:50:07.978Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T10:50:07.983Z] $ docker exec 271770b1d86b42f87cd496fa5cd16eac6145081c82bb1ae0da7d2ba4aa169fef ssh-agent [2020-10-06T10:50:08.161Z] SSH_AUTH_SOCK=/tmp/ssh-IsEhDOOBgVpK/agent.11 [2020-10-06T10:50:08.161Z] SSH_AGENT_PID=17 [2020-10-06T10:50:08.169Z] Running ssh-add (command line suppressed) [2020-10-06T10:50:08.293Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_5449119332060100542.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_5449119332060100542.key) [2020-10-06T10:50:08.341Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T10:50:08.680Z] + git semver tag [2020-10-06T10:50:08.680Z] # -> Open(): unable to determine branch for HEAD [2020-10-06T10:50:08.680Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-10-06T10:50:08.680Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-10-06T10:50:08.680Z] # $SEMVER_REMOTE_NAME = origin [2020-10-06T10:50:08.680Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-06T10:50:08.680Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-06T10:50:08.680Z] # $SEMVER_BRANCH = master [2020-10-06T10:50:08.680Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [2020-10-06T10:50:08.680Z] # ac2ba39aeba213a52cfe9f32ac5b6b5425a47b84 HEAD [2020-10-06T10:50:08.680Z] # -> Force: false [2020-10-06T10:50:08.680Z] # ac936dee9bfe833e41f3bd31a75d2dd63e2c7934 refs/tags/v1.3.0-dev.9 [Pipeline] } [2020-10-06T10:50:08.694Z] $ docker exec --env ******** --env ******** 271770b1d86b42f87cd496fa5cd16eac6145081c82bb1ae0da7d2ba4aa169fef ssh-agent -k [2020-10-06T10:50:08.811Z] unset SSH_AUTH_SOCK; [2020-10-06T10:50:08.812Z] unset SSH_AGENT_PID; [2020-10-06T10:50:08.812Z] echo Agent pid 17 killed; [2020-10-06T10:50:08.855Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-06T10:50:09.318Z] + git semver [Pipeline] } [2020-10-06T10:50:09.338Z] $ docker stop --time=1 271770b1d86b42f87cd496fa5cd16eac6145081c82bb1ae0da7d2ba4aa169fef [2020-10-06T10:50:10.669Z] $ docker rm -f 271770b1d86b42f87cd496fa5cd16eac6145081c82bb1ae0da7d2ba4aa169fef [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-06T10:50:11.418Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-06T10:50:11.418Z] [2020-10-06T10:50:11.418Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-06T10:50:11.765Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-06T10:50:11.765Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-06T10:50:11.765Z] ab5ef0e58194: Pulling fs layer [2020-10-06T10:50:11.765Z] 9712f1f96733: Pulling fs layer [2020-10-06T10:50:11.765Z] 63f879dbbcfc: Pulling fs layer [2020-10-06T10:50:11.765Z] 0d9ebad4ef96: Pulling fs layer [2020-10-06T10:50:11.765Z] e9a5061849ea: Pulling fs layer [2020-10-06T10:50:11.765Z] d747dcd14b5f: Pulling fs layer [2020-10-06T10:50:11.765Z] 2de7ff778b66: Pulling fs layer [2020-10-06T10:50:11.765Z] 0d9ebad4ef96: Waiting [2020-10-06T10:50:11.765Z] e9a5061849ea: Waiting [2020-10-06T10:50:11.765Z] d747dcd14b5f: Waiting [2020-10-06T10:50:11.765Z] 2de7ff778b66: Waiting [2020-10-06T10:50:11.765Z] 9712f1f96733: Verifying Checksum [2020-10-06T10:50:11.765Z] 9712f1f96733: Download complete [2020-10-06T10:50:13.693Z] 63f879dbbcfc: Verifying Checksum [2020-10-06T10:50:13.693Z] 63f879dbbcfc: Download complete [2020-10-06T10:50:13.693Z] e9a5061849ea: Verifying Checksum [2020-10-06T10:50:13.693Z] e9a5061849ea: Download complete [2020-10-06T10:50:13.957Z] d747dcd14b5f: Verifying Checksum [2020-10-06T10:50:13.957Z] d747dcd14b5f: Download complete [2020-10-06T10:50:14.223Z] 2de7ff778b66: Verifying Checksum [2020-10-06T10:50:14.223Z] 2de7ff778b66: Download complete [2020-10-06T10:50:14.489Z] ab5ef0e58194: Verifying Checksum [2020-10-06T10:50:14.489Z] ab5ef0e58194: Download complete [2020-10-06T10:50:14.753Z] 0d9ebad4ef96: Verifying Checksum [2020-10-06T10:50:14.753Z] 0d9ebad4ef96: Download complete [2020-10-06T10:50:18.997Z] ab5ef0e58194: Pull complete [2020-10-06T10:50:18.997Z] 9712f1f96733: Pull complete [2020-10-06T10:50:21.565Z] 63f879dbbcfc: Pull complete [2020-10-06T10:50:29.747Z] 0d9ebad4ef96: Pull complete [2020-10-06T10:50:31.138Z] e9a5061849ea: Pull complete [2020-10-06T10:50:31.138Z] d747dcd14b5f: Pull complete [2020-10-06T10:50:33.712Z] 2de7ff778b66: Pull complete [2020-10-06T10:50:33.712Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-06T10:50:33.712Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-06T10:50:33.712Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-06T10:50:33.901Z] prd-centos7-docker-4c-2g-3729 does not seem to be running inside a container [2020-10-06T10:50:33.947Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-06T10:50:37.364Z] $ docker top bc07f6079f1581f5fb80be680b02c505f1bdecb50406ea074f5995a0d1c5dd7d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-06T10:50:37.609Z] provisioning config files... [2020-10-06T10:50:37.625Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config3909515966992015893tmp [2020-10-06T10:50:37.644Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config76672555477281269tmp [2020-10-06T10:50:37.658Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config6110149434661037725tmp [Pipeline] { [Pipeline] echo [2020-10-06T10:50:37.709Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T10:50:38.005Z] ---> sigul-configuration.sh [2020-10-06T10:50:38.005Z] gpg: directory `/root/.gnupg' created [2020-10-06T10:50:38.005Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-06T10:50:38.005Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-06T10:50:38.005Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-06T10:50:38.005Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-06T10:50:38.005Z] gpg: CAST5 encrypted data [2020-10-06T10:50:38.269Z] gpg: encrypted with 1 passphrase [2020-10-06T10:50:38.269Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-06T10:50:38.606Z] + mkdir /home/jenkins [2020-10-06T10:50:38.606Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-06T10:50:38.935Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-10-06T10:50:38.962Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T10:50:39.258Z] ---> sigul-install.sh [2020-10-06T10:50:45.857Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-06T10:50:46.157Z] + git tag --list [2020-10-06T10:50:46.157Z] 0.7.0 [2020-10-06T10:50:46.157Z] 0.7.1 [2020-10-06T10:50:46.157Z] 1.0.0 [2020-10-06T10:50:46.157Z] v1.0.1 [2020-10-06T10:50:46.157Z] v1.0.2 [2020-10-06T10:50:46.157Z] v1.0.3 [2020-10-06T10:50:46.157Z] v1.1.0 [2020-10-06T10:50:46.157Z] v1.1.1 [2020-10-06T10:50:46.157Z] v1.2.0 [2020-10-06T10:50:46.157Z] v1.2.1 [2020-10-06T10:50:46.157Z] v1.2.2 [2020-10-06T10:50:46.157Z] v1.2.2-dev.1 [2020-10-06T10:50:46.157Z] v1.3.0-dev.1 [2020-10-06T10:50:46.157Z] v1.3.0-dev.2 [2020-10-06T10:50:46.157Z] v1.3.0-dev.3 [2020-10-06T10:50:46.157Z] v1.3.0-dev.4 [2020-10-06T10:50:46.157Z] v1.3.0-dev.5 [2020-10-06T10:50:46.157Z] v1.3.0-dev.6 [2020-10-06T10:50:46.157Z] v1.3.0-dev.7 [2020-10-06T10:50:46.157Z] v1.3.0-dev.8 [2020-10-06T10:50:46.157Z] v1.3.0-dev.9 [Pipeline] sh [2020-10-06T10:50:46.456Z] + lftools sign git-tag v1.3.0-dev.9 [2020-10-06T10:50:47.847Z] Signing Git tag with Sigul... [2020-10-06T10:50:47.847Z] Signing v1.3.0-dev.9 [Pipeline] echo [2020-10-06T10:50:48.806Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T10:50:49.103Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-06T10:50:49.112Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-06T10:50:49.207Z] $ docker stop --time=1 bc07f6079f1581f5fb80be680b02c505f1bdecb50406ea074f5995a0d1c5dd7d [2020-10-06T10:50:51.190Z] $ docker rm -f bc07f6079f1581f5fb80be680b02c505f1bdecb50406ea074f5995a0d1c5dd7d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-06T10:50:52.092Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T10:50:52.093Z] . [Pipeline] withDockerContainer [2020-10-06T10:50:52.189Z] prd-centos7-docker-4c-2g-3729 does not seem to be running inside a container [2020-10-06T10:50:52.237Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-06T10:50:52.952Z] $ docker top 31d6f3bd27f39187284d8bbd87e6c5089c2afeb163f25f2e26ee84c787d44a18 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-06T10:50:53.263Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T10:50:53.263Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T10:50:53.493Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T10:50:53.498Z] $ docker exec 31d6f3bd27f39187284d8bbd87e6c5089c2afeb163f25f2e26ee84c787d44a18 ssh-agent [2020-10-06T10:50:53.663Z] SSH_AUTH_SOCK=/tmp/ssh-aKtTz3oW7aeh/agent.11 [2020-10-06T10:50:53.664Z] SSH_AGENT_PID=17 [2020-10-06T10:50:53.671Z] Running ssh-add (command line suppressed) [2020-10-06T10:50:53.828Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_93879780757336775.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_93879780757336775.key) [2020-10-06T10:50:53.883Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T10:50:54.229Z] + git semver bump pre [2020-10-06T10:50:54.229Z] # -> Open(): unable to determine branch for HEAD [2020-10-06T10:50:54.229Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-10-06T10:50:54.229Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-10-06T10:50:54.229Z] # $SEMVER_REMOTE_NAME = origin [2020-10-06T10:50:54.229Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-06T10:50:54.229Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-06T10:50:54.229Z] # $SEMVER_BRANCH = master [2020-10-06T10:50:54.229Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [2020-10-06T10:50:54.229Z] 1.3.0-dev.10 [Pipeline] } [2020-10-06T10:50:54.243Z] $ docker exec --env ******** --env ******** 31d6f3bd27f39187284d8bbd87e6c5089c2afeb163f25f2e26ee84c787d44a18 ssh-agent -k [2020-10-06T10:50:54.371Z] unset SSH_AUTH_SOCK; [2020-10-06T10:50:54.371Z] unset SSH_AGENT_PID; [2020-10-06T10:50:54.371Z] echo Agent pid 17 killed; [2020-10-06T10:50:54.413Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-06T10:50:54.881Z] + git semver [Pipeline] } [2020-10-06T10:50:54.900Z] $ docker stop --time=1 31d6f3bd27f39187284d8bbd87e6c5089c2afeb163f25f2e26ee84c787d44a18 [2020-10-06T10:50:56.238Z] $ docker rm -f 31d6f3bd27f39187284d8bbd87e6c5089c2afeb163f25f2e26ee84c787d44a18 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T10:50:56.731Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T10:50:56.731Z] . [Pipeline] withDockerContainer [2020-10-06T10:50:56.823Z] prd-centos7-docker-4c-2g-3729 does not seem to be running inside a container [2020-10-06T10:50:56.869Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-06T10:50:57.456Z] $ docker top 6ae1f7d96c35878f8e9db853993f4b551fb253139ada392a7820fb5543ea8ed2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-06T10:50:57.739Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T10:50:57.739Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T10:50:57.909Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T10:50:57.914Z] $ docker exec 6ae1f7d96c35878f8e9db853993f4b551fb253139ada392a7820fb5543ea8ed2 ssh-agent [2020-10-06T10:50:58.086Z] SSH_AUTH_SOCK=/tmp/ssh-mIZiAkRYRnsu/agent.11 [2020-10-06T10:50:58.086Z] SSH_AGENT_PID=16 [2020-10-06T10:50:58.094Z] Running ssh-add (command line suppressed) [2020-10-06T10:50:58.220Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_7222646269637765360.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_7222646269637765360.key) [2020-10-06T10:50:58.274Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T10:50:58.601Z] + git semver push [2020-10-06T10:50:58.601Z] # -> Open(): unable to determine branch for HEAD [2020-10-06T10:50:58.601Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-10-06T10:50:58.601Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-10-06T10:50:58.601Z] # $SEMVER_REMOTE_NAME = origin [2020-10-06T10:50:58.601Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-06T10:50:58.601Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-06T10:50:58.601Z] # $SEMVER_BRANCH = master [2020-10-06T10:50:58.601Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [Pipeline] } [2020-10-06T10:51:06.771Z] $ docker exec --env ******** --env ******** 6ae1f7d96c35878f8e9db853993f4b551fb253139ada392a7820fb5543ea8ed2 ssh-agent -k [2020-10-06T10:51:06.904Z] unset SSH_AUTH_SOCK; [2020-10-06T10:51:06.904Z] unset SSH_AGENT_PID; [2020-10-06T10:51:06.904Z] echo Agent pid 16 killed; [2020-10-06T10:51:06.954Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-06T10:51:07.421Z] + git semver [Pipeline] } [2020-10-06T10:51:07.440Z] $ docker stop --time=1 6ae1f7d96c35878f8e9db853993f4b551fb253139ada392a7820fb5543ea8ed2 [2020-10-06T10:51:08.804Z] $ docker rm -f 6ae1f7d96c35878f8e9db853993f4b551fb253139ada392a7820fb5543ea8ed2 [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-10-06T10:51:09.856Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T10:51:10.425Z] ---> package-listing.sh [2020-10-06T10:51:10.425Z] ++ facter osfamily [2020-10-06T10:51:10.425Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-06T10:51:10.425Z] + OS_FAMILY=redhat [2020-10-06T10:51:10.425Z] + workspace=/w/workspace/edgexfoundry_device-sdk-c_master [2020-10-06T10:51:10.425Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-06T10:51:10.425Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-06T10:51:10.425Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-06T10:51:10.425Z] + PACKAGES=/tmp/packages_start.txt [2020-10-06T10:51:10.425Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_master ']' [2020-10-06T10:51:10.425Z] + PACKAGES=/tmp/packages_end.txt [2020-10-06T10:51:10.425Z] + case "${OS_FAMILY}" in [2020-10-06T10:51:10.425Z] + rpm -qa [2020-10-06T10:51:10.425Z] + sort [2020-10-06T10:51:14.652Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-06T10:51:14.653Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-06T10:51:14.653Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-06T10:51:14.653Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_master ']' [2020-10-06T10:51:14.653Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_master/archives/ [2020-10-06T10:51:14.653Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-c_master/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-06T10:51:14.873Z] provisioning config files... [2020-10-06T10:51:14.890Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config8868101492884829621tmp [Pipeline] { [Pipeline] echo [2020-10-06T10:51:14.956Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T10:51:15.255Z] ---> create-netrc.sh [Pipeline] } [2020-10-06T10:51:15.264Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-06T10:51:15.351Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T10:51:15.649Z] ---> python-tools-install.sh [2020-10-06T10:51:15.649Z] Generating Requirements File [2020-10-06T10:52:37.201Z] Python 3.6.8 [2020-10-06T10:52:37.201Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-06T10:52:37.201Z] appdirs==1.4.3 [2020-10-06T10:52:37.201Z] argcomplete==1.12.1 [2020-10-06T10:52:37.201Z] aspy.yaml==1.3.0 [2020-10-06T10:52:37.201Z] attrs==19.3.0 [2020-10-06T10:52:37.201Z] Babel==2.8.0 [2020-10-06T10:52:37.201Z] beautifulsoup4==4.8.2 [2020-10-06T10:52:37.201Z] boto3==1.11.6 [2020-10-06T10:52:37.201Z] botocore==1.14.6 [2020-10-06T10:52:37.201Z] bs4==0.0.1 [2020-10-06T10:52:37.201Z] cachetools==4.1.1 [2020-10-06T10:52:37.201Z] certifi==2019.11.28 [2020-10-06T10:52:37.201Z] cffi==1.14.3 [2020-10-06T10:52:37.201Z] cfgv==2.0.1 [2020-10-06T10:52:37.201Z] chardet==3.0.4 [2020-10-06T10:52:37.201Z] click==7.1 [2020-10-06T10:52:37.201Z] cliff==3.4.0 [2020-10-06T10:52:37.201Z] cmd2==1.3.11 [2020-10-06T10:52:37.201Z] colorama==0.4.3 [2020-10-06T10:52:37.201Z] cryptography==3.1.1 [2020-10-06T10:52:37.201Z] debtcollector==2.2.0 [2020-10-06T10:52:37.201Z] decorator==4.4.2 [2020-10-06T10:52:37.201Z] defusedxml==0.6.0 [2020-10-06T10:52:37.201Z] Deprecated==1.2.7 [2020-10-06T10:52:37.201Z] distlib==0.3.1 [2020-10-06T10:52:37.201Z] distro==1.2.0 [2020-10-06T10:52:37.201Z] dnspython==1.16.0 [2020-10-06T10:52:37.201Z] docker==4.2.0 [2020-10-06T10:52:37.201Z] docutils==0.15.2 [2020-10-06T10:52:37.201Z] dogpile.cache==1.0.2 [2020-10-06T10:52:37.201Z] email-validator==1.0.5 [2020-10-06T10:52:37.201Z] filelock==3.0.12 [2020-10-06T10:52:37.201Z] future==0.18.2 [2020-10-06T10:52:37.201Z] google-auth==1.22.1 [2020-10-06T10:52:37.201Z] httplib2==0.17.0 [2020-10-06T10:52:37.201Z] identify==1.4.11 [2020-10-06T10:52:37.201Z] idna==2.9 [2020-10-06T10:52:37.201Z] importlib-metadata==1.7.0 [2020-10-06T10:52:37.201Z] importlib-resources==1.5.0 [2020-10-06T10:52:37.201Z] iso8601==0.1.13 [2020-10-06T10:52:37.201Z] Jinja2==2.11.1 [2020-10-06T10:52:37.201Z] jmespath==0.10.0 [2020-10-06T10:52:37.201Z] jsonpatch==1.26 [2020-10-06T10:52:37.201Z] jsonpointer==2.0 [2020-10-06T10:52:37.201Z] jsonschema==3.2.0 [2020-10-06T10:52:37.201Z] keystoneauth1==4.2.1 [2020-10-06T10:52:37.201Z] kubernetes==11.0.0 [2020-10-06T10:52:37.201Z] lftools==0.34.2 [2020-10-06T10:52:37.201Z] lxml==4.5.0 [2020-10-06T10:52:37.201Z] MarkupSafe==0.23 [2020-10-06T10:52:37.201Z] msgpack==1.0.0 [2020-10-06T10:52:37.201Z] multi-key-dict==2.0.3 [2020-10-06T10:52:37.201Z] munch==2.5.0 [2020-10-06T10:52:37.201Z] netaddr==0.8.0 [2020-10-06T10:52:37.201Z] netifaces==0.10.9 [2020-10-06T10:52:37.201Z] niet==1.4.2 [2020-10-06T10:52:37.201Z] nodeenv==1.3.5 [2020-10-06T10:52:37.201Z] oauth2client==4.1.3 [2020-10-06T10:52:37.201Z] oauthlib==3.1.0 [2020-10-06T10:52:37.201Z] openstacksdk==0.50.0 [2020-10-06T10:52:37.201Z] os-client-config==2.1.0 [2020-10-06T10:52:37.201Z] os-service-types==1.7.0 [2020-10-06T10:52:37.201Z] osc-lib==2.2.1 [2020-10-06T10:52:37.201Z] oslo.config==8.3.2 [2020-10-06T10:52:37.201Z] oslo.context==3.1.1 [2020-10-06T10:52:37.201Z] oslo.i18n==5.0.1 [2020-10-06T10:52:37.201Z] oslo.log==4.4.0 [2020-10-06T10:52:37.201Z] oslo.serialization==4.0.1 [2020-10-06T10:52:37.201Z] oslo.utils==4.6.0 [2020-10-06T10:52:37.201Z] packaging==20.4 [2020-10-06T10:52:37.201Z] pbr==5.4.4 [2020-10-06T10:52:37.201Z] pluggy==0.13.1 [2020-10-06T10:52:37.201Z] prettytable==0.7.2 [2020-10-06T10:52:37.201Z] py==1.9.0 [2020-10-06T10:52:37.201Z] pyasn1==0.4.8 [2020-10-06T10:52:37.201Z] pyasn1-modules==0.2.8 [2020-10-06T10:52:37.201Z] pycparser==2.20 [2020-10-06T10:52:37.201Z] pygerrit2==2.0.10 [2020-10-06T10:52:37.201Z] PyGithub==1.46 [2020-10-06T10:52:37.201Z] pyinotify==0.9.6 [2020-10-06T10:52:37.201Z] PyJWT==1.7.1 [2020-10-06T10:52:37.201Z] pyparsing==2.4.7 [2020-10-06T10:52:37.201Z] pyperclip==1.8.0 [2020-10-06T10:52:37.201Z] pyroute2==0.4.13 [2020-10-06T10:52:37.201Z] pyrsistent==0.15.7 [2020-10-06T10:52:37.201Z] PySocks==1.6.8 [2020-10-06T10:52:37.201Z] python-cinderclient==7.2.0 [2020-10-06T10:52:37.201Z] python-dateutil==2.8.1 [2020-10-06T10:52:37.201Z] python-heatclient==2.2.1 [2020-10-06T10:52:37.201Z] python-jenkins==1.7.0 [2020-10-06T10:52:37.201Z] python-keystoneclient==4.1.1 [2020-10-06T10:52:37.201Z] python-magnumclient==3.2.1 [2020-10-06T10:52:37.201Z] python-novaclient==17.2.1 [2020-10-06T10:52:37.201Z] python-openstackclient==5.4.0 [2020-10-06T10:52:37.201Z] python-swiftclient==3.10.1 [2020-10-06T10:52:37.201Z] pytz==2020.1 [2020-10-06T10:52:37.201Z] PyYAML==5.3 [2020-10-06T10:52:37.201Z] requests==2.23.0 [2020-10-06T10:52:37.201Z] requests-oauthlib==1.3.0 [2020-10-06T10:52:37.201Z] requestsexceptions==1.4.0 [2020-10-06T10:52:37.201Z] rfc3986==1.4.0 [2020-10-06T10:52:37.201Z] rpm==4.11.3 [2020-10-06T10:52:37.201Z] rsa==4.0 [2020-10-06T10:52:37.201Z] ruamel.yaml==0.16.10 [2020-10-06T10:52:37.201Z] ruamel.yaml.clib==0.2.0 [2020-10-06T10:52:37.201Z] s3transfer==0.3.3 [2020-10-06T10:52:37.201Z] shade==1.27.2 [2020-10-06T10:52:37.201Z] simplejson==3.17.2 [2020-10-06T10:52:37.201Z] six==1.14.0 [2020-10-06T10:52:37.201Z] soupsieve==2.0 [2020-10-06T10:52:37.201Z] stevedore==3.2.2 [2020-10-06T10:52:37.201Z] tabulate==0.8.6 [2020-10-06T10:52:37.201Z] toml==0.10.0 [2020-10-06T10:52:37.201Z] tox==3.20.0 [2020-10-06T10:52:37.201Z] tqdm==4.43.0 [2020-10-06T10:52:37.201Z] urllib3==1.25.8 [2020-10-06T10:52:37.201Z] virtualenv==20.0.33 [2020-10-06T10:52:37.201Z] wcwidth==0.2.5 [2020-10-06T10:52:37.201Z] websocket-client==0.57.0 [2020-10-06T10:52:37.201Z] wrapt==1.12.1 [2020-10-06T10:52:37.201Z] xdg==3.0.2 [2020-10-06T10:52:37.201Z] xmltodict==0.12.0 [2020-10-06T10:52:37.201Z] yq==2.11.1 [2020-10-06T10:52:37.201Z] zipp==3.3.0 [2020-10-06T10:52:37.201Z] Cache entry deserialization failed, entry ignored [2020-10-06T10:52:37.465Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-06T10:52:40.793Z] Python 2.7.5 [2020-10-06T10:52:40.793Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-06T10:52:40.793Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-06T10:52:41.057Z] ansible==2.9.7 [2020-10-06T10:52:41.057Z] Babel==0.9.6 [2020-10-06T10:52:41.057Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-06T10:52:41.057Z] beautifulsoup4==4.4.1 [2020-10-06T10:52:41.057Z] bodhi==2.11.0 [2020-10-06T10:52:41.057Z] bodhi-client==2.11.0 [2020-10-06T10:52:41.057Z] CCColUtils==1.4 [2020-10-06T10:52:41.057Z] cffi==1.6.0 [2020-10-06T10:52:41.057Z] chardet==2.2.1 [2020-10-06T10:52:41.057Z] click==6.7 [2020-10-06T10:52:41.057Z] cloud-init==18.5 [2020-10-06T10:52:41.057Z] configobj==4.7.2 [2020-10-06T10:52:41.057Z] cryptography==1.7.2 [2020-10-06T10:52:41.057Z] decorator==3.4.0 [2020-10-06T10:52:41.057Z] distro==1.2.0 [2020-10-06T10:52:41.057Z] enum34==1.0.4 [2020-10-06T10:52:41.057Z] fedpkg==1.38 [2020-10-06T10:52:41.057Z] futures==3.1.1 [2020-10-06T10:52:41.057Z] gitdb==0.6.4 [2020-10-06T10:52:41.057Z] GitPython==1.0.1 [2020-10-06T10:52:41.057Z] html5lib==0.999 [2020-10-06T10:52:41.057Z] httplib2==0.9.2 [2020-10-06T10:52:41.057Z] idna==2.4 [2020-10-06T10:52:41.057Z] iniparse==0.4 [2020-10-06T10:52:41.057Z] ipaddress==1.0.16 [2020-10-06T10:52:41.057Z] IPy==0.75 [2020-10-06T10:52:41.057Z] javapackages==1.0.0 [2020-10-06T10:52:41.057Z] Jinja2==2.7.2 [2020-10-06T10:52:41.057Z] jmespath==0.9.4 [2020-10-06T10:52:41.057Z] jsonpatch==1.2 [2020-10-06T10:52:41.057Z] jsonpointer==1.9 [2020-10-06T10:52:41.057Z] kerberos==1.1 [2020-10-06T10:52:41.057Z] kitchen==1.1.1 [2020-10-06T10:52:41.057Z] langtable==0.0.31 [2020-10-06T10:52:41.057Z] lockfile==0.9.1 [2020-10-06T10:52:41.057Z] lxml==3.2.1 [2020-10-06T10:52:41.057Z] MarkupSafe==0.11 [2020-10-06T10:52:41.057Z] munch==2.0.2 [2020-10-06T10:52:41.057Z] offtrac==0.1.0 [2020-10-06T10:52:41.057Z] openidc-client==0.6.0 [2020-10-06T10:52:41.057Z] packagedb-cli==2.14.1 [2020-10-06T10:52:41.057Z] paramiko==2.1.1 [2020-10-06T10:52:41.057Z] perf==0.1 [2020-10-06T10:52:41.057Z] ply==3.4 [2020-10-06T10:52:41.057Z] policycoreutils-default-encoding==0.1 [2020-10-06T10:52:41.057Z] prettytable==0.7.2 [2020-10-06T10:52:41.057Z] pyasn1==0.1.9 [2020-10-06T10:52:41.057Z] pycparser==2.14 [2020-10-06T10:52:41.057Z] pycurl==7.19.0 [2020-10-06T10:52:41.057Z] pygobject==3.22.0 [2020-10-06T10:52:41.057Z] pygpgme==0.3 [2020-10-06T10:52:41.057Z] pyliblzma==0.5.3 [2020-10-06T10:52:41.057Z] pyOpenSSL==0.13.1 [2020-10-06T10:52:41.057Z] pyparsing==1.5.6 [2020-10-06T10:52:41.057Z] pyserial==2.6 [2020-10-06T10:52:41.057Z] python-augeas==0.5.0 [2020-10-06T10:52:41.057Z] python-bugzilla==2.3.0 [2020-10-06T10:52:41.057Z] python-dateutil==1.5 [2020-10-06T10:52:41.057Z] python-fedora==0.10.0 [2020-10-06T10:52:41.057Z] python-linux-procfs==0.4.9 [2020-10-06T10:52:41.057Z] python-yubico==1.2.3 [2020-10-06T10:52:41.057Z] pyudev==0.15 [2020-10-06T10:52:41.057Z] pyusb==1.0.0b1 [2020-10-06T10:52:41.057Z] pyxattr==0.5.1 [2020-10-06T10:52:41.057Z] PyYAML==3.10 [2020-10-06T10:52:41.057Z] requests==2.6.0 [2020-10-06T10:52:41.057Z] requests-kerberos==0.7.0 [2020-10-06T10:52:41.057Z] rpkg==1.60 [2020-10-06T10:52:41.057Z] schedutils==0.4 [2020-10-06T10:52:41.057Z] seobject==0.1 [2020-10-06T10:52:41.057Z] sepolicy==1.1 [2020-10-06T10:52:41.057Z] six==1.9.0 [2020-10-06T10:52:41.057Z] smmap==0.9.0 [2020-10-06T10:52:41.057Z] urlgrabber==3.10 [2020-10-06T10:52:41.057Z] urllib3==1.10.2 [2020-10-06T10:52:41.057Z] virtualenv==15.1.0 [2020-10-06T10:52:41.057Z] yum-langpacks==0.4.2 [2020-10-06T10:52:41.057Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-06T10:52:41.073Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T10:52:41.658Z] ---> sudo-logs.sh [2020-10-06T10:52:41.658Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-06T10:52:43.067Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T10:52:43.363Z] ---> job-cost.sh [2020-10-06T10:52:43.363Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-9ZrQ [2020-10-06T10:52:51.541Z] Cache entry deserialization failed, entry ignored [2020-10-06T10:52:51.805Z] Cache entry deserialization failed, entry ignored [2020-10-06T10:52:53.201Z] Cache entry deserialization failed, entry ignored [2020-10-06T10:52:53.201Z] Cache entry deserialization failed, entry ignored [2020-10-06T10:52:53.470Z] Cache entry deserialization failed, entry ignored [2020-10-06T10:52:53.470Z] Cache entry deserialization failed, entry ignored [2020-10-06T10:52:53.470Z] Cache entry deserialization failed, entry ignored [2020-10-06T10:52:53.737Z] Cache entry deserialization failed, entry ignored [2020-10-06T10:52:53.737Z] Cache entry deserialization failed, entry ignored [2020-10-06T10:52:53.737Z] Cache entry deserialization failed, entry ignored [2020-10-06T10:52:54.000Z] Cache entry deserialization failed, entry ignored [2020-10-06T10:52:54.000Z] Cache entry deserialization failed, entry ignored [2020-10-06T10:52:56.567Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-06T10:53:28.722Z] lf-activate-venv(): INFO: Adding /tmp/venv-9ZrQ/bin to PATH [2020-10-06T10:53:28.723Z] INFO: No Stack... [2020-10-06T10:53:28.723Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-06T10:53:28.723Z] INFO: Archiving Costs [Pipeline] echo [2020-10-06T10:53:28.737Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T10:53:29.039Z] ---> logs-deploy.sh [2020-10-06T10:53:29.039Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/master/46 [2020-10-06T10:53:29.039Z] INFO: archiving workspace using pattern(s): [2020-10-06T10:53:30.959Z] Archives upload complete. [2020-10-06T10:53:30.959Z] INFO: archiving logs to Nexus [2020-10-06T10:53:31.907Z] ---> uname -a: [2020-10-06T10:53:31.907Z] Linux prd-centos7-docker-4c-2g-3729.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux [2020-10-06T10:53:31.907Z] [2020-10-06T10:53:31.907Z] [2020-10-06T10:53:31.907Z] ---> lscpu: [2020-10-06T10:53:31.907Z] Architecture: x86_64 [2020-10-06T10:53:31.907Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-06T10:53:31.907Z] Byte Order: Little Endian [2020-10-06T10:53:31.907Z] CPU(s): 4 [2020-10-06T10:53:31.907Z] On-line CPU(s) list: 0-3 [2020-10-06T10:53:31.907Z] Thread(s) per core: 1 [2020-10-06T10:53:31.907Z] Core(s) per socket: 1 [2020-10-06T10:53:31.907Z] Socket(s): 4 [2020-10-06T10:53:31.907Z] NUMA node(s): 1 [2020-10-06T10:53:31.907Z] Vendor ID: GenuineIntel [2020-10-06T10:53:31.907Z] CPU family: 6 [2020-10-06T10:53:31.907Z] Model: 44 [2020-10-06T10:53:31.907Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-06T10:53:31.907Z] Stepping: 1 [2020-10-06T10:53:31.907Z] CPU MHz: 2933.436 [2020-10-06T10:53:31.907Z] BogoMIPS: 5866.87 [2020-10-06T10:53:31.907Z] Virtualization: VT-x [2020-10-06T10:53:31.907Z] Hypervisor vendor: KVM [2020-10-06T10:53:31.907Z] Virtualization type: full [2020-10-06T10:53:31.907Z] L1d cache: 32K [2020-10-06T10:53:31.907Z] L1i cache: 32K [2020-10-06T10:53:31.907Z] L2 cache: 4096K [2020-10-06T10:53:31.907Z] L3 cache: 16384K [2020-10-06T10:53:31.907Z] NUMA node0 CPU(s): 0-3 [2020-10-06T10:53:31.907Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-10-06T10:53:31.907Z] [2020-10-06T10:53:31.907Z]