Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 60ee652064f677bb80d8a9b8d02e7b48382e3d17 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 85bea31ad76f85e2acd5a821f20c71e435d4ae12 # timeout=10 Commit message: "Merge pull request #249 from ernestojeda/fix-build-artifact" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1146 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-c.git > git init /w/workspace/edgexfoundry_device-sdk-c_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 Checking out Revision 60ee652064f677bb80d8a9b8d02e7b48382e3d17 (master) Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 60ee652064f677bb80d8a9b8d02e7b48382e3d17 # timeout=10 Commit message: "Merge pull request #296 from iain-anderson/issue-295" > git rev-list --no-walk 0730159153764daa4a8fdc7cfbde25041d3eb933 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-24T13:14:36.679Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-24T13:14:36.991Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-24T13:14:37.134Z] ========================================================= [2020-09-24T13:14:37.135Z] EdgeX Global Pipelines Version Info [2020-09-24T13:14:37.135Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-24T13:14:39.650Z] ------------------- [2020-09-24T13:14:39.650Z] stable info: [2020-09-24T13:14:39.650Z] ------------------- [2020-09-24T13:14:39.650Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-24T13:14:39.650Z] Commit SHA: 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [2020-09-24T13:14:39.650Z] Message: update stable to v1.0.128 [2020-09-24T13:14:40.628Z] ------------------- [2020-09-24T13:14:40.628Z] experimental info: [2020-09-24T13:14:40.628Z] ------------------- [2020-09-24T13:14:40.628Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-24T13:14:40.628Z] Commit SHA: 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [2020-09-24T13:14:40.628Z] Message: update experimental to v1.0.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-24T13:14:41.060Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-c-settings [Pipeline] echo [2020-09-24T13:14:41.219Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-c [Pipeline] echo [2020-09-24T13:14:41.326Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-24T13:14:41.431Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-24T13:14:41.570Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-24T13:14:41.675Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [Pipeline] echo [2020-09-24T13:14:41.773Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = scripts/Dockerfile.alpine-3.11 [Pipeline] echo [2020-09-24T13:14:41.874Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = scripts/Dockerfile.alpine-3.11-base [Pipeline] echo [2020-09-24T13:14:41.977Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-24T13:14:42.077Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-c [Pipeline] echo [2020-09-24T13:14:42.173Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-24T13:14:42.268Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-24T13:14:42.359Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-24T13:14:42.452Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T13:14:42.550Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-24T13:14:42.640Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-24T13:14:42.753Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-24T13:14:42.846Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-24T13:14:42.938Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-24T13:14:43.028Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 60ee652064f677bb80d8a9b8d02e7b48382e3d17 [Pipeline] echo [2020-09-24T13:14:43.119Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 60ee652 [Pipeline] echo [2020-09-24T13:14:43.269Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-09-24T13:14:44.682Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T13:14:45.265Z] [2020-09-24T13:14:45.265Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-24T13:14:45.647Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T13:14:45.648Z] latest: Pulling from edgex-devops/git-semver [2020-09-24T13:14:45.648Z] 31603596830f: Pulling fs layer [2020-09-24T13:14:45.648Z] 2a8b12db71e7: Pulling fs layer [2020-09-24T13:14:45.648Z] 6ca5941a6612: Pulling fs layer [2020-09-24T13:14:45.648Z] ecc8261a40a4: Pulling fs layer [2020-09-24T13:14:45.648Z] ecc8261a40a4: Waiting [2020-09-24T13:14:45.648Z] 2a8b12db71e7: Verifying Checksum [2020-09-24T13:14:45.648Z] 2a8b12db71e7: Download complete [2020-09-24T13:14:45.924Z] 31603596830f: Verifying Checksum [2020-09-24T13:14:45.924Z] 31603596830f: Download complete [2020-09-24T13:14:46.204Z] ecc8261a40a4: Verifying Checksum [2020-09-24T13:14:46.204Z] ecc8261a40a4: Download complete [2020-09-24T13:14:46.475Z] 6ca5941a6612: Verifying Checksum [2020-09-24T13:14:46.475Z] 6ca5941a6612: Download complete [2020-09-24T13:14:46.475Z] 31603596830f: Pull complete [2020-09-24T13:14:46.745Z] 2a8b12db71e7: Pull complete [2020-09-24T13:14:47.727Z] 6ca5941a6612: Pull complete [2020-09-24T13:14:47.991Z] ecc8261a40a4: Pull complete [2020-09-24T13:14:47.991Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-24T13:14:47.991Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T13:14:47.991Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-24T13:14:48.144Z] prd-centos7-docker-4c-2g-1146 does not seem to be running inside a container [2020-09-24T13:14:48.254Z] $ 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-24T13:14:50.392Z] $ docker top bfac2a0fc723f313d8630b6e4c59ab02aab1dd0763974eabae1d3233855c4904 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-24T13:14:50.806Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T13:14:50.806Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T13:14:51.470Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T13:14:51.500Z] $ docker exec bfac2a0fc723f313d8630b6e4c59ab02aab1dd0763974eabae1d3233855c4904 ssh-agent [2020-09-24T13:14:51.986Z] SSH_AUTH_SOCK=/tmp/ssh-Lbzysn76OjNR/agent.11 [2020-09-24T13:14:51.986Z] SSH_AGENT_PID=16 [2020-09-24T13:14:52.058Z] Running ssh-add (command line suppressed) [2020-09-24T13:14:52.268Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_4618391219056068652.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_4618391219056068652.key) [2020-09-24T13:14:52.398Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T13:14:52.817Z] + git describe --exact-match --tags HEAD [2020-09-24T13:14:52.818Z] fatal: no tag exactly matches '60ee652064f677bb80d8a9b8d02e7b48382e3d17' [Pipeline] } [2020-09-24T13:14:53.339Z] $ docker exec --env ******** --env ******** bfac2a0fc723f313d8630b6e4c59ab02aab1dd0763974eabae1d3233855c4904 ssh-agent -k [2020-09-24T13:14:53.537Z] unset SSH_AUTH_SOCK; [2020-09-24T13:14:53.538Z] unset SSH_AGENT_PID; [2020-09-24T13:14:53.538Z] echo Agent pid 16 killed; [2020-09-24T13:14:53.660Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-24T13:14:53.751Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-24T13:14:53.751Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-24T13:14:53.845Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T13:14:53.845Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T13:14:54.068Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T13:14:54.075Z] $ docker exec bfac2a0fc723f313d8630b6e4c59ab02aab1dd0763974eabae1d3233855c4904 ssh-agent [2020-09-24T13:14:54.280Z] SSH_AUTH_SOCK=/tmp/ssh-BKeg7Nv41OS2/agent.46 [2020-09-24T13:14:54.281Z] SSH_AGENT_PID=51 [2020-09-24T13:14:54.289Z] Running ssh-add (command line suppressed) [2020-09-24T13:14:54.462Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_4164962754973796428.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_4164962754973796428.key) [2020-09-24T13:14:54.560Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T13:14:54.944Z] + git semver init [2020-09-24T13:14:54.944Z] # -> Open(): unable to determine branch for HEAD [2020-09-24T13:14:54.944Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-09-24T13:14:54.944Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-09-24T13:14:54.944Z] # $SEMVER_REMOTE_NAME = origin [2020-09-24T13:14:54.944Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-24T13:14:54.944Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-24T13:14:54.944Z] # $SEMVER_BRANCH = master [2020-09-24T13:14:54.945Z] # $SEMVER_TEMP = /tmp/semver-965382820 [2020-09-24T13:14:54.945Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-c.git $SEMVER_TEMP [2020-09-24T13:14:55.938Z] # '/tmp/semver-965382820' -> '/w/workspace/edgexfoundry_device-sdk-c_master/.semver' [2020-09-24T13:14:55.938Z] # -> Force: false [2020-09-24T13:14:55.938Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [Pipeline] } [2020-09-24T13:14:55.974Z] $ docker exec --env ******** --env ******** bfac2a0fc723f313d8630b6e4c59ab02aab1dd0763974eabae1d3233855c4904 ssh-agent -k [2020-09-24T13:14:56.214Z] unset SSH_AUTH_SOCK; [2020-09-24T13:14:56.214Z] unset SSH_AGENT_PID; [2020-09-24T13:14:56.215Z] echo Agent pid 51 killed; [2020-09-24T13:14:56.267Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-24T13:14:56.804Z] + git semver [Pipeline] } [2020-09-24T13:14:56.835Z] $ docker stop --time=1 bfac2a0fc723f313d8630b6e4c59ab02aab1dd0763974eabae1d3233855c4904 [2020-09-24T13:14:58.395Z] $ docker rm -f bfac2a0fc723f313d8630b6e4c59ab02aab1dd0763974eabae1d3233855c4904 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-24T13:14:59.822Z] Stashed 28 file(s) [Pipeline] echo [2020-09-24T13:14:59.825Z] [edgeXSemver]: initialized semver on version 1.3.0-dev.6 [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-24T13:15:15.232Z] Still waiting to schedule task [2020-09-24T13:15:15.232Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1146’ [2020-09-24T13:15:15.234Z] Still waiting to schedule task [2020-09-24T13:15:15.234Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-24T13:17:17.438Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1147 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] ws [2020-09-24T13:17:17.559Z] Running in /w/workspace/device-sdk-c/43 [Pipeline] { [Pipeline] checkout [2020-09-24T13:17:22.869Z] using credential edgex-jenkins-ssh [2020-09-24T13:17:22.936Z] Cloning the remote Git repository [2020-09-24T13:17:23.002Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-09-24T13:17:23.120Z] > git init /w/workspace/device-sdk-c/43 # timeout=10 [2020-09-24T13:17:23.204Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-09-24T13:17:23.205Z] > git --version # timeout=10 [2020-09-24T13:17:23.233Z] > git --version # 'git version 2.17.1' [2020-09-24T13:17:23.235Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T13:17:23.321Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T13:17:24.578Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-09-24T13:17:24.604Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T13:17:24.646Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-09-24T13:17:24.688Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-09-24T13:17:24.689Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T13:17:24.701Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-24T13:17:25.223Z] Checking out Revision 60ee652064f677bb80d8a9b8d02e7b48382e3d17 (master) [2020-09-24T13:17:25.238Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T13:17:25.269Z] > git checkout -f 60ee652064f677bb80d8a9b8d02e7b48382e3d17 # timeout=10 [2020-09-24T13:17:29.816Z] Commit message: "Merge pull request #296 from iain-anderson/issue-295" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-24T13:17:31.336Z] ========================================================= [2020-09-24T13:17:31.336Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] [2020-09-24T13:17:31.336Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-24T13:17:32.658Z] + 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-24T13:17:33.645Z] Sending build context to Docker daemon 3.692MB [2020-09-24T13:17:33.645Z] Step 1/21 : ARG BASE=alpine:3.11 [2020-09-24T13:17:33.646Z] Step 2/21 : FROM ${BASE} as builder [2020-09-24T13:17:33.921Z] latest: Pulling from edgex-devops/edgex-gcc-base-arm64 [2020-09-24T13:17:33.921Z] 0362ad1dd800: Pulling fs layer [2020-09-24T13:17:33.921Z] f2cdb1532d8b: Pulling fs layer [2020-09-24T13:17:33.921Z] 37ed683be191: Pulling fs layer [2020-09-24T13:17:33.921Z] f2cdb1532d8b: Download complete [2020-09-24T13:17:34.524Z] 0362ad1dd800: Verifying Checksum [2020-09-24T13:17:34.524Z] 0362ad1dd800: Download complete [2020-09-24T13:17:35.517Z] 0362ad1dd800: Pull complete [2020-09-24T13:17:35.790Z] f2cdb1532d8b: Pull complete [2020-09-24T13:17:36.779Z] 37ed683be191: Verifying Checksum [2020-09-24T13:17:36.779Z] 37ed683be191: Download complete [2020-09-24T13:17:46.983Z] 37ed683be191: Pull complete [2020-09-24T13:17:46.983Z] Digest: sha256:f3a502aba7c4a8aa4a4fcde21dbb9db33787f3779e80dd14fb3ea60ab67de23f [2020-09-24T13:17:46.983Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest [2020-09-24T13:17:46.983Z] ---> b23d30803547 [2020-09-24T13:17:46.983Z] 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-24T13:17:47.259Z] ---> Running in 4f95cc548bb3 [2020-09-24T13:17:48.700Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-09-24T13:17:49.676Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-09-24T13:17:49.951Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-09-24T13:17:50.226Z] (2/8) Installing libuuid (2.33-r0) [2020-09-24T13:17:50.226Z] (3/8) Installing libblkid (2.33-r0) [2020-09-24T13:17:50.226Z] (4/8) Installing libfdisk (2.33-r0) [2020-09-24T13:17:50.499Z] (5/8) Installing libmount (2.33-r0) [2020-09-24T13:17:50.499Z] (6/8) Installing libsmartcols (2.33-r0) [2020-09-24T13:17:50.499Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-09-24T13:17:51.116Z] (8/8) Installing wget (1.20.3-r0) [2020-09-24T13:17:51.116Z] Executing busybox-1.29.3-r10.trigger [2020-09-24T13:17:51.116Z] OK: 285 MiB in 83 packages [2020-09-24T13:17:52.583Z] Removing intermediate container 4f95cc548bb3 [2020-09-24T13:17:52.583Z] ---> 8710db65350e [2020-09-24T13:17:52.583Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-09-24T13:17:52.583Z] ---> Running in 72868839406f [2020-09-24T13:17:53.002Z] Running on prd-centos7-docker-4c-2g-1148 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] ws [2020-09-24T13:17:53.068Z] Running in /w/workspace/device-sdk-c/43 [Pipeline] { [Pipeline] checkout [2020-09-24T13:17:53.195Z] Removing intermediate container 72868839406f [2020-09-24T13:17:53.195Z] ---> 7fb9e5d732d4 [2020-09-24T13:17:53.195Z] 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-24T13:17:53.195Z] ---> Running in 3f6b2400fa39 [2020-09-24T13:17:54.640Z] --2020-09-24 13:17:54-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-09-24T13:17:54.640Z] Resolving github.com... 140.82.112.4 [2020-09-24T13:17:54.640Z] Connecting to github.com|140.82.112.4|:443... connected. [2020-09-24T13:17:54.910Z] HTTP request sent, awaiting response... 302 Found [2020-09-24T13:17:54.910Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-09-24T13:17:54.910Z] --2020-09-24 13:17:54-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-09-24T13:17:54.910Z] Resolving codeload.github.com... 140.82.114.10 [2020-09-24T13:17:54.910Z] Connecting to codeload.github.com|140.82.114.10|:443... connected. [2020-09-24T13:17:55.187Z] HTTP request sent, awaiting response... 200 OK [2020-09-24T13:17:55.187Z] Length: unspecified [application/x-gzip] [2020-09-24T13:17:55.187Z] Saving to: 'STDOUT' [2020-09-24T13:17:55.187Z]  [2020-09-24T13:17:55.187Z] 0K .......... .......... .......... .......... .......... 1.23M [2020-09-24T13:17:55.187Z] 50K .......... .......... .......... .......... .......... 2.51M [2020-09-24T13:17:55.187Z] 100K .......... .......... .......... .......... .......... 10.2M [2020-09-24T13:17:55.187Z] 150K .......... .......... .......... .......... .......... 3.32M [2020-09-24T13:17:55.187Z] 200K .......... .......... .......... .......... .......... 9.77M [2020-09-24T13:17:55.187Z] 250K .......... .......... .......... .......... .......... 3.56M [2020-09-24T13:17:55.187Z] 300K .......... .......... .......... .......... .......... 5.14M [2020-09-24T13:17:55.187Z] 350K .......... .......... .......... .......... .......... 4.15M [2020-09-24T13:17:55.187Z] 400K .......... .......... .......... .......... .......... 3.44M [2020-09-24T13:17:55.187Z] 450K .......... .......... .......... .......... .......... 3.87M [2020-09-24T13:17:55.187Z] 500K .......... .......... .......... .......... .......... 9.76M [2020-09-24T13:17:55.187Z] 550K .......... .......... .......... .......... .......... 2.91M [2020-09-24T13:17:55.187Z] 600K .......... .......... .......... .......... .......... 893K [2020-09-24T13:17:55.187Z] 650K .......... .......... .......... .......... .......... 2.79M [2020-09-24T13:17:55.187Z] 700K ..  235K=0.3s [2020-09-24T13:17:55.187Z] [2020-09-24T13:17:55.187Z] 2020-09-24 13:17:55 (2.73 MB/s) - written to stdout [719348] [2020-09-24T13:17:55.187Z] [2020-09-24T13:17:55.793Z] -- The C compiler identification is GNU 8.3.0 [2020-09-24T13:17:55.793Z] -- The CXX compiler identification is GNU 8.3.0 [2020-09-24T13:17:55.793Z] -- Check for working C compiler: /usr/bin/cc [2020-09-24T13:17:55.931Z] using credential edgex-jenkins-ssh [2020-09-24T13:17:55.986Z] Cloning the remote Git repository [2020-09-24T13:17:56.069Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-09-24T13:17:56.069Z] -- Detecting C compiler ABI info [2020-09-24T13:17:56.345Z] -- Detecting C compiler ABI info - done [2020-09-24T13:17:56.345Z] -- Detecting C compile features [2020-09-24T13:17:56.021Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-09-24T13:17:56.090Z] > git init /w/workspace/device-sdk-c/43 # timeout=10 [2020-09-24T13:17:56.147Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-09-24T13:17:56.148Z] > git --version # timeout=10 [2020-09-24T13:17:56.157Z] > git --version # 'git version 2.16.5' [2020-09-24T13:17:56.157Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T13:17:56.183Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T13:17:57.323Z] -- Detecting C compile features - done [2020-09-24T13:17:57.323Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-09-24T13:17:57.323Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-09-24T13:17:57.323Z] -- Detecting CXX compiler ABI info [2020-09-24T13:17:57.345Z] Checking out Revision 60ee652064f677bb80d8a9b8d02e7b48382e3d17 (master) [2020-09-24T13:17:57.595Z] -- Detecting CXX compiler ABI info - done [2020-09-24T13:17:57.595Z] -- Detecting CXX compile features [2020-09-24T13:17:56.918Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-09-24T13:17:56.924Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T13:17:56.936Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-09-24T13:17:56.950Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-09-24T13:17:56.950Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T13:17:56.954Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-24T13:17:57.355Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T13:17:57.360Z] > git checkout -f 60ee652064f677bb80d8a9b8d02e7b48382e3d17 # timeout=10 [2020-09-24T13:17:59.036Z] -- Detecting CXX compile features - done [2020-09-24T13:17:59.309Z] -- Looking for include file endian.h [2020-09-24T13:17:59.309Z] -- Looking for include file endian.h - found [2020-09-24T13:17:59.309Z] -- Check if the system is big endian [2020-09-24T13:17:59.309Z] -- Searching 16 bit integer [2020-09-24T13:17:59.309Z] -- Looking for sys/types.h [2020-09-24T13:17:59.586Z] -- Looking for sys/types.h - found [2020-09-24T13:17:59.586Z] -- Looking for stdint.h [2020-09-24T13:17:59.860Z] -- Looking for stdint.h - found [2020-09-24T13:17:59.860Z] -- Looking for stddef.h [2020-09-24T13:18:00.133Z] -- Looking for stddef.h - found [2020-09-24T13:18:00.133Z] -- Check size of unsigned short [2020-09-24T13:18:00.407Z] -- Check size of unsigned short - done [2020-09-24T13:18:00.407Z] -- Using unsigned short [2020-09-24T13:18:00.681Z] -- Check if the system is big endian - little endian [2020-09-24T13:18:00.681Z] -- Check size of size_t [2020-09-24T13:18:00.952Z] -- Check size of size_t - done [2020-09-24T13:18:00.952Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-09-24T13:18:00.952Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-09-24T13:18:00.952Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-09-24T13:18:00.952Z] CMake did not find one. [2020-09-24T13:18:00.952Z] [2020-09-24T13:18:00.952Z] Could not find a package configuration file provided by "cJSON" with any of [2020-09-24T13:18:00.952Z] the following names: [2020-09-24T13:18:00.952Z] [2020-09-24T13:18:00.952Z] cJSONConfig.cmake [2020-09-24T13:18:00.952Z] cjson-config.cmake [2020-09-24T13:18:00.952Z] [2020-09-24T13:18:00.952Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-09-24T13:18:00.952Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-09-24T13:18:00.952Z] provides a separate development package or SDK, be sure it has been [2020-09-24T13:18:00.952Z] installed. [2020-09-24T13:18:00.952Z] [2020-09-24T13:18:00.952Z] [2020-09-24T13:18:00.952Z] -- Configuring done [2020-09-24T13:18:01.055Z] Commit message: "Merge pull request #296 from iain-anderson/issue-295" [2020-09-24T13:18:01.227Z] -- Generating done [2020-09-24T13:18:01.227Z] -- Build files have been written to: /tmp/cbor [2020-09-24T13:18:01.227Z] Scanning dependencies of target cbor_shared [2020-09-24T13:18:01.227Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-24T13:18:01.912Z] ========================================================= [2020-09-24T13:18:01.912Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2020-09-24T13:18:01.912Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-24T13:18:02.200Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-09-24T13:18:02.499Z] + 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-24T13:18:02.765Z] Sending build context to Docker daemon 3.692MB [2020-09-24T13:18:02.794Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-09-24T13:18:02.794Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-09-24T13:18:03.030Z] Step 1/21 : ARG BASE=alpine:3.11 [2020-09-24T13:18:03.030Z] Step 2/21 : FROM ${BASE} as builder [2020-09-24T13:18:03.030Z] latest: Pulling from edgex-devops/edgex-gcc-base [2020-09-24T13:18:03.030Z] e7c96db7181b: Pulling fs layer [2020-09-24T13:18:03.030Z] 4c13bbce0fe7: Pulling fs layer [2020-09-24T13:18:03.030Z] 6059c847ac2f: Pulling fs layer [2020-09-24T13:18:03.030Z] 4c13bbce0fe7: Verifying Checksum [2020-09-24T13:18:03.030Z] 4c13bbce0fe7: Download complete [2020-09-24T13:18:03.030Z] e7c96db7181b: Verifying Checksum [2020-09-24T13:18:03.030Z] e7c96db7181b: Download complete [2020-09-24T13:18:04.606Z] e7c96db7181b: Pull complete [2020-09-24T13:18:04.606Z] 4c13bbce0fe7: Pull complete [2020-09-24T13:18:04.606Z] 6059c847ac2f: Verifying Checksum [2020-09-24T13:18:04.606Z] 6059c847ac2f: Download complete [2020-09-24T13:18:04.620Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-09-24T13:18:04.620Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-09-24T13:18:04.620Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-09-24T13:18:04.620Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-09-24T13:18:04.620Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-09-24T13:18:04.620Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-09-24T13:18:04.902Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-09-24T13:18:05.182Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-09-24T13:18:05.785Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-09-24T13:18:06.061Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-09-24T13:18:06.339Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-09-24T13:18:06.339Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-09-24T13:18:06.615Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-09-24T13:18:06.889Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-09-24T13:18:07.163Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-09-24T13:18:07.439Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-09-24T13:18:07.711Z] [ 40%] Linking C shared library libcbor.so [2020-09-24T13:18:07.711Z] [ 40%] Built target cbor_shared [2020-09-24T13:18:07.711Z] Scanning dependencies of target cbor [2020-09-24T13:18:07.711Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-09-24T13:18:08.685Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-09-24T13:18:08.855Z] 6059c847ac2f: Pull complete [2020-09-24T13:18:08.855Z] Digest: sha256:6b5104d086ae1e5e8a284a473be9a93378e3934f9b07db5717372c857cbcbe5e [2020-09-24T13:18:08.855Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [2020-09-24T13:18:08.855Z] ---> 5eabd8fd8ba2 [2020-09-24T13:18:08.856Z] 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-24T13:18:09.279Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-09-24T13:18:09.279Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-09-24T13:18:10.712Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-09-24T13:18:10.712Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-09-24T13:18:10.985Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-09-24T13:18:10.985Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-09-24T13:18:11.258Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-09-24T13:18:11.441Z] ---> Running in 412b8bef3d94 [2020-09-24T13:18:11.529Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-09-24T13:18:12.021Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-09-24T13:18:12.506Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-09-24T13:18:12.506Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-09-24T13:18:12.970Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-09-24T13:18:13.101Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-09-24T13:18:13.232Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-09-24T13:18:13.233Z] (2/8) Installing libuuid (2.33-r0) [2020-09-24T13:18:13.373Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-09-24T13:18:13.494Z] (3/8) Installing libblkid (2.33-r0) [2020-09-24T13:18:13.494Z] (4/8) Installing libfdisk (2.33-r0) [2020-09-24T13:18:13.494Z] (5/8) Installing libmount (2.33-r0) [2020-09-24T13:18:13.647Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-09-24T13:18:13.647Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-09-24T13:18:13.761Z] (6/8) Installing libsmartcols (2.33-r0) [2020-09-24T13:18:13.761Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-09-24T13:18:13.922Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-09-24T13:18:14.029Z] (8/8) Installing wget (1.20.3-r0) [2020-09-24T13:18:14.192Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-09-24T13:18:14.291Z] Executing busybox-1.29.3-r10.trigger [2020-09-24T13:18:14.291Z] OK: 272 MiB in 83 packages [2020-09-24T13:18:14.465Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-09-24T13:18:14.737Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-09-24T13:18:14.874Z] Removing intermediate container 412b8bef3d94 [2020-09-24T13:18:14.874Z] ---> c364fc26c785 [2020-09-24T13:18:14.874Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-09-24T13:18:14.874Z] ---> Running in eccdb97ed56a [2020-09-24T13:18:15.008Z] [ 80%] Linking C static library libcbor.a [2020-09-24T13:18:15.008Z] [ 80%] Built target cbor [2020-09-24T13:18:15.008Z] Scanning dependencies of target create_items [2020-09-24T13:18:15.008Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-09-24T13:18:15.137Z] Removing intermediate container eccdb97ed56a [2020-09-24T13:18:15.137Z] ---> b62f0cf67156 [2020-09-24T13:18:15.137Z] 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-24T13:18:15.137Z] ---> Running in 91b6e1ca5f0e [2020-09-24T13:18:15.280Z] [ 84%] Linking C executable create_items [2020-09-24T13:18:15.280Z] [ 84%] Built target create_items [2020-09-24T13:18:15.280Z] Scanning dependencies of target readfile [2020-09-24T13:18:15.280Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-09-24T13:18:15.551Z] [ 88%] Linking C executable readfile [2020-09-24T13:18:15.551Z] [ 88%] Built target readfile [2020-09-24T13:18:15.551Z] Scanning dependencies of target streaming_parser [2020-09-24T13:18:15.717Z] --2020-09-24 13:18:15-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-09-24T13:18:15.717Z] Resolving github.com... 140.82.112.4 [2020-09-24T13:18:15.717Z] Connecting to github.com|140.82.112.4|:443... connected. [2020-09-24T13:18:15.717Z] HTTP request sent, awaiting response... 302 Found [2020-09-24T13:18:15.717Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-09-24T13:18:15.717Z] --2020-09-24 13:18:15-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-09-24T13:18:15.717Z] Resolving codeload.github.com... 140.82.114.10 [2020-09-24T13:18:15.717Z] Connecting to codeload.github.com|140.82.114.10|:443... connected. [2020-09-24T13:18:15.717Z] HTTP request sent, awaiting response... 200 OK [2020-09-24T13:18:15.717Z] Length: unspecified [application/x-gzip] [2020-09-24T13:18:15.717Z] Saving to: 'STDOUT' [2020-09-24T13:18:15.717Z]  [2020-09-24T13:18:15.717Z] 0K .......... .......... .......... .......... .......... 1.46M [2020-09-24T13:18:15.717Z] 50K .......... .......... .......... .......... .......... 3.99M [2020-09-24T13:18:15.717Z] 100K .......... .......... .......... .......... .......... 8.75M [2020-09-24T13:18:15.717Z] 150K .......... .......... .......... .......... .......... 4.40M [2020-09-24T13:18:15.718Z] 200K .......... .......... .......... .......... .......... 8.31M [2020-09-24T13:18:15.718Z] 250K .......... .......... .......... .......... .......... 8.86M [2020-09-24T13:18:15.718Z] 300K .......... .......... .......... .......... .......... 12.3M [2020-09-24T13:18:15.718Z] 350K .......... .......... .......... .......... .......... 7.65M [2020-09-24T13:18:15.718Z] 400K .......... .......... .......... .......... .......... 14.3M [2020-09-24T13:18:15.718Z] 450K .......... .......... .......... .......... .......... 7.45M [2020-09-24T13:18:15.718Z] 500K .......... .......... .......... .......... .......... 7.49M [2020-09-24T13:18:15.824Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-09-24T13:18:15.824Z] [ 92%] Linking C executable streaming_parser [2020-09-24T13:18:15.981Z] 550K .......... .......... .......... .......... .......... 3.47M [2020-09-24T13:18:15.981Z] 600K .......... .......... .......... .......... .......... 3.34M [2020-09-24T13:18:15.981Z] 650K .......... .......... .......... .......... .......... 4.81M [2020-09-24T13:18:15.981Z] 700K .. 35.5M=0.1s [2020-09-24T13:18:15.981Z] [2020-09-24T13:18:15.981Z] 2020-09-24 13:18:15 (4.92 MB/s) - written to stdout [719348] [2020-09-24T13:18:15.981Z] [2020-09-24T13:18:15.981Z] -- The C compiler identification is GNU 8.3.0 [2020-09-24T13:18:16.103Z] [ 92%] Built target streaming_parser [2020-09-24T13:18:16.103Z] Scanning dependencies of target sort [2020-09-24T13:18:16.103Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-09-24T13:18:16.103Z] [ 96%] Linking C executable sort [2020-09-24T13:18:16.244Z] -- The CXX compiler identification is GNU 8.3.0 [2020-09-24T13:18:16.244Z] -- Check for working C compiler: /usr/bin/cc [2020-09-24T13:18:16.244Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-09-24T13:18:16.244Z] -- Detecting C compiler ABI info [2020-09-24T13:18:16.244Z] -- Detecting C compiler ABI info - done [2020-09-24T13:18:16.244Z] -- Detecting C compile features [2020-09-24T13:18:16.377Z] [ 96%] Built target sort [2020-09-24T13:18:16.377Z] Scanning dependencies of target hello [2020-09-24T13:18:16.377Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-09-24T13:18:16.377Z] [100%] Linking C executable hello [2020-09-24T13:18:16.506Z] -- Detecting C compile features - done [2020-09-24T13:18:16.506Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-09-24T13:18:16.506Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-09-24T13:18:16.506Z] -- Detecting CXX compiler ABI info [2020-09-24T13:18:16.650Z] [100%] Built target hello [2020-09-24T13:18:16.650Z] Install the project... [2020-09-24T13:18:16.650Z] -- Install configuration: "Release" [2020-09-24T13:18:16.650Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-09-24T13:18:16.650Z] -- Installing: /usr/local/lib64/libcbor.a [2020-09-24T13:18:16.650Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-09-24T13:18:16.650Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-09-24T13:18:16.650Z] -- Installing: /usr/local/lib64/libcbor.so [2020-09-24T13:18:16.650Z] -- Up-to-date: /usr/local/include/cbor [2020-09-24T13:18:16.650Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-09-24T13:18:16.650Z] -- Installing: /usr/local/include/cbor/ints.h [2020-09-24T13:18:16.650Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-09-24T13:18:16.650Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-09-24T13:18:16.650Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-09-24T13:18:16.650Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-09-24T13:18:16.650Z] -- Installing: /usr/local/include/cbor/data.h [2020-09-24T13:18:16.650Z] -- Installing: /usr/local/include/cbor/common.h [2020-09-24T13:18:16.650Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-09-24T13:18:16.650Z] -- Installing: /usr/local/include/cbor/strings.h [2020-09-24T13:18:16.650Z] -- Installing: /usr/local/include/cbor/tags.h [2020-09-24T13:18:16.650Z] -- Installing: /usr/local/include/cbor/internal [2020-09-24T13:18:16.650Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-09-24T13:18:16.650Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-09-24T13:18:16.650Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-09-24T13:18:16.650Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-09-24T13:18:16.650Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-09-24T13:18:16.650Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-09-24T13:18:16.650Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-09-24T13:18:16.650Z] -- Installing: /usr/local/include/cbor/maps.h [2020-09-24T13:18:16.650Z] -- Installing: /usr/local/include/cbor.h [2020-09-24T13:18:16.650Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-09-24T13:18:16.768Z] -- Detecting CXX compiler ABI info - done [2020-09-24T13:18:16.768Z] -- Detecting CXX compile features [2020-09-24T13:18:17.346Z] -- Detecting CXX compile features - done [2020-09-24T13:18:17.346Z] -- Looking for include file endian.h [2020-09-24T13:18:17.346Z] -- Looking for include file endian.h - found [2020-09-24T13:18:17.346Z] -- Check if the system is big endian [2020-09-24T13:18:17.346Z] -- Searching 16 bit integer [2020-09-24T13:18:17.346Z] -- Looking for sys/types.h [2020-09-24T13:18:17.346Z] -- Looking for sys/types.h - found [2020-09-24T13:18:17.346Z] -- Looking for stdint.h [2020-09-24T13:18:17.346Z] -- Looking for stdint.h - found [2020-09-24T13:18:17.346Z] -- Looking for stddef.h [2020-09-24T13:18:17.610Z] -- Looking for stddef.h - found [2020-09-24T13:18:17.610Z] -- Check size of unsigned short [2020-09-24T13:18:17.610Z] -- Check size of unsigned short - done [2020-09-24T13:18:17.610Z] -- Using unsigned short [2020-09-24T13:18:17.610Z] -- Check if the system is big endian - little endian [2020-09-24T13:18:17.610Z] -- Check size of size_t [2020-09-24T13:18:17.872Z] -- Check size of size_t - done [2020-09-24T13:18:17.872Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-09-24T13:18:17.872Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-09-24T13:18:17.872Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-09-24T13:18:17.872Z] CMake did not find one. [2020-09-24T13:18:17.872Z] [2020-09-24T13:18:17.872Z] Could not find a package configuration file provided by "cJSON" with any of [2020-09-24T13:18:17.872Z] the following names: [2020-09-24T13:18:17.872Z] [2020-09-24T13:18:17.872Z] cJSONConfig.cmake [2020-09-24T13:18:17.872Z] cjson-config.cmake [2020-09-24T13:18:17.872Z] [2020-09-24T13:18:17.872Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-09-24T13:18:17.872Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-09-24T13:18:17.872Z] provides a separate development package or SDK, be sure it has been [2020-09-24T13:18:17.872Z] installed. [2020-09-24T13:18:17.872Z] [2020-09-24T13:18:17.872Z] [2020-09-24T13:18:17.872Z] -- Configuring done [2020-09-24T13:18:17.872Z] -- Generating done [2020-09-24T13:18:17.872Z] -- Build files have been written to: /tmp/cbor [2020-09-24T13:18:17.872Z] Scanning dependencies of target cbor_shared [2020-09-24T13:18:17.872Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-09-24T13:18:18.134Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-09-24T13:18:18.397Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-09-24T13:18:18.397Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-09-24T13:18:18.626Z] Removing intermediate container 3f6b2400fa39 [2020-09-24T13:18:18.626Z] ---> 3cd47d59c564 [2020-09-24T13:18:18.626Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-09-24T13:18:18.658Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-09-24T13:18:18.658Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-09-24T13:18:18.658Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-09-24T13:18:18.658Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-09-24T13:18:18.658Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-09-24T13:18:18.902Z] ---> Running in c873a3d1ef0c [2020-09-24T13:18:18.920Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-09-24T13:18:18.920Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-09-24T13:18:19.182Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-09-24T13:18:19.182Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-09-24T13:18:19.182Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-09-24T13:18:19.445Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-09-24T13:18:19.445Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-09-24T13:18:19.445Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-09-24T13:18:19.709Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-09-24T13:18:19.709Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-09-24T13:18:19.709Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-09-24T13:18:19.709Z] [ 40%] Linking C shared library libcbor.so [2020-09-24T13:18:19.709Z] [ 40%] Built target cbor_shared [2020-09-24T13:18:19.709Z] Scanning dependencies of target cbor [2020-09-24T13:18:19.972Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-09-24T13:18:19.972Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-09-24T13:18:20.235Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-09-24T13:18:20.235Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-09-24T13:18:20.498Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-09-24T13:18:20.763Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-09-24T13:18:20.763Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-09-24T13:18:20.763Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-09-24T13:18:20.763Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-09-24T13:18:21.026Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-09-24T13:18:21.026Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-09-24T13:18:21.292Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-09-24T13:18:21.292Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-09-24T13:18:21.292Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-09-24T13:18:21.517Z] Removing intermediate container c873a3d1ef0c [2020-09-24T13:18:21.518Z] ---> 63b635077f5b [2020-09-24T13:18:21.518Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-09-24T13:18:21.555Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-09-24T13:18:21.555Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-09-24T13:18:21.555Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-09-24T13:18:21.790Z] ---> 824065d8d604 [2020-09-24T13:18:21.791Z] Step 8/21 : COPY src /tmp/sdk/src [2020-09-24T13:18:21.822Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-09-24T13:18:21.822Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-09-24T13:18:21.822Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-09-24T13:18:21.822Z] [ 80%] Linking C static library libcbor.a [2020-09-24T13:18:21.822Z] [ 80%] Built target cbor [2020-09-24T13:18:21.822Z] Scanning dependencies of target create_items [2020-09-24T13:18:22.083Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-09-24T13:18:22.083Z] [ 84%] Linking C executable create_items [2020-09-24T13:18:22.083Z] [ 84%] Built target create_items [2020-09-24T13:18:22.083Z] Scanning dependencies of target readfile [2020-09-24T13:18:22.083Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-09-24T13:18:22.083Z] [ 88%] Linking C executable readfile [2020-09-24T13:18:22.083Z] [ 88%] Built target readfile [2020-09-24T13:18:22.083Z] Scanning dependencies of target streaming_parser [2020-09-24T13:18:22.083Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-09-24T13:18:22.346Z] [ 92%] Linking C executable streaming_parser [2020-09-24T13:18:22.346Z] [ 92%] Built target streaming_parser [2020-09-24T13:18:22.346Z] Scanning dependencies of target sort [2020-09-24T13:18:22.346Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-09-24T13:18:22.346Z] [ 96%] Linking C executable sort [2020-09-24T13:18:22.346Z] [ 96%] Built target sort [2020-09-24T13:18:22.346Z] Scanning dependencies of target hello [2020-09-24T13:18:22.346Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-09-24T13:18:22.346Z] [100%] Linking C executable hello [2020-09-24T13:18:22.346Z] [100%] Built target hello [2020-09-24T13:18:22.611Z] Install the project... [2020-09-24T13:18:22.611Z] -- Install configuration: "Release" [2020-09-24T13:18:22.611Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-09-24T13:18:22.611Z] -- Installing: /usr/local/lib64/libcbor.a [2020-09-24T13:18:22.611Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-09-24T13:18:22.611Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-09-24T13:18:22.611Z] -- Installing: /usr/local/lib64/libcbor.so [2020-09-24T13:18:22.611Z] -- Up-to-date: /usr/local/include/cbor [2020-09-24T13:18:22.611Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-09-24T13:18:22.611Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-09-24T13:18:22.611Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-09-24T13:18:22.611Z] -- Installing: /usr/local/include/cbor/common.h [2020-09-24T13:18:22.611Z] -- Installing: /usr/local/include/cbor/data.h [2020-09-24T13:18:22.611Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-09-24T13:18:22.611Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-09-24T13:18:22.611Z] -- Installing: /usr/local/include/cbor/internal [2020-09-24T13:18:22.611Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-09-24T13:18:22.611Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-09-24T13:18:22.611Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-09-24T13:18:22.611Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-09-24T13:18:22.611Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-09-24T13:18:22.611Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-09-24T13:18:22.611Z] -- Installing: /usr/local/include/cbor/ints.h [2020-09-24T13:18:22.611Z] -- Installing: /usr/local/include/cbor/maps.h [2020-09-24T13:18:22.611Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-09-24T13:18:22.611Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-09-24T13:18:22.611Z] -- Installing: /usr/local/include/cbor/strings.h [2020-09-24T13:18:22.611Z] -- Installing: /usr/local/include/cbor/tags.h [2020-09-24T13:18:22.611Z] -- Installing: /usr/local/include/cbor.h [2020-09-24T13:18:22.611Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-09-24T13:18:22.772Z] ---> 902c8994a497 [2020-09-24T13:18:22.772Z] Step 9/21 : COPY include /tmp/sdk/include [2020-09-24T13:18:23.366Z] ---> 6cea40509ef0 [2020-09-24T13:18:23.366Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-09-24T13:18:23.959Z] ---> 010a8d43ca97 [2020-09-24T13:18:23.959Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-09-24T13:18:24.935Z] ---> 977012e36465 [2020-09-24T13:18:24.935Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-09-24T13:18:25.186Z] Removing intermediate container 91b6e1ca5f0e [2020-09-24T13:18:25.186Z] ---> 350f49a2c113 [2020-09-24T13:18:25.186Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-09-24T13:18:25.186Z] ---> Running in 3f0733a9210e [2020-09-24T13:18:25.531Z] ---> ebed55899475 [2020-09-24T13:18:25.531Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-09-24T13:18:25.531Z] ---> Running in c41326a35a0e [2020-09-24T13:18:26.576Z] Removing intermediate container 3f0733a9210e [2020-09-24T13:18:26.576Z] ---> d724d72f11d6 [2020-09-24T13:18:26.576Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-09-24T13:18:26.576Z] ---> e8be17b92aba [2020-09-24T13:18:26.576Z] Step 8/21 : COPY src /tmp/sdk/src [2020-09-24T13:18:26.964Z] + CPPCHECK=false [2020-09-24T13:18:26.964Z] + DOCGEN=false [2020-09-24T13:18:26.964Z] + TOMLVER=SDK-0.2 [2020-09-24T13:18:26.964Z] + CUTILVER=1.1.1 [2020-09-24T13:18:26.964Z] + '[' 0 -gt 0 ] [2020-09-24T13:18:26.964Z] + readlink -f ./scripts/build.sh [2020-09-24T13:18:26.964Z] + dirname /tmp/sdk/scripts/build.sh [2020-09-24T13:18:26.964Z] + dirname /tmp/sdk/scripts [2020-09-24T13:18:26.964Z] + ROOT=/tmp/sdk [2020-09-24T13:18:26.964Z] + cd /tmp/sdk [2020-09-24T13:18:26.964Z] + '[' '!' -d deps ] [2020-09-24T13:18:26.964Z] + mkdir deps [2020-09-24T13:18:26.964Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-09-24T13:18:26.964Z] + tar -C deps -z -x -f - [2020-09-24T13:18:26.964Z] --2020-09-24 13:18:26-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-09-24T13:18:26.964Z] Resolving github.com... 140.82.112.4 [2020-09-24T13:18:27.234Z] Connecting to github.com|140.82.112.4|:443... connected. [2020-09-24T13:18:27.234Z] HTTP request sent, awaiting response... 302 Found [2020-09-24T13:18:27.234Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-09-24T13:18:27.234Z] --2020-09-24 13:18:27-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-09-24T13:18:27.234Z] Resolving codeload.github.com... 140.82.114.10 [2020-09-24T13:18:27.234Z] Connecting to codeload.github.com|140.82.114.10|:443... connected. [2020-09-24T13:18:27.504Z] HTTP request sent, awaiting response... 200 OK [2020-09-24T13:18:27.504Z] Length: unspecified [application/x-gzip] [2020-09-24T13:18:27.504Z] Saving to: 'STDOUT' [2020-09-24T13:18:27.504Z]  [2020-09-24T13:18:27.504Z] 0K .......... ......  1.07M=0.01s [2020-09-24T13:18:27.504Z] [2020-09-24T13:18:27.504Z] 2020-09-24 13:18:27 (1.07 MB/s) - written to stdout [16451] [2020-09-24T13:18:27.504Z] [2020-09-24T13:18:27.504Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-09-24T13:18:27.504Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.1.tar.gz [2020-09-24T13:18:27.504Z] + tar -C deps -z -x -f - [2020-09-24T13:18:27.504Z] --2020-09-24 13:18:27-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.1.tar.gz [2020-09-24T13:18:27.504Z] Resolving github.com... 140.82.112.4 [2020-09-24T13:18:27.504Z] Connecting to github.com|140.82.112.4|:443... connected. [2020-09-24T13:18:27.504Z] HTTP request sent, awaiting response... 302 Found [2020-09-24T13:18:27.504Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.1 [following] [2020-09-24T13:18:27.504Z] --2020-09-24 13:18:27-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.1 [2020-09-24T13:18:27.504Z] Resolving codeload.github.com... 140.82.114.10 [2020-09-24T13:18:27.504Z] Connecting to codeload.github.com|140.82.114.10|:443... connected. [2020-09-24T13:18:27.523Z] ---> bff4b0c7b7eb [2020-09-24T13:18:27.523Z] Step 9/21 : COPY include /tmp/sdk/include [2020-09-24T13:18:27.524Z] ---> 1ed4d21f6aa0 [2020-09-24T13:18:27.524Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-09-24T13:18:27.774Z] HTTP request sent, awaiting response... 200 OK [2020-09-24T13:18:27.774Z] Length: unspecified [application/x-gzip] [2020-09-24T13:18:27.775Z] Saving to: 'STDOUT' [2020-09-24T13:18:27.775Z]  [2020-09-24T13:18:27.785Z] ---> 54642f86858d [2020-09-24T13:18:27.786Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-09-24T13:18:28.045Z] 0K .......... .......... .......... .......... .......... 155K [2020-09-24T13:18:28.047Z] ---> 29fe28013c12 [2020-09-24T13:18:28.047Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-09-24T13:18:28.318Z] 50K .......... .......... .......... .......... .......... 543K [2020-09-24T13:18:28.318Z] 100K .......... .......... .......... .......... .......... 3.45M [2020-09-24T13:18:28.319Z] 150K .......... .......... .....           1.82M=0.4s [2020-09-24T13:18:28.319Z] [2020-09-24T13:18:28.319Z] 2020-09-24 13:18:28 (396 KB/s) - written to stdout [179833] [2020-09-24T13:18:28.319Z] [2020-09-24T13:18:28.319Z] + mkdir -p src/c/iot [2020-09-24T13:18:28.319Z] + cp deps/iotech-c-utils-1.1.1/src/c/base64.c deps/iotech-c-utils-1.1.1/src/c/component.c deps/iotech-c-utils-1.1.1/src/c/config.c deps/iotech-c-utils-1.1.1/src/c/container.c deps/iotech-c-utils-1.1.1/src/c/data.c deps/iotech-c-utils-1.1.1/src/c/hash.c deps/iotech-c-utils-1.1.1/src/c/iot.c deps/iotech-c-utils-1.1.1/src/c/json.c deps/iotech-c-utils-1.1.1/src/c/logger.c deps/iotech-c-utils-1.1.1/src/c/os.c deps/iotech-c-utils-1.1.1/src/c/scheduler.c deps/iotech-c-utils-1.1.1/src/c/thread.c deps/iotech-c-utils-1.1.1/src/c/threadpool.c deps/iotech-c-utils-1.1.1/src/c/time.c deps/iotech-c-utils-1.1.1/src/c/yxml.c src/c/iot [2020-09-24T13:18:28.319Z] + mkdir -p include/iot [2020-09-24T13:18:28.319Z] + cp deps/iotech-c-utils-1.1.1/include/iot/base64.h deps/iotech-c-utils-1.1.1/include/iot/component.h deps/iotech-c-utils-1.1.1/include/iot/config.h deps/iotech-c-utils-1.1.1/include/iot/container.h deps/iotech-c-utils-1.1.1/include/iot/data.h deps/iotech-c-utils-1.1.1/include/iot/hash.h deps/iotech-c-utils-1.1.1/include/iot/iot.h deps/iotech-c-utils-1.1.1/include/iot/json.h deps/iotech-c-utils-1.1.1/include/iot/logger.h deps/iotech-c-utils-1.1.1/include/iot/os.h deps/iotech-c-utils-1.1.1/include/iot/scheduler.h deps/iotech-c-utils-1.1.1/include/iot/thread.h deps/iotech-c-utils-1.1.1/include/iot/threadpool.h deps/iotech-c-utils-1.1.1/include/iot/time.h deps/iotech-c-utils-1.1.1/include/iot/typecode.h deps/iotech-c-utils-1.1.1/include/iot/yxml.h include/iot [2020-09-24T13:18:28.319Z] + mkdir -p include/iot/os [2020-09-24T13:18:28.319Z] + cp deps/iotech-c-utils-1.1.1/include/iot/os/linux.h deps/iotech-c-utils-1.1.1/include/iot/os/macos.h deps/iotech-c-utils-1.1.1/include/iot/os/zephyr.h include/iot/os [2020-09-24T13:18:28.319Z] + mkdir -p /tmp/sdk/build/release [2020-09-24T13:18:28.319Z] + cd /tmp/sdk/build/release [2020-09-24T13:18:28.319Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-09-24T13:18:28.320Z] ---> a923e7db50b5 [2020-09-24T13:18:28.320Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-09-24T13:18:28.320Z] ---> Running in d07908558a17 [2020-09-24T13:18:28.590Z] -- The C compiler identification is GNU 8.3.0 [2020-09-24T13:18:28.590Z] -- Check for working C compiler: /usr/bin/cc [2020-09-24T13:18:28.865Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-09-24T13:18:28.865Z] -- Detecting C compiler ABI info [2020-09-24T13:18:28.896Z] + CPPCHECK=false [2020-09-24T13:18:28.897Z] + DOCGEN=false [2020-09-24T13:18:28.897Z] + TOMLVER=SDK-0.2 [2020-09-24T13:18:28.897Z] + CUTILVER=1.1.1 [2020-09-24T13:18:28.897Z] + '[' 0 -gt 0 ] [2020-09-24T13:18:28.897Z] + readlink -f ./scripts/build.sh [2020-09-24T13:18:28.897Z] + dirname /tmp/sdk/scripts/build.sh [2020-09-24T13:18:28.897Z] + dirname /tmp/sdk/scripts [2020-09-24T13:18:28.897Z] + ROOT=/tmp/sdk [2020-09-24T13:18:28.897Z] + cd /tmp/sdk [2020-09-24T13:18:28.897Z] + '[' '!' -d deps ] [2020-09-24T13:18:28.897Z] + mkdir deps [2020-09-24T13:18:28.897Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-09-24T13:18:28.897Z] + tar -C deps -z -x -f - [2020-09-24T13:18:28.897Z] --2020-09-24 13:18:28-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-09-24T13:18:28.897Z] Resolving github.com... 140.82.112.4 [2020-09-24T13:18:28.897Z] Connecting to github.com|140.82.112.4|:443... connected. [2020-09-24T13:18:28.897Z] HTTP request sent, awaiting response... 302 Found [2020-09-24T13:18:28.897Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-09-24T13:18:28.897Z] --2020-09-24 13:18:28-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-09-24T13:18:28.897Z] Resolving codeload.github.com... 140.82.114.10 [2020-09-24T13:18:28.897Z] Connecting to codeload.github.com|140.82.114.10|:443... connected. [2020-09-24T13:18:28.897Z] HTTP request sent, awaiting response... 200 OK [2020-09-24T13:18:28.897Z] Length: 16451 (16K) [application/x-gzip] [2020-09-24T13:18:28.897Z] Saving to: 'STDOUT' [2020-09-24T13:18:28.897Z] [2020-09-24T13:18:28.897Z] 0K .......... ...... 100% 935K=0.02s [2020-09-24T13:18:28.897Z] [2020-09-24T13:18:28.897Z] 2020-09-24 13:18:28 (935 KB/s) - written to stdout [16451/16451] [2020-09-24T13:18:28.897Z] [2020-09-24T13:18:28.897Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-09-24T13:18:28.897Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.1.tar.gz [2020-09-24T13:18:28.897Z] + tar -C deps -z -x -f - [2020-09-24T13:18:28.897Z] --2020-09-24 13:18:28-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.1.tar.gz [2020-09-24T13:18:28.897Z] Resolving github.com... 140.82.112.4 [2020-09-24T13:18:28.897Z] Connecting to github.com|140.82.112.4|:443... connected. [2020-09-24T13:18:28.897Z] HTTP request sent, awaiting response... 302 Found [2020-09-24T13:18:28.897Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.1 [following] [2020-09-24T13:18:28.897Z] --2020-09-24 13:18:28-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.1 [2020-09-24T13:18:28.897Z] Resolving codeload.github.com... 140.82.114.10 [2020-09-24T13:18:29.137Z] -- Detecting C compiler ABI info - done [2020-09-24T13:18:29.137Z] -- Detecting C compile features [2020-09-24T13:18:29.158Z] Connecting to codeload.github.com|140.82.114.10|:443... connected. [2020-09-24T13:18:29.159Z] HTTP request sent, awaiting response... 200 OK [2020-09-24T13:18:29.159Z] Length: unspecified [application/x-gzip] [2020-09-24T13:18:29.159Z] Saving to: 'STDOUT' [2020-09-24T13:18:29.159Z]  [2020-09-24T13:18:29.159Z] 0K .......... .......... .......... .......... .......... 915K [2020-09-24T13:18:29.159Z] 50K .......... .......... .......... .......... .......... 1.35M [2020-09-24T13:18:29.159Z] 100K .......... .......... .......... .......... .......... 14.4M [2020-09-24T13:18:29.159Z] 150K .......... .......... ..... 13.3M=0.1s [2020-09-24T13:18:29.159Z] [2020-09-24T13:18:29.159Z] 2020-09-24 13:18:29 (1.79 MB/s) - written to stdout [179833] [2020-09-24T13:18:29.159Z] [2020-09-24T13:18:29.159Z] + mkdir -p src/c/iot [2020-09-24T13:18:29.159Z] + cp deps/iotech-c-utils-1.1.1/src/c/base64.c deps/iotech-c-utils-1.1.1/src/c/component.c deps/iotech-c-utils-1.1.1/src/c/config.c deps/iotech-c-utils-1.1.1/src/c/container.c deps/iotech-c-utils-1.1.1/src/c/data.c deps/iotech-c-utils-1.1.1/src/c/hash.c deps/iotech-c-utils-1.1.1/src/c/iot.c deps/iotech-c-utils-1.1.1/src/c/json.c deps/iotech-c-utils-1.1.1/src/c/logger.c deps/iotech-c-utils-1.1.1/src/c/os.c deps/iotech-c-utils-1.1.1/src/c/scheduler.c deps/iotech-c-utils-1.1.1/src/c/thread.c deps/iotech-c-utils-1.1.1/src/c/threadpool.c deps/iotech-c-utils-1.1.1/src/c/time.c deps/iotech-c-utils-1.1.1/src/c/yxml.c src/c/iot [2020-09-24T13:18:29.159Z] + mkdir -p include/iot [2020-09-24T13:18:29.159Z] + cp deps/iotech-c-utils-1.1.1/include/iot/base64.h deps/iotech-c-utils-1.1.1/include/iot/component.h deps/iotech-c-utils-1.1.1/include/iot/config.h deps/iotech-c-utils-1.1.1/include/iot/container.h deps/iotech-c-utils-1.1.1/include/iot/data.h deps/iotech-c-utils-1.1.1/include/iot/hash.h deps/iotech-c-utils-1.1.1/include/iot/iot.h deps/iotech-c-utils-1.1.1/include/iot/json.h deps/iotech-c-utils-1.1.1/include/iot/logger.h deps/iotech-c-utils-1.1.1/include/iot/os.h deps/iotech-c-utils-1.1.1/include/iot/scheduler.h deps/iotech-c-utils-1.1.1/include/iot/thread.h deps/iotech-c-utils-1.1.1/include/iot/threadpool.h deps/iotech-c-utils-1.1.1/include/iot/time.h deps/iotech-c-utils-1.1.1/include/iot/typecode.h deps/iotech-c-utils-1.1.1/include/iot/yxml.h include/iot [2020-09-24T13:18:29.159Z] + mkdir -p include/iot/os [2020-09-24T13:18:29.159Z] + cp deps/iotech-c-utils-1.1.1/include/iot/os/linux.h deps/iotech-c-utils-1.1.1/include/iot/os/macos.h deps/iotech-c-utils-1.1.1/include/iot/os/zephyr.h include/iot/os [2020-09-24T13:18:29.159Z] + mkdir -p /tmp/sdk/build/release [2020-09-24T13:18:29.159Z] + cd /tmp/sdk/build/release [2020-09-24T13:18:29.159Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-09-24T13:18:29.422Z] -- The C compiler identification is GNU 8.3.0 [2020-09-24T13:18:29.422Z] -- Check for working C compiler: /usr/bin/cc [2020-09-24T13:18:29.422Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-09-24T13:18:29.422Z] -- Detecting C compiler ABI info [2020-09-24T13:18:29.422Z] -- Detecting C compiler ABI info - done [2020-09-24T13:18:29.422Z] -- Detecting C compile features [2020-09-24T13:18:29.691Z] -- Detecting C compile features - done [2020-09-24T13:18:29.691Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-09-24T13:18:29.691Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-09-24T13:18:29.691Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-09-24T13:18:29.691Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-09-24T13:18:29.691Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-09-24T13:18:29.691Z] -- C SDK 1.3.0-dev.6 for Linux [2020-09-24T13:18:29.691Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-09-24T13:18:29.730Z] -- Detecting C compile features - done [2020-09-24T13:18:29.953Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-09-24T13:18:29.953Z] -- Found Curses: /usr/lib/libcurses.so [2020-09-24T13:18:29.953Z] -- Configuring done [2020-09-24T13:18:29.953Z] -- Generating done [2020-09-24T13:18:29.953Z] -- Build files have been written to: /tmp/sdk/build/release [2020-09-24T13:18:29.953Z] + make [2020-09-24T13:18:29.953Z] + tee release.log [2020-09-24T13:18:29.953Z] Scanning dependencies of target csdk [2020-09-24T13:18:30.003Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-09-24T13:18:30.003Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-09-24T13:18:30.003Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-09-24T13:18:30.003Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-09-24T13:18:30.003Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-09-24T13:18:30.003Z] -- C SDK 1.3.0-dev.6 for Linux [2020-09-24T13:18:30.003Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-09-24T13:18:30.003Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-09-24T13:18:30.216Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-09-24T13:18:30.216Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-09-24T13:18:30.274Z] -- Found Curses: /usr/lib/libcurses.so [2020-09-24T13:18:30.274Z] -- Configuring done [2020-09-24T13:18:30.479Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-09-24T13:18:30.548Z] -- Generating done [2020-09-24T13:18:30.548Z] -- Build files have been written to: /tmp/sdk/build/release [2020-09-24T13:18:30.548Z] + make [2020-09-24T13:18:30.548Z] + tee release.log [2020-09-24T13:18:30.548Z] Scanning dependencies of target csdk [2020-09-24T13:18:30.742Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-09-24T13:18:30.822Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-09-24T13:18:31.004Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-09-24T13:18:31.004Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-09-24T13:18:31.267Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-09-24T13:18:31.415Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-09-24T13:18:31.694Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-09-24T13:18:31.840Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-09-24T13:18:32.102Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-09-24T13:18:32.102Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-09-24T13:18:32.364Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-09-24T13:18:32.364Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-09-24T13:18:32.364Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-09-24T13:18:32.626Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-09-24T13:18:33.571Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-09-24T13:18:33.571Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-09-24T13:18:33.571Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-09-24T13:18:33.660Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-09-24T13:18:33.833Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-09-24T13:18:33.833Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-09-24T13:18:34.251Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-09-24T13:18:34.407Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-09-24T13:18:34.522Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-09-24T13:18:34.670Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-09-24T13:18:34.670Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-09-24T13:18:34.670Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-09-24T13:18:34.932Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-09-24T13:18:34.932Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-09-24T13:18:35.193Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-09-24T13:18:35.193Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-09-24T13:18:35.456Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-09-24T13:18:35.456Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2020-09-24T13:18:35.497Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-09-24T13:18:36.032Z] [ 48%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-09-24T13:18:36.032Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-09-24T13:18:36.297Z] [ 51%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-09-24T13:18:36.297Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-09-24T13:18:37.462Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-09-24T13:18:37.691Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-09-24T13:18:37.691Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-09-24T13:18:37.954Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-09-24T13:18:37.954Z] [ 59%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-09-24T13:18:38.056Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-09-24T13:18:38.216Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-09-24T13:18:38.479Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-09-24T13:18:38.659Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-09-24T13:18:39.054Z] [ 64%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-09-24T13:18:39.257Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-09-24T13:18:39.534Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-09-24T13:18:39.534Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-09-24T13:18:39.807Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-09-24T13:18:40.001Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-09-24T13:18:40.001Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-09-24T13:18:40.263Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-09-24T13:18:40.528Z] [ 70%] Linking C shared library libcsdk.so [2020-09-24T13:18:40.528Z] [ 70%] Built target csdk [2020-09-24T13:18:40.528Z] Scanning dependencies of target template [2020-09-24T13:18:40.528Z] [ 72%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-09-24T13:18:40.790Z] [ 74%] Linking C executable template [2020-09-24T13:18:40.790Z] [ 74%] Built target template [2020-09-24T13:18:40.790Z] Scanning dependencies of target device-counter [2020-09-24T13:18:40.790Z] [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-09-24T13:18:41.053Z] [ 77%] Linking C executable device-counter [2020-09-24T13:18:41.053Z] [ 77%] Built target device-counter [2020-09-24T13:18:41.053Z] Scanning dependencies of target device-random [2020-09-24T13:18:41.053Z] [ 79%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-09-24T13:18:41.053Z] [ 80%] Linking C executable device-random [2020-09-24T13:18:41.315Z] [ 80%] Built target device-random [2020-09-24T13:18:41.315Z] Scanning dependencies of target device-gyro [2020-09-24T13:18:41.315Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-09-24T13:18:41.315Z] [ 83%] Linking C executable device-gyro [2020-09-24T13:18:41.315Z] [ 83%] Built target device-gyro [2020-09-24T13:18:41.315Z] Scanning dependencies of target device-bitfields [2020-09-24T13:18:41.576Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-09-24T13:18:41.576Z] [ 87%] Linking C executable device-bitfields [2020-09-24T13:18:41.576Z] [ 87%] Built target device-bitfields [2020-09-24T13:18:41.576Z] Scanning dependencies of target template-discovery [2020-09-24T13:18:41.576Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-09-24T13:18:41.840Z] [ 90%] Linking C executable template-discovery [2020-09-24T13:18:41.840Z] [ 90%] Built target template-discovery [2020-09-24T13:18:41.840Z] Scanning dependencies of target device-file [2020-09-24T13:18:41.840Z] [ 91%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-09-24T13:18:42.103Z] [ 93%] Linking C executable device-file [2020-09-24T13:18:42.103Z] [ 93%] Built target device-file [2020-09-24T13:18:42.103Z] Scanning dependencies of target device-terminal [2020-09-24T13:18:42.103Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-09-24T13:18:42.366Z] [ 96%] Linking C executable device-terminal [2020-09-24T13:18:42.366Z] [ 96%] Built target device-terminal [2020-09-24T13:18:42.366Z] Scanning dependencies of target templatev1 [2020-09-24T13:18:42.366Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-09-24T13:18:42.628Z] [100%] Linking C executable templatev1 [2020-09-24T13:18:42.628Z] [100%] Built target templatev1 [2020-09-24T13:18:42.628Z] + make package+ [2020-09-24T13:18:42.628Z] tee -a release.log [2020-09-24T13:18:42.628Z] [ 70%] Built target csdk [2020-09-24T13:18:42.628Z] [ 74%] Built target template [2020-09-24T13:18:42.628Z] [ 77%] Built target device-counter [2020-09-24T13:18:42.628Z] [ 80%] Built target device-random [2020-09-24T13:18:42.628Z] [ 83%] Built target device-gyro [2020-09-24T13:18:42.628Z] [ 87%] Built target device-bitfields [2020-09-24T13:18:42.896Z] [ 90%] Built target template-discovery [2020-09-24T13:18:42.896Z] [ 93%] Built target device-file [2020-09-24T13:18:42.896Z] [ 96%] Built target device-terminal [2020-09-24T13:18:42.896Z] [100%] Built target templatev1 [2020-09-24T13:18:42.896Z] Run CPack packaging tool... [2020-09-24T13:18:42.896Z] CPack: Create package using TGZ [2020-09-24T13:18:42.896Z] CPack: Install projects [2020-09-24T13:18:42.896Z] CPack: - Run preinstall target for: Csdk [2020-09-24T13:18:43.158Z] CPack: - Install project: Csdk [2020-09-24T13:18:43.158Z] CPack: Create package [2020-09-24T13:18:43.158Z] CPack: - package: /tmp/sdk/build/release/csdk-1.3.0-dev.6.tar.gz generated. [2020-09-24T13:18:43.158Z] + '[' false '=' true ] [2020-09-24T13:18:43.158Z] + '[' false '=' true ] [2020-09-24T13:18:43.158Z] + mkdir -p /tmp/sdk/build/debug [2020-09-24T13:18:43.158Z] + cd /tmp/sdk/build/debug [2020-09-24T13:18:43.158Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-09-24T13:18:43.158Z] -- The C compiler identification is GNU 8.3.0 [2020-09-24T13:18:43.158Z] -- Check for working C compiler: /usr/bin/cc [2020-09-24T13:18:43.420Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-09-24T13:18:43.420Z] -- Detecting C compiler ABI info [2020-09-24T13:18:43.420Z] -- Detecting C compiler ABI info - done [2020-09-24T13:18:43.420Z] -- Detecting C compile features [2020-09-24T13:18:43.682Z] -- Detecting C compile features - done [2020-09-24T13:18:43.682Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-09-24T13:18:43.682Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-09-24T13:18:43.682Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-09-24T13:18:43.682Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-09-24T13:18:43.682Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-09-24T13:18:43.682Z] -- C SDK 1.3.0-dev.6 for Linux [2020-09-24T13:18:43.682Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-09-24T13:18:43.682Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-09-24T13:18:43.682Z] -- Found Curses: /usr/lib/libcurses.so [2020-09-24T13:18:43.944Z] -- Configuring done [2020-09-24T13:18:43.944Z] -- Generating done [2020-09-24T13:18:43.944Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-09-24T13:18:43.944Z] + make [2020-09-24T13:18:43.944Z] + tee debug.log [2020-09-24T13:18:43.944Z] Scanning dependencies of target csdk [2020-09-24T13:18:43.944Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-09-24T13:18:44.096Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-09-24T13:18:44.096Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-09-24T13:18:44.096Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-09-24T13:18:44.206Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-09-24T13:18:44.206Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-09-24T13:18:44.367Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-09-24T13:18:44.467Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-09-24T13:18:44.468Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-09-24T13:18:44.468Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-09-24T13:18:44.729Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-09-24T13:18:44.729Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-09-24T13:18:44.958Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-09-24T13:18:45.000Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-09-24T13:18:45.000Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-09-24T13:18:45.000Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-09-24T13:18:45.000Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-09-24T13:18:45.261Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-09-24T13:18:45.261Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-09-24T13:18:45.525Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-09-24T13:18:45.525Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-09-24T13:18:45.525Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-09-24T13:18:45.788Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-09-24T13:18:45.788Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-09-24T13:18:46.053Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-09-24T13:18:46.053Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-09-24T13:18:46.053Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-09-24T13:18:46.316Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-09-24T13:18:46.316Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-09-24T13:18:46.316Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-09-24T13:18:46.316Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-09-24T13:18:46.316Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-09-24T13:18:46.578Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-09-24T13:18:46.578Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2020-09-24T13:18:46.578Z] [ 48%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-09-24T13:18:46.840Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-09-24T13:18:46.840Z] [ 51%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-09-24T13:18:46.840Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-09-24T13:18:47.101Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-09-24T13:18:47.363Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-09-24T13:18:47.363Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-09-24T13:18:47.363Z] [ 59%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-09-24T13:18:47.565Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-09-24T13:18:47.565Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-09-24T13:18:47.626Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-09-24T13:18:47.836Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-09-24T13:18:47.887Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-09-24T13:18:47.887Z] [ 64%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-09-24T13:18:48.149Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-09-24T13:18:48.149Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-09-24T13:18:48.412Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-09-24T13:18:48.412Z] [ 70%] Linking C shared library libcsdk.so [2020-09-24T13:18:48.412Z] [ 70%] Built target csdk [2020-09-24T13:18:48.412Z] Scanning dependencies of target template [2020-09-24T13:18:48.412Z] [ 72%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-09-24T13:18:48.430Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-09-24T13:18:48.675Z] [ 74%] Linking C executable template [2020-09-24T13:18:48.675Z] [ 74%] Built target template [2020-09-24T13:18:48.675Z] Scanning dependencies of target device-counter [2020-09-24T13:18:48.675Z] [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-09-24T13:18:48.675Z] [ 77%] Linking C executable device-counter [2020-09-24T13:18:48.937Z] [ 77%] Built target device-counter [2020-09-24T13:18:48.937Z] Scanning dependencies of target device-random [2020-09-24T13:18:48.937Z] [ 79%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-09-24T13:18:48.937Z] [ 80%] Linking C executable device-random [2020-09-24T13:18:48.937Z] [ 80%] Built target device-random [2020-09-24T13:18:48.937Z] Scanning dependencies of target device-gyro [2020-09-24T13:18:48.937Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-09-24T13:18:49.025Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-09-24T13:18:49.025Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-09-24T13:18:49.200Z] [ 83%] Linking C executable device-gyro [2020-09-24T13:18:49.200Z] [ 83%] Built target device-gyro [2020-09-24T13:18:49.200Z] Scanning dependencies of target device-bitfields [2020-09-24T13:18:49.200Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-09-24T13:18:49.200Z] [ 87%] Linking C executable device-bitfields [2020-09-24T13:18:49.200Z] [ 87%] Built target device-bitfields [2020-09-24T13:18:49.462Z] Scanning dependencies of target template-discovery [2020-09-24T13:18:49.462Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-09-24T13:18:49.462Z] [ 90%] Linking C executable template-discovery [2020-09-24T13:18:49.462Z] [ 90%] Built target template-discovery [2020-09-24T13:18:49.462Z] Scanning dependencies of target device-file [2020-09-24T13:18:49.462Z] [ 91%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-09-24T13:18:49.462Z] [ 93%] Linking C executable device-file [2020-09-24T13:18:49.724Z] [ 93%] Built target device-file [2020-09-24T13:18:49.724Z] Scanning dependencies of target device-terminal [2020-09-24T13:18:49.724Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-09-24T13:18:49.724Z] [ 96%] Linking C executable device-terminal [2020-09-24T13:18:49.724Z] [ 96%] Built target device-terminal [2020-09-24T13:18:49.724Z] Scanning dependencies of target templatev1 [2020-09-24T13:18:49.986Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-09-24T13:18:49.986Z] [100%] Linking C executable templatev1 [2020-09-24T13:18:49.986Z] [100%] Built target templatev1 [2020-09-24T13:18:49.986Z] make: Entering directory '/tmp/sdk/build/release' [2020-09-24T13:18:49.986Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-09-24T13:18:49.986Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-24T13:18:49.986Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-24T13:18:49.986Z] [ 70%] Built target csdk [2020-09-24T13:18:49.986Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-24T13:18:49.986Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-24T13:18:49.986Z] [ 74%] Built target template [2020-09-24T13:18:49.986Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-24T13:18:49.986Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-24T13:18:49.986Z] [ 77%] Built target device-counter [2020-09-24T13:18:49.986Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-24T13:18:49.986Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-24T13:18:49.986Z] [ 80%] Built target device-random [2020-09-24T13:18:49.986Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-24T13:18:49.999Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-09-24T13:18:50.249Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-24T13:18:50.249Z] [ 83%] Built target device-gyro [2020-09-24T13:18:50.249Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-24T13:18:50.249Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-24T13:18:50.249Z] [ 87%] Built target device-bitfields [2020-09-24T13:18:50.249Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-24T13:18:50.249Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-24T13:18:50.249Z] [ 90%] Built target template-discovery [2020-09-24T13:18:50.249Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-24T13:18:50.249Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-24T13:18:50.249Z] [ 93%] Built target device-file [2020-09-24T13:18:50.249Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-24T13:18:50.249Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-24T13:18:50.249Z] [ 96%] Built target device-terminal [2020-09-24T13:18:50.249Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-24T13:18:50.249Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-24T13:18:50.250Z] [100%] Built target templatev1 [2020-09-24T13:18:50.250Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-09-24T13:18:50.250Z] Install the project... [2020-09-24T13:18:50.250Z] -- Install configuration: "Release" [2020-09-24T13:18:50.250Z] -- Installing: /usr/local/lib/libcsdk.so [2020-09-24T13:18:50.250Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-09-24T13:18:50.250Z] -- Up-to-date: /usr/local/include [2020-09-24T13:18:50.250Z] -- Installing: /usr/local/include/devsdk [2020-09-24T13:18:50.250Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-09-24T13:18:50.250Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-09-24T13:18:50.250Z] -- Installing: /usr/local/include/edgex [2020-09-24T13:18:50.250Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-09-24T13:18:50.250Z] -- Installing: /usr/local/include/edgex/devices.h [2020-09-24T13:18:50.250Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-09-24T13:18:50.250Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-09-24T13:18:50.250Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-09-24T13:18:50.250Z] -- Installing: /usr/local/include/edgex/error.h [2020-09-24T13:18:50.250Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-09-24T13:18:50.250Z] -- Installing: /usr/local/include/edgex/os.h [2020-09-24T13:18:50.250Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-09-24T13:18:50.250Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-09-24T13:18:50.250Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-09-24T13:18:50.250Z] -- Installing: /usr/local/include/iot [2020-09-24T13:18:50.250Z] -- Installing: /usr/local/include/iot/base64.h [2020-09-24T13:18:50.250Z] -- Installing: /usr/local/include/iot/component.h [2020-09-24T13:18:50.250Z] -- Installing: /usr/local/include/iot/config.h [2020-09-24T13:18:50.250Z] -- Installing: /usr/local/include/iot/container.h [2020-09-24T13:18:50.250Z] -- Installing: /usr/local/include/iot/data.h [2020-09-24T13:18:50.250Z] -- Installing: /usr/local/include/iot/hash.h [2020-09-24T13:18:50.250Z] -- Installing: /usr/local/include/iot/iot.h [2020-09-24T13:18:50.250Z] -- Installing: /usr/local/include/iot/json.h [2020-09-24T13:18:50.250Z] -- Installing: /usr/local/include/iot/logger.h [2020-09-24T13:18:50.250Z] -- Installing: /usr/local/include/iot/os.h [2020-09-24T13:18:50.250Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-09-24T13:18:50.250Z] -- Installing: /usr/local/include/iot/thread.h [2020-09-24T13:18:50.250Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-09-24T13:18:50.250Z] -- Installing: /usr/local/include/iot/time.h [2020-09-24T13:18:50.250Z] -- Installing: /usr/local/include/iot/typecode.h [2020-09-24T13:18:50.250Z] -- Installing: /usr/local/include/iot/yxml.h [2020-09-24T13:18:50.250Z] -- Installing: /usr/local/include/iot/os [2020-09-24T13:18:50.250Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-09-24T13:18:50.250Z] -- Installing: /usr/local/include/iot/os/macos.h [2020-09-24T13:18:50.250Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-09-24T13:18:50.250Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-09-24T13:18:50.250Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-09-24T13:18:50.250Z] make: Leaving directory '/tmp/sdk/build/release' [2020-09-24T13:18:50.271Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-09-24T13:18:50.863Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-09-24T13:18:51.134Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2020-09-24T13:18:52.810Z] Removing intermediate container d07908558a17 [2020-09-24T13:18:52.810Z] ---> 72a4a73dbd66 [2020-09-24T13:18:52.810Z] Step 14/21 : FROM ${BASE} [2020-09-24T13:18:52.810Z] ---> 5eabd8fd8ba2 [2020-09-24T13:18:52.810Z] Step 15/21 : MAINTAINER IOTech [2020-09-24T13:18:52.810Z] ---> Running in eaab459a32e3 [2020-09-24T13:18:52.810Z] Removing intermediate container eaab459a32e3 [2020-09-24T13:18:52.810Z] ---> cd7a8be54b56 [2020-09-24T13:18:52.810Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-09-24T13:18:52.810Z] ---> Running in a1fa21b15417 [2020-09-24T13:18:53.095Z] [ 48%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-09-24T13:18:53.375Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-09-24T13:18:53.758Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-09-24T13:18:54.331Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-09-24T13:18:54.352Z] [ 51%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-09-24T13:18:54.352Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-09-24T13:18:54.594Z] (1/3) Installing curl (7.64.0-r4) [2020-09-24T13:18:54.857Z] (2/3) Installing libuuid (2.33-r0) [2020-09-24T13:18:54.857Z] (3/3) Installing wget (1.20.3-r0) [2020-09-24T13:18:55.120Z] Executing busybox-1.29.3-r10.trigger [2020-09-24T13:18:55.120Z] OK: 268 MiB in 78 packages [2020-09-24T13:18:55.695Z] Removing intermediate container a1fa21b15417 [2020-09-24T13:18:55.695Z] ---> ea0f1cde4505 [2020-09-24T13:18:55.695Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-09-24T13:18:55.695Z] ---> d7cc40b2deb7 [2020-09-24T13:18:55.695Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-09-24T13:18:55.962Z] ---> 07388b3ea920 [2020-09-24T13:18:55.962Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-09-24T13:18:56.226Z] ---> d49e4a91d303 [2020-09-24T13:18:56.226Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-09-24T13:18:56.488Z] ---> 9b09b0301766 [2020-09-24T13:18:56.488Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-09-24T13:18:56.755Z] ---> 13d8d6089be4 [2020-09-24T13:18:56.755Z] Successfully built 13d8d6089be4 [2020-09-24T13:18:56.755Z] 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-24T13:18:57.687Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-24T13:18:57.687Z] . [Pipeline] withDockerContainer [2020-09-24T13:18:57.878Z] prd-centos7-docker-4c-2g-1148 does not seem to be running inside a container [2020-09-24T13:18:57.941Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/43 -v /w/workspace/device-sdk-c/43:/w/workspace/device-sdk-c/43:rw,z -v /w/workspace/device-sdk-c/43@tmp:/w/workspace/device-sdk-c/43@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-24T13:18:58.652Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-09-24T13:18:58.670Z] $ docker top 63fd40d6ad5e823811bc1acb5d5582fca0f30de2e438aa3edd2d670d76210314 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T13:18:59.236Z] + make test [2020-09-24T13:18:59.236Z] echo "make test" [2020-09-24T13:18:59.236Z] make test [2020-09-24T13:18:59.245Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [Pipeline] } [2020-09-24T13:18:59.255Z] $ docker stop --time=1 63fd40d6ad5e823811bc1acb5d5582fca0f30de2e438aa3edd2d670d76210314 [2020-09-24T13:18:59.520Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-09-24T13:19:00.113Z] [ 59%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-09-24T13:19:00.659Z] $ docker rm -f 63fd40d6ad5e823811bc1acb5d5582fca0f30de2e438aa3edd2d670d76210314 [2020-09-24T13:19:00.707Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-09-24T13:19:02.148Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-09-24T13:19:03.588Z] [ 64%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [Pipeline] sh [2020-09-24T13:19:04.173Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-24T13:19:04.470Z] + ls -al . [2020-09-24T13:19:04.470Z] total 160 [2020-09-24T13:19:04.470Z] drwxrwxr-x. 9 jenkins jenkins 275 Sep 24 13:18 . [2020-09-24T13:19:04.470Z] drwxrwxr-x. 4 jenkins jenkins 30 Sep 24 13:17 .. [2020-09-24T13:19:04.470Z] -rw-rw-r--. 1 jenkins jenkins 3104 Sep 24 13:17 Attribution.txt [2020-09-24T13:19:04.470Z] -rw-rw-r--. 1 jenkins jenkins 5980 Sep 24 13:17 CHANGES [2020-09-24T13:19:04.470Z] drwxrwxr-x. 2 jenkins jenkins 144 Sep 24 13:17 docs [2020-09-24T13:19:04.470Z] -rw-rw-r--. 1 jenkins jenkins 108574 Sep 24 13:17 Doxyfile [2020-09-24T13:19:04.470Z] drwxrwxr-x. 8 jenkins jenkins 162 Sep 24 13:18 .git [2020-09-24T13:19:04.470Z] drwxrwxr-x. 2 jenkins jenkins 38 Sep 24 13:17 .github [2020-09-24T13:19:04.470Z] -rw-rw-r--. 1 jenkins jenkins 176 Sep 24 13:17 .gitignore [2020-09-24T13:19:04.470Z] drwxrwxr-x. 4 jenkins jenkins 33 Sep 24 13:17 include [2020-09-24T13:19:04.470Z] -rw-rw-r--. 1 jenkins jenkins 794 Sep 24 13:17 Jenkinsfile [2020-09-24T13:19:04.470Z] -rw-rw-r--. 1 jenkins jenkins 10174 Sep 24 13:17 LICENSE [2020-09-24T13:19:04.470Z] -rw-rw-r--. 1 jenkins jenkins 449 Sep 24 13:17 Makefile [2020-09-24T13:19:04.470Z] -rw-rw-r--. 1 jenkins jenkins 2697 Sep 24 13:17 README.md [2020-09-24T13:19:04.470Z] -rw-rw-r--. 1 jenkins jenkins 5977 Sep 24 13:17 README.v2.md [2020-09-24T13:19:04.470Z] drwxrwxr-x. 2 jenkins jenkins 108 Sep 24 13:17 scripts [2020-09-24T13:19:04.470Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 24 13:18 .semver [2020-09-24T13:19:04.470Z] drwxrwxr-x. 4 jenkins jenkins 50 Sep 24 13:17 src [2020-09-24T13:19:04.470Z] -rw-rw-r--. 1 jenkins jenkins 11 Sep 24 13:14 VERSION [Pipeline] isUnix [Pipeline] sh [2020-09-24T13:19:04.777Z] + 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=60ee652064f677bb80d8a9b8d02e7b48382e3d17 --label arch=amd64 --label version=1.3.0-dev.6 . [2020-09-24T13:19:04.777Z] Sending build context to Docker daemon 3.692MB [2020-09-24T13:19:04.777Z] Step 1/15 : ARG BASE=alpine:3.11 [2020-09-24T13:19:04.777Z] Step 2/15 : FROM ${BASE} [2020-09-24T13:19:04.777Z] ---> 13d8d6089be4 [2020-09-24T13:19:04.777Z] Step 3/15 : MAINTAINER IOTech [2020-09-24T13:19:05.350Z] ---> Running in d2c172ff8097 [2020-09-24T13:19:05.612Z] Removing intermediate container d2c172ff8097 [2020-09-24T13:19:05.612Z] ---> 50dcce6c8181 [2020-09-24T13:19:05.612Z] 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-24T13:19:05.612Z] ---> Running in 488ce3f3fb61 [2020-09-24T13:19:06.559Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-09-24T13:19:06.954Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-09-24T13:19:07.133Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-09-24T13:19:07.227Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-09-24T13:19:07.706Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2020-09-24T13:19:07.706Z] (2/6) Installing libblkid (2.33-r0) [2020-09-24T13:19:07.706Z] (3/6) Installing libfdisk (2.33-r0) [2020-09-24T13:19:07.968Z] (4/6) Installing libmount (2.33-r0) [2020-09-24T13:19:07.968Z] (5/6) Installing libsmartcols (2.33-r0) [2020-09-24T13:19:07.968Z] (6/6) Installing util-linux-dev (2.33-r0) [2020-09-24T13:19:08.543Z] Executing busybox-1.29.3-r10.trigger [2020-09-24T13:19:08.543Z] OK: 272 MiB in 84 packages [2020-09-24T13:19:08.655Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-09-24T13:19:08.924Z] [ 70%] Linking C shared library libcsdk.so [2020-09-24T13:19:09.117Z] Removing intermediate container 488ce3f3fb61 [2020-09-24T13:19:09.117Z] ---> 3b3cfe37fbf2 [2020-09-24T13:19:09.117Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-09-24T13:19:09.117Z] ---> b6b1f6d9fd13 [2020-09-24T13:19:09.117Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-09-24T13:19:09.197Z] [ 70%] Built target csdk [2020-09-24T13:19:09.197Z] Scanning dependencies of target template [2020-09-24T13:19:09.197Z] [ 72%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-09-24T13:19:09.787Z] [ 74%] Linking C executable template [2020-09-24T13:19:10.057Z] [ 74%] Built target template [2020-09-24T13:19:10.057Z] Scanning dependencies of target device-counter [2020-09-24T13:19:10.057Z] [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-09-24T13:19:10.063Z] ---> 4fc79b649110 [2020-09-24T13:19:10.063Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-09-24T13:19:10.063Z] ---> 8b3b47d840fd [2020-09-24T13:19:10.063Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-09-24T13:19:10.327Z] ---> bb466569d8a8 [2020-09-24T13:19:10.327Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-09-24T13:19:10.593Z] ---> 1ff49d234863 [2020-09-24T13:19:10.593Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-09-24T13:19:10.653Z] [ 77%] Linking C executable device-counter [2020-09-24T13:19:10.653Z] [ 77%] Built target device-counter [2020-09-24T13:19:10.653Z] Scanning dependencies of target device-random [2020-09-24T13:19:10.858Z] ---> fdbc9a55512b [2020-09-24T13:19:10.858Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-09-24T13:19:10.858Z] ---> Running in ee353a57acae [2020-09-24T13:19:10.925Z] [ 79%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-09-24T13:19:11.122Z] Removing intermediate container ee353a57acae [2020-09-24T13:19:11.122Z] ---> 55b0af936d48 [2020-09-24T13:19:11.122Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-09-24T13:19:11.200Z] [ 80%] Linking C executable device-random [2020-09-24T13:19:11.390Z] ---> Running in 0d008eaae5ae [2020-09-24T13:19:11.472Z] [ 80%] Built target device-random [2020-09-24T13:19:11.473Z] Scanning dependencies of target device-gyro [2020-09-24T13:19:11.473Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-09-24T13:19:11.651Z] Removing intermediate container 0d008eaae5ae [2020-09-24T13:19:11.651Z] ---> 7307bb0585f6 [2020-09-24T13:19:11.651Z] Step 13/15 : LABEL arch=amd64 [2020-09-24T13:19:11.651Z] ---> Running in 07b3a51fe697 [2020-09-24T13:19:11.913Z] Removing intermediate container 07b3a51fe697 [2020-09-24T13:19:11.913Z] ---> 482ae81cfe26 [2020-09-24T13:19:11.913Z] Step 14/15 : LABEL git_sha=60ee652064f677bb80d8a9b8d02e7b48382e3d17 [2020-09-24T13:19:11.913Z] ---> Running in 7d55ef51409f [2020-09-24T13:19:12.064Z] [ 83%] Linking C executable device-gyro [2020-09-24T13:19:12.064Z] [ 83%] Built target device-gyro [2020-09-24T13:19:12.064Z] Scanning dependencies of target device-bitfields [2020-09-24T13:19:12.064Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-09-24T13:19:12.175Z] Removing intermediate container 7d55ef51409f [2020-09-24T13:19:12.175Z] ---> 7b7734f8f321 [2020-09-24T13:19:12.175Z] Step 15/15 : LABEL version=1.3.0-dev.6 [2020-09-24T13:19:12.175Z] ---> Running in 348b773d6eb8 [2020-09-24T13:19:12.438Z] Removing intermediate container 348b773d6eb8 [2020-09-24T13:19:12.438Z] ---> a0b056eff992 [2020-09-24T13:19:12.438Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2020-09-24T13:19:12.438Z] Successfully built a0b056eff992 [2020-09-24T13:19:12.438Z] Successfully tagged docker-device-sdk-c:latest [Pipeline] } [Pipeline] // script [Pipeline] } [2020-09-24T13:19:12.654Z] [ 87%] Linking C executable device-bitfields [2020-09-24T13:19:12.654Z] [ 87%] Built target device-bitfields [2020-09-24T13:19:12.654Z] Scanning dependencies of target template-discovery [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [2020-09-24T13:19:12.925Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2020-09-24T13:19:13.524Z] [ 90%] Linking C executable template-discovery [2020-09-24T13:19:13.525Z] [ 90%] Built target template-discovery [2020-09-24T13:19:13.525Z] Scanning dependencies of target device-file [Pipeline] // stage [Pipeline] } [2020-09-24T13:19:13.798Z] [ 91%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-09-24T13:19:14.395Z] [ 93%] Linking C executable device-file [2020-09-24T13:19:14.395Z] [ 93%] Built target device-file [2020-09-24T13:19:14.395Z] Scanning dependencies of target device-terminal [2020-09-24T13:19:14.395Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-09-24T13:19:14.988Z] [ 96%] Linking C executable device-terminal [2020-09-24T13:19:15.259Z] [ 96%] Built target device-terminal [2020-09-24T13:19:15.259Z] Scanning dependencies of target templatev1 [2020-09-24T13:19:15.259Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-09-24T13:19:15.850Z] [100%] Linking C executable templatev1 [2020-09-24T13:19:15.850Z] [100%] Built target templatev1 [2020-09-24T13:19:16.123Z] + + teemake -a package release.log [2020-09-24T13:19:16.123Z] [2020-09-24T13:19:16.123Z] [ 70%] Built target csdk [2020-09-24T13:19:16.123Z] [ 74%] Built target template [2020-09-24T13:19:16.123Z] [ 77%] Built target device-counter [2020-09-24T13:19:16.394Z] [ 80%] Built target device-random [2020-09-24T13:19:16.394Z] [ 83%] Built target device-gyro [2020-09-24T13:19:16.394Z] [ 87%] Built target device-bitfields [2020-09-24T13:19:16.394Z] [ 90%] Built target template-discovery [2020-09-24T13:19:16.394Z] [ 93%] Built target device-file [2020-09-24T13:19:16.394Z] [ 96%] Built target device-terminal [2020-09-24T13:19:16.394Z] [100%] Built target templatev1 [2020-09-24T13:19:16.667Z] Run CPack packaging tool... [2020-09-24T13:19:16.667Z] CPack: Create package using TGZ [2020-09-24T13:19:16.667Z] CPack: Install projects [2020-09-24T13:19:16.667Z] CPack: - Run preinstall target for: Csdk [2020-09-24T13:19:17.261Z] CPack: - Install project: Csdk [2020-09-24T13:19:17.261Z] CPack: Create package [2020-09-24T13:19:17.261Z] CPack: - package: /tmp/sdk/build/release/csdk-1.3.0-dev.6.tar.gz generated. [2020-09-24T13:19:17.261Z] + '[' false '=' true ] [2020-09-24T13:19:17.261Z] + '[' false '=' true ] [2020-09-24T13:19:17.261Z] + mkdir -p /tmp/sdk/build/debug [2020-09-24T13:19:17.261Z] + cd /tmp/sdk/build/debug [2020-09-24T13:19:17.261Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-09-24T13:19:17.533Z] -- The C compiler identification is GNU 8.3.0 [2020-09-24T13:19:17.534Z] -- Check for working C compiler: /usr/bin/cc [2020-09-24T13:19:17.805Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-09-24T13:19:17.806Z] -- Detecting C compiler ABI info [2020-09-24T13:19:18.078Z] -- Detecting C compiler ABI info - done [2020-09-24T13:19:18.078Z] -- Detecting C compile features [2020-09-24T13:19:18.672Z] -- Detecting C compile features - done [2020-09-24T13:19:18.944Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-09-24T13:19:18.944Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-09-24T13:19:18.944Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-09-24T13:19:18.944Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-09-24T13:19:18.944Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-09-24T13:19:18.944Z] -- C SDK 1.3.0-dev.6 for Linux [2020-09-24T13:19:18.944Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-09-24T13:19:18.944Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-09-24T13:19:19.215Z] -- Found Curses: /usr/lib/libcurses.so [2020-09-24T13:19:19.215Z] -- Configuring done [2020-09-24T13:19:19.490Z] -- Generating done [2020-09-24T13:19:19.490Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-09-24T13:19:19.490Z] + make [2020-09-24T13:19:19.490Z] + tee debug.log [2020-09-24T13:19:19.490Z] Scanning dependencies of target csdk [2020-09-24T13:19:19.763Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-09-24T13:19:20.034Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-09-24T13:19:20.315Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-09-24T13:19:20.909Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-09-24T13:19:21.184Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-09-24T13:19:21.184Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-09-24T13:19:21.784Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-09-24T13:19:22.381Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-09-24T13:19:22.656Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-09-24T13:19:22.929Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-09-24T13:19:23.200Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-09-24T13:19:23.473Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-09-24T13:19:23.745Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-09-24T13:19:23.745Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-09-24T13:19:24.718Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-09-24T13:19:24.990Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-09-24T13:19:24.990Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-09-24T13:19:25.263Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-09-24T13:19:25.536Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-09-24T13:19:26.513Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-09-24T13:19:26.513Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-09-24T13:19:26.513Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-09-24T13:19:26.786Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-09-24T13:19:27.060Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-09-24T13:19:27.060Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-09-24T13:19:27.661Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-09-24T13:19:27.661Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-09-24T13:19:27.933Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-09-24T13:19:28.204Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2020-09-24T13:19:28.477Z] [ 48%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-09-24T13:19:28.750Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-09-24T13:19:29.032Z] [ 51%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-09-24T13:19:29.308Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-09-24T13:19:30.284Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-09-24T13:19:30.557Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-09-24T13:19:30.830Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-09-24T13:19:31.104Z] [ 59%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-09-24T13:19:31.378Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-09-24T13:19:32.355Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-09-24T13:19:32.626Z] [ 64%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-09-24T13:19:33.601Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-09-24T13:19:33.601Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-09-24T13:19:34.198Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-09-24T13:19:34.470Z] [ 70%] Linking C shared library libcsdk.so [2020-09-24T13:19:34.470Z] [ 70%] Built target csdk [2020-09-24T13:19:34.470Z] Scanning dependencies of target template [2020-09-24T13:19:34.470Z] [ 72%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-09-24T13:19:34.744Z] [ 74%] Linking C executable template [2020-09-24T13:19:35.022Z] [ 74%] Built target template [2020-09-24T13:19:35.022Z] Scanning dependencies of target device-counter [2020-09-24T13:19:35.022Z] [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-09-24T13:19:35.295Z] [ 77%] Linking C executable device-counter [2020-09-24T13:19:35.570Z] [ 77%] Built target device-counter [2020-09-24T13:19:35.570Z] Scanning dependencies of target device-random [2020-09-24T13:19:35.570Z] [ 79%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-09-24T13:19:35.843Z] [ 80%] Linking C executable device-random [2020-09-24T13:19:36.116Z] [ 80%] Built target device-random [2020-09-24T13:19:36.116Z] Scanning dependencies of target device-gyro [2020-09-24T13:19:36.116Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-09-24T13:19:36.390Z] [ 83%] Linking C executable device-gyro [2020-09-24T13:19:36.663Z] [ 83%] Built target device-gyro [2020-09-24T13:19:36.663Z] Scanning dependencies of target device-bitfields [2020-09-24T13:19:36.663Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-09-24T13:19:36.936Z] [ 87%] Linking C executable device-bitfields [2020-09-24T13:19:37.210Z] [ 87%] Built target device-bitfields [2020-09-24T13:19:37.210Z] Scanning dependencies of target template-discovery [2020-09-24T13:19:37.210Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-09-24T13:19:37.483Z] [ 90%] Linking C executable template-discovery [2020-09-24T13:19:37.757Z] [ 90%] Built target template-discovery [2020-09-24T13:19:37.757Z] Scanning dependencies of target device-file [2020-09-24T13:19:37.757Z] [ 91%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-09-24T13:19:38.030Z] [ 93%] Linking C executable device-file [2020-09-24T13:19:38.030Z] [ 93%] Built target device-file [2020-09-24T13:19:38.304Z] Scanning dependencies of target device-terminal [2020-09-24T13:19:38.304Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-09-24T13:19:38.580Z] [ 96%] Linking C executable device-terminal [2020-09-24T13:19:38.580Z] [ 96%] Built target device-terminal [2020-09-24T13:19:38.851Z] Scanning dependencies of target templatev1 [2020-09-24T13:19:38.851Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-09-24T13:19:39.125Z] [100%] Linking C executable templatev1 [2020-09-24T13:19:39.125Z] [100%] Built target templatev1 [2020-09-24T13:19:39.125Z] make: Entering directory '/tmp/sdk/build/release' [2020-09-24T13:19:39.398Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-09-24T13:19:39.398Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-24T13:19:39.398Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-24T13:19:39.398Z] [ 70%] Built target csdk [2020-09-24T13:19:39.398Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-24T13:19:39.398Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-24T13:19:39.398Z] [ 74%] Built target template [2020-09-24T13:19:39.398Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-24T13:19:39.398Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-24T13:19:39.398Z] [ 77%] Built target device-counter [2020-09-24T13:19:39.398Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-24T13:19:39.398Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-24T13:19:39.398Z] [ 80%] Built target device-random [2020-09-24T13:19:39.398Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-24T13:19:39.398Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-24T13:19:39.674Z] [ 83%] Built target device-gyro [2020-09-24T13:19:39.674Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-24T13:19:39.674Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-24T13:19:39.674Z] [ 87%] Built target device-bitfields [2020-09-24T13:19:39.674Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-24T13:19:39.674Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-24T13:19:39.674Z] [ 90%] Built target template-discovery [2020-09-24T13:19:39.674Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-24T13:19:39.674Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-24T13:19:39.674Z] [ 93%] Built target device-file [2020-09-24T13:19:39.674Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-24T13:19:39.674Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-24T13:19:39.674Z] [ 96%] Built target device-terminal [2020-09-24T13:19:39.674Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-24T13:19:39.674Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-24T13:19:39.674Z] [100%] Built target templatev1 [2020-09-24T13:19:39.674Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-09-24T13:19:39.674Z] Install the project... [2020-09-24T13:19:39.674Z] -- Install configuration: "Release" [2020-09-24T13:19:39.674Z] -- Installing: /usr/local/lib/libcsdk.so [2020-09-24T13:19:39.674Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-09-24T13:19:39.674Z] -- Up-to-date: /usr/local/include [2020-09-24T13:19:39.674Z] -- Installing: /usr/local/include/edgex [2020-09-24T13:19:39.674Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-09-24T13:19:39.674Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-09-24T13:19:39.674Z] -- Installing: /usr/local/include/edgex/error.h [2020-09-24T13:19:39.674Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-09-24T13:19:39.674Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-09-24T13:19:39.674Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-09-24T13:19:39.674Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-09-24T13:19:39.674Z] -- Installing: /usr/local/include/edgex/devices.h [2020-09-24T13:19:39.674Z] -- Installing: /usr/local/include/edgex/os.h [2020-09-24T13:19:39.955Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-09-24T13:19:39.955Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-09-24T13:19:39.955Z] -- Installing: /usr/local/include/devsdk [2020-09-24T13:19:39.955Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-09-24T13:19:39.955Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-09-24T13:19:39.955Z] -- Installing: /usr/local/include/iot [2020-09-24T13:19:39.955Z] -- Installing: /usr/local/include/iot/json.h [2020-09-24T13:19:39.955Z] -- Installing: /usr/local/include/iot/yxml.h [2020-09-24T13:19:39.955Z] -- Installing: /usr/local/include/iot/container.h [2020-09-24T13:19:39.955Z] -- Installing: /usr/local/include/iot/component.h [2020-09-24T13:19:39.955Z] -- Installing: /usr/local/include/iot/typecode.h [2020-09-24T13:19:39.955Z] -- Installing: /usr/local/include/iot/iot.h [2020-09-24T13:19:39.955Z] -- Installing: /usr/local/include/iot/time.h [2020-09-24T13:19:39.955Z] -- Installing: /usr/local/include/iot/hash.h [2020-09-24T13:19:39.955Z] -- Installing: /usr/local/include/iot/logger.h [2020-09-24T13:19:39.955Z] -- Installing: /usr/local/include/iot/os [2020-09-24T13:19:39.955Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-09-24T13:19:39.955Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-09-24T13:19:39.955Z] -- Installing: /usr/local/include/iot/os/macos.h [2020-09-24T13:19:39.955Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-09-24T13:19:39.955Z] -- Installing: /usr/local/include/iot/data.h [2020-09-24T13:19:39.955Z] -- Installing: /usr/local/include/iot/thread.h [2020-09-24T13:19:39.955Z] -- Installing: /usr/local/include/iot/os.h [2020-09-24T13:19:39.955Z] -- Installing: /usr/local/include/iot/base64.h [2020-09-24T13:19:39.955Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-09-24T13:19:39.955Z] -- Installing: /usr/local/include/iot/config.h [2020-09-24T13:19:39.955Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-09-24T13:19:39.955Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-09-24T13:19:39.955Z] make: Leaving directory '/tmp/sdk/build/release' [2020-09-24T13:19:41.936Z] Removing intermediate container c41326a35a0e [2020-09-24T13:19:41.936Z] ---> 825e9a97f969 [2020-09-24T13:19:41.936Z] Step 14/21 : FROM ${BASE} [2020-09-24T13:19:41.936Z] ---> b23d30803547 [2020-09-24T13:19:41.936Z] Step 15/21 : MAINTAINER IOTech [2020-09-24T13:19:42.212Z] ---> Running in 3eb335e98938 [2020-09-24T13:19:42.486Z] Removing intermediate container 3eb335e98938 [2020-09-24T13:19:42.486Z] ---> b2f0c61825ed [2020-09-24T13:19:42.486Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-09-24T13:19:42.766Z] ---> Running in 57cfa1b4ad0e [2020-09-24T13:19:44.200Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-09-24T13:19:45.176Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-09-24T13:19:45.448Z] (1/3) Installing curl (7.64.0-r4) [2020-09-24T13:19:45.448Z] (2/3) Installing libuuid (2.33-r0) [2020-09-24T13:19:45.721Z] (3/3) Installing wget (1.20.3-r0) [2020-09-24T13:19:45.721Z] Executing busybox-1.29.3-r10.trigger [2020-09-24T13:19:45.995Z] OK: 281 MiB in 78 packages [2020-09-24T13:19:46.976Z] Removing intermediate container 57cfa1b4ad0e [2020-09-24T13:19:46.976Z] ---> 02ca6712cbeb [2020-09-24T13:19:46.977Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-09-24T13:19:47.955Z] ---> e850cc33ce00 [2020-09-24T13:19:47.955Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-09-24T13:19:48.554Z] ---> 585e00736807 [2020-09-24T13:19:48.554Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-09-24T13:19:49.159Z] ---> 7cb9a4b204ff [2020-09-24T13:19:49.159Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-09-24T13:19:50.136Z] ---> 4bcf35e31ec3 [2020-09-24T13:19:50.136Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-09-24T13:19:50.727Z] ---> 1f6d9755a5ca [2020-09-24T13:19:50.727Z] Successfully built 1f6d9755a5ca [2020-09-24T13:19:50.727Z] 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-24T13:19:51.673Z] + docker inspect -f . ci-base-image-arm64 [2020-09-24T13:19:51.673Z] . [Pipeline] withDockerContainer [2020-09-24T13:19:51.916Z] prd-ubuntu18.04-docker-arm64-4c-16g-1147 does not seem to be running inside a container [2020-09-24T13:19:52.012Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/43 -v /w/workspace/device-sdk-c/43:/w/workspace/device-sdk-c/43:rw,z -v /w/workspace/device-sdk-c/43@tmp:/w/workspace/device-sdk-c/43@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-24T13:19:53.757Z] $ docker top 5b240dae457a2deaf78038de18ccb8575c54449a6df2026dcc0af7ee24803d77 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T13:19:55.176Z] + make test [2020-09-24T13:19:55.176Z] echo "make test" [2020-09-24T13:19:55.176Z] make test [Pipeline] } [2020-09-24T13:19:55.202Z] $ docker stop --time=1 5b240dae457a2deaf78038de18ccb8575c54449a6df2026dcc0af7ee24803d77 [2020-09-24T13:19:57.278Z] $ docker rm -f 5b240dae457a2deaf78038de18ccb8575c54449a6df2026dcc0af7ee24803d77 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-24T13:19:58.338Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-24T13:19:58.676Z] + ls -al . [2020-09-24T13:19:58.676Z] total 196 [2020-09-24T13:19:58.676Z] drwxrwxr-x 9 jenkins jenkins 4096 Sep 24 13:17 . [2020-09-24T13:19:58.676Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 24 13:17 .. [2020-09-24T13:19:58.676Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 24 13:17 .git [2020-09-24T13:19:58.676Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 24 13:17 .github [2020-09-24T13:19:58.676Z] -rw-rw-r-- 1 jenkins jenkins 176 Sep 24 13:17 .gitignore [2020-09-24T13:19:58.676Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 24 13:17 .semver [2020-09-24T13:19:58.676Z] -rw-rw-r-- 1 jenkins jenkins 3104 Sep 24 13:17 Attribution.txt [2020-09-24T13:19:58.676Z] -rw-rw-r-- 1 jenkins jenkins 5980 Sep 24 13:17 CHANGES [2020-09-24T13:19:58.676Z] -rw-rw-r-- 1 jenkins jenkins 108574 Sep 24 13:17 Doxyfile [2020-09-24T13:19:58.676Z] -rw-rw-r-- 1 jenkins jenkins 794 Sep 24 13:17 Jenkinsfile [2020-09-24T13:19:58.676Z] -rw-rw-r-- 1 jenkins jenkins 10174 Sep 24 13:17 LICENSE [2020-09-24T13:19:58.676Z] -rw-rw-r-- 1 jenkins jenkins 449 Sep 24 13:17 Makefile [2020-09-24T13:19:58.676Z] -rw-rw-r-- 1 jenkins jenkins 2697 Sep 24 13:17 README.md [2020-09-24T13:19:58.676Z] -rw-rw-r-- 1 jenkins jenkins 5977 Sep 24 13:17 README.v2.md [2020-09-24T13:19:58.676Z] -rw-rw-r-- 1 jenkins jenkins 11 Sep 24 13:14 VERSION [2020-09-24T13:19:58.676Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 24 13:17 docs [2020-09-24T13:19:58.676Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 24 13:17 include [2020-09-24T13:19:58.676Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 24 13:17 scripts [2020-09-24T13:19:58.676Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 24 13:17 src [Pipeline] isUnix [Pipeline] sh [2020-09-24T13:19:59.029Z] + 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=60ee652064f677bb80d8a9b8d02e7b48382e3d17 --label arch=arm64 --label version=1.3.0-dev.6 . [2020-09-24T13:19:59.305Z] Sending build context to Docker daemon 3.692MB [2020-09-24T13:19:59.579Z] Step 1/15 : ARG BASE=alpine:3.11 [2020-09-24T13:19:59.579Z] Step 2/15 : FROM ${BASE} [2020-09-24T13:19:59.579Z] ---> 1f6d9755a5ca [2020-09-24T13:19:59.579Z] Step 3/15 : MAINTAINER IOTech [2020-09-24T13:19:59.860Z] ---> Running in 51a80eb37d29 [2020-09-24T13:20:00.136Z] Removing intermediate container 51a80eb37d29 [2020-09-24T13:20:00.136Z] ---> 78c0d0c5193c [2020-09-24T13:20:00.136Z] 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-24T13:20:00.136Z] ---> Running in 530169f924c1 [2020-09-24T13:20:01.579Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-09-24T13:20:02.560Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-09-24T13:20:02.834Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2020-09-24T13:20:03.105Z] (2/6) Installing libblkid (2.33-r0) [2020-09-24T13:20:03.105Z] (3/6) Installing libfdisk (2.33-r0) [2020-09-24T13:20:03.378Z] (4/6) Installing libmount (2.33-r0) [2020-09-24T13:20:03.378Z] (5/6) Installing libsmartcols (2.33-r0) [2020-09-24T13:20:03.378Z] (6/6) Installing util-linux-dev (2.33-r0) [2020-09-24T13:20:03.972Z] Executing busybox-1.29.3-r10.trigger [2020-09-24T13:20:03.972Z] OK: 286 MiB in 84 packages [2020-09-24T13:20:05.407Z] Removing intermediate container 530169f924c1 [2020-09-24T13:20:05.407Z] ---> 88e6863b79b8 [2020-09-24T13:20:05.407Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-09-24T13:20:06.002Z] ---> 54dfc2ccaa30 [2020-09-24T13:20:06.002Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-09-24T13:20:06.979Z] ---> 0babd9ec52a3 [2020-09-24T13:20:06.980Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-09-24T13:20:07.578Z] ---> d6e61228ff6e [2020-09-24T13:20:07.578Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-09-24T13:20:08.176Z] ---> cdf848f21be5 [2020-09-24T13:20:08.176Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-09-24T13:20:08.781Z] ---> 674607ef47ec [2020-09-24T13:20:08.781Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-09-24T13:20:09.761Z] ---> e7bf34fcfdca [2020-09-24T13:20:09.761Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-09-24T13:20:09.761Z] ---> Running in 6b9e4f0040d8 [2020-09-24T13:20:10.355Z] Removing intermediate container 6b9e4f0040d8 [2020-09-24T13:20:10.355Z] ---> 8de6152fbdb4 [2020-09-24T13:20:10.355Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-09-24T13:20:10.625Z] ---> Running in fc9c2a8cb71f [2020-09-24T13:20:10.897Z] Removing intermediate container fc9c2a8cb71f [2020-09-24T13:20:10.897Z] ---> 9edf30fd1f28 [2020-09-24T13:20:10.897Z] Step 13/15 : LABEL arch=arm64 [2020-09-24T13:20:11.169Z] ---> Running in 52bd989e9cd2 [2020-09-24T13:20:11.443Z] Removing intermediate container 52bd989e9cd2 [2020-09-24T13:20:11.443Z] ---> 0b555fcf6beb [2020-09-24T13:20:11.443Z] Step 14/15 : LABEL git_sha=60ee652064f677bb80d8a9b8d02e7b48382e3d17 [2020-09-24T13:20:11.443Z] ---> Running in 1d6b53ab972c [2020-09-24T13:20:12.038Z] Removing intermediate container 1d6b53ab972c [2020-09-24T13:20:12.038Z] ---> 4b4b8913db0b [2020-09-24T13:20:12.038Z] Step 15/15 : LABEL version=1.3.0-dev.6 [2020-09-24T13:20:12.311Z] ---> Running in 821beea82d61 [2020-09-24T13:20:12.585Z] Removing intermediate container 821beea82d61 [2020-09-24T13:20:12.585Z] ---> ca612e84661c [2020-09-24T13:20:12.585Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2020-09-24T13:20:12.585Z] Successfully built ca612e84661c [2020-09-24T13:20:12.585Z] 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-24T13:20:15.073Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T13:20:15.073Z] . [Pipeline] withDockerContainer [2020-09-24T13:20:15.312Z] prd-centos7-docker-4c-2g-1146 does not seem to be running inside a container [2020-09-24T13:20:15.377Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-24T13:20:16.694Z] $ docker top f1cc6ee66bc437870717ac33d78c3535434c152efff5d5b95d324839b338fdf0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-24T13:20:17.059Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T13:20:17.059Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T13:20:17.309Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T13:20:17.315Z] $ docker exec f1cc6ee66bc437870717ac33d78c3535434c152efff5d5b95d324839b338fdf0 ssh-agent [2020-09-24T13:20:17.538Z] SSH_AUTH_SOCK=/tmp/ssh-HhepCIhEOE6k/agent.13 [2020-09-24T13:20:17.538Z] SSH_AGENT_PID=18 [2020-09-24T13:20:17.547Z] Running ssh-add (command line suppressed) [2020-09-24T13:20:17.709Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_5183309534653285735.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_5183309534653285735.key) [2020-09-24T13:20:17.829Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T13:20:18.212Z] + git semver tag [2020-09-24T13:20:18.212Z] # -> Open(): unable to determine branch for HEAD [2020-09-24T13:20:18.212Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-09-24T13:20:18.212Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-09-24T13:20:18.212Z] # $SEMVER_REMOTE_NAME = origin [2020-09-24T13:20:18.212Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-24T13:20:18.212Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-24T13:20:18.212Z] # $SEMVER_BRANCH = master [2020-09-24T13:20:18.212Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [2020-09-24T13:20:18.212Z] # 60ee652064f677bb80d8a9b8d02e7b48382e3d17 HEAD [2020-09-24T13:20:18.488Z] # -> Force: false [2020-09-24T13:20:18.488Z] # 8a6856265f9aefcfa26d3b763c6f5ba67570aaaf refs/tags/v1.3.0-dev.6 [Pipeline] } [2020-09-24T13:20:18.510Z] $ docker exec --env ******** --env ******** f1cc6ee66bc437870717ac33d78c3535434c152efff5d5b95d324839b338fdf0 ssh-agent -k [2020-09-24T13:20:18.719Z] unset SSH_AUTH_SOCK; [2020-09-24T13:20:18.719Z] unset SSH_AGENT_PID; [2020-09-24T13:20:18.719Z] echo Agent pid 18 killed; [2020-09-24T13:20:18.820Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-24T13:20:19.372Z] + git semver [Pipeline] } [2020-09-24T13:20:19.438Z] $ docker stop --time=1 f1cc6ee66bc437870717ac33d78c3535434c152efff5d5b95d324839b338fdf0 [2020-09-24T13:20:21.074Z] $ docker rm -f f1cc6ee66bc437870717ac33d78c3535434c152efff5d5b95d324839b338fdf0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-24T13:20:21.785Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-24T13:20:21.785Z] [2020-09-24T13:20:21.785Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-24T13:20:22.184Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-24T13:20:22.184Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-24T13:20:22.184Z] ab5ef0e58194: Pulling fs layer [2020-09-24T13:20:22.184Z] 9712f1f96733: Pulling fs layer [2020-09-24T13:20:22.184Z] 63f879dbbcfc: Pulling fs layer [2020-09-24T13:20:22.184Z] 0d9ebad4ef96: Pulling fs layer [2020-09-24T13:20:22.184Z] e9a5061849ea: Pulling fs layer [2020-09-24T13:20:22.184Z] d747dcd14b5f: Pulling fs layer [2020-09-24T13:20:22.184Z] 2de7ff778b66: Pulling fs layer [2020-09-24T13:20:22.184Z] 0d9ebad4ef96: Waiting [2020-09-24T13:20:22.184Z] e9a5061849ea: Waiting [2020-09-24T13:20:22.184Z] d747dcd14b5f: Waiting [2020-09-24T13:20:22.184Z] 2de7ff778b66: Waiting [2020-09-24T13:20:22.184Z] 9712f1f96733: Verifying Checksum [2020-09-24T13:20:22.184Z] 9712f1f96733: Download complete [2020-09-24T13:20:24.802Z] 63f879dbbcfc: Verifying Checksum [2020-09-24T13:20:24.802Z] 63f879dbbcfc: Download complete [2020-09-24T13:20:25.418Z] e9a5061849ea: Verifying Checksum [2020-09-24T13:20:25.418Z] e9a5061849ea: Download complete [2020-09-24T13:20:25.418Z] d747dcd14b5f: Verifying Checksum [2020-09-24T13:20:25.418Z] d747dcd14b5f: Download complete [2020-09-24T13:20:26.934Z] 2de7ff778b66: Verifying Checksum [2020-09-24T13:20:26.934Z] 2de7ff778b66: Download complete [2020-09-24T13:20:27.545Z] ab5ef0e58194: Verifying Checksum [2020-09-24T13:20:27.545Z] ab5ef0e58194: Download complete [2020-09-24T13:20:27.545Z] 0d9ebad4ef96: Verifying Checksum [2020-09-24T13:20:27.545Z] 0d9ebad4ef96: Download complete [2020-09-24T13:20:34.358Z] ab5ef0e58194: Pull complete [2020-09-24T13:20:34.358Z] 9712f1f96733: Pull complete [2020-09-24T13:20:36.870Z] 63f879dbbcfc: Pull complete [2020-09-24T13:20:45.268Z] 0d9ebad4ef96: Pull complete [2020-09-24T13:20:45.857Z] e9a5061849ea: Pull complete [2020-09-24T13:20:45.857Z] d747dcd14b5f: Pull complete [2020-09-24T13:20:50.224Z] 2de7ff778b66: Pull complete [2020-09-24T13:20:50.225Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-24T13:20:50.225Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-24T13:20:50.225Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-24T13:20:50.534Z] prd-centos7-docker-4c-2g-1146 does not seem to be running inside a container [2020-09-24T13:20:50.597Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-09-24T13:20:53.019Z] $ docker top fe9a45b913eaef68c063b74d0f6a47c7d5d274447615dfcbbcecbbb37e3e7d51 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-24T13:20:53.301Z] provisioning config files... [2020-09-24T13:20:53.317Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config1714360301873275388tmp [2020-09-24T13:20:53.342Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config673195306876931554tmp [2020-09-24T13:20:53.362Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config8985304030175272954tmp [Pipeline] { [Pipeline] echo [2020-09-24T13:20:53.422Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T13:20:53.746Z] ---> sigul-configuration.sh [2020-09-24T13:20:53.746Z] gpg: directory `/root/.gnupg' created [2020-09-24T13:20:53.746Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-24T13:20:53.746Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-24T13:20:53.746Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-24T13:20:53.746Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-24T13:20:53.746Z] gpg: CAST5 encrypted data [2020-09-24T13:20:54.010Z] gpg: encrypted with 1 passphrase [2020-09-24T13:20:54.010Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-24T13:20:54.326Z] + mkdir /home/jenkins [2020-09-24T13:20:54.326Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-24T13:20:54.642Z] + 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-24T13:20:54.661Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T13:20:54.973Z] ---> sigul-install.sh [2020-09-24T13:21:01.677Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-24T13:21:02.377Z] + git tag --list [2020-09-24T13:21:02.378Z] 0.7.0 [2020-09-24T13:21:02.378Z] 0.7.1 [2020-09-24T13:21:02.378Z] 1.0.0 [2020-09-24T13:21:02.378Z] v1.0.1 [2020-09-24T13:21:02.378Z] v1.0.2 [2020-09-24T13:21:02.378Z] v1.0.3 [2020-09-24T13:21:02.378Z] v1.1.0 [2020-09-24T13:21:02.378Z] v1.1.1 [2020-09-24T13:21:02.378Z] v1.2.0 [2020-09-24T13:21:02.378Z] v1.2.1 [2020-09-24T13:21:02.378Z] v1.2.2 [2020-09-24T13:21:02.378Z] v1.2.2-dev.1 [2020-09-24T13:21:02.378Z] v1.3.0-dev.1 [2020-09-24T13:21:02.378Z] v1.3.0-dev.2 [2020-09-24T13:21:02.378Z] v1.3.0-dev.3 [2020-09-24T13:21:02.378Z] v1.3.0-dev.4 [2020-09-24T13:21:02.378Z] v1.3.0-dev.5 [2020-09-24T13:21:02.378Z] v1.3.0-dev.6 [Pipeline] sh [2020-09-24T13:21:02.712Z] + lftools sign git-tag v1.3.0-dev.6 [2020-09-24T13:21:04.128Z] Signing Git tag with Sigul... [2020-09-24T13:21:04.128Z] Signing v1.3.0-dev.6 [Pipeline] echo [2020-09-24T13:21:05.584Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T13:21:06.558Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-24T13:21:06.674Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-24T13:21:06.823Z] $ docker stop --time=1 fe9a45b913eaef68c063b74d0f6a47c7d5d274447615dfcbbcecbbb37e3e7d51 [2020-09-24T13:21:08.871Z] $ docker rm -f fe9a45b913eaef68c063b74d0f6a47c7d5d274447615dfcbbcecbbb37e3e7d51 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-24T13:21:09.709Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T13:21:09.709Z] . [Pipeline] withDockerContainer [2020-09-24T13:21:09.840Z] prd-centos7-docker-4c-2g-1146 does not seem to be running inside a container [2020-09-24T13:21:09.901Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-24T13:21:10.926Z] $ docker top d6b2b6ac5a099666d3418a3cf696a4bf741a4a38d43f05fe8da41b50a4faf923 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-24T13:21:11.316Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T13:21:11.316Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T13:21:11.732Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T13:21:11.739Z] $ docker exec d6b2b6ac5a099666d3418a3cf696a4bf741a4a38d43f05fe8da41b50a4faf923 ssh-agent [2020-09-24T13:21:12.090Z] SSH_AUTH_SOCK=/tmp/ssh-xtR737DJKDyz/agent.12 [2020-09-24T13:21:12.090Z] SSH_AGENT_PID=17 [2020-09-24T13:21:12.107Z] Running ssh-add (command line suppressed) [2020-09-24T13:21:12.393Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_692420997132932996.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_692420997132932996.key) [2020-09-24T13:21:12.500Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T13:21:12.868Z] + git semver bump pre [2020-09-24T13:21:12.868Z] # -> Open(): unable to determine branch for HEAD [2020-09-24T13:21:12.868Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-09-24T13:21:12.868Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-09-24T13:21:12.868Z] # $SEMVER_REMOTE_NAME = origin [2020-09-24T13:21:12.868Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-24T13:21:12.868Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-24T13:21:12.868Z] # $SEMVER_BRANCH = master [2020-09-24T13:21:12.868Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [2020-09-24T13:21:13.131Z] 1.3.0-dev.7 [Pipeline] } [2020-09-24T13:21:13.146Z] $ docker exec --env ******** --env ******** d6b2b6ac5a099666d3418a3cf696a4bf741a4a38d43f05fe8da41b50a4faf923 ssh-agent -k [2020-09-24T13:21:13.316Z] unset SSH_AUTH_SOCK; [2020-09-24T13:21:13.316Z] unset SSH_AGENT_PID; [2020-09-24T13:21:13.317Z] echo Agent pid 17 killed; [2020-09-24T13:21:13.411Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-24T13:21:13.883Z] + git semver [Pipeline] } [2020-09-24T13:21:13.913Z] $ docker stop --time=1 d6b2b6ac5a099666d3418a3cf696a4bf741a4a38d43f05fe8da41b50a4faf923 [2020-09-24T13:21:15.473Z] $ docker rm -f d6b2b6ac5a099666d3418a3cf696a4bf741a4a38d43f05fe8da41b50a4faf923 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T13:21:16.099Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T13:21:16.099Z] . [Pipeline] withDockerContainer [2020-09-24T13:21:16.327Z] prd-centos7-docker-4c-2g-1146 does not seem to be running inside a container [2020-09-24T13:21:16.531Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-24T13:21:17.578Z] $ docker top de795cd12beb471e23e687393d3b57eb8046971e54573cc9873499f0731fe42e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-24T13:21:17.971Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T13:21:17.971Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T13:21:18.381Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T13:21:18.423Z] $ docker exec de795cd12beb471e23e687393d3b57eb8046971e54573cc9873499f0731fe42e ssh-agent [2020-09-24T13:21:18.693Z] SSH_AUTH_SOCK=/tmp/ssh-ejBJO6VGQrOa/agent.11 [2020-09-24T13:21:18.693Z] SSH_AGENT_PID=17 [2020-09-24T13:21:18.703Z] Running ssh-add (command line suppressed) [2020-09-24T13:21:18.902Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_4204806702441719543.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_4204806702441719543.key) [2020-09-24T13:21:18.970Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T13:21:19.421Z] + git semver push [2020-09-24T13:21:19.421Z] # -> Open(): unable to determine branch for HEAD [2020-09-24T13:21:19.421Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-09-24T13:21:19.421Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-09-24T13:21:19.421Z] # $SEMVER_REMOTE_NAME = origin [2020-09-24T13:21:19.421Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-24T13:21:19.421Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-24T13:21:19.421Z] # $SEMVER_BRANCH = master [2020-09-24T13:21:19.421Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [Pipeline] } [2020-09-24T13:21:26.213Z] $ docker exec --env ******** --env ******** de795cd12beb471e23e687393d3b57eb8046971e54573cc9873499f0731fe42e ssh-agent -k [2020-09-24T13:21:26.436Z] unset SSH_AUTH_SOCK; [2020-09-24T13:21:26.436Z] unset SSH_AGENT_PID; [2020-09-24T13:21:26.436Z] echo Agent pid 17 killed; [2020-09-24T13:21:26.506Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-24T13:21:27.056Z] + git semver [Pipeline] } [2020-09-24T13:21:27.081Z] $ docker stop --time=1 de795cd12beb471e23e687393d3b57eb8046971e54573cc9873499f0731fe42e [2020-09-24T13:21:28.558Z] $ docker rm -f de795cd12beb471e23e687393d3b57eb8046971e54573cc9873499f0731fe42e [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-24T13:21:29.598Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T13:21:30.375Z] ---> package-listing.sh [2020-09-24T13:21:30.375Z] ++ facter osfamily [2020-09-24T13:21:30.375Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-24T13:21:30.375Z] + OS_FAMILY=redhat [2020-09-24T13:21:30.375Z] + workspace=/w/workspace/edgexfoundry_device-sdk-c_master [2020-09-24T13:21:30.375Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-24T13:21:30.375Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-24T13:21:30.375Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-24T13:21:30.375Z] + PACKAGES=/tmp/packages_start.txt [2020-09-24T13:21:30.375Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_master ']' [2020-09-24T13:21:30.375Z] + PACKAGES=/tmp/packages_end.txt [2020-09-24T13:21:30.375Z] + case "${OS_FAMILY}" in [2020-09-24T13:21:30.375Z] + rpm -qa [2020-09-24T13:21:30.375Z] + sort [2020-09-24T13:21:35.708Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-24T13:21:35.708Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-24T13:21:35.708Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-24T13:21:35.708Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_master ']' [2020-09-24T13:21:35.708Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_master/archives/ [2020-09-24T13:21:35.708Z] + 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-24T13:21:36.731Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-24T13:21:37.012Z] [2020-09-24T13:21:37.012Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-24T13:21:37.444Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-24T13:21:37.444Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-24T13:21:37.444Z] df20fa9351a1: Pulling fs layer [2020-09-24T13:21:37.444Z] 36b3adc4ff6f: Pulling fs layer [2020-09-24T13:21:37.444Z] 8ad3a11d3b57: Pulling fs layer [2020-09-24T13:21:37.444Z] 46f8f816bc3b: Pulling fs layer [2020-09-24T13:21:37.444Z] 0dadc02b9964: Pulling fs layer [2020-09-24T13:21:37.444Z] ce6a7cf60c04: Pulling fs layer [2020-09-24T13:21:37.444Z] 7a184a31f384: Pulling fs layer [2020-09-24T13:21:37.444Z] 0879bd2ef858: Pulling fs layer [2020-09-24T13:21:37.444Z] 46f8f816bc3b: Waiting [2020-09-24T13:21:37.444Z] 0dadc02b9964: Waiting [2020-09-24T13:21:37.444Z] ce6a7cf60c04: Waiting [2020-09-24T13:21:37.444Z] 7a184a31f384: Waiting [2020-09-24T13:21:37.444Z] 0879bd2ef858: Waiting [2020-09-24T13:21:37.444Z] 36b3adc4ff6f: Download complete [2020-09-24T13:21:37.444Z] 46f8f816bc3b: Verifying Checksum [2020-09-24T13:21:37.444Z] 46f8f816bc3b: Download complete [2020-09-24T13:21:37.768Z] df20fa9351a1: Verifying Checksum [2020-09-24T13:21:37.768Z] df20fa9351a1: Download complete [2020-09-24T13:21:37.768Z] ce6a7cf60c04: Verifying Checksum [2020-09-24T13:21:37.768Z] ce6a7cf60c04: Download complete [2020-09-24T13:21:37.768Z] 0dadc02b9964: Verifying Checksum [2020-09-24T13:21:37.768Z] 0dadc02b9964: Download complete [2020-09-24T13:21:38.075Z] 7a184a31f384: Verifying Checksum [2020-09-24T13:21:38.075Z] 7a184a31f384: Download complete [2020-09-24T13:21:38.368Z] 8ad3a11d3b57: Verifying Checksum [2020-09-24T13:21:38.368Z] 8ad3a11d3b57: Download complete [2020-09-24T13:21:38.652Z] df20fa9351a1: Pull complete [2020-09-24T13:21:38.920Z] 36b3adc4ff6f: Pull complete [2020-09-24T13:21:39.210Z] 0879bd2ef858: Verifying Checksum [2020-09-24T13:21:39.210Z] 0879bd2ef858: Download complete [2020-09-24T13:21:40.690Z] 8ad3a11d3b57: Pull complete [2020-09-24T13:21:40.690Z] 46f8f816bc3b: Pull complete [2020-09-24T13:21:40.971Z] 0dadc02b9964: Pull complete [2020-09-24T13:21:41.563Z] ce6a7cf60c04: Pull complete [2020-09-24T13:21:41.563Z] 7a184a31f384: Pull complete [2020-09-24T13:21:47.045Z] 0879bd2ef858: Pull complete [2020-09-24T13:21:47.045Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-24T13:21:47.045Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-24T13:21:47.045Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-24T13:21:47.598Z] prd-centos7-docker-4c-2g-1146 does not seem to be running inside a container [2020-09-24T13:21:47.682Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-24T13:21:50.527Z] $ docker top 932409e0227af9e81f84d7dc094d604b73259452d63752674bd1f6e28c29a19e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T13:21:51.674Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-24T13:21:52.035Z] + ls /var/log/sa-host [2020-09-24T13:21:52.035Z] + sadf -c /var/log/sa-host/sa05 [2020-09-24T13:21:52.035Z] file_magic: OK [2020-09-24T13:21:52.035Z] HZ: Using current value: 100 [2020-09-24T13:21:52.035Z] file_header: OK [2020-09-24T13:21:52.035Z] 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-24T13:21:52.035Z] Statistics: [2020-09-24T13:21:52.035Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-24T13:21:52.035Z] File successfully converted to sysstat format version 12.2.1 [2020-09-24T13:21:52.035Z] + sadf -c /var/log/sa-host/sa24 [2020-09-24T13:21:52.035Z] file_magic: OK [2020-09-24T13:21:52.035Z] HZ: Using current value: 100 [2020-09-24T13:21:52.035Z] file_header: OK [2020-09-24T13:21:52.035Z] 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-24T13:21:52.035Z] Statistics: [2020-09-24T13:21:52.035Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-24T13:21:52.035Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-24T13:21:52.148Z] provisioning config files... [2020-09-24T13:21:52.172Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config7276352058974362169tmp [Pipeline] { [Pipeline] echo [2020-09-24T13:21:52.247Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T13:21:52.581Z] ---> create-netrc.sh [Pipeline] echo [2020-09-24T13:21:52.596Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T13:21:52.980Z] ---> logs-deploy.sh [2020-09-24T13:21:52.980Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/master/43 [2020-09-24T13:21:52.980Z] INFO: archiving workspace using pattern(s): [2020-09-24T13:21:55.325Z] Archives upload complete. [2020-09-24T13:21:55.325Z] INFO: archiving logs to Nexus [2020-09-24T13:21:56.375Z] ---> uname -a: [2020-09-24T13:21:56.375Z] Linux 932409e0227a 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-09-24T13:21:56.375Z] [2020-09-24T13:21:56.375Z] [2020-09-24T13:21:56.375Z] ---> lscpu: [2020-09-24T13:21:56.375Z] Architecture: x86_64 [2020-09-24T13:21:56.375Z] CPU op-mode(s): 32-bit, 64-bit [2020-09-24T13:21:56.375Z] Byte Order: Little Endian [2020-09-24T13:21:56.375Z] Address sizes: 40 bits physical, 48 bits virtual [2020-09-24T13:21:56.375Z] CPU(s): 4 [2020-09-24T13:21:56.375Z] On-line CPU(s) list: 0-3 [2020-09-24T13:21:56.375Z] Thread(s) per core: 1 [2020-09-24T13:21:56.375Z] Core(s) per socket: 1 [2020-09-24T13:21:56.375Z] Socket(s): 4 [2020-09-24T13:21:56.375Z] NUMA node(s): 1 [2020-09-24T13:21:56.375Z] Vendor ID: GenuineIntel [2020-09-24T13:21:56.375Z] CPU family: 6 [2020-09-24T13:21:56.375Z] Model: 44 [2020-09-24T13:21:56.375Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-09-24T13:21:56.375Z] Stepping: 1 [2020-09-24T13:21:56.375Z] CPU MHz: 2933.438 [2020-09-24T13:21:56.375Z] BogoMIPS: 5866.87 [2020-09-24T13:21:56.375Z] Virtualization: VT-x [2020-09-24T13:21:56.375Z] Hypervisor vendor: KVM [2020-09-24T13:21:56.375Z] Virtualization type: full [2020-09-24T13:21:56.375Z] L1d cache: 128 KiB [2020-09-24T13:21:56.375Z] L1i cache: 128 KiB [2020-09-24T13:21:56.375Z] L2 cache: 16 MiB [2020-09-24T13:21:56.375Z] L3 cache: 64 MiB [2020-09-24T13:21:56.375Z] NUMA node0 CPU(s): 0-3 [2020-09-24T13:21:56.375Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-09-24T13:21:56.375Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-09-24T13:21:56.375Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-09-24T13:21:56.375Z] Vulnerability Meltdown: Mitigation; PTI [2020-09-24T13:21:56.375Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-09-24T13:21:56.375Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-09-24T13:21:56.375Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-09-24T13:21:56.375Z] Vulnerability Tsx async abort: Not affected [2020-09-24T13:21:56.375Z] 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-24T13:21:56.375Z] [2020-09-24T13:21:56.375Z] [2020-09-24T13:21:56.375Z] ---> nproc: [2020-09-24T13:21:56.375Z] 4 [2020-09-24T13:21:56.375Z] [2020-09-24T13:21:56.375Z] [2020-09-24T13:21:56.375Z] ---> df -h: [2020-09-24T13:21:56.375Z] Filesystem Size Used Available Use% Mounted on [2020-09-24T13:21:56.375Z] overlay 50.0G 7.5G 42.4G 15% / [2020-09-24T13:21:56.375Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-09-24T13:21:56.375Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-09-24T13:21:56.375Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-09-24T13:21:56.375Z] /dev/vda1 50.0G 7.5G 42.4G 15% /etc/resolv.conf [2020-09-24T13:21:56.375Z] /dev/vda1 50.0G 7.5G 42.4G 15% /etc/hostname [2020-09-24T13:21:56.375Z] /dev/vda1 50.0G 7.5G 42.4G 15% /etc/hosts [2020-09-24T13:21:56.375Z] /dev/vda1 50.0G 7.5G 42.4G 15% /w/workspace/edgexfoundry_device-sdk-c_master@tmp [2020-09-24T13:21:56.375Z] /dev/vda1 50.0G 7.5G 42.4G 15% /var/log/sa-host [2020-09-24T13:21:56.375Z] /dev/vda1 50.0G 7.5G 42.4G 15% /w/workspace/edgexfoundry_device-sdk-c_master [2020-09-24T13:21:56.375Z] [2020-09-24T13:21:56.375Z] [2020-09-24T13:21:56.375Z] ---> free -m: [2020-09-24T13:21:56.375Z] total used free shared buff/cache available [2020-09-24T13:21:56.375Z] Mem: 1837 771 123 0 943 985 [2020-09-24T13:21:56.375Z] Swap: 1023 1 1022 [2020-09-24T13:21:56.375Z] [2020-09-24T13:21:56.375Z] [2020-09-24T13:21:56.375Z] ---> ip addr: [2020-09-24T13:21:56.375Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-09-24T13:21:56.375Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-09-24T13:21:56.375Z] inet 127.0.0.1/8 scope host lo [2020-09-24T13:21:56.375Z] valid_lft forever preferred_lft forever [2020-09-24T13:21:56.375Z] 14: eth0@if15: mtu 1458 qdisc noqueue state UP [2020-09-24T13:21:56.375Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-09-24T13:21:56.375Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-09-24T13:21:56.375Z] valid_lft forever preferred_lft forever [2020-09-24T13:21:56.375Z] [2020-09-24T13:21:56.375Z] [2020-09-24T13:21:56.375Z] ---> sar -b -r -n DEV: [2020-09-24T13:21:56.375Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/24/20 _x86_64_ (4 CPU) [2020-09-24T13:21:56.375Z] [2020-09-24T13:21:56.375Z] 13:13:30 LINUX RESTART (4 CPU) [2020-09-24T13:21:56.375Z] [2020-09-24T13:21:56.375Z] 13:14:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-09-24T13:21:56.375Z] 13:15:01 154.67 65.58 89.10 0.00 8385.60 40788.94 0.00 [2020-09-24T13:21:56.375Z] 13:16:01 1.63 0.00 1.63 0.00 0.00 32.05 0.00 [2020-09-24T13:21:56.375Z] 13:17:01 0.33 0.00 0.33 0.00 0.00 4.88 0.00 [2020-09-24T13:21:56.375Z] 13:18:01 0.23 0.00 0.23 0.00 0.00 3.08 0.00 [2020-09-24T13:21:56.375Z] 13:19:01 0.28 0.00 0.28 0.00 0.00 4.18 0.00 [2020-09-24T13:21:56.375Z] 13:20:01 0.32 0.00 0.32 0.00 0.00 4.09 0.00 [2020-09-24T13:21:56.375Z] 13:21:01 245.35 124.10 121.25 0.00 6469.23 30310.85 0.00 [2020-09-24T13:21:56.375Z] Average: 57.33 27.01 30.32 0.00 2108.34 10096.62 0.00 [2020-09-24T13:21:56.375Z] [2020-09-24T13:21:56.375Z] 13:14:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-09-24T13:21:56.375Z] 13:15:01 170352 0 557936 29.65 2620 1150648 1139192 38.88 426704 1123864 132 [2020-09-24T13:21:56.375Z] 13:16:01 177932 0 550324 29.25 2620 1150680 1083828 36.99 424060 1120356 16 [2020-09-24T13:21:56.375Z] 13:17:01 176240 0 552008 29.34 2620 1150688 1077708 36.78 427976 1118612 8 [2020-09-24T13:21:56.375Z] 13:18:01 175176 0 553072 29.39 2620 1150688 1077936 36.79 428856 1118612 12 [2020-09-24T13:21:56.375Z] 13:19:01 175540 0 552704 29.37 2620 1150692 1077696 36.78 437656 1109604 12 [2020-09-24T13:21:56.375Z] 13:20:01 173004 0 555228 29.51 2620 1150704 1077732 36.78 440532 1109600 12 [2020-09-24T13:21:56.375Z] 13:21:01 95992 0 702716 37.35 2620 1080228 1182744 40.36 531244 988536 70344 [2020-09-24T13:21:56.375Z] Average: 163462 0 574855 30.55 2620 1140618 1102405 37.62 445290 1098455 10077 [2020-09-24T13:21:56.375Z] [2020-09-24T13:21:56.375Z] 13:14:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-09-24T13:21:56.375Z] 13:15:01 eth0 239.83 186.66 1077.53 103.84 0.00 0.00 0.00 0.00 [2020-09-24T13:21:56.375Z] 13:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T13:21:56.375Z] 13:15:01 docker0 6.02 4.62 0.82 20.85 0.00 0.00 0.00 0.00 [2020-09-24T13:21:56.375Z] 13:16:01 eth0 0.20 0.12 0.01 0.04 0.00 0.00 0.00 0.00 [2020-09-24T13:21:56.375Z] 13:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T13:21:56.375Z] 13:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T13:21:56.375Z] 13:17:01 eth0 1.48 0.85 2.79 0.06 0.00 0.00 0.00 0.00 [2020-09-24T13:21:56.375Z] 13:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T13:21:56.375Z] 13:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T13:21:56.375Z] 13:18:01 eth0 1.20 0.58 0.58 0.36 0.00 0.00 0.00 0.00 [2020-09-24T13:21:56.375Z] 13:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T13:21:56.375Z] 13:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T13:21:56.375Z] 13:19:01 eth0 0.22 0.15 0.12 0.04 0.00 0.00 0.00 0.00 [2020-09-24T13:21:56.375Z] 13:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T13:21:56.375Z] 13:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T13:21:56.375Z] 13:20:01 eth0 0.30 0.18 0.14 0.07 0.00 0.00 0.00 0.00 [2020-09-24T13:21:56.375Z] 13:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T13:21:56.375Z] 13:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T13:21:56.375Z] 13:21:01 vethd7463cd 24.20 35.53 1.64 198.93 0.00 0.00 0.00 0.00 [2020-09-24T13:21:56.375Z] 13:21:01 eth0 397.97 332.20 3438.33 37.17 0.00 0.00 0.00 0.00 [2020-09-24T13:21:56.375Z] 13:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T13:21:56.375Z] 13:21:01 docker0 24.20 35.41 1.31 198.92 0.00 0.00 0.00 0.00 [2020-09-24T13:21:56.375Z] Average: vethd7463cd 3.46 5.09 0.24 28.49 0.00 0.00 0.00 0.00 [2020-09-24T13:21:56.375Z] Average: eth0 91.28 74.15 644.75 20.04 0.00 0.00 0.00 0.00 [2020-09-24T13:21:56.375Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T13:21:56.375Z] Average: docker0 4.31 5.72 0.30 31.42 0.00 0.00 0.00 0.00 [2020-09-24T13:21:56.375Z] [2020-09-24T13:21:56.375Z] [2020-09-24T13:21:56.375Z] ---> sar -P ALL: [2020-09-24T13:21:56.375Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/24/20 _x86_64_ (4 CPU) [2020-09-24T13:21:56.375Z] [2020-09-24T13:21:56.375Z] 13:13:30 LINUX RESTART (4 CPU) [2020-09-24T13:21:56.375Z] [2020-09-24T13:21:56.375Z] 13:14:02 CPU %user %nice %system %iowait %steal %idle [2020-09-24T13:21:56.375Z] 13:15:01 all 15.43 0.00 9.25 4.78 15.29 55.24 [2020-09-24T13:21:56.375Z] 13:15:01 0 15.46 0.00 7.86 5.09 16.29 55.30 [2020-09-24T13:21:56.375Z] 13:15:01 1 14.56 0.00 7.69 7.25 15.62 54.87 [2020-09-24T13:21:56.375Z] 13:15:01 2 18.02 0.00 10.42 3.29 14.03 54.24 [2020-09-24T13:21:56.375Z] 13:15:01 3 13.75 0.00 11.11 3.41 15.17 56.56 [2020-09-24T13:21:56.376Z] 13:16:01 all 0.11 0.00 0.05 0.00 0.35 99.49 [2020-09-24T13:21:56.376Z] 13:16:01 0 0.10 0.00 0.03 0.00 0.33 99.53 [2020-09-24T13:21:56.376Z] 13:16:01 1 0.25 0.00 0.05 0.00 0.47 99.24 [2020-09-24T13:21:56.376Z] 13:16:01 2 0.07 0.00 0.05 0.00 0.30 99.58 [2020-09-24T13:21:56.376Z] 13:16:01 3 0.03 0.00 0.07 0.00 0.28 99.62 [2020-09-24T13:21:56.376Z] 13:17:01 all 0.11 0.00 0.04 0.00 0.32 99.52 [2020-09-24T13:21:56.376Z] 13:17:01 0 0.05 0.00 0.03 0.00 0.23 99.68 [2020-09-24T13:21:56.376Z] 13:17:01 1 0.35 0.00 0.08 0.00 0.65 98.92 [2020-09-24T13:21:56.376Z] 13:17:01 2 0.03 0.00 0.03 0.00 0.35 99.58 [2020-09-24T13:21:56.376Z] 13:17:01 3 0.02 0.00 0.02 0.00 0.07 99.90 [2020-09-24T13:21:56.376Z] 13:18:01 all 0.11 0.00 0.02 0.00 0.19 99.68 [2020-09-24T13:21:56.376Z] 13:18:01 0 0.02 0.00 0.00 0.00 0.10 99.88 [2020-09-24T13:21:56.376Z] 13:18:01 1 0.38 0.00 0.02 0.00 0.33 99.27 [2020-09-24T13:21:56.376Z] 13:18:01 2 0.03 0.00 0.03 0.00 0.30 99.63 [2020-09-24T13:21:56.376Z] 13:18:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2020-09-24T13:21:56.376Z] 13:19:01 all 0.10 0.00 0.02 0.00 0.16 99.71 [2020-09-24T13:21:56.376Z] 13:19:01 0 0.02 0.00 0.03 0.00 0.08 99.87 [2020-09-24T13:21:56.376Z] 13:19:01 1 0.35 0.00 0.02 0.00 0.30 99.33 [2020-09-24T13:21:56.376Z] 13:19:01 2 0.02 0.00 0.03 0.00 0.20 99.75 [2020-09-24T13:21:56.376Z] 13:19:01 3 0.02 0.00 0.02 0.00 0.07 99.90 [2020-09-24T13:21:56.376Z] 13:20:01 all 0.10 0.00 0.05 0.00 0.29 99.55 [2020-09-24T13:21:56.376Z] 13:20:01 0 0.07 0.00 0.07 0.00 0.63 99.24 [2020-09-24T13:21:56.376Z] 13:20:01 1 0.30 0.00 0.08 0.00 0.32 99.30 [2020-09-24T13:21:56.376Z] 13:20:01 2 0.02 0.00 0.05 0.00 0.13 99.80 [2020-09-24T13:21:56.376Z] 13:20:01 3 0.02 0.00 0.02 0.00 0.10 99.87 [2020-09-24T13:21:56.376Z] 13:21:01 all 7.62 0.00 5.16 1.62 10.88 74.72 [2020-09-24T13:21:56.376Z] 13:21:01 0 7.87 0.00 5.17 1.86 11.86 73.24 [2020-09-24T13:21:56.376Z] 13:21:01 1 6.94 0.00 4.65 1.87 10.94 75.61 [2020-09-24T13:21:56.376Z] 13:21:01 2 6.40 0.00 5.66 1.86 10.25 75.83 [2020-09-24T13:21:56.376Z] 13:21:01 3 9.32 0.00 5.14 0.90 10.48 74.16 [2020-09-24T13:21:56.376Z] Average: all 3.28 0.00 2.03 0.89 3.82 89.99 [2020-09-24T13:21:56.376Z] Average: 0 3.27 0.00 1.83 0.96 4.10 89.84 [2020-09-24T13:21:56.376Z] Average: 1 3.26 0.00 1.77 1.28 4.04 89.65 [2020-09-24T13:21:56.376Z] Average: 2 3.38 0.00 2.25 0.71 3.54 90.12 [2020-09-24T13:21:56.376Z] Average: 3 3.19 0.00 2.26 0.59 3.61 90.34 [2020-09-24T13:21:56.376Z] [2020-09-24T13:21:56.376Z] [2020-09-24T13:21:56.376Z]