Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b589ce38ee62beed65a1f4f98577478a01ff9483 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildCApp] RAW Config: [project:device-sdk-c, dockerBuildFilePath:scripts/Dockerfile.alpine-3.11-base, dockerFilePath:scripts/Dockerfile.alpine-3.11, pushImage:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildCApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-c-settings PROJECT: device-sdk-c USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest DOCKER_FILE_PATH: scripts/Dockerfile.alpine-3.11 DOCKER_BUILD_FILE_PATH: scripts/Dockerfile.alpine-3.11-base DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-c DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1709 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags Cloning repository git@github.com:edgexfoundry/device-sdk-c.git > git init /w/workspace/edgexfoundry_device-sdk-c_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision b589ce38ee62beed65a1f4f98577478a01ff9483 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b589ce38ee62beed65a1f4f98577478a01ff9483 # timeout=10 Commit message: "docs: addition of version and LTS refs to README per arch's meeting (#293)" > git rev-list --no-walk e04f6c7b98e5d4f437d89dd93d473807ba88ad5c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-07T13:01:01.075Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-07T13:01:01.320Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-07T13:01:01.463Z] ========================================================= [2020-09-07T13:01:01.464Z] EdgeX Global Pipelines Version Info [2020-09-07T13:01:01.464Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-07T13:01:02.989Z] ------------------- [2020-09-07T13:01:02.989Z] stable info: [2020-09-07T13:01:02.989Z] ------------------- [2020-09-07T13:01:02.989Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-07T13:01:02.989Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-07T13:01:02.989Z] Message: update stable to v1.0.119 [2020-09-07T13:01:03.935Z] ------------------- [2020-09-07T13:01:03.935Z] experimental info: [2020-09-07T13:01:03.935Z] ------------------- [2020-09-07T13:01:03.935Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-07T13:01:03.935Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-07T13:01:03.935Z] Message: update experimental to v1.0.119 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-07T13:01:04.256Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-c-settings [Pipeline] echo [2020-09-07T13:01:04.348Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-c [Pipeline] echo [2020-09-07T13:01:04.431Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-07T13:01:04.510Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-07T13:01:04.587Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-07T13:01:04.687Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [Pipeline] echo [2020-09-07T13:01:04.765Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = scripts/Dockerfile.alpine-3.11 [Pipeline] echo [2020-09-07T13:01:04.845Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = scripts/Dockerfile.alpine-3.11-base [Pipeline] echo [2020-09-07T13:01:04.922Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-07T13:01:04.999Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-c [Pipeline] echo [2020-09-07T13:01:05.107Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-07T13:01:05.215Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-07T13:01:05.298Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-07T13:01:05.385Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-07T13:01:05.480Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-07T13:01:05.561Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-07T13:01:05.647Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-07T13:01:05.727Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-07T13:01:05.809Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-07T13:01:05.897Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b589ce38ee62beed65a1f4f98577478a01ff9483 [Pipeline] echo [2020-09-07T13:01:05.983Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b589ce3 [Pipeline] echo [2020-09-07T13:01:06.082Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-09-07T13:01:06.879Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-07T13:01:07.147Z] [2020-09-07T13:01:07.147Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-07T13:01:07.518Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-07T13:01:07.518Z] latest: Pulling from edgex-devops/git-semver [2020-09-07T13:01:07.518Z] 31603596830f: Pulling fs layer [2020-09-07T13:01:07.518Z] 2a8b12db71e7: Pulling fs layer [2020-09-07T13:01:07.518Z] 6ca5941a6612: Pulling fs layer [2020-09-07T13:01:07.518Z] ecc8261a40a4: Pulling fs layer [2020-09-07T13:01:07.518Z] ecc8261a40a4: Waiting [2020-09-07T13:01:07.518Z] 2a8b12db71e7: Verifying Checksum [2020-09-07T13:01:07.518Z] 2a8b12db71e7: Download complete [2020-09-07T13:01:07.788Z] 31603596830f: Download complete [2020-09-07T13:01:07.788Z] ecc8261a40a4: Verifying Checksum [2020-09-07T13:01:07.788Z] ecc8261a40a4: Download complete [2020-09-07T13:01:07.788Z] 6ca5941a6612: Verifying Checksum [2020-09-07T13:01:07.788Z] 6ca5941a6612: Download complete [2020-09-07T13:01:08.052Z] 31603596830f: Pull complete [2020-09-07T13:01:08.318Z] 2a8b12db71e7: Pull complete [2020-09-07T13:01:09.719Z] 6ca5941a6612: Pull complete [2020-09-07T13:01:09.982Z] ecc8261a40a4: Pull complete [2020-09-07T13:01:09.982Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-07T13:01:09.982Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-07T13:01:09.982Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-07T13:01:10.109Z] prd-centos7-docker-4c-2g-1709 does not seem to be running inside a container [2020-09-07T13:01:10.161Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-07T13:01:11.853Z] $ docker top e88e4d51843f167cb699ecdc5ce902653ad11ed81699bb6063f6c02444f74569 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-07T13:01:12.125Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-07T13:01:12.125Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-07T13:01:12.330Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-07T13:01:12.335Z] $ docker exec e88e4d51843f167cb699ecdc5ce902653ad11ed81699bb6063f6c02444f74569 ssh-agent [2020-09-07T13:01:12.499Z] SSH_AUTH_SOCK=/tmp/ssh-LJRHzyaq0WDB/agent.11 [2020-09-07T13:01:12.499Z] SSH_AGENT_PID=16 [2020-09-07T13:01:12.511Z] Running ssh-add (command line suppressed) [2020-09-07T13:01:12.639Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_7277297908898613311.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_7277297908898613311.key) [2020-09-07T13:01:12.688Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-07T13:01:13.085Z] + git describe --exact-match --tags HEAD [2020-09-07T13:01:13.085Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-07T13:01:13.135Z] $ docker exec --env ******** --env ******** e88e4d51843f167cb699ecdc5ce902653ad11ed81699bb6063f6c02444f74569 ssh-agent -k [2020-09-07T13:01:13.257Z] unset SSH_AUTH_SOCK; [2020-09-07T13:01:13.257Z] unset SSH_AGENT_PID; [2020-09-07T13:01:13.257Z] echo Agent pid 16 killed; [2020-09-07T13:01:13.300Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-07T13:01:13.423Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-07T13:01:13.423Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-07T13:01:13.510Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-07T13:01:13.510Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-07T13:01:13.678Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-07T13:01:13.684Z] $ docker exec e88e4d51843f167cb699ecdc5ce902653ad11ed81699bb6063f6c02444f74569 ssh-agent [2020-09-07T13:01:13.841Z] SSH_AUTH_SOCK=/tmp/ssh-3aVIcwgJBE76/agent.45 [2020-09-07T13:01:13.841Z] SSH_AGENT_PID=50 [2020-09-07T13:01:13.848Z] Running ssh-add (command line suppressed) [2020-09-07T13:01:13.972Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_8700210954219468390.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_8700210954219468390.key) [2020-09-07T13:01:14.020Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-07T13:01:14.346Z] + git semver init [2020-09-07T13:01:14.346Z] # -> Open(): unable to determine branch for HEAD [2020-09-07T13:01:14.346Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-09-07T13:01:14.346Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-09-07T13:01:14.346Z] # $SEMVER_REMOTE_NAME = origin [2020-09-07T13:01:14.346Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-07T13:01:14.346Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-07T13:01:14.346Z] # $SEMVER_BRANCH = master [2020-09-07T13:01:14.346Z] # $SEMVER_TEMP = /tmp/semver-095217864 [2020-09-07T13:01:14.346Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-c.git $SEMVER_TEMP [2020-09-07T13:01:14.921Z] # '/tmp/semver-095217864' -> '/w/workspace/edgexfoundry_device-sdk-c_master/.semver' [2020-09-07T13:01:14.921Z] # -> Force: false [2020-09-07T13:01:14.921Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [Pipeline] } [2020-09-07T13:01:14.934Z] $ docker exec --env ******** --env ******** e88e4d51843f167cb699ecdc5ce902653ad11ed81699bb6063f6c02444f74569 ssh-agent -k [2020-09-07T13:01:15.056Z] unset SSH_AUTH_SOCK; [2020-09-07T13:01:15.056Z] unset SSH_AGENT_PID; [2020-09-07T13:01:15.056Z] echo Agent pid 50 killed; [2020-09-07T13:01:15.100Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-07T13:01:15.556Z] + git semver [Pipeline] } [2020-09-07T13:01:15.575Z] $ docker stop --time=1 e88e4d51843f167cb699ecdc5ce902653ad11ed81699bb6063f6c02444f74569 [2020-09-07T13:01:16.918Z] $ docker rm -f e88e4d51843f167cb699ecdc5ce902653ad11ed81699bb6063f6c02444f74569 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-07T13:01:17.866Z] Stashed 26 file(s) [Pipeline] echo [2020-09-07T13:01:17.868Z] [edgeXSemver]: initialized semver on version 1.3.0-dev.4 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-09-07T13:01:33.173Z] Still waiting to schedule task [2020-09-07T13:01:33.173Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-07T13:01:33.175Z] Still waiting to schedule task [2020-09-07T13:01:33.175Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1708’ [2020-09-07T13:03:39.451Z] Running on prd-centos7-docker-4c-2g-1712 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] ws [2020-09-07T13:03:39.504Z] Running in /w/workspace/device-sdk-c/40 [Pipeline] { [Pipeline] checkout [2020-09-07T13:03:42.161Z] using credential edgex-jenkins-ssh [2020-09-07T13:03:42.208Z] Cloning the remote Git repository [2020-09-07T13:03:42.208Z] Cloning with configured refspecs honoured and without tags [2020-09-07T13:03:43.090Z] Fetching without tags [2020-09-07T13:03:42.249Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-09-07T13:03:42.315Z] > git init /w/workspace/device-sdk-c/40 # timeout=10 [2020-09-07T13:03:42.369Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-09-07T13:03:42.370Z] > git --version # timeout=10 [2020-09-07T13:03:42.386Z] > git --version # 'git version 2.16.5' [2020-09-07T13:03:42.386Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-07T13:03:42.421Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-07T13:03:43.065Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-09-07T13:03:43.072Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-07T13:03:43.086Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-09-07T13:03:43.097Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-09-07T13:03:43.097Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-07T13:03:43.103Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-07T13:03:43.501Z] Checking out Revision b589ce38ee62beed65a1f4f98577478a01ff9483 (master) [2020-09-07T13:03:43.512Z] > git config core.sparsecheckout # timeout=10 [2020-09-07T13:03:43.517Z] > git checkout -f b589ce38ee62beed65a1f4f98577478a01ff9483 # timeout=10 [2020-09-07T13:03:47.133Z] Commit message: "docs: addition of version and LTS refs to README per arch's meeting (#293)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-07T13:03:47.916Z] ========================================================= [2020-09-07T13:03:47.916Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2020-09-07T13:03:47.916Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-07T13:03:48.275Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1711 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] ws [2020-09-07T13:03:48.340Z] Running in /w/workspace/device-sdk-c/40 [Pipeline] { [Pipeline] checkout [2020-09-07T13:03:48.531Z] + docker build -t ci-base-image-x86_64 -f scripts/Dockerfile.alpine-3.11-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest . [2020-09-07T13:03:48.799Z] Sending build context to Docker daemon 3.48MB [2020-09-07T13:03:48.799Z] Step 1/21 : ARG BASE=alpine:3.11 [2020-09-07T13:03:48.800Z] Step 2/21 : FROM ${BASE} as builder [2020-09-07T13:03:49.064Z] latest: Pulling from edgex-devops/edgex-gcc-base [2020-09-07T13:03:49.064Z] e7c96db7181b: Pulling fs layer [2020-09-07T13:03:49.064Z] 4c13bbce0fe7: Pulling fs layer [2020-09-07T13:03:49.064Z] 6059c847ac2f: Pulling fs layer [2020-09-07T13:03:49.064Z] 4c13bbce0fe7: Verifying Checksum [2020-09-07T13:03:49.064Z] 4c13bbce0fe7: Download complete [2020-09-07T13:03:49.064Z] e7c96db7181b: Verifying Checksum [2020-09-07T13:03:49.064Z] e7c96db7181b: Download complete [2020-09-07T13:03:49.330Z] e7c96db7181b: Pull complete [2020-09-07T13:03:49.593Z] 4c13bbce0fe7: Pull complete [2020-09-07T13:03:50.541Z] 6059c847ac2f: Verifying Checksum [2020-09-07T13:03:50.541Z] 6059c847ac2f: Download complete [2020-09-07T13:03:53.413Z] using credential edgex-jenkins-ssh [2020-09-07T13:03:53.476Z] Cloning the remote Git repository [2020-09-07T13:03:53.476Z] Cloning with configured refspecs honoured and without tags [2020-09-07T13:03:53.554Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-09-07T13:03:53.676Z] > git init /w/workspace/device-sdk-c/40 # timeout=10 [2020-09-07T13:03:53.754Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-09-07T13:03:53.754Z] > git --version # timeout=10 [2020-09-07T13:03:53.775Z] > git --version # 'git version 2.17.1' [2020-09-07T13:03:53.777Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-07T13:03:54.787Z] 6059c847ac2f: Pull complete [2020-09-07T13:03:54.787Z] Digest: sha256:6b5104d086ae1e5e8a284a473be9a93378e3934f9b07db5717372c857cbcbe5e [2020-09-07T13:03:54.787Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [2020-09-07T13:03:54.787Z] ---> 5eabd8fd8ba2 [2020-09-07T13:03:54.787Z] Step 3/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev [2020-09-07T13:03:54.960Z] Fetching without tags [2020-09-07T13:03:53.847Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-07T13:03:54.894Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-09-07T13:03:54.914Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-07T13:03:54.948Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-09-07T13:03:54.977Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-09-07T13:03:54.978Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-07T13:03:54.990Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-07T13:03:55.513Z] Checking out Revision b589ce38ee62beed65a1f4f98577478a01ff9483 (master) [2020-09-07T13:03:55.546Z] > git config core.sparsecheckout # timeout=10 [2020-09-07T13:03:55.567Z] > git checkout -f b589ce38ee62beed65a1f4f98577478a01ff9483 # timeout=10 [2020-09-07T13:03:56.723Z] ---> Running in 58793e24c909 [2020-09-07T13:03:57.300Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-09-07T13:03:58.245Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-09-07T13:03:58.245Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-09-07T13:03:58.245Z] (2/8) Installing libuuid (2.33-r0) [2020-09-07T13:03:58.512Z] (3/8) Installing libblkid (2.33-r0) [2020-09-07T13:03:58.512Z] (4/8) Installing libfdisk (2.33-r0) [2020-09-07T13:03:58.512Z] (5/8) Installing libmount (2.33-r0) [2020-09-07T13:03:58.773Z] (6/8) Installing libsmartcols (2.33-r0) [2020-09-07T13:03:58.773Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-09-07T13:03:59.035Z] (8/8) Installing wget (1.20.3-r0) [2020-09-07T13:03:59.296Z] Executing busybox-1.29.3-r10.trigger [2020-09-07T13:03:59.296Z] OK: 272 MiB in 83 packages [2020-09-07T13:03:59.869Z] Removing intermediate container 58793e24c909 [2020-09-07T13:03:59.869Z] ---> 5f36b0213ef6 [2020-09-07T13:03:59.869Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-09-07T13:03:59.869Z] ---> Running in d5dea01fcc34 [2020-09-07T13:03:59.869Z] Removing intermediate container d5dea01fcc34 [2020-09-07T13:03:59.869Z] ---> 01f32cbd73c5 [2020-09-07T13:03:59.869Z] Step 5/21 : RUN mkdir /tmp/cbor && cd /tmp/cbor && wget -O - https://github.com/PJK/libcbor/archive/v${CBOR_VERSION}.tar.gz | tar -z -x -f - && sed -e 's/-flto//' -i libcbor-${CBOR_VERSION}/CMakeLists.txt && cmake -DCMAKE_BUILD_TYPE=Release -DCBOR_CUSTOM_ALLOC=ON libcbor-${CBOR_VERSION} && make && make install [2020-09-07T13:03:59.988Z] Commit message: "docs: addition of version and LTS refs to README per arch's meeting (#293)" [2020-09-07T13:04:00.134Z] ---> Running in 0ad94db31b9e [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-09-07T13:04:01.092Z] --2020-09-07 13:04:00-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-09-07T13:04:01.092Z] Resolving github.com... 140.82.112.4 [2020-09-07T13:04:01.092Z] Connecting to github.com|140.82.112.4|:443... connected. [2020-09-07T13:04:01.092Z] HTTP request sent, awaiting response... 302 Found [2020-09-07T13:04:01.092Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-09-07T13:04:01.092Z] --2020-09-07 13:04:00-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-09-07T13:04:01.092Z] Resolving codeload.github.com... 140.82.112.9 [2020-09-07T13:04:01.092Z] Connecting to codeload.github.com|140.82.112.9|:443... connected. [2020-09-07T13:04:01.092Z] HTTP request sent, awaiting response... 200 OK [2020-09-07T13:04:01.092Z] Length: unspecified [application/x-gzip] [2020-09-07T13:04:01.092Z] Saving to: 'STDOUT' [2020-09-07T13:04:01.092Z]  [Pipeline] echo [2020-09-07T13:04:01.307Z] ========================================================= [2020-09-07T13:04:01.307Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] [2020-09-07T13:04:01.307Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-07T13:04:01.356Z] 0K .......... .......... .......... .......... .......... 1.36M [2020-09-07T13:04:01.356Z] 50K .......... .......... .......... .......... .......... 2.95M [2020-09-07T13:04:01.356Z] 100K .......... .......... .......... .......... .......... 28.1M [2020-09-07T13:04:01.356Z] 150K .......... .......... .......... .......... .......... 36.2M [2020-09-07T13:04:01.356Z] 200K .......... .......... .......... .......... .......... 3.17M [2020-09-07T13:04:01.356Z] 250K .......... .......... .......... .......... .......... 13.9M [2020-09-07T13:04:01.356Z] 300K .......... .......... .......... .......... .......... 9.55M [2020-09-07T13:04:01.356Z] 350K .......... .......... .......... .......... .......... 7.23M [2020-09-07T13:04:01.356Z] 400K .......... .......... .......... .......... .......... 7.34M [2020-09-07T13:04:01.356Z] 450K .......... .......... .......... .......... .......... 10.4M [2020-09-07T13:04:01.356Z] 500K .......... .......... .......... .......... .......... 22.4M [2020-09-07T13:04:01.356Z] 550K .......... .......... .......... .......... .......... 5.24M [2020-09-07T13:04:01.356Z] 600K .......... .......... .......... .......... .......... 2.21M [2020-09-07T13:04:01.356Z] 650K .......... .......... .......... .......... .......... 5.27M [2020-09-07T13:04:01.356Z] 700K .. 646K=0.1s [2020-09-07T13:04:01.356Z] [2020-09-07T13:04:01.356Z] 2020-09-07 13:04:01 (4.76 MB/s) - written to stdout [719348] [2020-09-07T13:04:01.356Z] [2020-09-07T13:04:01.356Z] -- The C compiler identification is GNU 8.3.0 [2020-09-07T13:04:01.620Z] -- The CXX compiler identification is GNU 8.3.0 [2020-09-07T13:04:01.620Z] -- Check for working C compiler: /usr/bin/cc [2020-09-07T13:04:01.620Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-09-07T13:04:01.620Z] -- Detecting C compiler ABI info [2020-09-07T13:04:01.884Z] -- Detecting C compiler ABI info - done [2020-09-07T13:04:01.884Z] -- Detecting C compile features [2020-09-07T13:04:02.146Z] -- Detecting C compile features - done [2020-09-07T13:04:02.146Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-09-07T13:04:02.146Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-09-07T13:04:02.146Z] -- Detecting CXX compiler ABI info [2020-09-07T13:04:02.146Z] -- Detecting CXX compiler ABI info - done [2020-09-07T13:04:02.146Z] -- Detecting CXX compile features [2020-09-07T13:04:02.453Z] + docker build -t ci-base-image-arm64 -f scripts/Dockerfile.alpine-3.11-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest . [2020-09-07T13:04:02.722Z] -- Detecting CXX compile features - done [2020-09-07T13:04:02.723Z] -- Looking for include file endian.h [2020-09-07T13:04:02.723Z] -- Looking for include file endian.h - found [2020-09-07T13:04:02.723Z] -- Check if the system is big endian [2020-09-07T13:04:02.723Z] -- Searching 16 bit integer [2020-09-07T13:04:02.723Z] -- Looking for sys/types.h [2020-09-07T13:04:02.984Z] -- Looking for sys/types.h - found [2020-09-07T13:04:02.984Z] -- Looking for stdint.h [2020-09-07T13:04:02.984Z] -- Looking for stdint.h - found [2020-09-07T13:04:02.984Z] -- Looking for stddef.h [2020-09-07T13:04:02.984Z] -- Looking for stddef.h - found [2020-09-07T13:04:02.984Z] -- Check size of unsigned short [2020-09-07T13:04:02.984Z] -- Check size of unsigned short - done [2020-09-07T13:04:02.984Z] -- Using unsigned short [2020-09-07T13:04:03.246Z] -- Check if the system is big endian - little endian [2020-09-07T13:04:03.246Z] -- Check size of size_t [2020-09-07T13:04:03.246Z] -- Check size of size_t - done [2020-09-07T13:04:03.246Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-09-07T13:04:03.246Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-09-07T13:04:03.246Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-09-07T13:04:03.246Z] CMake did not find one. [2020-09-07T13:04:03.246Z] [2020-09-07T13:04:03.246Z] Could not find a package configuration file provided by "cJSON" with any of [2020-09-07T13:04:03.246Z] the following names: [2020-09-07T13:04:03.246Z] [2020-09-07T13:04:03.246Z] cJSONConfig.cmake [2020-09-07T13:04:03.246Z] cjson-config.cmake [2020-09-07T13:04:03.246Z] [2020-09-07T13:04:03.246Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-09-07T13:04:03.246Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-09-07T13:04:03.246Z] provides a separate development package or SDK, be sure it has been [2020-09-07T13:04:03.246Z] installed. [2020-09-07T13:04:03.246Z] [2020-09-07T13:04:03.246Z] [2020-09-07T13:04:03.246Z] -- Configuring done [2020-09-07T13:04:03.430Z] Sending build context to Docker daemon 3.48MB [2020-09-07T13:04:03.430Z] Step 1/21 : ARG BASE=alpine:3.11 [2020-09-07T13:04:03.430Z] Step 2/21 : FROM ${BASE} as builder [2020-09-07T13:04:03.515Z] -- Generating done [2020-09-07T13:04:03.515Z] -- Build files have been written to: /tmp/cbor [2020-09-07T13:04:03.515Z] Scanning dependencies of target cbor_shared [2020-09-07T13:04:03.515Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-09-07T13:04:03.515Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-09-07T13:04:03.704Z] latest: Pulling from edgex-devops/edgex-gcc-base-arm64 [2020-09-07T13:04:03.704Z] 0362ad1dd800: Pulling fs layer [2020-09-07T13:04:03.704Z] f2cdb1532d8b: Pulling fs layer [2020-09-07T13:04:03.704Z] 37ed683be191: Pulling fs layer [2020-09-07T13:04:03.704Z] f2cdb1532d8b: Verifying Checksum [2020-09-07T13:04:03.704Z] f2cdb1532d8b: Download complete [2020-09-07T13:04:03.777Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-09-07T13:04:03.777Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-09-07T13:04:03.982Z] 0362ad1dd800: Verifying Checksum [2020-09-07T13:04:03.982Z] 0362ad1dd800: Download complete [2020-09-07T13:04:04.039Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-09-07T13:04:04.039Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-09-07T13:04:04.039Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-09-07T13:04:04.301Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-09-07T13:04:04.301Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-09-07T13:04:04.301Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-09-07T13:04:04.563Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-09-07T13:04:04.563Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-09-07T13:04:04.563Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-09-07T13:04:04.611Z] 0362ad1dd800: Pull complete [2020-09-07T13:04:04.825Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-09-07T13:04:04.825Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-09-07T13:04:04.825Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-09-07T13:04:05.087Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-09-07T13:04:05.087Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-09-07T13:04:05.087Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-09-07T13:04:05.087Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-09-07T13:04:05.213Z] f2cdb1532d8b: Pull complete [2020-09-07T13:04:05.353Z] [ 40%] Linking C shared library libcbor.so [2020-09-07T13:04:05.353Z] [ 40%] Built target cbor_shared [2020-09-07T13:04:05.353Z] Scanning dependencies of target cbor [2020-09-07T13:04:05.353Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-09-07T13:04:05.617Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-09-07T13:04:05.617Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-09-07T13:04:05.617Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-09-07T13:04:06.190Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-09-07T13:04:06.190Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-09-07T13:04:06.190Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-09-07T13:04:06.190Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-09-07T13:04:06.190Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-09-07T13:04:06.199Z] 37ed683be191: Verifying Checksum [2020-09-07T13:04:06.199Z] 37ed683be191: Download complete [2020-09-07T13:04:06.456Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-09-07T13:04:06.456Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-09-07T13:04:06.719Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-09-07T13:04:06.719Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-09-07T13:04:06.719Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-09-07T13:04:06.983Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-09-07T13:04:06.983Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-09-07T13:04:06.983Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-09-07T13:04:07.245Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-09-07T13:04:07.245Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-09-07T13:04:07.245Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-09-07T13:04:07.245Z] [ 80%] Linking C static library libcbor.a [2020-09-07T13:04:07.245Z] [ 80%] Built target cbor [2020-09-07T13:04:07.507Z] Scanning dependencies of target create_items [2020-09-07T13:04:07.507Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-09-07T13:04:07.507Z] [ 84%] Linking C executable create_items [2020-09-07T13:04:07.507Z] [ 84%] Built target create_items [2020-09-07T13:04:07.507Z] Scanning dependencies of target readfile [2020-09-07T13:04:07.507Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-09-07T13:04:07.507Z] [ 88%] Linking C executable readfile [2020-09-07T13:04:07.507Z] [ 88%] Built target readfile [2020-09-07T13:04:07.507Z] Scanning dependencies of target streaming_parser [2020-09-07T13:04:07.507Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-09-07T13:04:07.769Z] [ 92%] Linking C executable streaming_parser [2020-09-07T13:04:07.769Z] [ 92%] Built target streaming_parser [2020-09-07T13:04:07.769Z] Scanning dependencies of target sort [2020-09-07T13:04:07.769Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-09-07T13:04:07.769Z] [ 96%] Linking C executable sort [2020-09-07T13:04:07.769Z] [ 96%] Built target sort [2020-09-07T13:04:07.769Z] Scanning dependencies of target hello [2020-09-07T13:04:07.769Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-09-07T13:04:07.769Z] [100%] Linking C executable hello [2020-09-07T13:04:07.769Z] [100%] Built target hello [2020-09-07T13:04:08.035Z] Install the project... [2020-09-07T13:04:08.035Z] -- Install configuration: "Release" [2020-09-07T13:04:08.035Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-09-07T13:04:08.035Z] -- Installing: /usr/local/lib64/libcbor.a [2020-09-07T13:04:08.035Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-09-07T13:04:08.035Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-09-07T13:04:08.035Z] -- Installing: /usr/local/lib64/libcbor.so [2020-09-07T13:04:08.035Z] -- Up-to-date: /usr/local/include/cbor [2020-09-07T13:04:08.035Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-09-07T13:04:08.035Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-09-07T13:04:08.035Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-09-07T13:04:08.035Z] -- Installing: /usr/local/include/cbor/common.h [2020-09-07T13:04:08.035Z] -- Installing: /usr/local/include/cbor/data.h [2020-09-07T13:04:08.035Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-09-07T13:04:08.035Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-09-07T13:04:08.035Z] -- Installing: /usr/local/include/cbor/internal [2020-09-07T13:04:08.035Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-09-07T13:04:08.035Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-09-07T13:04:08.035Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-09-07T13:04:08.035Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-09-07T13:04:08.035Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-09-07T13:04:08.035Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-09-07T13:04:08.035Z] -- Installing: /usr/local/include/cbor/ints.h [2020-09-07T13:04:08.035Z] -- Installing: /usr/local/include/cbor/maps.h [2020-09-07T13:04:08.035Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-09-07T13:04:08.035Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-09-07T13:04:08.035Z] -- Installing: /usr/local/include/cbor/strings.h [2020-09-07T13:04:08.035Z] -- Installing: /usr/local/include/cbor/tags.h [2020-09-07T13:04:08.035Z] -- Installing: /usr/local/include/cbor.h [2020-09-07T13:04:08.035Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-09-07T13:04:10.592Z] Removing intermediate container 0ad94db31b9e [2020-09-07T13:04:10.592Z] ---> fa9a1b27011b [2020-09-07T13:04:10.592Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-09-07T13:04:10.592Z] ---> Running in 9967f78e16c3 [2020-09-07T13:04:11.166Z] Removing intermediate container 9967f78e16c3 [2020-09-07T13:04:11.166Z] ---> e8a8d28536ba [2020-09-07T13:04:11.166Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-09-07T13:04:11.428Z] ---> bd551293563e [2020-09-07T13:04:11.428Z] Step 8/21 : COPY src /tmp/sdk/src [2020-09-07T13:04:12.374Z] ---> 536cc564e31b [2020-09-07T13:04:12.374Z] Step 9/21 : COPY include /tmp/sdk/include [2020-09-07T13:04:12.374Z] ---> 8e5fbe7bffe7 [2020-09-07T13:04:12.374Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-09-07T13:04:12.636Z] ---> 60a94aa81424 [2020-09-07T13:04:12.636Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-09-07T13:04:12.898Z] ---> cf154636b9d1 [2020-09-07T13:04:12.898Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-09-07T13:04:13.162Z] ---> 249746b88249 [2020-09-07T13:04:13.162Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-09-07T13:04:13.162Z] ---> Running in 93d2379a1a70 [2020-09-07T13:04:13.743Z] + CPPCHECK=false [2020-09-07T13:04:13.743Z] + DOCGEN=false [2020-09-07T13:04:13.743Z] + TOMLVER=SDK-0.2 [2020-09-07T13:04:13.743Z] + CUTILVER=1.1-branch [2020-09-07T13:04:13.743Z] + '[' 0 -gt 0 ] [2020-09-07T13:04:13.743Z] + readlink -f ./scripts/build.sh [2020-09-07T13:04:13.743Z] + dirname /tmp/sdk/scripts/build.sh [2020-09-07T13:04:13.743Z] + dirname /tmp/sdk/scripts [2020-09-07T13:04:13.743Z] + ROOT=/tmp/sdk [2020-09-07T13:04:13.743Z] + cd /tmp/sdk [2020-09-07T13:04:13.743Z] + '[' '!' -d deps ] [2020-09-07T13:04:13.743Z] + mkdir deps [2020-09-07T13:04:13.743Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-09-07T13:04:13.743Z] + tar -C deps -z -x -f - [2020-09-07T13:04:13.743Z] --2020-09-07 13:04:13-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-09-07T13:04:13.743Z] Resolving github.com... 140.82.112.4 [2020-09-07T13:04:13.743Z] Connecting to github.com|140.82.112.4|:443... connected. [2020-09-07T13:04:13.743Z] HTTP request sent, awaiting response... 302 Found [2020-09-07T13:04:13.743Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-09-07T13:04:13.743Z] --2020-09-07 13:04:13-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-09-07T13:04:13.743Z] Resolving codeload.github.com... 140.82.112.9 [2020-09-07T13:04:13.743Z] Connecting to codeload.github.com|140.82.112.9|:443... connected. [2020-09-07T13:04:14.005Z] HTTP request sent, awaiting response... 200 OK [2020-09-07T13:04:14.005Z] Length: unspecified [application/x-gzip] [2020-09-07T13:04:14.005Z] Saving to: 'STDOUT' [2020-09-07T13:04:14.005Z]  [2020-09-07T13:04:14.267Z] 0K .......... ...... 996K=0.02s [2020-09-07T13:04:14.267Z] [2020-09-07T13:04:14.267Z] 2020-09-07 13:04:14 (996 KB/s) - written to stdout [16451] [2020-09-07T13:04:14.267Z] [2020-09-07T13:04:14.267Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-09-07T13:04:14.267Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz [2020-09-07T13:04:14.267Z] + tar -C deps -z -x -f - [2020-09-07T13:04:14.267Z] --2020-09-07 13:04:14-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz [2020-09-07T13:04:14.267Z] Resolving github.com... 140.82.112.4 [2020-09-07T13:04:14.267Z] Connecting to github.com|140.82.112.4|:443... connected. [2020-09-07T13:04:14.267Z] HTTP request sent, awaiting response... 302 Found [2020-09-07T13:04:14.267Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch [following] [2020-09-07T13:04:14.267Z] --2020-09-07 13:04:14-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch [2020-09-07T13:04:14.267Z] Resolving codeload.github.com... 140.82.112.9 [2020-09-07T13:04:14.267Z] Connecting to codeload.github.com|140.82.112.9|:443... connected. [2020-09-07T13:04:14.529Z] HTTP request sent, awaiting response... 200 OK [2020-09-07T13:04:14.529Z] Length: unspecified [application/x-gzip] [2020-09-07T13:04:14.529Z] Saving to: 'STDOUT' [2020-09-07T13:04:14.529Z]  [2020-09-07T13:04:14.529Z] 0K .......... .......... .......... .......... .......... 1.39M [2020-09-07T13:04:14.529Z] 50K .......... .......... .......... .......... .......... 2.95M [2020-09-07T13:04:14.529Z] 100K .......... .......... .......... .......... .......... 26.8M [2020-09-07T13:04:14.529Z] 150K .......... ...... 27.9M=0.05s [2020-09-07T13:04:14.529Z] [2020-09-07T13:04:14.529Z] 2020-09-07 13:04:14 (3.01 MB/s) - written to stdout [170722] [2020-09-07T13:04:14.529Z] [2020-09-07T13:04:14.529Z] + mkdir -p src/c/iot [2020-09-07T13:04:14.529Z] + cp deps/iotech-c-utils-1.1-branch/src/c/base64.c deps/iotech-c-utils-1.1-branch/src/c/component.c deps/iotech-c-utils-1.1-branch/src/c/config.c deps/iotech-c-utils-1.1-branch/src/c/container.c deps/iotech-c-utils-1.1-branch/src/c/data.c deps/iotech-c-utils-1.1-branch/src/c/hash.c deps/iotech-c-utils-1.1-branch/src/c/iot.c deps/iotech-c-utils-1.1-branch/src/c/json.c deps/iotech-c-utils-1.1-branch/src/c/logger.c deps/iotech-c-utils-1.1-branch/src/c/os.c deps/iotech-c-utils-1.1-branch/src/c/scheduler.c deps/iotech-c-utils-1.1-branch/src/c/thread.c deps/iotech-c-utils-1.1-branch/src/c/threadpool.c deps/iotech-c-utils-1.1-branch/src/c/time.c src/c/iot [2020-09-07T13:04:14.529Z] + mkdir -p include/iot [2020-09-07T13:04:14.529Z] + cp deps/iotech-c-utils-1.1-branch/include/iot/base64.h deps/iotech-c-utils-1.1-branch/include/iot/component.h deps/iotech-c-utils-1.1-branch/include/iot/config.h deps/iotech-c-utils-1.1-branch/include/iot/container.h deps/iotech-c-utils-1.1-branch/include/iot/data.h deps/iotech-c-utils-1.1-branch/include/iot/hash.h deps/iotech-c-utils-1.1-branch/include/iot/iot.h deps/iotech-c-utils-1.1-branch/include/iot/json.h deps/iotech-c-utils-1.1-branch/include/iot/logger.h deps/iotech-c-utils-1.1-branch/include/iot/os.h deps/iotech-c-utils-1.1-branch/include/iot/scheduler.h deps/iotech-c-utils-1.1-branch/include/iot/thread.h deps/iotech-c-utils-1.1-branch/include/iot/threadpool.h deps/iotech-c-utils-1.1-branch/include/iot/time.h deps/iotech-c-utils-1.1-branch/include/iot/typecode.h include/iot [2020-09-07T13:04:14.529Z] + mkdir -p include/iot/os [2020-09-07T13:04:14.529Z] + cp deps/iotech-c-utils-1.1-branch/include/iot/os/linux.h deps/iotech-c-utils-1.1-branch/include/iot/os/macos.h deps/iotech-c-utils-1.1-branch/include/iot/os/zephyr.h include/iot/os [2020-09-07T13:04:14.529Z] + mkdir -p /tmp/sdk/build/release [2020-09-07T13:04:14.529Z] + cd /tmp/sdk/build/release [2020-09-07T13:04:14.529Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-09-07T13:04:14.791Z] -- The C compiler identification is GNU 8.3.0 [2020-09-07T13:04:14.791Z] -- Check for working C compiler: /usr/bin/cc [2020-09-07T13:04:14.791Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-09-07T13:04:14.791Z] -- Detecting C compiler ABI info [2020-09-07T13:04:14.791Z] -- Detecting C compiler ABI info - done [2020-09-07T13:04:14.791Z] -- Detecting C compile features [2020-09-07T13:04:15.055Z] -- Detecting C compile features - done [2020-09-07T13:04:15.055Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-09-07T13:04:15.055Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-09-07T13:04:15.055Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-09-07T13:04:15.055Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-09-07T13:04:15.055Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-09-07T13:04:15.055Z] -- C SDK 1.3.0-dev.4 for Linux [2020-09-07T13:04:15.055Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-09-07T13:04:15.319Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-09-07T13:04:15.319Z] -- Found Curses: /usr/lib/libcurses.so [2020-09-07T13:04:15.319Z] -- Configuring done [2020-09-07T13:04:15.319Z] -- Generating done [2020-09-07T13:04:15.319Z] -- Build files have been written to: /tmp/sdk/build/release [2020-09-07T13:04:15.319Z] + make [2020-09-07T13:04:15.319Z] + tee release.log [2020-09-07T13:04:15.319Z] Scanning dependencies of target csdk [2020-09-07T13:04:15.581Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-09-07T13:04:15.581Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-09-07T13:04:15.842Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-09-07T13:04:16.105Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-09-07T13:04:16.354Z] 37ed683be191: Pull complete [2020-09-07T13:04:16.354Z] Digest: sha256:f3a502aba7c4a8aa4a4fcde21dbb9db33787f3779e80dd14fb3ea60ab67de23f [2020-09-07T13:04:16.354Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest [2020-09-07T13:04:16.354Z] ---> b23d30803547 [2020-09-07T13:04:16.354Z] Step 3/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev [2020-09-07T13:04:16.366Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-09-07T13:04:16.366Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-09-07T13:04:16.626Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-09-07T13:04:16.951Z] ---> Running in b36a0f531749 [2020-09-07T13:04:17.199Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-09-07T13:04:17.462Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-09-07T13:04:17.462Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-09-07T13:04:17.724Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-09-07T13:04:17.724Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-09-07T13:04:17.724Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-09-07T13:04:17.985Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-09-07T13:04:18.381Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-09-07T13:04:18.930Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-09-07T13:04:18.930Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-09-07T13:04:18.930Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-09-07T13:04:19.197Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-09-07T13:04:19.197Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-09-07T13:04:19.353Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-09-07T13:04:19.624Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-09-07T13:04:19.625Z] (2/8) Installing libuuid (2.33-r0) [2020-09-07T13:04:19.625Z] (3/8) Installing libblkid (2.33-r0) [2020-09-07T13:04:19.773Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-09-07T13:04:19.902Z] (4/8) Installing libfdisk (2.33-r0) [2020-09-07T13:04:19.902Z] (5/8) Installing libmount (2.33-r0) [2020-09-07T13:04:19.902Z] (6/8) Installing libsmartcols (2.33-r0) [2020-09-07T13:04:20.035Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-09-07T13:04:20.035Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-09-07T13:04:20.035Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-09-07T13:04:20.173Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-09-07T13:04:20.297Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-09-07T13:04:20.297Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-09-07T13:04:20.448Z] (8/8) Installing wget (1.20.3-r0) [2020-09-07T13:04:20.448Z] Executing busybox-1.29.3-r10.trigger [2020-09-07T13:04:20.448Z] OK: 285 MiB in 83 packages [2020-09-07T13:04:20.558Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-09-07T13:04:20.558Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-09-07T13:04:20.821Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-09-07T13:04:20.821Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-09-07T13:04:21.083Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-09-07T13:04:21.344Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-09-07T13:04:21.344Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-09-07T13:04:21.882Z] Removing intermediate container b36a0f531749 [2020-09-07T13:04:21.882Z] ---> 9d5835cf0a0d [2020-09-07T13:04:21.882Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-09-07T13:04:22.153Z] ---> Running in 72c773e54f71 [2020-09-07T13:04:22.287Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-09-07T13:04:22.425Z] Removing intermediate container 72c773e54f71 [2020-09-07T13:04:22.425Z] ---> 844ce6cecc0a [2020-09-07T13:04:22.425Z] Step 5/21 : RUN mkdir /tmp/cbor && cd /tmp/cbor && wget -O - https://github.com/PJK/libcbor/archive/v${CBOR_VERSION}.tar.gz | tar -z -x -f - && sed -e 's/-flto//' -i libcbor-${CBOR_VERSION}/CMakeLists.txt && cmake -DCMAKE_BUILD_TYPE=Release -DCBOR_CUSTOM_ALLOC=ON libcbor-${CBOR_VERSION} && make && make install [2020-09-07T13:04:22.550Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-09-07T13:04:22.550Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-09-07T13:04:22.712Z] ---> Running in efce7f95dc9d [2020-09-07T13:04:22.811Z] [ 59%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-09-07T13:04:23.072Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-09-07T13:04:23.334Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-09-07T13:04:23.909Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-09-07T13:04:24.142Z] --2020-09-07 13:04:23-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-09-07T13:04:24.142Z] Resolving github.com... 140.82.112.4 [2020-09-07T13:04:24.142Z] Connecting to github.com|140.82.112.4|:443... connected. [2020-09-07T13:04:24.413Z] HTTP request sent, awaiting response... 302 Found [2020-09-07T13:04:24.413Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-09-07T13:04:24.413Z] --2020-09-07 13:04:24-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-09-07T13:04:24.413Z] Resolving codeload.github.com... 140.82.112.9 [2020-09-07T13:04:24.413Z] Connecting to codeload.github.com|140.82.112.9|:443... connected. [2020-09-07T13:04:24.413Z] HTTP request sent, awaiting response... 200 OK [2020-09-07T13:04:24.413Z] Length: unspecified [application/x-gzip] [2020-09-07T13:04:24.413Z] Saving to: 'STDOUT' [2020-09-07T13:04:24.413Z]  [2020-09-07T13:04:24.687Z] 0K .......... .......... .......... .......... .......... 1.23M [2020-09-07T13:04:24.687Z] 50K .......... .......... .......... .......... .......... 2.35M [2020-09-07T13:04:24.688Z] 100K .......... .......... .......... .......... .......... 15.1M [2020-09-07T13:04:24.688Z] 150K .......... .......... .......... .......... .......... 3.32M [2020-09-07T13:04:24.688Z] 200K .......... .......... .......... .......... .......... 10.9M [2020-09-07T13:04:24.688Z] 250K .......... .......... .......... .......... .......... 3.37M [2020-09-07T13:04:24.688Z] 300K .......... .......... .......... .......... .......... 4.08M [2020-09-07T13:04:24.688Z] 350K .......... .......... .......... .......... .......... 4.68M [2020-09-07T13:04:24.688Z] 400K .......... .......... .......... .......... .......... 3.96M [2020-09-07T13:04:24.688Z] 450K .......... .......... .......... .......... .......... 8.97M [2020-09-07T13:04:24.688Z] 500K .......... .......... .......... .......... .......... 5.48M [2020-09-07T13:04:24.688Z] 550K .......... .......... .......... .......... .......... 5.66M [2020-09-07T13:04:24.688Z] 600K .......... .......... .......... .......... .......... 759K [2020-09-07T13:04:24.688Z] 650K .......... .......... .......... .......... .......... 3.54M [2020-09-07T13:04:24.688Z] 700K .. 4746G=0.2s [2020-09-07T13:04:24.688Z] [2020-09-07T13:04:24.688Z] 2020-09-07 13:04:24 (2.92 MB/s) - written to stdout [719348] [2020-09-07T13:04:24.688Z] [2020-09-07T13:04:24.857Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-09-07T13:04:24.857Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-09-07T13:04:24.958Z] -- The C compiler identification is GNU 8.3.0 [2020-09-07T13:04:25.119Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-09-07T13:04:25.232Z] -- The CXX compiler identification is GNU 8.3.0 [2020-09-07T13:04:25.232Z] -- Check for working C compiler: /usr/bin/cc [2020-09-07T13:04:25.385Z] [ 70%] Linking C shared library libcsdk.so [2020-09-07T13:04:25.385Z] [ 70%] Built target csdk [2020-09-07T13:04:25.385Z] Scanning dependencies of target template [2020-09-07T13:04:25.385Z] [ 72%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-09-07T13:04:25.507Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-09-07T13:04:25.507Z] -- Detecting C compiler ABI info [2020-09-07T13:04:25.646Z] [ 73%] Linking C executable template [2020-09-07T13:04:25.646Z] [ 73%] Built target template [2020-09-07T13:04:25.646Z] Scanning dependencies of target device-counter [2020-09-07T13:04:25.646Z] [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-09-07T13:04:25.777Z] -- Detecting C compiler ABI info - done [2020-09-07T13:04:25.777Z] -- Detecting C compile features [2020-09-07T13:04:25.908Z] [ 77%] Linking C executable device-counter [2020-09-07T13:04:25.908Z] [ 77%] Built target device-counter [2020-09-07T13:04:25.908Z] Scanning dependencies of target device-random [2020-09-07T13:04:25.908Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-09-07T13:04:25.908Z] [ 80%] Linking C executable device-random [2020-09-07T13:04:26.170Z] [ 80%] Built target device-random [2020-09-07T13:04:26.170Z] Scanning dependencies of target device-gyro [2020-09-07T13:04:26.170Z] [ 81%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-09-07T13:04:26.170Z] [ 83%] Linking C executable device-gyro [2020-09-07T13:04:26.170Z] [ 83%] Built target device-gyro [2020-09-07T13:04:26.170Z] Scanning dependencies of target device-bitfields [2020-09-07T13:04:26.170Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-09-07T13:04:26.382Z] -- Detecting C compile features - done [2020-09-07T13:04:26.432Z] [ 86%] Linking C executable device-bitfields [2020-09-07T13:04:26.432Z] [ 86%] Built target device-bitfields [2020-09-07T13:04:26.432Z] Scanning dependencies of target template-discovery [2020-09-07T13:04:26.432Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-09-07T13:04:26.654Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-09-07T13:04:26.654Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-09-07T13:04:26.654Z] -- Detecting CXX compiler ABI info [2020-09-07T13:04:26.692Z] [ 90%] Linking C executable template-discovery [2020-09-07T13:04:26.692Z] [ 90%] Built target template-discovery [2020-09-07T13:04:26.692Z] Scanning dependencies of target device-file [2020-09-07T13:04:26.692Z] [ 91%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-09-07T13:04:26.925Z] -- Detecting CXX compiler ABI info - done [2020-09-07T13:04:26.925Z] -- Detecting CXX compile features [2020-09-07T13:04:26.953Z] [ 93%] Linking C executable device-file [2020-09-07T13:04:26.953Z] [ 93%] Built target device-file [2020-09-07T13:04:26.953Z] Scanning dependencies of target device-terminal [2020-09-07T13:04:26.953Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-09-07T13:04:27.213Z] [ 96%] Linking C executable device-terminal [2020-09-07T13:04:27.213Z] [ 96%] Built target device-terminal [2020-09-07T13:04:27.213Z] Scanning dependencies of target templatev1 [2020-09-07T13:04:27.213Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-09-07T13:04:27.476Z] [100%] Linking C executable templatev1 [2020-09-07T13:04:27.476Z] [100%] Built target templatev1 [2020-09-07T13:04:27.476Z] + make package [2020-09-07T13:04:27.476Z] + tee -a release.log [2020-09-07T13:04:27.476Z] [ 70%] Built target csdk [2020-09-07T13:04:27.476Z] [ 73%] Built target template [2020-09-07T13:04:27.476Z] [ 77%] Built target device-counter [2020-09-07T13:04:27.476Z] [ 80%] Built target device-random [2020-09-07T13:04:27.739Z] [ 83%] Built target device-gyro [2020-09-07T13:04:27.739Z] [ 86%] Built target device-bitfields [2020-09-07T13:04:27.739Z] [ 90%] Built target template-discovery [2020-09-07T13:04:27.739Z] [ 93%] Built target device-file [2020-09-07T13:04:27.739Z] [ 96%] Built target device-terminal [2020-09-07T13:04:27.739Z] [100%] Built target templatev1 [2020-09-07T13:04:27.739Z] Run CPack packaging tool... [2020-09-07T13:04:27.739Z] CPack: Create package using TGZ [2020-09-07T13:04:27.739Z] CPack: Install projects [2020-09-07T13:04:27.739Z] CPack: - Run preinstall target for: Csdk [2020-09-07T13:04:28.001Z] CPack: - Install project: Csdk [2020-09-07T13:04:28.001Z] CPack: Create package [2020-09-07T13:04:28.001Z] CPack: - package: /tmp/sdk/build/release/csdk-1.3.0-dev.4.tar.gz generated. [2020-09-07T13:04:28.001Z] + '[' false '=' true ] [2020-09-07T13:04:28.001Z] + '[' false '=' true ] [2020-09-07T13:04:28.001Z] + mkdir -p /tmp/sdk/build/debug [2020-09-07T13:04:28.001Z] + cd /tmp/sdk/build/debug [2020-09-07T13:04:28.001Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-09-07T13:04:28.001Z] -- The C compiler identification is GNU 8.3.0 [2020-09-07T13:04:28.262Z] -- Check for working C compiler: /usr/bin/cc [2020-09-07T13:04:28.263Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-09-07T13:04:28.263Z] -- Detecting C compiler ABI info [2020-09-07T13:04:28.263Z] -- Detecting C compiler ABI info - done [2020-09-07T13:04:28.263Z] -- Detecting C compile features [2020-09-07T13:04:28.350Z] -- Detecting CXX compile features - done [2020-09-07T13:04:28.350Z] -- Looking for include file endian.h [2020-09-07T13:04:28.524Z] -- Detecting C compile features - done [2020-09-07T13:04:28.524Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-09-07T13:04:28.524Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-09-07T13:04:28.524Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-09-07T13:04:28.524Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-09-07T13:04:28.524Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-09-07T13:04:28.524Z] -- C SDK 1.3.0-dev.4 for Linux [2020-09-07T13:04:28.524Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-09-07T13:04:28.524Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-09-07T13:04:28.524Z] -- Found Curses: /usr/lib/libcurses.so [2020-09-07T13:04:28.621Z] -- Looking for include file endian.h - found [2020-09-07T13:04:28.621Z] -- Check if the system is big endian [2020-09-07T13:04:28.621Z] -- Searching 16 bit integer [2020-09-07T13:04:28.621Z] -- Looking for sys/types.h [2020-09-07T13:04:28.785Z] -- Configuring done [2020-09-07T13:04:28.785Z] -- Generating done [2020-09-07T13:04:28.785Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-09-07T13:04:28.785Z] + make [2020-09-07T13:04:28.785Z] + tee debug.log [2020-09-07T13:04:28.785Z] Scanning dependencies of target csdk [2020-09-07T13:04:28.785Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-09-07T13:04:28.892Z] -- Looking for sys/types.h - found [2020-09-07T13:04:28.892Z] -- Looking for stdint.h [2020-09-07T13:04:29.047Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-09-07T13:04:29.047Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-09-07T13:04:29.165Z] -- Looking for stdint.h - found [2020-09-07T13:04:29.165Z] -- Looking for stddef.h [2020-09-07T13:04:29.308Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-09-07T13:04:29.308Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-09-07T13:04:29.308Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-09-07T13:04:29.439Z] -- Looking for stddef.h - found [2020-09-07T13:04:29.440Z] -- Check size of unsigned short [2020-09-07T13:04:29.570Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-09-07T13:04:29.570Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-09-07T13:04:29.714Z] -- Check size of unsigned short - done [2020-09-07T13:04:29.714Z] -- Using unsigned short [2020-09-07T13:04:29.714Z] -- Check if the system is big endian - little endian [2020-09-07T13:04:29.831Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-09-07T13:04:29.831Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-09-07T13:04:29.831Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-09-07T13:04:29.987Z] -- Check size of size_t [2020-09-07T13:04:30.093Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-09-07T13:04:30.093Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-09-07T13:04:30.093Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-09-07T13:04:30.258Z] -- Check size of size_t - done [2020-09-07T13:04:30.258Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-09-07T13:04:30.258Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-09-07T13:04:30.258Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-09-07T13:04:30.258Z] CMake did not find one. [2020-09-07T13:04:30.258Z] [2020-09-07T13:04:30.258Z] Could not find a package configuration file provided by "cJSON" with any of [2020-09-07T13:04:30.258Z] the following names: [2020-09-07T13:04:30.258Z] [2020-09-07T13:04:30.258Z] cJSONConfig.cmake [2020-09-07T13:04:30.258Z] cjson-config.cmake [2020-09-07T13:04:30.258Z] [2020-09-07T13:04:30.258Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-09-07T13:04:30.258Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-09-07T13:04:30.258Z] provides a separate development package or SDK, be sure it has been [2020-09-07T13:04:30.258Z] installed. [2020-09-07T13:04:30.258Z] [2020-09-07T13:04:30.258Z] [2020-09-07T13:04:30.258Z] -- Configuring done [2020-09-07T13:04:30.258Z] -- Generating done [2020-09-07T13:04:30.354Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-09-07T13:04:30.355Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-09-07T13:04:30.532Z] -- Build files have been written to: /tmp/cbor [2020-09-07T13:04:30.532Z] Scanning dependencies of target cbor_shared [2020-09-07T13:04:30.532Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-09-07T13:04:30.618Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-09-07T13:04:30.618Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-09-07T13:04:30.618Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-09-07T13:04:30.881Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-09-07T13:04:30.881Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-09-07T13:04:30.881Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-09-07T13:04:31.142Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-09-07T13:04:31.142Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-09-07T13:04:31.142Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-09-07T13:04:31.142Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-09-07T13:04:31.403Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-09-07T13:04:31.403Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-09-07T13:04:31.403Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-09-07T13:04:31.403Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-09-07T13:04:31.507Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-09-07T13:04:31.665Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-09-07T13:04:31.665Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-09-07T13:04:31.781Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-09-07T13:04:31.927Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-09-07T13:04:32.055Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-09-07T13:04:32.188Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-09-07T13:04:32.188Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-09-07T13:04:32.188Z] [ 59%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-09-07T13:04:32.188Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-09-07T13:04:32.449Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-09-07T13:04:32.646Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-09-07T13:04:32.713Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-09-07T13:04:32.924Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-09-07T13:04:32.924Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-09-07T13:04:32.975Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-09-07T13:04:32.975Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-09-07T13:04:33.194Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-09-07T13:04:33.240Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-09-07T13:04:33.240Z] [ 70%] Linking C shared library libcsdk.so [2020-09-07T13:04:33.240Z] [ 70%] Built target csdk [2020-09-07T13:04:33.240Z] Scanning dependencies of target template [2020-09-07T13:04:33.240Z] [ 72%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-09-07T13:04:33.240Z] [ 73%] Linking C executable template [2020-09-07T13:04:33.466Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-09-07T13:04:33.501Z] [ 73%] Built target template [2020-09-07T13:04:33.501Z] Scanning dependencies of target device-counter [2020-09-07T13:04:33.501Z] [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-09-07T13:04:33.501Z] [ 77%] Linking C executable device-counter [2020-09-07T13:04:33.501Z] [ 77%] Built target device-counter [2020-09-07T13:04:33.501Z] Scanning dependencies of target device-random [2020-09-07T13:04:33.501Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-09-07T13:04:33.740Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-09-07T13:04:33.761Z] [ 80%] Linking C executable device-random [2020-09-07T13:04:33.761Z] [ 80%] Built target device-random [2020-09-07T13:04:33.761Z] Scanning dependencies of target device-gyro [2020-09-07T13:04:33.761Z] [ 81%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-09-07T13:04:33.761Z] [ 83%] Linking C executable device-gyro [2020-09-07T13:04:34.022Z] [ 83%] Built target device-gyro [2020-09-07T13:04:34.022Z] Scanning dependencies of target device-bitfields [2020-09-07T13:04:34.022Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-09-07T13:04:34.022Z] [ 86%] Linking C executable device-bitfields [2020-09-07T13:04:34.022Z] [ 86%] Built target device-bitfields [2020-09-07T13:04:34.022Z] Scanning dependencies of target template-discovery [2020-09-07T13:04:34.022Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-09-07T13:04:34.282Z] [ 90%] Linking C executable template-discovery [2020-09-07T13:04:34.282Z] [ 90%] Built target template-discovery [2020-09-07T13:04:34.282Z] Scanning dependencies of target device-file [2020-09-07T13:04:34.282Z] [ 91%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-09-07T13:04:34.282Z] [ 93%] Linking C executable device-file [2020-09-07T13:04:34.332Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-09-07T13:04:34.544Z] [ 93%] Built target device-file [2020-09-07T13:04:34.544Z] Scanning dependencies of target device-terminal [2020-09-07T13:04:34.544Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-09-07T13:04:34.544Z] [ 96%] Linking C executable device-terminal [2020-09-07T13:04:34.544Z] [ 96%] Built target device-terminal [2020-09-07T13:04:34.544Z] Scanning dependencies of target templatev1 [2020-09-07T13:04:34.544Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-09-07T13:04:34.603Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-09-07T13:04:34.806Z] [100%] Linking C executable templatev1 [2020-09-07T13:04:34.806Z] [100%] Built target templatev1 [2020-09-07T13:04:34.806Z] make: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:04:34.806Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:04:34.806Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:04:34.806Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:04:34.806Z] [ 70%] Built target csdk [2020-09-07T13:04:34.806Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:04:34.806Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:04:34.806Z] [ 73%] Built target template [2020-09-07T13:04:34.806Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:04:34.806Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:04:34.806Z] [ 77%] Built target device-counter [2020-09-07T13:04:34.806Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:04:34.806Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:04:34.806Z] [ 80%] Built target device-random [2020-09-07T13:04:34.806Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:04:34.806Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:04:34.806Z] [ 83%] Built target device-gyro [2020-09-07T13:04:34.806Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:04:34.806Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:04:34.806Z] [ 86%] Built target device-bitfields [2020-09-07T13:04:34.806Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:04:34.806Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:04:34.806Z] [ 90%] Built target template-discovery [2020-09-07T13:04:34.806Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:04:34.806Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:04:34.806Z] [ 93%] Built target device-file [2020-09-07T13:04:34.878Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-09-07T13:04:35.070Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:04:35.070Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:04:35.070Z] [ 96%] Built target device-terminal [2020-09-07T13:04:35.070Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:04:35.070Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:04:35.070Z] [100%] Built target templatev1 [2020-09-07T13:04:35.070Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:04:35.070Z] Install the project... [2020-09-07T13:04:35.070Z] -- Install configuration: "Release" [2020-09-07T13:04:35.070Z] -- Installing: /usr/local/lib/libcsdk.so [2020-09-07T13:04:35.070Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-09-07T13:04:35.070Z] -- Up-to-date: /usr/local/include [2020-09-07T13:04:35.070Z] -- Installing: /usr/local/include/devsdk [2020-09-07T13:04:35.070Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-09-07T13:04:35.070Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-09-07T13:04:35.070Z] -- Installing: /usr/local/include/edgex [2020-09-07T13:04:35.070Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-09-07T13:04:35.070Z] -- Installing: /usr/local/include/edgex/devices.h [2020-09-07T13:04:35.070Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-09-07T13:04:35.070Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-09-07T13:04:35.070Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-09-07T13:04:35.070Z] -- Installing: /usr/local/include/edgex/error.h [2020-09-07T13:04:35.070Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-09-07T13:04:35.070Z] -- Installing: /usr/local/include/edgex/os.h [2020-09-07T13:04:35.070Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-09-07T13:04:35.070Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-09-07T13:04:35.070Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-09-07T13:04:35.070Z] -- Installing: /usr/local/include/iot [2020-09-07T13:04:35.070Z] -- Installing: /usr/local/include/iot/base64.h [2020-09-07T13:04:35.070Z] -- Installing: /usr/local/include/iot/component.h [2020-09-07T13:04:35.070Z] -- Installing: /usr/local/include/iot/config.h [2020-09-07T13:04:35.070Z] -- Installing: /usr/local/include/iot/container.h [2020-09-07T13:04:35.070Z] -- Installing: /usr/local/include/iot/data.h [2020-09-07T13:04:35.070Z] -- Installing: /usr/local/include/iot/hash.h [2020-09-07T13:04:35.070Z] -- Installing: /usr/local/include/iot/iot.h [2020-09-07T13:04:35.070Z] -- Installing: /usr/local/include/iot/json.h [2020-09-07T13:04:35.070Z] -- Installing: /usr/local/include/iot/logger.h [2020-09-07T13:04:35.070Z] -- Installing: /usr/local/include/iot/os.h [2020-09-07T13:04:35.070Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-09-07T13:04:35.070Z] -- Installing: /usr/local/include/iot/thread.h [2020-09-07T13:04:35.070Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-09-07T13:04:35.070Z] -- Installing: /usr/local/include/iot/time.h [2020-09-07T13:04:35.070Z] -- Installing: /usr/local/include/iot/typecode.h [2020-09-07T13:04:35.070Z] -- Installing: /usr/local/include/iot/os [2020-09-07T13:04:35.070Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-09-07T13:04:35.070Z] -- Installing: /usr/local/include/iot/os/macos.h [2020-09-07T13:04:35.070Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-09-07T13:04:35.070Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-09-07T13:04:35.070Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-09-07T13:04:35.070Z] make: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:04:35.148Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-09-07T13:04:35.423Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-09-07T13:04:35.699Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-09-07T13:04:35.971Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-09-07T13:04:36.245Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-09-07T13:04:36.518Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-09-07T13:04:36.791Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-09-07T13:04:36.791Z] [ 40%] Linking C shared library libcbor.so [2020-09-07T13:04:37.065Z] [ 40%] Built target cbor_shared [2020-09-07T13:04:37.065Z] Scanning dependencies of target cbor [2020-09-07T13:04:37.065Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-09-07T13:04:37.648Z] Removing intermediate container 93d2379a1a70 [2020-09-07T13:04:37.648Z] ---> 94c9a88f9aca [2020-09-07T13:04:37.648Z] Step 14/21 : FROM ${BASE} [2020-09-07T13:04:37.648Z] ---> 5eabd8fd8ba2 [2020-09-07T13:04:37.648Z] Step 15/21 : MAINTAINER IOTech [2020-09-07T13:04:37.648Z] ---> Running in 78b67dc0c01c [2020-09-07T13:04:37.648Z] Removing intermediate container 78b67dc0c01c [2020-09-07T13:04:37.648Z] ---> a1871c109f23 [2020-09-07T13:04:37.648Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-09-07T13:04:37.648Z] ---> Running in ec16c4be84fa [2020-09-07T13:04:38.042Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-09-07T13:04:38.223Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-09-07T13:04:38.314Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-09-07T13:04:38.587Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-09-07T13:04:38.797Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-09-07T13:04:39.057Z] (1/3) Installing curl (7.64.0-r3) [2020-09-07T13:04:39.322Z] (2/3) Installing libuuid (2.33-r0) [2020-09-07T13:04:39.322Z] (3/3) Installing wget (1.20.3-r0) [2020-09-07T13:04:39.322Z] Executing busybox-1.29.3-r10.trigger [2020-09-07T13:04:39.322Z] OK: 268 MiB in 78 packages [2020-09-07T13:04:39.560Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-09-07T13:04:39.830Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-09-07T13:04:39.897Z] Removing intermediate container ec16c4be84fa [2020-09-07T13:04:39.897Z] ---> 76b4e02069bc [2020-09-07T13:04:39.897Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-09-07T13:04:40.104Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-09-07T13:04:40.158Z] ---> bb4caee9b48f [2020-09-07T13:04:40.158Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-09-07T13:04:40.375Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-09-07T13:04:40.376Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-09-07T13:04:40.423Z] ---> 2bd7299c6727 [2020-09-07T13:04:40.423Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-09-07T13:04:40.685Z] ---> ca8974c1966e [2020-09-07T13:04:40.685Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-09-07T13:04:40.947Z] ---> 7aac0d448438 [2020-09-07T13:04:40.947Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-09-07T13:04:40.947Z] ---> 16f684f89a1c [2020-09-07T13:04:40.968Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-09-07T13:04:41.209Z] Successfully built 16f684f89a1c [2020-09-07T13:04:41.209Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-07T13:04:41.560Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-09-07T13:04:41.834Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-09-07T13:04:41.839Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-07T13:04:41.839Z] . [Pipeline] withDockerContainer [2020-09-07T13:04:42.084Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-09-07T13:04:42.102Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-09-07T13:04:42.150Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/40 -v /w/workspace/device-sdk-c/40:/w/workspace/device-sdk-c/40:rw,z -v /w/workspace/device-sdk-c/40@tmp:/w/workspace/device-sdk-c/40@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-07T13:04:42.394Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-09-07T13:04:42.665Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-09-07T13:04:42.936Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-09-07T13:04:43.094Z] $ docker top f950dbcd5a26a89f02f283235c7aafe7324672b0cd61aa2c038426c01d023c1a -eo pid,comm [2020-09-07T13:04:43.206Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [Pipeline] { [Pipeline] sh [2020-09-07T13:04:43.479Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-09-07T13:04:43.591Z] + make test [2020-09-07T13:04:43.591Z] echo "make test" [2020-09-07T13:04:43.591Z] make test [Pipeline] } [2020-09-07T13:04:43.608Z] $ docker stop --time=1 f950dbcd5a26a89f02f283235c7aafe7324672b0cd61aa2c038426c01d023c1a [2020-09-07T13:04:43.753Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-09-07T13:04:44.025Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-09-07T13:04:44.025Z] [ 80%] Linking C static library libcbor.a [2020-09-07T13:04:44.298Z] [ 80%] Built target cbor [2020-09-07T13:04:44.298Z] Scanning dependencies of target create_items [2020-09-07T13:04:44.298Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-09-07T13:04:44.298Z] [ 84%] Linking C executable create_items [2020-09-07T13:04:44.567Z] [ 84%] Built target create_items [2020-09-07T13:04:44.567Z] Scanning dependencies of target readfile [2020-09-07T13:04:44.567Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-09-07T13:04:44.839Z] [ 88%] Linking C executable readfile [2020-09-07T13:04:44.839Z] [ 88%] Built target readfile [2020-09-07T13:04:44.839Z] Scanning dependencies of target streaming_parser [2020-09-07T13:04:44.839Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-09-07T13:04:44.961Z] $ docker rm -f f950dbcd5a26a89f02f283235c7aafe7324672b0cd61aa2c038426c01d023c1a [2020-09-07T13:04:45.131Z] [ 92%] Linking C executable streaming_parser [2020-09-07T13:04:45.131Z] [ 92%] Built target streaming_parser [2020-09-07T13:04:45.131Z] Scanning dependencies of target sort [2020-09-07T13:04:45.131Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2020-09-07T13:04:45.402Z] [ 96%] Linking C executable sort [2020-09-07T13:04:45.402Z] [ 96%] Built target sort [2020-09-07T13:04:45.402Z] Scanning dependencies of target hello [2020-09-07T13:04:45.402Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [Pipeline] script [Pipeline] { [2020-09-07T13:04:45.678Z] [100%] Linking C executable hello [2020-09-07T13:04:45.678Z] [100%] Built target hello [2020-09-07T13:04:45.678Z] Install the project... [2020-09-07T13:04:45.678Z] -- Install configuration: "Release" [2020-09-07T13:04:45.678Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-09-07T13:04:45.678Z] -- Installing: /usr/local/lib64/libcbor.a [2020-09-07T13:04:45.678Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-09-07T13:04:45.678Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-09-07T13:04:45.678Z] -- Installing: /usr/local/lib64/libcbor.so [2020-09-07T13:04:45.678Z] -- Up-to-date: /usr/local/include/cbor [2020-09-07T13:04:45.678Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-09-07T13:04:45.678Z] -- Installing: /usr/local/include/cbor/ints.h [2020-09-07T13:04:45.678Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-09-07T13:04:45.678Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-09-07T13:04:45.678Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-09-07T13:04:45.678Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-09-07T13:04:45.678Z] -- Installing: /usr/local/include/cbor/data.h [2020-09-07T13:04:45.678Z] -- Installing: /usr/local/include/cbor/common.h [2020-09-07T13:04:45.678Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-09-07T13:04:45.678Z] -- Installing: /usr/local/include/cbor/strings.h [2020-09-07T13:04:45.678Z] -- Installing: /usr/local/include/cbor/tags.h [2020-09-07T13:04:45.678Z] -- Installing: /usr/local/include/cbor/internal [2020-09-07T13:04:45.678Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-09-07T13:04:45.678Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-09-07T13:04:45.678Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-09-07T13:04:45.678Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-09-07T13:04:45.678Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-09-07T13:04:45.678Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-09-07T13:04:45.678Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-09-07T13:04:45.678Z] -- Installing: /usr/local/include/cbor/maps.h [2020-09-07T13:04:45.678Z] -- Installing: /usr/local/include/cbor.h [2020-09-07T13:04:45.678Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [Pipeline] sh [2020-09-07T13:04:46.208Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-07T13:04:46.505Z] + ls -al . [2020-09-07T13:04:46.505Z] total 160 [2020-09-07T13:04:46.505Z] drwxrwxr-x. 9 jenkins jenkins 275 Sep 7 13:03 . [2020-09-07T13:04:46.505Z] drwxrwxr-x. 4 jenkins jenkins 30 Sep 7 13:03 .. [2020-09-07T13:04:46.505Z] -rw-rw-r--. 1 jenkins jenkins 3104 Sep 7 13:03 Attribution.txt [2020-09-07T13:04:46.505Z] -rw-rw-r--. 1 jenkins jenkins 5923 Sep 7 13:03 CHANGES [2020-09-07T13:04:46.505Z] drwxrwxr-x. 2 jenkins jenkins 144 Sep 7 13:03 docs [2020-09-07T13:04:46.505Z] -rw-rw-r--. 1 jenkins jenkins 108574 Sep 7 13:03 Doxyfile [2020-09-07T13:04:46.505Z] drwxrwxr-x. 8 jenkins jenkins 162 Sep 7 13:03 .git [2020-09-07T13:04:46.505Z] drwxrwxr-x. 2 jenkins jenkins 38 Sep 7 13:03 .github [2020-09-07T13:04:46.505Z] -rw-rw-r--. 1 jenkins jenkins 176 Sep 7 13:03 .gitignore [2020-09-07T13:04:46.505Z] drwxrwxr-x. 4 jenkins jenkins 33 Sep 7 13:03 include [2020-09-07T13:04:46.505Z] -rw-rw-r--. 1 jenkins jenkins 794 Sep 7 13:03 Jenkinsfile [2020-09-07T13:04:46.505Z] -rw-rw-r--. 1 jenkins jenkins 10174 Sep 7 13:03 LICENSE [2020-09-07T13:04:46.505Z] -rw-rw-r--. 1 jenkins jenkins 449 Sep 7 13:03 Makefile [2020-09-07T13:04:46.505Z] -rw-rw-r--. 1 jenkins jenkins 2697 Sep 7 13:03 README.md [2020-09-07T13:04:46.505Z] -rw-rw-r--. 1 jenkins jenkins 5977 Sep 7 13:03 README.v2.md [2020-09-07T13:04:46.505Z] drwxrwxr-x. 2 jenkins jenkins 108 Sep 7 13:03 scripts [2020-09-07T13:04:46.505Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 7 13:03 .semver [2020-09-07T13:04:46.505Z] drwxrwxr-x. 4 jenkins jenkins 50 Sep 7 13:03 src [2020-09-07T13:04:46.505Z] -rw-rw-r--. 1 jenkins jenkins 11 Sep 7 13:01 VERSION [Pipeline] isUnix [Pipeline] sh [2020-09-07T13:04:46.813Z] + 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=b589ce38ee62beed65a1f4f98577478a01ff9483 --label arch=amd64 --label version=1.3.0-dev.4 . [2020-09-07T13:04:46.813Z] Sending build context to Docker daemon 3.48MB [2020-09-07T13:04:46.813Z] Step 1/15 : ARG BASE=alpine:3.11 [2020-09-07T13:04:46.813Z] Step 2/15 : FROM ${BASE} [2020-09-07T13:04:46.813Z] ---> 16f684f89a1c [2020-09-07T13:04:46.813Z] Step 3/15 : MAINTAINER IOTech [2020-09-07T13:04:47.661Z] Removing intermediate container efce7f95dc9d [2020-09-07T13:04:47.661Z] ---> b11f2409c96e [2020-09-07T13:04:47.661Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-09-07T13:04:47.757Z] ---> Running in f4790635df44 [2020-09-07T13:04:47.757Z] Removing intermediate container f4790635df44 [2020-09-07T13:04:47.757Z] ---> c9f5501f8942 [2020-09-07T13:04:47.757Z] Step 4/15 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev && mkdir -p /edgex-c-sdk/build [2020-09-07T13:04:47.757Z] ---> Running in bf41a279631e [2020-09-07T13:04:47.937Z] ---> Running in 2317e6c1a6a0 [2020-09-07T13:04:48.332Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-09-07T13:04:49.279Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-09-07T13:04:50.227Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2020-09-07T13:04:50.227Z] (2/6) Installing libblkid (2.33-r0) [2020-09-07T13:04:50.489Z] (3/6) Installing libfdisk (2.33-r0) [2020-09-07T13:04:50.553Z] Removing intermediate container 2317e6c1a6a0 [2020-09-07T13:04:50.553Z] ---> 08a1f5a4899e [2020-09-07T13:04:50.553Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-09-07T13:04:50.750Z] (4/6) Installing libmount (2.33-r0) [2020-09-07T13:04:51.012Z] (5/6) Installing libsmartcols (2.33-r0) [2020-09-07T13:04:51.144Z] ---> 2f9b5c79489e [2020-09-07T13:04:51.144Z] Step 8/21 : COPY src /tmp/sdk/src [2020-09-07T13:04:51.273Z] (6/6) Installing util-linux-dev (2.33-r0) [2020-09-07T13:04:52.120Z] ---> c77ac9ec80cf [2020-09-07T13:04:52.120Z] Step 9/21 : COPY include /tmp/sdk/include [2020-09-07T13:04:52.218Z] Executing busybox-1.29.3-r10.trigger [2020-09-07T13:04:52.218Z] OK: 272 MiB in 84 packages [2020-09-07T13:04:52.714Z] ---> 71433d1df994 [2020-09-07T13:04:52.714Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-09-07T13:04:52.792Z] Removing intermediate container bf41a279631e [2020-09-07T13:04:52.792Z] ---> ff68d0dd2c44 [2020-09-07T13:04:52.792Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-09-07T13:04:53.054Z] ---> c62193c1be46 [2020-09-07T13:04:53.054Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-09-07T13:04:53.688Z] ---> 5ba424b76938 [2020-09-07T13:04:53.688Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-09-07T13:04:53.998Z] ---> 18a67b8ff16a [2020-09-07T13:04:53.998Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-09-07T13:04:53.998Z] ---> 7864664720b7 [2020-09-07T13:04:53.998Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-09-07T13:04:54.261Z] ---> 8e5925f88969 [2020-09-07T13:04:54.261Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-09-07T13:04:54.280Z] ---> 290a72634ab5 [2020-09-07T13:04:54.280Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-09-07T13:04:54.525Z] ---> b40b3a068eaa [2020-09-07T13:04:54.525Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-09-07T13:04:54.785Z] ---> fd6e9cd6469a [2020-09-07T13:04:54.785Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-09-07T13:04:54.785Z] ---> Running in 12c26d14cd98 [2020-09-07T13:04:54.870Z] ---> e7ea71109420 [2020-09-07T13:04:54.871Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-09-07T13:04:55.047Z] Removing intermediate container 12c26d14cd98 [2020-09-07T13:04:55.047Z] ---> ab71574bcc45 [2020-09-07T13:04:55.047Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-09-07T13:04:55.047Z] ---> Running in bc297735e76f [2020-09-07T13:04:55.047Z] Removing intermediate container bc297735e76f [2020-09-07T13:04:55.047Z] ---> 8a61cffa9760 [2020-09-07T13:04:55.047Z] Step 13/15 : LABEL arch=amd64 [2020-09-07T13:04:55.144Z] ---> Running in 04f9f1c85118 [2020-09-07T13:04:55.309Z] ---> Running in 94f554bbc324 [2020-09-07T13:04:55.309Z] Removing intermediate container 94f554bbc324 [2020-09-07T13:04:55.309Z] ---> d12ae78edc6a [2020-09-07T13:04:55.309Z] Step 14/15 : LABEL git_sha=b589ce38ee62beed65a1f4f98577478a01ff9483 [2020-09-07T13:04:55.309Z] ---> Running in 3c9f93057398 [2020-09-07T13:04:55.570Z] Removing intermediate container 3c9f93057398 [2020-09-07T13:04:55.570Z] ---> 6e09ec305bdc [2020-09-07T13:04:55.570Z] Step 15/15 : LABEL version=1.3.0-dev.4 [2020-09-07T13:04:55.570Z] ---> Running in 308b2f55220d [2020-09-07T13:04:55.831Z] Removing intermediate container 308b2f55220d [2020-09-07T13:04:55.831Z] ---> 58ae6db5c4bd [2020-09-07T13:04:55.831Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2020-09-07T13:04:55.831Z] Successfully built 58ae6db5c4bd [2020-09-07T13:04:55.831Z] Successfully tagged docker-device-sdk-c:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [2020-09-07T13:04:56.576Z] + CPPCHECK=false [2020-09-07T13:04:56.576Z] + DOCGEN=false [2020-09-07T13:04:56.576Z] + TOMLVER=SDK-0.2 [2020-09-07T13:04:56.576Z] + CUTILVER=1.1-branch [2020-09-07T13:04:56.576Z] + '[' 0 -gt 0 ] [2020-09-07T13:04:56.576Z] + readlink -f ./scripts/build.sh [2020-09-07T13:04:56.576Z] + dirname /tmp/sdk/scripts/build.sh [2020-09-07T13:04:56.576Z] + dirname /tmp/sdk/scripts [2020-09-07T13:04:56.576Z] + ROOT=/tmp/sdk [2020-09-07T13:04:56.576Z] + cd /tmp/sdk [2020-09-07T13:04:56.576Z] + '[' '!' -d deps ] [2020-09-07T13:04:56.576Z] + mkdir deps [2020-09-07T13:04:56.576Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-09-07T13:04:56.576Z] + tar -C deps -z -x -f - [2020-09-07T13:04:56.576Z] --2020-09-07 13:04:56-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-09-07T13:04:56.576Z] Resolving github.com... 140.82.113.4 [2020-09-07T13:04:56.576Z] Connecting to github.com|140.82.113.4|:443... connected. [2020-09-07T13:04:56.576Z] HTTP request sent, awaiting response... 302 Found [2020-09-07T13:04:56.576Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-09-07T13:04:56.576Z] --2020-09-07 13:04:56-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-09-07T13:04:56.576Z] Resolving codeload.github.com... 140.82.112.9 [2020-09-07T13:04:56.576Z] Connecting to codeload.github.com|140.82.112.9|:443... connected. [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [2020-09-07T13:04:56.847Z] HTTP request sent, awaiting response... 200 OK [2020-09-07T13:04:56.847Z] Length: unspecified [application/x-gzip] [2020-09-07T13:04:56.847Z] Saving to: 'STDOUT' [2020-09-07T13:04:56.847Z]  [2020-09-07T13:04:56.847Z] 0K .......... ......   924K=0.02s [2020-09-07T13:04:56.847Z] [2020-09-07T13:04:56.847Z] 2020-09-07 13:04:56 (924 KB/s) - written to stdout [16451] [2020-09-07T13:04:56.847Z] [2020-09-07T13:04:56.847Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-09-07T13:04:56.847Z] + + wgettar -O -C - deps https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz -z [2020-09-07T13:04:56.847Z] -x -f - [2020-09-07T13:04:56.847Z] --2020-09-07 13:04:56-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz [2020-09-07T13:04:56.847Z] Resolving github.com... 140.82.113.4 [2020-09-07T13:04:56.847Z] Connecting to github.com|140.82.113.4|:443... connected. [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-07T13:04:57.120Z] HTTP request sent, awaiting response... 302 Found [2020-09-07T13:04:57.120Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch [following] [2020-09-07T13:04:57.120Z] --2020-09-07 13:04:56-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch [2020-09-07T13:04:57.120Z] Resolving codeload.github.com... 140.82.112.9 [2020-09-07T13:04:57.120Z] Connecting to codeload.github.com|140.82.112.9|:443... connected. [2020-09-07T13:04:57.120Z] HTTP request sent, awaiting response... 200 OK [2020-09-07T13:04:57.120Z] Length: unspecified [application/x-gzip] [2020-09-07T13:04:57.120Z] Saving to: 'STDOUT' [2020-09-07T13:04:57.120Z] [2020-09-07T13:04:57.120Z] 0K .......... .......... .......... .......... .......... 1.27M [2020-09-07T13:04:57.120Z] 50K .......... .......... .......... .......... .......... 3.33M [2020-09-07T13:04:57.120Z] 100K .......... .......... .......... .......... .......... 4.74M [2020-09-07T13:04:57.120Z] 150K .......... ......  3.29M=0.07s [2020-09-07T13:04:57.120Z] [2020-09-07T13:04:57.120Z] 2020-09-07 13:04:57 (2.38 MB/s) - written to stdout [170722] [2020-09-07T13:04:57.120Z] [2020-09-07T13:04:57.120Z] + mkdir -p src/c/iot [2020-09-07T13:04:57.120Z] + cp deps/iotech-c-utils-1.1-branch/src/c/base64.c deps/iotech-c-utils-1.1-branch/src/c/component.c deps/iotech-c-utils-1.1-branch/src/c/config.c deps/iotech-c-utils-1.1-branch/src/c/container.c deps/iotech-c-utils-1.1-branch/src/c/data.c deps/iotech-c-utils-1.1-branch/src/c/hash.c deps/iotech-c-utils-1.1-branch/src/c/iot.c deps/iotech-c-utils-1.1-branch/src/c/json.c deps/iotech-c-utils-1.1-branch/src/c/logger.c deps/iotech-c-utils-1.1-branch/src/c/os.c deps/iotech-c-utils-1.1-branch/src/c/scheduler.c deps/iotech-c-utils-1.1-branch/src/c/thread.c deps/iotech-c-utils-1.1-branch/src/c/threadpool.c deps/iotech-c-utils-1.1-branch/src/c/time.c src/c/iot [2020-09-07T13:04:57.397Z] + mkdir -p include/iot [2020-09-07T13:04:57.397Z] + cp deps/iotech-c-utils-1.1-branch/include/iot/base64.h deps/iotech-c-utils-1.1-branch/include/iot/component.h deps/iotech-c-utils-1.1-branch/include/iot/config.h deps/iotech-c-utils-1.1-branch/include/iot/container.h deps/iotech-c-utils-1.1-branch/include/iot/data.h deps/iotech-c-utils-1.1-branch/include/iot/hash.h deps/iotech-c-utils-1.1-branch/include/iot/iot.h deps/iotech-c-utils-1.1-branch/include/iot/json.h deps/iotech-c-utils-1.1-branch/include/iot/logger.h deps/iotech-c-utils-1.1-branch/include/iot/os.h deps/iotech-c-utils-1.1-branch/include/iot/scheduler.h deps/iotech-c-utils-1.1-branch/include/iot/thread.h deps/iotech-c-utils-1.1-branch/include/iot/threadpool.h deps/iotech-c-utils-1.1-branch/include/iot/time.h deps/iotech-c-utils-1.1-branch/include/iot/typecode.h include/iot [2020-09-07T13:04:57.397Z] + mkdir -p include/iot/os [2020-09-07T13:04:57.397Z] + cp deps/iotech-c-utils-1.1-branch/include/iot/os/linux.h deps/iotech-c-utils-1.1-branch/include/iot/os/macos.h deps/iotech-c-utils-1.1-branch/include/iot/os/zephyr.h include/iot/os [2020-09-07T13:04:57.397Z] + mkdir -p /tmp/sdk/build/release [2020-09-07T13:04:57.397Z] + cd /tmp/sdk/build/release [2020-09-07T13:04:57.397Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-09-07T13:04:57.669Z] -- The C compiler identification is GNU 8.3.0 [2020-09-07T13:04:57.670Z] -- Check for working C compiler: /usr/bin/cc [2020-09-07T13:04:57.943Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-09-07T13:04:57.943Z] -- Detecting C compiler ABI info [2020-09-07T13:04:57.943Z] -- Detecting C compiler ABI info - done [2020-09-07T13:04:58.214Z] -- Detecting C compile features [2020-09-07T13:04:58.805Z] -- Detecting C compile features - done [2020-09-07T13:04:58.805Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-09-07T13:04:58.805Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-09-07T13:04:58.805Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-09-07T13:04:58.805Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-09-07T13:04:58.805Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-09-07T13:04:58.805Z] -- C SDK 1.3.0-dev.4 for Linux [2020-09-07T13:04:58.805Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-09-07T13:04:59.077Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-09-07T13:04:59.077Z] -- Found Curses: /usr/lib/libcurses.so [2020-09-07T13:04:59.349Z] -- Configuring done [2020-09-07T13:04:59.620Z] -- Generating done [2020-09-07T13:04:59.620Z] -- Build files have been written to: /tmp/sdk/build/release [2020-09-07T13:04:59.620Z] + make [2020-09-07T13:04:59.620Z] + tee release.log [2020-09-07T13:04:59.620Z] Scanning dependencies of target csdk [2020-09-07T13:04:59.891Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-09-07T13:05:00.482Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-09-07T13:05:00.752Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-09-07T13:05:02.711Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-09-07T13:05:03.302Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-09-07T13:05:03.302Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-09-07T13:05:04.273Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-09-07T13:05:06.885Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-09-07T13:05:06.885Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-09-07T13:05:07.478Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-09-07T13:05:08.067Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-09-07T13:05:08.340Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-09-07T13:05:08.614Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-09-07T13:05:08.614Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-09-07T13:05:12.893Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-09-07T13:05:12.893Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-09-07T13:05:12.893Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-09-07T13:05:13.164Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-09-07T13:05:13.751Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-09-07T13:05:16.347Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-09-07T13:05:16.347Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-09-07T13:05:16.347Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-09-07T13:05:16.939Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-09-07T13:05:17.530Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-09-07T13:05:17.530Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-09-07T13:05:18.500Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-09-07T13:05:18.769Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-09-07T13:05:19.361Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-09-07T13:05:19.631Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-09-07T13:05:19.899Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-09-07T13:05:20.864Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-09-07T13:05:21.134Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-09-07T13:05:25.397Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-09-07T13:05:25.665Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-09-07T13:05:26.251Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-09-07T13:05:26.521Z] [ 59%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-09-07T13:05:27.108Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-09-07T13:05:28.533Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-09-07T13:05:30.496Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-09-07T13:05:33.983Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-09-07T13:05:34.262Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-09-07T13:05:35.688Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-09-07T13:05:35.959Z] [ 70%] Linking C shared library libcsdk.so [2020-09-07T13:05:36.230Z] [ 70%] Built target csdk [2020-09-07T13:05:36.230Z] Scanning dependencies of target template [2020-09-07T13:05:36.230Z] [ 72%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-09-07T13:05:36.819Z] [ 73%] Linking C executable template [2020-09-07T13:05:37.092Z] [ 73%] Built target template [2020-09-07T13:05:37.092Z] Scanning dependencies of target device-counter [2020-09-07T13:05:37.092Z] [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-09-07T13:05:37.364Z] [ 77%] Linking C executable device-counter [2020-09-07T13:05:37.636Z] [ 77%] Built target device-counter [2020-09-07T13:05:37.636Z] Scanning dependencies of target device-random [2020-09-07T13:05:37.908Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-09-07T13:05:38.178Z] [ 80%] Linking C executable device-random [2020-09-07T13:05:38.449Z] [ 80%] Built target device-random [2020-09-07T13:05:38.449Z] Scanning dependencies of target device-gyro [2020-09-07T13:05:38.449Z] [ 81%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-09-07T13:05:39.042Z] [ 83%] Linking C executable device-gyro [2020-09-07T13:05:39.042Z] [ 83%] Built target device-gyro [2020-09-07T13:05:39.042Z] Scanning dependencies of target device-bitfields [2020-09-07T13:05:39.042Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-09-07T13:05:39.636Z] [ 86%] Linking C executable device-bitfields [2020-09-07T13:05:39.636Z] [ 86%] Built target device-bitfields [2020-09-07T13:05:39.908Z] Scanning dependencies of target template-discovery [2020-09-07T13:05:39.908Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-09-07T13:05:40.500Z] [ 90%] Linking C executable template-discovery [2020-09-07T13:05:40.772Z] [ 90%] Built target template-discovery [2020-09-07T13:05:40.772Z] Scanning dependencies of target device-file [2020-09-07T13:05:40.772Z] [ 91%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-09-07T13:05:41.362Z] [ 93%] Linking C executable device-file [2020-09-07T13:05:41.362Z] [ 93%] Built target device-file [2020-09-07T13:05:41.362Z] Scanning dependencies of target device-terminal [2020-09-07T13:05:41.635Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-09-07T13:05:41.908Z] [ 96%] Linking C executable device-terminal [2020-09-07T13:05:42.180Z] [ 96%] Built target device-terminal [2020-09-07T13:05:42.180Z] Scanning dependencies of target templatev1 [2020-09-07T13:05:42.180Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-09-07T13:05:42.772Z] [100%] Linking C executable templatev1 [2020-09-07T13:05:43.042Z] [100%] Built target templatev1 [2020-09-07T13:05:43.042Z] + make package [2020-09-07T13:05:43.042Z] + tee -a release.log [2020-09-07T13:05:43.313Z] [ 70%] Built target csdk [2020-09-07T13:05:43.313Z] [ 73%] Built target template [2020-09-07T13:05:43.313Z] [ 77%] Built target device-counter [2020-09-07T13:05:43.313Z] [ 80%] Built target device-random [2020-09-07T13:05:43.313Z] [ 83%] Built target device-gyro [2020-09-07T13:05:43.313Z] [ 86%] Built target device-bitfields [2020-09-07T13:05:43.584Z] [ 90%] Built target template-discovery [2020-09-07T13:05:43.584Z] [ 93%] Built target device-file [2020-09-07T13:05:43.584Z] [ 96%] Built target device-terminal [2020-09-07T13:05:43.584Z] [100%] Built target templatev1 [2020-09-07T13:05:43.584Z] Run CPack packaging tool... [2020-09-07T13:05:43.584Z] CPack: Create package using TGZ [2020-09-07T13:05:43.584Z] CPack: Install projects [2020-09-07T13:05:43.584Z] CPack: - Run preinstall target for: Csdk [2020-09-07T13:05:44.175Z] CPack: - Install project: Csdk [2020-09-07T13:05:44.176Z] CPack: Create package [2020-09-07T13:05:44.451Z] CPack: - package: /tmp/sdk/build/release/csdk-1.3.0-dev.4.tar.gz generated. [2020-09-07T13:05:44.451Z] + '[' false '=' true ] [2020-09-07T13:05:44.451Z] + '[' false '=' true ] [2020-09-07T13:05:44.451Z] + mkdir -p /tmp/sdk/build/debug [2020-09-07T13:05:44.451Z] + cd /tmp/sdk/build/debug [2020-09-07T13:05:44.451Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-09-07T13:05:44.723Z] -- The C compiler identification is GNU 8.3.0 [2020-09-07T13:05:44.723Z] -- Check for working C compiler: /usr/bin/cc [2020-09-07T13:05:44.995Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-09-07T13:05:44.995Z] -- Detecting C compiler ABI info [2020-09-07T13:05:45.266Z] -- Detecting C compiler ABI info - done [2020-09-07T13:05:45.266Z] -- Detecting C compile features [2020-09-07T13:05:45.858Z] -- Detecting C compile features - done [2020-09-07T13:05:45.858Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-09-07T13:05:45.858Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-09-07T13:05:45.858Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-09-07T13:05:45.858Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-09-07T13:05:45.858Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-09-07T13:05:45.858Z] -- C SDK 1.3.0-dev.4 for Linux [2020-09-07T13:05:46.128Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-09-07T13:05:46.128Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-09-07T13:05:46.128Z] -- Found Curses: /usr/lib/libcurses.so [2020-09-07T13:05:46.398Z] -- Configuring done [2020-09-07T13:05:46.668Z] -- Generating done [2020-09-07T13:05:46.668Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-09-07T13:05:46.668Z] + make [2020-09-07T13:05:46.668Z] + tee debug.log [2020-09-07T13:05:46.668Z] Scanning dependencies of target csdk [2020-09-07T13:05:46.939Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-09-07T13:05:47.209Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-09-07T13:05:47.480Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-09-07T13:05:48.071Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-09-07T13:05:48.341Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-09-07T13:05:48.612Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-09-07T13:05:48.882Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-09-07T13:05:49.474Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-09-07T13:05:49.747Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-09-07T13:05:50.338Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-09-07T13:05:50.338Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-09-07T13:05:50.609Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-09-07T13:05:50.880Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-09-07T13:05:51.156Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-09-07T13:05:52.132Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-09-07T13:05:52.132Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-09-07T13:05:52.401Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-09-07T13:05:52.673Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-09-07T13:05:52.943Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-09-07T13:05:53.533Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-09-07T13:05:53.804Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-09-07T13:05:54.076Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-09-07T13:05:54.076Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-09-07T13:05:54.346Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-09-07T13:05:54.616Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-09-07T13:05:54.886Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-09-07T13:05:55.160Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-09-07T13:05:55.431Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-09-07T13:05:55.431Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-09-07T13:05:55.701Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-09-07T13:05:56.290Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-09-07T13:05:56.290Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-09-07T13:05:57.260Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-09-07T13:05:57.531Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-09-07T13:05:57.801Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-09-07T13:05:58.071Z] [ 59%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-09-07T13:05:58.343Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-09-07T13:05:59.316Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-09-07T13:05:59.909Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-09-07T13:06:00.499Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-09-07T13:06:00.770Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-09-07T13:06:01.360Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-09-07T13:06:01.360Z] [ 70%] Linking C shared library libcsdk.so [2020-09-07T13:06:01.631Z] [ 70%] Built target csdk [2020-09-07T13:06:01.631Z] Scanning dependencies of target template [2020-09-07T13:06:01.631Z] [ 72%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-09-07T13:06:01.902Z] [ 73%] Linking C executable template [2020-09-07T13:06:02.173Z] [ 73%] Built target template [2020-09-07T13:06:02.173Z] Scanning dependencies of target device-counter [2020-09-07T13:06:02.173Z] [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-09-07T13:06:02.443Z] [ 77%] Linking C executable device-counter [2020-09-07T13:06:02.713Z] [ 77%] Built target device-counter [2020-09-07T13:06:02.713Z] Scanning dependencies of target device-random [2020-09-07T13:06:02.713Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-09-07T13:06:02.983Z] [ 80%] Linking C executable device-random [2020-09-07T13:06:03.253Z] [ 80%] Built target device-random [2020-09-07T13:06:03.253Z] Scanning dependencies of target device-gyro [2020-09-07T13:06:03.253Z] [ 81%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-09-07T13:06:03.523Z] [ 83%] Linking C executable device-gyro [2020-09-07T13:06:03.794Z] [ 83%] Built target device-gyro [2020-09-07T13:06:03.794Z] Scanning dependencies of target device-bitfields [2020-09-07T13:06:03.794Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-09-07T13:06:04.066Z] [ 86%] Linking C executable device-bitfields [2020-09-07T13:06:04.336Z] [ 86%] Built target device-bitfields [2020-09-07T13:06:04.336Z] Scanning dependencies of target template-discovery [2020-09-07T13:06:04.336Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-09-07T13:06:04.605Z] [ 90%] Linking C executable template-discovery [2020-09-07T13:06:04.876Z] [ 90%] Built target template-discovery [2020-09-07T13:06:04.876Z] Scanning dependencies of target device-file [2020-09-07T13:06:04.876Z] [ 91%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-09-07T13:06:05.146Z] [ 93%] Linking C executable device-file [2020-09-07T13:06:05.417Z] [ 93%] Built target device-file [2020-09-07T13:06:05.417Z] Scanning dependencies of target device-terminal [2020-09-07T13:06:05.417Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-09-07T13:06:05.688Z] [ 96%] Linking C executable device-terminal [2020-09-07T13:06:05.961Z] [ 96%] Built target device-terminal [2020-09-07T13:06:05.961Z] Scanning dependencies of target templatev1 [2020-09-07T13:06:05.961Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-09-07T13:06:06.231Z] [100%] Linking C executable templatev1 [2020-09-07T13:06:06.503Z] [100%] Built target templatev1 [2020-09-07T13:06:06.503Z] make: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:06:06.503Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:06:06.503Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:06:06.503Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:06:06.503Z] [ 70%] Built target csdk [2020-09-07T13:06:06.503Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:06:06.503Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:06:06.503Z] [ 73%] Built target template [2020-09-07T13:06:06.503Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:06:06.503Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:06:06.775Z] [ 77%] Built target device-counter [2020-09-07T13:06:06.775Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:06:06.775Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:06:06.775Z] [ 80%] Built target device-random [2020-09-07T13:06:06.775Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:06:06.775Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:06:06.775Z] [ 83%] Built target device-gyro [2020-09-07T13:06:06.775Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:06:06.775Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:06:06.775Z] [ 86%] Built target device-bitfields [2020-09-07T13:06:06.775Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:06:06.775Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:06:06.775Z] [ 90%] Built target template-discovery [2020-09-07T13:06:06.775Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:06:06.775Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:06:06.775Z] [ 93%] Built target device-file [2020-09-07T13:06:06.775Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:06:06.775Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:06:06.775Z] [ 96%] Built target device-terminal [2020-09-07T13:06:06.775Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-07T13:06:07.046Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:06:07.046Z] [100%] Built target templatev1 [2020-09-07T13:06:07.046Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:06:07.046Z] Install the project... [2020-09-07T13:06:07.046Z] -- Install configuration: "Release" [2020-09-07T13:06:07.046Z] -- Installing: /usr/local/lib/libcsdk.so [2020-09-07T13:06:07.046Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-09-07T13:06:07.046Z] -- Up-to-date: /usr/local/include [2020-09-07T13:06:07.046Z] -- Installing: /usr/local/include/edgex [2020-09-07T13:06:07.046Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-09-07T13:06:07.046Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-09-07T13:06:07.046Z] -- Installing: /usr/local/include/edgex/error.h [2020-09-07T13:06:07.046Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-09-07T13:06:07.046Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-09-07T13:06:07.046Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-09-07T13:06:07.046Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-09-07T13:06:07.046Z] -- Installing: /usr/local/include/edgex/devices.h [2020-09-07T13:06:07.046Z] -- Installing: /usr/local/include/edgex/os.h [2020-09-07T13:06:07.046Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-09-07T13:06:07.046Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-09-07T13:06:07.046Z] -- Installing: /usr/local/include/devsdk [2020-09-07T13:06:07.046Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-09-07T13:06:07.046Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-09-07T13:06:07.046Z] -- Installing: /usr/local/include/iot [2020-09-07T13:06:07.046Z] -- Installing: /usr/local/include/iot/json.h [2020-09-07T13:06:07.046Z] -- Installing: /usr/local/include/iot/container.h [2020-09-07T13:06:07.046Z] -- Installing: /usr/local/include/iot/component.h [2020-09-07T13:06:07.046Z] -- Installing: /usr/local/include/iot/typecode.h [2020-09-07T13:06:07.046Z] -- Installing: /usr/local/include/iot/iot.h [2020-09-07T13:06:07.046Z] -- Installing: /usr/local/include/iot/time.h [2020-09-07T13:06:07.046Z] -- Installing: /usr/local/include/iot/hash.h [2020-09-07T13:06:07.046Z] -- Installing: /usr/local/include/iot/logger.h [2020-09-07T13:06:07.046Z] -- Installing: /usr/local/include/iot/os [2020-09-07T13:06:07.046Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-09-07T13:06:07.046Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-09-07T13:06:07.046Z] -- Installing: /usr/local/include/iot/os/macos.h [2020-09-07T13:06:07.046Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-09-07T13:06:07.046Z] -- Installing: /usr/local/include/iot/data.h [2020-09-07T13:06:07.046Z] -- Installing: /usr/local/include/iot/thread.h [2020-09-07T13:06:07.046Z] -- Installing: /usr/local/include/iot/os.h [2020-09-07T13:06:07.046Z] -- Installing: /usr/local/include/iot/base64.h [2020-09-07T13:06:07.046Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-09-07T13:06:07.046Z] -- Installing: /usr/local/include/iot/config.h [2020-09-07T13:06:07.046Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-09-07T13:06:07.046Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-09-07T13:06:07.046Z] make: Leaving directory '/tmp/sdk/build/release' [2020-09-07T13:06:09.018Z] Removing intermediate container 04f9f1c85118 [2020-09-07T13:06:09.018Z] ---> caf53f222266 [2020-09-07T13:06:09.018Z] Step 14/21 : FROM ${BASE} [2020-09-07T13:06:09.018Z] ---> b23d30803547 [2020-09-07T13:06:09.018Z] Step 15/21 : MAINTAINER IOTech [2020-09-07T13:06:09.292Z] ---> Running in a9fee76c0999 [2020-09-07T13:06:09.883Z] Removing intermediate container a9fee76c0999 [2020-09-07T13:06:09.883Z] ---> 6c26dfa0b1c7 [2020-09-07T13:06:09.883Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-09-07T13:06:09.883Z] ---> Running in 2e29e710902b [2020-09-07T13:06:11.309Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-09-07T13:06:12.277Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-09-07T13:06:12.865Z] (1/3) Installing curl (7.64.0-r3) [2020-09-07T13:06:12.865Z] (2/3) Installing libuuid (2.33-r0) [2020-09-07T13:06:12.865Z] (3/3) Installing wget (1.20.3-r0) [2020-09-07T13:06:13.135Z] Executing busybox-1.29.3-r10.trigger [2020-09-07T13:06:13.135Z] OK: 281 MiB in 78 packages [2020-09-07T13:06:14.559Z] Removing intermediate container 2e29e710902b [2020-09-07T13:06:14.559Z] ---> 4444cb973f9a [2020-09-07T13:06:14.559Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-09-07T13:06:15.150Z] ---> 696a3280f144 [2020-09-07T13:06:15.150Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-09-07T13:06:15.742Z] ---> 5a8aebc6be97 [2020-09-07T13:06:15.742Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-09-07T13:06:16.714Z] ---> f3d8dfbf2c91 [2020-09-07T13:06:16.714Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-09-07T13:06:17.307Z] ---> 038d8fa12e5b [2020-09-07T13:06:17.307Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-09-07T13:06:18.277Z] ---> 5760efed429e [2020-09-07T13:06:18.277Z] Successfully built 5760efed429e [2020-09-07T13:06:18.277Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-07T13:06:18.990Z] + docker inspect -f . ci-base-image-arm64 [2020-09-07T13:06:18.991Z] . [Pipeline] withDockerContainer [2020-09-07T13:06:19.324Z] prd-ubuntu18.04-docker-arm64-4c-16g-1711 does not seem to be running inside a container [2020-09-07T13:06:19.419Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/40 -v /w/workspace/device-sdk-c/40:/w/workspace/device-sdk-c/40:rw,z -v /w/workspace/device-sdk-c/40@tmp:/w/workspace/device-sdk-c/40@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-arm64 cat [2020-09-07T13:06:21.250Z] $ docker top 10dd48bbf0606dd6f75e3dede2c8efff46381e248afc779e6cf163de66d2c7af -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-07T13:06:22.708Z] + make test [2020-09-07T13:06:22.708Z] echo "make test" [2020-09-07T13:06:22.708Z] make test [Pipeline] } [2020-09-07T13:06:22.731Z] $ docker stop --time=1 10dd48bbf0606dd6f75e3dede2c8efff46381e248afc779e6cf163de66d2c7af [2020-09-07T13:06:24.704Z] $ docker rm -f 10dd48bbf0606dd6f75e3dede2c8efff46381e248afc779e6cf163de66d2c7af [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-07T13:06:25.637Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-07T13:06:25.966Z] + ls -al . [2020-09-07T13:06:25.966Z] total 196 [2020-09-07T13:06:25.966Z] drwxrwxr-x 9 jenkins jenkins 4096 Sep 7 13:04 . [2020-09-07T13:06:25.966Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 7 13:03 .. [2020-09-07T13:06:25.966Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 7 13:03 .git [2020-09-07T13:06:25.966Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 7 13:03 .github [2020-09-07T13:06:25.966Z] -rw-rw-r-- 1 jenkins jenkins 176 Sep 7 13:03 .gitignore [2020-09-07T13:06:25.966Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 7 13:04 .semver [2020-09-07T13:06:25.966Z] -rw-rw-r-- 1 jenkins jenkins 3104 Sep 7 13:03 Attribution.txt [2020-09-07T13:06:25.966Z] -rw-rw-r-- 1 jenkins jenkins 5923 Sep 7 13:03 CHANGES [2020-09-07T13:06:25.966Z] -rw-rw-r-- 1 jenkins jenkins 108574 Sep 7 13:03 Doxyfile [2020-09-07T13:06:25.966Z] -rw-rw-r-- 1 jenkins jenkins 794 Sep 7 13:03 Jenkinsfile [2020-09-07T13:06:25.966Z] -rw-rw-r-- 1 jenkins jenkins 10174 Sep 7 13:03 LICENSE [2020-09-07T13:06:25.966Z] -rw-rw-r-- 1 jenkins jenkins 449 Sep 7 13:03 Makefile [2020-09-07T13:06:25.966Z] -rw-rw-r-- 1 jenkins jenkins 2697 Sep 7 13:03 README.md [2020-09-07T13:06:25.966Z] -rw-rw-r-- 1 jenkins jenkins 5977 Sep 7 13:03 README.v2.md [2020-09-07T13:06:25.966Z] -rw-rw-r-- 1 jenkins jenkins 11 Sep 7 13:01 VERSION [2020-09-07T13:06:25.966Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 7 13:03 docs [2020-09-07T13:06:25.966Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 7 13:03 include [2020-09-07T13:06:25.966Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 7 13:03 scripts [2020-09-07T13:06:25.966Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 7 13:03 src [Pipeline] isUnix [Pipeline] sh [2020-09-07T13:06:26.305Z] + 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=b589ce38ee62beed65a1f4f98577478a01ff9483 --label arch=arm64 --label version=1.3.0-dev.4 . [2020-09-07T13:06:26.903Z] Sending build context to Docker daemon 3.48MB [2020-09-07T13:06:26.903Z] Step 1/15 : ARG BASE=alpine:3.11 [2020-09-07T13:06:26.903Z] Step 2/15 : FROM ${BASE} [2020-09-07T13:06:26.903Z] ---> 5760efed429e [2020-09-07T13:06:26.903Z] Step 3/15 : MAINTAINER IOTech [2020-09-07T13:06:26.903Z] ---> Running in 60fd4e7ac4ab [2020-09-07T13:06:27.495Z] Removing intermediate container 60fd4e7ac4ab [2020-09-07T13:06:27.495Z] ---> 8a639da70ddc [2020-09-07T13:06:27.495Z] Step 4/15 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev && mkdir -p /edgex-c-sdk/build [2020-09-07T13:06:27.770Z] ---> Running in ef4b4b17a8d2 [2020-09-07T13:06:29.194Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-09-07T13:06:30.161Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-09-07T13:06:30.432Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2020-09-07T13:06:30.701Z] (2/6) Installing libblkid (2.33-r0) [2020-09-07T13:06:30.701Z] (3/6) Installing libfdisk (2.33-r0) [2020-09-07T13:06:30.972Z] (4/6) Installing libmount (2.33-r0) [2020-09-07T13:06:30.972Z] (5/6) Installing libsmartcols (2.33-r0) [2020-09-07T13:06:31.243Z] (6/6) Installing util-linux-dev (2.33-r0) [2020-09-07T13:06:31.515Z] Executing busybox-1.29.3-r10.trigger [2020-09-07T13:06:31.787Z] OK: 286 MiB in 84 packages [2020-09-07T13:06:33.212Z] Removing intermediate container ef4b4b17a8d2 [2020-09-07T13:06:33.212Z] ---> 6e8eaf34670a [2020-09-07T13:06:33.212Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-09-07T13:06:33.805Z] ---> 86ce705526fd [2020-09-07T13:06:33.805Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-09-07T13:06:34.777Z] ---> 1b6add05306e [2020-09-07T13:06:34.777Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-09-07T13:06:35.370Z] ---> 4ea519f22c84 [2020-09-07T13:06:35.370Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-09-07T13:06:35.961Z] ---> 58b418786c68 [2020-09-07T13:06:35.961Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-09-07T13:06:36.932Z] ---> 7a881ef02654 [2020-09-07T13:06:36.932Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-09-07T13:06:37.522Z] ---> 0cd7fc7aa6aa [2020-09-07T13:06:37.522Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-09-07T13:06:37.522Z] ---> Running in 5cfd4bf2a5dc [2020-09-07T13:06:38.112Z] Removing intermediate container 5cfd4bf2a5dc [2020-09-07T13:06:38.112Z] ---> 8e47b64729f1 [2020-09-07T13:06:38.112Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-09-07T13:06:38.112Z] ---> Running in bb023bdd7d71 [2020-09-07T13:06:38.709Z] Removing intermediate container bb023bdd7d71 [2020-09-07T13:06:38.709Z] ---> a29133d715cc [2020-09-07T13:06:38.709Z] Step 13/15 : LABEL arch=arm64 [2020-09-07T13:06:38.709Z] ---> Running in 51ac35003fa6 [2020-09-07T13:06:39.306Z] Removing intermediate container 51ac35003fa6 [2020-09-07T13:06:39.306Z] ---> 46fb0e539797 [2020-09-07T13:06:39.306Z] Step 14/15 : LABEL git_sha=b589ce38ee62beed65a1f4f98577478a01ff9483 [2020-09-07T13:06:39.306Z] ---> Running in f999a35e0327 [2020-09-07T13:06:39.898Z] Removing intermediate container f999a35e0327 [2020-09-07T13:06:39.899Z] ---> 59da48816b30 [2020-09-07T13:06:39.899Z] Step 15/15 : LABEL version=1.3.0-dev.4 [2020-09-07T13:06:39.899Z] ---> Running in 7c27fca45ee1 [2020-09-07T13:06:40.489Z] Removing intermediate container 7c27fca45ee1 [2020-09-07T13:06:40.489Z] ---> d7420a9b7947 [2020-09-07T13:06:40.489Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2020-09-07T13:06:40.489Z] Successfully built d7420a9b7947 [2020-09-07T13:06:40.489Z] 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-09-07T13:06:42.489Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-07T13:06:42.489Z] . [Pipeline] withDockerContainer [2020-09-07T13:06:42.590Z] prd-centos7-docker-4c-2g-1709 does not seem to be running inside a container [2020-09-07T13:06:42.633Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-07T13:06:43.371Z] $ docker top 7f6afc7aad283d4096fe61b18035a2b5ec8a3bed346b87b3dcbf0767c498c754 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-07T13:06:43.619Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-07T13:06:43.619Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-07T13:06:43.832Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-07T13:06:43.836Z] $ docker exec 7f6afc7aad283d4096fe61b18035a2b5ec8a3bed346b87b3dcbf0767c498c754 ssh-agent [2020-09-07T13:06:44.010Z] SSH_AUTH_SOCK=/tmp/ssh-lac4Yy8BcmB0/agent.12 [2020-09-07T13:06:44.010Z] SSH_AGENT_PID=18 [2020-09-07T13:06:44.017Z] Running ssh-add (command line suppressed) [2020-09-07T13:06:44.147Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_2259261028147876740.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_2259261028147876740.key) [2020-09-07T13:06:44.198Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-07T13:06:44.521Z] + git semver tag [2020-09-07T13:06:44.521Z] # -> Open(): unable to determine branch for HEAD [2020-09-07T13:06:44.521Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-09-07T13:06:44.521Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-09-07T13:06:44.521Z] # $SEMVER_REMOTE_NAME = origin [2020-09-07T13:06:44.521Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-07T13:06:44.521Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-07T13:06:44.521Z] # $SEMVER_BRANCH = master [2020-09-07T13:06:44.521Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [2020-09-07T13:06:44.521Z] # b589ce38ee62beed65a1f4f98577478a01ff9483 HEAD [2020-09-07T13:06:44.521Z] # -> Force: false [2020-09-07T13:06:44.521Z] # c306dfb0277bc70532161c6bb0bd340e701f4702 refs/tags/v1.3.0-dev.4 [Pipeline] } [2020-09-07T13:06:44.534Z] $ docker exec --env ******** --env ******** 7f6afc7aad283d4096fe61b18035a2b5ec8a3bed346b87b3dcbf0767c498c754 ssh-agent -k [2020-09-07T13:06:44.663Z] unset SSH_AUTH_SOCK; [2020-09-07T13:06:44.663Z] unset SSH_AGENT_PID; [2020-09-07T13:06:44.663Z] echo Agent pid 18 killed; [2020-09-07T13:06:44.711Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-07T13:06:45.161Z] + git semver [Pipeline] } [2020-09-07T13:06:45.178Z] $ docker stop --time=1 7f6afc7aad283d4096fe61b18035a2b5ec8a3bed346b87b3dcbf0767c498c754 [2020-09-07T13:06:46.516Z] $ docker rm -f 7f6afc7aad283d4096fe61b18035a2b5ec8a3bed346b87b3dcbf0767c498c754 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-07T13:06:47.210Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-07T13:06:47.210Z] [2020-09-07T13:06:47.210Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-07T13:06:47.551Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-07T13:06:47.551Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-07T13:06:47.551Z] ab5ef0e58194: Pulling fs layer [2020-09-07T13:06:47.551Z] 9712f1f96733: Pulling fs layer [2020-09-07T13:06:47.551Z] 63f879dbbcfc: Pulling fs layer [2020-09-07T13:06:47.551Z] 0d9ebad4ef96: Pulling fs layer [2020-09-07T13:06:47.551Z] e9a5061849ea: Pulling fs layer [2020-09-07T13:06:47.551Z] d747dcd14b5f: Pulling fs layer [2020-09-07T13:06:47.551Z] 2de7ff778b66: Pulling fs layer [2020-09-07T13:06:47.551Z] e9a5061849ea: Waiting [2020-09-07T13:06:47.551Z] d747dcd14b5f: Waiting [2020-09-07T13:06:47.551Z] 2de7ff778b66: Waiting [2020-09-07T13:06:47.551Z] 0d9ebad4ef96: Waiting [2020-09-07T13:06:47.551Z] 9712f1f96733: Verifying Checksum [2020-09-07T13:06:47.551Z] 9712f1f96733: Download complete [2020-09-07T13:06:48.502Z] 63f879dbbcfc: Verifying Checksum [2020-09-07T13:06:48.502Z] 63f879dbbcfc: Download complete [2020-09-07T13:06:48.767Z] e9a5061849ea: Verifying Checksum [2020-09-07T13:06:48.767Z] e9a5061849ea: Download complete [2020-09-07T13:06:48.767Z] d747dcd14b5f: Verifying Checksum [2020-09-07T13:06:48.767Z] d747dcd14b5f: Download complete [2020-09-07T13:06:49.032Z] 2de7ff778b66: Verifying Checksum [2020-09-07T13:06:49.032Z] 2de7ff778b66: Download complete [2020-09-07T13:06:49.293Z] 0d9ebad4ef96: Verifying Checksum [2020-09-07T13:06:49.293Z] 0d9ebad4ef96: Download complete [2020-09-07T13:06:49.875Z] ab5ef0e58194: Verifying Checksum [2020-09-07T13:06:49.875Z] ab5ef0e58194: Download complete [2020-09-07T13:06:55.231Z] ab5ef0e58194: Pull complete [2020-09-07T13:06:55.231Z] 9712f1f96733: Pull complete [2020-09-07T13:06:57.152Z] 63f879dbbcfc: Pull complete [2020-09-07T13:07:05.329Z] 0d9ebad4ef96: Pull complete [2020-09-07T13:07:06.274Z] e9a5061849ea: Pull complete [2020-09-07T13:07:06.274Z] d747dcd14b5f: Pull complete [2020-09-07T13:07:09.582Z] 2de7ff778b66: Pull complete [2020-09-07T13:07:09.582Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-07T13:07:09.582Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-07T13:07:09.582Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-07T13:07:09.783Z] prd-centos7-docker-4c-2g-1709 does not seem to be running inside a container [2020-09-07T13:07:09.830Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-09-07T13:07:13.009Z] $ docker top e1e3601cd76e835a8e61de10105b660a249c864899e66cc49884e18a3945fa0b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-07T13:07:13.265Z] provisioning config files... [2020-09-07T13:07:13.280Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config1934733034028251983tmp [2020-09-07T13:07:13.302Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config7343278118049726430tmp [2020-09-07T13:07:13.316Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config8722293617143180355tmp [Pipeline] { [Pipeline] echo [2020-09-07T13:07:13.362Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-07T13:07:13.659Z] ---> sigul-configuration.sh [2020-09-07T13:07:13.659Z] gpg: directory `/root/.gnupg' created [2020-09-07T13:07:13.659Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-07T13:07:13.659Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-07T13:07:13.659Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-07T13:07:13.659Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-07T13:07:13.659Z] gpg: CAST5 encrypted data [2020-09-07T13:07:13.920Z] gpg: encrypted with 1 passphrase [2020-09-07T13:07:13.920Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-07T13:07:14.220Z] + mkdir /home/jenkins [2020-09-07T13:07:14.220Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-07T13:07:14.515Z] + 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-09-07T13:07:14.524Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-07T13:07:14.818Z] ---> sigul-install.sh [2020-09-07T13:07:21.411Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-07T13:07:21.707Z] + git tag --list [2020-09-07T13:07:21.707Z] v1.3.0-dev.4 [Pipeline] sh [2020-09-07T13:07:22.001Z] + lftools sign git-tag v1.3.0-dev.4 [2020-09-07T13:07:23.385Z] Signing Git tag with Sigul... [2020-09-07T13:07:23.385Z] Signing v1.3.0-dev.4 [Pipeline] echo [2020-09-07T13:07:24.337Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-07T13:07:24.630Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-07T13:07:24.639Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-07T13:07:24.723Z] $ docker stop --time=1 e1e3601cd76e835a8e61de10105b660a249c864899e66cc49884e18a3945fa0b [2020-09-07T13:07:26.760Z] $ docker rm -f e1e3601cd76e835a8e61de10105b660a249c864899e66cc49884e18a3945fa0b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-07T13:07:27.703Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-07T13:07:27.703Z] . [Pipeline] withDockerContainer [2020-09-07T13:07:27.804Z] prd-centos7-docker-4c-2g-1709 does not seem to be running inside a container [2020-09-07T13:07:27.899Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-07T13:07:28.696Z] $ docker top 55b41b0516b068fa596350fa3548d445876173ac1f44e12052ec1ce65ea6ac0f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-07T13:07:29.035Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-07T13:07:29.035Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-07T13:07:29.288Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-07T13:07:29.293Z] $ docker exec 55b41b0516b068fa596350fa3548d445876173ac1f44e12052ec1ce65ea6ac0f ssh-agent [2020-09-07T13:07:29.531Z] SSH_AUTH_SOCK=/tmp/ssh-AMFLSBQ4n0jd/agent.12 [2020-09-07T13:07:29.531Z] SSH_AGENT_PID=18 [2020-09-07T13:07:29.539Z] Running ssh-add (command line suppressed) [2020-09-07T13:07:29.681Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_7926461739904695805.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_7926461739904695805.key) [2020-09-07T13:07:29.734Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-07T13:07:30.069Z] + git semver bump pre [2020-09-07T13:07:30.069Z] # -> Open(): unable to determine branch for HEAD [2020-09-07T13:07:30.069Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-09-07T13:07:30.069Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-09-07T13:07:30.069Z] # $SEMVER_REMOTE_NAME = origin [2020-09-07T13:07:30.069Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-07T13:07:30.069Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-07T13:07:30.069Z] # $SEMVER_BRANCH = master [2020-09-07T13:07:30.069Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [2020-09-07T13:07:30.069Z] 1.3.0-dev.5 [Pipeline] } [2020-09-07T13:07:30.090Z] $ docker exec --env ******** --env ******** 55b41b0516b068fa596350fa3548d445876173ac1f44e12052ec1ce65ea6ac0f ssh-agent -k [2020-09-07T13:07:30.212Z] unset SSH_AUTH_SOCK; [2020-09-07T13:07:30.212Z] unset SSH_AGENT_PID; [2020-09-07T13:07:30.212Z] echo Agent pid 18 killed; [2020-09-07T13:07:30.263Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-07T13:07:30.811Z] + git semver [Pipeline] } [2020-09-07T13:07:30.829Z] $ docker stop --time=1 55b41b0516b068fa596350fa3548d445876173ac1f44e12052ec1ce65ea6ac0f [2020-09-07T13:07:32.171Z] $ docker rm -f 55b41b0516b068fa596350fa3548d445876173ac1f44e12052ec1ce65ea6ac0f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-07T13:07:32.690Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-07T13:07:32.690Z] . [Pipeline] withDockerContainer [2020-09-07T13:07:32.788Z] prd-centos7-docker-4c-2g-1709 does not seem to be running inside a container [2020-09-07T13:07:32.833Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-07T13:07:33.443Z] $ docker top e248f283778f585ed99f2079c1c5dc54ffdd0183833f97508c135ef434541940 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-07T13:07:33.736Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-07T13:07:33.737Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-07T13:07:33.925Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-07T13:07:33.929Z] $ docker exec e248f283778f585ed99f2079c1c5dc54ffdd0183833f97508c135ef434541940 ssh-agent [2020-09-07T13:07:34.112Z] SSH_AUTH_SOCK=/tmp/ssh-EJGYY2oQgUYk/agent.11 [2020-09-07T13:07:34.112Z] SSH_AGENT_PID=16 [2020-09-07T13:07:34.119Z] Running ssh-add (command line suppressed) [2020-09-07T13:07:34.245Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_2461551171500345880.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_2461551171500345880.key) [2020-09-07T13:07:34.298Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-07T13:07:34.627Z] + git semver push [2020-09-07T13:07:34.627Z] # -> Open(): unable to determine branch for HEAD [2020-09-07T13:07:34.627Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-09-07T13:07:34.627Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-09-07T13:07:34.627Z] # $SEMVER_REMOTE_NAME = origin [2020-09-07T13:07:34.627Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-07T13:07:34.627Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-07T13:07:34.627Z] # $SEMVER_BRANCH = master [2020-09-07T13:07:34.627Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [Pipeline] } [2020-09-07T13:07:41.231Z] $ docker exec --env ******** --env ******** e248f283778f585ed99f2079c1c5dc54ffdd0183833f97508c135ef434541940 ssh-agent -k [2020-09-07T13:07:41.367Z] unset SSH_AUTH_SOCK; [2020-09-07T13:07:41.367Z] unset SSH_AGENT_PID; [2020-09-07T13:07:41.367Z] echo Agent pid 16 killed; [2020-09-07T13:07:41.419Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-07T13:07:41.907Z] + git semver [Pipeline] } [2020-09-07T13:07:41.924Z] $ docker stop --time=1 e248f283778f585ed99f2079c1c5dc54ffdd0183833f97508c135ef434541940 [2020-09-07T13:07:43.257Z] $ docker rm -f e248f283778f585ed99f2079c1c5dc54ffdd0183833f97508c135ef434541940 [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-09-07T13:07:44.125Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-07T13:07:44.686Z] ---> package-listing.sh [2020-09-07T13:07:44.686Z] ++ facter osfamily [2020-09-07T13:07:44.686Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-07T13:07:44.686Z] + OS_FAMILY=redhat [2020-09-07T13:07:44.686Z] + workspace=/w/workspace/edgexfoundry_device-sdk-c_master [2020-09-07T13:07:44.686Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-07T13:07:44.686Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-07T13:07:44.686Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-07T13:07:44.686Z] + PACKAGES=/tmp/packages_start.txt [2020-09-07T13:07:44.686Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_master ']' [2020-09-07T13:07:44.686Z] + PACKAGES=/tmp/packages_end.txt [2020-09-07T13:07:44.686Z] + case "${OS_FAMILY}" in [2020-09-07T13:07:44.686Z] + rpm -qa [2020-09-07T13:07:44.686Z] + sort [2020-09-07T13:07:48.902Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-07T13:07:48.902Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-07T13:07:48.902Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-07T13:07:48.902Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_master ']' [2020-09-07T13:07:48.902Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_master/archives/ [2020-09-07T13:07:48.902Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-c_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-07T13:07:49.597Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-07T13:07:49.597Z] [2020-09-07T13:07:49.597Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-07T13:07:49.937Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-07T13:07:49.937Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-07T13:07:49.937Z] df20fa9351a1: Pulling fs layer [2020-09-07T13:07:49.937Z] 36b3adc4ff6f: Pulling fs layer [2020-09-07T13:07:49.937Z] 8ad3a11d3b57: Pulling fs layer [2020-09-07T13:07:49.937Z] 46f8f816bc3b: Pulling fs layer [2020-09-07T13:07:49.937Z] 0dadc02b9964: Pulling fs layer [2020-09-07T13:07:49.937Z] ce6a7cf60c04: Pulling fs layer [2020-09-07T13:07:49.937Z] 7a184a31f384: Pulling fs layer [2020-09-07T13:07:49.937Z] 0879bd2ef858: Pulling fs layer [2020-09-07T13:07:49.937Z] 46f8f816bc3b: Waiting [2020-09-07T13:07:49.937Z] 0dadc02b9964: Waiting [2020-09-07T13:07:49.937Z] ce6a7cf60c04: Waiting [2020-09-07T13:07:49.937Z] 0879bd2ef858: Waiting [2020-09-07T13:07:49.937Z] 7a184a31f384: Waiting [2020-09-07T13:07:49.937Z] 36b3adc4ff6f: Verifying Checksum [2020-09-07T13:07:49.937Z] 36b3adc4ff6f: Download complete [2020-09-07T13:07:49.937Z] 46f8f816bc3b: Verifying Checksum [2020-09-07T13:07:49.937Z] 46f8f816bc3b: Download complete [2020-09-07T13:07:49.937Z] df20fa9351a1: Download complete [2020-09-07T13:07:49.937Z] ce6a7cf60c04: Verifying Checksum [2020-09-07T13:07:49.937Z] ce6a7cf60c04: Download complete [2020-09-07T13:07:49.937Z] 7a184a31f384: Verifying Checksum [2020-09-07T13:07:49.937Z] 7a184a31f384: Download complete [2020-09-07T13:07:50.205Z] 8ad3a11d3b57: Verifying Checksum [2020-09-07T13:07:50.205Z] 8ad3a11d3b57: Download complete [2020-09-07T13:07:50.205Z] 0dadc02b9964: Verifying Checksum [2020-09-07T13:07:50.205Z] 0dadc02b9964: Download complete [2020-09-07T13:07:50.468Z] df20fa9351a1: Pull complete [2020-09-07T13:07:50.468Z] 0879bd2ef858: Verifying Checksum [2020-09-07T13:07:50.468Z] 0879bd2ef858: Download complete [2020-09-07T13:07:50.732Z] 36b3adc4ff6f: Pull complete [2020-09-07T13:07:51.307Z] 8ad3a11d3b57: Pull complete [2020-09-07T13:07:51.307Z] 46f8f816bc3b: Pull complete [2020-09-07T13:07:51.829Z] 0dadc02b9964: Pull complete [2020-09-07T13:07:51.829Z] ce6a7cf60c04: Pull complete [2020-09-07T13:07:51.829Z] 7a184a31f384: Pull complete [2020-09-07T13:07:54.386Z] 0879bd2ef858: Pull complete [2020-09-07T13:07:54.386Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-07T13:07:54.386Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-07T13:07:54.386Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-07T13:07:54.522Z] prd-centos7-docker-4c-2g-1709 does not seem to be running inside a container [2020-09-07T13:07:54.563Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/edgexfoundry_device-sdk-c_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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-07T13:07:59.984Z] $ docker top 888e3a3410a14f8a34fb72feb1be7e34baf0c03a064e2b9b94dc3c6eca776b83 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-07T13:08:00.499Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-07T13:08:00.794Z] + ls /var/log/sa-host [2020-09-07T13:08:00.794Z] + sadf -c /var/log/sa-host/sa05 [2020-09-07T13:08:00.794Z] file_magic: OK [2020-09-07T13:08:00.794Z] HZ: Using current value: 100 [2020-09-07T13:08:00.794Z] file_header: OK [2020-09-07T13:08:00.794Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-07T13:08:00.794Z] Statistics: [2020-09-07T13:08:00.794Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-07T13:08:00.794Z] File successfully converted to sysstat format version 12.2.1 [2020-09-07T13:08:00.794Z] + sadf -c /var/log/sa-host/sa07 [2020-09-07T13:08:00.794Z] file_magic: OK [2020-09-07T13:08:00.794Z] HZ: Using current value: 100 [2020-09-07T13:08:00.794Z] file_header: OK [2020-09-07T13:08:00.794Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-07T13:08:00.794Z] Statistics: [2020-09-07T13:08:00.794Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-07T13:08:00.794Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-07T13:08:00.941Z] provisioning config files... [2020-09-07T13:08:00.957Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config5163218682389854362tmp [Pipeline] { [Pipeline] echo [2020-09-07T13:08:01.030Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-07T13:08:01.326Z] ---> create-netrc.sh [Pipeline] echo [2020-09-07T13:08:01.336Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-07T13:08:01.640Z] ---> logs-deploy.sh [2020-09-07T13:08:01.640Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/master/40 [2020-09-07T13:08:01.640Z] INFO: archiving workspace using pattern(s): [2020-09-07T13:08:03.028Z] Archives upload complete. [2020-09-07T13:08:03.028Z] INFO: archiving logs to Nexus [2020-09-07T13:08:03.970Z] ---> uname -a: [2020-09-07T13:08:03.970Z] Linux 888e3a3410a1 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-09-07T13:08:03.970Z] [2020-09-07T13:08:03.970Z] [2020-09-07T13:08:03.970Z] ---> lscpu: [2020-09-07T13:08:03.970Z] Architecture: x86_64 [2020-09-07T13:08:03.970Z] CPU op-mode(s): 32-bit, 64-bit [2020-09-07T13:08:03.970Z] Byte Order: Little Endian [2020-09-07T13:08:03.970Z] Address sizes: 40 bits physical, 48 bits virtual [2020-09-07T13:08:03.970Z] CPU(s): 4 [2020-09-07T13:08:03.970Z] On-line CPU(s) list: 0-3 [2020-09-07T13:08:03.970Z] Thread(s) per core: 1 [2020-09-07T13:08:03.970Z] Core(s) per socket: 1 [2020-09-07T13:08:03.970Z] Socket(s): 4 [2020-09-07T13:08:03.970Z] NUMA node(s): 1 [2020-09-07T13:08:03.970Z] Vendor ID: GenuineIntel [2020-09-07T13:08:03.970Z] CPU family: 6 [2020-09-07T13:08:03.970Z] Model: 44 [2020-09-07T13:08:03.970Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-09-07T13:08:03.970Z] Stepping: 1 [2020-09-07T13:08:03.970Z] CPU MHz: 2933.438 [2020-09-07T13:08:03.970Z] BogoMIPS: 5866.87 [2020-09-07T13:08:03.970Z] Virtualization: VT-x [2020-09-07T13:08:03.970Z] Hypervisor vendor: KVM [2020-09-07T13:08:03.970Z] Virtualization type: full [2020-09-07T13:08:03.970Z] L1d cache: 128 KiB [2020-09-07T13:08:03.970Z] L1i cache: 128 KiB [2020-09-07T13:08:03.970Z] L2 cache: 16 MiB [2020-09-07T13:08:03.970Z] L3 cache: 64 MiB [2020-09-07T13:08:03.970Z] NUMA node0 CPU(s): 0-3 [2020-09-07T13:08:03.970Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-09-07T13:08:03.970Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-09-07T13:08:03.970Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-09-07T13:08:03.970Z] Vulnerability Meltdown: Mitigation; PTI [2020-09-07T13:08:03.970Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-09-07T13:08:03.970Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-09-07T13:08:03.970Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-09-07T13:08:03.970Z] Vulnerability Tsx async abort: Not affected [2020-09-07T13:08:03.970Z] 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-09-07T13:08:03.970Z] [2020-09-07T13:08:03.970Z] [2020-09-07T13:08:03.970Z] ---> nproc: [2020-09-07T13:08:03.970Z] 4 [2020-09-07T13:08:03.970Z] [2020-09-07T13:08:03.970Z] [2020-09-07T13:08:03.970Z] ---> df -h: [2020-09-07T13:08:03.970Z] Filesystem Size Used Available Use% Mounted on [2020-09-07T13:08:03.970Z] overlay 50.0G 7.5G 42.4G 15% / [2020-09-07T13:08:03.970Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-09-07T13:08:03.970Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-09-07T13:08:03.970Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-09-07T13:08:03.970Z] /dev/vda1 50.0G 7.5G 42.4G 15% /etc/resolv.conf [2020-09-07T13:08:03.970Z] /dev/vda1 50.0G 7.5G 42.4G 15% /etc/hostname [2020-09-07T13:08:03.970Z] /dev/vda1 50.0G 7.5G 42.4G 15% /etc/hosts [2020-09-07T13:08:03.970Z] /dev/vda1 50.0G 7.5G 42.4G 15% /var/log/sa-host [2020-09-07T13:08:03.970Z] /dev/vda1 50.0G 7.5G 42.4G 15% /w/workspace/edgexfoundry_device-sdk-c_master [2020-09-07T13:08:03.970Z] /dev/vda1 50.0G 7.5G 42.4G 15% /w/workspace/edgexfoundry_device-sdk-c_master@tmp [2020-09-07T13:08:03.970Z] [2020-09-07T13:08:03.970Z] [2020-09-07T13:08:03.970Z] ---> free -m: [2020-09-07T13:08:03.970Z] total used free shared buff/cache available [2020-09-07T13:08:03.970Z] Mem: 1837 768 122 0 947 991 [2020-09-07T13:08:03.970Z] Swap: 1023 1 1022 [2020-09-07T13:08:03.970Z] [2020-09-07T13:08:03.970Z] [2020-09-07T13:08:03.970Z] ---> ip addr: [2020-09-07T13:08:03.970Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-09-07T13:08:03.970Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-09-07T13:08:03.970Z] inet 127.0.0.1/8 scope host lo [2020-09-07T13:08:03.970Z] valid_lft forever preferred_lft forever [2020-09-07T13:08:03.971Z] 14: eth0@if15: mtu 1458 qdisc noqueue state UP [2020-09-07T13:08:03.971Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-09-07T13:08:03.971Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-09-07T13:08:03.971Z] valid_lft forever preferred_lft forever [2020-09-07T13:08:03.971Z] [2020-09-07T13:08:03.971Z] [2020-09-07T13:08:03.971Z] ---> sar -b -r -n DEV: [2020-09-07T13:08:03.971Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/07/20 _x86_64_ (4 CPU) [2020-09-07T13:08:03.971Z] [2020-09-07T13:08:03.971Z] 13:00:09 LINUX RESTART (4 CPU) [2020-09-07T13:08:03.971Z] [2020-09-07T13:08:03.971Z] 13:01:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-09-07T13:08:03.971Z] 13:02:01 27.55 11.92 15.63 0.00 4509.99 2426.95 0.00 [2020-09-07T13:08:03.971Z] 13:03:01 1.53 0.00 1.53 0.00 0.00 28.65 0.00 [2020-09-07T13:08:03.971Z] 13:04:01 0.22 0.00 0.22 0.00 0.00 2.58 0.00 [2020-09-07T13:08:03.971Z] 13:05:01 0.20 0.00 0.20 0.00 0.00 2.18 0.00 [2020-09-07T13:08:03.971Z] 13:06:01 0.18 0.00 0.18 0.00 0.00 2.25 0.00 [2020-09-07T13:08:03.971Z] 13:07:01 123.31 61.56 61.75 0.00 2809.98 20870.43 0.00 [2020-09-07T13:08:03.971Z] Average: 25.52 12.26 13.26 0.00 1220.66 3891.61 0.00 [2020-09-07T13:08:03.971Z] [2020-09-07T13:08:03.971Z] 13:01:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-09-07T13:08:03.971Z] 13:02:01 173368 0 586996 31.20 2612 1118580 1110636 37.90 433580 1113116 20 [2020-09-07T13:08:03.971Z] 13:03:01 178164 0 582192 30.94 2612 1118588 1073972 36.65 432196 1109904 20 [2020-09-07T13:08:03.971Z] 13:04:01 177940 0 582412 30.95 2612 1118592 1074128 36.66 434904 1107944 16 [2020-09-07T13:08:03.971Z] 13:05:01 176380 0 583972 31.04 2612 1118592 1074176 36.66 436972 1107344 16 [2020-09-07T13:08:03.971Z] 13:06:01 176104 0 584240 31.05 2612 1118600 1074224 36.66 443940 1100916 12 [2020-09-07T13:08:03.971Z] 13:07:01 73976 0 745628 39.63 2612 1059340 1499880 51.19 538404 1029580 91736 [2020-09-07T13:08:03.971Z] Average: 159322 0 610907 32.47 2612 1108715 1151169 39.29 453333 1094801 15303 [2020-09-07T13:08:03.971Z] [2020-09-07T13:08:03.971Z] 13:01:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-09-07T13:08:03.971Z] 13:02:01 eth0 145.14 104.93 466.64 59.41 0.00 0.00 0.00 0.00 [2020-09-07T13:08:03.971Z] 13:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-07T13:08:03.971Z] 13:02:01 docker0 8.04 5.36 0.90 20.22 0.00 0.00 0.00 0.00 [2020-09-07T13:08:03.971Z] 13:03:01 eth0 1.05 0.12 0.09 0.18 0.00 0.00 0.00 0.00 [2020-09-07T13:08:03.971Z] 13:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-07T13:08:03.971Z] 13:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-07T13:08:03.971Z] 13:04:01 eth0 1.80 0.52 0.62 0.39 0.00 0.00 0.00 0.00 [2020-09-07T13:08:03.971Z] 13:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-07T13:08:03.971Z] 13:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-07T13:08:03.971Z] 13:05:01 eth0 1.92 0.58 0.65 0.33 0.00 0.00 0.00 0.00 [2020-09-07T13:08:03.971Z] 13:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-07T13:08:03.971Z] 13:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-07T13:08:03.971Z] 13:06:01 eth0 0.63 0.57 0.37 0.31 0.00 0.00 0.00 0.00 [2020-09-07T13:08:03.971Z] 13:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-07T13:08:03.971Z] 13:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-07T13:08:03.971Z] 13:07:01 eth0 374.03 319.85 3223.50 29.46 0.00 0.00 0.00 0.00 [2020-09-07T13:08:03.971Z] 13:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-07T13:08:03.971Z] 13:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-07T13:08:03.971Z] Average: eth0 87.48 71.14 615.75 15.02 0.00 0.00 0.00 0.00 [2020-09-07T13:08:03.971Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-07T13:08:03.971Z] Average: docker0 1.34 0.89 0.15 3.37 0.00 0.00 0.00 0.00 [2020-09-07T13:08:03.971Z] [2020-09-07T13:08:03.971Z] [2020-09-07T13:08:03.971Z] ---> sar -P ALL: [2020-09-07T13:08:03.971Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/07/20 _x86_64_ (4 CPU) [2020-09-07T13:08:03.971Z] [2020-09-07T13:08:03.971Z] 13:00:09 LINUX RESTART (4 CPU) [2020-09-07T13:08:03.971Z] [2020-09-07T13:08:03.971Z] 13:01:01 CPU %user %nice %system %iowait %steal %idle [2020-09-07T13:08:03.971Z] 13:02:01 all 3.24 0.00 1.89 0.66 0.02 94.20 [2020-09-07T13:08:03.971Z] 13:02:01 0 3.17 0.00 2.34 1.44 0.03 93.02 [2020-09-07T13:08:03.971Z] 13:02:01 1 3.59 0.00 1.62 0.84 0.02 93.93 [2020-09-07T13:08:03.971Z] 13:02:01 2 3.09 0.00 1.54 0.27 0.02 95.09 [2020-09-07T13:08:03.971Z] 13:02:01 3 3.11 0.00 2.04 0.08 0.02 94.75 [2020-09-07T13:08:03.971Z] 13:03:01 all 0.15 0.00 0.05 0.00 0.00 99.80 [2020-09-07T13:08:03.971Z] 13:03:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2020-09-07T13:08:03.971Z] 13:03:01 1 0.25 0.00 0.07 0.00 0.00 99.68 [2020-09-07T13:08:03.971Z] 13:03:01 2 0.27 0.00 0.05 0.00 0.00 99.68 [2020-09-07T13:08:03.971Z] 13:03:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2020-09-07T13:08:03.971Z] 13:04:01 all 0.18 0.00 0.04 0.00 0.00 99.77 [2020-09-07T13:08:03.971Z] 13:04:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-09-07T13:08:03.971Z] 13:04:01 1 0.55 0.00 0.02 0.00 0.00 99.43 [2020-09-07T13:08:03.971Z] 13:04:01 2 0.08 0.00 0.10 0.00 0.02 99.80 [2020-09-07T13:08:03.971Z] 13:04:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2020-09-07T13:08:03.971Z] 13:05:01 all 0.15 0.00 0.04 0.00 0.00 99.80 [2020-09-07T13:08:03.971Z] 13:05:01 0 0.03 0.00 0.07 0.00 0.00 99.90 [2020-09-07T13:08:03.971Z] 13:05:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2020-09-07T13:08:03.971Z] 13:05:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2020-09-07T13:08:03.971Z] 13:05:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2020-09-07T13:08:03.971Z] 13:06:01 all 0.18 0.00 0.06 0.00 0.00 99.76 [2020-09-07T13:08:03.971Z] 13:06:01 0 0.08 0.00 0.03 0.00 0.00 99.88 [2020-09-07T13:08:03.971Z] 13:06:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2020-09-07T13:08:03.971Z] 13:06:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2020-09-07T13:08:03.971Z] 13:06:01 3 0.03 0.00 0.15 0.00 0.00 99.82 [2020-09-07T13:08:03.971Z] 13:07:01 all 6.45 0.00 4.44 0.67 0.05 88.39 [2020-09-07T13:08:03.971Z] 13:07:01 0 5.90 0.00 5.00 1.44 0.03 87.63 [2020-09-07T13:08:03.971Z] 13:07:01 1 6.96 0.00 3.86 0.08 0.07 89.03 [2020-09-07T13:08:03.971Z] 13:07:01 2 6.64 0.00 4.49 0.59 0.05 88.23 [2020-09-07T13:08:03.971Z] 13:07:01 3 6.29 0.00 4.40 0.57 0.07 88.67 [2020-09-07T13:08:03.971Z] Average: all 1.71 0.00 1.08 0.22 0.01 96.97 [2020-09-07T13:08:03.971Z] Average: 0 1.53 0.00 1.24 0.48 0.01 96.74 [2020-09-07T13:08:03.971Z] Average: 1 2.05 0.00 0.93 0.15 0.01 96.85 [2020-09-07T13:08:03.971Z] Average: 2 1.69 0.00 1.04 0.14 0.02 97.12 [2020-09-07T13:08:03.971Z] Average: 3 1.58 0.00 1.11 0.11 0.01 97.19 [2020-09-07T13:08:03.971Z] [2020-09-07T13:08:03.971Z] [2020-09-07T13:08:03.971Z]