Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of iain-anderson for edgexfoundry/device-sdk-c Obtained Jenkinsfile from 20530e72b6a502cd03c485f6b7c419dd94dc5744+3a634a1c00d95d9219bb951cd4c22fd9c49f79ac (9d2431759089790d614a6dc4e598da4a1b0e086e) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildCApp] RAW Config: [project:device-sdk-c, dockerBuildFilePath:scripts/Dockerfile.alpine-base, dockerFilePath:scripts/Dockerfile.alpine, 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 DOCKER_BUILD_FILE_PATH: scripts/Dockerfile.alpine-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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-33210 in /w/workspace/edgexfoundry_device-sdk-c_PR-336 [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_PR-336 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/336/head:refs/remotes/origin/PR-336 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 3a634a1c00d95d9219bb951cd4c22fd9c49f79ac into PR head commit 20530e72b6a502cd03c485f6b7c419dd94dc5744 Merge succeeded, producing 5e4acb00c66e0ce35279f23e94e1678bc3e8a705 Checking out Revision 5e4acb00c66e0ce35279f23e94e1678bc3e8a705 (PR-336) > git config core.sparsecheckout # timeout=10 > git checkout -f 20530e72b6a502cd03c485f6b7c419dd94dc5744 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 3a634a1c00d95d9219bb951cd4c22fd9c49f79ac # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5e4acb00c66e0ce35279f23e94e1678bc3e8a705 # timeout=10 Commit message: "Merge commit '3a634a1c00d95d9219bb951cd4c22fd9c49f79ac' into HEAD" > git rev-list --no-walk 20530e72b6a502cd03c485f6b7c419dd94dc5744 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-07T22:55:37.556Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-07T22:55:37.791Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-07T22:55:37.890Z] ========================================================= [2021-04-07T22:55:37.890Z] EdgeX Global Pipelines Version Info [2021-04-07T22:55:37.890Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-07T22:55:39.405Z] ------------------- [2021-04-07T22:55:39.405Z] stable info: [2021-04-07T22:55:39.405Z] ------------------- [2021-04-07T22:55:39.405Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-07T22:55:39.405Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-07T22:55:39.405Z] Message: update stable to v1.0.186 [2021-04-07T22:55:40.359Z] ------------------- [2021-04-07T22:55:40.359Z] experimental info: [2021-04-07T22:55:40.359Z] ------------------- [2021-04-07T22:55:40.359Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-07T22:55:40.359Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-07T22:55:40.359Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-07T22:55:40.633Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-c-settings [Pipeline] echo [2021-04-07T22:55:40.755Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-c [Pipeline] echo [2021-04-07T22:55:40.847Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-07T22:55:40.948Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-07T22:55:41.027Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-07T22:55:41.110Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [Pipeline] echo [2021-04-07T22:55:41.211Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = scripts/Dockerfile.alpine [Pipeline] echo [2021-04-07T22:55:41.290Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = scripts/Dockerfile.alpine-base [Pipeline] echo [2021-04-07T22:55:41.383Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-07T22:55:41.483Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-c [Pipeline] echo [2021-04-07T22:55:41.568Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-07T22:55:41.676Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-07T22:55:41.761Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-07T22:55:41.879Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-07T22:55:41.997Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-07T22:55:42.081Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-07T22:55:42.174Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-07T22:55:42.256Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-336 [Pipeline] echo [2021-04-07T22:55:42.337Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-336 [Pipeline] echo [2021-04-07T22:55:42.424Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-336 [Pipeline] echo [2021-04-07T22:55:42.527Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5e4acb00c66e0ce35279f23e94e1678bc3e8a705 [Pipeline] echo [2021-04-07T22:55:42.610Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5e4acb0 [Pipeline] echo [2021-04-07T22:55:42.721Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-07T22:55:42.889Z] provisioning config files... [2021-04-07T22:55:42.925Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_PR-336@tmp/config2770552318144113885tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-07T22:55:43.275Z] ---> docker-login.sh [2021-04-07T22:55:43.275Z] nexus3.edgexfoundry.org:10001 [2021-04-07T22:55:43.542Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T22:55:43.805Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T22:55:43.805Z] Configure a credential helper to remove this warning. See [2021-04-07T22:55:43.805Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T22:55:43.805Z] [2021-04-07T22:55:43.805Z] Login Succeeded [2021-04-07T22:55:43.805Z] nexus3.edgexfoundry.org:10002 [2021-04-07T22:55:43.805Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T22:55:43.805Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T22:55:43.805Z] Configure a credential helper to remove this warning. See [2021-04-07T22:55:43.805Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T22:55:43.805Z] [2021-04-07T22:55:43.805Z] Login Succeeded [2021-04-07T22:55:43.805Z] nexus3.edgexfoundry.org:10003 [2021-04-07T22:55:44.072Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T22:55:44.072Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T22:55:44.072Z] Configure a credential helper to remove this warning. See [2021-04-07T22:55:44.072Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T22:55:44.072Z] [2021-04-07T22:55:44.072Z] Login Succeeded [2021-04-07T22:55:44.072Z] nexus3.edgexfoundry.org:10004 [2021-04-07T22:55:44.072Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T22:55:44.333Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T22:55:44.333Z] Configure a credential helper to remove this warning. See [2021-04-07T22:55:44.333Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T22:55:44.333Z] [2021-04-07T22:55:44.333Z] Login Succeeded [2021-04-07T22:55:44.333Z] docker.io [2021-04-07T22:55:44.333Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T22:55:44.596Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T22:55:44.596Z] Configure a credential helper to remove this warning. See [2021-04-07T22:55:44.596Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T22:55:44.596Z] [2021-04-07T22:55:44.596Z] Login Succeeded [2021-04-07T22:55:44.596Z] ---> docker-login.sh ends [Pipeline] } [2021-04-07T22:55:44.606Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-04-07T22:55:46.265Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T22:55:46.265Z] [2021-04-07T22:55:46.265Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-07T22:55:46.626Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T22:55:46.626Z] latest: Pulling from edgex-devops/git-semver [2021-04-07T22:55:46.626Z] 31603596830f: Pulling fs layer [2021-04-07T22:55:46.626Z] 2a8b12db71e7: Pulling fs layer [2021-04-07T22:55:46.626Z] 6ca5941a6612: Pulling fs layer [2021-04-07T22:55:46.626Z] ecc8261a40a4: Pulling fs layer [2021-04-07T22:55:46.626Z] ecc8261a40a4: Waiting [2021-04-07T22:55:46.626Z] 2a8b12db71e7: Verifying Checksum [2021-04-07T22:55:46.626Z] 2a8b12db71e7: Download complete [2021-04-07T22:55:46.626Z] 31603596830f: Verifying Checksum [2021-04-07T22:55:46.626Z] 31603596830f: Download complete [2021-04-07T22:55:46.889Z] ecc8261a40a4: Verifying Checksum [2021-04-07T22:55:46.889Z] ecc8261a40a4: Download complete [2021-04-07T22:55:46.889Z] 6ca5941a6612: Verifying Checksum [2021-04-07T22:55:46.889Z] 6ca5941a6612: Download complete [2021-04-07T22:55:47.151Z] 31603596830f: Pull complete [2021-04-07T22:55:47.151Z] 2a8b12db71e7: Pull complete [2021-04-07T22:55:48.099Z] 6ca5941a6612: Pull complete [2021-04-07T22:55:48.362Z] ecc8261a40a4: Pull complete [2021-04-07T22:55:48.362Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-07T22:55:48.362Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T22:55:48.362Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-07T22:55:48.479Z] prd-centos7-docker-4c-2g-33210 does not seem to be running inside a container [2021-04-07T22:55:48.531Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_PR-336 -v /w/workspace/edgexfoundry_device-sdk-c_PR-336:/w/workspace/edgexfoundry_device-sdk-c_PR-336:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_PR-336@tmp:/w/workspace/edgexfoundry_device-sdk-c_PR-336@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-07T22:55:50.749Z] $ docker top 63fe2327c79a839328bd7a67c5a11459817299e8381c58e3894e2ea43c9bb1f3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-07T22:55:51.075Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-07T22:55:51.075Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-07T22:55:51.283Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-07T22:55:51.290Z] $ docker exec 63fe2327c79a839328bd7a67c5a11459817299e8381c58e3894e2ea43c9bb1f3 ssh-agent [2021-04-07T22:55:51.466Z] SSH_AUTH_SOCK=/tmp/ssh-4ablqmJAFr6x/agent.12 [2021-04-07T22:55:51.466Z] SSH_AGENT_PID=18 [2021-04-07T22:55:51.475Z] Running ssh-add (command line suppressed) [2021-04-07T22:55:51.601Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_PR-336@tmp/private_key_7257567817371778417.key (/w/workspace/edgexfoundry_device-sdk-c_PR-336@tmp/private_key_7257567817371778417.key) [2021-04-07T22:55:51.653Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-07T22:55:51.980Z] + git tag --points-at HEAD [Pipeline] } [2021-04-07T22:55:52.118Z] $ docker exec --env ******** --env ******** 63fe2327c79a839328bd7a67c5a11459817299e8381c58e3894e2ea43c9bb1f3 ssh-agent -k [2021-04-07T22:55:52.290Z] unset SSH_AUTH_SOCK; [2021-04-07T22:55:52.291Z] unset SSH_AGENT_PID; [2021-04-07T22:55:52.291Z] echo Agent pid 18 killed; [2021-04-07T22:55:52.337Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-07T22:55:52.462Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-07T22:55:52.462Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-07T22:55:52.662Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-07T22:55:52.669Z] $ docker exec 63fe2327c79a839328bd7a67c5a11459817299e8381c58e3894e2ea43c9bb1f3 ssh-agent [2021-04-07T22:55:52.837Z] SSH_AUTH_SOCK=/tmp/ssh-Va0KnznGw5We/agent.46 [2021-04-07T22:55:52.837Z] SSH_AGENT_PID=51 [2021-04-07T22:55:52.844Z] Running ssh-add (command line suppressed) [2021-04-07T22:55:52.973Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_PR-336@tmp/private_key_6076800172679131505.key (/w/workspace/edgexfoundry_device-sdk-c_PR-336@tmp/private_key_6076800172679131505.key) [2021-04-07T22:55:53.024Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-07T22:55:53.358Z] + git semver init [2021-04-07T22:55:53.358Z] # -> Open(): unable to determine branch for HEAD [2021-04-07T22:55:53.358Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_PR-336/.git [2021-04-07T22:55:53.358Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_PR-336 [2021-04-07T22:55:53.358Z] # $SEMVER_REMOTE_NAME = origin [2021-04-07T22:55:53.358Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-07T22:55:53.358Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-07T22:55:53.358Z] # $SEMVER_BRANCH = PR-336 [2021-04-07T22:55:53.358Z] # $SEMVER_TEMP = /tmp/semver-428685113 [2021-04-07T22:55:53.358Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-c.git $SEMVER_TEMP [2021-04-07T22:55:53.931Z] # '/tmp/semver-428685113' -> '/w/workspace/edgexfoundry_device-sdk-c_PR-336/.semver' [2021-04-07T22:55:53.931Z] # -> Force: false [2021-04-07T22:55:53.931Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_PR-336/.semver [Pipeline] } [2021-04-07T22:55:53.946Z] $ docker exec --env ******** --env ******** 63fe2327c79a839328bd7a67c5a11459817299e8381c58e3894e2ea43c9bb1f3 ssh-agent -k [2021-04-07T22:55:54.079Z] unset SSH_AUTH_SOCK; [2021-04-07T22:55:54.079Z] unset SSH_AGENT_PID; [2021-04-07T22:55:54.079Z] echo Agent pid 51 killed; [2021-04-07T22:55:54.125Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-07T22:55:54.612Z] + git semver [Pipeline] } [2021-04-07T22:55:54.633Z] $ docker stop --time=1 63fe2327c79a839328bd7a67c5a11459817299e8381c58e3894e2ea43c9bb1f3 [2021-04-07T22:55:56.054Z] $ docker rm -f 63fe2327c79a839328bd7a67c5a11459817299e8381c58e3894e2ea43c9bb1f3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-07T22:55:56.509Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-07T22:55:56.893Z] Stashed 1 file(s) [Pipeline] echo [2021-04-07T22:55:56.896Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-04-07T22:56:12.289Z] Still waiting to schedule task [2021-04-07T22:56:12.290Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-07T22:56:12.294Z] Still waiting to schedule task [2021-04-07T22:56:12.294Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline [2021-04-07T22:58:04.444Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-33211 in /w/workspace/edgexfoundry_device-sdk-c_PR-336 [Pipeline] { [Pipeline] ws [2021-04-07T22:58:04.495Z] Running in /w/workspace/device-sdk-c/2 [Pipeline] { [Pipeline] checkout [2021-04-07T22:58:09.285Z] using credential edgex-jenkins-ssh [2021-04-07T22:58:09.344Z] Cloning the remote Git repository [2021-04-07T22:58:09.405Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2021-04-07T22:58:09.536Z] > git init /w/workspace/device-sdk-c/2 # timeout=10 [2021-04-07T22:58:09.637Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2021-04-07T22:58:09.637Z] > git --version # timeout=10 [2021-04-07T22:58:09.659Z] > git --version # 'git version 2.17.1' [2021-04-07T22:58:09.661Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T22:58:09.736Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-07T22:58:11.536Z] Merging remotes/origin/master commit 3a634a1c00d95d9219bb951cd4c22fd9c49f79ac into PR head commit 20530e72b6a502cd03c485f6b7c419dd94dc5744 [2021-04-07T22:58:11.864Z] Merge succeeded, producing 198d49b68176bde591530ceba76525d04036efb2 [2021-04-07T22:58:11.864Z] Checking out Revision 198d49b68176bde591530ceba76525d04036efb2 (PR-336) [2021-04-07T22:58:10.799Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2021-04-07T22:58:10.821Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-07T22:58:10.846Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2021-04-07T22:58:10.879Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2021-04-07T22:58:10.880Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T22:58:10.892Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/336/head:refs/remotes/origin/PR-336 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-07T22:58:11.559Z] > git config core.sparsecheckout # timeout=10 [2021-04-07T22:58:11.574Z] > git checkout -f 20530e72b6a502cd03c485f6b7c419dd94dc5744 # timeout=10 [2021-04-07T22:58:11.690Z] > git remote # timeout=10 [2021-04-07T22:58:11.710Z] > git config --get remote.origin.url # timeout=10 [2021-04-07T22:58:11.723Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T22:58:11.734Z] > git merge 3a634a1c00d95d9219bb951cd4c22fd9c49f79ac # timeout=10 [2021-04-07T22:58:11.850Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-07T22:58:11.874Z] > git config core.sparsecheckout # timeout=10 [2021-04-07T22:58:11.889Z] > git checkout -f 198d49b68176bde591530ceba76525d04036efb2 # timeout=10 [2021-04-07T22:58:16.256Z] Commit message: "Merge commit '3a634a1c00d95d9219bb951cd4c22fd9c49f79ac' into HEAD" [2021-04-07T22:58:16.267Z] > git rev-list --no-walk 20530e72b6a502cd03c485f6b7c419dd94dc5744 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-07T22:58:18.146Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-07T22:58:18.553Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-07T22:58:18.902Z] + + true [2021-04-07T22:58:18.903Z] sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-07T22:58:21.649Z] provisioning config files... [2021-04-07T22:58:21.689Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/device-sdk-c/2@tmp/config9023662812078368717tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-07T22:58:22.107Z] ---> docker-login.sh [2021-04-07T22:58:22.107Z] nexus3.edgexfoundry.org:10001 [2021-04-07T22:58:22.711Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T22:58:23.312Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T22:58:23.312Z] Configure a credential helper to remove this warning. See [2021-04-07T22:58:23.312Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T22:58:23.312Z] [2021-04-07T22:58:23.312Z] Login Succeeded [2021-04-07T22:58:23.312Z] nexus3.edgexfoundry.org:10002 [2021-04-07T22:58:23.586Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T22:58:23.859Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T22:58:23.859Z] Configure a credential helper to remove this warning. See [2021-04-07T22:58:23.859Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T22:58:23.859Z] [2021-04-07T22:58:23.859Z] Login Succeeded [2021-04-07T22:58:23.860Z] nexus3.edgexfoundry.org:10003 [2021-04-07T22:58:24.132Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T22:58:24.407Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T22:58:24.407Z] Configure a credential helper to remove this warning. See [2021-04-07T22:58:24.407Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T22:58:24.407Z] [2021-04-07T22:58:24.407Z] Login Succeeded [2021-04-07T22:58:24.407Z] nexus3.edgexfoundry.org:10004 [2021-04-07T22:58:24.680Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T22:58:24.954Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T22:58:24.954Z] Configure a credential helper to remove this warning. See [2021-04-07T22:58:24.954Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T22:58:24.954Z] [2021-04-07T22:58:24.954Z] Login Succeeded [2021-04-07T22:58:24.954Z] docker.io [2021-04-07T22:58:25.227Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T22:58:25.500Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T22:58:25.500Z] Configure a credential helper to remove this warning. See [2021-04-07T22:58:25.500Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T22:58:25.500Z] [2021-04-07T22:58:25.500Z] Login Succeeded [2021-04-07T22:58:25.500Z] ---> docker-login.sh ends [Pipeline] } [2021-04-07T22:58:25.529Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-07T22:58:25.944Z] ========================================================= [2021-04-07T22:58:25.944Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] [2021-04-07T22:58:25.944Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-07T22:58:26.315Z] + docker build -t ci-base-image-arm64 -f scripts/Dockerfile.alpine-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest . [2021-04-07T22:58:26.932Z] Sending build context to Docker daemon 2.529MB [2021-04-07T22:58:26.932Z] Step 1/21 : ARG BASE=alpine:3.12 [2021-04-07T22:58:26.932Z] Step 2/21 : FROM ${BASE} as builder [2021-04-07T22:58:26.932Z] latest: Pulling from edgex-devops/edgex-gcc-base-arm64 [2021-04-07T22:58:26.932Z] 0362ad1dd800: Pulling fs layer [2021-04-07T22:58:26.932Z] f2cdb1532d8b: Pulling fs layer [2021-04-07T22:58:26.932Z] 37ed683be191: Pulling fs layer [2021-04-07T22:58:26.932Z] f2cdb1532d8b: Verifying Checksum [2021-04-07T22:58:26.932Z] f2cdb1532d8b: Download complete [2021-04-07T22:58:27.925Z] 0362ad1dd800: Verifying Checksum [2021-04-07T22:58:28.532Z] 0362ad1dd800: Pull complete [2021-04-07T22:58:28.808Z] f2cdb1532d8b: Pull complete [2021-04-07T22:58:30.237Z] 37ed683be191: Verifying Checksum [2021-04-07T22:58:30.237Z] 37ed683be191: Download complete [2021-04-07T22:58:34.998Z] Running on prd-centos7-docker-4c-2g-33212 in /w/workspace/edgexfoundry_device-sdk-c_PR-336 [Pipeline] { [Pipeline] ws [2021-04-07T22:58:35.053Z] Running in /w/workspace/device-sdk-c/2 [Pipeline] { [Pipeline] checkout [2021-04-07T22:58:37.493Z] using credential edgex-jenkins-ssh [2021-04-07T22:58:37.559Z] Cloning the remote Git repository [2021-04-07T22:58:38.550Z] 37ed683be191: Pull complete [2021-04-07T22:58:38.551Z] Digest: sha256:f3a502aba7c4a8aa4a4fcde21dbb9db33787f3779e80dd14fb3ea60ab67de23f [2021-04-07T22:58:38.551Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest [2021-04-07T22:58:38.551Z] ---> b23d30803547 [2021-04-07T22:58:38.551Z] 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 [2021-04-07T22:58:37.631Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2021-04-07T22:58:37.710Z] > git init /w/workspace/device-sdk-c/2 # timeout=10 [2021-04-07T22:58:37.786Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2021-04-07T22:58:37.786Z] > git --version # timeout=10 [2021-04-07T22:58:37.792Z] > git --version # 'git version 2.24.3' [2021-04-07T22:58:37.793Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T22:58:37.820Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-07T22:58:38.669Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2021-04-07T22:58:38.675Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-07T22:58:38.685Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2021-04-07T22:58:38.696Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2021-04-07T22:58:38.696Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T22:58:38.702Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/336/head:refs/remotes/origin/PR-336 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-07T22:58:39.632Z] Merging remotes/origin/master commit 3a634a1c00d95d9219bb951cd4c22fd9c49f79ac into PR head commit 20530e72b6a502cd03c485f6b7c419dd94dc5744 [2021-04-07T22:58:39.755Z] Merge succeeded, producing 02443c808697f2191c625fd375ae3bf7871eefd5 [2021-04-07T22:58:39.756Z] Checking out Revision 02443c808697f2191c625fd375ae3bf7871eefd5 (PR-336) [2021-04-07T22:58:39.640Z] > git config core.sparsecheckout # timeout=10 [2021-04-07T22:58:39.647Z] > git checkout -f 20530e72b6a502cd03c485f6b7c419dd94dc5744 # timeout=10 [2021-04-07T22:58:39.698Z] > git remote # timeout=10 [2021-04-07T22:58:39.703Z] > git config --get remote.origin.url # timeout=10 [2021-04-07T22:58:39.709Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T22:58:39.713Z] > git merge 3a634a1c00d95d9219bb951cd4c22fd9c49f79ac # timeout=10 [2021-04-07T22:58:39.749Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-07T22:58:39.758Z] > git config core.sparsecheckout # timeout=10 [2021-04-07T22:58:39.766Z] > git checkout -f 02443c808697f2191c625fd375ae3bf7871eefd5 # timeout=10 [2021-04-07T22:58:41.187Z] ---> Running in a20ea85f2154 [2021-04-07T22:58:42.170Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2021-04-07T22:58:42.788Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2021-04-07T22:58:43.373Z] Commit message: "Merge commit '3a634a1c00d95d9219bb951cd4c22fd9c49f79ac' into HEAD" [2021-04-07T22:58:43.379Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2021-04-07T22:58:43.379Z] (2/8) Installing libuuid (2.33-r0) [2021-04-07T22:58:43.375Z] > git rev-list --no-walk 20530e72b6a502cd03c485f6b7c419dd94dc5744 # timeout=10 [2021-04-07T22:58:43.650Z] (3/8) Installing libblkid (2.33-r0) [2021-04-07T22:58:43.650Z] (4/8) Installing libfdisk (2.33-r0) [2021-04-07T22:58:43.650Z] (5/8) Installing libmount (2.33-r0) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2021-04-07T22:58:43.923Z] (6/8) Installing libsmartcols (2.33-r0) [2021-04-07T22:58:43.923Z] (7/8) Installing util-linux-dev (2.33-r0) [Pipeline] sh [2021-04-07T22:58:44.199Z] (8/8) Installing wget (1.20.3-r0) [2021-04-07T22:58:44.473Z] Executing busybox-1.29.3-r10.trigger [2021-04-07T22:58:44.473Z] OK: 285 MiB in 83 packages [2021-04-07T22:58:44.699Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-07T22:58:45.029Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-07T22:58:45.326Z] + sudo service docker restart [2021-04-07T22:58:45.326Z] + true [2021-04-07T22:58:45.326Z] Redirecting to /bin/systemctl restart docker.service [2021-04-07T22:58:45.924Z] Removing intermediate container a20ea85f2154 [2021-04-07T22:58:45.925Z] ---> 03cae535614e [2021-04-07T22:58:45.925Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2021-04-07T22:58:45.925Z] ---> Running in 24bc0716ea40 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-07T22:58:46.335Z] provisioning config files... [2021-04-07T22:58:46.361Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/device-sdk-c/2@tmp/config4554995137383816564tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-07T22:58:46.522Z] Removing intermediate container 24bc0716ea40 [2021-04-07T22:58:46.522Z] ---> 39eff6469f37 [2021-04-07T22:58:46.522Z] 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 [2021-04-07T22:58:46.522Z] ---> Running in b0dbb010f9c7 [2021-04-07T22:58:46.730Z] ---> docker-login.sh [2021-04-07T22:58:46.730Z] nexus3.edgexfoundry.org:10001 [2021-04-07T22:58:46.994Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T22:58:46.994Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T22:58:46.994Z] Configure a credential helper to remove this warning. See [2021-04-07T22:58:46.994Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T22:58:46.994Z] [2021-04-07T22:58:46.994Z] Login Succeeded [2021-04-07T22:58:46.994Z] nexus3.edgexfoundry.org:10002 [2021-04-07T22:58:47.256Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T22:58:47.256Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T22:58:47.256Z] Configure a credential helper to remove this warning. See [2021-04-07T22:58:47.256Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T22:58:47.256Z] [2021-04-07T22:58:47.256Z] Login Succeeded [2021-04-07T22:58:47.256Z] nexus3.edgexfoundry.org:10003 [2021-04-07T22:58:47.503Z] --2021-04-07 22:58:47-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2021-04-07T22:58:47.519Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T22:58:47.519Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T22:58:47.519Z] Configure a credential helper to remove this warning. See [2021-04-07T22:58:47.519Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T22:58:47.519Z] [2021-04-07T22:58:47.519Z] Login Succeeded [2021-04-07T22:58:47.519Z] nexus3.edgexfoundry.org:10004 [2021-04-07T22:58:47.519Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T22:58:47.775Z] Resolving github.com... 140.82.114.4 [2021-04-07T22:58:47.775Z] Connecting to github.com|140.82.114.4|:443... connected. [2021-04-07T22:58:47.775Z] HTTP request sent, awaiting response... 302 Found [2021-04-07T22:58:47.775Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2021-04-07T22:58:47.775Z] --2021-04-07 22:58:47-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2021-04-07T22:58:47.775Z] Resolving codeload.github.com... 140.82.113.10 [2021-04-07T22:58:47.775Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2021-04-07T22:58:47.780Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T22:58:47.780Z] Configure a credential helper to remove this warning. See [2021-04-07T22:58:47.780Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T22:58:47.780Z] [2021-04-07T22:58:47.780Z] Login Succeeded [2021-04-07T22:58:47.780Z] docker.io [2021-04-07T22:58:47.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T22:58:48.043Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T22:58:48.043Z] Configure a credential helper to remove this warning. See [2021-04-07T22:58:48.043Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T22:58:48.043Z] [2021-04-07T22:58:48.043Z] Login Succeeded [2021-04-07T22:58:48.043Z] ---> docker-login.sh ends [2021-04-07T22:58:48.048Z] HTTP request sent, awaiting response... 200 OK [2021-04-07T22:58:48.048Z] Length: unspecified [application/x-gzip] [2021-04-07T22:58:48.048Z] Saving to: 'STDOUT' [2021-04-07T22:58:48.048Z] [2021-04-07T22:58:48.048Z] 0K .......... .......... .......... .......... .......... 1.22M [2021-04-07T22:58:48.048Z] 50K .......... .......... .......... .......... .......... 2.30M [2021-04-07T22:58:48.048Z] 100K .......... .......... .......... .......... .......... 14.2M [2021-04-07T22:58:48.049Z] 150K .......... .......... .......... .......... .......... 2.80M [2021-04-07T22:58:48.049Z] 200K .......... .......... .......... .......... .......... 12.3M [2021-04-07T22:58:48.049Z] 250K .......... .......... .......... .......... .......... 3.91M [2021-04-07T22:58:48.049Z] 300K .......... .......... .......... .......... .......... 4.96M [2021-04-07T22:58:48.049Z] 350K .......... .......... .......... .......... .......... 5.00M [2021-04-07T22:58:48.049Z] 400K .......... .......... .......... .......... .......... 3.96M [2021-04-07T22:58:48.049Z] 450K .......... .......... .......... .......... .......... 3.32M [2021-04-07T22:58:48.049Z] 500K .......... .......... .......... .......... .......... 8.09M [2021-04-07T22:58:48.049Z] 550K .......... .......... .......... .......... .......... 2.82M [Pipeline] } [2021-04-07T22:58:48.053Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-04-07T22:58:48.323Z] 600K .......... .......... .......... .......... .......... 872K [2021-04-07T22:58:48.323Z] 650K .......... .......... .......... .......... .......... 2.71M [2021-04-07T22:58:48.323Z] 700K ..  11.7M=0.2s [2021-04-07T22:58:48.323Z] [2021-04-07T22:58:48.323Z] 2021-04-07 22:58:48 (2.81 MB/s) - written to stdout [719348] [2021-04-07T22:58:48.323Z] [Pipeline] echo [2021-04-07T22:58:48.484Z] ========================================================= [2021-04-07T22:58:48.484Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2021-04-07T22:58:48.484Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-07T22:58:48.596Z] -- The C compiler identification is GNU 8.3.0 [2021-04-07T22:58:48.823Z] + docker build -t ci-base-image-x86_64 -f scripts/Dockerfile.alpine-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest . [2021-04-07T22:58:48.823Z] Sending build context to Docker daemon 2.53MB [2021-04-07T22:58:48.823Z] Step 1/21 : ARG BASE=alpine:3.12 [2021-04-07T22:58:48.823Z] Step 2/21 : FROM ${BASE} as builder [2021-04-07T22:58:48.878Z] -- The CXX compiler identification is GNU 8.3.0 [2021-04-07T22:58:48.878Z] -- Check for working C compiler: /usr/bin/cc [2021-04-07T22:58:49.087Z] latest: Pulling from edgex-devops/edgex-gcc-base [2021-04-07T22:58:49.087Z] e7c96db7181b: Pulling fs layer [2021-04-07T22:58:49.087Z] 4c13bbce0fe7: Pulling fs layer [2021-04-07T22:58:49.087Z] 6059c847ac2f: Pulling fs layer [2021-04-07T22:58:49.087Z] 4c13bbce0fe7: Verifying Checksum [2021-04-07T22:58:49.087Z] 4c13bbce0fe7: Download complete [2021-04-07T22:58:49.155Z] -- Check for working C compiler: /usr/bin/cc -- works [2021-04-07T22:58:49.155Z] -- Detecting C compiler ABI info [2021-04-07T22:58:49.351Z] e7c96db7181b: Verifying Checksum [2021-04-07T22:58:49.352Z] e7c96db7181b: Download complete [2021-04-07T22:58:49.429Z] -- Detecting C compiler ABI info - done [2021-04-07T22:58:49.429Z] -- Detecting C compile features [2021-04-07T22:58:49.618Z] e7c96db7181b: Pull complete [2021-04-07T22:58:49.882Z] 4c13bbce0fe7: Pull complete [2021-04-07T22:58:50.025Z] -- Detecting C compile features - done [2021-04-07T22:58:50.025Z] -- Check for working CXX compiler: /usr/bin/c++ [2021-04-07T22:58:50.297Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2021-04-07T22:58:50.297Z] -- Detecting CXX compiler ABI info [2021-04-07T22:58:50.570Z] -- Detecting CXX compiler ABI info - done [2021-04-07T22:58:50.570Z] -- Detecting CXX compile features [2021-04-07T22:58:50.847Z] 6059c847ac2f: Download complete [2021-04-07T22:58:52.004Z] -- Detecting CXX compile features - done [2021-04-07T22:58:52.004Z] -- Looking for include file endian.h [2021-04-07T22:58:52.275Z] -- Looking for include file endian.h - found [2021-04-07T22:58:52.275Z] -- Check if the system is big endian [2021-04-07T22:58:52.275Z] -- Searching 16 bit integer [2021-04-07T22:58:52.275Z] -- Looking for sys/types.h [2021-04-07T22:58:52.548Z] -- Looking for sys/types.h - found [2021-04-07T22:58:52.548Z] -- Looking for stdint.h [2021-04-07T22:58:52.822Z] -- Looking for stdint.h - found [2021-04-07T22:58:52.822Z] -- Looking for stddef.h [2021-04-07T22:58:53.095Z] -- Looking for stddef.h - found [2021-04-07T22:58:53.095Z] -- Check size of unsigned short [2021-04-07T22:58:53.370Z] -- Check size of unsigned short - done [2021-04-07T22:58:53.370Z] -- Using unsigned short [2021-04-07T22:58:53.642Z] -- Check if the system is big endian - little endian [2021-04-07T22:58:53.642Z] -- Check size of size_t [2021-04-07T22:58:53.914Z] -- Check size of size_t - done [2021-04-07T22:58:53.914Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2021-04-07T22:58:53.914Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2021-04-07T22:58:53.914Z] asked CMake to find a package configuration file provided by "cJSON", but [2021-04-07T22:58:53.914Z] CMake did not find one. [2021-04-07T22:58:53.914Z] [2021-04-07T22:58:53.914Z] Could not find a package configuration file provided by "cJSON" with any of [2021-04-07T22:58:53.914Z] the following names: [2021-04-07T22:58:53.914Z] [2021-04-07T22:58:53.914Z] cJSONConfig.cmake [2021-04-07T22:58:53.914Z] cjson-config.cmake [2021-04-07T22:58:53.914Z] [2021-04-07T22:58:53.914Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2021-04-07T22:58:53.914Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2021-04-07T22:58:53.914Z] provides a separate development package or SDK, be sure it has been [2021-04-07T22:58:53.914Z] installed. [2021-04-07T22:58:53.914Z] [2021-04-07T22:58:53.914Z] [2021-04-07T22:58:53.914Z] -- Configuring done [2021-04-07T22:58:54.187Z] -- Generating done [2021-04-07T22:58:54.187Z] -- Build files have been written to: /tmp/cbor [2021-04-07T22:58:54.187Z] Scanning dependencies of target cbor_shared [2021-04-07T22:58:54.187Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2021-04-07T22:58:55.160Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2021-04-07T22:58:55.753Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2021-04-07T22:58:55.753Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2021-04-07T22:58:56.178Z] 6059c847ac2f: Pull complete [2021-04-07T22:58:56.178Z] Digest: sha256:6b5104d086ae1e5e8a284a473be9a93378e3934f9b07db5717372c857cbcbe5e [2021-04-07T22:58:56.178Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [2021-04-07T22:58:56.178Z] ---> 5eabd8fd8ba2 [2021-04-07T22:58:56.178Z] 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 [2021-04-07T22:58:56.345Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2021-04-07T22:58:56.619Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2021-04-07T22:58:56.757Z] ---> Running in 08f6fcb74c56 [2021-04-07T22:58:56.892Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2021-04-07T22:58:56.893Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2021-04-07T22:58:57.164Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2021-04-07T22:58:57.437Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2021-04-07T22:58:57.714Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2021-04-07T22:58:58.029Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2021-04-07T22:58:58.289Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2021-04-07T22:58:58.300Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2021-04-07T22:58:58.552Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2021-04-07T22:58:58.552Z] (2/8) Installing libuuid (2.33-r0) [2021-04-07T22:58:58.574Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2021-04-07T22:58:58.814Z] (3/8) Installing libblkid (2.33-r0) [2021-04-07T22:58:58.814Z] (4/8) Installing libfdisk (2.33-r0) [2021-04-07T22:58:58.814Z] (5/8) Installing libmount (2.33-r0) [2021-04-07T22:58:59.077Z] (6/8) Installing libsmartcols (2.33-r0) [2021-04-07T22:58:59.078Z] (7/8) Installing util-linux-dev (2.33-r0) [2021-04-07T22:58:59.173Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2021-04-07T22:58:59.173Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2021-04-07T22:58:59.448Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2021-04-07T22:58:59.678Z] (8/8) Installing wget (1.20.3-r0) [2021-04-07T22:58:59.678Z] Executing busybox-1.29.3-r10.trigger [2021-04-07T22:58:59.678Z] OK: 272 MiB in 83 packages [2021-04-07T22:58:59.727Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2021-04-07T22:58:59.998Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2021-04-07T22:59:00.267Z] Removing intermediate container 08f6fcb74c56 [2021-04-07T22:59:00.268Z] ---> b60124feb17b [2021-04-07T22:59:00.268Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2021-04-07T22:59:00.268Z] ---> Running in 7919a677917e [2021-04-07T22:59:00.268Z] Removing intermediate container 7919a677917e [2021-04-07T22:59:00.268Z] ---> 3ece71f4c433 [2021-04-07T22:59:00.268Z] 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 [2021-04-07T22:59:00.273Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2021-04-07T22:59:00.531Z] ---> Running in 3b498821dd6c [2021-04-07T22:59:00.547Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2021-04-07T22:59:00.820Z] [ 40%] Linking C shared library libcbor.so [2021-04-07T22:59:00.820Z] [ 40%] Built target cbor_shared [2021-04-07T22:59:00.820Z] Scanning dependencies of target cbor [2021-04-07T22:59:00.820Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2021-04-07T22:59:01.105Z] --2021-04-07 22:59:00-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2021-04-07T22:59:01.105Z] Resolving github.com... 140.82.114.4 [2021-04-07T22:59:01.105Z] Connecting to github.com|140.82.114.4|:443... connected. [2021-04-07T22:59:01.105Z] HTTP request sent, awaiting response... 302 Found [2021-04-07T22:59:01.105Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2021-04-07T22:59:01.105Z] --2021-04-07 22:59:01-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2021-04-07T22:59:01.105Z] Resolving codeload.github.com... 140.82.113.10 [2021-04-07T22:59:01.105Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2021-04-07T22:59:01.367Z] HTTP request sent, awaiting response... 200 OK [2021-04-07T22:59:01.367Z] Length: unspecified [application/x-gzip] [2021-04-07T22:59:01.367Z] Saving to: 'STDOUT' [2021-04-07T22:59:01.367Z]  [2021-04-07T22:59:01.367Z] 0K .......... .......... .......... .......... .......... 1.54M [2021-04-07T22:59:01.367Z] 50K .......... .......... .......... .......... .......... 7.13M [2021-04-07T22:59:01.367Z] 100K .......... .......... .......... .......... .......... 4.82M [2021-04-07T22:59:01.367Z] 150K .......... .......... .......... .......... .......... 57.0M [2021-04-07T22:59:01.367Z] 200K .......... .......... .......... .......... .......... 3.35M [2021-04-07T22:59:01.367Z] 250K .......... .......... .......... .......... .......... 21.9M [2021-04-07T22:59:01.367Z] 300K .......... .......... .......... .......... .......... 9.45M [2021-04-07T22:59:01.367Z] 350K .......... .......... .......... .......... .......... 11.8M [2021-04-07T22:59:01.367Z] 400K .......... .......... .......... .......... .......... 8.63M [2021-04-07T22:59:01.367Z] 450K .......... .......... .......... .......... .......... 9.44M [2021-04-07T22:59:01.367Z] 500K .......... .......... .......... .......... .......... 23.7M [2021-04-07T22:59:01.367Z] 550K .......... .......... .......... .......... .......... 4.25M [2021-04-07T22:59:01.367Z] 600K .......... .......... .......... .......... .......... 2.61M [2021-04-07T22:59:01.367Z] 650K .......... .......... .......... .......... .......... 4.51M [2021-04-07T22:59:01.367Z] 700K .. 53.2M=0.1s [2021-04-07T22:59:01.367Z] [2021-04-07T22:59:01.367Z] 2021-04-07 22:59:01 (5.30 MB/s) - written to stdout [719348] [2021-04-07T22:59:01.367Z] [2021-04-07T22:59:01.367Z] -- The C compiler identification is GNU 8.3.0 [2021-04-07T22:59:01.629Z] -- The CXX compiler identification is GNU 8.3.0 [2021-04-07T22:59:01.629Z] -- Check for working C compiler: /usr/bin/cc [2021-04-07T22:59:01.629Z] -- Check for working C compiler: /usr/bin/cc -- works [2021-04-07T22:59:01.629Z] -- Detecting C compiler ABI info [2021-04-07T22:59:01.629Z] -- Detecting C compiler ABI info - done [2021-04-07T22:59:01.629Z] -- Detecting C compile features [2021-04-07T22:59:01.797Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2021-04-07T22:59:01.898Z] -- Detecting C compile features - done [2021-04-07T22:59:01.898Z] -- Check for working CXX compiler: /usr/bin/c++ [2021-04-07T22:59:02.171Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2021-04-07T22:59:02.171Z] -- Detecting CXX compiler ABI info [2021-04-07T22:59:02.171Z] -- Detecting CXX compiler ABI info - done [2021-04-07T22:59:02.171Z] -- Detecting CXX compile features [2021-04-07T22:59:02.393Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2021-04-07T22:59:02.393Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2021-04-07T22:59:02.753Z] -- Detecting CXX compile features - done [2021-04-07T22:59:02.753Z] -- Looking for include file endian.h [2021-04-07T22:59:02.753Z] -- Looking for include file endian.h - found [2021-04-07T22:59:02.753Z] -- Check if the system is big endian [2021-04-07T22:59:02.753Z] -- Searching 16 bit integer [2021-04-07T22:59:02.753Z] -- Looking for sys/types.h [2021-04-07T22:59:02.753Z] -- Looking for sys/types.h - found [2021-04-07T22:59:02.753Z] -- Looking for stdint.h [2021-04-07T22:59:02.753Z] -- Looking for stdint.h - found [2021-04-07T22:59:02.753Z] -- Looking for stddef.h [2021-04-07T22:59:03.017Z] -- Looking for stddef.h - found [2021-04-07T22:59:03.017Z] -- Check size of unsigned short [2021-04-07T22:59:03.017Z] -- Check size of unsigned short - done [2021-04-07T22:59:03.017Z] -- Using unsigned short [2021-04-07T22:59:03.017Z] -- Check if the system is big endian - little endian [2021-04-07T22:59:03.017Z] -- Check size of size_t [2021-04-07T22:59:03.290Z] -- Check size of size_t - done [2021-04-07T22:59:03.290Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2021-04-07T22:59:03.290Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2021-04-07T22:59:03.290Z] asked CMake to find a package configuration file provided by "cJSON", but [2021-04-07T22:59:03.290Z] CMake did not find one. [2021-04-07T22:59:03.290Z] [2021-04-07T22:59:03.290Z] Could not find a package configuration file provided by "cJSON" with any of [2021-04-07T22:59:03.290Z] the following names: [2021-04-07T22:59:03.290Z] [2021-04-07T22:59:03.290Z] cJSONConfig.cmake [2021-04-07T22:59:03.290Z] cjson-config.cmake [2021-04-07T22:59:03.290Z] [2021-04-07T22:59:03.290Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2021-04-07T22:59:03.290Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2021-04-07T22:59:03.290Z] provides a separate development package or SDK, be sure it has been [2021-04-07T22:59:03.290Z] installed. [2021-04-07T22:59:03.290Z] [2021-04-07T22:59:03.290Z] [2021-04-07T22:59:03.290Z] -- Configuring done [2021-04-07T22:59:03.290Z] -- Generating done [2021-04-07T22:59:03.290Z] -- Build files have been written to: /tmp/cbor [2021-04-07T22:59:03.290Z] Scanning dependencies of target cbor_shared [2021-04-07T22:59:03.290Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2021-04-07T22:59:03.552Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2021-04-07T22:59:03.552Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2021-04-07T22:59:03.817Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2021-04-07T22:59:03.817Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2021-04-07T22:59:03.817Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2021-04-07T22:59:03.818Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2021-04-07T22:59:03.818Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2021-04-07T22:59:04.080Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2021-04-07T22:59:04.080Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2021-04-07T22:59:04.080Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2021-04-07T22:59:04.080Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2021-04-07T22:59:04.090Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2021-04-07T22:59:04.090Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2021-04-07T22:59:04.342Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2021-04-07T22:59:04.342Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2021-04-07T22:59:04.360Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2021-04-07T22:59:04.609Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2021-04-07T22:59:04.609Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2021-04-07T22:59:04.609Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2021-04-07T22:59:04.633Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2021-04-07T22:59:04.872Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2021-04-07T22:59:04.872Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2021-04-07T22:59:04.872Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2021-04-07T22:59:04.872Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2021-04-07T22:59:05.135Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2021-04-07T22:59:05.135Z] [ 40%] Linking C shared library libcbor.so [2021-04-07T22:59:05.135Z] [ 40%] Built target cbor_shared [2021-04-07T22:59:05.135Z] Scanning dependencies of target cbor [2021-04-07T22:59:05.135Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2021-04-07T22:59:05.397Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2021-04-07T22:59:05.397Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2021-04-07T22:59:05.608Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2021-04-07T22:59:05.608Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2021-04-07T22:59:05.662Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2021-04-07T22:59:05.925Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2021-04-07T22:59:05.925Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2021-04-07T22:59:05.925Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2021-04-07T22:59:05.925Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2021-04-07T22:59:06.188Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2021-04-07T22:59:06.188Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2021-04-07T22:59:06.207Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2021-04-07T22:59:06.451Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2021-04-07T22:59:06.451Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2021-04-07T22:59:06.451Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2021-04-07T22:59:06.486Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2021-04-07T22:59:06.713Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2021-04-07T22:59:06.713Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2021-04-07T22:59:06.713Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2021-04-07T22:59:06.713Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2021-04-07T22:59:06.759Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2021-04-07T22:59:06.977Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2021-04-07T22:59:06.977Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2021-04-07T22:59:06.977Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2021-04-07T22:59:07.039Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2021-04-07T22:59:07.239Z] [ 80%] Linking C static library libcbor.a [2021-04-07T22:59:07.239Z] [ 80%] Built target cbor [2021-04-07T22:59:07.239Z] Scanning dependencies of target create_items [2021-04-07T22:59:07.239Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2021-04-07T22:59:07.239Z] [ 84%] Linking C executable create_items [2021-04-07T22:59:07.239Z] [ 84%] Built target create_items [2021-04-07T22:59:07.239Z] Scanning dependencies of target readfile [2021-04-07T22:59:07.239Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2021-04-07T22:59:07.239Z] [ 88%] Linking C executable readfile [2021-04-07T22:59:07.239Z] [ 88%] Built target readfile [2021-04-07T22:59:07.239Z] Scanning dependencies of target streaming_parser [2021-04-07T22:59:07.239Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2021-04-07T22:59:07.316Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2021-04-07T22:59:07.502Z] [ 92%] Linking C executable streaming_parser [2021-04-07T22:59:07.502Z] [ 92%] Built target streaming_parser [2021-04-07T22:59:07.502Z] Scanning dependencies of target sort [2021-04-07T22:59:07.502Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2021-04-07T22:59:07.503Z] [ 96%] Linking C executable sort [2021-04-07T22:59:07.503Z] [ 96%] Built target sort [2021-04-07T22:59:07.503Z] Scanning dependencies of target hello [2021-04-07T22:59:07.503Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2021-04-07T22:59:07.503Z] [100%] Linking C executable hello [2021-04-07T22:59:07.591Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2021-04-07T22:59:07.591Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2021-04-07T22:59:07.765Z] [100%] Built target hello [2021-04-07T22:59:07.765Z] Install the project... [2021-04-07T22:59:07.765Z] -- Install configuration: "Release" [2021-04-07T22:59:07.765Z] -- Installing: /usr/local/include/cbor/configuration.h [2021-04-07T22:59:07.765Z] -- Installing: /usr/local/lib64/libcbor.a [2021-04-07T22:59:07.765Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2021-04-07T22:59:07.765Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2021-04-07T22:59:07.765Z] -- Installing: /usr/local/lib64/libcbor.so [2021-04-07T22:59:07.765Z] -- Up-to-date: /usr/local/include/cbor [2021-04-07T22:59:07.765Z] -- Installing: /usr/local/include/cbor/arrays.h [2021-04-07T22:59:07.765Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2021-04-07T22:59:07.765Z] -- Installing: /usr/local/include/cbor/callbacks.h [2021-04-07T22:59:07.765Z] -- Installing: /usr/local/include/cbor/common.h [2021-04-07T22:59:07.765Z] -- Installing: /usr/local/include/cbor/data.h [2021-04-07T22:59:07.765Z] -- Installing: /usr/local/include/cbor/encoding.h [2021-04-07T22:59:07.765Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2021-04-07T22:59:07.765Z] -- Installing: /usr/local/include/cbor/internal [2021-04-07T22:59:07.765Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2021-04-07T22:59:07.765Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2021-04-07T22:59:07.765Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2021-04-07T22:59:07.765Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2021-04-07T22:59:07.765Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2021-04-07T22:59:07.765Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2021-04-07T22:59:07.765Z] -- Installing: /usr/local/include/cbor/ints.h [2021-04-07T22:59:07.765Z] -- Installing: /usr/local/include/cbor/maps.h [2021-04-07T22:59:07.765Z] -- Installing: /usr/local/include/cbor/serialization.h [2021-04-07T22:59:07.765Z] -- Installing: /usr/local/include/cbor/streaming.h [2021-04-07T22:59:07.765Z] -- Installing: /usr/local/include/cbor/strings.h [2021-04-07T22:59:07.765Z] -- Installing: /usr/local/include/cbor/tags.h [2021-04-07T22:59:07.765Z] -- Installing: /usr/local/include/cbor.h [2021-04-07T22:59:07.765Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2021-04-07T22:59:08.188Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2021-04-07T22:59:08.188Z] [ 80%] Linking C static library libcbor.a [2021-04-07T22:59:08.188Z] [ 80%] Built target cbor [2021-04-07T22:59:08.188Z] Scanning dependencies of target create_items [2021-04-07T22:59:08.188Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2021-04-07T22:59:08.466Z] [ 84%] Linking C executable create_items [2021-04-07T22:59:08.466Z] [ 84%] Built target create_items [2021-04-07T22:59:08.466Z] Scanning dependencies of target readfile [2021-04-07T22:59:08.744Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2021-04-07T22:59:08.744Z] [ 88%] Linking C executable readfile [2021-04-07T22:59:09.017Z] [ 88%] Built target readfile [2021-04-07T22:59:09.017Z] Scanning dependencies of target streaming_parser [2021-04-07T22:59:09.017Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2021-04-07T22:59:09.296Z] [ 92%] Linking C executable streaming_parser [2021-04-07T22:59:09.296Z] [ 92%] Built target streaming_parser [2021-04-07T22:59:09.296Z] Scanning dependencies of target sort [2021-04-07T22:59:09.296Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2021-04-07T22:59:09.568Z] [ 96%] Linking C executable sort [2021-04-07T22:59:09.568Z] [ 96%] Built target sort [2021-04-07T22:59:09.568Z] Scanning dependencies of target hello [2021-04-07T22:59:09.568Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2021-04-07T22:59:09.841Z] [100%] Linking C executable hello [2021-04-07T22:59:09.841Z] [100%] Built target hello [2021-04-07T22:59:09.841Z] Install the project... [2021-04-07T22:59:09.841Z] -- Install configuration: "Release" [2021-04-07T22:59:10.114Z] -- Installing: /usr/local/include/cbor/configuration.h [2021-04-07T22:59:10.114Z] -- Installing: /usr/local/lib64/libcbor.a [2021-04-07T22:59:10.114Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2021-04-07T22:59:10.114Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2021-04-07T22:59:10.114Z] -- Installing: /usr/local/lib64/libcbor.so [2021-04-07T22:59:10.114Z] -- Up-to-date: /usr/local/include/cbor [2021-04-07T22:59:10.114Z] -- Installing: /usr/local/include/cbor/streaming.h [2021-04-07T22:59:10.114Z] -- Installing: /usr/local/include/cbor/ints.h [2021-04-07T22:59:10.114Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2021-04-07T22:59:10.114Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2021-04-07T22:59:10.114Z] -- Installing: /usr/local/include/cbor/encoding.h [2021-04-07T22:59:10.114Z] -- Installing: /usr/local/include/cbor/serialization.h [2021-04-07T22:59:10.114Z] -- Installing: /usr/local/include/cbor/data.h [2021-04-07T22:59:10.114Z] -- Installing: /usr/local/include/cbor/common.h [2021-04-07T22:59:10.114Z] -- Installing: /usr/local/include/cbor/callbacks.h [2021-04-07T22:59:10.114Z] -- Installing: /usr/local/include/cbor/strings.h [2021-04-07T22:59:10.115Z] -- Installing: /usr/local/include/cbor/tags.h [2021-04-07T22:59:10.115Z] -- Installing: /usr/local/include/cbor/internal [2021-04-07T22:59:10.115Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2021-04-07T22:59:10.115Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2021-04-07T22:59:10.115Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2021-04-07T22:59:10.115Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2021-04-07T22:59:10.115Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2021-04-07T22:59:10.115Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2021-04-07T22:59:10.115Z] -- Installing: /usr/local/include/cbor/arrays.h [2021-04-07T22:59:10.115Z] -- Installing: /usr/local/include/cbor/maps.h [2021-04-07T22:59:10.115Z] -- Installing: /usr/local/include/cbor.h [2021-04-07T22:59:10.115Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2021-04-07T22:59:10.324Z] Removing intermediate container 3b498821dd6c [2021-04-07T22:59:10.324Z] ---> 42097b2513e4 [2021-04-07T22:59:10.324Z] Step 6/21 : RUN mkdir /tmp/sdk [2021-04-07T22:59:10.324Z] ---> Running in 729a044165bc [2021-04-07T22:59:10.906Z] Removing intermediate container 729a044165bc [2021-04-07T22:59:10.906Z] ---> 52446883a4f9 [2021-04-07T22:59:10.906Z] Step 7/21 : COPY VERSION /tmp/sdk [2021-04-07T22:59:10.906Z] ---> 5e73b80e59be [2021-04-07T22:59:10.906Z] Step 8/21 : COPY src /tmp/sdk/src [2021-04-07T22:59:11.855Z] ---> f104cf776e09 [2021-04-07T22:59:11.855Z] Step 9/21 : COPY include /tmp/sdk/include [2021-04-07T22:59:11.855Z] ---> 7c1ad999e55a [2021-04-07T22:59:11.855Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2021-04-07T22:59:12.092Z] Removing intermediate container b0dbb010f9c7 [2021-04-07T22:59:12.092Z] ---> f78110288720 [2021-04-07T22:59:12.092Z] Step 6/21 : RUN mkdir /tmp/sdk [2021-04-07T22:59:12.117Z] ---> bce36001660d [2021-04-07T22:59:12.117Z] Step 11/21 : COPY LICENSE /tmp/sdk [2021-04-07T22:59:12.365Z] ---> Running in 83b183dce47d [2021-04-07T22:59:12.379Z] ---> fdf00aa7e6d4 [2021-04-07T22:59:12.379Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2021-04-07T22:59:12.659Z] ---> 3b5cd017d64f [2021-04-07T22:59:12.659Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2021-04-07T22:59:12.659Z] ---> Running in 045942f5bdb2 [2021-04-07T22:59:13.237Z] + CPPCHECK=false [2021-04-07T22:59:13.237Z] + DOCGEN=false [2021-04-07T22:59:13.237Z] + TOMLVER=SDK-0.2 [2021-04-07T22:59:13.237Z] + CUTILVER=1.1.4 [2021-04-07T22:59:13.237Z] + '[' 0 -gt 0 ] [2021-04-07T22:59:13.237Z] + readlink -f ./scripts/build.sh [2021-04-07T22:59:13.237Z] + dirname /tmp/sdk/scripts/build.sh [2021-04-07T22:59:13.237Z] + dirname /tmp/sdk/scripts [2021-04-07T22:59:13.237Z] + ROOT=/tmp/sdk [2021-04-07T22:59:13.237Z] + cd /tmp/sdk [2021-04-07T22:59:13.237Z] + '[' '!' -d deps ] [2021-04-07T22:59:13.237Z] + mkdir deps [2021-04-07T22:59:13.237Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2021-04-07T22:59:13.237Z] + tar -C deps -z -x -f - [2021-04-07T22:59:13.237Z] --2021-04-07 22:59:13-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2021-04-07T22:59:13.237Z] Resolving github.com... 140.82.113.4 [2021-04-07T22:59:13.237Z] Connecting to github.com|140.82.113.4|:443... connected. [2021-04-07T22:59:13.237Z] HTTP request sent, awaiting response... 302 Found [2021-04-07T22:59:13.237Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2021-04-07T22:59:13.237Z] --2021-04-07 22:59:13-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2021-04-07T22:59:13.237Z] Resolving codeload.github.com... 140.82.113.10 [2021-04-07T22:59:13.501Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2021-04-07T22:59:13.501Z] HTTP request sent, awaiting response... 200 OK [2021-04-07T22:59:13.501Z] Length: unspecified [application/x-gzip] [2021-04-07T22:59:13.501Z] Saving to: 'STDOUT' [2021-04-07T22:59:13.501Z]  [2021-04-07T22:59:13.501Z] 0K .......... ......  1.02M=0.02s [2021-04-07T22:59:13.501Z] [2021-04-07T22:59:13.501Z] 2021-04-07 22:59:13 (1.02 MB/s) - written to stdout [16451] [2021-04-07T22:59:13.501Z] [2021-04-07T22:59:13.501Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2021-04-07T22:59:13.501Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz [2021-04-07T22:59:13.501Z] + tar -C deps -z -x -f - [2021-04-07T22:59:13.501Z] --2021-04-07 22:59:13-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz [2021-04-07T22:59:13.501Z] Resolving github.com... 140.82.113.4 [2021-04-07T22:59:13.501Z] Connecting to github.com|140.82.113.4|:443... connected. [2021-04-07T22:59:13.764Z] HTTP request sent, awaiting response... 302 Found [2021-04-07T22:59:13.764Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 [following] [2021-04-07T22:59:13.764Z] --2021-04-07 22:59:13-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 [2021-04-07T22:59:13.764Z] Resolving codeload.github.com... 140.82.113.10 [2021-04-07T22:59:13.764Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2021-04-07T22:59:13.764Z] HTTP request sent, awaiting response... 200 OK [2021-04-07T22:59:13.764Z] Length: unspecified [application/x-gzip] [2021-04-07T22:59:13.764Z] Saving to: 'STDOUT' [2021-04-07T22:59:13.764Z]  [2021-04-07T22:59:13.764Z] 0K .......... .......... .......... .......... .......... 1.54M [2021-04-07T22:59:14.026Z] 50K .......... .......... .......... .......... .......... 3.11M [2021-04-07T22:59:14.026Z] 100K .......... .......... .......... .......... .......... 34.9M [2021-04-07T22:59:14.026Z] 150K .......... .......... ....... 2.61M=0.06s [2021-04-07T22:59:14.026Z] [2021-04-07T22:59:14.026Z] 2021-04-07 22:59:13 (2.93 MB/s) - written to stdout [181796] [2021-04-07T22:59:14.026Z] [2021-04-07T22:59:14.026Z] + mkdir -p src/c/iot [2021-04-07T22:59:14.026Z] + cp deps/iotech-c-utils-1.1.4/src/c/base64.c deps/iotech-c-utils-1.1.4/src/c/component.c deps/iotech-c-utils-1.1.4/src/c/config.c deps/iotech-c-utils-1.1.4/src/c/container.c deps/iotech-c-utils-1.1.4/src/c/data.c deps/iotech-c-utils-1.1.4/src/c/hash.c deps/iotech-c-utils-1.1.4/src/c/iot.c deps/iotech-c-utils-1.1.4/src/c/json.c deps/iotech-c-utils-1.1.4/src/c/logger.c deps/iotech-c-utils-1.1.4/src/c/os.c deps/iotech-c-utils-1.1.4/src/c/scheduler.c deps/iotech-c-utils-1.1.4/src/c/thread.c deps/iotech-c-utils-1.1.4/src/c/threadpool.c deps/iotech-c-utils-1.1.4/src/c/time.c deps/iotech-c-utils-1.1.4/src/c/yxml.c src/c/iot [2021-04-07T22:59:14.026Z] + cp deps/iotech-c-utils-1.1.4/src/c/defs.h.in src/c/iot [2021-04-07T22:59:14.026Z] + cp deps/iotech-c-utils-1.1.4/src/c/yxml.h src/c/iot [2021-04-07T22:59:14.026Z] + cp deps/iotech-c-utils-1.1.4/VERSION src/c/iot [2021-04-07T22:59:14.026Z] + mkdir -p include/iot [2021-04-07T22:59:14.026Z] + cp deps/iotech-c-utils-1.1.4/include/iot/base64.h deps/iotech-c-utils-1.1.4/include/iot/component.h deps/iotech-c-utils-1.1.4/include/iot/config.h deps/iotech-c-utils-1.1.4/include/iot/container.h deps/iotech-c-utils-1.1.4/include/iot/data.h deps/iotech-c-utils-1.1.4/include/iot/hash.h deps/iotech-c-utils-1.1.4/include/iot/iot.h deps/iotech-c-utils-1.1.4/include/iot/json.h deps/iotech-c-utils-1.1.4/include/iot/logger.h deps/iotech-c-utils-1.1.4/include/iot/os.h deps/iotech-c-utils-1.1.4/include/iot/scheduler.h deps/iotech-c-utils-1.1.4/include/iot/thread.h deps/iotech-c-utils-1.1.4/include/iot/threadpool.h deps/iotech-c-utils-1.1.4/include/iot/time.h deps/iotech-c-utils-1.1.4/include/iot/typecode.h include/iot [2021-04-07T22:59:14.026Z] + mkdir -p include/iot/os [2021-04-07T22:59:14.026Z] + cp deps/iotech-c-utils-1.1.4/include/iot/os/linux.h deps/iotech-c-utils-1.1.4/include/iot/os/macos.h deps/iotech-c-utils-1.1.4/include/iot/os/zephyr.h include/iot/os [2021-04-07T22:59:14.026Z] + mkdir -p /tmp/sdk/build/release [2021-04-07T22:59:14.026Z] + cd /tmp/sdk/build/release [2021-04-07T22:59:14.026Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2021-04-07T22:59:14.026Z] -- The C compiler identification is GNU 8.3.0 [2021-04-07T22:59:14.026Z] -- Check for working C compiler: /usr/bin/cc [2021-04-07T22:59:14.026Z] -- Check for working C compiler: /usr/bin/cc -- works [2021-04-07T22:59:14.026Z] -- Detecting C compiler ABI info [2021-04-07T22:59:14.293Z] -- Detecting C compiler ABI info - done [2021-04-07T22:59:14.293Z] -- Detecting C compile features [2021-04-07T22:59:14.358Z] Removing intermediate container 83b183dce47d [2021-04-07T22:59:14.358Z] ---> 9ae73811c936 [2021-04-07T22:59:14.358Z] Step 7/21 : COPY VERSION /tmp/sdk [2021-04-07T22:59:14.560Z] -- Detecting C compile features - done [2021-04-07T22:59:14.560Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2021-04-07T22:59:14.560Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2021-04-07T22:59:14.560Z] -- Found LIBYAML: /usr/lib/libyaml.so [2021-04-07T22:59:14.560Z] -- Found LIBUUID: /usr/lib/libuuid.so [2021-04-07T22:59:14.560Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2021-04-07T22:59:14.560Z] -- C SDK 0.0.0 for Linux [2021-04-07T22:59:14.560Z] -- Performing Test CSDK_HAVE_ATOMIC [2021-04-07T22:59:14.560Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2021-04-07T22:59:14.560Z] -- Found Curses: /usr/lib/libcurses.so [2021-04-07T22:59:14.560Z] -- Configuring done [2021-04-07T22:59:14.560Z] -- Generating done [2021-04-07T22:59:14.560Z] -- Build files have been written to: /tmp/sdk/build/release [2021-04-07T22:59:14.560Z] + make all package [2021-04-07T22:59:14.560Z] + tee release.log [2021-04-07T22:59:14.822Z] Scanning dependencies of target csdk [2021-04-07T22:59:14.822Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2021-04-07T22:59:14.822Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2021-04-07T22:59:14.956Z] ---> fb8d072e1829 [2021-04-07T22:59:14.956Z] Step 8/21 : COPY src /tmp/sdk/src [2021-04-07T22:59:15.085Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2021-04-07T22:59:15.349Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2021-04-07T22:59:15.613Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2021-04-07T22:59:15.613Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2021-04-07T22:59:15.876Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2021-04-07T22:59:15.935Z] ---> a048c120de4e [2021-04-07T22:59:15.935Z] Step 9/21 : COPY include /tmp/sdk/include [2021-04-07T22:59:16.451Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2021-04-07T22:59:16.451Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2021-04-07T22:59:16.529Z] ---> 8951c6b9c353 [2021-04-07T22:59:16.529Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2021-04-07T22:59:16.713Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2021-04-07T22:59:16.713Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2021-04-07T22:59:16.713Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2021-04-07T22:59:16.974Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2021-04-07T22:59:16.974Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2021-04-07T22:59:17.507Z] ---> cdf084c89481 [2021-04-07T22:59:17.507Z] Step 11/21 : COPY LICENSE /tmp/sdk [2021-04-07T22:59:17.550Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2021-04-07T22:59:17.811Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2021-04-07T22:59:17.811Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2021-04-07T22:59:17.811Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2021-04-07T22:59:18.073Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2021-04-07T22:59:18.073Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2021-04-07T22:59:18.101Z] ---> e5b3c1fd5ec9 [2021-04-07T22:59:18.101Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2021-04-07T22:59:18.696Z] ---> 020e306edacf [2021-04-07T22:59:18.696Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2021-04-07T22:59:18.696Z] ---> Running in 3e7a6fd51e46 [2021-04-07T22:59:19.021Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2021-04-07T22:59:19.021Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2021-04-07T22:59:19.021Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2021-04-07T22:59:19.021Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2021-04-07T22:59:19.286Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2021-04-07T22:59:19.286Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2021-04-07T22:59:19.552Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2021-04-07T22:59:19.552Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2021-04-07T22:59:19.685Z] + CPPCHECK=false [2021-04-07T22:59:19.820Z] [ 48%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2021-04-07T22:59:19.820Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2021-04-07T22:59:19.959Z] + DOCGEN=false [2021-04-07T22:59:19.960Z] + TOMLVER=SDK-0.2 [2021-04-07T22:59:19.960Z] + CUTILVER=1.1.4 [2021-04-07T22:59:19.960Z] + '[' 0 -gt 0 ] [2021-04-07T22:59:19.960Z] + readlink -f ./scripts/build.sh [2021-04-07T22:59:19.960Z] + dirname /tmp/sdk/scripts/build.sh [2021-04-07T22:59:19.960Z] + dirname /tmp/sdk/scripts [2021-04-07T22:59:19.960Z] + ROOT=/tmp/sdk [2021-04-07T22:59:19.960Z] + cd /tmp/sdk [2021-04-07T22:59:19.960Z] + '[' '!' -d deps ] [2021-04-07T22:59:19.960Z] + mkdir deps [2021-04-07T22:59:19.960Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2021-04-07T22:59:19.960Z] + tar -C deps -z -x -f - [2021-04-07T22:59:19.960Z] --2021-04-07 22:59:19-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2021-04-07T22:59:19.960Z] Resolving github.com... 140.82.113.4 [2021-04-07T22:59:19.960Z] Connecting to github.com|140.82.113.4|:443... connected. [2021-04-07T22:59:19.960Z] HTTP request sent, awaiting response... 302 Found [2021-04-07T22:59:19.960Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2021-04-07T22:59:19.960Z] --2021-04-07 22:59:19-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2021-04-07T22:59:19.960Z] Resolving codeload.github.com... 140.82.113.10 [2021-04-07T22:59:19.960Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2021-04-07T22:59:19.960Z] HTTP request sent, awaiting response... 200 OK [2021-04-07T22:59:19.960Z] Length: unspecified [application/x-gzip] [2021-04-07T22:59:19.960Z] Saving to: 'STDOUT' [2021-04-07T22:59:19.960Z]  [2021-04-07T22:59:19.960Z] 0K .......... ......    841K=0.02s [2021-04-07T22:59:19.960Z] [2021-04-07T22:59:19.960Z] 2021-04-07 22:59:19 (841 KB/s) - written to stdout [16451] [2021-04-07T22:59:19.960Z] [2021-04-07T22:59:19.960Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2021-04-07T22:59:20.247Z] + + wgettar -O -C - deps https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz -z [2021-04-07T22:59:20.247Z] -x -f - [2021-04-07T22:59:20.247Z] --2021-04-07 22:59:19-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz [2021-04-07T22:59:20.247Z] Resolving github.com... 140.82.113.4 [2021-04-07T22:59:20.247Z] Connecting to github.com|140.82.113.4|:443... connected. [2021-04-07T22:59:20.247Z] HTTP request sent, awaiting response... 302 Found [2021-04-07T22:59:20.247Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 [following] [2021-04-07T22:59:20.247Z] --2021-04-07 22:59:20-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 [2021-04-07T22:59:20.247Z] Resolving codeload.github.com... 140.82.113.10 [2021-04-07T22:59:20.247Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2021-04-07T22:59:20.247Z] HTTP request sent, awaiting response... 200 OK [2021-04-07T22:59:20.247Z] Length: unspecified [application/x-gzip] [2021-04-07T22:59:20.247Z] Saving to: 'STDOUT' [2021-04-07T22:59:20.247Z]  [2021-04-07T22:59:20.247Z] 0K .......... .......... .......... .......... .......... 1.22M [2021-04-07T22:59:20.402Z] [ 51%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2021-04-07T22:59:20.402Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2021-04-07T22:59:20.523Z] 50K .......... .......... .......... .......... .......... 2.18M [2021-04-07T22:59:20.523Z] 100K .......... .......... .......... .......... .......... 3.43M [2021-04-07T22:59:20.523Z] 150K .......... .......... .......   4.90M=0.08s [2021-04-07T22:59:20.523Z] [2021-04-07T22:59:20.523Z] 2021-04-07 22:59:20 (2.11 MB/s) - written to stdout [181796] [2021-04-07T22:59:20.523Z] [2021-04-07T22:59:20.523Z] + mkdir -p src/c/iot [2021-04-07T22:59:20.523Z] + cp deps/iotech-c-utils-1.1.4/src/c/base64.c deps/iotech-c-utils-1.1.4/src/c/component.c deps/iotech-c-utils-1.1.4/src/c/config.c deps/iotech-c-utils-1.1.4/src/c/container.c deps/iotech-c-utils-1.1.4/src/c/data.c deps/iotech-c-utils-1.1.4/src/c/hash.c deps/iotech-c-utils-1.1.4/src/c/iot.c deps/iotech-c-utils-1.1.4/src/c/json.c deps/iotech-c-utils-1.1.4/src/c/logger.c deps/iotech-c-utils-1.1.4/src/c/os.c deps/iotech-c-utils-1.1.4/src/c/scheduler.c deps/iotech-c-utils-1.1.4/src/c/thread.c deps/iotech-c-utils-1.1.4/src/c/threadpool.c deps/iotech-c-utils-1.1.4/src/c/time.c deps/iotech-c-utils-1.1.4/src/c/yxml.c src/c/iot [2021-04-07T22:59:20.523Z] + cp deps/iotech-c-utils-1.1.4/src/c/defs.h.in src/c/iot [2021-04-07T22:59:20.523Z] + cp deps/iotech-c-utils-1.1.4/src/c/yxml.h src/c/iot [2021-04-07T22:59:20.523Z] + cp deps/iotech-c-utils-1.1.4/VERSION src/c/iot [2021-04-07T22:59:20.523Z] + mkdir -p include/iot [2021-04-07T22:59:20.523Z] + cp deps/iotech-c-utils-1.1.4/include/iot/base64.h deps/iotech-c-utils-1.1.4/include/iot/component.h deps/iotech-c-utils-1.1.4/include/iot/config.h deps/iotech-c-utils-1.1.4/include/iot/container.h deps/iotech-c-utils-1.1.4/include/iot/data.h deps/iotech-c-utils-1.1.4/include/iot/hash.h deps/iotech-c-utils-1.1.4/include/iot/iot.h deps/iotech-c-utils-1.1.4/include/iot/json.h deps/iotech-c-utils-1.1.4/include/iot/logger.h deps/iotech-c-utils-1.1.4/include/iot/os.h deps/iotech-c-utils-1.1.4/include/iot/scheduler.h deps/iotech-c-utils-1.1.4/include/iot/thread.h deps/iotech-c-utils-1.1.4/include/iot/threadpool.h deps/iotech-c-utils-1.1.4/include/iot/time.h deps/iotech-c-utils-1.1.4/include/iot/typecode.h include/iot [2021-04-07T22:59:20.523Z] + mkdir -p include/iot/os [2021-04-07T22:59:20.523Z] + cp deps/iotech-c-utils-1.1.4/include/iot/os/linux.h deps/iotech-c-utils-1.1.4/include/iot/os/macos.h deps/iotech-c-utils-1.1.4/include/iot/os/zephyr.h include/iot/os [2021-04-07T22:59:20.523Z] + mkdir -p /tmp/sdk/build/release [2021-04-07T22:59:20.523Z] + cd /tmp/sdk/build/release [2021-04-07T22:59:20.523Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2021-04-07T22:59:20.665Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2021-04-07T22:59:20.665Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2021-04-07T22:59:20.794Z] -- The C compiler identification is GNU 8.3.0 [2021-04-07T22:59:20.794Z] -- Check for working C compiler: /usr/bin/cc [2021-04-07T22:59:21.068Z] -- Check for working C compiler: /usr/bin/cc -- works [2021-04-07T22:59:21.068Z] -- Detecting C compiler ABI info [2021-04-07T22:59:21.340Z] -- Detecting C compiler ABI info - done [2021-04-07T22:59:21.340Z] -- Detecting C compile features [2021-04-07T22:59:21.933Z] -- Detecting C compile features - done [2021-04-07T22:59:21.933Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2021-04-07T22:59:22.059Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2021-04-07T22:59:22.059Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2021-04-07T22:59:22.059Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2021-04-07T22:59:22.059Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2021-04-07T22:59:22.206Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2021-04-07T22:59:22.207Z] -- Found LIBYAML: /usr/lib/libyaml.so [2021-04-07T22:59:22.207Z] -- Found LIBUUID: /usr/lib/libuuid.so [2021-04-07T22:59:22.207Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2021-04-07T22:59:22.207Z] -- C SDK 0.0.0 for Linux [2021-04-07T22:59:22.207Z] -- Performing Test CSDK_HAVE_ATOMIC [2021-04-07T22:59:22.207Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2021-04-07T22:59:22.321Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2021-04-07T22:59:22.477Z] -- Found Curses: /usr/lib/libcurses.so [2021-04-07T22:59:22.477Z] -- Configuring done [2021-04-07T22:59:22.750Z] -- Generating done [2021-04-07T22:59:22.750Z] -- Build files have been written to: /tmp/sdk/build/release [2021-04-07T22:59:22.750Z] + make all package [2021-04-07T22:59:22.750Z] + tee release.log [2021-04-07T22:59:22.750Z] Scanning dependencies of target csdk [2021-04-07T22:59:22.896Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2021-04-07T22:59:23.021Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2021-04-07T22:59:23.158Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2021-04-07T22:59:23.614Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2021-04-07T22:59:23.886Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2021-04-07T22:59:24.105Z] [ 70%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2021-04-07T22:59:24.105Z] [ 71%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2021-04-07T22:59:24.367Z] [ 73%] Linking C shared library libcsdk.so [2021-04-07T22:59:24.367Z] [ 73%] Built target csdk [2021-04-07T22:59:24.367Z] Scanning dependencies of target template [2021-04-07T22:59:24.367Z] [ 75%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2021-04-07T22:59:24.629Z] [ 76%] Linking C executable template [2021-04-07T22:59:24.629Z] [ 76%] Built target template [2021-04-07T22:59:24.629Z] Scanning dependencies of target device-counter [2021-04-07T22:59:24.629Z] [ 78%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2021-04-07T22:59:24.891Z] [ 80%] Linking C executable device-counter [2021-04-07T22:59:24.891Z] [ 80%] Built target device-counter [2021-04-07T22:59:24.891Z] Scanning dependencies of target device-random [2021-04-07T22:59:24.891Z] [ 81%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2021-04-07T22:59:24.891Z] [ 83%] Linking C executable device-random [2021-04-07T22:59:25.158Z] [ 83%] Built target device-random [2021-04-07T22:59:25.158Z] Scanning dependencies of target device-gyro [2021-04-07T22:59:25.158Z] [ 85%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2021-04-07T22:59:25.158Z] [ 86%] Linking C executable device-gyro [2021-04-07T22:59:25.158Z] [ 86%] Built target device-gyro [2021-04-07T22:59:25.158Z] Scanning dependencies of target device-bitfields [2021-04-07T22:59:25.158Z] [ 88%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2021-04-07T22:59:25.423Z] [ 90%] Linking C executable device-bitfields [2021-04-07T22:59:25.423Z] [ 90%] Built target device-bitfields [2021-04-07T22:59:25.423Z] Scanning dependencies of target template-discovery [2021-04-07T22:59:25.423Z] [ 91%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2021-04-07T22:59:25.685Z] [ 93%] Linking C executable template-discovery [2021-04-07T22:59:25.685Z] [ 93%] Built target template-discovery [2021-04-07T22:59:25.685Z] Scanning dependencies of target device-file [2021-04-07T22:59:25.685Z] [ 95%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2021-04-07T22:59:25.847Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2021-04-07T22:59:25.947Z] [ 96%] Linking C executable device-file [2021-04-07T22:59:25.947Z] [ 96%] Built target device-file [2021-04-07T22:59:25.947Z] Scanning dependencies of target device-terminal [2021-04-07T22:59:25.947Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2021-04-07T22:59:26.120Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2021-04-07T22:59:26.208Z] [100%] Linking C executable device-terminal [2021-04-07T22:59:26.209Z] [100%] Built target device-terminal [2021-04-07T22:59:26.209Z] Run CPack packaging tool... [2021-04-07T22:59:26.209Z] CPack: Create package using TGZ [2021-04-07T22:59:26.209Z] CPack: Install projects [2021-04-07T22:59:26.209Z] CPack: - Run preinstall target for: Csdk [2021-04-07T22:59:26.412Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2021-04-07T22:59:26.471Z] CPack: - Install project: Csdk [2021-04-07T22:59:26.471Z] CPack: Create package [2021-04-07T22:59:26.471Z] CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. [2021-04-07T22:59:26.471Z] + '[' false '=' true ] [2021-04-07T22:59:26.471Z] + '[' false '=' true ] [2021-04-07T22:59:26.471Z] + mkdir -p /tmp/sdk/build/debug [2021-04-07T22:59:26.471Z] + cd /tmp/sdk/build/debug [2021-04-07T22:59:26.471Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2021-04-07T22:59:26.471Z] -- The C compiler identification is GNU 8.3.0 [2021-04-07T22:59:26.471Z] -- Check for working C compiler: /usr/bin/cc [2021-04-07T22:59:26.733Z] -- Check for working C compiler: /usr/bin/cc -- works [2021-04-07T22:59:26.733Z] -- Detecting C compiler ABI info [2021-04-07T22:59:26.733Z] -- Detecting C compiler ABI info - done [2021-04-07T22:59:26.733Z] -- Detecting C compile features [2021-04-07T22:59:26.995Z] -- Detecting C compile features - done [2021-04-07T22:59:26.995Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2021-04-07T22:59:26.995Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2021-04-07T22:59:26.995Z] -- Found LIBYAML: /usr/lib/libyaml.so [2021-04-07T22:59:26.995Z] -- Found LIBUUID: /usr/lib/libuuid.so [2021-04-07T22:59:26.995Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2021-04-07T22:59:26.995Z] -- C SDK 0.0.0 for Linux [2021-04-07T22:59:26.995Z] -- Performing Test CSDK_HAVE_ATOMIC [2021-04-07T22:59:26.995Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2021-04-07T22:59:26.995Z] -- Found Curses: /usr/lib/libcurses.so [2021-04-07T22:59:26.995Z] -- Configuring done [2021-04-07T22:59:27.259Z] -- Generating done [2021-04-07T22:59:27.259Z] -- Build files have been written to: /tmp/sdk/build/debug [2021-04-07T22:59:27.259Z] + make [2021-04-07T22:59:27.259Z] + tee debug.log [2021-04-07T22:59:27.259Z] Scanning dependencies of target csdk [2021-04-07T22:59:27.259Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2021-04-07T22:59:27.259Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2021-04-07T22:59:27.385Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2021-04-07T22:59:27.521Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2021-04-07T22:59:27.521Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2021-04-07T22:59:27.782Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2021-04-07T22:59:27.783Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2021-04-07T22:59:27.783Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2021-04-07T22:59:28.045Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2021-04-07T22:59:28.045Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2021-04-07T22:59:28.045Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2021-04-07T22:59:28.307Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2021-04-07T22:59:28.307Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2021-04-07T22:59:28.307Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2021-04-07T22:59:28.307Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2021-04-07T22:59:28.569Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2021-04-07T22:59:28.569Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2021-04-07T22:59:28.821Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2021-04-07T22:59:28.831Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2021-04-07T22:59:28.831Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2021-04-07T22:59:28.831Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2021-04-07T22:59:28.831Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2021-04-07T22:59:29.093Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2021-04-07T22:59:29.093Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2021-04-07T22:59:29.355Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2021-04-07T22:59:29.355Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2021-04-07T22:59:29.355Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2021-04-07T22:59:29.355Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2021-04-07T22:59:29.411Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2021-04-07T22:59:29.617Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2021-04-07T22:59:29.617Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2021-04-07T22:59:29.617Z] [ 48%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2021-04-07T22:59:29.617Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2021-04-07T22:59:29.880Z] [ 51%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2021-04-07T22:59:29.880Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2021-04-07T22:59:29.880Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2021-04-07T22:59:30.000Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2021-04-07T22:59:30.144Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2021-04-07T22:59:30.277Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2021-04-07T22:59:30.406Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2021-04-07T22:59:30.406Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2021-04-07T22:59:30.406Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2021-04-07T22:59:30.669Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2021-04-07T22:59:30.669Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2021-04-07T22:59:30.869Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2021-04-07T22:59:30.869Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2021-04-07T22:59:30.929Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2021-04-07T22:59:31.140Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2021-04-07T22:59:31.192Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2021-04-07T22:59:31.192Z] [ 70%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2021-04-07T22:59:31.454Z] [ 71%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2021-04-07T22:59:31.454Z] [ 73%] Linking C shared library libcsdk.so [2021-04-07T22:59:31.454Z] [ 73%] Built target csdk [2021-04-07T22:59:31.454Z] Scanning dependencies of target template [2021-04-07T22:59:31.454Z] [ 75%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2021-04-07T22:59:31.717Z] [ 76%] Linking C executable template [2021-04-07T22:59:31.718Z] [ 76%] Built target template [2021-04-07T22:59:31.718Z] Scanning dependencies of target device-counter [2021-04-07T22:59:31.718Z] [ 78%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2021-04-07T22:59:31.718Z] [ 80%] Linking C executable device-counter [2021-04-07T22:59:31.981Z] [ 80%] Built target device-counter [2021-04-07T22:59:31.981Z] Scanning dependencies of target device-random [2021-04-07T22:59:31.981Z] [ 81%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2021-04-07T22:59:31.981Z] [ 83%] Linking C executable device-random [2021-04-07T22:59:31.981Z] [ 83%] Built target device-random [2021-04-07T22:59:31.981Z] Scanning dependencies of target device-gyro [2021-04-07T22:59:31.981Z] [ 85%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2021-04-07T22:59:31.981Z] [ 86%] Linking C executable device-gyro [2021-04-07T22:59:32.244Z] [ 86%] Built target device-gyro [2021-04-07T22:59:32.244Z] Scanning dependencies of target device-bitfields [2021-04-07T22:59:32.244Z] [ 88%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2021-04-07T22:59:32.244Z] [ 90%] Linking C executable device-bitfields [2021-04-07T22:59:32.244Z] [ 90%] Built target device-bitfields [2021-04-07T22:59:32.244Z] Scanning dependencies of target template-discovery [2021-04-07T22:59:32.244Z] [ 91%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2021-04-07T22:59:32.506Z] [ 93%] Linking C executable template-discovery [2021-04-07T22:59:32.506Z] [ 93%] Built target template-discovery [2021-04-07T22:59:32.506Z] Scanning dependencies of target device-file [2021-04-07T22:59:32.506Z] [ 95%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2021-04-07T22:59:32.506Z] [ 96%] Linking C executable device-file [2021-04-07T22:59:32.767Z] [ 96%] Built target device-file [2021-04-07T22:59:32.767Z] Scanning dependencies of target device-terminal [2021-04-07T22:59:32.767Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2021-04-07T22:59:32.767Z] [100%] Linking C executable device-terminal [2021-04-07T22:59:32.767Z] [100%] Built target device-terminal [2021-04-07T22:59:32.767Z] make: Entering directory '/tmp/sdk/build/release' [2021-04-07T22:59:32.767Z] make[1]: Entering directory '/tmp/sdk/build/release' [2021-04-07T22:59:32.767Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-04-07T22:59:32.767Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-04-07T22:59:33.031Z] [ 73%] Built target csdk [2021-04-07T22:59:33.031Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-04-07T22:59:33.031Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-04-07T22:59:33.031Z] [ 76%] Built target template [2021-04-07T22:59:33.031Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-04-07T22:59:33.031Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-04-07T22:59:33.031Z] [ 80%] Built target device-counter [2021-04-07T22:59:33.031Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-04-07T22:59:33.031Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-04-07T22:59:33.031Z] [ 83%] Built target device-random [2021-04-07T22:59:33.031Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-04-07T22:59:33.031Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-04-07T22:59:33.031Z] [ 86%] Built target device-gyro [2021-04-07T22:59:33.031Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-04-07T22:59:33.031Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-04-07T22:59:33.031Z] [ 90%] Built target device-bitfields [2021-04-07T22:59:33.031Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-04-07T22:59:33.031Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-04-07T22:59:33.031Z] [ 93%] Built target template-discovery [2021-04-07T22:59:33.031Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-04-07T22:59:33.031Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-04-07T22:59:33.031Z] [ 96%] Built target device-file [2021-04-07T22:59:33.031Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-04-07T22:59:33.031Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-04-07T22:59:33.031Z] [100%] Built target device-terminal [2021-04-07T22:59:33.031Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2021-04-07T22:59:33.031Z] Install the project... [2021-04-07T22:59:33.031Z] -- Install configuration: "Release" [2021-04-07T22:59:33.031Z] -- Installing: /usr/local/lib/libcsdk.so [2021-04-07T22:59:33.031Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2021-04-07T22:59:33.031Z] -- Up-to-date: /usr/local/include [2021-04-07T22:59:33.031Z] -- Installing: /usr/local/include/devsdk [2021-04-07T22:59:33.031Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2021-04-07T22:59:33.031Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2021-04-07T22:59:33.031Z] -- Installing: /usr/local/include/edgex [2021-04-07T22:59:33.031Z] -- Installing: /usr/local/include/edgex/devices.h [2021-04-07T22:59:33.031Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2021-04-07T22:59:33.031Z] -- Installing: /usr/local/include/edgex/edgex.h [2021-04-07T22:59:33.031Z] -- Installing: /usr/local/include/edgex/profiles.h [2021-04-07T22:59:33.031Z] -- Installing: /usr/local/include/edgex/rest-server.h [2021-04-07T22:59:33.031Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2021-04-07T22:59:33.031Z] -- Installing: /usr/local/include/iot [2021-04-07T22:59:33.031Z] -- Installing: /usr/local/include/iot/base64.h [2021-04-07T22:59:33.031Z] -- Installing: /usr/local/include/iot/component.h [2021-04-07T22:59:33.031Z] -- Installing: /usr/local/include/iot/config.h [2021-04-07T22:59:33.031Z] -- Installing: /usr/local/include/iot/container.h [2021-04-07T22:59:33.031Z] -- Installing: /usr/local/include/iot/data.h [2021-04-07T22:59:33.031Z] -- Installing: /usr/local/include/iot/hash.h [2021-04-07T22:59:33.031Z] -- Installing: /usr/local/include/iot/iot.h [2021-04-07T22:59:33.031Z] -- Installing: /usr/local/include/iot/json.h [2021-04-07T22:59:33.031Z] -- Installing: /usr/local/include/iot/logger.h [2021-04-07T22:59:33.031Z] -- Installing: /usr/local/include/iot/os.h [2021-04-07T22:59:33.031Z] -- Installing: /usr/local/include/iot/scheduler.h [2021-04-07T22:59:33.031Z] -- Installing: /usr/local/include/iot/thread.h [2021-04-07T22:59:33.031Z] -- Installing: /usr/local/include/iot/threadpool.h [2021-04-07T22:59:33.031Z] -- Installing: /usr/local/include/iot/time.h [2021-04-07T22:59:33.031Z] -- Installing: /usr/local/include/iot/typecode.h [2021-04-07T22:59:33.031Z] -- Installing: /usr/local/include/iot/os [2021-04-07T22:59:33.031Z] -- Installing: /usr/local/include/iot/os/linux.h [2021-04-07T22:59:33.031Z] -- Installing: /usr/local/include/iot/os/macos.h [2021-04-07T22:59:33.031Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2021-04-07T22:59:33.031Z] -- Installing: /usr/local/include/iot/defs.h [2021-04-07T22:59:33.031Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2021-04-07T22:59:33.031Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2021-04-07T22:59:33.031Z] make: Leaving directory '/tmp/sdk/build/release' [2021-04-07T22:59:33.743Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2021-04-07T22:59:34.015Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2021-04-07T22:59:34.287Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2021-04-07T22:59:34.557Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2021-04-07T22:59:34.953Z] Removing intermediate container 045942f5bdb2 [2021-04-07T22:59:34.953Z] ---> 2df23b03aa0b [2021-04-07T22:59:34.953Z] Step 14/21 : FROM ${BASE} [2021-04-07T22:59:34.953Z] ---> 5eabd8fd8ba2 [2021-04-07T22:59:34.953Z] Step 15/21 : LABEL maintainer="IOTech " [2021-04-07T22:59:34.953Z] ---> Running in 78b120c1cadb [2021-04-07T22:59:35.153Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2021-04-07T22:59:35.214Z] Removing intermediate container 78b120c1cadb [2021-04-07T22:59:35.215Z] ---> 82f458ba2f57 [2021-04-07T22:59:35.215Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2021-04-07T22:59:35.215Z] ---> Running in 8abe3a941be8 [2021-04-07T22:59:35.745Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2021-04-07T22:59:36.162Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2021-04-07T22:59:36.736Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2021-04-07T22:59:37.311Z] (1/3) Installing curl (7.64.0-r5) [2021-04-07T22:59:37.311Z] (2/3) Installing libuuid (2.33-r0) [2021-04-07T22:59:37.311Z] (3/3) Installing wget (1.20.3-r0) [2021-04-07T22:59:37.575Z] Executing busybox-1.29.3-r10.trigger [2021-04-07T22:59:37.575Z] OK: 268 MiB in 78 packages [2021-04-07T22:59:38.154Z] Removing intermediate container 8abe3a941be8 [2021-04-07T22:59:38.154Z] ---> 9971db4b6208 [2021-04-07T22:59:38.154Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2021-04-07T22:59:38.154Z] ---> fc634f3b9693 [2021-04-07T22:59:38.154Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2021-04-07T22:59:38.352Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2021-04-07T22:59:38.352Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2021-04-07T22:59:38.352Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2021-04-07T22:59:38.417Z] ---> 805853b9b46c [2021-04-07T22:59:38.417Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2021-04-07T22:59:38.682Z] ---> f3387eb3919c [2021-04-07T22:59:38.682Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2021-04-07T22:59:38.944Z] ---> 159b95971ce2 [2021-04-07T22:59:38.944Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2021-04-07T22:59:38.945Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2021-04-07T22:59:39.206Z] ---> 929394777a5c [2021-04-07T22:59:39.206Z] Successfully built 929394777a5c [2021-04-07T22:59:39.206Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2021-04-07T22:59:39.541Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2021-04-07T22:59:39.541Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T22:59:39.950Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-07T22:59:39.951Z] . [Pipeline] withDockerContainer [2021-04-07T22:59:40.066Z] prd-centos7-docker-4c-2g-33212 does not seem to be running inside a container [2021-04-07T22:59:40.121Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/2 -v /w/workspace/device-sdk-c/2:/w/workspace/device-sdk-c/2:rw,z -v /w/workspace/device-sdk-c/2@tmp:/w/workspace/device-sdk-c/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-07T22:59:40.519Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2021-04-07T22:59:40.881Z] $ docker top 06a0459d4db0200698cde32800f60c13057aee241414771dbaa602b0b36e923f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T22:59:41.112Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2021-04-07T22:59:41.392Z] + make test [2021-04-07T22:59:41.392Z] echo "make test" [2021-04-07T22:59:41.392Z] make test [Pipeline] } [2021-04-07T22:59:41.406Z] $ docker stop --time=1 06a0459d4db0200698cde32800f60c13057aee241414771dbaa602b0b36e923f [2021-04-07T22:59:41.706Z] [ 48%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2021-04-07T22:59:41.706Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2021-04-07T22:59:42.753Z] $ docker rm -f 06a0459d4db0200698cde32800f60c13057aee241414771dbaa602b0b36e923f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2021-04-07T22:59:43.677Z] [ 51%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2021-04-07T22:59:43.950Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2021-04-07T22:59:44.923Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2021-04-07T22:59:44.923Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [Pipeline] sh [2021-04-07T22:59:46.106Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-07T22:59:46.405Z] + ls -al . [2021-04-07T22:59:46.405Z] total 160 [2021-04-07T22:59:46.405Z] drwxrwxr-x. 8 jenkins jenkins 260 Apr 7 22:58 . [2021-04-07T22:59:46.405Z] drwxrwxr-x. 4 jenkins jenkins 28 Apr 7 22:58 .. [2021-04-07T22:59:46.405Z] -rw-rw-r--. 1 jenkins jenkins 3104 Apr 7 22:58 Attribution.txt [2021-04-07T22:59:46.405Z] -rw-rw-r--. 1 jenkins jenkins 7129 Apr 7 22:58 CHANGES [2021-04-07T22:59:46.405Z] drwxrwxr-x. 2 jenkins jenkins 121 Apr 7 22:58 docs [2021-04-07T22:59:46.405Z] -rw-rw-r--. 1 jenkins jenkins 108574 Apr 7 22:58 Doxyfile [2021-04-07T22:59:46.405Z] drwxrwxr-x. 8 jenkins jenkins 179 Apr 7 22:58 .git [2021-04-07T22:59:46.405Z] drwxrwxr-x. 2 jenkins jenkins 81 Apr 7 22:58 .github [2021-04-07T22:59:46.405Z] -rw-rw-r--. 1 jenkins jenkins 176 Apr 7 22:58 .gitignore [2021-04-07T22:59:46.405Z] drwxrwxr-x. 4 jenkins jenkins 33 Apr 7 22:58 include [2021-04-07T22:59:46.405Z] -rw-rw-r--. 1 jenkins jenkins 784 Apr 7 22:58 Jenkinsfile [2021-04-07T22:59:46.405Z] -rw-rw-r--. 1 jenkins jenkins 10174 Apr 7 22:58 LICENSE [2021-04-07T22:59:46.405Z] -rw-rw-r--. 1 jenkins jenkins 444 Apr 7 22:58 Makefile [2021-04-07T22:59:46.405Z] -rw-rw-r--. 1 jenkins jenkins 2694 Apr 7 22:58 README.md [2021-04-07T22:59:46.405Z] -rw-rw-r--. 1 jenkins jenkins 6654 Apr 7 22:58 README.v2.md [2021-04-07T22:59:46.405Z] drwxrwxr-x. 2 jenkins jenkins 98 Apr 7 22:58 scripts [2021-04-07T22:59:46.405Z] drwxrwxr-x. 4 jenkins jenkins 50 Apr 7 22:58 src [2021-04-07T22:59:46.405Z] -rw-rw-r--. 1 jenkins jenkins 5 Apr 7 22:55 VERSION [Pipeline] isUnix [Pipeline] sh [2021-04-07T22:59:46.711Z] + docker build -t docker-device-sdk-c -f scripts/Dockerfile.alpine --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=5e4acb00c66e0ce35279f23e94e1678bc3e8a705 --label arch=amd64 --label version=0.0.0 . [2021-04-07T22:59:46.711Z] Sending build context to Docker daemon 2.53MB [2021-04-07T22:59:46.711Z] Step 1/15 : ARG BASE=alpine:3.12 [2021-04-07T22:59:46.711Z] Step 2/15 : FROM ${BASE} [2021-04-07T22:59:46.711Z] ---> 929394777a5c [2021-04-07T22:59:46.711Z] Step 3/15 : LABEL maintainer="IOTech " [2021-04-07T22:59:47.658Z] ---> Running in 2f099e105663 [2021-04-07T22:59:47.658Z] Removing intermediate container 2f099e105663 [2021-04-07T22:59:47.658Z] ---> 9f1b3449fbd9 [2021-04-07T22:59:47.658Z] 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 [2021-04-07T22:59:47.658Z] ---> Running in 6ec9983183ea [2021-04-07T22:59:48.233Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2021-04-07T22:59:48.808Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2021-04-07T22:59:49.070Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2021-04-07T22:59:49.332Z] (2/6) Installing libblkid (2.33-r0) [2021-04-07T22:59:49.332Z] (3/6) Installing libfdisk (2.33-r0) [2021-04-07T22:59:49.332Z] (4/6) Installing libmount (2.33-r0) [2021-04-07T22:59:49.455Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2021-04-07T22:59:49.594Z] (5/6) Installing libsmartcols (2.33-r0) [2021-04-07T22:59:49.594Z] (6/6) Installing util-linux-dev (2.33-r0) [2021-04-07T22:59:49.741Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2021-04-07T22:59:49.857Z] Executing busybox-1.29.3-r10.trigger [2021-04-07T22:59:50.120Z] OK: 272 MiB in 84 packages [2021-04-07T22:59:50.334Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2021-04-07T22:59:50.604Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2021-04-07T22:59:50.694Z] Removing intermediate container 6ec9983183ea [2021-04-07T22:59:50.695Z] ---> 0b6e5246305a [2021-04-07T22:59:50.695Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2021-04-07T22:59:50.695Z] ---> 9158a2473195 [2021-04-07T22:59:50.695Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2021-04-07T22:59:51.576Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2021-04-07T22:59:51.643Z] ---> 646bd2fb27da [2021-04-07T22:59:51.643Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2021-04-07T22:59:51.905Z] ---> 7fc78d02ad0b [2021-04-07T22:59:51.905Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2021-04-07T22:59:52.166Z] ---> a1b7eed3a0e2 [2021-04-07T22:59:52.166Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2021-04-07T22:59:52.166Z] ---> 44ba52e30619 [2021-04-07T22:59:52.166Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2021-04-07T22:59:52.427Z] ---> f5ef9a9b245e [2021-04-07T22:59:52.427Z] Step 11/15 : WORKDIR /edgex-c-sdk [2021-04-07T22:59:52.427Z] ---> Running in 8243b9e8fde8 [2021-04-07T22:59:52.689Z] Removing intermediate container 8243b9e8fde8 [2021-04-07T22:59:52.689Z] ---> 6f1ba3db8430 [2021-04-07T22:59:52.689Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2021-04-07T22:59:52.689Z] ---> Running in 79135061f2a2 [2021-04-07T22:59:52.951Z] Removing intermediate container 79135061f2a2 [2021-04-07T22:59:52.951Z] ---> 0815ea0d3ef3 [2021-04-07T22:59:52.951Z] Step 13/15 : LABEL arch=amd64 [2021-04-07T22:59:52.951Z] ---> Running in b58d41e4bf6f [2021-04-07T22:59:53.001Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2021-04-07T22:59:53.214Z] Removing intermediate container b58d41e4bf6f [2021-04-07T22:59:53.214Z] ---> 52ef549517e2 [2021-04-07T22:59:53.214Z] Step 14/15 : LABEL git_sha=5e4acb00c66e0ce35279f23e94e1678bc3e8a705 [2021-04-07T22:59:53.214Z] ---> Running in 100924bf2c09 [2021-04-07T22:59:53.475Z] Removing intermediate container 100924bf2c09 [2021-04-07T22:59:53.475Z] ---> 29634b57be10 [2021-04-07T22:59:53.475Z] Step 15/15 : LABEL version=0.0.0 [2021-04-07T22:59:53.475Z] ---> Running in 1504c4d3ef21 [2021-04-07T22:59:53.475Z] Removing intermediate container 1504c4d3ef21 [2021-04-07T22:59:53.475Z] ---> b3114c4660db [2021-04-07T22:59:53.475Z] [Warning] One or more build-args [MAKE ARCH] were not consumed [2021-04-07T22:59:53.737Z] Successfully built b3114c4660db [2021-04-07T22:59:53.737Z] Successfully tagged docker-device-sdk-c:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-07T22:59:54.962Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2021-04-07T22:59:58.328Z] [ 70%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2021-04-07T22:59:58.328Z] [ 71%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2021-04-07T22:59:58.921Z] [ 73%] Linking C shared library libcsdk.so [2021-04-07T22:59:58.921Z] [ 73%] Built target csdk [2021-04-07T22:59:58.921Z] Scanning dependencies of target template [2021-04-07T22:59:58.921Z] [ 75%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2021-04-07T22:59:59.514Z] [ 76%] Linking C executable template [2021-04-07T22:59:59.787Z] [ 76%] Built target template [2021-04-07T22:59:59.787Z] Scanning dependencies of target device-counter [2021-04-07T22:59:59.787Z] [ 78%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2021-04-07T23:00:00.380Z] [ 80%] Linking C executable device-counter [2021-04-07T23:00:00.652Z] [ 80%] Built target device-counter [2021-04-07T23:00:00.652Z] Scanning dependencies of target device-random [2021-04-07T23:00:00.652Z] [ 81%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2021-04-07T23:00:01.273Z] [ 83%] Linking C executable device-random [2021-04-07T23:00:01.273Z] [ 83%] Built target device-random [2021-04-07T23:00:01.273Z] Scanning dependencies of target device-gyro [2021-04-07T23:00:01.273Z] [ 85%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2021-04-07T23:00:01.874Z] [ 86%] Linking C executable device-gyro [2021-04-07T23:00:01.874Z] [ 86%] Built target device-gyro [2021-04-07T23:00:01.874Z] Scanning dependencies of target device-bitfields [2021-04-07T23:00:02.148Z] [ 88%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2021-04-07T23:00:02.423Z] [ 90%] Linking C executable device-bitfields [2021-04-07T23:00:02.695Z] [ 90%] Built target device-bitfields [2021-04-07T23:00:02.695Z] Scanning dependencies of target template-discovery [2021-04-07T23:00:02.695Z] [ 91%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2021-04-07T23:00:03.286Z] [ 93%] Linking C executable template-discovery [2021-04-07T23:00:03.557Z] [ 93%] Built target template-discovery [2021-04-07T23:00:03.557Z] Scanning dependencies of target device-file [2021-04-07T23:00:03.557Z] [ 95%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2021-04-07T23:00:04.156Z] [ 96%] Linking C executable device-file [2021-04-07T23:00:04.156Z] [ 96%] Built target device-file [2021-04-07T23:00:04.427Z] Scanning dependencies of target device-terminal [2021-04-07T23:00:04.427Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2021-04-07T23:00:04.699Z] [100%] Linking C executable device-terminal [2021-04-07T23:00:04.971Z] [100%] Built target device-terminal [2021-04-07T23:00:04.971Z] Run CPack packaging tool... [2021-04-07T23:00:05.244Z] CPack: Create package using TGZ [2021-04-07T23:00:05.244Z] CPack: Install projects [2021-04-07T23:00:05.244Z] CPack: - Run preinstall target for: Csdk [2021-04-07T23:00:05.515Z] CPack: - Install project: Csdk [2021-04-07T23:00:05.787Z] CPack: Create package [2021-04-07T23:00:05.787Z] CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. [2021-04-07T23:00:05.787Z] + '[' false '=' true ] [2021-04-07T23:00:05.787Z] + '[' false '=' true ] [2021-04-07T23:00:05.787Z] + mkdir -p /tmp/sdk/build/debug [2021-04-07T23:00:05.787Z] + cd /tmp/sdk/build/debug [2021-04-07T23:00:05.787Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2021-04-07T23:00:06.059Z] -- The C compiler identification is GNU 8.3.0 [2021-04-07T23:00:06.059Z] -- Check for working C compiler: /usr/bin/cc [2021-04-07T23:00:06.333Z] -- Check for working C compiler: /usr/bin/cc -- works [2021-04-07T23:00:06.333Z] -- Detecting C compiler ABI info [2021-04-07T23:00:06.604Z] -- Detecting C compiler ABI info - done [2021-04-07T23:00:06.604Z] -- Detecting C compile features [2021-04-07T23:00:07.199Z] -- Detecting C compile features - done [2021-04-07T23:00:07.471Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2021-04-07T23:00:07.471Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2021-04-07T23:00:07.471Z] -- Found LIBYAML: /usr/lib/libyaml.so [2021-04-07T23:00:07.471Z] -- Found LIBUUID: /usr/lib/libuuid.so [2021-04-07T23:00:07.471Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2021-04-07T23:00:07.471Z] -- C SDK 0.0.0 for Linux [2021-04-07T23:00:07.471Z] -- Performing Test CSDK_HAVE_ATOMIC [2021-04-07T23:00:07.471Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2021-04-07T23:00:07.741Z] -- Found Curses: /usr/lib/libcurses.so [2021-04-07T23:00:07.741Z] -- Configuring done [2021-04-07T23:00:08.014Z] -- Generating done [2021-04-07T23:00:08.014Z] -- Build files have been written to: /tmp/sdk/build/debug [2021-04-07T23:00:08.014Z] + make [2021-04-07T23:00:08.014Z] + tee debug.log [2021-04-07T23:00:08.014Z] Scanning dependencies of target csdk [2021-04-07T23:00:08.287Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2021-04-07T23:00:08.561Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2021-04-07T23:00:08.835Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2021-04-07T23:00:09.429Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2021-04-07T23:00:09.703Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2021-04-07T23:00:09.703Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2021-04-07T23:00:10.300Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2021-04-07T23:00:10.574Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2021-04-07T23:00:10.850Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2021-04-07T23:00:11.445Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2021-04-07T23:00:11.445Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2021-04-07T23:00:11.717Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2021-04-07T23:00:11.995Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2021-04-07T23:00:12.271Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2021-04-07T23:00:12.864Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2021-04-07T23:00:13.137Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2021-04-07T23:00:13.137Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2021-04-07T23:00:13.410Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2021-04-07T23:00:13.681Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2021-04-07T23:00:13.953Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2021-04-07T23:00:14.929Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2021-04-07T23:00:14.929Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2021-04-07T23:00:14.929Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2021-04-07T23:00:15.203Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2021-04-07T23:00:15.474Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2021-04-07T23:00:15.474Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2021-04-07T23:00:16.068Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2021-04-07T23:00:16.068Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2021-04-07T23:00:16.337Z] [ 48%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2021-04-07T23:00:16.608Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2021-04-07T23:00:16.880Z] [ 51%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2021-04-07T23:00:17.152Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2021-04-07T23:00:17.425Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2021-04-07T23:00:17.696Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2021-04-07T23:00:18.666Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2021-04-07T23:00:18.938Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2021-04-07T23:00:19.208Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2021-04-07T23:00:19.478Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2021-04-07T23:00:19.749Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2021-04-07T23:00:20.721Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2021-04-07T23:00:21.314Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2021-04-07T23:00:21.905Z] [ 70%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2021-04-07T23:00:22.179Z] [ 71%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2021-04-07T23:00:22.179Z] [ 73%] Linking C shared library libcsdk.so [2021-04-07T23:00:22.448Z] [ 73%] Built target csdk [2021-04-07T23:00:22.448Z] Scanning dependencies of target template [2021-04-07T23:00:22.448Z] [ 75%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2021-04-07T23:00:22.719Z] [ 76%] Linking C executable template [2021-04-07T23:00:22.990Z] [ 76%] Built target template [2021-04-07T23:00:22.991Z] Scanning dependencies of target device-counter [2021-04-07T23:00:22.991Z] [ 78%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2021-04-07T23:00:23.263Z] [ 80%] Linking C executable device-counter [2021-04-07T23:00:23.534Z] [ 80%] Built target device-counter [2021-04-07T23:00:23.534Z] Scanning dependencies of target device-random [2021-04-07T23:00:23.534Z] [ 81%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2021-04-07T23:00:23.804Z] [ 83%] Linking C executable device-random [2021-04-07T23:00:24.075Z] [ 83%] Built target device-random [2021-04-07T23:00:24.075Z] Scanning dependencies of target device-gyro [2021-04-07T23:00:24.075Z] [ 85%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2021-04-07T23:00:24.347Z] [ 86%] Linking C executable device-gyro [2021-04-07T23:00:24.619Z] [ 86%] Built target device-gyro [2021-04-07T23:00:24.619Z] Scanning dependencies of target device-bitfields [2021-04-07T23:00:24.619Z] [ 88%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2021-04-07T23:00:24.895Z] [ 90%] Linking C executable device-bitfields [2021-04-07T23:00:24.895Z] [ 90%] Built target device-bitfields [2021-04-07T23:00:25.167Z] Scanning dependencies of target template-discovery [2021-04-07T23:00:25.167Z] [ 91%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2021-04-07T23:00:25.440Z] [ 93%] Linking C executable template-discovery [2021-04-07T23:00:25.440Z] [ 93%] Built target template-discovery [2021-04-07T23:00:25.712Z] Scanning dependencies of target device-file [2021-04-07T23:00:25.712Z] [ 95%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2021-04-07T23:00:25.983Z] [ 96%] Linking C executable device-file [2021-04-07T23:00:25.983Z] [ 96%] Built target device-file [2021-04-07T23:00:25.983Z] Scanning dependencies of target device-terminal [2021-04-07T23:00:26.255Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2021-04-07T23:00:26.527Z] [100%] Linking C executable device-terminal [2021-04-07T23:00:26.800Z] [100%] Built target device-terminal [2021-04-07T23:00:26.800Z] make: Entering directory '/tmp/sdk/build/release' [2021-04-07T23:00:26.800Z] make[1]: Entering directory '/tmp/sdk/build/release' [2021-04-07T23:00:26.800Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-04-07T23:00:26.800Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-04-07T23:00:26.800Z] [ 73%] Built target csdk [2021-04-07T23:00:26.800Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-04-07T23:00:26.800Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-04-07T23:00:26.800Z] [ 76%] Built target template [2021-04-07T23:00:26.800Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-04-07T23:00:26.800Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-04-07T23:00:26.800Z] [ 80%] Built target device-counter [2021-04-07T23:00:26.800Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-04-07T23:00:27.072Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-04-07T23:00:27.072Z] [ 83%] Built target device-random [2021-04-07T23:00:27.072Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-04-07T23:00:27.072Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-04-07T23:00:27.072Z] [ 86%] Built target device-gyro [2021-04-07T23:00:27.072Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-04-07T23:00:27.072Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-04-07T23:00:27.072Z] [ 90%] Built target device-bitfields [2021-04-07T23:00:27.072Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-04-07T23:00:27.072Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-04-07T23:00:27.072Z] [ 93%] Built target template-discovery [2021-04-07T23:00:27.072Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-04-07T23:00:27.072Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-04-07T23:00:27.072Z] [ 96%] Built target device-file [2021-04-07T23:00:27.072Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-04-07T23:00:27.072Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-04-07T23:00:27.072Z] [100%] Built target device-terminal [2021-04-07T23:00:27.072Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2021-04-07T23:00:27.072Z] Install the project... [2021-04-07T23:00:27.345Z] -- Install configuration: "Release" [2021-04-07T23:00:27.345Z] -- Installing: /usr/local/lib/libcsdk.so [2021-04-07T23:00:27.345Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2021-04-07T23:00:27.345Z] -- Up-to-date: /usr/local/include [2021-04-07T23:00:27.345Z] -- Installing: /usr/local/include/edgex [2021-04-07T23:00:27.345Z] -- Installing: /usr/local/include/edgex/rest-server.h [2021-04-07T23:00:27.345Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2021-04-07T23:00:27.345Z] -- Installing: /usr/local/include/edgex/edgex.h [2021-04-07T23:00:27.345Z] -- Installing: /usr/local/include/edgex/devices.h [2021-04-07T23:00:27.345Z] -- Installing: /usr/local/include/edgex/profiles.h [2021-04-07T23:00:27.345Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2021-04-07T23:00:27.345Z] -- Installing: /usr/local/include/devsdk [2021-04-07T23:00:27.345Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2021-04-07T23:00:27.345Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2021-04-07T23:00:27.345Z] -- Installing: /usr/local/include/iot [2021-04-07T23:00:27.345Z] -- Installing: /usr/local/include/iot/json.h [2021-04-07T23:00:27.345Z] -- Installing: /usr/local/include/iot/container.h [2021-04-07T23:00:27.345Z] -- Installing: /usr/local/include/iot/component.h [2021-04-07T23:00:27.345Z] -- Installing: /usr/local/include/iot/typecode.h [2021-04-07T23:00:27.345Z] -- Installing: /usr/local/include/iot/iot.h [2021-04-07T23:00:27.345Z] -- Installing: /usr/local/include/iot/time.h [2021-04-07T23:00:27.345Z] -- Installing: /usr/local/include/iot/hash.h [2021-04-07T23:00:27.345Z] -- Installing: /usr/local/include/iot/logger.h [2021-04-07T23:00:27.345Z] -- Installing: /usr/local/include/iot/os [2021-04-07T23:00:27.345Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2021-04-07T23:00:27.345Z] -- Installing: /usr/local/include/iot/os/linux.h [2021-04-07T23:00:27.345Z] -- Installing: /usr/local/include/iot/os/macos.h [2021-04-07T23:00:27.345Z] -- Installing: /usr/local/include/iot/scheduler.h [2021-04-07T23:00:27.345Z] -- Installing: /usr/local/include/iot/data.h [2021-04-07T23:00:27.345Z] -- Installing: /usr/local/include/iot/thread.h [2021-04-07T23:00:27.345Z] -- Installing: /usr/local/include/iot/os.h [2021-04-07T23:00:27.345Z] -- Installing: /usr/local/include/iot/base64.h [2021-04-07T23:00:27.345Z] -- Installing: /usr/local/include/iot/defs.h [2021-04-07T23:00:27.345Z] -- Installing: /usr/local/include/iot/threadpool.h [2021-04-07T23:00:27.345Z] -- Installing: /usr/local/include/iot/config.h [2021-04-07T23:00:27.345Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2021-04-07T23:00:27.345Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2021-04-07T23:00:27.345Z] make: Leaving directory '/tmp/sdk/build/release' [2021-04-07T23:00:29.317Z] Removing intermediate container 3e7a6fd51e46 [2021-04-07T23:00:29.317Z] ---> d76033974b75 [2021-04-07T23:00:29.317Z] Step 14/21 : FROM ${BASE} [2021-04-07T23:00:29.317Z] ---> b23d30803547 [2021-04-07T23:00:29.317Z] Step 15/21 : LABEL maintainer="IOTech " [2021-04-07T23:00:29.599Z] ---> Running in 494e9e6c8a2e [2021-04-07T23:00:29.868Z] Removing intermediate container 494e9e6c8a2e [2021-04-07T23:00:29.868Z] ---> fddc68217ab7 [2021-04-07T23:00:29.868Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2021-04-07T23:00:30.142Z] ---> Running in 2ab6e9dd017e [2021-04-07T23:00:31.119Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2021-04-07T23:00:31.711Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2021-04-07T23:00:32.312Z] (1/3) Installing curl (7.64.0-r5) [2021-04-07T23:00:32.312Z] (2/3) Installing libuuid (2.33-r0) [2021-04-07T23:00:32.585Z] (3/3) Installing wget (1.20.3-r0) [2021-04-07T23:00:32.585Z] Executing busybox-1.29.3-r10.trigger [2021-04-07T23:00:32.585Z] OK: 281 MiB in 78 packages [2021-04-07T23:00:34.011Z] Removing intermediate container 2ab6e9dd017e [2021-04-07T23:00:34.011Z] ---> 5c88fff00faf [2021-04-07T23:00:34.011Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2021-04-07T23:00:34.607Z] ---> 7adea233a039 [2021-04-07T23:00:34.607Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2021-04-07T23:00:35.200Z] ---> cf24f4dba4f4 [2021-04-07T23:00:35.200Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2021-04-07T23:00:36.173Z] ---> 5da8ad6a2cae [2021-04-07T23:00:36.173Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2021-04-07T23:00:36.768Z] ---> 3e2221137e05 [2021-04-07T23:00:36.768Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2021-04-07T23:00:37.360Z] ---> b4282a637104 [2021-04-07T23:00:37.630Z] Successfully built b4282a637104 [2021-04-07T23:00:37.630Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T23:00:38.437Z] + docker inspect -f . ci-base-image-arm64 [2021-04-07T23:00:38.437Z] . [Pipeline] withDockerContainer [2021-04-07T23:00:38.736Z] prd-ubuntu18.04-docker-arm64-4c-16g-33211 does not seem to be running inside a container [2021-04-07T23:00:38.842Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/2 -v /w/workspace/device-sdk-c/2:/w/workspace/device-sdk-c/2:rw,z -v /w/workspace/device-sdk-c/2@tmp:/w/workspace/device-sdk-c/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-07T23:00:40.321Z] $ docker top 5873af08f01fce5c0962b44b5fa6391c8785b95e386b8c4138d9879cba0a65a1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T23:00:41.427Z] + make test [2021-04-07T23:00:41.427Z] echo "make test" [2021-04-07T23:00:41.427Z] make test [Pipeline] } [2021-04-07T23:00:41.473Z] $ docker stop --time=1 5873af08f01fce5c0962b44b5fa6391c8785b95e386b8c4138d9879cba0a65a1 [2021-04-07T23:00:43.402Z] $ docker rm -f 5873af08f01fce5c0962b44b5fa6391c8785b95e386b8c4138d9879cba0a65a1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-07T23:00:44.536Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-07T23:00:44.876Z] + ls -al . [2021-04-07T23:00:44.876Z] total 192 [2021-04-07T23:00:44.876Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 7 22:58 . [2021-04-07T23:00:44.876Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 22:58 .. [2021-04-07T23:00:44.876Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 7 22:58 .git [2021-04-07T23:00:44.876Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 22:58 .github [2021-04-07T23:00:44.876Z] -rw-rw-r-- 1 jenkins jenkins 176 Apr 7 22:58 .gitignore [2021-04-07T23:00:44.876Z] -rw-rw-r-- 1 jenkins jenkins 3104 Apr 7 22:58 Attribution.txt [2021-04-07T23:00:44.876Z] -rw-rw-r-- 1 jenkins jenkins 7129 Apr 7 22:58 CHANGES [2021-04-07T23:00:44.876Z] -rw-rw-r-- 1 jenkins jenkins 108574 Apr 7 22:58 Doxyfile [2021-04-07T23:00:44.876Z] -rw-rw-r-- 1 jenkins jenkins 784 Apr 7 22:58 Jenkinsfile [2021-04-07T23:00:44.876Z] -rw-rw-r-- 1 jenkins jenkins 10174 Apr 7 22:58 LICENSE [2021-04-07T23:00:44.876Z] -rw-rw-r-- 1 jenkins jenkins 444 Apr 7 22:58 Makefile [2021-04-07T23:00:44.876Z] -rw-rw-r-- 1 jenkins jenkins 2694 Apr 7 22:58 README.md [2021-04-07T23:00:44.876Z] -rw-rw-r-- 1 jenkins jenkins 6654 Apr 7 22:58 README.v2.md [2021-04-07T23:00:44.876Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 7 22:55 VERSION [2021-04-07T23:00:44.876Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 22:58 docs [2021-04-07T23:00:44.876Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 22:58 include [2021-04-07T23:00:44.876Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 22:58 scripts [2021-04-07T23:00:44.876Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 22:58 src [Pipeline] isUnix [Pipeline] sh [2021-04-07T23:00:45.224Z] + docker build -t docker-device-sdk-c-arm64 -f scripts/Dockerfile.alpine --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=5e4acb00c66e0ce35279f23e94e1678bc3e8a705 --label arch=arm64 --label version=0.0.0 . [2021-04-07T23:00:45.820Z] Sending build context to Docker daemon 2.529MB [2021-04-07T23:00:45.820Z] Step 1/15 : ARG BASE=alpine:3.12 [2021-04-07T23:00:45.820Z] Step 2/15 : FROM ${BASE} [2021-04-07T23:00:45.820Z] ---> b4282a637104 [2021-04-07T23:00:45.820Z] Step 3/15 : LABEL maintainer="IOTech " [2021-04-07T23:00:46.092Z] ---> Running in bb4d0c416127 [2021-04-07T23:00:46.364Z] Removing intermediate container bb4d0c416127 [2021-04-07T23:00:46.364Z] ---> 3a733c82003a [2021-04-07T23:00:46.364Z] 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 [2021-04-07T23:00:46.636Z] ---> Running in b46d975fe89e [2021-04-07T23:00:47.610Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2021-04-07T23:00:48.581Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2021-04-07T23:00:48.852Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2021-04-07T23:00:48.852Z] (2/6) Installing libblkid (2.33-r0) [2021-04-07T23:00:49.122Z] (3/6) Installing libfdisk (2.33-r0) [2021-04-07T23:00:49.122Z] (4/6) Installing libmount (2.33-r0) [2021-04-07T23:00:49.122Z] (5/6) Installing libsmartcols (2.33-r0) [2021-04-07T23:00:49.391Z] (6/6) Installing util-linux-dev (2.33-r0) [2021-04-07T23:00:49.665Z] Executing busybox-1.29.3-r10.trigger [2021-04-07T23:00:49.665Z] OK: 286 MiB in 84 packages [2021-04-07T23:00:51.098Z] Removing intermediate container b46d975fe89e [2021-04-07T23:00:51.098Z] ---> 3a28b28f12c4 [2021-04-07T23:00:51.098Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2021-04-07T23:00:51.690Z] ---> 0948f3cb8322 [2021-04-07T23:00:51.690Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2021-04-07T23:00:52.669Z] ---> 050cf8ded862 [2021-04-07T23:00:52.669Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2021-04-07T23:00:53.263Z] ---> 88badb284ea2 [2021-04-07T23:00:53.263Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2021-04-07T23:00:53.854Z] ---> 93961d613cbf [2021-04-07T23:00:53.854Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2021-04-07T23:00:54.448Z] ---> 8d84a83f552d [2021-04-07T23:00:54.448Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2021-04-07T23:00:55.043Z] ---> 29dec40c88c9 [2021-04-07T23:00:55.043Z] Step 11/15 : WORKDIR /edgex-c-sdk [2021-04-07T23:00:55.325Z] ---> Running in e5ffd40f8754 [2021-04-07T23:00:55.915Z] Removing intermediate container e5ffd40f8754 [2021-04-07T23:00:55.915Z] ---> 4b17c38e5ba8 [2021-04-07T23:00:55.915Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2021-04-07T23:00:55.915Z] ---> Running in 50ac4e7d78ca [2021-04-07T23:00:56.505Z] Removing intermediate container 50ac4e7d78ca [2021-04-07T23:00:56.505Z] ---> 6070bb280e2d [2021-04-07T23:00:56.505Z] Step 13/15 : LABEL arch=arm64 [2021-04-07T23:00:56.505Z] ---> Running in 8277d955740d [2021-04-07T23:00:56.778Z] Removing intermediate container 8277d955740d [2021-04-07T23:00:56.778Z] ---> 4ec7d8e58e68 [2021-04-07T23:00:56.778Z] Step 14/15 : LABEL git_sha=5e4acb00c66e0ce35279f23e94e1678bc3e8a705 [2021-04-07T23:00:57.048Z] ---> Running in a563de5660b3 [2021-04-07T23:00:57.320Z] Removing intermediate container a563de5660b3 [2021-04-07T23:00:57.320Z] ---> c589cd32c481 [2021-04-07T23:00:57.320Z] Step 15/15 : LABEL version=0.0.0 [2021-04-07T23:00:57.594Z] ---> Running in 70fbb93e3d99 [2021-04-07T23:00:58.185Z] Removing intermediate container 70fbb93e3d99 [2021-04-07T23:00:58.186Z] ---> 7f7d54231480 [2021-04-07T23:00:58.186Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-07T23:00:58.186Z] Successfully built 7f7d54231480 [2021-04-07T23:00:58.186Z] 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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-07T23:01:00.662Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T23:01:01.229Z] ---> package-listing.sh [2021-04-07T23:01:01.229Z] ++ facter osfamily [2021-04-07T23:01:01.229Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-07T23:01:01.229Z] + OS_FAMILY=redhat [2021-04-07T23:01:01.229Z] + workspace=/w/workspace/edgexfoundry_device-sdk-c_PR-336 [2021-04-07T23:01:01.229Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-07T23:01:01.229Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-07T23:01:01.229Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-07T23:01:01.229Z] + PACKAGES=/tmp/packages_start.txt [2021-04-07T23:01:01.229Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-336 ']' [2021-04-07T23:01:01.229Z] + PACKAGES=/tmp/packages_end.txt [2021-04-07T23:01:01.229Z] + case "${OS_FAMILY}" in [2021-04-07T23:01:01.229Z] + sort [2021-04-07T23:01:01.229Z] + rpm -qa [2021-04-07T23:01:06.538Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-07T23:01:06.538Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-07T23:01:06.538Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-07T23:01:06.538Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-336 ']' [2021-04-07T23:01:06.538Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_PR-336/archives/ [2021-04-07T23:01:06.538Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-c_PR-336/archives/ [Pipeline] echo [2021-04-07T23:01:06.551Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-c_PR-336/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-07T23:01:06.842Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-07T23:01:07.147Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-07T23:01:07.148Z] [2021-04-07T23:01:07.148Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-07T23:01:07.506Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-07T23:01:07.506Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-07T23:01:07.506Z] df20fa9351a1: Pulling fs layer [2021-04-07T23:01:07.506Z] 36b3adc4ff6f: Pulling fs layer [2021-04-07T23:01:07.506Z] 8ad3a11d3b57: Pulling fs layer [2021-04-07T23:01:07.506Z] 46f8f816bc3b: Pulling fs layer [2021-04-07T23:01:07.506Z] 93b61091891f: Pulling fs layer [2021-04-07T23:01:07.506Z] 93b9cdb0e59b: Pulling fs layer [2021-04-07T23:01:07.506Z] 5e14af77c1be: Pulling fs layer [2021-04-07T23:01:07.506Z] 01666e4c0597: Pulling fs layer [2021-04-07T23:01:07.506Z] aa168da1d23b: Pulling fs layer [2021-04-07T23:01:07.506Z] 93b61091891f: Waiting [2021-04-07T23:01:07.506Z] 93b9cdb0e59b: Waiting [2021-04-07T23:01:07.506Z] 5e14af77c1be: Waiting [2021-04-07T23:01:07.506Z] 01666e4c0597: Waiting [2021-04-07T23:01:07.506Z] aa168da1d23b: Waiting [2021-04-07T23:01:07.506Z] 46f8f816bc3b: Waiting [2021-04-07T23:01:07.506Z] 36b3adc4ff6f: Verifying Checksum [2021-04-07T23:01:07.506Z] 36b3adc4ff6f: Download complete [2021-04-07T23:01:07.506Z] 46f8f816bc3b: Verifying Checksum [2021-04-07T23:01:07.506Z] 46f8f816bc3b: Download complete [2021-04-07T23:01:07.768Z] 93b61091891f: Download complete [2021-04-07T23:01:07.768Z] df20fa9351a1: Download complete [2021-04-07T23:01:07.768Z] 93b9cdb0e59b: Verifying Checksum [2021-04-07T23:01:07.768Z] 93b9cdb0e59b: Download complete [2021-04-07T23:01:07.768Z] 5e14af77c1be: Download complete [2021-04-07T23:01:07.768Z] 01666e4c0597: Verifying Checksum [2021-04-07T23:01:07.768Z] 01666e4c0597: Download complete [2021-04-07T23:01:08.031Z] df20fa9351a1: Pull complete [2021-04-07T23:01:08.031Z] 8ad3a11d3b57: Verifying Checksum [2021-04-07T23:01:08.031Z] 8ad3a11d3b57: Download complete [2021-04-07T23:01:08.301Z] 36b3adc4ff6f: Pull complete [2021-04-07T23:01:08.880Z] 8ad3a11d3b57: Pull complete [2021-04-07T23:01:09.148Z] 46f8f816bc3b: Pull complete [2021-04-07T23:01:10.102Z] aa168da1d23b: Verifying Checksum [2021-04-07T23:01:10.102Z] aa168da1d23b: Download complete [2021-04-07T23:01:10.371Z] 93b61091891f: Pull complete [2021-04-07T23:01:10.633Z] 93b9cdb0e59b: Pull complete [2021-04-07T23:01:10.901Z] 5e14af77c1be: Pull complete [2021-04-07T23:01:11.164Z] 01666e4c0597: Pull complete [2021-04-07T23:01:17.780Z] aa168da1d23b: Pull complete [2021-04-07T23:01:17.780Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-07T23:01:17.780Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-07T23:01:17.780Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-07T23:01:17.933Z] prd-centos7-docker-4c-2g-33210 does not seem to be running inside a container [2021-04-07T23:01:17.979Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-c_PR-336/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-c_PR-336 -v /w/workspace/edgexfoundry_device-sdk-c_PR-336:/w/workspace/edgexfoundry_device-sdk-c_PR-336:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_PR-336@tmp:/w/workspace/edgexfoundry_device-sdk-c_PR-336@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-07T23:01:21.674Z] $ docker top 8ea86c8b8de101311e1fb659b08f23848c16d568dc63935048bf32d49e620386 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T23:01:22.213Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-07T23:01:22.510Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-07T23:01:22.804Z] + ls /var/log/sa-host [2021-04-07T23:01:22.805Z] + sadf -c /var/log/sa-host/sa07 [2021-04-07T23:01:22.805Z] file_magic: OK [2021-04-07T23:01:22.805Z] HZ: Using current value: 100 [2021-04-07T23:01:22.805Z] file_header: OK [2021-04-07T23:01:22.805Z] 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 [2021-04-07T23:01:22.805Z] Statistics: [2021-04-07T23:01:22.805Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-07T23:01:22.805Z] File successfully converted to sysstat format version 12.2.1 [2021-04-07T23:01:22.805Z] + sadf -c /var/log/sa-host/sa23 [2021-04-07T23:01:22.805Z] file_magic: OK [2021-04-07T23:01:22.805Z] HZ: Using current value: 100 [2021-04-07T23:01:22.805Z] file_header: OK [2021-04-07T23:01:22.805Z] 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 [2021-04-07T23:01:22.805Z] Statistics: [2021-04-07T23:01:22.805Z] Hnuu...uuuununununu... [2021-04-07T23:01:22.805Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-07T23:01:23.455Z] provisioning config files... [2021-04-07T23:01:23.470Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_PR-336@tmp/config997795216444288294tmp [Pipeline] { [Pipeline] echo [2021-04-07T23:01:23.538Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T23:01:23.832Z] ---> create-netrc.sh [Pipeline] } [2021-04-07T23:01:23.841Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-07T23:01:23.929Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T23:01:24.226Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-07T23:01:24.237Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T23:01:24.533Z] ---> sudo-logs.sh [2021-04-07T23:01:24.533Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-07T23:01:24.590Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T23:01:24.884Z] ---> job-cost.sh [2021-04-07T23:01:24.884Z] lf-activate-venv: SKIPPING [2021-04-07T23:01:24.884Z] INFO: No Stack... [2021-04-07T23:01:25.829Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-07T23:01:26.091Z] INFO: Archiving Costs [Pipeline] echo [2021-04-07T23:01:26.151Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T23:01:26.552Z] ---> logs-deploy.sh [2021-04-07T23:01:26.552Z] lf-activate-venv: SKIPPING [2021-04-07T23:01:26.552Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/PR-336/2 [2021-04-07T23:01:26.552Z] INFO: archiving workspace using pattern(s): [2021-04-07T23:01:28.473Z] Archives upload complete. [2021-04-07T23:01:28.473Z] INFO: archiving logs to Nexus [2021-04-07T23:01:29.420Z] ---> uname -a: [2021-04-07T23:01:29.420Z] Linux prd-centos7-docker-4c-2g-33210.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-04-07T23:01:29.420Z] [2021-04-07T23:01:29.420Z] [2021-04-07T23:01:29.420Z] ---> lscpu: [2021-04-07T23:01:29.420Z] Architecture: x86_64 [2021-04-07T23:01:29.420Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-07T23:01:29.420Z] Byte Order: Little Endian [2021-04-07T23:01:29.420Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-07T23:01:29.420Z] CPU(s): 4 [2021-04-07T23:01:29.420Z] On-line CPU(s) list: 0-3 [2021-04-07T23:01:29.420Z] Thread(s) per core: 1 [2021-04-07T23:01:29.420Z] Core(s) per socket: 1 [2021-04-07T23:01:29.420Z] Socket(s): 4 [2021-04-07T23:01:29.420Z] NUMA node(s): 1 [2021-04-07T23:01:29.420Z] Vendor ID: GenuineIntel [2021-04-07T23:01:29.420Z] CPU family: 6 [2021-04-07T23:01:29.420Z] Model: 44 [2021-04-07T23:01:29.420Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-07T23:01:29.420Z] Stepping: 1 [2021-04-07T23:01:29.420Z] CPU MHz: 2933.436 [2021-04-07T23:01:29.420Z] BogoMIPS: 5866.87 [2021-04-07T23:01:29.420Z] Virtualization: VT-x [2021-04-07T23:01:29.420Z] Hypervisor vendor: KVM [2021-04-07T23:01:29.420Z] Virtualization type: full [2021-04-07T23:01:29.420Z] L1d cache: 128 KiB [2021-04-07T23:01:29.420Z] L1i cache: 128 KiB [2021-04-07T23:01:29.420Z] L2 cache: 16 MiB [2021-04-07T23:01:29.420Z] L3 cache: 64 MiB [2021-04-07T23:01:29.420Z] NUMA node0 CPU(s): 0-3 [2021-04-07T23:01:29.420Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-07T23:01:29.420Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-07T23:01:29.420Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-07T23:01:29.420Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-07T23:01:29.420Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-07T23:01:29.420Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-07T23:01:29.420Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-07T23:01:29.420Z] Vulnerability Srbds: Not affected [2021-04-07T23:01:29.420Z] Vulnerability Tsx async abort: Not affected [2021-04-07T23:01:29.420Z] 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 [2021-04-07T23:01:29.420Z] [2021-04-07T23:01:29.420Z] [2021-04-07T23:01:29.420Z] ---> nproc: [2021-04-07T23:01:29.420Z] 4 [2021-04-07T23:01:29.420Z] [2021-04-07T23:01:29.420Z] [2021-04-07T23:01:29.420Z] ---> df -h: [2021-04-07T23:01:29.420Z] Filesystem Size Used Available Use% Mounted on [2021-04-07T23:01:29.420Z] overlay 50.0G 7.3G 42.7G 15% / [2021-04-07T23:01:29.420Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-07T23:01:29.420Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-07T23:01:29.420Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-07T23:01:29.420Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-04-07T23:01:29.420Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-04-07T23:01:29.421Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-04-07T23:01:29.421Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-04-07T23:01:29.421Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-04-07T23:01:29.421Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_device-sdk-c_PR-336 [2021-04-07T23:01:29.421Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_device-sdk-c_PR-336@tmp [2021-04-07T23:01:29.421Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-04-07T23:01:29.421Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-04-07T23:01:29.421Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-04-07T23:01:29.421Z] [2021-04-07T23:01:29.421Z] [2021-04-07T23:01:29.421Z] ---> free -m: [2021-04-07T23:01:29.421Z] total used free shared buff/cache available [2021-04-07T23:01:29.421Z] Mem: 1837 699 110 0 1028 1033 [2021-04-07T23:01:29.421Z] Swap: 1023 1 1022 [2021-04-07T23:01:29.421Z] [2021-04-07T23:01:29.421Z] [2021-04-07T23:01:29.421Z] ---> ip addr: [2021-04-07T23:01:29.421Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-07T23:01:29.421Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-07T23:01:29.421Z] inet 127.0.0.1/8 scope host lo [2021-04-07T23:01:29.421Z] valid_lft forever preferred_lft forever [2021-04-07T23:01:29.421Z] inet6 ::1/128 scope host [2021-04-07T23:01:29.421Z] valid_lft forever preferred_lft forever [2021-04-07T23:01:29.421Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-07T23:01:29.421Z] link/ether fa:16:3e:13:1d:0c brd ff:ff:ff:ff:ff:ff [2021-04-07T23:01:29.421Z] inet 10.30.123.179/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-07T23:01:29.421Z] valid_lft 86013sec preferred_lft 86013sec [2021-04-07T23:01:29.421Z] inet6 fe80::f816:3eff:fe13:1d0c/64 scope link [2021-04-07T23:01:29.421Z] valid_lft forever preferred_lft forever [2021-04-07T23:01:29.421Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-07T23:01:29.421Z] link/ether 02:42:68:85:64:3a brd ff:ff:ff:ff:ff:ff [2021-04-07T23:01:29.421Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-07T23:01:29.421Z] valid_lft forever preferred_lft forever [2021-04-07T23:01:29.421Z] inet6 fe80::42:68ff:fe85:643a/64 scope link [2021-04-07T23:01:29.421Z] valid_lft forever preferred_lft forever [2021-04-07T23:01:29.421Z] [2021-04-07T23:01:29.421Z] [2021-04-07T23:01:29.421Z] ---> sar -b -r -n DEV: [2021-04-07T23:01:29.421Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/07/21 _x86_64_ (4 CPU) [2021-04-07T23:01:29.421Z] [2021-04-07T23:01:29.421Z] 22:54:50 LINUX RESTART (4 CPU) [2021-04-07T23:01:29.421Z] [2021-04-07T23:01:29.421Z] 22:56:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-07T23:01:29.421Z] 22:57:01 3.51 0.02 3.50 0.00 0.53 117.08 0.00 [2021-04-07T23:01:29.421Z] 22:58:01 0.37 0.00 0.37 0.00 0.00 5.28 0.00 [2021-04-07T23:01:29.421Z] 22:59:01 0.18 0.00 0.18 0.00 0.00 2.30 0.00 [2021-04-07T23:01:29.421Z] 23:00:01 0.27 0.00 0.27 0.00 0.00 3.46 0.00 [2021-04-07T23:01:29.421Z] 23:01:01 5.04 4.76 0.28 0.00 854.07 4.64 0.00 [2021-04-07T23:01:29.421Z] Average: 1.87 0.96 0.92 0.00 170.96 26.56 0.00 [2021-04-07T23:01:29.421Z] [2021-04-07T23:01:29.421Z] 22:56:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-07T23:01:29.421Z] 22:57:01 152908 0 594708 31.61 2620 1131308 1073344 36.63 422116 1107752 12 [2021-04-07T23:01:29.421Z] 22:58:01 152664 0 594944 31.62 2620 1131316 1073432 36.63 429960 1100408 16 [2021-04-07T23:01:29.421Z] 22:59:01 152236 0 595368 31.64 2620 1131320 1073468 36.64 430280 1100404 12 [2021-04-07T23:01:29.421Z] 23:00:01 151020 0 596584 31.71 2620 1131320 1073396 36.63 435608 1096388 8 [2021-04-07T23:01:29.421Z] 23:01:01 107764 0 613896 32.63 2620 1157264 1103808 37.67 448692 1124336 68 [2021-04-07T23:01:29.421Z] Average: 143318 0 599100 31.84 2620 1136506 1079490 36.84 433331 1105858 23 [2021-04-07T23:01:29.421Z] [2021-04-07T23:01:29.421Z] 22:56:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-07T23:01:29.421Z] 22:57:01 eth0 0.45 0.08 0.02 0.02 0.00 0.00 0.00 0.00 [2021-04-07T23:01:29.421Z] 22:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T23:01:29.421Z] 22:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T23:01:29.421Z] 22:58:01 eth0 3.78 1.47 3.04 0.10 0.00 0.00 0.00 0.00 [2021-04-07T23:01:29.421Z] 22:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T23:01:29.421Z] 22:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T23:01:29.421Z] 22:59:01 eth0 1.28 0.53 0.58 0.39 0.00 0.00 0.00 0.00 [2021-04-07T23:01:29.421Z] 22:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T23:01:29.421Z] 22:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T23:01:29.421Z] 23:00:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-07T23:01:29.421Z] 23:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T23:01:29.421Z] 23:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T23:01:29.421Z] 23:01:01 eth0 3.60 2.18 3.49 1.18 0.00 0.00 0.00 0.00 [2021-04-07T23:01:29.421Z] 23:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T23:01:29.421Z] 23:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T23:01:29.421Z] Average: eth0 1.84 0.87 1.43 0.34 0.00 0.00 0.00 0.00 [2021-04-07T23:01:29.421Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T23:01:29.421Z] Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T23:01:29.421Z] [2021-04-07T23:01:29.421Z] [2021-04-07T23:01:29.421Z] ---> sar -P ALL: [2021-04-07T23:01:29.421Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/07/21 _x86_64_ (4 CPU) [2021-04-07T23:01:29.421Z] [2021-04-07T23:01:29.421Z] 22:54:50 LINUX RESTART (4 CPU) [2021-04-07T23:01:29.421Z] [2021-04-07T23:01:29.421Z] 22:56:01 CPU %user %nice %system %iowait %steal %idle [2021-04-07T23:01:29.421Z] 22:57:01 all 0.19 0.00 0.07 0.00 0.00 99.73 [2021-04-07T23:01:29.421Z] 22:57:01 0 0.48 0.00 0.05 0.00 0.02 99.45 [2021-04-07T23:01:29.421Z] 22:57:01 1 0.08 0.00 0.05 0.00 0.00 99.87 [2021-04-07T23:01:29.421Z] 22:57:01 2 0.08 0.00 0.10 0.00 0.00 99.82 [2021-04-07T23:01:29.421Z] 22:57:01 3 0.12 0.00 0.10 0.00 0.00 99.78 [2021-04-07T23:01:29.421Z] 22:58:01 all 0.20 0.00 0.23 0.00 0.01 99.55 [2021-04-07T23:01:29.421Z] 22:58:01 0 0.35 0.00 0.25 0.00 0.00 99.40 [2021-04-07T23:01:29.421Z] 22:58:01 1 0.08 0.00 0.25 0.00 0.02 99.65 [2021-04-07T23:01:29.421Z] 22:58:01 2 0.27 0.00 0.17 0.00 0.00 99.57 [2021-04-07T23:01:29.421Z] 22:58:01 3 0.12 0.00 0.27 0.00 0.02 99.60 [2021-04-07T23:01:29.421Z] 22:59:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-04-07T23:01:29.421Z] 22:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-07T23:01:29.421Z] 22:59:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-07T23:01:29.421Z] 22:59:01 2 0.50 0.00 0.03 0.00 0.00 99.47 [2021-04-07T23:01:29.421Z] 22:59:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-07T23:01:29.421Z] 23:00:01 all 0.16 0.00 0.05 0.00 0.00 99.78 [2021-04-07T23:01:29.421Z] 23:00:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-07T23:01:29.421Z] 23:00:01 1 0.03 0.00 0.08 0.00 0.00 99.88 [2021-04-07T23:01:29.421Z] 23:00:01 2 0.53 0.00 0.05 0.00 0.02 99.40 [2021-04-07T23:01:29.421Z] 23:00:01 3 0.07 0.00 0.07 0.00 0.00 99.87 [2021-04-07T23:01:29.421Z] 23:01:01 all 0.40 0.00 0.15 0.12 0.01 99.33 [2021-04-07T23:01:29.421Z] 23:01:01 0 0.53 0.00 0.12 0.00 0.00 99.35 [2021-04-07T23:01:29.421Z] 23:01:01 1 0.43 0.00 0.25 0.43 0.00 98.88 [2021-04-07T23:01:29.421Z] 23:01:01 2 0.32 0.00 0.08 0.02 0.00 99.58 [2021-04-07T23:01:29.421Z] 23:01:01 3 0.32 0.00 0.13 0.02 0.03 99.50 [2021-04-07T23:01:29.421Z] Average: all 0.22 0.00 0.11 0.02 0.00 99.64 [2021-04-07T23:01:29.421Z] Average: 0 0.28 0.00 0.09 0.00 0.00 99.63 [2021-04-07T23:01:29.421Z] Average: 1 0.13 0.00 0.13 0.09 0.00 99.64 [2021-04-07T23:01:29.421Z] Average: 2 0.34 0.00 0.09 0.00 0.00 99.57 [2021-04-07T23:01:29.421Z] Average: 3 0.13 0.00 0.12 0.00 0.01 99.73 [2021-04-07T23:01:29.421Z] [2021-04-07T23:01:29.421Z] [2021-04-07T23:01:29.421Z]