Pull request #331 updated 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 06ade1fa7729c29c4541d63534fa6253b829bfc5+603e15a22e98ad0ffc0e9ce671b1afa02ea84060 (87ba129fb4cdb511b5eda6420eb704f54070d131) 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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-29546 in /w/workspace/edgexfoundry_device-sdk-c_PR-331 [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-331 # 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/331/head:refs/remotes/origin/PR-331 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 603e15a22e98ad0ffc0e9ce671b1afa02ea84060 into PR head commit 06ade1fa7729c29c4541d63534fa6253b829bfc5 Merge succeeded, producing 06ade1fa7729c29c4541d63534fa6253b829bfc5 Checking out Revision 06ade1fa7729c29c4541d63534fa6253b829bfc5 (PR-331) > git config core.sparsecheckout # timeout=10 > git checkout -f 06ade1fa7729c29c4541d63534fa6253b829bfc5 # 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 603e15a22e98ad0ffc0e9ce671b1afa02ea84060 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 06ade1fa7729c29c4541d63534fa6253b829bfc5 # timeout=10 Commit message: "feat: create new devices from json files in configured directory fix: update AutoEvent marshaling for v2 fix: null-terminate incoming http data docs: update metrics documentation for v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:13:58 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:13:58 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk ee6236a54551a0e635a688dc72c4c07cfdcfa061 # timeout=10 [Pipeline] echo 23:13:58 ========================================================= 23:13:58 EdgeX Global Pipelines Version Info 23:13:58 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:14:00 ------------------- 23:14:00 stable info: 23:14:00 ------------------- 23:14:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:14:00 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 23:14:00 Message: update stable to v1.0.184 23:14:00 ------------------- 23:14:00 experimental info: 23:14:00 ------------------- 23:14:00 Commited By: **** collab-it+edgex@linuxfoundation.org 23:14:00 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 23:14:00 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:14:01 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-c-settings [Pipeline] echo 23:14:01 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-c [Pipeline] echo 23:14:01 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:14:01 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:14:01 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:14:01 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [Pipeline] echo 23:14:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = scripts/Dockerfile.alpine [Pipeline] echo 23:14:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = scripts/Dockerfile.alpine-base [Pipeline] echo 23:14:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:14:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-c [Pipeline] echo 23:14:02 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:14:02 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:14:02 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:14:02 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 23:14:02 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:14:02 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:14:03 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 23:14:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-331 [Pipeline] echo 23:14:03 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-331 [Pipeline] echo 23:14:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-331 [Pipeline] echo 23:14:03 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 06ade1fa7729c29c4541d63534fa6253b829bfc5 [Pipeline] echo 23:14:03 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 06ade1f [Pipeline] echo 23:14:03 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:14:03 provisioning config files... 23:14:03 copy managed file [device-sdk-c-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_PR-331@tmp/config5745159223727463386tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:14:04 ---> docker-login.sh 23:14:04 nexus3.edgexfoundry.org:10001 23:14:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:14:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:14:04 Configure a credential helper to remove this warning. See 23:14:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:14:04 23:14:04 Login Succeeded 23:14:04 nexus3.edgexfoundry.org:10002 23:14:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:14:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:14:05 Configure a credential helper to remove this warning. See 23:14:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:14:05 23:14:05 Login Succeeded 23:14:05 nexus3.edgexfoundry.org:10003 23:14:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:14:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:14:05 Configure a credential helper to remove this warning. See 23:14:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:14:05 23:14:05 Login Succeeded 23:14:05 nexus3.edgexfoundry.org:10004 23:14:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:14:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:14:05 Configure a credential helper to remove this warning. See 23:14:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:14:05 23:14:05 Login Succeeded 23:14:05 docker.io 23:14:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:14:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:14:05 Configure a credential helper to remove this warning. See 23:14:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:14:05 23:14:05 Login Succeeded 23:14:05 ---> docker-login.sh ends [Pipeline] } 23:14:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 23:14:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:14:07 23:14:07 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:14:08 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:14:08 latest: Pulling from edgex-devops/git-semver 23:14:08 31603596830f: Pulling fs layer 23:14:08 2a8b12db71e7: Pulling fs layer 23:14:08 6ca5941a6612: Pulling fs layer 23:14:08 ecc8261a40a4: Pulling fs layer 23:14:08 ecc8261a40a4: Waiting 23:14:08 2a8b12db71e7: Verifying Checksum 23:14:08 2a8b12db71e7: Download complete 23:14:08 31603596830f: Verifying Checksum 23:14:08 31603596830f: Download complete 23:14:08 ecc8261a40a4: Verifying Checksum 23:14:08 ecc8261a40a4: Download complete 23:14:08 6ca5941a6612: Verifying Checksum 23:14:08 6ca5941a6612: Download complete 23:14:08 31603596830f: Pull complete 23:14:08 2a8b12db71e7: Pull complete 23:14:09 6ca5941a6612: Pull complete 23:14:10 ecc8261a40a4: Pull complete 23:14:10 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:14:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:14:10 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:14:10 prd-centos7-docker-4c-2g-29546 does not seem to be running inside a container 23:14:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_PR-331 -v /w/workspace/edgexfoundry_device-sdk-c_PR-331:/w/workspace/edgexfoundry_device-sdk-c_PR-331:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_PR-331@tmp:/w/workspace/edgexfoundry_device-sdk-c_PR-331@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:14:12 $ docker top 0a4659ab00cf4104b5bc433d12814a954f0b3566cf724fdf267d989cfb3c2752 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:14:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:14:12 [ssh-agent] Looking for ssh-agent implementation... 23:14:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:14:12 $ docker exec 0a4659ab00cf4104b5bc433d12814a954f0b3566cf724fdf267d989cfb3c2752 ssh-agent 23:14:13 SSH_AUTH_SOCK=/tmp/ssh-3hOFVefobwu6/agent.11 23:14:13 SSH_AGENT_PID=16 23:14:13 Running ssh-add (command line suppressed) 23:14:13 Identity added: /w/workspace/edgexfoundry_device-sdk-c_PR-331@tmp/private_key_92674262128946573.key (/w/workspace/edgexfoundry_device-sdk-c_PR-331@tmp/private_key_92674262128946573.key) 23:14:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:14:13 + git tag --points-at HEAD [Pipeline] } 23:14:13 $ docker exec --env ******** --env ******** 0a4659ab00cf4104b5bc433d12814a954f0b3566cf724fdf267d989cfb3c2752 ssh-agent -k 23:14:13 unset SSH_AUTH_SOCK; 23:14:13 unset SSH_AGENT_PID; 23:14:13 echo Agent pid 16 killed; 23:14:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:14:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:14:14 [ssh-agent] Looking for ssh-agent implementation... 23:14:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:14:14 $ docker exec 0a4659ab00cf4104b5bc433d12814a954f0b3566cf724fdf267d989cfb3c2752 ssh-agent 23:14:14 SSH_AUTH_SOCK=/tmp/ssh-ozINUfIWxRAm/agent.46 23:14:14 SSH_AGENT_PID=51 23:14:14 Running ssh-add (command line suppressed) 23:14:14 Identity added: /w/workspace/edgexfoundry_device-sdk-c_PR-331@tmp/private_key_9176438735327796362.key (/w/workspace/edgexfoundry_device-sdk-c_PR-331@tmp/private_key_9176438735327796362.key) 23:14:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:14:14 + git semver init 23:14:14 # -> Open(): unable to determine branch for HEAD 23:14:14 # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_PR-331/.git 23:14:14 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_PR-331 23:14:14 # $SEMVER_REMOTE_NAME = origin 23:14:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:14:14 # $SEMVER_USER_NAME = edgex-jenkins 23:14:14 # $SEMVER_BRANCH = PR-331 23:14:14 # $SEMVER_TEMP = /tmp/semver-235899735 23:14:14 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-c.git $SEMVER_TEMP 23:14:15 # '/tmp/semver-235899735' -> '/w/workspace/edgexfoundry_device-sdk-c_PR-331/.semver' 23:14:15 # -> Force: false 23:14:15 # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_PR-331/.semver [Pipeline] } 23:14:15 $ docker exec --env ******** --env ******** 0a4659ab00cf4104b5bc433d12814a954f0b3566cf724fdf267d989cfb3c2752 ssh-agent -k 23:14:15 unset SSH_AUTH_SOCK; 23:14:15 unset SSH_AGENT_PID; 23:14:15 echo Agent pid 51 killed; 23:14:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:14:16 + git semver [Pipeline] } 23:14:16 $ docker stop --time=1 0a4659ab00cf4104b5bc433d12814a954f0b3566cf724fdf267d989cfb3c2752 23:14:17 $ docker rm -f 0a4659ab00cf4104b5bc433d12814a954f0b3566cf724fdf267d989cfb3c2752 [Pipeline] // withDockerContainer [Pipeline] sh 23:14:18 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:14:18 Stashed 1 file(s) [Pipeline] echo 23:14:18 [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 23:14:33 Still waiting to schedule task 23:14:33 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-29546’ 23:14:33 Still waiting to schedule task 23:14:33 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 23:16:25 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29547 in /w/workspace/edgexfoundry_device-sdk-c_PR-331 [Pipeline] { [Pipeline] ws 23:16:25 Running in /w/workspace/device-sdk-c/2 [Pipeline] { [Pipeline] checkout 23:16:30 using credential edgex-jenkins-ssh 23:16:30 Cloning the remote Git repository 23:16:30 Cloning repository git@github.com:edgexfoundry/device-sdk-c.git 23:16:30 > git init /w/workspace/device-sdk-c/2 # timeout=10 23:16:30 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git 23:16:30 > git --version # timeout=10 23:16:30 > git --version # 'git version 2.17.1' 23:16:30 using GIT_SSH to set credentials SSH Credentials for GitHub 23:16:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:16:32 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 23:16:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:16:32 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 23:16:32 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git 23:16:32 using GIT_SSH to set credentials SSH Credentials for GitHub 23:16:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/331/head:refs/remotes/origin/PR-331 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:16:32 Merging remotes/origin/master commit 603e15a22e98ad0ffc0e9ce671b1afa02ea84060 into PR head commit 06ade1fa7729c29c4541d63534fa6253b829bfc5 23:16:33 Merge succeeded, producing 06ade1fa7729c29c4541d63534fa6253b829bfc5 23:16:33 Checking out Revision 06ade1fa7729c29c4541d63534fa6253b829bfc5 (PR-331) 23:16:32 > git config core.sparsecheckout # timeout=10 23:16:32 > git checkout -f 06ade1fa7729c29c4541d63534fa6253b829bfc5 # timeout=10 23:16:33 > git remote # timeout=10 23:16:33 > git config --get remote.origin.url # timeout=10 23:16:33 using GIT_SSH to set credentials SSH Credentials for GitHub 23:16:33 > git merge 603e15a22e98ad0ffc0e9ce671b1afa02ea84060 # timeout=10 23:16:33 > git rev-parse HEAD^{commit} # timeout=10 23:16:33 > git config core.sparsecheckout # timeout=10 23:16:33 > git checkout -f 06ade1fa7729c29c4541d63534fa6253b829bfc5 # timeout=10 23:16:37 Commit message: "feat: create new devices from json files in configured directory fix: update AutoEvent marshaling for v2 fix: null-terminate incoming http data docs: update metrics documentation for v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:16:39 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:16:39 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:16:39 + + sudotrue service 23:16:39 docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:16:42 provisioning config files... 23:16:42 copy managed file [device-sdk-c-settings] to file:/w/workspace/device-sdk-c/2@tmp/config121474724551765941tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:16:43 ---> docker-login.sh 23:16:43 nexus3.edgexfoundry.org:10001 23:16:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:16:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:16:44 Configure a credential helper to remove this warning. See 23:16:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:16:44 23:16:44 Login Succeeded 23:16:44 nexus3.edgexfoundry.org:10002 23:16:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:16:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:16:44 Configure a credential helper to remove this warning. See 23:16:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:16:44 23:16:44 Login Succeeded 23:16:44 nexus3.edgexfoundry.org:10003 23:16:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:16:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:16:45 Configure a credential helper to remove this warning. See 23:16:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:16:45 23:16:45 Login Succeeded 23:16:45 nexus3.edgexfoundry.org:10004 23:16:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:16:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:16:46 Configure a credential helper to remove this warning. See 23:16:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:16:46 23:16:46 Login Succeeded 23:16:46 docker.io 23:16:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:16:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:16:46 Configure a credential helper to remove this warning. See 23:16:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:16:46 23:16:46 Login Succeeded 23:16:46 ---> docker-login.sh ends [Pipeline] } 23:16:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:16:47 ========================================================= 23:16:47 [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] 23:16:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:16:47 + 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 . 23:16:48 Sending build context to Docker daemon 2.513MB 23:16:48 Step 1/21 : ARG BASE=alpine:3.12 23:16:48 Step 2/21 : FROM ${BASE} as builder 23:16:48 latest: Pulling from edgex-devops/edgex-gcc-base-arm64 23:16:48 0362ad1dd800: Pulling fs layer 23:16:48 f2cdb1532d8b: Pulling fs layer 23:16:48 37ed683be191: Pulling fs layer 23:16:48 f2cdb1532d8b: Verifying Checksum 23:16:48 f2cdb1532d8b: Download complete 23:16:48 0362ad1dd800: Download complete 23:16:49 0362ad1dd800: Pull complete 23:16:49 f2cdb1532d8b: Pull complete 23:16:51 37ed683be191: Verifying Checksum 23:16:51 37ed683be191: Download complete 23:17:01 37ed683be191: Pull complete 23:17:01 Digest: sha256:f3a502aba7c4a8aa4a4fcde21dbb9db33787f3779e80dd14fb3ea60ab67de23f 23:17:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest 23:17:01 ---> b23d30803547 23:17:01 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 23:17:02 ---> Running in 79b1707ebe78 23:17:03 fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz 23:17:04 fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz 23:17:04 (1/8) Installing ncurses-dev (6.1_p20190105-r0) 23:17:04 (2/8) Installing libuuid (2.33-r0) 23:17:04 (3/8) Installing libblkid (2.33-r0) 23:17:04 (4/8) Installing libfdisk (2.33-r0) 23:17:04 (5/8) Installing libmount (2.33-r0) 23:17:04 (6/8) Installing libsmartcols (2.33-r0) 23:17:05 (7/8) Installing util-linux-dev (2.33-r0) 23:17:05 Running on prd-centos7-docker-4c-2g-29548 in /w/workspace/edgexfoundry_device-sdk-c_PR-331 [Pipeline] { [Pipeline] ws 23:17:05 Running in /w/workspace/device-sdk-c/2 [Pipeline] { 23:17:05 (8/8) Installing wget (1.20.3-r0) 23:17:05 Executing busybox-1.29.3-r10.trigger 23:17:05 OK: 285 MiB in 83 packages [Pipeline] checkout 23:17:06 Removing intermediate container 79b1707ebe78 23:17:06 ---> 128a5d1d42bd 23:17:06 Step 4/21 : ENV CBOR_VERSION=0.5.0 23:17:07 ---> Running in df089db02409 23:17:07 Removing intermediate container df089db02409 23:17:07 ---> e3cdc16f458a 23:17:07 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 23:17:07 ---> Running in bb4c0350a438 23:17:07 using credential edgex-jenkins-ssh 23:17:07 Cloning the remote Git repository 23:17:07 Cloning repository git@github.com:edgexfoundry/device-sdk-c.git 23:17:07 > git init /w/workspace/device-sdk-c/2 # timeout=10 23:17:08 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git 23:17:08 > git --version # timeout=10 23:17:08 > git --version # 'git version 2.24.3' 23:17:08 using GIT_SSH to set credentials SSH Credentials for GitHub 23:17:08 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:17:08 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 23:17:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:17:08 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 23:17:08 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git 23:17:08 using GIT_SSH to set credentials SSH Credentials for GitHub 23:17:08 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/331/head:refs/remotes/origin/PR-331 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:17:08 --2021-03-11 23:17:08-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz 23:17:08 Resolving github.com... 140.82.114.4 23:17:08 Connecting to github.com|140.82.114.4|:443... connected. 23:17:08 HTTP request sent, awaiting response... 302 Found 23:17:08 Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] 23:17:08 --2021-03-11 23:17:08-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 23:17:08 Resolving codeload.github.com... 140.82.114.9 23:17:08 Connecting to codeload.github.com|140.82.114.9|:443... connected. 23:17:08 HTTP request sent, awaiting response... 200 OK 23:17:08 Length: unspecified [application/x-gzip] 23:17:08 Saving to: 'STDOUT' 23:17:08  23:17:09 0K .......... .......... .......... .......... .......... 1.32M 23:17:09 50K .......... .......... .......... .......... .......... 2.68M 23:17:09 100K .......... .......... .......... .......... .......... 2.84M 23:17:09 150K .......... .......... .......... .......... .......... 11.7M 23:17:09 200K .......... .......... .......... .......... .......... 9.74M 23:17:09 250K .......... .......... .......... .......... .......... 3.95M 23:17:09 300K .......... .......... .......... .......... .......... 5.26M 23:17:09 350K .......... .......... .......... .......... .......... 5.15M 23:17:09 400K .......... .......... .......... .......... .......... 3.57M 23:17:09 450K .......... .......... .......... .......... .......... 3.70M 23:17:09 500K .......... .......... .......... .......... .......... 6.63M 23:17:09 550K .......... .......... .......... .......... .......... 2.73M 23:17:09 600K .......... .......... .......... .......... .......... 873K 23:17:09 650K .......... .......... .......... .......... .......... 2.51M 23:17:09 700K ..    330K=0.2s 23:17:09 23:17:09 2021-03-11 23:17:09 (2.75 MB/s) - written to stdout [719348] 23:17:09 23:17:09 Merging remotes/origin/master commit 603e15a22e98ad0ffc0e9ce671b1afa02ea84060 into PR head commit 06ade1fa7729c29c4541d63534fa6253b829bfc5 23:17:09 Merge succeeded, producing 06ade1fa7729c29c4541d63534fa6253b829bfc5 23:17:09 Checking out Revision 06ade1fa7729c29c4541d63534fa6253b829bfc5 (PR-331) 23:17:09 -- The C compiler identification is GNU 8.3.0 23:17:09 -- The CXX compiler identification is GNU 8.3.0 23:17:09 -- Check for working C compiler: /usr/bin/cc 23:17:09 > git config core.sparsecheckout # timeout=10 23:17:09 > git checkout -f 06ade1fa7729c29c4541d63534fa6253b829bfc5 # timeout=10 23:17:09 > git remote # timeout=10 23:17:09 > git config --get remote.origin.url # timeout=10 23:17:09 using GIT_SSH to set credentials SSH Credentials for GitHub 23:17:09 > git merge 603e15a22e98ad0ffc0e9ce671b1afa02ea84060 # timeout=10 23:17:09 > git rev-parse HEAD^{commit} # timeout=10 23:17:09 > git config core.sparsecheckout # timeout=10 23:17:09 > git checkout -f 06ade1fa7729c29c4541d63534fa6253b829bfc5 # timeout=10 23:17:10 -- Check for working C compiler: /usr/bin/cc -- works 23:17:10 -- Detecting C compiler ABI info 23:17:10 -- Detecting C compiler ABI info - done 23:17:10 -- Detecting C compile features 23:17:11 -- Detecting C compile features - done 23:17:11 -- Check for working CXX compiler: /usr/bin/c++ 23:17:11 -- Check for working CXX compiler: /usr/bin/c++ -- works 23:17:11 -- Detecting CXX compiler ABI info 23:17:11 -- Detecting CXX compiler ABI info - done 23:17:11 -- Detecting CXX compile features 23:17:13 Commit message: "feat: create new devices from json files in configured directory fix: update AutoEvent marshaling for v2 fix: null-terminate incoming http data docs: update metrics documentation for v2" 23:17:13 -- Detecting CXX compile features - done 23:17:13 -- Looking for include file endian.h [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv 23:17:13 -- Looking for include file endian.h - found 23:17:13 -- Check if the system is big endian 23:17:13 -- Searching 16 bit integer 23:17:13 -- Looking for sys/types.h [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:17:13 -- Looking for sys/types.h - found 23:17:13 -- Looking for stdint.h 23:17:14 -- Looking for stdint.h - found 23:17:14 -- Looking for stddef.h 23:17:14 -- Looking for stddef.h - found 23:17:14 -- Check size of unsigned short 23:17:14 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:17:14 -- Check size of unsigned short - done 23:17:14 -- Using unsigned short 23:17:14 -- Check if the system is big endian - little endian 23:17:14 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:17:14 -- Check size of size_t 23:17:15 + sudo service docker restart 23:17:15 + true 23:17:15 Redirecting to /bin/systemctl restart docker.service 23:17:15 -- Check size of size_t - done 23:17:15 CMake Warning at examples/CMakeLists.txt:16 (find_package): 23:17:15 By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has 23:17:15 asked CMake to find a package configuration file provided by "cJSON", but 23:17:15 CMake did not find one. 23:17:15 23:17:15 Could not find a package configuration file provided by "cJSON" with any of 23:17:15 the following names: 23:17:15 23:17:15 cJSONConfig.cmake 23:17:15 cjson-config.cmake 23:17:15 23:17:15 Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set 23:17:15 "cJSON_DIR" to a directory containing one of the above files. If "cJSON" 23:17:15 provides a separate development package or SDK, be sure it has been 23:17:15 installed. 23:17:15 23:17:15 23:17:15 -- Configuring done 23:17:15 -- Generating done 23:17:15 -- Build files have been written to: /tmp/cbor 23:17:15 Scanning dependencies of target cbor_shared 23:17:15 [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:17:16 provisioning config files... 23:17:16 copy managed file [device-sdk-c-settings] to file:/w/workspace/device-sdk-c/2@tmp/config748486897932597797tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:17:16 [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o 23:17:16 ---> docker-login.sh 23:17:16 nexus3.edgexfoundry.org:10001 23:17:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:17:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:17:16 Configure a credential helper to remove this warning. See 23:17:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:17:16 23:17:16 Login Succeeded 23:17:16 nexus3.edgexfoundry.org:10002 23:17:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:17:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:17:17 Configure a credential helper to remove this warning. See 23:17:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:17:17 23:17:17 Login Succeeded 23:17:17 nexus3.edgexfoundry.org:10003 23:17:17 [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o 23:17:17 [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o 23:17:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:17:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:17:17 Configure a credential helper to remove this warning. See 23:17:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:17:17 23:17:17 Login Succeeded 23:17:17 nexus3.edgexfoundry.org:10004 23:17:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:17:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:17:17 Configure a credential helper to remove this warning. See 23:17:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:17:17 23:17:17 Login Succeeded 23:17:17 docker.io 23:17:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:17:17 [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o 23:17:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:17:17 Configure a credential helper to remove this warning. See 23:17:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:17:17 23:17:17 Login Succeeded 23:17:17 ---> docker-login.sh ends [Pipeline] } 23:17:17 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } 23:17:17 [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [Pipeline] // withEnv [Pipeline] unstash 23:17:18 [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o 23:17:18 [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [Pipeline] echo 23:17:18 ========================================================= 23:17:18 [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] 23:17:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:17:18 [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o 23:17:18 + 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 . 23:17:18 Sending build context to Docker daemon 2.514MB 23:17:18 Step 1/21 : ARG BASE=alpine:3.12 23:17:18 Step 2/21 : FROM ${BASE} as builder 23:17:18 [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o 23:17:19 latest: Pulling from edgex-devops/edgex-gcc-base 23:17:19 e7c96db7181b: Pulling fs layer 23:17:19 4c13bbce0fe7: Pulling fs layer 23:17:19 6059c847ac2f: Pulling fs layer 23:17:19 4c13bbce0fe7: Verifying Checksum 23:17:19 4c13bbce0fe7: Download complete 23:17:19 e7c96db7181b: Verifying Checksum 23:17:19 e7c96db7181b: Download complete 23:17:19 e7c96db7181b: Pull complete 23:17:19 [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o 23:17:19 4c13bbce0fe7: Pull complete 23:17:19 [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o 23:17:20 [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o 23:17:20 6059c847ac2f: Verifying Checksum 23:17:20 6059c847ac2f: Download complete 23:17:20 [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o 23:17:20 [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o 23:17:20 [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o 23:17:21 [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o 23:17:21 [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o 23:17:21 [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o 23:17:21 [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o 23:17:22 [ 40%] Linking C shared library libcbor.so 23:17:22 [ 40%] Built target cbor_shared 23:17:22 Scanning dependencies of target cbor 23:17:22 [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o 23:17:23 [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o 23:17:23 [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o 23:17:23 [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o 23:17:25 [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o 23:17:25 [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o 23:17:25 [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o 23:17:25 [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o 23:17:25 [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o 23:17:25 6059c847ac2f: Pull complete 23:17:25 Digest: sha256:6b5104d086ae1e5e8a284a473be9a93378e3934f9b07db5717372c857cbcbe5e 23:17:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest 23:17:25 ---> 5eabd8fd8ba2 23:17:25 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 23:17:25 [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o 23:17:26 [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o 23:17:26 [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o 23:17:27 ---> Running in 52be26069a69 23:17:27 [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o 23:17:27 fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz 23:17:27 [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o 23:17:28 [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o 23:17:28 [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o 23:17:28 [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o 23:17:28 fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz 23:17:28 [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o 23:17:29 (1/8) Installing ncurses-dev (6.1_p20190105-r0) 23:17:29 (2/8) Installing libuuid (2.33-r0) 23:17:29 (3/8) Installing libblkid (2.33-r0) 23:17:29 [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o 23:17:29 (4/8) Installing libfdisk (2.33-r0) 23:17:29 (5/8) Installing libmount (2.33-r0) 23:17:29 (6/8) Installing libsmartcols (2.33-r0) 23:17:29 [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o 23:17:29 [ 80%] Linking C static library libcbor.a 23:17:29 (7/8) Installing util-linux-dev (2.33-r0) 23:17:29 [ 80%] Built target cbor 23:17:29 Scanning dependencies of target create_items 23:17:29 [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o 23:17:29 [ 84%] Linking C executable create_items 23:17:29 (8/8) Installing wget (1.20.3-r0) 23:17:29 Executing busybox-1.29.3-r10.trigger 23:17:29 OK: 272 MiB in 83 packages 23:17:30 [ 84%] Built target create_items 23:17:30 Scanning dependencies of target readfile 23:17:30 [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o 23:17:30 [ 88%] Linking C executable readfile 23:17:30 [ 88%] Built target readfile 23:17:30 Scanning dependencies of target streaming_parser 23:17:30 [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o 23:17:30 Removing intermediate container 52be26069a69 23:17:30 ---> 4d65de25d671 23:17:30 Step 4/21 : ENV CBOR_VERSION=0.5.0 23:17:30 [ 92%] Linking C executable streaming_parser 23:17:30 [ 92%] Built target streaming_parser 23:17:30 Scanning dependencies of target sort 23:17:30 [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o 23:17:30 ---> Running in 35b336f3e03d 23:17:30 Removing intermediate container 35b336f3e03d 23:17:30 ---> d551c8b2473c 23:17:30 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 23:17:30 [ 96%] Linking C executable sort 23:17:30 [ 96%] Built target sort 23:17:30 Scanning dependencies of target hello 23:17:31 [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o 23:17:31 [100%] Linking C executable hello 23:17:31 [100%] Built target hello 23:17:31 ---> Running in ae05258f51e0 23:17:31 Install the project... 23:17:31 -- Install configuration: "Release" 23:17:31 -- Installing: /usr/local/include/cbor/configuration.h 23:17:31 -- Installing: /usr/local/lib64/libcbor.a 23:17:31 -- Installing: /usr/local/lib64/libcbor.so.0.0.0 23:17:31 -- Installing: /usr/local/lib64/libcbor.so.0 23:17:31 -- Installing: /usr/local/lib64/libcbor.so 23:17:31 -- Up-to-date: /usr/local/include/cbor 23:17:31 -- Installing: /usr/local/include/cbor/streaming.h 23:17:31 -- Installing: /usr/local/include/cbor/ints.h 23:17:31 -- Installing: /usr/local/include/cbor/floats_ctrls.h 23:17:31 -- Installing: /usr/local/include/cbor/bytestrings.h 23:17:31 -- Installing: /usr/local/include/cbor/encoding.h 23:17:31 -- Installing: /usr/local/include/cbor/serialization.h 23:17:31 -- Installing: /usr/local/include/cbor/data.h 23:17:31 -- Installing: /usr/local/include/cbor/common.h 23:17:31 -- Installing: /usr/local/include/cbor/callbacks.h 23:17:31 -- Installing: /usr/local/include/cbor/strings.h 23:17:31 -- Installing: /usr/local/include/cbor/tags.h 23:17:31 -- Installing: /usr/local/include/cbor/internal 23:17:31 -- Installing: /usr/local/include/cbor/internal/encoders.h 23:17:31 -- Installing: /usr/local/include/cbor/internal/loaders.h 23:17:31 -- Installing: /usr/local/include/cbor/internal/stack.h 23:17:31 -- Installing: /usr/local/include/cbor/internal/unicode.h 23:17:31 -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h 23:17:31 -- Installing: /usr/local/include/cbor/internal/memory_utils.h 23:17:31 -- Installing: /usr/local/include/cbor/arrays.h 23:17:31 -- Installing: /usr/local/include/cbor/maps.h 23:17:31 -- Installing: /usr/local/include/cbor.h 23:17:31 -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc 23:17:31 --2021-03-11 23:17:31-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz 23:17:31 Resolving github.com... 140.82.113.3 23:17:31 Connecting to github.com|140.82.113.3|:443... connected. 23:17:31 HTTP request sent, awaiting response... 302 Found 23:17:31 Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] 23:17:31 --2021-03-11 23:17:31-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 23:17:31 Resolving codeload.github.com... 140.82.114.9 23:17:31 Connecting to codeload.github.com|140.82.114.9|:443... connected. 23:17:31 HTTP request sent, awaiting response... 200 OK 23:17:31 Length: unspecified [application/x-gzip] 23:17:31 Saving to: 'STDOUT' 23:17:31  23:17:31 0K .......... .......... .......... .......... .......... 1.49M 23:17:32 50K .......... .......... .......... .......... .......... 3.00M 23:17:32 100K .......... .......... .......... .......... .......... 20.5M 23:17:32 150K .......... .......... .......... .......... .......... 3.62M 23:17:32 200K .......... .......... .......... .......... .......... 37.6M 23:17:32 250K .......... .......... .......... .......... .......... 7.95M 23:17:32 300K .......... .......... .......... .......... .......... 5.33M 23:17:32 350K .......... .......... .......... .......... .......... 21.6M 23:17:32 400K .......... .......... .......... .......... .......... 6.05M 23:17:32 450K .......... .......... .......... .......... .......... 11.8M 23:17:32 500K .......... .......... .......... .......... .......... 17.1M 23:17:32 550K .......... .......... .......... .......... .......... 5.38M 23:17:32 600K .......... .......... .......... .......... .......... 2.17M 23:17:32 650K .......... .......... .......... .......... .......... 4.66M 23:17:32 700K .. 32.4M=0.1s 23:17:32 23:17:32 2021-03-11 23:17:31 (4.87 MB/s) - written to stdout [719348] 23:17:32 23:17:32 -- The C compiler identification is GNU 8.3.0 23:17:32 -- The CXX compiler identification is GNU 8.3.0 23:17:32 -- Check for working C compiler: /usr/bin/cc 23:17:32 -- Check for working C compiler: /usr/bin/cc -- works 23:17:32 -- Detecting C compiler ABI info 23:17:32 -- Detecting C compiler ABI info - done 23:17:32 -- Detecting C compile features 23:17:32 -- Detecting C compile features - done 23:17:32 -- Check for working CXX compiler: /usr/bin/c++ 23:17:32 -- Check for working CXX compiler: /usr/bin/c++ -- works 23:17:32 -- Detecting CXX compiler ABI info 23:17:32 -- Detecting CXX compiler ABI info - done 23:17:32 -- Detecting CXX compile features 23:17:33 Removing intermediate container bb4c0350a438 23:17:33 ---> 09b5ef2be866 23:17:33 Step 6/21 : RUN mkdir /tmp/sdk 23:17:33 -- Detecting CXX compile features - done 23:17:33 -- Looking for include file endian.h 23:17:33 -- Looking for include file endian.h - found 23:17:33 -- Check if the system is big endian 23:17:33 -- Searching 16 bit integer 23:17:33 -- Looking for sys/types.h 23:17:33 -- Looking for sys/types.h - found 23:17:33 -- Looking for stdint.h 23:17:33 -- Looking for stdint.h - found 23:17:33 -- Looking for stddef.h 23:17:33 ---> Running in 891d21890491 23:17:33 -- Looking for stddef.h - found 23:17:33 -- Check size of unsigned short 23:17:33 -- Check size of unsigned short - done 23:17:33 -- Using unsigned short 23:17:33 -- Check if the system is big endian - little endian 23:17:33 -- Check size of size_t 23:17:33 -- Check size of size_t - done 23:17:33 CMake Warning at examples/CMakeLists.txt:16 (find_package): 23:17:33 By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has 23:17:33 asked CMake to find a package configuration file provided by "cJSON", but 23:17:33 CMake did not find one. 23:17:33 23:17:33 Could not find a package configuration file provided by "cJSON" with any of 23:17:33 the following names: 23:17:33 23:17:33 cJSONConfig.cmake 23:17:33 cjson-config.cmake 23:17:33 23:17:33 Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set 23:17:33 "cJSON_DIR" to a directory containing one of the above files. If "cJSON" 23:17:33 provides a separate development package or SDK, be sure it has been 23:17:33 installed. 23:17:33 23:17:33 23:17:33 -- Configuring done 23:17:33 -- Generating done 23:17:33 -- Build files have been written to: /tmp/cbor 23:17:33 Scanning dependencies of target cbor_shared 23:17:33 [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o 23:17:34 [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o 23:17:34 [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o 23:17:34 [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o 23:17:34 [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o 23:17:34 [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o 23:17:34 [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o 23:17:34 [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o 23:17:34 [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o 23:17:34 [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o 23:17:34 [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o 23:17:35 [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o 23:17:35 [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o 23:17:35 [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o 23:17:35 [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o 23:17:35 [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o 23:17:35 [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o 23:17:35 Removing intermediate container 891d21890491 23:17:35 ---> ce6467b8ccdd 23:17:35 Step 7/21 : COPY VERSION /tmp/sdk 23:17:35 [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o 23:17:35 [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o 23:17:35 [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o 23:17:35 [ 40%] Linking C shared library libcbor.so 23:17:35 [ 40%] Built target cbor_shared 23:17:35 Scanning dependencies of target cbor 23:17:35 [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o 23:17:36 [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o 23:17:36 [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o 23:17:36 [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o 23:17:36 [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o 23:17:36 [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o 23:17:36 ---> 044325b2b0ac 23:17:36 Step 8/21 : COPY src /tmp/sdk/src 23:17:36 [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o 23:17:36 [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o 23:17:36 [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o 23:17:36 [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o 23:17:37 [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o 23:17:37 [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o 23:17:37 ---> a4a507f15a43 23:17:37 Step 9/21 : COPY include /tmp/sdk/include 23:17:37 [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o 23:17:37 [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o 23:17:37 [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o 23:17:37 [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o 23:17:37 [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o 23:17:37 [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o 23:17:37 [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o 23:17:37 [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o 23:17:37 [ 80%] Linking C static library libcbor.a 23:17:37 [ 80%] Built target cbor 23:17:37 Scanning dependencies of target create_items 23:17:37 [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o 23:17:37 [ 84%] Linking C executable create_items 23:17:38 [ 84%] Built target create_items 23:17:38 Scanning dependencies of target readfile 23:17:38 [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o 23:17:38 [ 88%] Linking C executable readfile 23:17:38 [ 88%] Built target readfile 23:17:38 Scanning dependencies of target streaming_parser 23:17:38 [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o 23:17:38 [ 92%] Linking C executable streaming_parser 23:17:38 [ 92%] Built target streaming_parser 23:17:38 Scanning dependencies of target sort 23:17:38 [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o 23:17:38 ---> a2dbbad806dc 23:17:38 Step 10/21 : COPY scripts /tmp/sdk/scripts 23:17:38 [ 96%] Linking C executable sort 23:17:38 [ 96%] Built target sort 23:17:38 Scanning dependencies of target hello 23:17:38 [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o 23:17:38 [100%] Linking C executable hello 23:17:38 [100%] Built target hello 23:17:38 Install the project... 23:17:38 -- Install configuration: "Release" 23:17:38 -- Installing: /usr/local/include/cbor/configuration.h 23:17:38 -- Installing: /usr/local/lib64/libcbor.a 23:17:38 -- Installing: /usr/local/lib64/libcbor.so.0.0.0 23:17:38 -- Installing: /usr/local/lib64/libcbor.so.0 23:17:38 -- Installing: /usr/local/lib64/libcbor.so 23:17:38 -- Up-to-date: /usr/local/include/cbor 23:17:38 -- Installing: /usr/local/include/cbor/arrays.h 23:17:38 -- Installing: /usr/local/include/cbor/bytestrings.h 23:17:38 -- Installing: /usr/local/include/cbor/callbacks.h 23:17:38 -- Installing: /usr/local/include/cbor/common.h 23:17:38 -- Installing: /usr/local/include/cbor/data.h 23:17:38 -- Installing: /usr/local/include/cbor/encoding.h 23:17:38 -- Installing: /usr/local/include/cbor/floats_ctrls.h 23:17:38 -- Installing: /usr/local/include/cbor/internal 23:17:38 -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h 23:17:38 -- Installing: /usr/local/include/cbor/internal/encoders.h 23:17:38 -- Installing: /usr/local/include/cbor/internal/loaders.h 23:17:38 -- Installing: /usr/local/include/cbor/internal/memory_utils.h 23:17:38 -- Installing: /usr/local/include/cbor/internal/stack.h 23:17:38 -- Installing: /usr/local/include/cbor/internal/unicode.h 23:17:38 -- Installing: /usr/local/include/cbor/ints.h 23:17:38 -- Installing: /usr/local/include/cbor/maps.h 23:17:38 -- Installing: /usr/local/include/cbor/serialization.h 23:17:38 -- Installing: /usr/local/include/cbor/streaming.h 23:17:38 -- Installing: /usr/local/include/cbor/strings.h 23:17:38 -- Installing: /usr/local/include/cbor/tags.h 23:17:38 -- Installing: /usr/local/include/cbor.h 23:17:38 -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc 23:17:38 ---> cebb290072d4 23:17:38 Step 11/21 : COPY LICENSE /tmp/sdk 23:17:39 ---> 1c5685464dc8 23:17:39 Step 12/21 : COPY Attribution.txt /tmp/sdk 23:17:39 ---> 6e3346d8fe35 23:17:39 Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install 23:17:40 ---> Running in 764b7f3b0400 23:17:40 Removing intermediate container ae05258f51e0 23:17:40 ---> f9171f4fffc0 23:17:40 Step 6/21 : RUN mkdir /tmp/sdk 23:17:40 ---> Running in d6814d2109c8 23:17:41 + CPPCHECK=false 23:17:41 + DOCGEN=false 23:17:41 + TOMLVER=SDK-0.2 23:17:41 + CUTILVER=1.1.4 23:17:41 + '[' 0 -gt 0 ] 23:17:41 + readlink -f ./scripts/build.sh 23:17:41 + dirname /tmp/sdk/scripts/build.sh 23:17:41 + dirname /tmp/sdk/scripts 23:17:41 + ROOT=/tmp/sdk 23:17:41 + cd /tmp/sdk 23:17:41 + '[' '!' -d deps ] 23:17:41 + mkdir deps 23:17:41 + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz 23:17:41 + tar -C deps -z -x -f - 23:17:41 --2021-03-11 23:17:41-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz 23:17:41 Resolving github.com... 140.82.113.3 23:17:41 Connecting to github.com|140.82.113.3|:443... connected. 23:17:41 HTTP request sent, awaiting response... 302 Found 23:17:41 Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] 23:17:41 --2021-03-11 23:17:41-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 23:17:41 Resolving codeload.github.com... 140.82.114.9 23:17:41 Connecting to codeload.github.com|140.82.114.9|:443... connected. 23:17:41 HTTP request sent, awaiting response... 200 OK 23:17:41 Length: unspecified [application/x-gzip] 23:17:41 Saving to: 'STDOUT' 23:17:41  23:17:41 0K .......... ......  847K=0.02s 23:17:41 23:17:41 2021-03-11 23:17:41 (847 KB/s) - written to stdout [16451] 23:17:41 23:17:41 + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c 23:17:41 + + wgettar -O -C - deps https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz 23:17:41 -z -x -f - 23:17:41 --2021-03-11 23:17:41-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz 23:17:41 Resolving github.com... 140.82.113.3 23:17:41 Connecting to github.com|140.82.113.3|:443... connected. 23:17:41 Removing intermediate container d6814d2109c8 23:17:41 ---> d658b60db2c8 23:17:41 Step 7/21 : COPY VERSION /tmp/sdk 23:17:42 HTTP request sent, awaiting response... 302 Found 23:17:42 Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 [following] 23:17:42 --2021-03-11 23:17:41-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 23:17:42 Resolving codeload.github.com... 140.82.114.9 23:17:42 Connecting to codeload.github.com|140.82.114.9|:443... connected. 23:17:42 HTTP request sent, awaiting response... 200 OK 23:17:42 Length: unspecified [application/x-gzip] 23:17:42 Saving to: 'STDOUT' 23:17:42  23:17:42 ---> c5ef38b6b114 23:17:42 Step 8/21 : COPY src /tmp/sdk/src 23:17:42 0K .......... .......... .......... .......... .......... 1.30M 23:17:42 50K .......... .......... .......... .......... .......... 2.54M 23:17:42 100K .......... .......... .......... .......... .......... 2.65M 23:17:42 150K .......... .......... .......  1.99M=0.09s 23:17:42 23:17:42 2021-03-11 23:17:42 (1.95 MB/s) - written to stdout [181796] 23:17:42 23:17:42 + mkdir -p src/c/iot 23:17:42 + 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 23:17:42 + cp deps/iotech-c-utils-1.1.4/src/c/defs.h.in src/c/iot 23:17:42 + cp deps/iotech-c-utils-1.1.4/src/c/yxml.h src/c/iot 23:17:42 + cp deps/iotech-c-utils-1.1.4/VERSION src/c/iot 23:17:42 + mkdir -p include/iot 23:17:42 + 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 23:17:42 + mkdir -p include/iot/os 23:17:42 + 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 23:17:42 + mkdir -p /tmp/sdk/build/release 23:17:42 + cd /tmp/sdk/build/release 23:17:42 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src 23:17:42 -- The C compiler identification is GNU 8.3.0 23:17:42 -- Check for working C compiler: /usr/bin/cc 23:17:42 -- Check for working C compiler: /usr/bin/cc -- works 23:17:42 -- Detecting C compiler ABI info 23:17:43 ---> 652d18aaac85 23:17:43 Step 9/21 : COPY include /tmp/sdk/include 23:17:43 ---> a966e3d70d8b 23:17:43 Step 10/21 : COPY scripts /tmp/sdk/scripts 23:17:43 -- Detecting C compiler ABI info - done 23:17:43 -- Detecting C compile features 23:17:43 ---> 6e5f6ab373cf 23:17:43 Step 11/21 : COPY LICENSE /tmp/sdk 23:17:43 ---> 3bce90d17a94 23:17:43 Step 12/21 : COPY Attribution.txt /tmp/sdk 23:17:43 ---> be32e76e1eba 23:17:43 Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install 23:17:43 ---> Running in e46bbc78f471 23:17:44 -- Detecting C compile features - done 23:17:44 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so 23:17:44 -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") 23:17:44 -- Found LIBYAML: /usr/lib/libyaml.so 23:17:44 -- Found LIBUUID: /usr/lib/libuuid.so 23:17:44 -- Found LIBCBOR: /usr/local/lib64/libcbor.so 23:17:44 -- C SDK 0.0.0 for Linux 23:17:44 -- Performing Test CSDK_HAVE_ATOMIC 23:17:44 -- Performing Test CSDK_HAVE_ATOMIC - Success 23:17:44 -- Found Curses: /usr/lib/libcurses.so 23:17:44 -- Configuring done 23:17:44 + CPPCHECK=false 23:17:44 + DOCGEN=false 23:17:44 + TOMLVER=SDK-0.2 23:17:44 + CUTILVER=1.1.4 23:17:44 + '[' 0 -gt 0 ] 23:17:44 + readlink -f ./scripts/build.sh 23:17:44 + dirname /tmp/sdk/scripts/build.sh 23:17:44 + dirname /tmp/sdk/scripts 23:17:44 + ROOT=/tmp/sdk 23:17:44 + cd /tmp/sdk 23:17:44 + '[' '!' -d deps ] 23:17:44 + mkdir deps 23:17:44 + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz 23:17:44 + tar -C deps -z -x -f - 23:17:44 --2021-03-11 23:17:44-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz 23:17:44 Resolving github.com... 140.82.113.3 23:17:44 Connecting to github.com|140.82.113.3|:443... connected. 23:17:44 HTTP request sent, awaiting response... 302 Found 23:17:44 Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] 23:17:44 --2021-03-11 23:17:44-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 23:17:44 Resolving codeload.github.com... 140.82.114.9 23:17:44 Connecting to codeload.github.com|140.82.114.9|:443... connected. 23:17:44 HTTP request sent, awaiting response... 200 OK 23:17:44 Length: unspecified [application/x-gzip] 23:17:44 Saving to: 'STDOUT' 23:17:44  23:17:44 0K .......... ......  885K=0.02s 23:17:44 23:17:44 2021-03-11 23:17:44 (885 KB/s) - written to stdout [16451] 23:17:44 23:17:44 + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c 23:17:44 + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz 23:17:44 + tar -C deps -z -x -f - 23:17:44 --2021-03-11 23:17:44-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz 23:17:44 -- Generating done 23:17:44 -- Build files have been written to: /tmp/sdk/build/release 23:17:44 + make all package 23:17:44 + tee release.log 23:17:44 Scanning dependencies of target csdk 23:17:44 Resolving github.com... 140.82.113.3 23:17:44 Connecting to github.com|140.82.113.3|:443... connected. 23:17:44 HTTP request sent, awaiting response... 302 Found 23:17:44 Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 [following] 23:17:44 --2021-03-11 23:17:44-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 23:17:44 Resolving codeload.github.com... 140.82.114.9 23:17:44 Connecting to codeload.github.com|140.82.114.9|:443... connected. 23:17:44 HTTP request sent, awaiting response... 200 OK 23:17:44 Length: unspecified [application/x-gzip] 23:17:44 Saving to: 'STDOUT' 23:17:44  23:17:44 0K .......... .......... .......... .......... .......... 1.53M 23:17:44 50K .......... .......... .......... .......... .......... 3.17M 23:17:44 100K .......... .......... .......... .......... .......... 44.0M 23:17:44 150K .......... .......... ....... 3.52M=0.06s 23:17:44 23:17:44 2021-03-11 23:17:44 (3.09 MB/s) - written to stdout [181796] 23:17:44 23:17:44 + mkdir -p src/c/iot 23:17:44 + 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 23:17:44 + cp deps/iotech-c-utils-1.1.4/src/c/defs.h.in src/c/iot 23:17:44 + cp deps/iotech-c-utils-1.1.4/src/c/yxml.h src/c/iot 23:17:44 + cp deps/iotech-c-utils-1.1.4/VERSION src/c/iot 23:17:44 + mkdir -p include/iot 23:17:44 + 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 23:17:44 + mkdir -p include/iot/os 23:17:44 + 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 23:17:44 + mkdir -p /tmp/sdk/build/release 23:17:44 + cd /tmp/sdk/build/release 23:17:44 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src 23:17:44 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o 23:17:45 -- The C compiler identification is GNU 8.3.0 23:17:45 -- Check for working C compiler: /usr/bin/cc 23:17:45 -- Check for working C compiler: /usr/bin/cc -- works 23:17:45 -- Detecting C compiler ABI info 23:17:45 -- Detecting C compiler ABI info - done 23:17:45 -- Detecting C compile features 23:17:45 -- Detecting C compile features - done 23:17:45 [ 3%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o 23:17:45 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so 23:17:45 -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") 23:17:45 -- Found LIBYAML: /usr/lib/libyaml.so 23:17:45 -- Found LIBUUID: /usr/lib/libuuid.so 23:17:45 -- Found LIBCBOR: /usr/local/lib64/libcbor.so 23:17:45 -- C SDK 0.0.0 for Linux 23:17:45 -- Performing Test CSDK_HAVE_ATOMIC 23:17:45 -- Performing Test CSDK_HAVE_ATOMIC - Success 23:17:45 -- Found Curses: /usr/lib/libcurses.so 23:17:45 -- Configuring done 23:17:45 -- Generating done 23:17:45 -- Build files have been written to: /tmp/sdk/build/release 23:17:45 + make all package 23:17:45 + tee release.log 23:17:45 [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o 23:17:45 Scanning dependencies of target csdk 23:17:45 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o 23:17:45 [ 3%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o 23:17:46 [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o 23:17:46 [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o 23:17:46 [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o 23:17:46 [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o 23:17:46 [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o 23:17:47 [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o 23:17:47 [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o 23:17:47 [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o 23:17:47 [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o 23:17:47 [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o 23:17:48 [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o 23:17:48 [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o 23:17:48 [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o 23:17:48 [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o 23:17:48 [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o 23:17:48 [ 25%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o 23:17:48 [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o 23:17:48 [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o 23:17:48 [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o 23:17:49 [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o 23:17:49 [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o 23:17:49 [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o 23:17:50 [ 35%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o 23:17:50 [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o 23:17:50 [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o 23:17:50 [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o 23:17:50 [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o 23:17:50 [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o 23:17:50 [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o 23:17:50 [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o 23:17:50 [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o 23:17:50 [ 48%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o 23:17:51 [ 50%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o 23:17:51 [ 51%] Building C object c/CMakeFiles/csdk.dir/map.c.o 23:17:51 [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o 23:17:51 [ 53%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o 23:17:51 [ 55%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o 23:17:51 [ 56%] Building C object c/CMakeFiles/csdk.dir/parson.c.o 23:17:52 [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o 23:17:52 [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o 23:17:52 [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o 23:17:52 [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o 23:17:53 [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o 23:17:53 [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o 23:17:53 [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o 23:17:53 [ 61%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o 23:17:53 [ 63%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o 23:17:53 [ 65%] Building C object c/CMakeFiles/csdk.dir/rest.c.o 23:17:54 [ 66%] Building C object c/CMakeFiles/csdk.dir/service.c.o 23:17:54 [ 68%] Building C object c/CMakeFiles/csdk.dir/toml.c.o 23:17:55 [ 70%] Building C object c/CMakeFiles/csdk.dir/transform.c.o 23:17:55 [ 71%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o 23:17:55 [ 73%] Linking C shared library libcsdk.so 23:17:55 [ 73%] Built target csdk 23:17:55 Scanning dependencies of target template 23:17:55 [ 75%] Building C object c/examples/CMakeFiles/template.dir/template.c.o 23:17:55 [ 25%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o 23:17:55 [ 76%] Linking C executable template 23:17:55 [ 76%] Built target template 23:17:55 Scanning dependencies of target device-counter 23:17:55 [ 78%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o 23:17:56 [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o 23:17:56 [ 80%] Linking C executable device-counter 23:17:56 [ 80%] Built target device-counter 23:17:56 Scanning dependencies of target device-random 23:17:56 [ 81%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o 23:17:56 [ 83%] Linking C executable device-random 23:17:56 [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o 23:17:56 [ 83%] Built target device-random 23:17:56 Scanning dependencies of target device-gyro 23:17:56 [ 85%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o 23:17:56 [ 86%] Linking C executable device-gyro 23:17:56 [ 86%] Built target device-gyro 23:17:56 Scanning dependencies of target device-bitfields 23:17:56 [ 88%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o 23:17:56 [ 90%] Linking C executable device-bitfields 23:17:56 [ 90%] Built target device-bitfields 23:17:56 Scanning dependencies of target template-discovery 23:17:56 [ 91%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o 23:17:56 [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o 23:17:56 [ 93%] Linking C executable template-discovery 23:17:56 [ 93%] Built target template-discovery 23:17:56 Scanning dependencies of target device-file 23:17:56 [ 95%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o 23:17:57 [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o 23:17:57 [ 96%] Linking C executable device-file 23:17:57 [ 96%] Built target device-file 23:17:57 Scanning dependencies of target device-terminal 23:17:57 [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o 23:17:57 [100%] Linking C executable device-terminal 23:17:57 [100%] Built target device-terminal 23:17:57 Run CPack packaging tool... 23:17:57 CPack: Create package using TGZ 23:17:57 CPack: Install projects 23:17:57 CPack: - Run preinstall target for: Csdk 23:17:57 CPack: - Install project: Csdk 23:17:57 CPack: Create package 23:17:57 CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. 23:17:57 + '[' false '=' true ] 23:17:57 + '[' false '=' true ] 23:17:57 + mkdir -p /tmp/sdk/build/debug 23:17:57 + cd /tmp/sdk/build/debug 23:17:57 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src 23:17:57 [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o 23:17:57 -- The C compiler identification is GNU 8.3.0 23:17:57 -- Check for working C compiler: /usr/bin/cc 23:17:57 -- Check for working C compiler: /usr/bin/cc -- works 23:17:57 -- Detecting C compiler ABI info 23:17:57 -- Detecting C compiler ABI info - done 23:17:57 -- Detecting C compile features 23:17:58 -- Detecting C compile features - done 23:17:58 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so 23:17:58 -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") 23:17:58 -- Found LIBYAML: /usr/lib/libyaml.so 23:17:58 -- Found LIBUUID: /usr/lib/libuuid.so 23:17:58 -- Found LIBCBOR: /usr/local/lib64/libcbor.so 23:17:58 -- C SDK 0.0.0 for Linux 23:17:58 -- Performing Test CSDK_HAVE_ATOMIC 23:17:58 -- Performing Test CSDK_HAVE_ATOMIC - Success 23:17:58 -- Found Curses: /usr/lib/libcurses.so 23:17:58 -- Configuring done 23:17:58 -- Generating done 23:17:58 -- Build files have been written to: /tmp/sdk/build/debug 23:17:58 + make 23:17:58 + tee debug.log 23:17:58 Scanning dependencies of target csdk 23:17:58 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o 23:17:58 [ 3%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o 23:17:58 [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o 23:17:59 [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o 23:17:59 [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o 23:17:59 [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o 23:17:59 [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o 23:17:59 [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o 23:17:59 [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o 23:17:59 [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o 23:17:59 [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o 23:17:59 [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o 23:17:59 [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o 23:17:59 [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o 23:18:00 [ 25%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o 23:18:00 [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o 23:18:00 [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o 23:18:00 [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o 23:18:00 [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o 23:18:00 [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o 23:18:00 [ 35%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o 23:18:00 [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o 23:18:00 [ 35%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o 23:18:00 [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o 23:18:00 [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o 23:18:00 [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o 23:18:00 [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o 23:18:00 [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o 23:18:00 [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o 23:18:01 [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o 23:18:01 [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o 23:18:01 [ 48%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o 23:18:01 [ 50%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o 23:18:01 [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o 23:18:01 [ 51%] Building C object c/CMakeFiles/csdk.dir/map.c.o 23:18:01 [ 53%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o 23:18:01 [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o 23:18:01 [ 55%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o 23:18:01 [ 56%] Building C object c/CMakeFiles/csdk.dir/parson.c.o 23:18:01 [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o 23:18:01 [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o 23:18:01 [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o 23:18:01 [ 61%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o 23:18:02 [ 63%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o 23:18:02 [ 65%] Building C object c/CMakeFiles/csdk.dir/rest.c.o 23:18:02 [ 66%] Building C object c/CMakeFiles/csdk.dir/service.c.o 23:18:02 [ 68%] Building C object c/CMakeFiles/csdk.dir/toml.c.o 23:18:02 [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o 23:18:02 [ 70%] Building C object c/CMakeFiles/csdk.dir/transform.c.o 23:18:02 [ 71%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o 23:18:02 [ 73%] Linking C shared library libcsdk.so 23:18:02 [ 73%] Built target csdk 23:18:02 Scanning dependencies of target template 23:18:02 [ 75%] Building C object c/examples/CMakeFiles/template.dir/template.c.o 23:18:03 [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o 23:18:03 [ 76%] Linking C executable template 23:18:03 [ 76%] Built target template 23:18:03 Scanning dependencies of target device-counter 23:18:03 [ 78%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o 23:18:03 [ 80%] Linking C executable device-counter 23:18:03 [ 80%] Built target device-counter 23:18:03 Scanning dependencies of target device-random 23:18:03 [ 81%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o 23:18:03 [ 83%] Linking C executable device-random 23:18:03 [ 83%] Built target device-random 23:18:03 Scanning dependencies of target device-gyro 23:18:03 [ 85%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o 23:18:03 [ 48%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o 23:18:03 [ 86%] Linking C executable device-gyro 23:18:03 [ 86%] Built target device-gyro 23:18:03 Scanning dependencies of target device-bitfields 23:18:03 [ 88%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o 23:18:03 [ 90%] Linking C executable device-bitfields 23:18:03 [ 50%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o 23:18:04 [ 90%] Built target device-bitfields 23:18:04 Scanning dependencies of target template-discovery 23:18:04 [ 91%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o 23:18:04 [ 93%] Linking C executable template-discovery 23:18:04 [ 93%] Built target template-discovery 23:18:04 Scanning dependencies of target device-file 23:18:04 [ 95%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o 23:18:04 [ 96%] Linking C executable device-file 23:18:04 [ 96%] Built target device-file 23:18:04 Scanning dependencies of target device-terminal 23:18:04 [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o 23:18:04 [100%] Linking C executable device-terminal 23:18:04 [100%] Built target device-terminal 23:18:04 make: Entering directory '/tmp/sdk/build/release' 23:18:04 make[1]: Entering directory '/tmp/sdk/build/release' 23:18:04 make[2]: Entering directory '/tmp/sdk/build/release' 23:18:04 make[2]: Leaving directory '/tmp/sdk/build/release' 23:18:04 [ 73%] Built target csdk 23:18:04 make[2]: Entering directory '/tmp/sdk/build/release' 23:18:04 make[2]: Leaving directory '/tmp/sdk/build/release' 23:18:04 [ 76%] Built target template 23:18:04 make[2]: Entering directory '/tmp/sdk/build/release' 23:18:04 make[2]: Leaving directory '/tmp/sdk/build/release' 23:18:04 [ 80%] Built target device-counter 23:18:04 make[2]: Entering directory '/tmp/sdk/build/release' 23:18:04 make[2]: Leaving directory '/tmp/sdk/build/release' 23:18:04 [ 83%] Built target device-random 23:18:04 make[2]: Entering directory '/tmp/sdk/build/release' 23:18:04 make[2]: Leaving directory '/tmp/sdk/build/release' 23:18:04 [ 86%] Built target device-gyro 23:18:04 make[2]: Entering directory '/tmp/sdk/build/release' 23:18:04 make[2]: Leaving directory '/tmp/sdk/build/release' 23:18:04 [ 90%] Built target device-bitfields 23:18:04 make[2]: Entering directory '/tmp/sdk/build/release' 23:18:04 make[2]: Leaving directory '/tmp/sdk/build/release' 23:18:04 [ 93%] Built target template-discovery 23:18:04 make[2]: Entering directory '/tmp/sdk/build/release' 23:18:04 make[2]: Leaving directory '/tmp/sdk/build/release' 23:18:04 [ 96%] Built target device-file 23:18:04 make[2]: Entering directory '/tmp/sdk/build/release' 23:18:04 make[2]: Leaving directory '/tmp/sdk/build/release' 23:18:04 [100%] Built target device-terminal 23:18:04 make[1]: Leaving directory '/tmp/sdk/build/release' 23:18:04 Install the project... 23:18:04 -- Install configuration: "Release" 23:18:04 -- Installing: /usr/local/lib/libcsdk.so 23:18:04 -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" 23:18:04 -- Up-to-date: /usr/local/include 23:18:04 -- Installing: /usr/local/include/devsdk 23:18:04 -- Installing: /usr/local/include/devsdk/devsdk-base.h 23:18:04 -- Installing: /usr/local/include/devsdk/devsdk.h 23:18:04 -- Installing: /usr/local/include/edgex 23:18:04 -- Installing: /usr/local/include/edgex/devices.h 23:18:04 -- Installing: /usr/local/include/edgex/edgex-base.h 23:18:04 -- Installing: /usr/local/include/edgex/edgex.h 23:18:04 -- Installing: /usr/local/include/edgex/profiles.h 23:18:04 -- Installing: /usr/local/include/edgex/rest-server.h 23:18:04 -- Installing: /usr/local/include/edgex/csdk-defs.h 23:18:04 -- Installing: /usr/local/include/iot 23:18:04 -- Installing: /usr/local/include/iot/base64.h 23:18:04 -- Installing: /usr/local/include/iot/component.h 23:18:04 -- Installing: /usr/local/include/iot/config.h 23:18:04 -- Installing: /usr/local/include/iot/container.h 23:18:04 -- Installing: /usr/local/include/iot/data.h 23:18:04 -- Installing: /usr/local/include/iot/hash.h 23:18:04 -- Installing: /usr/local/include/iot/iot.h 23:18:04 -- Installing: /usr/local/include/iot/json.h 23:18:04 -- Installing: /usr/local/include/iot/logger.h 23:18:04 -- Installing: /usr/local/include/iot/os.h 23:18:04 -- Installing: /usr/local/include/iot/scheduler.h 23:18:04 -- Installing: /usr/local/include/iot/thread.h 23:18:04 -- Installing: /usr/local/include/iot/threadpool.h 23:18:04 -- Installing: /usr/local/include/iot/time.h 23:18:04 -- Installing: /usr/local/include/iot/typecode.h 23:18:04 -- Installing: /usr/local/include/iot/os 23:18:04 -- Installing: /usr/local/include/iot/os/linux.h 23:18:04 -- Installing: /usr/local/include/iot/os/macos.h 23:18:04 -- Installing: /usr/local/include/iot/os/zephyr.h 23:18:04 -- Installing: /usr/local/include/iot/defs.h 23:18:04 -- Installing: /usr/local/share/device-sdk-c/LICENSE 23:18:04 -- Installing: /usr/local/share/device-sdk-c/Attribution.txt 23:18:04 make: Leaving directory '/tmp/sdk/build/release' 23:18:05 [ 51%] Building C object c/CMakeFiles/csdk.dir/map.c.o 23:18:06 [ 53%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o 23:18:07 Removing intermediate container e46bbc78f471 23:18:07 ---> 6526e54fa8ed 23:18:07 Step 14/21 : FROM ${BASE} 23:18:07 ---> 5eabd8fd8ba2 23:18:07 Step 15/21 : LABEL maintainer="IOTech " 23:18:07 ---> Running in 6a3896fcb4d9 23:18:07 Removing intermediate container 6a3896fcb4d9 23:18:07 ---> f34c1375ad84 23:18:07 Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid 23:18:07 ---> Running in bebb3fc812db 23:18:07 [ 55%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o 23:18:07 [ 56%] Building C object c/CMakeFiles/csdk.dir/parson.c.o 23:18:07 fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz 23:18:08 fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz 23:18:08 (1/3) Installing curl (7.64.0-r5) 23:18:08 (2/3) Installing libuuid (2.33-r0) 23:18:08 (3/3) Installing wget (1.20.3-r0) 23:18:09 Executing busybox-1.29.3-r10.trigger 23:18:09 OK: 268 MiB in 78 packages 23:18:09 Removing intermediate container bebb3fc812db 23:18:09 ---> c1f8171ceb3b 23:18:09 Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot 23:18:09 ---> c8bd75b8affe 23:18:09 Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex 23:18:09 ---> d6a9ec3be8c7 23:18:09 Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib 23:18:10 ---> e933ece77003 23:18:10 Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 23:18:10 ---> de3bcf7dfc3b 23:18:10 Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c 23:18:10 ---> a9b2a904a337 23:18:10 Successfully built a9b2a904a337 23:18:10 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:18:11 + docker inspect -f . ci-base-image-x86_64 23:18:11 . [Pipeline] withDockerContainer 23:18:11 prd-centos7-docker-4c-2g-29548 does not seem to be running inside a container 23:18:11 $ 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 23:18:11 [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o 23:18:11 [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o 23:18:12 $ docker top 1d8e00a5997c6884669b3454b9a8879edc3122e29ee177af5efe1acea897edad -eo pid,comm 23:18:12 [ 61%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [Pipeline] { [Pipeline] sh 23:18:12 [ 63%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o 23:18:12 + make test 23:18:12 echo "make test" 23:18:12 make test [Pipeline] } 23:18:12 $ docker stop --time=1 1d8e00a5997c6884669b3454b9a8879edc3122e29ee177af5efe1acea897edad 23:18:13 [ 65%] Building C object c/CMakeFiles/csdk.dir/rest.c.o 23:18:14 $ docker rm -f 1d8e00a5997c6884669b3454b9a8879edc3122e29ee177af5efe1acea897edad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 23:18:15 [ 66%] Building C object c/CMakeFiles/csdk.dir/service.c.o 23:18:16 [ 68%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [Pipeline] sh 23:18:17 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:18:17 + ls -al . 23:18:17 total 160 23:18:17 drwxrwxr-x. 8 jenkins jenkins 260 Mar 11 23:17 . 23:18:17 drwxrwxr-x. 4 jenkins jenkins 28 Mar 11 23:17 .. 23:18:17 -rw-rw-r--. 1 jenkins jenkins 3104 Mar 11 23:17 Attribution.txt 23:18:17 -rw-rw-r--. 1 jenkins jenkins 6927 Mar 11 23:17 CHANGES 23:18:17 drwxrwxr-x. 2 jenkins jenkins 121 Mar 11 23:17 docs 23:18:17 -rw-rw-r--. 1 jenkins jenkins 108574 Mar 11 23:17 Doxyfile 23:18:17 drwxrwxr-x. 8 jenkins jenkins 179 Mar 11 23:17 .git 23:18:17 drwxrwxr-x. 2 jenkins jenkins 81 Mar 11 23:17 .github 23:18:17 -rw-rw-r--. 1 jenkins jenkins 176 Mar 11 23:17 .gitignore 23:18:17 drwxrwxr-x. 4 jenkins jenkins 33 Mar 11 23:17 include 23:18:17 -rw-rw-r--. 1 jenkins jenkins 784 Mar 11 23:17 Jenkinsfile 23:18:17 -rw-rw-r--. 1 jenkins jenkins 10174 Mar 11 23:17 LICENSE 23:18:17 -rw-rw-r--. 1 jenkins jenkins 444 Mar 11 23:17 Makefile 23:18:17 -rw-rw-r--. 1 jenkins jenkins 2694 Mar 11 23:17 README.md 23:18:17 -rw-rw-r--. 1 jenkins jenkins 6654 Mar 11 23:17 README.v2.md 23:18:17 drwxrwxr-x. 2 jenkins jenkins 98 Mar 11 23:17 scripts 23:18:17 drwxrwxr-x. 4 jenkins jenkins 50 Mar 11 23:17 src 23:18:17 -rw-rw-r--. 1 jenkins jenkins 5 Mar 11 23:14 VERSION [Pipeline] isUnix [Pipeline] sh 23:18:18 + 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=06ade1fa7729c29c4541d63534fa6253b829bfc5 --label arch=amd64 --label version=0.0.0 . 23:18:18 Sending build context to Docker daemon 2.514MB 23:18:18 Step 1/15 : ARG BASE=alpine:3.12 23:18:18 Step 2/15 : FROM ${BASE} 23:18:18 ---> a9b2a904a337 23:18:18 Step 3/15 : LABEL maintainer="IOTech " 23:18:19 ---> Running in e4130e654687 23:18:19 Removing intermediate container e4130e654687 23:18:19 ---> 3d9aced2a0a7 23:18:19 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:18:19 ---> Running in be9111d7ec13 23:18:19 fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz 23:18:19 [ 70%] Building C object c/CMakeFiles/csdk.dir/transform.c.o 23:18:20 fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz 23:18:20 (1/6) Installing ncurses-dev (6.1_p20190105-r0) 23:18:20 (2/6) Installing libblkid (2.33-r0) 23:18:20 [ 71%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o 23:18:20 (3/6) Installing libfdisk (2.33-r0) 23:18:20 (4/6) Installing libmount (2.33-r0) 23:18:20 (5/6) Installing libsmartcols (2.33-r0) 23:18:20 [ 73%] Linking C shared library libcsdk.so 23:18:21 (6/6) Installing util-linux-dev (2.33-r0) 23:18:21 [ 73%] Built target csdk 23:18:21 Scanning dependencies of target template 23:18:21 [ 75%] Building C object c/examples/CMakeFiles/template.dir/template.c.o 23:18:21 Executing busybox-1.29.3-r10.trigger 23:18:21 OK: 272 MiB in 84 packages 23:18:21 [ 76%] Linking C executable template 23:18:21 Removing intermediate container be9111d7ec13 23:18:21 ---> 6778d53633a0 23:18:21 Step 5/15 : COPY VERSION /edgex-c-sdk/ 23:18:21 [ 76%] Built target template 23:18:21 Scanning dependencies of target device-counter 23:18:21 [ 78%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o 23:18:22 ---> 555ed56326f7 23:18:22 Step 6/15 : COPY src /edgex-c-sdk/src/ 23:18:22 [ 80%] Linking C executable device-counter 23:18:22 [ 80%] Built target device-counter 23:18:22 Scanning dependencies of target device-random 23:18:22 [ 81%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o 23:18:22 ---> 4e5621fe5a67 23:18:22 Step 7/15 : COPY include /edgex-c-sdk/include/ 23:18:22 ---> dfb1ce472d75 23:18:22 Step 8/15 : COPY scripts /edgex-c-sdk/scripts 23:18:23 [ 83%] Linking C executable device-random 23:18:23 ---> 0b3c20dbb877 23:18:23 Step 9/15 : COPY LICENSE /edgex-c-sdk/ 23:18:23 [ 83%] Built target device-random 23:18:23 Scanning dependencies of target device-gyro 23:18:23 [ 85%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o 23:18:23 ---> 033265359360 23:18:23 Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ 23:18:23 [ 86%] Linking C executable device-gyro 23:18:23 ---> fae3b68f9f58 23:18:23 Step 11/15 : WORKDIR /edgex-c-sdk 23:18:23 ---> Running in 17733b8c26be 23:18:23 [ 86%] Built target device-gyro 23:18:23 Scanning dependencies of target device-bitfields 23:18:23 [ 88%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o 23:18:24 Removing intermediate container 17733b8c26be 23:18:24 ---> 6ddae4c6623d 23:18:24 Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] 23:18:24 ---> Running in 6bd405f7cba3 23:18:24 Removing intermediate container 6bd405f7cba3 23:18:24 ---> 3f5e97fe6278 23:18:24 Step 13/15 : LABEL arch=amd64 23:18:24 ---> Running in b032e1d16c20 23:18:24 Removing intermediate container b032e1d16c20 23:18:24 ---> 007cdb9f809c 23:18:24 Step 14/15 : LABEL git_sha=06ade1fa7729c29c4541d63534fa6253b829bfc5 23:18:24 ---> Running in 4c10d3c42f2f 23:18:24 [ 90%] Linking C executable device-bitfields 23:18:24 [ 90%] Built target device-bitfields 23:18:24 Scanning dependencies of target template-discovery 23:18:24 [ 91%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o 23:18:24 Removing intermediate container 4c10d3c42f2f 23:18:24 ---> 2c258cd2f8e6 23:18:24 Step 15/15 : LABEL version=0.0.0 23:18:24 ---> Running in 124e0759f0e6 23:18:24 Removing intermediate container 124e0759f0e6 23:18:24 ---> 9c113a81d974 23:18:24 [Warning] One or more build-args [ARCH MAKE] were not consumed 23:18:25 Successfully built 9c113a81d974 23:18:25 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 23:18:25 [ 93%] Linking C executable template-discovery 23:18:25 [ 93%] Built target template-discovery 23:18:25 Scanning dependencies of target device-file 23:18:25 [ 95%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [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] } 23:18:26 [ 96%] Linking C executable device-file [Pipeline] // stage [Pipeline] } 23:18:26 [ 96%] Built target device-file 23:18:26 Scanning dependencies of target device-terminal 23:18:26 [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o 23:18:27 [100%] Linking C executable device-terminal 23:18:27 [100%] Built target device-terminal 23:18:27 Run CPack packaging tool... 23:18:27 CPack: Create package using TGZ 23:18:27 CPack: Install projects 23:18:27 CPack: - Run preinstall target for: Csdk 23:18:27 CPack: - Install project: Csdk 23:18:27 CPack: Create package 23:18:27 CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. 23:18:27 + '[' false '=' true ] 23:18:27 + '[' false '=' true ] 23:18:27 + mkdir -p /tmp/sdk/build/debug 23:18:27 + cd /tmp/sdk/build/debug 23:18:27 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src 23:18:28 -- The C compiler identification is GNU 8.3.0 23:18:28 -- Check for working C compiler: /usr/bin/cc 23:18:28 -- Check for working C compiler: /usr/bin/cc -- works 23:18:28 -- Detecting C compiler ABI info 23:18:28 -- Detecting C compiler ABI info - done 23:18:28 -- Detecting C compile features 23:18:29 -- Detecting C compile features - done 23:18:29 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so 23:18:29 -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") 23:18:29 -- Found LIBYAML: /usr/lib/libyaml.so 23:18:29 -- Found LIBUUID: /usr/lib/libuuid.so 23:18:29 -- Found LIBCBOR: /usr/local/lib64/libcbor.so 23:18:29 -- C SDK 0.0.0 for Linux 23:18:29 -- Performing Test CSDK_HAVE_ATOMIC 23:18:29 -- Performing Test CSDK_HAVE_ATOMIC - Success 23:18:29 -- Found Curses: /usr/lib/libcurses.so 23:18:29 -- Configuring done 23:18:30 -- Generating done 23:18:30 -- Build files have been written to: /tmp/sdk/build/debug 23:18:30 + make 23:18:30 + tee debug.log 23:18:30 Scanning dependencies of target csdk 23:18:30 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o 23:18:30 [ 3%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o 23:18:31 [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o 23:18:31 [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o 23:18:31 [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o 23:18:31 [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o 23:18:32 [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o 23:18:32 [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o 23:18:33 [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o 23:18:33 [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o 23:18:33 [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o 23:18:33 [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o 23:18:34 [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o 23:18:34 [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o 23:18:35 [ 25%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o 23:18:35 [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o 23:18:35 [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o 23:18:35 [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o 23:18:35 [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o 23:18:35 [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o 23:18:36 [ 35%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o 23:18:36 [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o 23:18:37 [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o 23:18:37 [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o 23:18:37 [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o 23:18:37 [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o 23:18:38 [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o 23:18:38 [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o 23:18:38 [ 48%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o 23:18:38 [ 50%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o 23:18:39 [ 51%] Building C object c/CMakeFiles/csdk.dir/map.c.o 23:18:39 [ 53%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o 23:18:39 [ 55%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o 23:18:39 [ 56%] Building C object c/CMakeFiles/csdk.dir/parson.c.o 23:18:40 [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o 23:18:41 [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o 23:18:41 [ 61%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o 23:18:41 [ 63%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o 23:18:42 [ 65%] Building C object c/CMakeFiles/csdk.dir/rest.c.o 23:18:42 [ 66%] Building C object c/CMakeFiles/csdk.dir/service.c.o 23:18:43 [ 68%] Building C object c/CMakeFiles/csdk.dir/toml.c.o 23:18:44 [ 70%] Building C object c/CMakeFiles/csdk.dir/transform.c.o 23:18:44 [ 71%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o 23:18:44 [ 73%] Linking C shared library libcsdk.so 23:18:44 [ 73%] Built target csdk 23:18:44 Scanning dependencies of target template 23:18:44 [ 75%] Building C object c/examples/CMakeFiles/template.dir/template.c.o 23:18:45 [ 76%] Linking C executable template 23:18:45 [ 76%] Built target template 23:18:45 Scanning dependencies of target device-counter 23:18:45 [ 78%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o 23:18:45 [ 80%] Linking C executable device-counter 23:18:46 [ 80%] Built target device-counter 23:18:46 Scanning dependencies of target device-random 23:18:46 [ 81%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o 23:18:46 [ 83%] Linking C executable device-random 23:18:46 [ 83%] Built target device-random 23:18:46 Scanning dependencies of target device-gyro 23:18:46 [ 85%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o 23:18:46 [ 86%] Linking C executable device-gyro 23:18:46 [ 86%] Built target device-gyro 23:18:46 Scanning dependencies of target device-bitfields 23:18:46 [ 88%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o 23:18:47 [ 90%] Linking C executable device-bitfields 23:18:47 [ 90%] Built target device-bitfields 23:18:47 Scanning dependencies of target template-discovery 23:18:47 [ 91%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o 23:18:47 [ 93%] Linking C executable template-discovery 23:18:47 [ 93%] Built target template-discovery 23:18:47 Scanning dependencies of target device-file 23:18:47 [ 95%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o 23:18:48 [ 96%] Linking C executable device-file 23:18:48 [ 96%] Built target device-file 23:18:48 Scanning dependencies of target device-terminal 23:18:48 [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o 23:18:49 [100%] Linking C executable device-terminal 23:18:49 [100%] Built target device-terminal 23:18:49 make: Entering directory '/tmp/sdk/build/release' 23:18:49 make[1]: Entering directory '/tmp/sdk/build/release' 23:18:49 make[2]: Entering directory '/tmp/sdk/build/release' 23:18:49 make[2]: Leaving directory '/tmp/sdk/build/release' 23:18:49 [ 73%] Built target csdk 23:18:49 make[2]: Entering directory '/tmp/sdk/build/release' 23:18:49 make[2]: Leaving directory '/tmp/sdk/build/release' 23:18:49 [ 76%] Built target template 23:18:49 make[2]: Entering directory '/tmp/sdk/build/release' 23:18:49 make[2]: Leaving directory '/tmp/sdk/build/release' 23:18:49 [ 80%] Built target device-counter 23:18:49 make[2]: Entering directory '/tmp/sdk/build/release' 23:18:49 make[2]: Leaving directory '/tmp/sdk/build/release' 23:18:49 [ 83%] Built target device-random 23:18:49 make[2]: Entering directory '/tmp/sdk/build/release' 23:18:49 make[2]: Leaving directory '/tmp/sdk/build/release' 23:18:49 [ 86%] Built target device-gyro 23:18:49 make[2]: Entering directory '/tmp/sdk/build/release' 23:18:49 make[2]: Leaving directory '/tmp/sdk/build/release' 23:18:49 [ 90%] Built target device-bitfields 23:18:49 make[2]: Entering directory '/tmp/sdk/build/release' 23:18:49 make[2]: Leaving directory '/tmp/sdk/build/release' 23:18:49 [ 93%] Built target template-discovery 23:18:49 make[2]: Entering directory '/tmp/sdk/build/release' 23:18:49 make[2]: Leaving directory '/tmp/sdk/build/release' 23:18:49 [ 96%] Built target device-file 23:18:49 make[2]: Entering directory '/tmp/sdk/build/release' 23:18:49 make[2]: Leaving directory '/tmp/sdk/build/release' 23:18:49 [100%] Built target device-terminal 23:18:49 make[1]: Leaving directory '/tmp/sdk/build/release' 23:18:49 Install the project... 23:18:49 -- Install configuration: "Release" 23:18:49 -- Installing: /usr/local/lib/libcsdk.so 23:18:49 -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" 23:18:49 -- Up-to-date: /usr/local/include 23:18:49 -- Installing: /usr/local/include/edgex 23:18:49 -- Installing: /usr/local/include/edgex/rest-server.h 23:18:49 -- Installing: /usr/local/include/edgex/edgex-base.h 23:18:49 -- Installing: /usr/local/include/edgex/edgex.h 23:18:49 -- Installing: /usr/local/include/edgex/devices.h 23:18:49 -- Installing: /usr/local/include/edgex/profiles.h 23:18:49 -- Installing: /usr/local/include/edgex/csdk-defs.h 23:18:49 -- Installing: /usr/local/include/devsdk 23:18:49 -- Installing: /usr/local/include/devsdk/devsdk-base.h 23:18:49 -- Installing: /usr/local/include/devsdk/devsdk.h 23:18:49 -- Installing: /usr/local/include/iot 23:18:49 -- Installing: /usr/local/include/iot/json.h 23:18:49 -- Installing: /usr/local/include/iot/container.h 23:18:49 -- Installing: /usr/local/include/iot/component.h 23:18:49 -- Installing: /usr/local/include/iot/typecode.h 23:18:49 -- Installing: /usr/local/include/iot/iot.h 23:18:49 -- Installing: /usr/local/include/iot/time.h 23:18:49 -- Installing: /usr/local/include/iot/hash.h 23:18:49 -- Installing: /usr/local/include/iot/logger.h 23:18:49 -- Installing: /usr/local/include/iot/os 23:18:49 -- Installing: /usr/local/include/iot/os/zephyr.h 23:18:49 -- Installing: /usr/local/include/iot/os/linux.h 23:18:49 -- Installing: /usr/local/include/iot/os/macos.h 23:18:49 -- Installing: /usr/local/include/iot/scheduler.h 23:18:49 -- Installing: /usr/local/include/iot/data.h 23:18:49 -- Installing: /usr/local/include/iot/thread.h 23:18:49 -- Installing: /usr/local/include/iot/os.h 23:18:49 -- Installing: /usr/local/include/iot/base64.h 23:18:49 -- Installing: /usr/local/include/iot/defs.h 23:18:49 -- Installing: /usr/local/include/iot/threadpool.h 23:18:49 -- Installing: /usr/local/include/iot/config.h 23:18:49 -- Installing: /usr/local/share/device-sdk-c/LICENSE 23:18:49 -- Installing: /usr/local/share/device-sdk-c/Attribution.txt 23:18:49 make: Leaving directory '/tmp/sdk/build/release' 23:18:52 Removing intermediate container 764b7f3b0400 23:18:52 ---> 7ba09a72b430 23:18:52 Step 14/21 : FROM ${BASE} 23:18:52 ---> b23d30803547 23:18:52 Step 15/21 : LABEL maintainer="IOTech " 23:18:52 ---> Running in 6cc210220365 23:18:52 Removing intermediate container 6cc210220365 23:18:52 ---> 87a8868b29c1 23:18:52 Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid 23:18:52 ---> Running in de10d8b662aa 23:18:53 fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz 23:18:54 fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz 23:18:54 (1/3) Installing curl (7.64.0-r5) 23:18:55 (2/3) Installing libuuid (2.33-r0) 23:18:55 (3/3) Installing wget (1.20.3-r0) 23:18:55 Executing busybox-1.29.3-r10.trigger 23:18:55 OK: 281 MiB in 78 packages 23:18:56 Removing intermediate container de10d8b662aa 23:18:56 ---> 2526c8d2c8ec 23:18:56 Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot 23:18:57 ---> e4866f3ee161 23:18:57 Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex 23:18:57 ---> 2589b4c5e217 23:18:57 Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib 23:18:58 ---> c42854e652d7 23:18:58 Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 23:18:59 ---> 9582802e25da 23:18:59 Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c 23:19:00 ---> ed98a426845c 23:19:00 Successfully built ed98a426845c 23:19:00 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:19:01 + docker inspect -f . ci-base-image-arm64 23:19:01 . [Pipeline] withDockerContainer 23:19:01 prd-ubuntu18.04-docker-arm64-4c-16g-29547 does not seem to be running inside a container 23:19:01 $ 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-arm64 cat 23:19:03 $ docker top 35f1b1c69b7a583c8624fcec64c139cd7b38ce513879c09b27b7533821d40bfb -eo pid,comm [Pipeline] { [Pipeline] sh 23:19:04 + make test 23:19:04 echo "make test" 23:19:04 make test [Pipeline] } 23:19:04 $ docker stop --time=1 35f1b1c69b7a583c8624fcec64c139cd7b38ce513879c09b27b7533821d40bfb 23:19:06 $ docker rm -f 35f1b1c69b7a583c8624fcec64c139cd7b38ce513879c09b27b7533821d40bfb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 23:19:07 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:19:07 + ls -al . 23:19:07 total 192 23:19:07 drwxrwxr-x 8 jenkins jenkins 4096 Mar 11 23:16 . 23:19:07 drwxrwxr-x 4 jenkins jenkins 4096 Mar 11 23:16 .. 23:19:07 drwxrwxr-x 8 jenkins jenkins 4096 Mar 11 23:16 .git 23:19:07 drwxrwxr-x 2 jenkins jenkins 4096 Mar 11 23:16 .github 23:19:07 -rw-rw-r-- 1 jenkins jenkins 176 Mar 11 23:16 .gitignore 23:19:07 -rw-rw-r-- 1 jenkins jenkins 3104 Mar 11 23:16 Attribution.txt 23:19:07 -rw-rw-r-- 1 jenkins jenkins 6927 Mar 11 23:16 CHANGES 23:19:07 -rw-rw-r-- 1 jenkins jenkins 108574 Mar 11 23:16 Doxyfile 23:19:07 -rw-rw-r-- 1 jenkins jenkins 784 Mar 11 23:16 Jenkinsfile 23:19:07 -rw-rw-r-- 1 jenkins jenkins 10174 Mar 11 23:16 LICENSE 23:19:07 -rw-rw-r-- 1 jenkins jenkins 444 Mar 11 23:16 Makefile 23:19:07 -rw-rw-r-- 1 jenkins jenkins 2694 Mar 11 23:16 README.md 23:19:07 -rw-rw-r-- 1 jenkins jenkins 6654 Mar 11 23:16 README.v2.md 23:19:07 -rw-rw-r-- 1 jenkins jenkins 5 Mar 11 23:14 VERSION 23:19:07 drwxrwxr-x 2 jenkins jenkins 4096 Mar 11 23:16 docs 23:19:07 drwxrwxr-x 4 jenkins jenkins 4096 Mar 11 23:16 include 23:19:07 drwxrwxr-x 2 jenkins jenkins 4096 Mar 11 23:16 scripts 23:19:07 drwxrwxr-x 4 jenkins jenkins 4096 Mar 11 23:16 src [Pipeline] isUnix [Pipeline] sh 23:19:08 + 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=06ade1fa7729c29c4541d63534fa6253b829bfc5 --label arch=arm64 --label version=0.0.0 . 23:19:08 Sending build context to Docker daemon 2.513MB 23:19:08 Step 1/15 : ARG BASE=alpine:3.12 23:19:08 Step 2/15 : FROM ${BASE} 23:19:08 ---> ed98a426845c 23:19:08 Step 3/15 : LABEL maintainer="IOTech " 23:19:08 ---> Running in 1c4f18b9e58a 23:19:09 Removing intermediate container 1c4f18b9e58a 23:19:09 ---> e9defa4503c4 23:19:09 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:19:09 ---> Running in 2e1d02d66fe7 23:19:10 fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz 23:19:11 fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz 23:19:11 (1/6) Installing ncurses-dev (6.1_p20190105-r0) 23:19:11 (2/6) Installing libblkid (2.33-r0) 23:19:11 (3/6) Installing libfdisk (2.33-r0) 23:19:12 (4/6) Installing libmount (2.33-r0) 23:19:12 (5/6) Installing libsmartcols (2.33-r0) 23:19:12 (6/6) Installing util-linux-dev (2.33-r0) 23:19:12 Executing busybox-1.29.3-r10.trigger 23:19:12 OK: 286 MiB in 84 packages 23:19:14 Removing intermediate container 2e1d02d66fe7 23:19:14 ---> fd2e3a22377f 23:19:14 Step 5/15 : COPY VERSION /edgex-c-sdk/ 23:19:14 ---> ea3a8b020ece 23:19:14 Step 6/15 : COPY src /edgex-c-sdk/src/ 23:19:15 ---> 685abfc9df08 23:19:15 Step 7/15 : COPY include /edgex-c-sdk/include/ 23:19:16 ---> 3e2125a49d94 23:19:16 Step 8/15 : COPY scripts /edgex-c-sdk/scripts 23:19:17 ---> 7ed0b13e27cd 23:19:17 Step 9/15 : COPY LICENSE /edgex-c-sdk/ 23:19:18 ---> faf8c970b901 23:19:18 Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ 23:19:18 ---> 2eafe3bc0d57 23:19:18 Step 11/15 : WORKDIR /edgex-c-sdk 23:19:18 ---> Running in b3ceff538156 23:19:19 Removing intermediate container b3ceff538156 23:19:19 ---> 6719c3df4f78 23:19:19 Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] 23:19:19 ---> Running in 14ecf391114a 23:19:20 Removing intermediate container 14ecf391114a 23:19:20 ---> 174ee5cf0dd5 23:19:20 Step 13/15 : LABEL arch=arm64 23:19:20 ---> Running in 9874c4141d04 23:19:20 Removing intermediate container 9874c4141d04 23:19:20 ---> 5f7dceb004f9 23:19:20 Step 14/15 : LABEL git_sha=06ade1fa7729c29c4541d63534fa6253b829bfc5 23:19:20 ---> Running in 96bde57d6051 23:19:20 Removing intermediate container 96bde57d6051 23:19:20 ---> 8895f6049736 23:19:20 Step 15/15 : LABEL version=0.0.0 23:19:21 ---> Running in deb25c572a4e 23:19:21 Removing intermediate container deb25c572a4e 23:19:21 ---> 1162cb3a9086 23:19:21 [Warning] One or more build-args [ARCH MAKE] were not consumed 23:19:21 Successfully built 1162cb3a9086 23:19:21 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:19:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:19:24 ---> package-listing.sh 23:19:24 ++ facter osfamily 23:19:24 ++ tr '[:upper:]' '[:lower:]' 23:19:24 + OS_FAMILY=redhat 23:19:24 + workspace=/w/workspace/edgexfoundry_device-sdk-c_PR-331 23:19:24 + START_PACKAGES=/tmp/packages_start.txt 23:19:24 + END_PACKAGES=/tmp/packages_end.txt 23:19:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:19:24 + PACKAGES=/tmp/packages_start.txt 23:19:24 + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-331 ']' 23:19:24 + PACKAGES=/tmp/packages_end.txt 23:19:24 + case "${OS_FAMILY}" in 23:19:24 + rpm -qa 23:19:24 + sort 23:19:30 + '[' -f /tmp/packages_start.txt ']' 23:19:30 + '[' -f /tmp/packages_end.txt ']' 23:19:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:19:30 + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-331 ']' 23:19:30 + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_PR-331/archives/ 23:19:30 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-c_PR-331/archives/ [Pipeline] echo 23:19:30 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-331/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:19:30 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:19:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:19:30 23:19:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:19:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:19:31 alpine: Pulling from edgex-lftools-log-publisher 23:19:31 df20fa9351a1: Pulling fs layer 23:19:31 36b3adc4ff6f: Pulling fs layer 23:19:31 8ad3a11d3b57: Pulling fs layer 23:19:31 46f8f816bc3b: Pulling fs layer 23:19:31 93b61091891f: Pulling fs layer 23:19:31 93b9cdb0e59b: Pulling fs layer 23:19:31 5e14af77c1be: Pulling fs layer 23:19:31 01666e4c0597: Pulling fs layer 23:19:31 aa168da1d23b: Pulling fs layer 23:19:31 93b9cdb0e59b: Waiting 23:19:31 93b61091891f: Waiting 23:19:31 5e14af77c1be: Waiting 23:19:31 aa168da1d23b: Waiting 23:19:31 46f8f816bc3b: Waiting 23:19:31 36b3adc4ff6f: Verifying Checksum 23:19:31 36b3adc4ff6f: Download complete 23:19:31 46f8f816bc3b: Verifying Checksum 23:19:31 46f8f816bc3b: Download complete 23:19:31 df20fa9351a1: Verifying Checksum 23:19:31 df20fa9351a1: Download complete 23:19:31 93b9cdb0e59b: Verifying Checksum 23:19:31 93b9cdb0e59b: Download complete 23:19:31 93b61091891f: Verifying Checksum 23:19:31 93b61091891f: Download complete 23:19:31 5e14af77c1be: Verifying Checksum 23:19:31 5e14af77c1be: Download complete 23:19:31 01666e4c0597: Verifying Checksum 23:19:31 01666e4c0597: Download complete 23:19:31 df20fa9351a1: Pull complete 23:19:32 36b3adc4ff6f: Pull complete 23:19:32 8ad3a11d3b57: Verifying Checksum 23:19:32 8ad3a11d3b57: Download complete 23:19:32 8ad3a11d3b57: Pull complete 23:19:32 46f8f816bc3b: Pull complete 23:19:33 aa168da1d23b: Verifying Checksum 23:19:33 aa168da1d23b: Download complete 23:19:34 93b61091891f: Pull complete 23:19:34 93b9cdb0e59b: Pull complete 23:19:34 5e14af77c1be: Pull complete 23:19:34 01666e4c0597: Pull complete 23:19:42 aa168da1d23b: Pull complete 23:19:42 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:19:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:19:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:19:43 prd-centos7-docker-4c-2g-29546 does not seem to be running inside a container 23:19:43 $ 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-331/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-331 -v /w/workspace/edgexfoundry_device-sdk-c_PR-331:/w/workspace/edgexfoundry_device-sdk-c_PR-331:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_PR-331@tmp:/w/workspace/edgexfoundry_device-sdk-c_PR-331@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:19:47 $ docker top 7efef01c4e15c662ec7a19de01113735cc406d3017b397b15ecf780cae972997 -eo pid,comm [Pipeline] { [Pipeline] sh 23:19:47 + touch /tmp/pre-build-complete [Pipeline] sh 23:19:48 + mkdir -p /var/log/sa [Pipeline] sh 23:19:48 + ls /var/log/sa-host 23:19:48 + sadf -c /var/log/sa-host/sa11 23:19:48 file_magic: OK 23:19:48 HZ: Using current value: 100 23:19:48 file_header: OK 23:19:48 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:19:48 Statistics: 23:19:48 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:19:48 File successfully converted to sysstat format version 12.2.1 23:19:48 + sadf -c /var/log/sa-host/sa23 23:19:48 file_magic: OK 23:19:48 HZ: Using current value: 100 23:19:48 file_header: OK 23:19:48 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:19:48 Statistics: 23:19:48 Hnuu...uuuununununu... 23:19:48 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:19:49 provisioning config files... 23:19:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_PR-331@tmp/config395773152260385018tmp [Pipeline] { [Pipeline] echo 23:19:49 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:19:49 ---> create-netrc.sh [Pipeline] } 23:19:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:19:49 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:19:49 ---> python-tools-install.sh [Pipeline] echo 23:19:49 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:19:50 ---> sudo-logs.sh 23:19:50 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 23:19:50 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:19:50 ---> job-cost.sh 23:19:50 lf-activate-venv: SKIPPING 23:19:50 INFO: No Stack... 23:19:51 INFO: Retrieving Pricing Info for: v1-standard-2 23:19:52 INFO: Archiving Costs [Pipeline] echo 23:19:52 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:19:52 ---> logs-deploy.sh 23:19:52 lf-activate-venv: SKIPPING 23:19:52 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/PR-331/2 23:19:52 INFO: archiving workspace using pattern(s): 23:19:54 Archives upload complete. 23:19:54 INFO: archiving logs to Nexus 23:19:55 ---> uname -a: 23:19:55 Linux prd-centos7-docker-4c-2g-29546.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:19:55 23:19:55 23:19:55 ---> lscpu: 23:19:55 Architecture: x86_64 23:19:55 CPU op-mode(s): 32-bit, 64-bit 23:19:55 Byte Order: Little Endian 23:19:55 Address sizes: 40 bits physical, 48 bits virtual 23:19:55 CPU(s): 4 23:19:55 On-line CPU(s) list: 0-3 23:19:55 Thread(s) per core: 1 23:19:55 Core(s) per socket: 1 23:19:55 Socket(s): 4 23:19:55 NUMA node(s): 1 23:19:55 Vendor ID: GenuineIntel 23:19:55 CPU family: 6 23:19:55 Model: 44 23:19:55 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:19:55 Stepping: 1 23:19:55 CPU MHz: 2933.438 23:19:55 BogoMIPS: 5866.87 23:19:55 Virtualization: VT-x 23:19:55 Hypervisor vendor: KVM 23:19:55 Virtualization type: full 23:19:55 L1d cache: 128 KiB 23:19:55 L1i cache: 128 KiB 23:19:55 L2 cache: 16 MiB 23:19:55 L3 cache: 64 MiB 23:19:55 NUMA node0 CPU(s): 0-3 23:19:55 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:19:55 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:19:55 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:19:55 Vulnerability Meltdown: Mitigation; PTI 23:19:55 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:19:55 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:19:55 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:19:55 Vulnerability Srbds: Not affected 23:19:55 Vulnerability Tsx async abort: Not affected 23:19:55 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:19:55 23:19:55 23:19:55 ---> nproc: 23:19:55 4 23:19:55 23:19:55 23:19:55 ---> df -h: 23:19:55 Filesystem Size Used Available Use% Mounted on 23:19:55 overlay 50.0G 7.3G 42.7G 15% / 23:19:55 tmpfs 64.0M 0 64.0M 0% /dev 23:19:55 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:19:55 shm 64.0M 0 64.0M 0% /dev/shm 23:19:55 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 23:19:55 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 23:19:55 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 23:19:55 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 23:19:55 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 23:19:55 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 23:19:55 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_device-sdk-c_PR-331 23:19:55 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_device-sdk-c_PR-331@tmp 23:19:55 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 23:19:55 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 23:19:55 23:19:55 23:19:55 ---> free -m: 23:19:55 total used free shared buff/cache available 23:19:55 Mem: 1837 699 112 0 1025 1032 23:19:55 Swap: 1023 1 1022 23:19:55 23:19:55 23:19:55 ---> ip addr: 23:19:55 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:19:55 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:19:55 inet 127.0.0.1/8 scope host lo 23:19:55 valid_lft forever preferred_lft forever 23:19:55 inet6 ::1/128 scope host 23:19:55 valid_lft forever preferred_lft forever 23:19:55 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:19:55 link/ether fa:16:3e:58:fe:4f brd ff:ff:ff:ff:ff:ff 23:19:55 inet 10.30.123.88/23 brd 10.30.123.255 scope global dynamic eth0 23:19:55 valid_lft 86011sec preferred_lft 86011sec 23:19:55 inet6 fe80::f816:3eff:fe58:fe4f/64 scope link 23:19:55 valid_lft forever preferred_lft forever 23:19:55 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:19:55 link/ether 02:42:4c:ea:ec:6a brd ff:ff:ff:ff:ff:ff 23:19:55 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:19:55 valid_lft forever preferred_lft forever 23:19:55 inet6 fe80::42:4cff:feea:ec6a/64 scope link 23:19:55 valid_lft forever preferred_lft forever 23:19:55 23:19:55 23:19:55 ---> sar -b -r -n DEV: 23:19:55 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/11/21 _x86_64_ (4 CPU) 23:19:55 23:19:55 23:13:13 LINUX RESTART (4 CPU) 23:19:55 23:19:55 23:14:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:19:55 23:15:01 31.86 11.55 20.31 0.00 4431.89 3115.22 0.00 23:19:55 23:16:01 0.63 0.00 0.63 0.00 0.00 10.46 0.00 23:19:55 23:17:02 0.25 0.00 0.25 0.00 0.00 3.38 0.00 23:19:55 23:18:01 0.27 0.00 0.27 0.00 0.00 3.52 0.00 23:19:55 23:19:01 0.22 0.00 0.22 0.00 0.00 2.48 0.00 23:19:55 Average: 6.58 2.29 4.30 0.00 877.70 620.93 0.00 23:19:55 23:19:55 23:14:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:19:55 23:15:01 139208 0 604236 32.11 2620 1135480 1096812 37.43 464964 1076984 20 23:19:55 23:16:01 145428 0 598008 31.78 2620 1135488 1070236 36.53 460908 1075692 8 23:19:55 23:17:02 142976 0 600456 31.91 2620 1135492 1070452 36.53 460924 1078632 8 23:19:55 23:18:01 143092 0 600340 31.91 2620 1135492 1070392 36.53 479144 1060120 8 23:19:55 23:19:01 142340 0 601084 31.95 2620 1135500 1070296 36.53 477120 1063488 16 23:19:55 Average: 142609 0 600825 31.93 2620 1135490 1075638 36.71 468612 1070983 12 23:19:55 23:19:55 23:14:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:19:55 23:15:01 eth0 88.10 74.35 369.92 36.64 0.00 0.00 0.00 0.00 23:19:55 23:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:55 23:15:01 docker0 11.61 8.96 1.28 23.01 0.00 0.00 0.00 0.00 23:19:55 23:16:01 eth0 0.75 0.07 0.06 0.01 0.00 0.00 0.00 0.00 23:19:55 23:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:55 23:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:55 23:17:02 eth0 4.21 2.05 3.30 0.31 0.00 0.00 0.00 0.00 23:19:55 23:17:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:55 23:17:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:55 23:18:01 eth0 0.54 0.30 0.28 0.20 0.00 0.00 0.00 0.00 23:19:55 23:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:55 23:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:55 23:19:01 eth0 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 23:19:55 23:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:55 23:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:55 Average: eth0 18.59 15.24 74.01 7.37 0.00 0.00 0.00 0.00 23:19:55 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:55 Average: docker0 2.30 1.77 0.25 4.56 0.00 0.00 0.00 0.00 23:19:55 23:19:55 23:19:55 ---> sar -P ALL: 23:19:55 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/11/21 _x86_64_ (4 CPU) 23:19:55 23:19:55 23:13:13 LINUX RESTART (4 CPU) 23:19:55 23:19:55 23:14:02 CPU %user %nice %system %iowait %steal %idle 23:19:55 23:15:01 all 2.79 0.00 1.88 0.58 0.02 94.73 23:19:55 23:15:01 0 3.43 0.00 1.96 1.45 0.02 93.14 23:19:55 23:15:01 1 2.63 0.00 2.20 0.41 0.02 94.74 23:19:55 23:15:01 2 2.63 0.00 1.50 0.12 0.02 95.73 23:19:55 23:15:01 3 2.47 0.00 1.86 0.36 0.02 95.29 23:19:55 23:16:01 all 0.16 0.00 0.05 0.00 0.00 99.78 23:19:55 23:16:01 0 0.47 0.00 0.05 0.00 0.02 99.47 23:19:55 23:16:01 1 0.07 0.00 0.05 0.00 0.00 99.88 23:19:55 23:16:01 2 0.05 0.00 0.07 0.00 0.00 99.88 23:19:55 23:16:01 3 0.05 0.00 0.05 0.00 0.00 99.90 23:19:55 23:17:02 all 0.23 0.00 0.06 0.00 0.03 99.67 23:19:55 23:17:02 0 0.07 0.00 0.05 0.00 0.02 99.87 23:19:55 23:17:02 1 0.17 0.00 0.08 0.00 0.03 99.72 23:19:55 23:17:02 2 0.60 0.00 0.03 0.00 0.02 99.35 23:19:55 23:17:02 3 0.10 0.00 0.08 0.00 0.05 99.77 23:19:55 23:18:01 all 0.15 0.00 0.05 0.00 0.01 99.79 23:19:55 23:18:01 0 0.05 0.00 0.05 0.00 0.02 99.88 23:19:55 23:18:01 1 0.03 0.00 0.10 0.00 0.02 99.85 23:19:55 23:18:01 2 0.51 0.00 0.03 0.00 0.00 99.46 23:19:55 23:18:01 3 0.02 0.00 0.02 0.00 0.00 99.97 23:19:55 23:19:01 all 0.16 0.00 0.04 0.00 0.00 99.80 23:19:55 23:19:01 0 0.05 0.00 0.05 0.00 0.00 99.90 23:19:55 23:19:01 1 0.03 0.00 0.03 0.00 0.00 99.93 23:19:55 23:19:01 2 0.53 0.00 0.02 0.00 0.00 99.45 23:19:55 23:19:01 3 0.03 0.00 0.07 0.00 0.00 99.90 23:19:55 Average: all 0.69 0.00 0.41 0.12 0.01 98.77 23:19:55 Average: 0 0.80 0.00 0.43 0.29 0.01 98.47 23:19:55 Average: 1 0.58 0.00 0.49 0.08 0.01 98.84 23:19:55 Average: 2 0.86 0.00 0.33 0.02 0.01 98.79 23:19:55 Average: 3 0.53 0.00 0.41 0.07 0.01 98.98 23:19:55 23:19:55 23:19:55