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 22:55:37 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:55:37 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:55:37 ========================================================= 22:55:37 EdgeX Global Pipelines Version Info 22:55:37 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:55:39 ------------------- 22:55:39 stable info: 22:55:39 ------------------- 22:55:39 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:55:39 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 22:55:39 Message: update stable to v1.0.186 22:55:40 ------------------- 22:55:40 experimental info: 22:55:40 ------------------- 22:55:40 Commited By: **** collab-it+edgex@linuxfoundation.org 22:55:40 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 22:55:40 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:55:40 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-c-settings [Pipeline] echo 22:55:40 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-c [Pipeline] echo 22:55:40 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:55:40 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:55:41 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:55:41 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [Pipeline] echo 22:55:41 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = scripts/Dockerfile.alpine [Pipeline] echo 22:55:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = scripts/Dockerfile.alpine-base [Pipeline] echo 22:55:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:55:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-c [Pipeline] echo 22:55:41 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:55:41 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:55:41 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:55:41 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:55:41 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:55:42 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:55:42 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:55:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-336 [Pipeline] echo 22:55:42 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-336 [Pipeline] echo 22:55:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-336 [Pipeline] echo 22:55:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5e4acb00c66e0ce35279f23e94e1678bc3e8a705 [Pipeline] echo 22:55:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5e4acb0 [Pipeline] echo 22:55:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:55:42 provisioning config files... 22:55:42 copy managed file [device-sdk-c-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_PR-336@tmp/config2770552318144113885tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:55:43 ---> docker-login.sh 22:55:43 nexus3.edgexfoundry.org:10001 22:55:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:55:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:55:43 Configure a credential helper to remove this warning. See 22:55:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:55:43 22:55:43 Login Succeeded 22:55:43 nexus3.edgexfoundry.org:10002 22:55:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:55:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:55:43 Configure a credential helper to remove this warning. See 22:55:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:55:43 22:55:43 Login Succeeded 22:55:43 nexus3.edgexfoundry.org:10003 22:55:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:55:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:55:44 Configure a credential helper to remove this warning. See 22:55:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:55:44 22:55:44 Login Succeeded 22:55:44 nexus3.edgexfoundry.org:10004 22:55:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:55:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:55:44 Configure a credential helper to remove this warning. See 22:55:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:55:44 22:55:44 Login Succeeded 22:55:44 docker.io 22:55:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:55:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:55:44 Configure a credential helper to remove this warning. See 22:55:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:55:44 22:55:44 Login Succeeded 22:55:44 ---> docker-login.sh ends [Pipeline] } 22:55:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 22:55:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:55:46 22:55:46 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:55:46 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:55:46 latest: Pulling from edgex-devops/git-semver 22:55:46 31603596830f: Pulling fs layer 22:55:46 2a8b12db71e7: Pulling fs layer 22:55:46 6ca5941a6612: Pulling fs layer 22:55:46 ecc8261a40a4: Pulling fs layer 22:55:46 ecc8261a40a4: Waiting 22:55:46 2a8b12db71e7: Verifying Checksum 22:55:46 2a8b12db71e7: Download complete 22:55:46 31603596830f: Verifying Checksum 22:55:46 31603596830f: Download complete 22:55:46 ecc8261a40a4: Verifying Checksum 22:55:46 ecc8261a40a4: Download complete 22:55:46 6ca5941a6612: Verifying Checksum 22:55:46 6ca5941a6612: Download complete 22:55:47 31603596830f: Pull complete 22:55:47 2a8b12db71e7: Pull complete 22:55:48 6ca5941a6612: Pull complete 22:55:48 ecc8261a40a4: Pull complete 22:55:48 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:55:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:55:48 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:55:48 prd-centos7-docker-4c-2g-33210 does not seem to be running inside a container 22:55:48 $ 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 22:55:50 $ docker top 63fe2327c79a839328bd7a67c5a11459817299e8381c58e3894e2ea43c9bb1f3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:55:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:55:51 [ssh-agent] Looking for ssh-agent implementation... 22:55:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:55:51 $ docker exec 63fe2327c79a839328bd7a67c5a11459817299e8381c58e3894e2ea43c9bb1f3 ssh-agent 22:55:51 SSH_AUTH_SOCK=/tmp/ssh-4ablqmJAFr6x/agent.12 22:55:51 SSH_AGENT_PID=18 22:55:51 Running ssh-add (command line suppressed) 22:55:51 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) 22:55:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:55:51 + git tag --points-at HEAD [Pipeline] } 22:55:52 $ docker exec --env ******** --env ******** 63fe2327c79a839328bd7a67c5a11459817299e8381c58e3894e2ea43c9bb1f3 ssh-agent -k 22:55:52 unset SSH_AUTH_SOCK; 22:55:52 unset SSH_AGENT_PID; 22:55:52 echo Agent pid 18 killed; 22:55:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:55:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:55:52 [ssh-agent] Looking for ssh-agent implementation... 22:55:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:55:52 $ docker exec 63fe2327c79a839328bd7a67c5a11459817299e8381c58e3894e2ea43c9bb1f3 ssh-agent 22:55:52 SSH_AUTH_SOCK=/tmp/ssh-Va0KnznGw5We/agent.46 22:55:52 SSH_AGENT_PID=51 22:55:52 Running ssh-add (command line suppressed) 22:55:52 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) 22:55:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:55:53 + git semver init 22:55:53 # -> Open(): unable to determine branch for HEAD 22:55:53 # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_PR-336/.git 22:55:53 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_PR-336 22:55:53 # $SEMVER_REMOTE_NAME = origin 22:55:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:55:53 # $SEMVER_USER_NAME = edgex-jenkins 22:55:53 # $SEMVER_BRANCH = PR-336 22:55:53 # $SEMVER_TEMP = /tmp/semver-428685113 22:55:53 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-c.git $SEMVER_TEMP 22:55:53 # '/tmp/semver-428685113' -> '/w/workspace/edgexfoundry_device-sdk-c_PR-336/.semver' 22:55:53 # -> Force: false 22:55:53 # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_PR-336/.semver [Pipeline] } 22:55:53 $ docker exec --env ******** --env ******** 63fe2327c79a839328bd7a67c5a11459817299e8381c58e3894e2ea43c9bb1f3 ssh-agent -k 22:55:54 unset SSH_AUTH_SOCK; 22:55:54 unset SSH_AGENT_PID; 22:55:54 echo Agent pid 51 killed; 22:55:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:55:54 + git semver [Pipeline] } 22:55:54 $ docker stop --time=1 63fe2327c79a839328bd7a67c5a11459817299e8381c58e3894e2ea43c9bb1f3 22:55:56 $ docker rm -f 63fe2327c79a839328bd7a67c5a11459817299e8381c58e3894e2ea43c9bb1f3 [Pipeline] // withDockerContainer [Pipeline] sh 22:55:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:55:56 Stashed 1 file(s) [Pipeline] echo 22:55:56 [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 22:56:12 Still waiting to schedule task 22:56:12 Waiting for next available executor on ‘centos7-docker-4c-2g’ 22:56:12 Still waiting to schedule task 22:56:12 ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline 22:58:04 Running on prd-ubuntu18.04-docker-arm64-4c-16g-33211 in /w/workspace/edgexfoundry_device-sdk-c_PR-336 [Pipeline] { [Pipeline] ws 22:58:04 Running in /w/workspace/device-sdk-c/2 [Pipeline] { [Pipeline] checkout 22:58:09 using credential edgex-jenkins-ssh 22:58:09 Cloning the remote Git repository 22:58:09 Cloning repository git@github.com:edgexfoundry/device-sdk-c.git 22:58:09 > git init /w/workspace/device-sdk-c/2 # timeout=10 22:58:09 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git 22:58:09 > git --version # timeout=10 22:58:09 > git --version # 'git version 2.17.1' 22:58:09 using GIT_SSH to set credentials SSH Credentials for GitHub 22:58:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:58:11 Merging remotes/origin/master commit 3a634a1c00d95d9219bb951cd4c22fd9c49f79ac into PR head commit 20530e72b6a502cd03c485f6b7c419dd94dc5744 22:58:11 Merge succeeded, producing 198d49b68176bde591530ceba76525d04036efb2 22:58:11 Checking out Revision 198d49b68176bde591530ceba76525d04036efb2 (PR-336) 22:58:10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 22:58:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:58:10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 22:58:10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git 22:58:10 using GIT_SSH to set credentials SSH Credentials for GitHub 22:58:10 > 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 22:58:11 > git config core.sparsecheckout # timeout=10 22:58:11 > git checkout -f 20530e72b6a502cd03c485f6b7c419dd94dc5744 # timeout=10 22:58:11 > git remote # timeout=10 22:58:11 > git config --get remote.origin.url # timeout=10 22:58:11 using GIT_SSH to set credentials SSH Credentials for GitHub 22:58:11 > git merge 3a634a1c00d95d9219bb951cd4c22fd9c49f79ac # timeout=10 22:58:11 > git rev-parse HEAD^{commit} # timeout=10 22:58:11 > git config core.sparsecheckout # timeout=10 22:58:11 > git checkout -f 198d49b68176bde591530ceba76525d04036efb2 # timeout=10 22:58:16 Commit message: "Merge commit '3a634a1c00d95d9219bb951cd4c22fd9c49f79ac' into HEAD" 22:58:16 > git rev-list --no-walk 20530e72b6a502cd03c485f6b7c419dd94dc5744 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:58:18 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:58:18 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:58:18 + + true 22:58:18 sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:58:21 provisioning config files... 22:58:21 copy managed file [device-sdk-c-settings] to file:/w/workspace/device-sdk-c/2@tmp/config9023662812078368717tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:58:22 ---> docker-login.sh 22:58:22 nexus3.edgexfoundry.org:10001 22:58:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:58:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:58:23 Configure a credential helper to remove this warning. See 22:58:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:58:23 22:58:23 Login Succeeded 22:58:23 nexus3.edgexfoundry.org:10002 22:58:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:58:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:58:23 Configure a credential helper to remove this warning. See 22:58:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:58:23 22:58:23 Login Succeeded 22:58:23 nexus3.edgexfoundry.org:10003 22:58:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:58:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:58:24 Configure a credential helper to remove this warning. See 22:58:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:58:24 22:58:24 Login Succeeded 22:58:24 nexus3.edgexfoundry.org:10004 22:58:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:58:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:58:24 Configure a credential helper to remove this warning. See 22:58:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:58:24 22:58:24 Login Succeeded 22:58:24 docker.io 22:58:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:58:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:58:25 Configure a credential helper to remove this warning. See 22:58:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:58:25 22:58:25 Login Succeeded 22:58:25 ---> docker-login.sh ends [Pipeline] } 22:58:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:58:25 ========================================================= 22:58:25 [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] 22:58:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:58:26 + 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 . 22:58:26 Sending build context to Docker daemon 2.529MB 22:58:26 Step 1/21 : ARG BASE=alpine:3.12 22:58:26 Step 2/21 : FROM ${BASE} as builder 22:58:26 latest: Pulling from edgex-devops/edgex-gcc-base-arm64 22:58:26 0362ad1dd800: Pulling fs layer 22:58:26 f2cdb1532d8b: Pulling fs layer 22:58:26 37ed683be191: Pulling fs layer 22:58:26 f2cdb1532d8b: Verifying Checksum 22:58:26 f2cdb1532d8b: Download complete 22:58:27 0362ad1dd800: Verifying Checksum 22:58:28 0362ad1dd800: Pull complete 22:58:28 f2cdb1532d8b: Pull complete 22:58:30 37ed683be191: Verifying Checksum 22:58:30 37ed683be191: Download complete 22:58:34 Running on prd-centos7-docker-4c-2g-33212 in /w/workspace/edgexfoundry_device-sdk-c_PR-336 [Pipeline] { [Pipeline] ws 22:58:35 Running in /w/workspace/device-sdk-c/2 [Pipeline] { [Pipeline] checkout 22:58:37 using credential edgex-jenkins-ssh 22:58:37 Cloning the remote Git repository 22:58:38 37ed683be191: Pull complete 22:58:38 Digest: sha256:f3a502aba7c4a8aa4a4fcde21dbb9db33787f3779e80dd14fb3ea60ab67de23f 22:58:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest 22:58:38 ---> b23d30803547 22:58:38 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 22:58:37 Cloning repository git@github.com:edgexfoundry/device-sdk-c.git 22:58:37 > git init /w/workspace/device-sdk-c/2 # timeout=10 22:58:37 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git 22:58:37 > git --version # timeout=10 22:58:37 > git --version # 'git version 2.24.3' 22:58:37 using GIT_SSH to set credentials SSH Credentials for GitHub 22:58:37 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:58:38 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 22:58:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:58:38 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 22:58:38 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git 22:58:38 using GIT_SSH to set credentials SSH Credentials for GitHub 22:58:38 > 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 22:58:39 Merging remotes/origin/master commit 3a634a1c00d95d9219bb951cd4c22fd9c49f79ac into PR head commit 20530e72b6a502cd03c485f6b7c419dd94dc5744 22:58:39 Merge succeeded, producing 02443c808697f2191c625fd375ae3bf7871eefd5 22:58:39 Checking out Revision 02443c808697f2191c625fd375ae3bf7871eefd5 (PR-336) 22:58:39 > git config core.sparsecheckout # timeout=10 22:58:39 > git checkout -f 20530e72b6a502cd03c485f6b7c419dd94dc5744 # timeout=10 22:58:39 > git remote # timeout=10 22:58:39 > git config --get remote.origin.url # timeout=10 22:58:39 using GIT_SSH to set credentials SSH Credentials for GitHub 22:58:39 > git merge 3a634a1c00d95d9219bb951cd4c22fd9c49f79ac # timeout=10 22:58:39 > git rev-parse HEAD^{commit} # timeout=10 22:58:39 > git config core.sparsecheckout # timeout=10 22:58:39 > git checkout -f 02443c808697f2191c625fd375ae3bf7871eefd5 # timeout=10 22:58:41 ---> Running in a20ea85f2154 22:58:42 fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz 22:58:42 fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz 22:58:43 Commit message: "Merge commit '3a634a1c00d95d9219bb951cd4c22fd9c49f79ac' into HEAD" 22:58:43 (1/8) Installing ncurses-dev (6.1_p20190105-r0) 22:58:43 (2/8) Installing libuuid (2.33-r0) 22:58:43 > git rev-list --no-walk 20530e72b6a502cd03c485f6b7c419dd94dc5744 # timeout=10 22:58:43 (3/8) Installing libblkid (2.33-r0) 22:58:43 (4/8) Installing libfdisk (2.33-r0) 22:58:43 (5/8) Installing libmount (2.33-r0) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 22:58:43 (6/8) Installing libsmartcols (2.33-r0) 22:58:43 (7/8) Installing util-linux-dev (2.33-r0) [Pipeline] sh 22:58:44 (8/8) Installing wget (1.20.3-r0) 22:58:44 Executing busybox-1.29.3-r10.trigger 22:58:44 OK: 285 MiB in 83 packages 22:58:44 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:58:45 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:58:45 + sudo service docker restart 22:58:45 + true 22:58:45 Redirecting to /bin/systemctl restart docker.service 22:58:45 Removing intermediate container a20ea85f2154 22:58:45 ---> 03cae535614e 22:58:45 Step 4/21 : ENV CBOR_VERSION=0.5.0 22:58:45 ---> Running in 24bc0716ea40 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:58:46 provisioning config files... 22:58:46 copy managed file [device-sdk-c-settings] to file:/w/workspace/device-sdk-c/2@tmp/config4554995137383816564tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:58:46 Removing intermediate container 24bc0716ea40 22:58:46 ---> 39eff6469f37 22:58:46 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 22:58:46 ---> Running in b0dbb010f9c7 22:58:46 ---> docker-login.sh 22:58:46 nexus3.edgexfoundry.org:10001 22:58:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:58:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:58:46 Configure a credential helper to remove this warning. See 22:58:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:58:46 22:58:46 Login Succeeded 22:58:46 nexus3.edgexfoundry.org:10002 22:58:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:58:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:58:47 Configure a credential helper to remove this warning. See 22:58:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:58:47 22:58:47 Login Succeeded 22:58:47 nexus3.edgexfoundry.org:10003 22:58:47 --2021-04-07 22:58:47-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz 22:58:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:58:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:58:47 Configure a credential helper to remove this warning. See 22:58:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:58:47 22:58:47 Login Succeeded 22:58:47 nexus3.edgexfoundry.org:10004 22:58:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:58:47 Resolving github.com... 140.82.114.4 22:58:47 Connecting to github.com|140.82.114.4|:443... connected. 22:58:47 HTTP request sent, awaiting response... 302 Found 22:58:47 Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] 22:58:47 --2021-04-07 22:58:47-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 22:58:47 Resolving codeload.github.com... 140.82.113.10 22:58:47 Connecting to codeload.github.com|140.82.113.10|:443... connected. 22:58:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:58:47 Configure a credential helper to remove this warning. See 22:58:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:58:47 22:58:47 Login Succeeded 22:58:47 docker.io 22:58:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:58:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:58:48 Configure a credential helper to remove this warning. See 22:58:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:58:48 22:58:48 Login Succeeded 22:58:48 ---> docker-login.sh ends 22:58:48 HTTP request sent, awaiting response... 200 OK 22:58:48 Length: unspecified [application/x-gzip] 22:58:48 Saving to: 'STDOUT' 22:58:48 22:58:48 0K .......... .......... .......... .......... .......... 1.22M 22:58:48 50K .......... .......... .......... .......... .......... 2.30M 22:58:48 100K .......... .......... .......... .......... .......... 14.2M 22:58:48 150K .......... .......... .......... .......... .......... 2.80M 22:58:48 200K .......... .......... .......... .......... .......... 12.3M 22:58:48 250K .......... .......... .......... .......... .......... 3.91M 22:58:48 300K .......... .......... .......... .......... .......... 4.96M 22:58:48 350K .......... .......... .......... .......... .......... 5.00M 22:58:48 400K .......... .......... .......... .......... .......... 3.96M 22:58:48 450K .......... .......... .......... .......... .......... 3.32M 22:58:48 500K .......... .......... .......... .......... .......... 8.09M 22:58:48 550K .......... .......... .......... .......... .......... 2.82M [Pipeline] } 22:58:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 22:58:48 600K .......... .......... .......... .......... .......... 872K 22:58:48 650K .......... .......... .......... .......... .......... 2.71M 22:58:48 700K ..  11.7M=0.2s 22:58:48 22:58:48 2021-04-07 22:58:48 (2.81 MB/s) - written to stdout [719348] 22:58:48 [Pipeline] echo 22:58:48 ========================================================= 22:58:48 [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] 22:58:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:58:48 -- The C compiler identification is GNU 8.3.0 22:58:48 + 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 . 22:58:48 Sending build context to Docker daemon 2.53MB 22:58:48 Step 1/21 : ARG BASE=alpine:3.12 22:58:48 Step 2/21 : FROM ${BASE} as builder 22:58:48 -- The CXX compiler identification is GNU 8.3.0 22:58:48 -- Check for working C compiler: /usr/bin/cc 22:58:49 latest: Pulling from edgex-devops/edgex-gcc-base 22:58:49 e7c96db7181b: Pulling fs layer 22:58:49 4c13bbce0fe7: Pulling fs layer 22:58:49 6059c847ac2f: Pulling fs layer 22:58:49 4c13bbce0fe7: Verifying Checksum 22:58:49 4c13bbce0fe7: Download complete 22:58:49 -- Check for working C compiler: /usr/bin/cc -- works 22:58:49 -- Detecting C compiler ABI info 22:58:49 e7c96db7181b: Verifying Checksum 22:58:49 e7c96db7181b: Download complete 22:58:49 -- Detecting C compiler ABI info - done 22:58:49 -- Detecting C compile features 22:58:49 e7c96db7181b: Pull complete 22:58:49 4c13bbce0fe7: Pull complete 22:58:50 -- Detecting C compile features - done 22:58:50 -- Check for working CXX compiler: /usr/bin/c++ 22:58:50 -- Check for working CXX compiler: /usr/bin/c++ -- works 22:58:50 -- Detecting CXX compiler ABI info 22:58:50 -- Detecting CXX compiler ABI info - done 22:58:50 -- Detecting CXX compile features 22:58:50 6059c847ac2f: Download complete 22:58:52 -- Detecting CXX compile features - done 22:58:52 -- Looking for include file endian.h 22:58:52 -- Looking for include file endian.h - found 22:58:52 -- Check if the system is big endian 22:58:52 -- Searching 16 bit integer 22:58:52 -- Looking for sys/types.h 22:58:52 -- Looking for sys/types.h - found 22:58:52 -- Looking for stdint.h 22:58:52 -- Looking for stdint.h - found 22:58:52 -- Looking for stddef.h 22:58:53 -- Looking for stddef.h - found 22:58:53 -- Check size of unsigned short 22:58:53 -- Check size of unsigned short - done 22:58:53 -- Using unsigned short 22:58:53 -- Check if the system is big endian - little endian 22:58:53 -- Check size of size_t 22:58:53 -- Check size of size_t - done 22:58:53 CMake Warning at examples/CMakeLists.txt:16 (find_package): 22:58:53 By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has 22:58:53 asked CMake to find a package configuration file provided by "cJSON", but 22:58:53 CMake did not find one. 22:58:53 22:58:53 Could not find a package configuration file provided by "cJSON" with any of 22:58:53 the following names: 22:58:53 22:58:53 cJSONConfig.cmake 22:58:53 cjson-config.cmake 22:58:53 22:58:53 Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set 22:58:53 "cJSON_DIR" to a directory containing one of the above files. If "cJSON" 22:58:53 provides a separate development package or SDK, be sure it has been 22:58:53 installed. 22:58:53 22:58:53 22:58:53 -- Configuring done 22:58:54 -- Generating done 22:58:54 -- Build files have been written to: /tmp/cbor 22:58:54 Scanning dependencies of target cbor_shared 22:58:54 [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o 22:58:55 [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o 22:58:55 [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o 22:58:55 [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o 22:58:56 6059c847ac2f: Pull complete 22:58:56 Digest: sha256:6b5104d086ae1e5e8a284a473be9a93378e3934f9b07db5717372c857cbcbe5e 22:58:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest 22:58:56 ---> 5eabd8fd8ba2 22:58:56 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 22:58:56 [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o 22:58:56 [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o 22:58:56 ---> Running in 08f6fcb74c56 22:58:56 [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o 22:58:56 [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o 22:58:57 [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o 22:58:57 [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o 22:58:57 fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz 22:58:58 [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o 22:58:58 fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz 22:58:58 [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o 22:58:58 (1/8) Installing ncurses-dev (6.1_p20190105-r0) 22:58:58 (2/8) Installing libuuid (2.33-r0) 22:58:58 [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o 22:58:58 (3/8) Installing libblkid (2.33-r0) 22:58:58 (4/8) Installing libfdisk (2.33-r0) 22:58:58 (5/8) Installing libmount (2.33-r0) 22:58:59 (6/8) Installing libsmartcols (2.33-r0) 22:58:59 (7/8) Installing util-linux-dev (2.33-r0) 22:58:59 [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o 22:58:59 [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o 22:58:59 [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o 22:58:59 (8/8) Installing wget (1.20.3-r0) 22:58:59 Executing busybox-1.29.3-r10.trigger 22:58:59 OK: 272 MiB in 83 packages 22:58:59 [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o 22:58:59 [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o 22:59:00 Removing intermediate container 08f6fcb74c56 22:59:00 ---> b60124feb17b 22:59:00 Step 4/21 : ENV CBOR_VERSION=0.5.0 22:59:00 ---> Running in 7919a677917e 22:59:00 Removing intermediate container 7919a677917e 22:59:00 ---> 3ece71f4c433 22:59:00 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 22:59:00 [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o 22:59:00 ---> Running in 3b498821dd6c 22:59:00 [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o 22:59:00 [ 40%] Linking C shared library libcbor.so 22:59:00 [ 40%] Built target cbor_shared 22:59:00 Scanning dependencies of target cbor 22:59:00 [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o 22:59:01 --2021-04-07 22:59:00-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz 22:59:01 Resolving github.com... 140.82.114.4 22:59:01 Connecting to github.com|140.82.114.4|:443... connected. 22:59:01 HTTP request sent, awaiting response... 302 Found 22:59:01 Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] 22:59:01 --2021-04-07 22:59:01-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 22:59:01 Resolving codeload.github.com... 140.82.113.10 22:59:01 Connecting to codeload.github.com|140.82.113.10|:443... connected. 22:59:01 HTTP request sent, awaiting response... 200 OK 22:59:01 Length: unspecified [application/x-gzip] 22:59:01 Saving to: 'STDOUT' 22:59:01  22:59:01 0K .......... .......... .......... .......... .......... 1.54M 22:59:01 50K .......... .......... .......... .......... .......... 7.13M 22:59:01 100K .......... .......... .......... .......... .......... 4.82M 22:59:01 150K .......... .......... .......... .......... .......... 57.0M 22:59:01 200K .......... .......... .......... .......... .......... 3.35M 22:59:01 250K .......... .......... .......... .......... .......... 21.9M 22:59:01 300K .......... .......... .......... .......... .......... 9.45M 22:59:01 350K .......... .......... .......... .......... .......... 11.8M 22:59:01 400K .......... .......... .......... .......... .......... 8.63M 22:59:01 450K .......... .......... .......... .......... .......... 9.44M 22:59:01 500K .......... .......... .......... .......... .......... 23.7M 22:59:01 550K .......... .......... .......... .......... .......... 4.25M 22:59:01 600K .......... .......... .......... .......... .......... 2.61M 22:59:01 650K .......... .......... .......... .......... .......... 4.51M 22:59:01 700K .. 53.2M=0.1s 22:59:01 22:59:01 2021-04-07 22:59:01 (5.30 MB/s) - written to stdout [719348] 22:59:01 22:59:01 -- The C compiler identification is GNU 8.3.0 22:59:01 -- The CXX compiler identification is GNU 8.3.0 22:59:01 -- Check for working C compiler: /usr/bin/cc 22:59:01 -- Check for working C compiler: /usr/bin/cc -- works 22:59:01 -- Detecting C compiler ABI info 22:59:01 -- Detecting C compiler ABI info - done 22:59:01 -- Detecting C compile features 22:59:01 [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o 22:59:01 -- Detecting C compile features - done 22:59:01 -- Check for working CXX compiler: /usr/bin/c++ 22:59:02 -- Check for working CXX compiler: /usr/bin/c++ -- works 22:59:02 -- Detecting CXX compiler ABI info 22:59:02 -- Detecting CXX compiler ABI info - done 22:59:02 -- Detecting CXX compile features 22:59:02 [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o 22:59:02 [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o 22:59:02 -- Detecting CXX compile features - done 22:59:02 -- Looking for include file endian.h 22:59:02 -- Looking for include file endian.h - found 22:59:02 -- Check if the system is big endian 22:59:02 -- Searching 16 bit integer 22:59:02 -- Looking for sys/types.h 22:59:02 -- Looking for sys/types.h - found 22:59:02 -- Looking for stdint.h 22:59:02 -- Looking for stdint.h - found 22:59:02 -- Looking for stddef.h 22:59:03 -- Looking for stddef.h - found 22:59:03 -- Check size of unsigned short 22:59:03 -- Check size of unsigned short - done 22:59:03 -- Using unsigned short 22:59:03 -- Check if the system is big endian - little endian 22:59:03 -- Check size of size_t 22:59:03 -- Check size of size_t - done 22:59:03 CMake Warning at examples/CMakeLists.txt:16 (find_package): 22:59:03 By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has 22:59:03 asked CMake to find a package configuration file provided by "cJSON", but 22:59:03 CMake did not find one. 22:59:03 22:59:03 Could not find a package configuration file provided by "cJSON" with any of 22:59:03 the following names: 22:59:03 22:59:03 cJSONConfig.cmake 22:59:03 cjson-config.cmake 22:59:03 22:59:03 Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set 22:59:03 "cJSON_DIR" to a directory containing one of the above files. If "cJSON" 22:59:03 provides a separate development package or SDK, be sure it has been 22:59:03 installed. 22:59:03 22:59:03 22:59:03 -- Configuring done 22:59:03 -- Generating done 22:59:03 -- Build files have been written to: /tmp/cbor 22:59:03 Scanning dependencies of target cbor_shared 22:59:03 [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o 22:59:03 [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o 22:59:03 [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o 22:59:03 [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o 22:59:03 [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o 22:59:03 [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o 22:59:03 [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o 22:59:03 [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o 22:59:04 [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o 22:59:04 [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o 22:59:04 [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o 22:59:04 [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o 22:59:04 [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o 22:59:04 [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o 22:59:04 [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o 22:59:04 [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o 22:59:04 [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o 22:59:04 [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o 22:59:04 [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o 22:59:04 [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o 22:59:04 [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o 22:59:04 [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o 22:59:04 [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o 22:59:04 [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o 22:59:04 [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o 22:59:05 [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o 22:59:05 [ 40%] Linking C shared library libcbor.so 22:59:05 [ 40%] Built target cbor_shared 22:59:05 Scanning dependencies of target cbor 22:59:05 [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o 22:59:05 [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o 22:59:05 [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o 22:59:05 [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o 22:59:05 [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o 22:59:05 [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o 22:59:05 [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o 22:59:05 [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o 22:59:05 [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o 22:59:05 [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o 22:59:06 [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o 22:59:06 [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o 22:59:06 [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o 22:59:06 [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o 22:59:06 [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o 22:59:06 [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o 22:59:06 [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o 22:59:06 [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o 22:59:06 [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o 22:59:06 [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o 22:59:06 [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o 22:59:06 [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o 22:59:06 [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o 22:59:06 [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o 22:59:06 [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o 22:59:07 [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o 22:59:07 [ 80%] Linking C static library libcbor.a 22:59:07 [ 80%] Built target cbor 22:59:07 Scanning dependencies of target create_items 22:59:07 [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o 22:59:07 [ 84%] Linking C executable create_items 22:59:07 [ 84%] Built target create_items 22:59:07 Scanning dependencies of target readfile 22:59:07 [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o 22:59:07 [ 88%] Linking C executable readfile 22:59:07 [ 88%] Built target readfile 22:59:07 Scanning dependencies of target streaming_parser 22:59:07 [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o 22:59:07 [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o 22:59:07 [ 92%] Linking C executable streaming_parser 22:59:07 [ 92%] Built target streaming_parser 22:59:07 Scanning dependencies of target sort 22:59:07 [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o 22:59:07 [ 96%] Linking C executable sort 22:59:07 [ 96%] Built target sort 22:59:07 Scanning dependencies of target hello 22:59:07 [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o 22:59:07 [100%] Linking C executable hello 22:59:07 [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o 22:59:07 [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o 22:59:07 [100%] Built target hello 22:59:07 Install the project... 22:59:07 -- Install configuration: "Release" 22:59:07 -- Installing: /usr/local/include/cbor/configuration.h 22:59:07 -- Installing: /usr/local/lib64/libcbor.a 22:59:07 -- Installing: /usr/local/lib64/libcbor.so.0.0.0 22:59:07 -- Installing: /usr/local/lib64/libcbor.so.0 22:59:07 -- Installing: /usr/local/lib64/libcbor.so 22:59:07 -- Up-to-date: /usr/local/include/cbor 22:59:07 -- Installing: /usr/local/include/cbor/arrays.h 22:59:07 -- Installing: /usr/local/include/cbor/bytestrings.h 22:59:07 -- Installing: /usr/local/include/cbor/callbacks.h 22:59:07 -- Installing: /usr/local/include/cbor/common.h 22:59:07 -- Installing: /usr/local/include/cbor/data.h 22:59:07 -- Installing: /usr/local/include/cbor/encoding.h 22:59:07 -- Installing: /usr/local/include/cbor/floats_ctrls.h 22:59:07 -- Installing: /usr/local/include/cbor/internal 22:59:07 -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h 22:59:07 -- Installing: /usr/local/include/cbor/internal/encoders.h 22:59:07 -- Installing: /usr/local/include/cbor/internal/loaders.h 22:59:07 -- Installing: /usr/local/include/cbor/internal/memory_utils.h 22:59:07 -- Installing: /usr/local/include/cbor/internal/stack.h 22:59:07 -- Installing: /usr/local/include/cbor/internal/unicode.h 22:59:07 -- Installing: /usr/local/include/cbor/ints.h 22:59:07 -- Installing: /usr/local/include/cbor/maps.h 22:59:07 -- Installing: /usr/local/include/cbor/serialization.h 22:59:07 -- Installing: /usr/local/include/cbor/streaming.h 22:59:07 -- Installing: /usr/local/include/cbor/strings.h 22:59:07 -- Installing: /usr/local/include/cbor/tags.h 22:59:07 -- Installing: /usr/local/include/cbor.h 22:59:07 -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc 22:59:08 [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o 22:59:08 [ 80%] Linking C static library libcbor.a 22:59:08 [ 80%] Built target cbor 22:59:08 Scanning dependencies of target create_items 22:59:08 [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o 22:59:08 [ 84%] Linking C executable create_items 22:59:08 [ 84%] Built target create_items 22:59:08 Scanning dependencies of target readfile 22:59:08 [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o 22:59:08 [ 88%] Linking C executable readfile 22:59:09 [ 88%] Built target readfile 22:59:09 Scanning dependencies of target streaming_parser 22:59:09 [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o 22:59:09 [ 92%] Linking C executable streaming_parser 22:59:09 [ 92%] Built target streaming_parser 22:59:09 Scanning dependencies of target sort 22:59:09 [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o 22:59:09 [ 96%] Linking C executable sort 22:59:09 [ 96%] Built target sort 22:59:09 Scanning dependencies of target hello 22:59:09 [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o 22:59:09 [100%] Linking C executable hello 22:59:09 [100%] Built target hello 22:59:09 Install the project... 22:59:09 -- Install configuration: "Release" 22:59:10 -- Installing: /usr/local/include/cbor/configuration.h 22:59:10 -- Installing: /usr/local/lib64/libcbor.a 22:59:10 -- Installing: /usr/local/lib64/libcbor.so.0.0.0 22:59:10 -- Installing: /usr/local/lib64/libcbor.so.0 22:59:10 -- Installing: /usr/local/lib64/libcbor.so 22:59:10 -- Up-to-date: /usr/local/include/cbor 22:59:10 -- Installing: /usr/local/include/cbor/streaming.h 22:59:10 -- Installing: /usr/local/include/cbor/ints.h 22:59:10 -- Installing: /usr/local/include/cbor/floats_ctrls.h 22:59:10 -- Installing: /usr/local/include/cbor/bytestrings.h 22:59:10 -- Installing: /usr/local/include/cbor/encoding.h 22:59:10 -- Installing: /usr/local/include/cbor/serialization.h 22:59:10 -- Installing: /usr/local/include/cbor/data.h 22:59:10 -- Installing: /usr/local/include/cbor/common.h 22:59:10 -- Installing: /usr/local/include/cbor/callbacks.h 22:59:10 -- Installing: /usr/local/include/cbor/strings.h 22:59:10 -- Installing: /usr/local/include/cbor/tags.h 22:59:10 -- Installing: /usr/local/include/cbor/internal 22:59:10 -- Installing: /usr/local/include/cbor/internal/encoders.h 22:59:10 -- Installing: /usr/local/include/cbor/internal/loaders.h 22:59:10 -- Installing: /usr/local/include/cbor/internal/stack.h 22:59:10 -- Installing: /usr/local/include/cbor/internal/unicode.h 22:59:10 -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h 22:59:10 -- Installing: /usr/local/include/cbor/internal/memory_utils.h 22:59:10 -- Installing: /usr/local/include/cbor/arrays.h 22:59:10 -- Installing: /usr/local/include/cbor/maps.h 22:59:10 -- Installing: /usr/local/include/cbor.h 22:59:10 -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc 22:59:10 Removing intermediate container 3b498821dd6c 22:59:10 ---> 42097b2513e4 22:59:10 Step 6/21 : RUN mkdir /tmp/sdk 22:59:10 ---> Running in 729a044165bc 22:59:10 Removing intermediate container 729a044165bc 22:59:10 ---> 52446883a4f9 22:59:10 Step 7/21 : COPY VERSION /tmp/sdk 22:59:10 ---> 5e73b80e59be 22:59:10 Step 8/21 : COPY src /tmp/sdk/src 22:59:11 ---> f104cf776e09 22:59:11 Step 9/21 : COPY include /tmp/sdk/include 22:59:11 ---> 7c1ad999e55a 22:59:11 Step 10/21 : COPY scripts /tmp/sdk/scripts 22:59:12 Removing intermediate container b0dbb010f9c7 22:59:12 ---> f78110288720 22:59:12 Step 6/21 : RUN mkdir /tmp/sdk 22:59:12 ---> bce36001660d 22:59:12 Step 11/21 : COPY LICENSE /tmp/sdk 22:59:12 ---> Running in 83b183dce47d 22:59:12 ---> fdf00aa7e6d4 22:59:12 Step 12/21 : COPY Attribution.txt /tmp/sdk 22:59:12 ---> 3b5cd017d64f 22:59:12 Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install 22:59:12 ---> Running in 045942f5bdb2 22:59:13 + CPPCHECK=false 22:59:13 + DOCGEN=false 22:59:13 + TOMLVER=SDK-0.2 22:59:13 + CUTILVER=1.1.4 22:59:13 + '[' 0 -gt 0 ] 22:59:13 + readlink -f ./scripts/build.sh 22:59:13 + dirname /tmp/sdk/scripts/build.sh 22:59:13 + dirname /tmp/sdk/scripts 22:59:13 + ROOT=/tmp/sdk 22:59:13 + cd /tmp/sdk 22:59:13 + '[' '!' -d deps ] 22:59:13 + mkdir deps 22:59:13 + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz 22:59:13 + tar -C deps -z -x -f - 22:59:13 --2021-04-07 22:59:13-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz 22:59:13 Resolving github.com... 140.82.113.4 22:59:13 Connecting to github.com|140.82.113.4|:443... connected. 22:59:13 HTTP request sent, awaiting response... 302 Found 22:59:13 Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] 22:59:13 --2021-04-07 22:59:13-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 22:59:13 Resolving codeload.github.com... 140.82.113.10 22:59:13 Connecting to codeload.github.com|140.82.113.10|:443... connected. 22:59:13 HTTP request sent, awaiting response... 200 OK 22:59:13 Length: unspecified [application/x-gzip] 22:59:13 Saving to: 'STDOUT' 22:59:13  22:59:13 0K .......... ......  1.02M=0.02s 22:59:13 22:59:13 2021-04-07 22:59:13 (1.02 MB/s) - written to stdout [16451] 22:59:13 22:59:13 + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c 22:59:13 + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz 22:59:13 + tar -C deps -z -x -f - 22:59:13 --2021-04-07 22:59:13-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz 22:59:13 Resolving github.com... 140.82.113.4 22:59:13 Connecting to github.com|140.82.113.4|:443... connected. 22:59:13 HTTP request sent, awaiting response... 302 Found 22:59:13 Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 [following] 22:59:13 --2021-04-07 22:59:13-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 22:59:13 Resolving codeload.github.com... 140.82.113.10 22:59:13 Connecting to codeload.github.com|140.82.113.10|:443... connected. 22:59:13 HTTP request sent, awaiting response... 200 OK 22:59:13 Length: unspecified [application/x-gzip] 22:59:13 Saving to: 'STDOUT' 22:59:13  22:59:13 0K .......... .......... .......... .......... .......... 1.54M 22:59:14 50K .......... .......... .......... .......... .......... 3.11M 22:59:14 100K .......... .......... .......... .......... .......... 34.9M 22:59:14 150K .......... .......... ....... 2.61M=0.06s 22:59:14 22:59:14 2021-04-07 22:59:13 (2.93 MB/s) - written to stdout [181796] 22:59:14 22:59:14 + mkdir -p src/c/iot 22:59:14 + 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 22:59:14 + cp deps/iotech-c-utils-1.1.4/src/c/defs.h.in src/c/iot 22:59:14 + cp deps/iotech-c-utils-1.1.4/src/c/yxml.h src/c/iot 22:59:14 + cp deps/iotech-c-utils-1.1.4/VERSION src/c/iot 22:59:14 + mkdir -p include/iot 22:59:14 + 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 22:59:14 + mkdir -p include/iot/os 22:59:14 + 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 22:59:14 + mkdir -p /tmp/sdk/build/release 22:59:14 + cd /tmp/sdk/build/release 22:59:14 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src 22:59:14 -- The C compiler identification is GNU 8.3.0 22:59:14 -- Check for working C compiler: /usr/bin/cc 22:59:14 -- Check for working C compiler: /usr/bin/cc -- works 22:59:14 -- Detecting C compiler ABI info 22:59:14 -- Detecting C compiler ABI info - done 22:59:14 -- Detecting C compile features 22:59:14 Removing intermediate container 83b183dce47d 22:59:14 ---> 9ae73811c936 22:59:14 Step 7/21 : COPY VERSION /tmp/sdk 22:59:14 -- Detecting C compile features - done 22:59:14 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so 22:59:14 -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") 22:59:14 -- Found LIBYAML: /usr/lib/libyaml.so 22:59:14 -- Found LIBUUID: /usr/lib/libuuid.so 22:59:14 -- Found LIBCBOR: /usr/local/lib64/libcbor.so 22:59:14 -- C SDK 0.0.0 for Linux 22:59:14 -- Performing Test CSDK_HAVE_ATOMIC 22:59:14 -- Performing Test CSDK_HAVE_ATOMIC - Success 22:59:14 -- Found Curses: /usr/lib/libcurses.so 22:59:14 -- Configuring done 22:59:14 -- Generating done 22:59:14 -- Build files have been written to: /tmp/sdk/build/release 22:59:14 + make all package 22:59:14 + tee release.log 22:59:14 Scanning dependencies of target csdk 22:59:14 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o 22:59:14 [ 3%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o 22:59:14 ---> fb8d072e1829 22:59:14 Step 8/21 : COPY src /tmp/sdk/src 22:59:15 [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o 22:59:15 [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o 22:59:15 [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o 22:59:15 [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o 22:59:15 [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o 22:59:15 ---> a048c120de4e 22:59:15 Step 9/21 : COPY include /tmp/sdk/include 22:59:16 [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o 22:59:16 [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o 22:59:16 ---> 8951c6b9c353 22:59:16 Step 10/21 : COPY scripts /tmp/sdk/scripts 22:59:16 [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o 22:59:16 [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o 22:59:16 [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o 22:59:16 [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o 22:59:16 [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o 22:59:17 ---> cdf084c89481 22:59:17 Step 11/21 : COPY LICENSE /tmp/sdk 22:59:17 [ 25%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o 22:59:17 [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o 22:59:17 [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o 22:59:17 [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o 22:59:18 [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o 22:59:18 [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o 22:59:18 ---> e5b3c1fd5ec9 22:59:18 Step 12/21 : COPY Attribution.txt /tmp/sdk 22:59:18 ---> 020e306edacf 22:59:18 Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install 22:59:18 ---> Running in 3e7a6fd51e46 22:59:19 [ 35%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o 22:59:19 [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o 22:59:19 [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o 22:59:19 [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o 22:59:19 [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o 22:59:19 [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o 22:59:19 [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o 22:59:19 [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o 22:59:19 + CPPCHECK=false 22:59:19 [ 48%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o 22:59:19 [ 50%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o 22:59:19 + DOCGEN=false 22:59:19 + TOMLVER=SDK-0.2 22:59:19 + CUTILVER=1.1.4 22:59:19 + '[' 0 -gt 0 ] 22:59:19 + readlink -f ./scripts/build.sh 22:59:19 + dirname /tmp/sdk/scripts/build.sh 22:59:19 + dirname /tmp/sdk/scripts 22:59:19 + ROOT=/tmp/sdk 22:59:19 + cd /tmp/sdk 22:59:19 + '[' '!' -d deps ] 22:59:19 + mkdir deps 22:59:19 + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz 22:59:19 + tar -C deps -z -x -f - 22:59:19 --2021-04-07 22:59:19-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz 22:59:19 Resolving github.com... 140.82.113.4 22:59:19 Connecting to github.com|140.82.113.4|:443... connected. 22:59:19 HTTP request sent, awaiting response... 302 Found 22:59:19 Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] 22:59:19 --2021-04-07 22:59:19-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 22:59:19 Resolving codeload.github.com... 140.82.113.10 22:59:19 Connecting to codeload.github.com|140.82.113.10|:443... connected. 22:59:19 HTTP request sent, awaiting response... 200 OK 22:59:19 Length: unspecified [application/x-gzip] 22:59:19 Saving to: 'STDOUT' 22:59:19  22:59:19 0K .......... ......    841K=0.02s 22:59:19 22:59:19 2021-04-07 22:59:19 (841 KB/s) - written to stdout [16451] 22:59:19 22:59:19 + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c 22:59:20 + + wgettar -O -C - deps https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz -z 22:59:20 -x -f - 22:59:20 --2021-04-07 22:59:19-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz 22:59:20 Resolving github.com... 140.82.113.4 22:59:20 Connecting to github.com|140.82.113.4|:443... connected. 22:59:20 HTTP request sent, awaiting response... 302 Found 22:59:20 Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 [following] 22:59:20 --2021-04-07 22:59:20-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 22:59:20 Resolving codeload.github.com... 140.82.113.10 22:59:20 Connecting to codeload.github.com|140.82.113.10|:443... connected. 22:59:20 HTTP request sent, awaiting response... 200 OK 22:59:20 Length: unspecified [application/x-gzip] 22:59:20 Saving to: 'STDOUT' 22:59:20  22:59:20 0K .......... .......... .......... .......... .......... 1.22M 22:59:20 [ 51%] Building C object c/CMakeFiles/csdk.dir/map.c.o 22:59:20 [ 53%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o 22:59:20 50K .......... .......... .......... .......... .......... 2.18M 22:59:20 100K .......... .......... .......... .......... .......... 3.43M 22:59:20 150K .......... .......... .......   4.90M=0.08s 22:59:20 22:59:20 2021-04-07 22:59:20 (2.11 MB/s) - written to stdout [181796] 22:59:20 22:59:20 + mkdir -p src/c/iot 22:59:20 + 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 22:59:20 + cp deps/iotech-c-utils-1.1.4/src/c/defs.h.in src/c/iot 22:59:20 + cp deps/iotech-c-utils-1.1.4/src/c/yxml.h src/c/iot 22:59:20 + cp deps/iotech-c-utils-1.1.4/VERSION src/c/iot 22:59:20 + mkdir -p include/iot 22:59:20 + 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 22:59:20 + mkdir -p include/iot/os 22:59:20 + 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 22:59:20 + mkdir -p /tmp/sdk/build/release 22:59:20 + cd /tmp/sdk/build/release 22:59:20 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src 22:59:20 [ 55%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o 22:59:20 [ 56%] Building C object c/CMakeFiles/csdk.dir/parson.c.o 22:59:20 -- The C compiler identification is GNU 8.3.0 22:59:20 -- Check for working C compiler: /usr/bin/cc 22:59:21 -- Check for working C compiler: /usr/bin/cc -- works 22:59:21 -- Detecting C compiler ABI info 22:59:21 -- Detecting C compiler ABI info - done 22:59:21 -- Detecting C compile features 22:59:21 -- Detecting C compile features - done 22:59:21 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so 22:59:22 [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o 22:59:22 [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o 22:59:22 [ 61%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o 22:59:22 [ 63%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o 22:59:22 -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") 22:59:22 -- Found LIBYAML: /usr/lib/libyaml.so 22:59:22 -- Found LIBUUID: /usr/lib/libuuid.so 22:59:22 -- Found LIBCBOR: /usr/local/lib64/libcbor.so 22:59:22 -- C SDK 0.0.0 for Linux 22:59:22 -- Performing Test CSDK_HAVE_ATOMIC 22:59:22 -- Performing Test CSDK_HAVE_ATOMIC - Success 22:59:22 [ 65%] Building C object c/CMakeFiles/csdk.dir/rest.c.o 22:59:22 -- Found Curses: /usr/lib/libcurses.so 22:59:22 -- Configuring done 22:59:22 -- Generating done 22:59:22 -- Build files have been written to: /tmp/sdk/build/release 22:59:22 + make all package 22:59:22 + tee release.log 22:59:22 Scanning dependencies of target csdk 22:59:22 [ 66%] Building C object c/CMakeFiles/csdk.dir/service.c.o 22:59:23 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o 22:59:23 [ 68%] Building C object c/CMakeFiles/csdk.dir/toml.c.o 22:59:23 [ 3%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o 22:59:23 [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o 22:59:24 [ 70%] Building C object c/CMakeFiles/csdk.dir/transform.c.o 22:59:24 [ 71%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o 22:59:24 [ 73%] Linking C shared library libcsdk.so 22:59:24 [ 73%] Built target csdk 22:59:24 Scanning dependencies of target template 22:59:24 [ 75%] Building C object c/examples/CMakeFiles/template.dir/template.c.o 22:59:24 [ 76%] Linking C executable template 22:59:24 [ 76%] Built target template 22:59:24 Scanning dependencies of target device-counter 22:59:24 [ 78%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o 22:59:24 [ 80%] Linking C executable device-counter 22:59:24 [ 80%] Built target device-counter 22:59:24 Scanning dependencies of target device-random 22:59:24 [ 81%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o 22:59:24 [ 83%] Linking C executable device-random 22:59:25 [ 83%] Built target device-random 22:59:25 Scanning dependencies of target device-gyro 22:59:25 [ 85%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o 22:59:25 [ 86%] Linking C executable device-gyro 22:59:25 [ 86%] Built target device-gyro 22:59:25 Scanning dependencies of target device-bitfields 22:59:25 [ 88%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o 22:59:25 [ 90%] Linking C executable device-bitfields 22:59:25 [ 90%] Built target device-bitfields 22:59:25 Scanning dependencies of target template-discovery 22:59:25 [ 91%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o 22:59:25 [ 93%] Linking C executable template-discovery 22:59:25 [ 93%] Built target template-discovery 22:59:25 Scanning dependencies of target device-file 22:59:25 [ 95%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o 22:59:25 [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o 22:59:25 [ 96%] Linking C executable device-file 22:59:25 [ 96%] Built target device-file 22:59:25 Scanning dependencies of target device-terminal 22:59:25 [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o 22:59:26 [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o 22:59:26 [100%] Linking C executable device-terminal 22:59:26 [100%] Built target device-terminal 22:59:26 Run CPack packaging tool... 22:59:26 CPack: Create package using TGZ 22:59:26 CPack: Install projects 22:59:26 CPack: - Run preinstall target for: Csdk 22:59:26 [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o 22:59:26 CPack: - Install project: Csdk 22:59:26 CPack: Create package 22:59:26 CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. 22:59:26 + '[' false '=' true ] 22:59:26 + '[' false '=' true ] 22:59:26 + mkdir -p /tmp/sdk/build/debug 22:59:26 + cd /tmp/sdk/build/debug 22:59:26 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src 22:59:26 -- The C compiler identification is GNU 8.3.0 22:59:26 -- Check for working C compiler: /usr/bin/cc 22:59:26 -- Check for working C compiler: /usr/bin/cc -- works 22:59:26 -- Detecting C compiler ABI info 22:59:26 -- Detecting C compiler ABI info - done 22:59:26 -- Detecting C compile features 22:59:26 -- Detecting C compile features - done 22:59:26 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so 22:59:26 -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") 22:59:26 -- Found LIBYAML: /usr/lib/libyaml.so 22:59:26 -- Found LIBUUID: /usr/lib/libuuid.so 22:59:26 -- Found LIBCBOR: /usr/local/lib64/libcbor.so 22:59:26 -- C SDK 0.0.0 for Linux 22:59:26 -- Performing Test CSDK_HAVE_ATOMIC 22:59:26 -- Performing Test CSDK_HAVE_ATOMIC - Success 22:59:26 -- Found Curses: /usr/lib/libcurses.so 22:59:26 -- Configuring done 22:59:27 -- Generating done 22:59:27 -- Build files have been written to: /tmp/sdk/build/debug 22:59:27 + make 22:59:27 + tee debug.log 22:59:27 Scanning dependencies of target csdk 22:59:27 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o 22:59:27 [ 3%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o 22:59:27 [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o 22:59:27 [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o 22:59:27 [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o 22:59:27 [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o 22:59:27 [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o 22:59:27 [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o 22:59:28 [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o 22:59:28 [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o 22:59:28 [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o 22:59:28 [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o 22:59:28 [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o 22:59:28 [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o 22:59:28 [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o 22:59:28 [ 25%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o 22:59:28 [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o 22:59:28 [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o 22:59:28 [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o 22:59:28 [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o 22:59:28 [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o 22:59:28 [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o 22:59:29 [ 35%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o 22:59:29 [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o 22:59:29 [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o 22:59:29 [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o 22:59:29 [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o 22:59:29 [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o 22:59:29 [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o 22:59:29 [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o 22:59:29 [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o 22:59:29 [ 48%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o 22:59:29 [ 50%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o 22:59:29 [ 51%] Building C object c/CMakeFiles/csdk.dir/map.c.o 22:59:29 [ 53%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o 22:59:29 [ 55%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o 22:59:30 [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o 22:59:30 [ 56%] Building C object c/CMakeFiles/csdk.dir/parson.c.o 22:59:30 [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o 22:59:30 [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o 22:59:30 [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o 22:59:30 [ 61%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o 22:59:30 [ 63%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o 22:59:30 [ 65%] Building C object c/CMakeFiles/csdk.dir/rest.c.o 22:59:30 [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o 22:59:30 [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o 22:59:30 [ 66%] Building C object c/CMakeFiles/csdk.dir/service.c.o 22:59:31 [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o 22:59:31 [ 68%] Building C object c/CMakeFiles/csdk.dir/toml.c.o 22:59:31 [ 70%] Building C object c/CMakeFiles/csdk.dir/transform.c.o 22:59:31 [ 71%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o 22:59:31 [ 73%] Linking C shared library libcsdk.so 22:59:31 [ 73%] Built target csdk 22:59:31 Scanning dependencies of target template 22:59:31 [ 75%] Building C object c/examples/CMakeFiles/template.dir/template.c.o 22:59:31 [ 76%] Linking C executable template 22:59:31 [ 76%] Built target template 22:59:31 Scanning dependencies of target device-counter 22:59:31 [ 78%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o 22:59:31 [ 80%] Linking C executable device-counter 22:59:31 [ 80%] Built target device-counter 22:59:31 Scanning dependencies of target device-random 22:59:31 [ 81%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o 22:59:31 [ 83%] Linking C executable device-random 22:59:31 [ 83%] Built target device-random 22:59:31 Scanning dependencies of target device-gyro 22:59:31 [ 85%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o 22:59:31 [ 86%] Linking C executable device-gyro 22:59:32 [ 86%] Built target device-gyro 22:59:32 Scanning dependencies of target device-bitfields 22:59:32 [ 88%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o 22:59:32 [ 90%] Linking C executable device-bitfields 22:59:32 [ 90%] Built target device-bitfields 22:59:32 Scanning dependencies of target template-discovery 22:59:32 [ 91%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o 22:59:32 [ 93%] Linking C executable template-discovery 22:59:32 [ 93%] Built target template-discovery 22:59:32 Scanning dependencies of target device-file 22:59:32 [ 95%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o 22:59:32 [ 96%] Linking C executable device-file 22:59:32 [ 96%] Built target device-file 22:59:32 Scanning dependencies of target device-terminal 22:59:32 [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o 22:59:32 [100%] Linking C executable device-terminal 22:59:32 [100%] Built target device-terminal 22:59:32 make: Entering directory '/tmp/sdk/build/release' 22:59:32 make[1]: Entering directory '/tmp/sdk/build/release' 22:59:32 make[2]: Entering directory '/tmp/sdk/build/release' 22:59:32 make[2]: Leaving directory '/tmp/sdk/build/release' 22:59:33 [ 73%] Built target csdk 22:59:33 make[2]: Entering directory '/tmp/sdk/build/release' 22:59:33 make[2]: Leaving directory '/tmp/sdk/build/release' 22:59:33 [ 76%] Built target template 22:59:33 make[2]: Entering directory '/tmp/sdk/build/release' 22:59:33 make[2]: Leaving directory '/tmp/sdk/build/release' 22:59:33 [ 80%] Built target device-counter 22:59:33 make[2]: Entering directory '/tmp/sdk/build/release' 22:59:33 make[2]: Leaving directory '/tmp/sdk/build/release' 22:59:33 [ 83%] Built target device-random 22:59:33 make[2]: Entering directory '/tmp/sdk/build/release' 22:59:33 make[2]: Leaving directory '/tmp/sdk/build/release' 22:59:33 [ 86%] Built target device-gyro 22:59:33 make[2]: Entering directory '/tmp/sdk/build/release' 22:59:33 make[2]: Leaving directory '/tmp/sdk/build/release' 22:59:33 [ 90%] Built target device-bitfields 22:59:33 make[2]: Entering directory '/tmp/sdk/build/release' 22:59:33 make[2]: Leaving directory '/tmp/sdk/build/release' 22:59:33 [ 93%] Built target template-discovery 22:59:33 make[2]: Entering directory '/tmp/sdk/build/release' 22:59:33 make[2]: Leaving directory '/tmp/sdk/build/release' 22:59:33 [ 96%] Built target device-file 22:59:33 make[2]: Entering directory '/tmp/sdk/build/release' 22:59:33 make[2]: Leaving directory '/tmp/sdk/build/release' 22:59:33 [100%] Built target device-terminal 22:59:33 make[1]: Leaving directory '/tmp/sdk/build/release' 22:59:33 Install the project... 22:59:33 -- Install configuration: "Release" 22:59:33 -- Installing: /usr/local/lib/libcsdk.so 22:59:33 -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" 22:59:33 -- Up-to-date: /usr/local/include 22:59:33 -- Installing: /usr/local/include/devsdk 22:59:33 -- Installing: /usr/local/include/devsdk/devsdk-base.h 22:59:33 -- Installing: /usr/local/include/devsdk/devsdk.h 22:59:33 -- Installing: /usr/local/include/edgex 22:59:33 -- Installing: /usr/local/include/edgex/devices.h 22:59:33 -- Installing: /usr/local/include/edgex/edgex-base.h 22:59:33 -- Installing: /usr/local/include/edgex/edgex.h 22:59:33 -- Installing: /usr/local/include/edgex/profiles.h 22:59:33 -- Installing: /usr/local/include/edgex/rest-server.h 22:59:33 -- Installing: /usr/local/include/edgex/csdk-defs.h 22:59:33 -- Installing: /usr/local/include/iot 22:59:33 -- Installing: /usr/local/include/iot/base64.h 22:59:33 -- Installing: /usr/local/include/iot/component.h 22:59:33 -- Installing: /usr/local/include/iot/config.h 22:59:33 -- Installing: /usr/local/include/iot/container.h 22:59:33 -- Installing: /usr/local/include/iot/data.h 22:59:33 -- Installing: /usr/local/include/iot/hash.h 22:59:33 -- Installing: /usr/local/include/iot/iot.h 22:59:33 -- Installing: /usr/local/include/iot/json.h 22:59:33 -- Installing: /usr/local/include/iot/logger.h 22:59:33 -- Installing: /usr/local/include/iot/os.h 22:59:33 -- Installing: /usr/local/include/iot/scheduler.h 22:59:33 -- Installing: /usr/local/include/iot/thread.h 22:59:33 -- Installing: /usr/local/include/iot/threadpool.h 22:59:33 -- Installing: /usr/local/include/iot/time.h 22:59:33 -- Installing: /usr/local/include/iot/typecode.h 22:59:33 -- Installing: /usr/local/include/iot/os 22:59:33 -- Installing: /usr/local/include/iot/os/linux.h 22:59:33 -- Installing: /usr/local/include/iot/os/macos.h 22:59:33 -- Installing: /usr/local/include/iot/os/zephyr.h 22:59:33 -- Installing: /usr/local/include/iot/defs.h 22:59:33 -- Installing: /usr/local/share/device-sdk-c/LICENSE 22:59:33 -- Installing: /usr/local/share/device-sdk-c/Attribution.txt 22:59:33 make: Leaving directory '/tmp/sdk/build/release' 22:59:33 [ 25%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o 22:59:34 [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o 22:59:34 [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o 22:59:34 [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o 22:59:34 Removing intermediate container 045942f5bdb2 22:59:34 ---> 2df23b03aa0b 22:59:34 Step 14/21 : FROM ${BASE} 22:59:34 ---> 5eabd8fd8ba2 22:59:34 Step 15/21 : LABEL maintainer="IOTech " 22:59:34 ---> Running in 78b120c1cadb 22:59:35 [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o 22:59:35 Removing intermediate container 78b120c1cadb 22:59:35 ---> 82f458ba2f57 22:59:35 Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid 22:59:35 ---> Running in 8abe3a941be8 22:59:35 [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o 22:59:36 fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz 22:59:36 fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz 22:59:37 (1/3) Installing curl (7.64.0-r5) 22:59:37 (2/3) Installing libuuid (2.33-r0) 22:59:37 (3/3) Installing wget (1.20.3-r0) 22:59:37 Executing busybox-1.29.3-r10.trigger 22:59:37 OK: 268 MiB in 78 packages 22:59:38 Removing intermediate container 8abe3a941be8 22:59:38 ---> 9971db4b6208 22:59:38 Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot 22:59:38 ---> fc634f3b9693 22:59:38 Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex 22:59:38 [ 35%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o 22:59:38 [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o 22:59:38 [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o 22:59:38 ---> 805853b9b46c 22:59:38 Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib 22:59:38 ---> f3387eb3919c 22:59:38 Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 22:59:38 ---> 159b95971ce2 22:59:38 Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c 22:59:38 [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o 22:59:39 ---> 929394777a5c 22:59:39 Successfully built 929394777a5c 22:59:39 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 22:59:39 [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o 22:59:39 [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:59:39 + docker inspect -f . ci-base-image-x86_64 22:59:39 . [Pipeline] withDockerContainer 22:59:40 prd-centos7-docker-4c-2g-33212 does not seem to be running inside a container 22:59:40 $ 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 22:59:40 [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o 22:59:40 $ docker top 06a0459d4db0200698cde32800f60c13057aee241414771dbaa602b0b36e923f -eo pid,comm [Pipeline] { [Pipeline] sh 22:59:41 [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o 22:59:41 + make test 22:59:41 echo "make test" 22:59:41 make test [Pipeline] } 22:59:41 $ docker stop --time=1 06a0459d4db0200698cde32800f60c13057aee241414771dbaa602b0b36e923f 22:59:41 [ 48%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o 22:59:41 [ 50%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o 22:59:42 $ docker rm -f 06a0459d4db0200698cde32800f60c13057aee241414771dbaa602b0b36e923f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 22:59:43 [ 51%] Building C object c/CMakeFiles/csdk.dir/map.c.o 22:59:43 [ 53%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o 22:59:44 [ 55%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o 22:59:44 [ 56%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [Pipeline] sh 22:59:46 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:59:46 + ls -al . 22:59:46 total 160 22:59:46 drwxrwxr-x. 8 jenkins jenkins 260 Apr 7 22:58 . 22:59:46 drwxrwxr-x. 4 jenkins jenkins 28 Apr 7 22:58 .. 22:59:46 -rw-rw-r--. 1 jenkins jenkins 3104 Apr 7 22:58 Attribution.txt 22:59:46 -rw-rw-r--. 1 jenkins jenkins 7129 Apr 7 22:58 CHANGES 22:59:46 drwxrwxr-x. 2 jenkins jenkins 121 Apr 7 22:58 docs 22:59:46 -rw-rw-r--. 1 jenkins jenkins 108574 Apr 7 22:58 Doxyfile 22:59:46 drwxrwxr-x. 8 jenkins jenkins 179 Apr 7 22:58 .git 22:59:46 drwxrwxr-x. 2 jenkins jenkins 81 Apr 7 22:58 .github 22:59:46 -rw-rw-r--. 1 jenkins jenkins 176 Apr 7 22:58 .gitignore 22:59:46 drwxrwxr-x. 4 jenkins jenkins 33 Apr 7 22:58 include 22:59:46 -rw-rw-r--. 1 jenkins jenkins 784 Apr 7 22:58 Jenkinsfile 22:59:46 -rw-rw-r--. 1 jenkins jenkins 10174 Apr 7 22:58 LICENSE 22:59:46 -rw-rw-r--. 1 jenkins jenkins 444 Apr 7 22:58 Makefile 22:59:46 -rw-rw-r--. 1 jenkins jenkins 2694 Apr 7 22:58 README.md 22:59:46 -rw-rw-r--. 1 jenkins jenkins 6654 Apr 7 22:58 README.v2.md 22:59:46 drwxrwxr-x. 2 jenkins jenkins 98 Apr 7 22:58 scripts 22:59:46 drwxrwxr-x. 4 jenkins jenkins 50 Apr 7 22:58 src 22:59:46 -rw-rw-r--. 1 jenkins jenkins 5 Apr 7 22:55 VERSION [Pipeline] isUnix [Pipeline] sh 22:59:46 + 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 . 22:59:46 Sending build context to Docker daemon 2.53MB 22:59:46 Step 1/15 : ARG BASE=alpine:3.12 22:59:46 Step 2/15 : FROM ${BASE} 22:59:46 ---> 929394777a5c 22:59:46 Step 3/15 : LABEL maintainer="IOTech " 22:59:47 ---> Running in 2f099e105663 22:59:47 Removing intermediate container 2f099e105663 22:59:47 ---> 9f1b3449fbd9 22:59:47 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 22:59:47 ---> Running in 6ec9983183ea 22:59:48 fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz 22:59:48 fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz 22:59:49 (1/6) Installing ncurses-dev (6.1_p20190105-r0) 22:59:49 (2/6) Installing libblkid (2.33-r0) 22:59:49 (3/6) Installing libfdisk (2.33-r0) 22:59:49 (4/6) Installing libmount (2.33-r0) 22:59:49 [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o 22:59:49 (5/6) Installing libsmartcols (2.33-r0) 22:59:49 (6/6) Installing util-linux-dev (2.33-r0) 22:59:49 [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o 22:59:49 Executing busybox-1.29.3-r10.trigger 22:59:50 OK: 272 MiB in 84 packages 22:59:50 [ 61%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o 22:59:50 [ 63%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o 22:59:50 Removing intermediate container 6ec9983183ea 22:59:50 ---> 0b6e5246305a 22:59:50 Step 5/15 : COPY VERSION /edgex-c-sdk/ 22:59:50 ---> 9158a2473195 22:59:50 Step 6/15 : COPY src /edgex-c-sdk/src/ 22:59:51 [ 65%] Building C object c/CMakeFiles/csdk.dir/rest.c.o 22:59:51 ---> 646bd2fb27da 22:59:51 Step 7/15 : COPY include /edgex-c-sdk/include/ 22:59:51 ---> 7fc78d02ad0b 22:59:51 Step 8/15 : COPY scripts /edgex-c-sdk/scripts 22:59:52 ---> a1b7eed3a0e2 22:59:52 Step 9/15 : COPY LICENSE /edgex-c-sdk/ 22:59:52 ---> 44ba52e30619 22:59:52 Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ 22:59:52 ---> f5ef9a9b245e 22:59:52 Step 11/15 : WORKDIR /edgex-c-sdk 22:59:52 ---> Running in 8243b9e8fde8 22:59:52 Removing intermediate container 8243b9e8fde8 22:59:52 ---> 6f1ba3db8430 22:59:52 Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] 22:59:52 ---> Running in 79135061f2a2 22:59:52 Removing intermediate container 79135061f2a2 22:59:52 ---> 0815ea0d3ef3 22:59:52 Step 13/15 : LABEL arch=amd64 22:59:52 ---> Running in b58d41e4bf6f 22:59:53 [ 66%] Building C object c/CMakeFiles/csdk.dir/service.c.o 22:59:53 Removing intermediate container b58d41e4bf6f 22:59:53 ---> 52ef549517e2 22:59:53 Step 14/15 : LABEL git_sha=5e4acb00c66e0ce35279f23e94e1678bc3e8a705 22:59:53 ---> Running in 100924bf2c09 22:59:53 Removing intermediate container 100924bf2c09 22:59:53 ---> 29634b57be10 22:59:53 Step 15/15 : LABEL version=0.0.0 22:59:53 ---> Running in 1504c4d3ef21 22:59:53 Removing intermediate container 1504c4d3ef21 22:59:53 ---> b3114c4660db 22:59:53 [Warning] One or more build-args [MAKE ARCH] were not consumed 22:59:53 Successfully built b3114c4660db 22:59:53 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] } 22:59:54 [ 68%] Building C object c/CMakeFiles/csdk.dir/toml.c.o 22:59:58 [ 70%] Building C object c/CMakeFiles/csdk.dir/transform.c.o 22:59:58 [ 71%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o 22:59:58 [ 73%] Linking C shared library libcsdk.so 22:59:58 [ 73%] Built target csdk 22:59:58 Scanning dependencies of target template 22:59:58 [ 75%] Building C object c/examples/CMakeFiles/template.dir/template.c.o 22:59:59 [ 76%] Linking C executable template 22:59:59 [ 76%] Built target template 22:59:59 Scanning dependencies of target device-counter 22:59:59 [ 78%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o 23:00:00 [ 80%] Linking C executable device-counter 23:00:00 [ 80%] Built target device-counter 23:00:00 Scanning dependencies of target device-random 23:00:00 [ 81%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o 23:00:01 [ 83%] Linking C executable device-random 23:00:01 [ 83%] Built target device-random 23:00:01 Scanning dependencies of target device-gyro 23:00:01 [ 85%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o 23:00:01 [ 86%] Linking C executable device-gyro 23:00:01 [ 86%] Built target device-gyro 23:00:01 Scanning dependencies of target device-bitfields 23:00:02 [ 88%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o 23:00:02 [ 90%] Linking C executable device-bitfields 23:00:02 [ 90%] Built target device-bitfields 23:00:02 Scanning dependencies of target template-discovery 23:00:02 [ 91%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o 23:00:03 [ 93%] Linking C executable template-discovery 23:00:03 [ 93%] Built target template-discovery 23:00:03 Scanning dependencies of target device-file 23:00:03 [ 95%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o 23:00:04 [ 96%] Linking C executable device-file 23:00:04 [ 96%] Built target device-file 23:00:04 Scanning dependencies of target device-terminal 23:00:04 [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o 23:00:04 [100%] Linking C executable device-terminal 23:00:04 [100%] Built target device-terminal 23:00:04 Run CPack packaging tool... 23:00:05 CPack: Create package using TGZ 23:00:05 CPack: Install projects 23:00:05 CPack: - Run preinstall target for: Csdk 23:00:05 CPack: - Install project: Csdk 23:00:05 CPack: Create package 23:00:05 CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. 23:00:05 + '[' false '=' true ] 23:00:05 + '[' false '=' true ] 23:00:05 + mkdir -p /tmp/sdk/build/debug 23:00:05 + cd /tmp/sdk/build/debug 23:00:05 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src 23:00:06 -- The C compiler identification is GNU 8.3.0 23:00:06 -- Check for working C compiler: /usr/bin/cc 23:00:06 -- Check for working C compiler: /usr/bin/cc -- works 23:00:06 -- Detecting C compiler ABI info 23:00:06 -- Detecting C compiler ABI info - done 23:00:06 -- Detecting C compile features 23:00:07 -- Detecting C compile features - done 23:00:07 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so 23:00:07 -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") 23:00:07 -- Found LIBYAML: /usr/lib/libyaml.so 23:00:07 -- Found LIBUUID: /usr/lib/libuuid.so 23:00:07 -- Found LIBCBOR: /usr/local/lib64/libcbor.so 23:00:07 -- C SDK 0.0.0 for Linux 23:00:07 -- Performing Test CSDK_HAVE_ATOMIC 23:00:07 -- Performing Test CSDK_HAVE_ATOMIC - Success 23:00:07 -- Found Curses: /usr/lib/libcurses.so 23:00:07 -- Configuring done 23:00:08 -- Generating done 23:00:08 -- Build files have been written to: /tmp/sdk/build/debug 23:00:08 + make 23:00:08 + tee debug.log 23:00:08 Scanning dependencies of target csdk 23:00:08 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o 23:00:08 [ 3%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o 23:00:08 [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o 23:00:09 [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o 23:00:09 [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o 23:00:09 [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o 23:00:10 [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o 23:00:10 [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o 23:00:10 [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o 23:00:11 [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o 23:00:11 [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o 23:00:11 [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o 23:00:11 [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o 23:00:12 [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o 23:00:12 [ 25%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o 23:00:13 [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o 23:00:13 [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o 23:00:13 [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o 23:00:13 [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o 23:00:13 [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o 23:00:14 [ 35%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o 23:00:14 [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o 23:00:14 [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o 23:00:15 [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o 23:00:15 [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o 23:00:15 [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o 23:00:16 [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o 23:00:16 [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o 23:00:16 [ 48%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o 23:00:16 [ 50%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o 23:00:16 [ 51%] Building C object c/CMakeFiles/csdk.dir/map.c.o 23:00:17 [ 53%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o 23:00:17 [ 55%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o 23:00:17 [ 56%] Building C object c/CMakeFiles/csdk.dir/parson.c.o 23:00:18 [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o 23:00:18 [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o 23:00:19 [ 61%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o 23:00:19 [ 63%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o 23:00:19 [ 65%] Building C object c/CMakeFiles/csdk.dir/rest.c.o 23:00:20 [ 66%] Building C object c/CMakeFiles/csdk.dir/service.c.o 23:00:21 [ 68%] Building C object c/CMakeFiles/csdk.dir/toml.c.o 23:00:21 [ 70%] Building C object c/CMakeFiles/csdk.dir/transform.c.o 23:00:22 [ 71%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o 23:00:22 [ 73%] Linking C shared library libcsdk.so 23:00:22 [ 73%] Built target csdk 23:00:22 Scanning dependencies of target template 23:00:22 [ 75%] Building C object c/examples/CMakeFiles/template.dir/template.c.o 23:00:22 [ 76%] Linking C executable template 23:00:22 [ 76%] Built target template 23:00:22 Scanning dependencies of target device-counter 23:00:22 [ 78%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o 23:00:23 [ 80%] Linking C executable device-counter 23:00:23 [ 80%] Built target device-counter 23:00:23 Scanning dependencies of target device-random 23:00:23 [ 81%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o 23:00:23 [ 83%] Linking C executable device-random 23:00:24 [ 83%] Built target device-random 23:00:24 Scanning dependencies of target device-gyro 23:00:24 [ 85%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o 23:00:24 [ 86%] Linking C executable device-gyro 23:00:24 [ 86%] Built target device-gyro 23:00:24 Scanning dependencies of target device-bitfields 23:00:24 [ 88%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o 23:00:24 [ 90%] Linking C executable device-bitfields 23:00:24 [ 90%] Built target device-bitfields 23:00:25 Scanning dependencies of target template-discovery 23:00:25 [ 91%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o 23:00:25 [ 93%] Linking C executable template-discovery 23:00:25 [ 93%] Built target template-discovery 23:00:25 Scanning dependencies of target device-file 23:00:25 [ 95%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o 23:00:25 [ 96%] Linking C executable device-file 23:00:25 [ 96%] Built target device-file 23:00:25 Scanning dependencies of target device-terminal 23:00:26 [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o 23:00:26 [100%] Linking C executable device-terminal 23:00:26 [100%] Built target device-terminal 23:00:26 make: Entering directory '/tmp/sdk/build/release' 23:00:26 make[1]: Entering directory '/tmp/sdk/build/release' 23:00:26 make[2]: Entering directory '/tmp/sdk/build/release' 23:00:26 make[2]: Leaving directory '/tmp/sdk/build/release' 23:00:26 [ 73%] Built target csdk 23:00:26 make[2]: Entering directory '/tmp/sdk/build/release' 23:00:26 make[2]: Leaving directory '/tmp/sdk/build/release' 23:00:26 [ 76%] Built target template 23:00:26 make[2]: Entering directory '/tmp/sdk/build/release' 23:00:26 make[2]: Leaving directory '/tmp/sdk/build/release' 23:00:26 [ 80%] Built target device-counter 23:00:26 make[2]: Entering directory '/tmp/sdk/build/release' 23:00:27 make[2]: Leaving directory '/tmp/sdk/build/release' 23:00:27 [ 83%] Built target device-random 23:00:27 make[2]: Entering directory '/tmp/sdk/build/release' 23:00:27 make[2]: Leaving directory '/tmp/sdk/build/release' 23:00:27 [ 86%] Built target device-gyro 23:00:27 make[2]: Entering directory '/tmp/sdk/build/release' 23:00:27 make[2]: Leaving directory '/tmp/sdk/build/release' 23:00:27 [ 90%] Built target device-bitfields 23:00:27 make[2]: Entering directory '/tmp/sdk/build/release' 23:00:27 make[2]: Leaving directory '/tmp/sdk/build/release' 23:00:27 [ 93%] Built target template-discovery 23:00:27 make[2]: Entering directory '/tmp/sdk/build/release' 23:00:27 make[2]: Leaving directory '/tmp/sdk/build/release' 23:00:27 [ 96%] Built target device-file 23:00:27 make[2]: Entering directory '/tmp/sdk/build/release' 23:00:27 make[2]: Leaving directory '/tmp/sdk/build/release' 23:00:27 [100%] Built target device-terminal 23:00:27 make[1]: Leaving directory '/tmp/sdk/build/release' 23:00:27 Install the project... 23:00:27 -- Install configuration: "Release" 23:00:27 -- Installing: /usr/local/lib/libcsdk.so 23:00:27 -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" 23:00:27 -- Up-to-date: /usr/local/include 23:00:27 -- Installing: /usr/local/include/edgex 23:00:27 -- Installing: /usr/local/include/edgex/rest-server.h 23:00:27 -- Installing: /usr/local/include/edgex/edgex-base.h 23:00:27 -- Installing: /usr/local/include/edgex/edgex.h 23:00:27 -- Installing: /usr/local/include/edgex/devices.h 23:00:27 -- Installing: /usr/local/include/edgex/profiles.h 23:00:27 -- Installing: /usr/local/include/edgex/csdk-defs.h 23:00:27 -- Installing: /usr/local/include/devsdk 23:00:27 -- Installing: /usr/local/include/devsdk/devsdk-base.h 23:00:27 -- Installing: /usr/local/include/devsdk/devsdk.h 23:00:27 -- Installing: /usr/local/include/iot 23:00:27 -- Installing: /usr/local/include/iot/json.h 23:00:27 -- Installing: /usr/local/include/iot/container.h 23:00:27 -- Installing: /usr/local/include/iot/component.h 23:00:27 -- Installing: /usr/local/include/iot/typecode.h 23:00:27 -- Installing: /usr/local/include/iot/iot.h 23:00:27 -- Installing: /usr/local/include/iot/time.h 23:00:27 -- Installing: /usr/local/include/iot/hash.h 23:00:27 -- Installing: /usr/local/include/iot/logger.h 23:00:27 -- Installing: /usr/local/include/iot/os 23:00:27 -- Installing: /usr/local/include/iot/os/zephyr.h 23:00:27 -- Installing: /usr/local/include/iot/os/linux.h 23:00:27 -- Installing: /usr/local/include/iot/os/macos.h 23:00:27 -- Installing: /usr/local/include/iot/scheduler.h 23:00:27 -- Installing: /usr/local/include/iot/data.h 23:00:27 -- Installing: /usr/local/include/iot/thread.h 23:00:27 -- Installing: /usr/local/include/iot/os.h 23:00:27 -- Installing: /usr/local/include/iot/base64.h 23:00:27 -- Installing: /usr/local/include/iot/defs.h 23:00:27 -- Installing: /usr/local/include/iot/threadpool.h 23:00:27 -- Installing: /usr/local/include/iot/config.h 23:00:27 -- Installing: /usr/local/share/device-sdk-c/LICENSE 23:00:27 -- Installing: /usr/local/share/device-sdk-c/Attribution.txt 23:00:27 make: Leaving directory '/tmp/sdk/build/release' 23:00:29 Removing intermediate container 3e7a6fd51e46 23:00:29 ---> d76033974b75 23:00:29 Step 14/21 : FROM ${BASE} 23:00:29 ---> b23d30803547 23:00:29 Step 15/21 : LABEL maintainer="IOTech " 23:00:29 ---> Running in 494e9e6c8a2e 23:00:29 Removing intermediate container 494e9e6c8a2e 23:00:29 ---> fddc68217ab7 23:00:29 Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid 23:00:30 ---> Running in 2ab6e9dd017e 23:00:31 fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz 23:00:31 fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz 23:00:32 (1/3) Installing curl (7.64.0-r5) 23:00:32 (2/3) Installing libuuid (2.33-r0) 23:00:32 (3/3) Installing wget (1.20.3-r0) 23:00:32 Executing busybox-1.29.3-r10.trigger 23:00:32 OK: 281 MiB in 78 packages 23:00:34 Removing intermediate container 2ab6e9dd017e 23:00:34 ---> 5c88fff00faf 23:00:34 Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot 23:00:34 ---> 7adea233a039 23:00:34 Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex 23:00:35 ---> cf24f4dba4f4 23:00:35 Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib 23:00:36 ---> 5da8ad6a2cae 23:00:36 Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 23:00:36 ---> 3e2221137e05 23:00:36 Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c 23:00:37 ---> b4282a637104 23:00:37 Successfully built b4282a637104 23:00:37 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:00:38 + docker inspect -f . ci-base-image-arm64 23:00:38 . [Pipeline] withDockerContainer 23:00:38 prd-ubuntu18.04-docker-arm64-4c-16g-33211 does not seem to be running inside a container 23:00:38 $ 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 23:00:40 $ docker top 5873af08f01fce5c0962b44b5fa6391c8785b95e386b8c4138d9879cba0a65a1 -eo pid,comm [Pipeline] { [Pipeline] sh 23:00:41 + make test 23:00:41 echo "make test" 23:00:41 make test [Pipeline] } 23:00:41 $ docker stop --time=1 5873af08f01fce5c0962b44b5fa6391c8785b95e386b8c4138d9879cba0a65a1 23:00:43 $ docker rm -f 5873af08f01fce5c0962b44b5fa6391c8785b95e386b8c4138d9879cba0a65a1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 23:00:44 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:00:44 + ls -al . 23:00:44 total 192 23:00:44 drwxrwxr-x 8 jenkins jenkins 4096 Apr 7 22:58 . 23:00:44 drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 22:58 .. 23:00:44 drwxrwxr-x 8 jenkins jenkins 4096 Apr 7 22:58 .git 23:00:44 drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 22:58 .github 23:00:44 -rw-rw-r-- 1 jenkins jenkins 176 Apr 7 22:58 .gitignore 23:00:44 -rw-rw-r-- 1 jenkins jenkins 3104 Apr 7 22:58 Attribution.txt 23:00:44 -rw-rw-r-- 1 jenkins jenkins 7129 Apr 7 22:58 CHANGES 23:00:44 -rw-rw-r-- 1 jenkins jenkins 108574 Apr 7 22:58 Doxyfile 23:00:44 -rw-rw-r-- 1 jenkins jenkins 784 Apr 7 22:58 Jenkinsfile 23:00:44 -rw-rw-r-- 1 jenkins jenkins 10174 Apr 7 22:58 LICENSE 23:00:44 -rw-rw-r-- 1 jenkins jenkins 444 Apr 7 22:58 Makefile 23:00:44 -rw-rw-r-- 1 jenkins jenkins 2694 Apr 7 22:58 README.md 23:00:44 -rw-rw-r-- 1 jenkins jenkins 6654 Apr 7 22:58 README.v2.md 23:00:44 -rw-rw-r-- 1 jenkins jenkins 5 Apr 7 22:55 VERSION 23:00:44 drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 22:58 docs 23:00:44 drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 22:58 include 23:00:44 drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 22:58 scripts 23:00:44 drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 22:58 src [Pipeline] isUnix [Pipeline] sh 23:00:45 + 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 . 23:00:45 Sending build context to Docker daemon 2.529MB 23:00:45 Step 1/15 : ARG BASE=alpine:3.12 23:00:45 Step 2/15 : FROM ${BASE} 23:00:45 ---> b4282a637104 23:00:45 Step 3/15 : LABEL maintainer="IOTech " 23:00:46 ---> Running in bb4d0c416127 23:00:46 Removing intermediate container bb4d0c416127 23:00:46 ---> 3a733c82003a 23:00:46 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 23:00:46 ---> Running in b46d975fe89e 23:00:47 fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz 23:00:48 fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz 23:00:48 (1/6) Installing ncurses-dev (6.1_p20190105-r0) 23:00:48 (2/6) Installing libblkid (2.33-r0) 23:00:49 (3/6) Installing libfdisk (2.33-r0) 23:00:49 (4/6) Installing libmount (2.33-r0) 23:00:49 (5/6) Installing libsmartcols (2.33-r0) 23:00:49 (6/6) Installing util-linux-dev (2.33-r0) 23:00:49 Executing busybox-1.29.3-r10.trigger 23:00:49 OK: 286 MiB in 84 packages 23:00:51 Removing intermediate container b46d975fe89e 23:00:51 ---> 3a28b28f12c4 23:00:51 Step 5/15 : COPY VERSION /edgex-c-sdk/ 23:00:51 ---> 0948f3cb8322 23:00:51 Step 6/15 : COPY src /edgex-c-sdk/src/ 23:00:52 ---> 050cf8ded862 23:00:52 Step 7/15 : COPY include /edgex-c-sdk/include/ 23:00:53 ---> 88badb284ea2 23:00:53 Step 8/15 : COPY scripts /edgex-c-sdk/scripts 23:00:53 ---> 93961d613cbf 23:00:53 Step 9/15 : COPY LICENSE /edgex-c-sdk/ 23:00:54 ---> 8d84a83f552d 23:00:54 Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ 23:00:55 ---> 29dec40c88c9 23:00:55 Step 11/15 : WORKDIR /edgex-c-sdk 23:00:55 ---> Running in e5ffd40f8754 23:00:55 Removing intermediate container e5ffd40f8754 23:00:55 ---> 4b17c38e5ba8 23:00:55 Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] 23:00:55 ---> Running in 50ac4e7d78ca 23:00:56 Removing intermediate container 50ac4e7d78ca 23:00:56 ---> 6070bb280e2d 23:00:56 Step 13/15 : LABEL arch=arm64 23:00:56 ---> Running in 8277d955740d 23:00:56 Removing intermediate container 8277d955740d 23:00:56 ---> 4ec7d8e58e68 23:00:56 Step 14/15 : LABEL git_sha=5e4acb00c66e0ce35279f23e94e1678bc3e8a705 23:00:57 ---> Running in a563de5660b3 23:00:57 Removing intermediate container a563de5660b3 23:00:57 ---> c589cd32c481 23:00:57 Step 15/15 : LABEL version=0.0.0 23:00:57 ---> Running in 70fbb93e3d99 23:00:58 Removing intermediate container 70fbb93e3d99 23:00:58 ---> 7f7d54231480 23:00:58 [Warning] One or more build-args [ARCH MAKE] were not consumed 23:00:58 Successfully built 7f7d54231480 23:00:58 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 23:01:00 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:01:01 ---> package-listing.sh 23:01:01 ++ facter osfamily 23:01:01 ++ tr '[:upper:]' '[:lower:]' 23:01:01 + OS_FAMILY=redhat 23:01:01 + workspace=/w/workspace/edgexfoundry_device-sdk-c_PR-336 23:01:01 + START_PACKAGES=/tmp/packages_start.txt 23:01:01 + END_PACKAGES=/tmp/packages_end.txt 23:01:01 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:01:01 + PACKAGES=/tmp/packages_start.txt 23:01:01 + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-336 ']' 23:01:01 + PACKAGES=/tmp/packages_end.txt 23:01:01 + case "${OS_FAMILY}" in 23:01:01 + sort 23:01:01 + rpm -qa 23:01:06 + '[' -f /tmp/packages_start.txt ']' 23:01:06 + '[' -f /tmp/packages_end.txt ']' 23:01:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:01:06 + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-336 ']' 23:01:06 + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_PR-336/archives/ 23:01:06 + 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 23:01:06 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 23:01:06 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:01:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:01:07 23:01:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:01:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:01:07 alpine: Pulling from edgex-lftools-log-publisher 23:01:07 df20fa9351a1: Pulling fs layer 23:01:07 36b3adc4ff6f: Pulling fs layer 23:01:07 8ad3a11d3b57: Pulling fs layer 23:01:07 46f8f816bc3b: Pulling fs layer 23:01:07 93b61091891f: Pulling fs layer 23:01:07 93b9cdb0e59b: Pulling fs layer 23:01:07 5e14af77c1be: Pulling fs layer 23:01:07 01666e4c0597: Pulling fs layer 23:01:07 aa168da1d23b: Pulling fs layer 23:01:07 93b61091891f: Waiting 23:01:07 93b9cdb0e59b: Waiting 23:01:07 5e14af77c1be: Waiting 23:01:07 01666e4c0597: Waiting 23:01:07 aa168da1d23b: Waiting 23:01:07 46f8f816bc3b: Waiting 23:01:07 36b3adc4ff6f: Verifying Checksum 23:01:07 36b3adc4ff6f: Download complete 23:01:07 46f8f816bc3b: Verifying Checksum 23:01:07 46f8f816bc3b: Download complete 23:01:07 93b61091891f: Download complete 23:01:07 df20fa9351a1: Download complete 23:01:07 93b9cdb0e59b: Verifying Checksum 23:01:07 93b9cdb0e59b: Download complete 23:01:07 5e14af77c1be: Download complete 23:01:07 01666e4c0597: Verifying Checksum 23:01:07 01666e4c0597: Download complete 23:01:08 df20fa9351a1: Pull complete 23:01:08 8ad3a11d3b57: Verifying Checksum 23:01:08 8ad3a11d3b57: Download complete 23:01:08 36b3adc4ff6f: Pull complete 23:01:08 8ad3a11d3b57: Pull complete 23:01:09 46f8f816bc3b: Pull complete 23:01:10 aa168da1d23b: Verifying Checksum 23:01:10 aa168da1d23b: Download complete 23:01:10 93b61091891f: Pull complete 23:01:10 93b9cdb0e59b: Pull complete 23:01:10 5e14af77c1be: Pull complete 23:01:11 01666e4c0597: Pull complete 23:01:17 aa168da1d23b: Pull complete 23:01:17 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:01:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:01:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:01:17 prd-centos7-docker-4c-2g-33210 does not seem to be running inside a container 23:01:17 $ 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 23:01:21 $ docker top 8ea86c8b8de101311e1fb659b08f23848c16d568dc63935048bf32d49e620386 -eo pid,comm [Pipeline] { [Pipeline] sh 23:01:22 + touch /tmp/pre-build-complete [Pipeline] sh 23:01:22 + mkdir -p /var/log/sa [Pipeline] sh 23:01:22 + ls /var/log/sa-host 23:01:22 + sadf -c /var/log/sa-host/sa07 23:01:22 file_magic: OK 23:01:22 HZ: Using current value: 100 23:01:22 file_header: OK 23:01:22 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 23:01:22 Statistics: 23:01:22 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:01:22 File successfully converted to sysstat format version 12.2.1 23:01:22 + sadf -c /var/log/sa-host/sa23 23:01:22 file_magic: OK 23:01:22 HZ: Using current value: 100 23:01:22 file_header: OK 23:01:22 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 23:01:22 Statistics: 23:01:22 Hnuu...uuuununununu... 23:01:22 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:01:23 provisioning config files... 23:01:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_PR-336@tmp/config997795216444288294tmp [Pipeline] { [Pipeline] echo 23:01:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:01:23 ---> create-netrc.sh [Pipeline] } 23:01:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:01:23 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:01:24 ---> python-tools-install.sh [Pipeline] echo 23:01:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:01:24 ---> sudo-logs.sh 23:01:24 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 23:01:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:01:24 ---> job-cost.sh 23:01:24 lf-activate-venv: SKIPPING 23:01:24 INFO: No Stack... 23:01:25 INFO: Retrieving Pricing Info for: v1-standard-2 23:01:26 INFO: Archiving Costs [Pipeline] echo 23:01:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:01:26 ---> logs-deploy.sh 23:01:26 lf-activate-venv: SKIPPING 23:01:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/PR-336/2 23:01:26 INFO: archiving workspace using pattern(s): 23:01:28 Archives upload complete. 23:01:28 INFO: archiving logs to Nexus 23:01:29 ---> uname -a: 23:01:29 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 23:01:29 23:01:29 23:01:29 ---> lscpu: 23:01:29 Architecture: x86_64 23:01:29 CPU op-mode(s): 32-bit, 64-bit 23:01:29 Byte Order: Little Endian 23:01:29 Address sizes: 40 bits physical, 48 bits virtual 23:01:29 CPU(s): 4 23:01:29 On-line CPU(s) list: 0-3 23:01:29 Thread(s) per core: 1 23:01:29 Core(s) per socket: 1 23:01:29 Socket(s): 4 23:01:29 NUMA node(s): 1 23:01:29 Vendor ID: GenuineIntel 23:01:29 CPU family: 6 23:01:29 Model: 44 23:01:29 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:01:29 Stepping: 1 23:01:29 CPU MHz: 2933.436 23:01:29 BogoMIPS: 5866.87 23:01:29 Virtualization: VT-x 23:01:29 Hypervisor vendor: KVM 23:01:29 Virtualization type: full 23:01:29 L1d cache: 128 KiB 23:01:29 L1i cache: 128 KiB 23:01:29 L2 cache: 16 MiB 23:01:29 L3 cache: 64 MiB 23:01:29 NUMA node0 CPU(s): 0-3 23:01:29 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:01:29 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:01:29 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:01:29 Vulnerability Meltdown: Mitigation; PTI 23:01:29 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:01:29 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:01:29 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:01:29 Vulnerability Srbds: Not affected 23:01:29 Vulnerability Tsx async abort: Not affected 23:01:29 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 23:01:29 23:01:29 23:01:29 ---> nproc: 23:01:29 4 23:01:29 23:01:29 23:01:29 ---> df -h: 23:01:29 Filesystem Size Used Available Use% Mounted on 23:01:29 overlay 50.0G 7.3G 42.7G 15% / 23:01:29 tmpfs 64.0M 0 64.0M 0% /dev 23:01:29 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:01:29 shm 64.0M 0 64.0M 0% /dev/shm 23:01:29 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 23:01:29 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 23:01:29 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 23:01:29 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 23:01:29 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 23:01:29 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_device-sdk-c_PR-336 23:01:29 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_device-sdk-c_PR-336@tmp 23:01:29 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 23:01:29 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 23:01:29 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 23:01:29 23:01:29 23:01:29 ---> free -m: 23:01:29 total used free shared buff/cache available 23:01:29 Mem: 1837 699 110 0 1028 1033 23:01:29 Swap: 1023 1 1022 23:01:29 23:01:29 23:01:29 ---> ip addr: 23:01:29 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:01:29 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:01:29 inet 127.0.0.1/8 scope host lo 23:01:29 valid_lft forever preferred_lft forever 23:01:29 inet6 ::1/128 scope host 23:01:29 valid_lft forever preferred_lft forever 23:01:29 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:01:29 link/ether fa:16:3e:13:1d:0c brd ff:ff:ff:ff:ff:ff 23:01:29 inet 10.30.123.179/23 brd 10.30.123.255 scope global dynamic eth0 23:01:29 valid_lft 86013sec preferred_lft 86013sec 23:01:29 inet6 fe80::f816:3eff:fe13:1d0c/64 scope link 23:01:29 valid_lft forever preferred_lft forever 23:01:29 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:01:29 link/ether 02:42:68:85:64:3a brd ff:ff:ff:ff:ff:ff 23:01:29 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:01:29 valid_lft forever preferred_lft forever 23:01:29 inet6 fe80::42:68ff:fe85:643a/64 scope link 23:01:29 valid_lft forever preferred_lft forever 23:01:29 23:01:29 23:01:29 ---> sar -b -r -n DEV: 23:01:29 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) 23:01:29 23:01:29 22:54:50 LINUX RESTART (4 CPU) 23:01:29 23:01:29 22:56:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:01:29 22:57:01 3.51 0.02 3.50 0.00 0.53 117.08 0.00 23:01:29 22:58:01 0.37 0.00 0.37 0.00 0.00 5.28 0.00 23:01:29 22:59:01 0.18 0.00 0.18 0.00 0.00 2.30 0.00 23:01:29 23:00:01 0.27 0.00 0.27 0.00 0.00 3.46 0.00 23:01:29 23:01:01 5.04 4.76 0.28 0.00 854.07 4.64 0.00 23:01:29 Average: 1.87 0.96 0.92 0.00 170.96 26.56 0.00 23:01:29 23:01:29 22:56:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:01:29 22:57:01 152908 0 594708 31.61 2620 1131308 1073344 36.63 422116 1107752 12 23:01:29 22:58:01 152664 0 594944 31.62 2620 1131316 1073432 36.63 429960 1100408 16 23:01:29 22:59:01 152236 0 595368 31.64 2620 1131320 1073468 36.64 430280 1100404 12 23:01:29 23:00:01 151020 0 596584 31.71 2620 1131320 1073396 36.63 435608 1096388 8 23:01:29 23:01:01 107764 0 613896 32.63 2620 1157264 1103808 37.67 448692 1124336 68 23:01:29 Average: 143318 0 599100 31.84 2620 1136506 1079490 36.84 433331 1105858 23 23:01:29 23:01:29 22:56:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:01:29 22:57:01 eth0 0.45 0.08 0.02 0.02 0.00 0.00 0.00 0.00 23:01:29 22:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:29 22:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:29 22:58:01 eth0 3.78 1.47 3.04 0.10 0.00 0.00 0.00 0.00 23:01:29 22:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:29 22:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:29 22:59:01 eth0 1.28 0.53 0.58 0.39 0.00 0.00 0.00 0.00 23:01:29 22:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:29 22:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:29 23:00:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:01:29 23:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:29 23:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:29 23:01:01 eth0 3.60 2.18 3.49 1.18 0.00 0.00 0.00 0.00 23:01:29 23:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:29 23:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:29 Average: eth0 1.84 0.87 1.43 0.34 0.00 0.00 0.00 0.00 23:01:29 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:29 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:29 23:01:29 23:01:29 ---> sar -P ALL: 23:01:29 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) 23:01:29 23:01:29 22:54:50 LINUX RESTART (4 CPU) 23:01:29 23:01:29 22:56:01 CPU %user %nice %system %iowait %steal %idle 23:01:29 22:57:01 all 0.19 0.00 0.07 0.00 0.00 99.73 23:01:29 22:57:01 0 0.48 0.00 0.05 0.00 0.02 99.45 23:01:29 22:57:01 1 0.08 0.00 0.05 0.00 0.00 99.87 23:01:29 22:57:01 2 0.08 0.00 0.10 0.00 0.00 99.82 23:01:29 22:57:01 3 0.12 0.00 0.10 0.00 0.00 99.78 23:01:29 22:58:01 all 0.20 0.00 0.23 0.00 0.01 99.55 23:01:29 22:58:01 0 0.35 0.00 0.25 0.00 0.00 99.40 23:01:29 22:58:01 1 0.08 0.00 0.25 0.00 0.02 99.65 23:01:29 22:58:01 2 0.27 0.00 0.17 0.00 0.00 99.57 23:01:29 22:58:01 3 0.12 0.00 0.27 0.00 0.02 99.60 23:01:29 22:59:01 all 0.15 0.00 0.03 0.00 0.00 99.82 23:01:29 22:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 23:01:29 22:59:01 1 0.03 0.00 0.03 0.00 0.00 99.93 23:01:29 22:59:01 2 0.50 0.00 0.03 0.00 0.00 99.47 23:01:29 22:59:01 3 0.05 0.00 0.05 0.00 0.00 99.90 23:01:29 23:00:01 all 0.16 0.00 0.05 0.00 0.00 99.78 23:01:29 23:00:01 0 0.02 0.00 0.02 0.00 0.00 99.97 23:01:29 23:00:01 1 0.03 0.00 0.08 0.00 0.00 99.88 23:01:29 23:00:01 2 0.53 0.00 0.05 0.00 0.02 99.40 23:01:29 23:00:01 3 0.07 0.00 0.07 0.00 0.00 99.87 23:01:29 23:01:01 all 0.40 0.00 0.15 0.12 0.01 99.33 23:01:29 23:01:01 0 0.53 0.00 0.12 0.00 0.00 99.35 23:01:29 23:01:01 1 0.43 0.00 0.25 0.43 0.00 98.88 23:01:29 23:01:01 2 0.32 0.00 0.08 0.02 0.00 99.58 23:01:29 23:01:01 3 0.32 0.00 0.13 0.02 0.03 99.50 23:01:29 Average: all 0.22 0.00 0.11 0.02 0.00 99.64 23:01:29 Average: 0 0.28 0.00 0.09 0.00 0.00 99.63 23:01:29 Average: 1 0.13 0.00 0.13 0.09 0.00 99.64 23:01:29 Average: 2 0.34 0.00 0.09 0.00 0.00 99.57 23:01:29 Average: 3 0.13 0.00 0.12 0.00 0.01 99.73 23:01:29 23:01:29 23:01:29