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 5ed6e76d2baa0cb6c47fd743d8659d4565179b84+603e15a22e98ad0ffc0e9ce671b1afa02ea84060 (f43cf0f4b59e3f867a0dbe98603141b328ccca5b) 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 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-29744’ Running on prd-centos7-docker-4c-2g-29747 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 Merging remotes/origin/master commit 603e15a22e98ad0ffc0e9ce671b1afa02ea84060 into PR head commit 5ed6e76d2baa0cb6c47fd743d8659d4565179b84 > 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 Merge succeeded, producing 5ed6e76d2baa0cb6c47fd743d8659d4565179b84 Checking out Revision 5ed6e76d2baa0cb6c47fd743d8659d4565179b84 (PR-331) > git config core.sparsecheckout # timeout=10 > git checkout -f 5ed6e76d2baa0cb6c47fd743d8659d4565179b84 # 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 5ed6e76d2baa0cb6c47fd743d8659d4565179b84 # timeout=10 Commit message: "feat: create new devices from json/toml 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. > git rev-list --no-walk e91f65d62d30d7dd96d49d813917dfa5b280acdf # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:27:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:27:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:27:59 ========================================================= 22:27:59 EdgeX Global Pipelines Version Info 22:27:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:28:01 ------------------- 22:28:01 stable info: 22:28:01 ------------------- 22:28:01 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:28:01 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 22:28:01 Message: update stable to v1.0.184 22:28:03 ------------------- 22:28:03 experimental info: 22:28:03 ------------------- 22:28:03 Commited By: **** collab-it+edgex@linuxfoundation.org 22:28:03 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 22:28:03 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:28:03 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-c-settings [Pipeline] echo 22:28:03 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-c [Pipeline] echo 22:28:03 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:28:03 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:28:04 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:28:04 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [Pipeline] echo 22:28:04 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = scripts/Dockerfile.alpine [Pipeline] echo 22:28:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = scripts/Dockerfile.alpine-base [Pipeline] echo 22:28:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:28:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-c [Pipeline] echo 22:28:04 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:28:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:28:04 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:28:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:28:04 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:28:05 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:28:05 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:28:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-331 [Pipeline] echo 22:28:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-331 [Pipeline] echo 22:28:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-331 [Pipeline] echo 22:28:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5ed6e76d2baa0cb6c47fd743d8659d4565179b84 [Pipeline] echo 22:28:05 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5ed6e76 [Pipeline] echo 22:28:05 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:28:05 provisioning config files... 22:28:05 copy managed file [device-sdk-c-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_PR-331@tmp/config1263312076124045111tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:28:06 ---> docker-login.sh 22:28:06 nexus3.edgexfoundry.org:10001 22:28:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:28:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:28:09 Configure a credential helper to remove this warning. See 22:28:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:28:09 22:28:09 Login Succeeded 22:28:09 nexus3.edgexfoundry.org:10002 22:28:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:28:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:28:10 Configure a credential helper to remove this warning. See 22:28:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:28:10 22:28:10 Login Succeeded 22:28:10 nexus3.edgexfoundry.org:10003 22:28:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:28:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:28:11 Configure a credential helper to remove this warning. See 22:28:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:28:11 22:28:11 Login Succeeded 22:28:11 nexus3.edgexfoundry.org:10004 22:28:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:28:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:28:11 Configure a credential helper to remove this warning. See 22:28:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:28:11 22:28:11 Login Succeeded 22:28:11 docker.io 22:28:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:28:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:28:11 Configure a credential helper to remove this warning. See 22:28:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:28:11 22:28:11 Login Succeeded 22:28:11 ---> docker-login.sh ends [Pipeline] } 22:28:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 22:28:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:28:13 22:28:13 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:28:13 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:28:13 latest: Pulling from edgex-devops/git-semver 22:28:13 31603596830f: Pulling fs layer 22:28:13 2a8b12db71e7: Pulling fs layer 22:28:13 6ca5941a6612: Pulling fs layer 22:28:13 ecc8261a40a4: Pulling fs layer 22:28:13 ecc8261a40a4: Waiting 22:28:13 2a8b12db71e7: Verifying Checksum 22:28:13 2a8b12db71e7: Download complete 22:28:13 31603596830f: Verifying Checksum 22:28:13 31603596830f: Download complete 22:28:13 ecc8261a40a4: Verifying Checksum 22:28:13 ecc8261a40a4: Download complete 22:28:14 6ca5941a6612: Verifying Checksum 22:28:14 6ca5941a6612: Download complete 22:28:14 31603596830f: Pull complete 22:28:14 2a8b12db71e7: Pull complete 22:28:16 6ca5941a6612: Pull complete 22:28:17 ecc8261a40a4: Pull complete 22:28:18 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:28:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:28:18 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:28:18 prd-centos7-docker-4c-2g-29747 does not seem to be running inside a container 22:28:18 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:28:22 $ docker top 292d878b3c2c981af5e2112e5d56c27d570b09327c528dc9131f5e8dbce788e2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:28:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:28:23 [ssh-agent] Looking for ssh-agent implementation... 22:28:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:28:24 $ docker exec 292d878b3c2c981af5e2112e5d56c27d570b09327c528dc9131f5e8dbce788e2 ssh-agent 22:28:24 SSH_AUTH_SOCK=/tmp/ssh-0h5aSga7OnRd/agent.11 22:28:24 SSH_AGENT_PID=16 22:28:24 Running ssh-add (command line suppressed) 22:28:25 Identity added: /w/workspace/edgexfoundry_device-sdk-c_PR-331@tmp/private_key_7751869564140571658.key (/w/workspace/edgexfoundry_device-sdk-c_PR-331@tmp/private_key_7751869564140571658.key) 22:28:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:28:25 + git tag --points-at HEAD [Pipeline] } 22:28:25 $ docker exec --env ******** --env ******** 292d878b3c2c981af5e2112e5d56c27d570b09327c528dc9131f5e8dbce788e2 ssh-agent -k 22:28:26 unset SSH_AUTH_SOCK; 22:28:26 unset SSH_AGENT_PID; 22:28:26 echo Agent pid 16 killed; 22:28:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:28:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:28:26 [ssh-agent] Looking for ssh-agent implementation... 22:28:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:28:27 $ docker exec 292d878b3c2c981af5e2112e5d56c27d570b09327c528dc9131f5e8dbce788e2 ssh-agent 22:28:27 SSH_AUTH_SOCK=/tmp/ssh-jzctlSB4FtSa/agent.45 22:28:27 SSH_AGENT_PID=50 22:28:27 Running ssh-add (command line suppressed) 22:28:28 Identity added: /w/workspace/edgexfoundry_device-sdk-c_PR-331@tmp/private_key_1746306686548714119.key (/w/workspace/edgexfoundry_device-sdk-c_PR-331@tmp/private_key_1746306686548714119.key) 22:28:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:28:28 + git semver init 22:28:28 # -> Open(): unable to determine branch for HEAD 22:28:28 # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_PR-331/.git 22:28:28 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_PR-331 22:28:28 # $SEMVER_REMOTE_NAME = origin 22:28:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:28:28 # $SEMVER_USER_NAME = edgex-jenkins 22:28:28 # $SEMVER_BRANCH = PR-331 22:28:28 # $SEMVER_TEMP = /tmp/semver-415452149 22:28:28 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-c.git $SEMVER_TEMP 22:28:30 # '/tmp/semver-415452149' -> '/w/workspace/edgexfoundry_device-sdk-c_PR-331/.semver' 22:28:30 # -> Force: false 22:28:30 # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_PR-331/.semver [Pipeline] } 22:28:30 $ docker exec --env ******** --env ******** 292d878b3c2c981af5e2112e5d56c27d570b09327c528dc9131f5e8dbce788e2 ssh-agent -k 22:28:30 unset SSH_AUTH_SOCK; 22:28:30 unset SSH_AGENT_PID; 22:28:30 echo Agent pid 50 killed; 22:28:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:28:32 + git semver [Pipeline] } 22:28:32 $ docker stop --time=1 292d878b3c2c981af5e2112e5d56c27d570b09327c528dc9131f5e8dbce788e2 22:28:33 $ docker rm -f 292d878b3c2c981af5e2112e5d56c27d570b09327c528dc9131f5e8dbce788e2 [Pipeline] // withDockerContainer [Pipeline] sh 22:28:34 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:28:36 Stashed 1 file(s) [Pipeline] echo 22:28:36 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 22:28:51 Still waiting to schedule task 22:28:51 Waiting for next available executor on ‘centos7-docker-4c-2g’ 22:28:51 Still waiting to schedule task 22:28:51 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 22:30:30 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29748 in /w/workspace/edgexfoundry_device-sdk-c_PR-331 [Pipeline] { [Pipeline] ws 22:30:30 Running in /w/workspace/device-sdk-c/5 [Pipeline] { [Pipeline] checkout 22:30:35 using credential edgex-jenkins-ssh 22:30:35 Cloning the remote Git repository 22:30:35 Cloning repository git@github.com:edgexfoundry/device-sdk-c.git 22:30:35 > git init /w/workspace/device-sdk-c/5 # timeout=10 22:30:35 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git 22:30:35 > git --version # timeout=10 22:30:35 > git --version # 'git version 2.17.1' 22:30:35 using GIT_SSH to set credentials SSH Credentials for GitHub 22:30:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:30:37 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 22:30:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:30:37 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 22:30:37 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git 22:30:37 using GIT_SSH to set credentials SSH Credentials for GitHub 22:30:37 > 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 22:30:38 Merging remotes/origin/master commit 603e15a22e98ad0ffc0e9ce671b1afa02ea84060 into PR head commit 5ed6e76d2baa0cb6c47fd743d8659d4565179b84 22:30:38 Merge succeeded, producing 5ed6e76d2baa0cb6c47fd743d8659d4565179b84 22:30:38 Checking out Revision 5ed6e76d2baa0cb6c47fd743d8659d4565179b84 (PR-331) 22:30:38 > git config core.sparsecheckout # timeout=10 22:30:38 > git checkout -f 5ed6e76d2baa0cb6c47fd743d8659d4565179b84 # timeout=10 22:30:38 > git remote # timeout=10 22:30:38 > git config --get remote.origin.url # timeout=10 22:30:38 using GIT_SSH to set credentials SSH Credentials for GitHub 22:30:38 > git merge 603e15a22e98ad0ffc0e9ce671b1afa02ea84060 # timeout=10 22:30:38 > git rev-parse HEAD^{commit} # timeout=10 22:30:38 > git config core.sparsecheckout # timeout=10 22:30:38 > git checkout -f 5ed6e76d2baa0cb6c47fd743d8659d4565179b84 # timeout=10 22:30:42 Commit message: "feat: create new devices from json/toml 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 22:30:44 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:30:45 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:30:45 + sudo service docker restart 22:30:45 + true 22:30:47 Running on prd-centos7-docker-4c-2g-29749 in /w/workspace/edgexfoundry_device-sdk-c_PR-331 [Pipeline] { [Pipeline] ws 22:30:47 Running in /w/workspace/device-sdk-c/5 [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:30:47 provisioning config files... 22:30:47 copy managed file [device-sdk-c-settings] to file:/w/workspace/device-sdk-c/5@tmp/config6281289997544034980tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:30:48 ---> docker-login.sh 22:30:48 nexus3.edgexfoundry.org:10001 22:30:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:30:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:30:49 Configure a credential helper to remove this warning. See 22:30:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:30:49 22:30:49 Login Succeeded 22:30:49 nexus3.edgexfoundry.org:10002 22:30:49 using credential edgex-jenkins-ssh 22:30:49 Cloning the remote Git repository 22:30:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:30:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:30:50 Configure a credential helper to remove this warning. See 22:30:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:30:50 22:30:50 Login Succeeded 22:30:50 nexus3.edgexfoundry.org:10003 22:30:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:30:49 Cloning repository git@github.com:edgexfoundry/device-sdk-c.git 22:30:49 > git init /w/workspace/device-sdk-c/5 # timeout=10 22:30:49 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git 22:30:49 > git --version # timeout=10 22:30:49 > git --version # 'git version 2.24.3' 22:30:49 using GIT_SSH to set credentials SSH Credentials for GitHub 22:30:49 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:30:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:30:50 Configure a credential helper to remove this warning. See 22:30:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:30:50 22:30:50 Login Succeeded 22:30:50 nexus3.edgexfoundry.org:10004 22:30:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:30:51 Merging remotes/origin/master commit 603e15a22e98ad0ffc0e9ce671b1afa02ea84060 into PR head commit 5ed6e76d2baa0cb6c47fd743d8659d4565179b84 22:30:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:30:51 Configure a credential helper to remove this warning. See 22:30:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:30:51 22:30:51 Login Succeeded 22:30:51 docker.io 22:30:51 Merge succeeded, producing 5ed6e76d2baa0cb6c47fd743d8659d4565179b84 22:30:51 Checking out Revision 5ed6e76d2baa0cb6c47fd743d8659d4565179b84 (PR-331) 22:30:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:30:50 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 22:30:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:30:50 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 22:30:50 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git 22:30:50 using GIT_SSH to set credentials SSH Credentials for GitHub 22:30:50 > 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 22:30:51 > git config core.sparsecheckout # timeout=10 22:30:51 > git checkout -f 5ed6e76d2baa0cb6c47fd743d8659d4565179b84 # timeout=10 22:30:51 > git remote # timeout=10 22:30:51 > git config --get remote.origin.url # timeout=10 22:30:51 using GIT_SSH to set credentials SSH Credentials for GitHub 22:30:51 > git merge 603e15a22e98ad0ffc0e9ce671b1afa02ea84060 # timeout=10 22:30:51 > git rev-parse HEAD^{commit} # timeout=10 22:30:51 > git config core.sparsecheckout # timeout=10 22:30:51 > git checkout -f 5ed6e76d2baa0cb6c47fd743d8659d4565179b84 # timeout=10 22:30:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:30:51 Configure a credential helper to remove this warning. See 22:30:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:30:51 22:30:51 Login Succeeded 22:30:51 ---> docker-login.sh ends [Pipeline] } 22:30:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:30:52 ========================================================= 22:30:52 [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] 22:30:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:30:52 + docker build -t ci-base-image-arm64 -f scripts/Dockerfile.alpine-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest . 22:30:53 Sending build context to Docker daemon 2.52MB 22:30:53 Step 1/21 : ARG BASE=alpine:3.12 22:30:53 Step 2/21 : FROM ${BASE} as builder 22:30:53 latest: Pulling from edgex-devops/edgex-gcc-base-arm64 22:30:53 0362ad1dd800: Pulling fs layer 22:30:53 f2cdb1532d8b: Pulling fs layer 22:30:53 37ed683be191: Pulling fs layer 22:30:53 f2cdb1532d8b: Verifying Checksum 22:30:53 f2cdb1532d8b: Download complete 22:30:54 0362ad1dd800: Verifying Checksum 22:30:54 0362ad1dd800: Download complete 22:30:54 0362ad1dd800: Pull complete 22:30:55 Commit message: "feat: create new devices from json/toml files in configured directory fix: update AutoEvent marshaling for v2 fix: null-terminate incoming http data docs: update metrics documentation for v2" 22:30:55 f2cdb1532d8b: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:30:56 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:30:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:30:56 37ed683be191: Verifying Checksum 22:30:56 37ed683be191: Download complete 22:30:56 + sudo service docker restart 22:30:56 + true 22:30:56 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:30:58 provisioning config files... 22:30:58 copy managed file [device-sdk-c-settings] to file:/w/workspace/device-sdk-c/5@tmp/config591539111578576120tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:30:58 ---> docker-login.sh 22:30:58 nexus3.edgexfoundry.org:10001 22:30:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:30:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:30:58 Configure a credential helper to remove this warning. See 22:30:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:30:58 22:30:58 Login Succeeded 22:30:58 nexus3.edgexfoundry.org:10002 22:30:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:30:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:30:59 Configure a credential helper to remove this warning. See 22:30:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:30:59 22:30:59 Login Succeeded 22:30:59 nexus3.edgexfoundry.org:10003 22:30:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:30:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:30:59 Configure a credential helper to remove this warning. See 22:30:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:30:59 22:30:59 Login Succeeded 22:30:59 nexus3.edgexfoundry.org:10004 22:30:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:30:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:30:59 Configure a credential helper to remove this warning. See 22:30:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:30:59 22:30:59 Login Succeeded 22:30:59 docker.io 22:30:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:30:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:30:59 Configure a credential helper to remove this warning. See 22:30:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:30:59 22:30:59 Login Succeeded 22:30:59 ---> docker-login.sh ends [Pipeline] } 22:30:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:31:00 ========================================================= 22:31:00 [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] 22:31:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:31:00 + docker build -t ci-base-image-x86_64 -f scripts/Dockerfile.alpine-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest . 22:31:00 Sending build context to Docker daemon 2.521MB 22:31:00 Step 1/21 : ARG BASE=alpine:3.12 22:31:00 Step 2/21 : FROM ${BASE} as builder 22:31:00 latest: Pulling from edgex-devops/edgex-gcc-base 22:31:00 e7c96db7181b: Pulling fs layer 22:31:00 4c13bbce0fe7: Pulling fs layer 22:31:00 6059c847ac2f: Pulling fs layer 22:31:00 4c13bbce0fe7: Verifying Checksum 22:31:00 4c13bbce0fe7: Download complete 22:31:00 e7c96db7181b: Verifying Checksum 22:31:00 e7c96db7181b: Download complete 22:31:01 e7c96db7181b: Pull complete 22:31:01 4c13bbce0fe7: Pull complete 22:31:02 6059c847ac2f: Verifying Checksum 22:31:02 6059c847ac2f: Download complete 22:31:06 37ed683be191: Pull complete 22:31:06 Digest: sha256:f3a502aba7c4a8aa4a4fcde21dbb9db33787f3779e80dd14fb3ea60ab67de23f 22:31:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest 22:31:06 ---> b23d30803547 22:31:06 Step 3/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev 22:31:07 ---> Running in 1ac3cd12c883 22:31:07 6059c847ac2f: Pull complete 22:31:07 Digest: sha256:6b5104d086ae1e5e8a284a473be9a93378e3934f9b07db5717372c857cbcbe5e 22:31:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest 22:31:08 ---> 5eabd8fd8ba2 22:31:08 Step 3/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev 22:31:08 fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz 22:31:09 fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz 22:31:09 ---> Running in e9817b85db8d 22:31:10 (1/8) Installing ncurses-dev (6.1_p20190105-r0) 22:31:10 (2/8) Installing libuuid (2.33-r0) 22:31:10 (3/8) Installing libblkid (2.33-r0) 22:31:10 (4/8) Installing libfdisk (2.33-r0) 22:31:10 (5/8) Installing libmount (2.33-r0) 22:31:10 (6/8) Installing libsmartcols (2.33-r0) 22:31:10 fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz 22:31:10 (7/8) Installing util-linux-dev (2.33-r0) 22:31:10 (8/8) Installing wget (1.20.3-r0) 22:31:10 Executing busybox-1.29.3-r10.trigger 22:31:11 OK: 285 MiB in 83 packages 22:31:11 fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz 22:31:11 (1/8) Installing ncurses-dev (6.1_p20190105-r0) 22:31:11 (2/8) Installing libuuid (2.33-r0) 22:31:11 (3/8) Installing libblkid (2.33-r0) 22:31:11 (4/8) Installing libfdisk (2.33-r0) 22:31:12 (5/8) Installing libmount (2.33-r0) 22:31:12 (6/8) Installing libsmartcols (2.33-r0) 22:31:12 (7/8) Installing util-linux-dev (2.33-r0) 22:31:12 (8/8) Installing wget (1.20.3-r0) 22:31:12 Removing intermediate container 1ac3cd12c883 22:31:12 ---> 84525ffd4db4 22:31:12 Step 4/21 : ENV CBOR_VERSION=0.5.0 22:31:12 ---> Running in 4c7410d071ea 22:31:12 Executing busybox-1.29.3-r10.trigger 22:31:12 OK: 272 MiB in 83 packages 22:31:12 Removing intermediate container 4c7410d071ea 22:31:12 ---> 18a9b03f4952 22:31:12 Step 5/21 : RUN mkdir /tmp/cbor && cd /tmp/cbor && wget -O - https://github.com/PJK/libcbor/archive/v${CBOR_VERSION}.tar.gz | tar -z -x -f - && sed -e 's/-flto//' -i libcbor-${CBOR_VERSION}/CMakeLists.txt && cmake -DCMAKE_BUILD_TYPE=Release -DCBOR_CUSTOM_ALLOC=ON libcbor-${CBOR_VERSION} && make && make install 22:31:13 ---> Running in 3342840d8046 22:31:13 Removing intermediate container e9817b85db8d 22:31:13 ---> 98eee852be24 22:31:13 Step 4/21 : ENV CBOR_VERSION=0.5.0 22:31:13 ---> Running in dd229a72fa3a 22:31:13 Removing intermediate container dd229a72fa3a 22:31:13 ---> 85f5536a8e15 22:31:13 Step 5/21 : RUN mkdir /tmp/cbor && cd /tmp/cbor && wget -O - https://github.com/PJK/libcbor/archive/v${CBOR_VERSION}.tar.gz | tar -z -x -f - && sed -e 's/-flto//' -i libcbor-${CBOR_VERSION}/CMakeLists.txt && cmake -DCMAKE_BUILD_TYPE=Release -DCBOR_CUSTOM_ALLOC=ON libcbor-${CBOR_VERSION} && make && make install 22:31:13 ---> Running in 0dcd67c1406a 22:31:14 --2021-03-14 22:31:13-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz 22:31:14 Resolving github.com... 140.82.113.4 22:31:14 Connecting to github.com|140.82.113.4|:443... connected. 22:31:14 HTTP request sent, awaiting response... 302 Found 22:31:14 Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] 22:31:14 --2021-03-14 22:31:13-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 22:31:14 Resolving codeload.github.com... 140.82.112.9 22:31:14 Connecting to codeload.github.com|140.82.112.9|:443... connected. 22:31:14 --2021-03-14 22:31:14-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz 22:31:14 HTTP request sent, awaiting response... 200 OK 22:31:14 Length: unspecified [application/x-gzip] 22:31:14 Saving to: 'STDOUT' 22:31:14  22:31:14 0K .......... .......... .......... .......... .......... 1.34M 22:31:14 50K .......... .......... .......... .......... .......... 2.74M 22:31:14 100K .......... .......... .......... .......... .......... 19.9M 22:31:14 150K .......... .......... .......... .......... .......... 49.1M 22:31:14 200K .......... .......... .......... .......... .......... 3.15M 22:31:14 250K .......... .......... .......... .......... .......... 11.8M 22:31:14 300K .......... .......... .......... .......... .......... 9.89M 22:31:14 350K .......... .......... .......... .......... .......... 8.80M 22:31:14 400K .......... .......... .......... .......... .......... 5.47M 22:31:14 450K .......... .......... .......... .......... .......... 6.99M 22:31:14 500K .......... .......... .......... .......... .......... 14.9M 22:31:14 550K .......... .......... .......... .......... .......... 5.79M 22:31:14 600K .......... .......... .......... .......... .......... 2.05M 22:31:14 650K .......... .......... .......... .......... .......... 4.59M 22:31:14 700K .. 34.5M=0.1s 22:31:14 22:31:14 2021-03-14 22:31:14 (4.58 MB/s) - written to stdout [719348] 22:31:14 22:31:14 Resolving github.com... 140.82.113.4 22:31:14 Connecting to github.com|140.82.113.4|:443... connected. 22:31:14 HTTP request sent, awaiting response... 302 Found 22:31:14 Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] 22:31:14 --2021-03-14 22:31:14-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 22:31:14 Resolving codeload.github.com... 140.82.112.9 22:31:14 Connecting to codeload.github.com|140.82.112.9|:443... connected. 22:31:14 HTTP request sent, awaiting response... 200 OK 22:31:14 Length: unspecified [application/x-gzip] 22:31:14 Saving to: 'STDOUT' 22:31:14  22:31:14 0K .......... .......... .......... .......... .......... 1.24M 22:31:14 -- The C compiler identification is GNU 8.3.0 22:31:14 -- The CXX compiler identification is GNU 8.3.0 22:31:14 -- Check for working C compiler: /usr/bin/cc 22:31:14 -- Check for working C compiler: /usr/bin/cc -- works 22:31:14 -- Detecting C compiler ABI info 22:31:14 50K .......... .......... .......... .......... .......... 2.49M 22:31:14 100K .......... .......... .......... .......... .......... 14.3M 22:31:14 150K .......... .......... .......... .......... .......... 2.74M 22:31:14 200K .......... .......... .......... .......... .......... 14.5M 22:31:14 250K .......... .......... .......... .......... .......... 3.22M 22:31:14 300K .......... .......... .......... .......... .......... 3.89M 22:31:14 350K .......... .......... .......... .......... .......... 4.76M 22:31:14 400K .......... .......... .......... .......... .......... 4.10M 22:31:14 450K .......... .......... .......... .......... .......... 3.78M 22:31:14 500K .......... .......... .......... .......... .......... 8.63M 22:31:14 550K .......... .......... .......... .......... .......... 2.69M 22:31:14 600K .......... .......... .......... .......... .......... 879K 22:31:14 650K .......... .......... .......... .......... .......... 2.15M 22:31:14 700K ..   3.64M=0.3s 22:31:14 22:31:14 2021-03-14 22:31:14 (2.74 MB/s) - written to stdout [719348] 22:31:14 22:31:14 -- Detecting C compiler ABI info - done 22:31:14 -- Detecting C compile features 22:31:14 -- The C compiler identification is GNU 8.3.0 22:31:15 -- Detecting C compile features - done 22:31:15 -- Check for working CXX compiler: /usr/bin/c++ 22:31:15 -- Check for working CXX compiler: /usr/bin/c++ -- works 22:31:15 -- Detecting CXX compiler ABI info 22:31:15 -- Detecting CXX compiler ABI info - done 22:31:15 -- Detecting CXX compile features 22:31:15 -- The CXX compiler identification is GNU 8.3.0 22:31:15 -- Check for working C compiler: /usr/bin/cc 22:31:15 -- Check for working C compiler: /usr/bin/cc -- works 22:31:15 -- Detecting C compiler ABI info 22:31:15 -- Detecting CXX compile features - done 22:31:15 -- Looking for include file endian.h 22:31:15 -- Looking for include file endian.h - found 22:31:15 -- Check if the system is big endian 22:31:15 -- Searching 16 bit integer 22:31:15 -- Looking for sys/types.h 22:31:15 -- Detecting C compiler ABI info - done 22:31:15 -- Detecting C compile features 22:31:15 -- Looking for sys/types.h - found 22:31:15 -- Looking for stdint.h 22:31:15 -- Looking for stdint.h - found 22:31:15 -- Looking for stddef.h 22:31:15 -- Looking for stddef.h - found 22:31:15 -- Check size of unsigned short 22:31:15 -- Check size of unsigned short - done 22:31:15 -- Using unsigned short 22:31:16 -- Check if the system is big endian - little endian 22:31:16 -- Check size of size_t 22:31:16 -- Check size of size_t - done 22:31:16 CMake Warning at examples/CMakeLists.txt:16 (find_package): 22:31:16 By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has 22:31:16 asked CMake to find a package configuration file provided by "cJSON", but 22:31:16 CMake did not find one. 22:31:16 22:31:16 Could not find a package configuration file provided by "cJSON" with any of 22:31:16 the following names: 22:31:16 22:31:16 cJSONConfig.cmake 22:31:16 cjson-config.cmake 22:31:16 22:31:16 Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set 22:31:16 "cJSON_DIR" to a directory containing one of the above files. If "cJSON" 22:31:16 provides a separate development package or SDK, be sure it has been 22:31:16 installed. 22:31:16 22:31:16 22:31:16 -- Configuring done 22:31:16 -- Generating done 22:31:16 -- Build files have been written to: /tmp/cbor 22:31:16 Scanning dependencies of target cbor_shared 22:31:16 [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o 22:31:16 [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o 22:31:16 -- Detecting C compile features - done 22:31:16 -- Check for working CXX compiler: /usr/bin/c++ 22:31:16 -- Check for working CXX compiler: /usr/bin/c++ -- works 22:31:16 -- Detecting CXX compiler ABI info 22:31:16 [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o 22:31:16 [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o 22:31:16 -- Detecting CXX compiler ABI info - done 22:31:16 -- Detecting CXX compile features 22:31:17 [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o 22:31:17 [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o 22:31:17 [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o 22:31:17 [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o 22:31:17 [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o 22:31:17 [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o 22:31:17 [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o 22:31:17 [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o 22:31:17 [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o 22:31:17 [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o 22:31:17 [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o 22:31:17 [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o 22:31:18 [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o 22:31:18 [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o 22:31:18 [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o 22:31:18 [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o 22:31:18 [ 40%] Linking C shared library libcbor.so 22:31:18 [ 40%] Built target cbor_shared 22:31:18 Scanning dependencies of target cbor 22:31:18 [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o 22:31:18 -- Detecting CXX compile features - done 22:31:18 [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o 22:31:18 [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o 22:31:18 -- Looking for include file endian.h 22:31:18 -- Looking for include file endian.h - found 22:31:18 -- Check if the system is big endian 22:31:18 -- Searching 16 bit integer 22:31:18 -- Looking for sys/types.h 22:31:18 [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o 22:31:18 -- Looking for sys/types.h - found 22:31:18 -- Looking for stdint.h 22:31:19 [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o 22:31:19 [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o 22:31:19 [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o 22:31:19 [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o 22:31:19 -- Looking for stdint.h - found 22:31:19 -- Looking for stddef.h 22:31:19 [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o 22:31:19 [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o 22:31:19 -- Looking for stddef.h - found 22:31:19 -- Check size of unsigned short 22:31:19 [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o 22:31:19 [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o 22:31:19 [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o 22:31:19 -- Check size of unsigned short - done 22:31:19 -- Using unsigned short 22:31:19 [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o 22:31:19 [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o 22:31:19 [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o 22:31:20 -- Check if the system is big endian - little endian 22:31:20 -- Check size of size_t 22:31:20 [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o 22:31:20 [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o 22:31:20 [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o 22:31:20 -- Check size of size_t - done 22:31:20 CMake Warning at examples/CMakeLists.txt:16 (find_package): 22:31:20 By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has 22:31:20 asked CMake to find a package configuration file provided by "cJSON", but 22:31:20 CMake did not find one. 22:31:20 22:31:20 Could not find a package configuration file provided by "cJSON" with any of 22:31:20 the following names: 22:31:20 22:31:20 cJSONConfig.cmake 22:31:20 cjson-config.cmake 22:31:20 22:31:20 Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set 22:31:20 "cJSON_DIR" to a directory containing one of the above files. If "cJSON" 22:31:20 provides a separate development package or SDK, be sure it has been 22:31:20 installed. 22:31:20 22:31:20 22:31:20 -- Configuring done 22:31:20 [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o 22:31:20 [ 80%] Linking C static library libcbor.a 22:31:20 [ 80%] Built target cbor 22:31:20 Scanning dependencies of target create_items 22:31:20 [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o 22:31:20 [ 84%] Linking C executable create_items 22:31:20 [ 84%] Built target create_items 22:31:20 Scanning dependencies of target readfile 22:31:20 [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o 22:31:20 -- Generating done 22:31:20 -- Build files have been written to: /tmp/cbor 22:31:20 Scanning dependencies of target cbor_shared 22:31:20 [ 88%] Linking C executable readfile 22:31:20 [ 88%] Built target readfile 22:31:20 Scanning dependencies of target streaming_parser 22:31:20 [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o 22:31:20 [ 92%] Linking C executable streaming_parser 22:31:20 [ 92%] Built target streaming_parser 22:31:20 Scanning dependencies of target sort 22:31:20 [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o 22:31:20 [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o 22:31:20 [ 96%] Linking C executable sort 22:31:20 [ 96%] Built target sort 22:31:20 Scanning dependencies of target hello 22:31:20 [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o 22:31:20 [100%] Linking C executable hello 22:31:20 [100%] Built target hello 22:31:20 Install the project... 22:31:20 -- Install configuration: "Release" 22:31:20 -- Installing: /usr/local/include/cbor/configuration.h 22:31:20 -- Installing: /usr/local/lib64/libcbor.a 22:31:20 -- Installing: /usr/local/lib64/libcbor.so.0.0.0 22:31:20 -- Installing: /usr/local/lib64/libcbor.so.0 22:31:20 -- Installing: /usr/local/lib64/libcbor.so 22:31:20 -- Up-to-date: /usr/local/include/cbor 22:31:20 -- Installing: /usr/local/include/cbor/arrays.h 22:31:20 -- Installing: /usr/local/include/cbor/bytestrings.h 22:31:20 -- Installing: /usr/local/include/cbor/callbacks.h 22:31:20 -- Installing: /usr/local/include/cbor/common.h 22:31:20 -- Installing: /usr/local/include/cbor/data.h 22:31:20 -- Installing: /usr/local/include/cbor/encoding.h 22:31:20 -- Installing: /usr/local/include/cbor/floats_ctrls.h 22:31:20 -- Installing: /usr/local/include/cbor/internal 22:31:20 -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h 22:31:20 -- Installing: /usr/local/include/cbor/internal/encoders.h 22:31:20 -- Installing: /usr/local/include/cbor/internal/loaders.h 22:31:20 -- Installing: /usr/local/include/cbor/internal/memory_utils.h 22:31:20 -- Installing: /usr/local/include/cbor/internal/stack.h 22:31:20 -- Installing: /usr/local/include/cbor/internal/unicode.h 22:31:20 -- Installing: /usr/local/include/cbor/ints.h 22:31:20 -- Installing: /usr/local/include/cbor/maps.h 22:31:20 -- Installing: /usr/local/include/cbor/serialization.h 22:31:20 -- Installing: /usr/local/include/cbor/streaming.h 22:31:20 -- Installing: /usr/local/include/cbor/strings.h 22:31:20 -- Installing: /usr/local/include/cbor/tags.h 22:31:20 -- Installing: /usr/local/include/cbor.h 22:31:20 -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc 22:31:21 [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o 22:31:22 [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o 22:31:22 [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o 22:31:22 [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o 22:31:23 [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o 22:31:23 [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o 22:31:23 [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o 22:31:23 Removing intermediate container 0dcd67c1406a 22:31:23 ---> 0263e9af09cd 22:31:23 Step 6/21 : RUN mkdir /tmp/sdk 22:31:23 ---> Running in c64dda128af2 22:31:23 [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o 22:31:24 [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o 22:31:24 Removing intermediate container c64dda128af2 22:31:24 ---> b9f29a195cab 22:31:24 Step 7/21 : COPY VERSION /tmp/sdk 22:31:24 [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o 22:31:24 ---> 6749fc96ff7f 22:31:24 Step 8/21 : COPY src /tmp/sdk/src 22:31:24 [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o 22:31:25 [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o 22:31:25 ---> bdddae5d13e6 22:31:25 Step 9/21 : COPY include /tmp/sdk/include 22:31:25 [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o 22:31:25 ---> 840bf24ad212 22:31:25 Step 10/21 : COPY scripts /tmp/sdk/scripts 22:31:25 [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o 22:31:25 ---> 813089b7ebba 22:31:25 Step 11/21 : COPY LICENSE /tmp/sdk 22:31:26 [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o 22:31:26 ---> c534c9d91d91 22:31:26 Step 12/21 : COPY Attribution.txt /tmp/sdk 22:31:26 [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o 22:31:26 ---> 2ec842cbe1a7 22:31:26 Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install 22:31:26 ---> Running in 43a01603f134 22:31:26 [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o 22:31:26 [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o 22:31:26 + CPPCHECK=false 22:31:26 + DOCGEN=false 22:31:26 + TOMLVER=SDK-0.2 22:31:26 + CUTILVER=1.1.4 22:31:26 + '[' 0 -gt 0 ] 22:31:26 + readlink -f ./scripts/build.sh 22:31:26 + dirname /tmp/sdk/scripts/build.sh 22:31:26 + dirname /tmp/sdk/scripts 22:31:26 + ROOT=/tmp/sdk 22:31:26 + cd /tmp/sdk 22:31:26 + '[' '!' -d deps ] 22:31:26 + mkdir deps 22:31:26 + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz 22:31:26 + tar -C deps -z -x -f - 22:31:26 --2021-03-14 22:31:26-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz 22:31:26 Resolving github.com... 140.82.113.4 22:31:26 Connecting to github.com|140.82.113.4|:443... connected. 22:31:27 [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o 22:31:27 [ 40%] Linking C shared library libcbor.so 22:31:27 [ 40%] Built target cbor_shared 22:31:27 Scanning dependencies of target cbor 22:31:27 [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o 22:31:27 HTTP request sent, awaiting response... 302 Found 22:31:27 Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] 22:31:27 --2021-03-14 22:31:27-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 22:31:27 Resolving codeload.github.com... 140.82.112.9 22:31:27 Connecting to codeload.github.com|140.82.112.9|:443... connected. 22:31:27 HTTP request sent, awaiting response... 200 OK 22:31:27 Length: unspecified [application/x-gzip] 22:31:27 Saving to: 'STDOUT' 22:31:27  22:31:27 0K .......... ......  1.08M=0.01s 22:31:27 22:31:27 2021-03-14 22:31:27 (1.08 MB/s) - written to stdout [16451] 22:31:27 22:31:27 + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c 22:31:27 + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz 22:31:27 + tar -C deps -z -x -f - 22:31:27 --2021-03-14 22:31:27-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz 22:31:27 Resolving github.com... 140.82.113.4 22:31:27 Connecting to github.com|140.82.113.4|:443... connected. 22:31:28 [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o 22:31:28 HTTP request sent, awaiting response... 302 Found 22:31:28 Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 [following] 22:31:28 --2021-03-14 22:31:27-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 22:31:28 Resolving codeload.github.com... 140.82.112.9 22:31:28 Connecting to codeload.github.com|140.82.112.9|:443... connected. 22:31:28 HTTP request sent, awaiting response... 200 OK 22:31:28 Length: unspecified [application/x-gzip] 22:31:28 Saving to: 'STDOUT' 22:31:28  22:31:28 0K .......... .......... .......... .......... .......... 1.49M 22:31:28 50K .......... .......... .......... .......... .......... 3.08M 22:31:28 100K .......... .......... .......... .......... .......... 37.4M 22:31:28 150K .......... .......... ....... 4.53M=0.06s 22:31:28 22:31:28 2021-03-14 22:31:28 (3.10 MB/s) - written to stdout [181796] 22:31:28 22:31:28 + mkdir -p src/c/iot 22:31:28 + cp deps/iotech-c-utils-1.1.4/src/c/base64.c deps/iotech-c-utils-1.1.4/src/c/component.c deps/iotech-c-utils-1.1.4/src/c/config.c deps/iotech-c-utils-1.1.4/src/c/container.c deps/iotech-c-utils-1.1.4/src/c/data.c deps/iotech-c-utils-1.1.4/src/c/hash.c deps/iotech-c-utils-1.1.4/src/c/iot.c deps/iotech-c-utils-1.1.4/src/c/json.c deps/iotech-c-utils-1.1.4/src/c/logger.c deps/iotech-c-utils-1.1.4/src/c/os.c deps/iotech-c-utils-1.1.4/src/c/scheduler.c deps/iotech-c-utils-1.1.4/src/c/thread.c deps/iotech-c-utils-1.1.4/src/c/threadpool.c deps/iotech-c-utils-1.1.4/src/c/time.c deps/iotech-c-utils-1.1.4/src/c/yxml.c src/c/iot 22:31:28 + cp deps/iotech-c-utils-1.1.4/src/c/defs.h.in src/c/iot 22:31:28 + cp deps/iotech-c-utils-1.1.4/src/c/yxml.h src/c/iot 22:31:28 + cp deps/iotech-c-utils-1.1.4/VERSION src/c/iot 22:31:28 + mkdir -p include/iot 22:31:28 + cp deps/iotech-c-utils-1.1.4/include/iot/base64.h deps/iotech-c-utils-1.1.4/include/iot/component.h deps/iotech-c-utils-1.1.4/include/iot/config.h deps/iotech-c-utils-1.1.4/include/iot/container.h deps/iotech-c-utils-1.1.4/include/iot/data.h deps/iotech-c-utils-1.1.4/include/iot/hash.h deps/iotech-c-utils-1.1.4/include/iot/iot.h deps/iotech-c-utils-1.1.4/include/iot/json.h deps/iotech-c-utils-1.1.4/include/iot/logger.h deps/iotech-c-utils-1.1.4/include/iot/os.h deps/iotech-c-utils-1.1.4/include/iot/scheduler.h deps/iotech-c-utils-1.1.4/include/iot/thread.h deps/iotech-c-utils-1.1.4/include/iot/threadpool.h deps/iotech-c-utils-1.1.4/include/iot/time.h deps/iotech-c-utils-1.1.4/include/iot/typecode.h include/iot 22:31:28 + mkdir -p include/iot/os 22:31:28 + cp deps/iotech-c-utils-1.1.4/include/iot/os/linux.h deps/iotech-c-utils-1.1.4/include/iot/os/macos.h deps/iotech-c-utils-1.1.4/include/iot/os/zephyr.h include/iot/os 22:31:28 + mkdir -p /tmp/sdk/build/release 22:31:28 + cd /tmp/sdk/build/release 22:31:28 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src 22:31:28 -- The C compiler identification is GNU 8.3.0 22:31:28 -- Check for working C compiler: /usr/bin/cc 22:31:28 -- Check for working C compiler: /usr/bin/cc -- works 22:31:28 -- Detecting C compiler ABI info 22:31:28 -- Detecting C compiler ABI info - done 22:31:28 -- Detecting C compile features 22:31:28 [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o 22:31:28 -- Detecting C compile features - done 22:31:28 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so 22:31:28 -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") 22:31:28 -- Found LIBYAML: /usr/lib/libyaml.so 22:31:28 -- Found LIBUUID: /usr/lib/libuuid.so 22:31:28 -- Found LIBCBOR: /usr/local/lib64/libcbor.so 22:31:28 -- C SDK 0.0.0 for Linux 22:31:28 -- Performing Test CSDK_HAVE_ATOMIC 22:31:28 -- Performing Test CSDK_HAVE_ATOMIC - Success 22:31:28 -- Found Curses: /usr/lib/libcurses.so 22:31:28 -- Configuring done 22:31:28 [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o 22:31:29 -- Generating done 22:31:29 -- Build files have been written to: /tmp/sdk/build/release 22:31:29 + make all package 22:31:29 + tee release.log 22:31:29 Scanning dependencies of target csdk 22:31:29 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o 22:31:29 [ 3%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o 22:31:29 [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o 22:31:29 [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o 22:31:29 [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o 22:31:29 [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o 22:31:29 [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o 22:31:30 [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o 22:31:30 [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o 22:31:30 [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o 22:31:30 [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o 22:31:30 [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o 22:31:30 [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o 22:31:30 [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o 22:31:31 [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o 22:31:31 [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o 22:31:31 [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o 22:31:31 [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o 22:31:31 [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o 22:31:31 [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o 22:31:31 [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o 22:31:32 [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o 22:31:32 [ 25%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o 22:31:32 [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o 22:31:32 [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o 22:31:32 [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o 22:31:32 [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o 22:31:32 [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o 22:31:32 [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o 22:31:33 [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o 22:31:33 [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o 22:31:33 [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o 22:31:33 [ 35%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o 22:31:33 [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o 22:31:33 [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o 22:31:33 [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o 22:31:33 [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o 22:31:33 [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o 22:31:33 [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o 22:31:33 [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o 22:31:34 [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o 22:31:34 [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o 22:31:34 [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o 22:31:34 [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o 22:31:34 [ 48%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o 22:31:34 [ 50%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o 22:31:34 [ 80%] Linking C static library libcbor.a 22:31:34 [ 80%] Built target cbor 22:31:34 Scanning dependencies of target create_items 22:31:34 [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o 22:31:34 [ 84%] Linking C executable create_items 22:31:34 [ 84%] Built target create_items 22:31:34 Scanning dependencies of target readfile 22:31:35 [ 51%] Building C object c/CMakeFiles/csdk.dir/map.c.o 22:31:35 [ 53%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o 22:31:35 [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o 22:31:35 [ 88%] Linking C executable readfile 22:31:35 [ 55%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o 22:31:35 [ 56%] Building C object c/CMakeFiles/csdk.dir/parson.c.o 22:31:35 [ 88%] Built target readfile 22:31:35 Scanning dependencies of target streaming_parser 22:31:35 [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o 22:31:35 [ 92%] Linking C executable streaming_parser 22:31:35 [ 92%] Built target streaming_parser 22:31:35 Scanning dependencies of target sort 22:31:35 [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o 22:31:36 [ 96%] Linking C executable sort 22:31:36 [ 96%] Built target sort 22:31:36 Scanning dependencies of target hello 22:31:36 [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o 22:31:36 [100%] Linking C executable hello 22:31:36 [100%] Built target hello 22:31:36 Install the project... 22:31:36 -- Install configuration: "Release" 22:31:36 -- Installing: /usr/local/include/cbor/configuration.h 22:31:36 -- Installing: /usr/local/lib64/libcbor.a 22:31:36 -- Installing: /usr/local/lib64/libcbor.so.0.0.0 22:31:36 -- Installing: /usr/local/lib64/libcbor.so.0 22:31:36 -- Installing: /usr/local/lib64/libcbor.so 22:31:36 -- Up-to-date: /usr/local/include/cbor 22:31:36 -- Installing: /usr/local/include/cbor/streaming.h 22:31:36 -- Installing: /usr/local/include/cbor/ints.h 22:31:36 -- Installing: /usr/local/include/cbor/floats_ctrls.h 22:31:36 -- Installing: /usr/local/include/cbor/bytestrings.h 22:31:36 -- Installing: /usr/local/include/cbor/encoding.h 22:31:36 -- Installing: /usr/local/include/cbor/serialization.h 22:31:36 -- Installing: /usr/local/include/cbor/data.h 22:31:36 -- Installing: /usr/local/include/cbor/common.h 22:31:36 -- Installing: /usr/local/include/cbor/callbacks.h 22:31:36 -- Installing: /usr/local/include/cbor/strings.h 22:31:36 -- Installing: /usr/local/include/cbor/tags.h 22:31:36 -- Installing: /usr/local/include/cbor/internal 22:31:36 -- Installing: /usr/local/include/cbor/internal/encoders.h 22:31:36 -- Installing: /usr/local/include/cbor/internal/loaders.h 22:31:36 -- Installing: /usr/local/include/cbor/internal/stack.h 22:31:36 -- Installing: /usr/local/include/cbor/internal/unicode.h 22:31:36 -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h 22:31:36 -- Installing: /usr/local/include/cbor/internal/memory_utils.h 22:31:36 -- Installing: /usr/local/include/cbor/arrays.h 22:31:36 -- Installing: /usr/local/include/cbor/maps.h 22:31:36 -- Installing: /usr/local/include/cbor.h 22:31:36 -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc 22:31:36 [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o 22:31:36 [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o 22:31:36 [ 61%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o 22:31:36 [ 63%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o 22:31:36 [ 65%] Building C object c/CMakeFiles/csdk.dir/rest.c.o 22:31:37 [ 66%] Building C object c/CMakeFiles/csdk.dir/service.c.o 22:31:37 [ 68%] Building C object c/CMakeFiles/csdk.dir/toml.c.o 22:31:38 Removing intermediate container 3342840d8046 22:31:38 ---> df68cdeea989 22:31:38 Step 6/21 : RUN mkdir /tmp/sdk 22:31:38 [ 70%] Building C object c/CMakeFiles/csdk.dir/transform.c.o 22:31:38 ---> Running in 0540c405b08b 22:31:38 [ 71%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o 22:31:38 [ 73%] Linking C shared library libcsdk.so 22:31:38 [ 73%] Built target csdk 22:31:38 Scanning dependencies of target template 22:31:38 [ 75%] Building C object c/examples/CMakeFiles/template.dir/template.c.o 22:31:39 [ 76%] Linking C executable template 22:31:39 [ 76%] Built target template 22:31:39 Scanning dependencies of target device-counter 22:31:39 [ 78%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o 22:31:39 [ 80%] Linking C executable device-counter 22:31:39 [ 80%] Built target device-counter 22:31:39 Scanning dependencies of target device-random 22:31:39 [ 81%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o 22:31:39 [ 83%] Linking C executable device-random 22:31:40 [ 83%] Built target device-random 22:31:40 Scanning dependencies of target device-gyro 22:31:40 [ 85%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o 22:31:40 [ 86%] Linking C executable device-gyro 22:31:40 [ 86%] Built target device-gyro 22:31:40 Scanning dependencies of target device-bitfields 22:31:40 [ 88%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o 22:31:40 [ 90%] Linking C executable device-bitfields 22:31:40 [ 90%] Built target device-bitfields 22:31:40 Scanning dependencies of target template-discovery 22:31:40 [ 91%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o 22:31:40 [ 93%] Linking C executable template-discovery 22:31:40 Removing intermediate container 0540c405b08b 22:31:40 ---> 7c924fac443e 22:31:40 Step 7/21 : COPY VERSION /tmp/sdk 22:31:40 [ 93%] Built target template-discovery 22:31:40 Scanning dependencies of target device-file 22:31:40 [ 95%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o 22:31:40 [ 96%] Linking C executable device-file 22:31:41 [ 96%] Built target device-file 22:31:41 Scanning dependencies of target device-terminal 22:31:41 [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o 22:31:41 [100%] Linking C executable device-terminal 22:31:41 [100%] Built target device-terminal 22:31:41 Run CPack packaging tool... 22:31:41 CPack: Create package using TGZ 22:31:41 CPack: Install projects 22:31:41 CPack: - Run preinstall target for: Csdk 22:31:41 ---> 8ec41e623c09 22:31:41 Step 8/21 : COPY src /tmp/sdk/src 22:31:41 CPack: - Install project: Csdk 22:31:41 CPack: Create package 22:31:41 CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. 22:31:41 + '[' false '=' true ] 22:31:41 + '[' false '=' true ] 22:31:41 + mkdir -p /tmp/sdk/build/debug 22:31:41 + cd /tmp/sdk/build/debug 22:31:41 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src 22:31:41 -- The C compiler identification is GNU 8.3.0 22:31:41 -- Check for working C compiler: /usr/bin/cc 22:31:41 -- Check for working C compiler: /usr/bin/cc -- works 22:31:41 -- Detecting C compiler ABI info 22:31:41 -- Detecting C compiler ABI info - done 22:31:41 -- Detecting C compile features 22:31:42 -- Detecting C compile features - done 22:31:42 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so 22:31:42 -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") 22:31:42 -- Found LIBYAML: /usr/lib/libyaml.so 22:31:42 -- Found LIBUUID: /usr/lib/libuuid.so 22:31:42 -- Found LIBCBOR: /usr/local/lib64/libcbor.so 22:31:42 -- C SDK 0.0.0 for Linux 22:31:42 -- Performing Test CSDK_HAVE_ATOMIC 22:31:42 -- Performing Test CSDK_HAVE_ATOMIC - Success 22:31:42 -- Found Curses: /usr/lib/libcurses.so 22:31:42 -- Configuring done 22:31:42 ---> aee0b2ad592f 22:31:42 Step 9/21 : COPY include /tmp/sdk/include 22:31:42 -- Generating done 22:31:42 -- Build files have been written to: /tmp/sdk/build/debug 22:31:42 + make 22:31:42 + tee debug.log 22:31:42 Scanning dependencies of target csdk 22:31:42 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o 22:31:42 [ 3%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o 22:31:42 [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o 22:31:42 [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o 22:31:42 [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o 22:31:42 [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o 22:31:42 [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o 22:31:42 ---> 6284f1b6e774 22:31:42 Step 10/21 : COPY scripts /tmp/sdk/scripts 22:31:43 [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o 22:31:43 [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o 22:31:43 [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o 22:31:43 [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o 22:31:43 [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o 22:31:43 [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o 22:31:43 ---> 1a2d802758f4 22:31:43 Step 11/21 : COPY LICENSE /tmp/sdk 22:31:43 [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o 22:31:43 [ 25%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o 22:31:43 [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o 22:31:43 [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o 22:31:43 [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o 22:31:43 [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o 22:31:44 [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o 22:31:44 [ 35%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o 22:31:44 [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o 22:31:44 [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o 22:31:44 [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o 22:31:44 ---> b14d642e8717 22:31:44 Step 12/21 : COPY Attribution.txt /tmp/sdk 22:31:44 [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o 22:31:44 [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o 22:31:44 [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o 22:31:44 [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o 22:31:45 [ 48%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o 22:31:45 [ 50%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o 22:31:45 [ 51%] Building C object c/CMakeFiles/csdk.dir/map.c.o 22:31:45 [ 53%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o 22:31:45 ---> 6805e6383261 22:31:45 Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install 22:31:45 ---> Running in 74292a9f06e2 22:31:45 [ 55%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o 22:31:45 [ 56%] Building C object c/CMakeFiles/csdk.dir/parson.c.o 22:31:45 [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o 22:31:45 [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o 22:31:45 [ 61%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o 22:31:45 [ 63%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o 22:31:46 [ 65%] Building C object c/CMakeFiles/csdk.dir/rest.c.o 22:31:46 + CPPCHECK=false 22:31:46 + DOCGEN=false 22:31:46 + TOMLVER=SDK-0.2 22:31:46 + CUTILVER=1.1.4 22:31:46 + '[' 0 -gt 0 ] 22:31:46 + readlink -f ./scripts/build.sh 22:31:46 + dirname /tmp/sdk/scripts/build.sh 22:31:46 + dirname /tmp/sdk/scripts 22:31:46 + ROOT=/tmp/sdk 22:31:46 + cd /tmp/sdk 22:31:46 + '[' '!' -d deps ] 22:31:46 + mkdir deps 22:31:46 + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz 22:31:46 + tar -C deps -z -x -f - 22:31:46 --2021-03-14 22:31:46-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz 22:31:46 [ 66%] Building C object c/CMakeFiles/csdk.dir/service.c.o 22:31:46 [ 68%] Building C object c/CMakeFiles/csdk.dir/toml.c.o 22:31:46 Resolving github.com... 140.82.113.4 22:31:46 Connecting to github.com|140.82.113.4|:443... connected. 22:31:46 HTTP request sent, awaiting response... 302 Found 22:31:46 Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] 22:31:46 --2021-03-14 22:31:46-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 22:31:46 Resolving codeload.github.com... 140.82.112.9 22:31:46 Connecting to codeload.github.com|140.82.112.9|:443... connected. 22:31:46 HTTP request sent, awaiting response... 200 OK 22:31:46 Length: unspecified [application/x-gzip] 22:31:46 Saving to: 'STDOUT' 22:31:46  22:31:46 0K .......... ......    879K=0.02s 22:31:46 22:31:46 2021-03-14 22:31:46 (879 KB/s) - written to stdout [16451] 22:31:46 22:31:46 + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c 22:31:46 + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz 22:31:46 + tar -C deps -z -x -f - 22:31:46 --2021-03-14 22:31:46-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz 22:31:46 [ 70%] Building C object c/CMakeFiles/csdk.dir/transform.c.o 22:31:46 [ 71%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o 22:31:46 Resolving github.com... 140.82.113.4 22:31:46 Connecting to github.com|140.82.113.4|:443... connected. 22:31:46 HTTP request sent, awaiting response... 302 Found 22:31:46 Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 [following] 22:31:46 --2021-03-14 22:31:46-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 22:31:46 Resolving codeload.github.com... 140.82.112.9 22:31:46 Connecting to codeload.github.com|140.82.112.9|:443... connected. 22:31:46 HTTP request sent, awaiting response... 200 OK 22:31:46 Length: unspecified [application/x-gzip] 22:31:46 Saving to: 'STDOUT' 22:31:46  22:31:46 0K .......... .......... .......... .......... .......... 1.46M 22:31:46 50K .......... .......... .......... .......... .......... 3.09M 22:31:46 100K .......... .......... .......... .......... .......... 4.40M 22:31:46 150K .......... .......... .......  1.35M=0.08s 22:31:46 22:31:46 2021-03-14 22:31:46 (2.16 MB/s) - written to stdout [181796] 22:31:46 22:31:46 [ 73%] Linking C shared library libcsdk.so 22:31:46 [ 73%] Built target csdk 22:31:46 Scanning dependencies of target template 22:31:46 [ 75%] Building C object c/examples/CMakeFiles/template.dir/template.c.o 22:31:46 [ 76%] Linking C executable template 22:31:46 [ 76%] Built target template 22:31:46 Scanning dependencies of target device-counter 22:31:46 [ 78%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o 22:31:46 + mkdir -p src/c/iot 22:31:46 + cp deps/iotech-c-utils-1.1.4/src/c/base64.c deps/iotech-c-utils-1.1.4/src/c/component.c deps/iotech-c-utils-1.1.4/src/c/config.c deps/iotech-c-utils-1.1.4/src/c/container.c deps/iotech-c-utils-1.1.4/src/c/data.c deps/iotech-c-utils-1.1.4/src/c/hash.c deps/iotech-c-utils-1.1.4/src/c/iot.c deps/iotech-c-utils-1.1.4/src/c/json.c deps/iotech-c-utils-1.1.4/src/c/logger.c deps/iotech-c-utils-1.1.4/src/c/os.c deps/iotech-c-utils-1.1.4/src/c/scheduler.c deps/iotech-c-utils-1.1.4/src/c/thread.c deps/iotech-c-utils-1.1.4/src/c/threadpool.c deps/iotech-c-utils-1.1.4/src/c/time.c deps/iotech-c-utils-1.1.4/src/c/yxml.c src/c/iot 22:31:46 + cp deps/iotech-c-utils-1.1.4/src/c/defs.h.in src/c/iot 22:31:46 + cp deps/iotech-c-utils-1.1.4/src/c/yxml.h src/c/iot 22:31:46 + cp deps/iotech-c-utils-1.1.4/VERSION src/c/iot 22:31:46 + mkdir -p include/iot 22:31:46 + cp deps/iotech-c-utils-1.1.4/include/iot/base64.h deps/iotech-c-utils-1.1.4/include/iot/component.h deps/iotech-c-utils-1.1.4/include/iot/config.h deps/iotech-c-utils-1.1.4/include/iot/container.h deps/iotech-c-utils-1.1.4/include/iot/data.h deps/iotech-c-utils-1.1.4/include/iot/hash.h deps/iotech-c-utils-1.1.4/include/iot/iot.h deps/iotech-c-utils-1.1.4/include/iot/json.h deps/iotech-c-utils-1.1.4/include/iot/logger.h deps/iotech-c-utils-1.1.4/include/iot/os.h deps/iotech-c-utils-1.1.4/include/iot/scheduler.h deps/iotech-c-utils-1.1.4/include/iot/thread.h deps/iotech-c-utils-1.1.4/include/iot/threadpool.h deps/iotech-c-utils-1.1.4/include/iot/time.h deps/iotech-c-utils-1.1.4/include/iot/typecode.h include/iot 22:31:46 + mkdir -p include/iot/os 22:31:46 + cp deps/iotech-c-utils-1.1.4/include/iot/os/linux.h deps/iotech-c-utils-1.1.4/include/iot/os/macos.h deps/iotech-c-utils-1.1.4/include/iot/os/zephyr.h include/iot/os 22:31:46 + mkdir -p /tmp/sdk/build/release 22:31:46 + cd /tmp/sdk/build/release 22:31:46 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src 22:31:47 [ 80%] Linking C executable device-counter 22:31:47 [ 80%] Built target device-counter 22:31:47 Scanning dependencies of target device-random 22:31:47 [ 81%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o 22:31:47 [ 83%] Linking C executable device-random 22:31:47 -- The C compiler identification is GNU 8.3.0 22:31:47 -- Check for working C compiler: /usr/bin/cc 22:31:47 [ 83%] Built target device-random 22:31:47 Scanning dependencies of target device-gyro 22:31:47 [ 85%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o 22:31:47 [ 86%] Linking C executable device-gyro 22:31:47 [ 86%] Built target device-gyro 22:31:47 Scanning dependencies of target device-bitfields 22:31:47 [ 88%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o 22:31:47 -- Check for working C compiler: /usr/bin/cc -- works 22:31:47 -- Detecting C compiler ABI info 22:31:47 [ 90%] Linking C executable device-bitfields 22:31:47 [ 90%] Built target device-bitfields 22:31:47 Scanning dependencies of target template-discovery 22:31:47 [ 91%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o 22:31:47 [ 93%] Linking C executable template-discovery 22:31:47 -- Detecting C compiler ABI info - done 22:31:47 -- Detecting C compile features 22:31:47 [ 93%] Built target template-discovery 22:31:47 Scanning dependencies of target device-file 22:31:47 [ 95%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o 22:31:47 [ 96%] Linking C executable device-file 22:31:47 [ 96%] Built target device-file 22:31:47 Scanning dependencies of target device-terminal 22:31:47 [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o 22:31:48 [100%] Linking C executable device-terminal 22:31:48 [100%] Built target device-terminal 22:31:48 make: Entering directory '/tmp/sdk/build/release' 22:31:48 make[1]: Entering directory '/tmp/sdk/build/release' 22:31:48 make[2]: Entering directory '/tmp/sdk/build/release' 22:31:48 make[2]: Leaving directory '/tmp/sdk/build/release' 22:31:48 [ 73%] Built target csdk 22:31:48 make[2]: Entering directory '/tmp/sdk/build/release' 22:31:48 make[2]: Leaving directory '/tmp/sdk/build/release' 22:31:48 [ 76%] Built target template 22:31:48 make[2]: Entering directory '/tmp/sdk/build/release' 22:31:48 make[2]: Leaving directory '/tmp/sdk/build/release' 22:31:48 [ 80%] Built target device-counter 22:31:48 make[2]: Entering directory '/tmp/sdk/build/release' 22:31:48 make[2]: Leaving directory '/tmp/sdk/build/release' 22:31:48 [ 83%] Built target device-random 22:31:48 make[2]: Entering directory '/tmp/sdk/build/release' 22:31:48 make[2]: Leaving directory '/tmp/sdk/build/release' 22:31:48 [ 86%] Built target device-gyro 22:31:48 -- Detecting C compile features - done 22:31:48 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so 22:31:48 -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") 22:31:48 -- Found LIBYAML: /usr/lib/libyaml.so 22:31:48 -- Found LIBUUID: /usr/lib/libuuid.so 22:31:48 -- Found LIBCBOR: /usr/local/lib64/libcbor.so 22:31:48 -- C SDK 0.0.0 for Linux 22:31:48 -- Performing Test CSDK_HAVE_ATOMIC 22:31:48 make[2]: Entering directory '/tmp/sdk/build/release' 22:31:48 make[2]: Leaving directory '/tmp/sdk/build/release' 22:31:48 [ 90%] Built target device-bitfields 22:31:48 make[2]: Entering directory '/tmp/sdk/build/release' 22:31:48 make[2]: Leaving directory '/tmp/sdk/build/release' 22:31:48 [ 93%] Built target template-discovery 22:31:48 make[2]: Entering directory '/tmp/sdk/build/release' 22:31:48 make[2]: Leaving directory '/tmp/sdk/build/release' 22:31:48 [ 96%] Built target device-file 22:31:48 make[2]: Entering directory '/tmp/sdk/build/release' 22:31:48 make[2]: Leaving directory '/tmp/sdk/build/release' 22:31:48 [100%] Built target device-terminal 22:31:48 make[1]: Leaving directory '/tmp/sdk/build/release' 22:31:48 Install the project... 22:31:48 -- Install configuration: "Release" 22:31:48 -- Installing: /usr/local/lib/libcsdk.so 22:31:48 -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" 22:31:48 -- Up-to-date: /usr/local/include 22:31:48 -- Installing: /usr/local/include/devsdk 22:31:48 -- Installing: /usr/local/include/devsdk/devsdk-base.h 22:31:48 -- Installing: /usr/local/include/devsdk/devsdk.h 22:31:48 -- Installing: /usr/local/include/edgex 22:31:48 -- Installing: /usr/local/include/edgex/devices.h 22:31:48 -- Installing: /usr/local/include/edgex/edgex-base.h 22:31:48 -- Installing: /usr/local/include/edgex/edgex.h 22:31:48 -- Installing: /usr/local/include/edgex/profiles.h 22:31:48 -- Installing: /usr/local/include/edgex/rest-server.h 22:31:48 -- Installing: /usr/local/include/edgex/csdk-defs.h 22:31:48 -- Installing: /usr/local/include/iot 22:31:48 -- Installing: /usr/local/include/iot/base64.h 22:31:48 -- Installing: /usr/local/include/iot/component.h 22:31:48 -- Installing: /usr/local/include/iot/config.h 22:31:48 -- Installing: /usr/local/include/iot/container.h 22:31:48 -- Installing: /usr/local/include/iot/data.h 22:31:48 -- Installing: /usr/local/include/iot/hash.h 22:31:48 -- Installing: /usr/local/include/iot/iot.h 22:31:48 -- Installing: /usr/local/include/iot/json.h 22:31:48 -- Installing: /usr/local/include/iot/logger.h 22:31:48 -- Installing: /usr/local/include/iot/os.h 22:31:48 -- Installing: /usr/local/include/iot/scheduler.h 22:31:48 -- Installing: /usr/local/include/iot/thread.h 22:31:48 -- Installing: /usr/local/include/iot/threadpool.h 22:31:48 -- Installing: /usr/local/include/iot/time.h 22:31:48 -- Installing: /usr/local/include/iot/typecode.h 22:31:48 -- Installing: /usr/local/include/iot/os 22:31:48 -- Installing: /usr/local/include/iot/os/linux.h 22:31:48 -- Installing: /usr/local/include/iot/os/macos.h 22:31:48 -- Installing: /usr/local/include/iot/os/zephyr.h 22:31:48 -- Installing: /usr/local/include/iot/defs.h 22:31:48 -- Installing: /usr/local/share/device-sdk-c/LICENSE 22:31:48 -- Installing: /usr/local/share/device-sdk-c/Attribution.txt 22:31:48 make: Leaving directory '/tmp/sdk/build/release' 22:31:48 -- Performing Test CSDK_HAVE_ATOMIC - Success 22:31:48 -- Found Curses: /usr/lib/libcurses.so 22:31:48 -- Configuring done 22:31:49 -- Generating done 22:31:49 -- Build files have been written to: /tmp/sdk/build/release 22:31:49 + make all package 22:31:49 + tee release.log 22:31:49 Scanning dependencies of target csdk 22:31:49 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o 22:31:50 [ 3%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o 22:31:50 [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o 22:31:51 Removing intermediate container 43a01603f134 22:31:51 ---> 779fd19e1bd1 22:31:51 Step 14/21 : FROM ${BASE} 22:31:51 ---> 5eabd8fd8ba2 22:31:51 Step 15/21 : LABEL maintainer="IOTech " 22:31:51 ---> Running in b9fcefde3253 22:31:51 Removing intermediate container b9fcefde3253 22:31:51 ---> bd3f6fc0a01d 22:31:51 Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid 22:31:51 ---> Running in 7a8bd8c353ea 22:31:51 fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz 22:31:52 [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o 22:31:52 fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz 22:31:52 (1/3) Installing curl (7.64.0-r5) 22:31:52 (2/3) Installing libuuid (2.33-r0) 22:31:52 (3/3) Installing wget (1.20.3-r0) 22:31:52 [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o 22:31:52 [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o 22:31:53 Executing busybox-1.29.3-r10.trigger 22:31:53 OK: 268 MiB in 78 packages 22:31:53 Removing intermediate container 7a8bd8c353ea 22:31:53 ---> 208b19bed147 22:31:53 Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot 22:31:53 ---> fb98d1899df7 22:31:53 Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex 22:31:53 [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o 22:31:53 ---> 143e1c5f69bd 22:31:53 Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib 22:31:54 ---> f1151fa3ff3f 22:31:54 Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 22:31:54 ---> fec6c152869e 22:31:54 Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c 22:31:54 ---> aa808099fc4c 22:31:54 Successfully built aa808099fc4c 22:31:54 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 22:31:55 [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o 22:31:55 + docker inspect -f . ci-base-image-x86_64 22:31:55 . [Pipeline] withDockerContainer 22:31:55 prd-centos7-docker-4c-2g-29749 does not seem to be running inside a container 22:31:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/5 -v /w/workspace/device-sdk-c/5:/w/workspace/device-sdk-c/5:rw,z -v /w/workspace/device-sdk-c/5@tmp:/w/workspace/device-sdk-c/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:31:55 [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o 22:31:56 $ docker top 0093ddc34b62ff3528d126a066a0e1486c9a416110e582c2cc32097fc4db7f13 -eo pid,comm [Pipeline] { [Pipeline] sh 22:31:56 [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o 22:31:56 + make test 22:31:56 echo "make test" 22:31:56 make test [Pipeline] } 22:31:56 $ docker stop --time=1 0093ddc34b62ff3528d126a066a0e1486c9a416110e582c2cc32097fc4db7f13 22:31:57 [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o 22:31:57 [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o 22:31:57 [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o 22:31:57 [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o 22:31:57 $ docker rm -f 0093ddc34b62ff3528d126a066a0e1486c9a416110e582c2cc32097fc4db7f13 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 22:32:00 [ 25%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o 22:32:00 [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o 22:32:00 [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o 22:32:01 [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o 22:32:01 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:32:01 + ls -al . 22:32:01 total 160 22:32:01 drwxrwxr-x. 8 jenkins jenkins 260 Mar 14 22:30 . 22:32:01 drwxrwxr-x. 4 jenkins jenkins 28 Mar 14 22:30 .. 22:32:01 -rw-rw-r--. 1 jenkins jenkins 3104 Mar 14 22:30 Attribution.txt 22:32:01 -rw-rw-r--. 1 jenkins jenkins 7129 Mar 14 22:30 CHANGES 22:32:01 drwxrwxr-x. 2 jenkins jenkins 121 Mar 14 22:30 docs 22:32:01 -rw-rw-r--. 1 jenkins jenkins 108574 Mar 14 22:30 Doxyfile 22:32:01 drwxrwxr-x. 8 jenkins jenkins 179 Mar 14 22:30 .git 22:32:01 drwxrwxr-x. 2 jenkins jenkins 81 Mar 14 22:30 .github 22:32:01 -rw-rw-r--. 1 jenkins jenkins 176 Mar 14 22:30 .gitignore 22:32:01 drwxrwxr-x. 4 jenkins jenkins 33 Mar 14 22:30 include 22:32:01 -rw-rw-r--. 1 jenkins jenkins 784 Mar 14 22:30 Jenkinsfile 22:32:01 -rw-rw-r--. 1 jenkins jenkins 10174 Mar 14 22:30 LICENSE 22:32:01 -rw-rw-r--. 1 jenkins jenkins 444 Mar 14 22:30 Makefile 22:32:01 -rw-rw-r--. 1 jenkins jenkins 2694 Mar 14 22:30 README.md 22:32:01 -rw-rw-r--. 1 jenkins jenkins 6654 Mar 14 22:30 README.v2.md 22:32:01 drwxrwxr-x. 2 jenkins jenkins 98 Mar 14 22:30 scripts 22:32:01 drwxrwxr-x. 4 jenkins jenkins 50 Mar 14 22:30 src 22:32:01 -rw-rw-r--. 1 jenkins jenkins 5 Mar 14 22:28 VERSION [Pipeline] isUnix [Pipeline] sh 22:32:01 [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o 22:32:01 + 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=5ed6e76d2baa0cb6c47fd743d8659d4565179b84 --label arch=amd64 --label version=0.0.0 . 22:32:01 Sending build context to Docker daemon 2.521MB 22:32:01 Step 1/15 : ARG BASE=alpine:3.12 22:32:01 Step 2/15 : FROM ${BASE} 22:32:01 ---> aa808099fc4c 22:32:01 Step 3/15 : LABEL maintainer="IOTech " 22:32:02 [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o 22:32:02 ---> Running in 787a3ae29591 22:32:02 Removing intermediate container 787a3ae29591 22:32:02 ---> 7172b2a352ca 22:32:02 Step 4/15 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev && mkdir -p /edgex-c-sdk/build 22:32:02 ---> Running in 1b143c6fd337 22:32:03 fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz 22:32:04 fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz 22:32:04 (1/6) Installing ncurses-dev (6.1_p20190105-r0) 22:32:04 (2/6) Installing libblkid (2.33-r0) 22:32:04 (3/6) Installing libfdisk (2.33-r0) 22:32:04 (4/6) Installing libmount (2.33-r0) 22:32:04 (5/6) Installing libsmartcols (2.33-r0) 22:32:05 [ 35%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o 22:32:05 [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o 22:32:05 [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o 22:32:05 (6/6) Installing util-linux-dev (2.33-r0) 22:32:05 Executing busybox-1.29.3-r10.trigger 22:32:05 OK: 272 MiB in 84 packages 22:32:05 [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o 22:32:05 Removing intermediate container 1b143c6fd337 22:32:05 ---> 0fafece0bfd5 22:32:05 Step 5/15 : COPY VERSION /edgex-c-sdk/ 22:32:05 ---> 618c7a843261 22:32:05 Step 6/15 : COPY src /edgex-c-sdk/src/ 22:32:06 [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o 22:32:06 [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o 22:32:06 ---> 13f2661b3ed6 22:32:06 Step 7/15 : COPY include /edgex-c-sdk/include/ 22:32:07 ---> 0951b15684a6 22:32:07 Step 8/15 : COPY scripts /edgex-c-sdk/scripts 22:32:07 ---> fc7be20e6b5f 22:32:07 Step 9/15 : COPY LICENSE /edgex-c-sdk/ 22:32:07 [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o 22:32:07 ---> bacbd42424fe 22:32:07 Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ 22:32:07 [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o 22:32:07 ---> 981c1e6b1473 22:32:07 Step 11/15 : WORKDIR /edgex-c-sdk 22:32:07 ---> Running in fe6bfffae449 22:32:07 Removing intermediate container fe6bfffae449 22:32:07 ---> c71e25149eb1 22:32:07 Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] 22:32:07 ---> Running in 61c715603e7a 22:32:08 [ 48%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o 22:32:08 Removing intermediate container 61c715603e7a 22:32:08 ---> 7c0465500e9d 22:32:08 Step 13/15 : LABEL arch=amd64 22:32:08 ---> Running in d7e0fad98d54 22:32:08 [ 50%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o 22:32:08 Removing intermediate container d7e0fad98d54 22:32:08 ---> 44d4feb7d2b6 22:32:08 Step 14/15 : LABEL git_sha=5ed6e76d2baa0cb6c47fd743d8659d4565179b84 22:32:08 ---> Running in 8c94a6d4791a 22:32:08 Removing intermediate container 8c94a6d4791a 22:32:08 ---> 735d1bb2d7d1 22:32:08 Step 15/15 : LABEL version=0.0.0 22:32:08 ---> Running in 430f948d55cd 22:32:08 Removing intermediate container 430f948d55cd 22:32:08 ---> dad22ac0bc70 22:32:08 [Warning] One or more build-args [ARCH MAKE] were not consumed 22:32:08 Successfully built dad22ac0bc70 22:32:08 Successfully tagged docker-device-sdk-c:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:32:10 [ 51%] Building C object c/CMakeFiles/csdk.dir/map.c.o 22:32:10 [ 53%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o 22:32:11 [ 55%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o 22:32:11 [ 56%] Building C object c/CMakeFiles/csdk.dir/parson.c.o 22:32:15 [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o 22:32:16 [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o 22:32:16 [ 61%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o 22:32:16 [ 63%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o 22:32:17 [ 65%] Building C object c/CMakeFiles/csdk.dir/rest.c.o 22:32:19 [ 66%] Building C object c/CMakeFiles/csdk.dir/service.c.o 22:32:20 [ 68%] Building C object c/CMakeFiles/csdk.dir/toml.c.o 22:32:24 [ 70%] Building C object c/CMakeFiles/csdk.dir/transform.c.o 22:32:24 [ 71%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o 22:32:25 [ 73%] Linking C shared library libcsdk.so 22:32:25 [ 73%] Built target csdk 22:32:25 Scanning dependencies of target template 22:32:25 [ 75%] Building C object c/examples/CMakeFiles/template.dir/template.c.o 22:32:25 [ 76%] Linking C executable template 22:32:26 [ 76%] Built target template 22:32:26 Scanning dependencies of target device-counter 22:32:26 [ 78%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o 22:32:26 [ 80%] Linking C executable device-counter 22:32:26 [ 80%] Built target device-counter 22:32:26 Scanning dependencies of target device-random 22:32:26 [ 81%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o 22:32:27 [ 83%] Linking C executable device-random 22:32:27 [ 83%] Built target device-random 22:32:27 Scanning dependencies of target device-gyro 22:32:27 [ 85%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o 22:32:28 [ 86%] Linking C executable device-gyro 22:32:28 [ 86%] Built target device-gyro 22:32:28 Scanning dependencies of target device-bitfields 22:32:28 [ 88%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o 22:32:28 [ 90%] Linking C executable device-bitfields 22:32:28 [ 90%] Built target device-bitfields 22:32:28 Scanning dependencies of target template-discovery 22:32:28 [ 91%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o 22:32:29 [ 93%] Linking C executable template-discovery 22:32:29 [ 93%] Built target template-discovery 22:32:29 Scanning dependencies of target device-file 22:32:29 [ 95%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o 22:32:30 [ 96%] Linking C executable device-file 22:32:30 [ 96%] Built target device-file 22:32:30 Scanning dependencies of target device-terminal 22:32:30 [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o 22:32:31 [100%] Linking C executable device-terminal 22:32:31 [100%] Built target device-terminal 22:32:31 Run CPack packaging tool... 22:32:31 CPack: Create package using TGZ 22:32:31 CPack: Install projects 22:32:31 CPack: - Run preinstall target for: Csdk 22:32:32 CPack: - Install project: Csdk 22:32:32 CPack: Create package 22:32:32 CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. 22:32:32 + '[' false '=' true ] 22:32:32 + '[' false '=' true ] 22:32:32 + mkdir -p /tmp/sdk/build/debug 22:32:32 + cd /tmp/sdk/build/debug 22:32:32 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src 22:32:32 -- The C compiler identification is GNU 8.3.0 22:32:32 -- Check for working C compiler: /usr/bin/cc 22:32:32 -- Check for working C compiler: /usr/bin/cc -- works 22:32:32 -- Detecting C compiler ABI info 22:32:32 -- Detecting C compiler ABI info - done 22:32:32 -- Detecting C compile features 22:32:33 -- Detecting C compile features - done 22:32:33 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so 22:32:33 -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") 22:32:33 -- Found LIBYAML: /usr/lib/libyaml.so 22:32:33 -- Found LIBUUID: /usr/lib/libuuid.so 22:32:33 -- Found LIBCBOR: /usr/local/lib64/libcbor.so 22:32:33 -- C SDK 0.0.0 for Linux 22:32:33 -- Performing Test CSDK_HAVE_ATOMIC 22:32:33 -- Performing Test CSDK_HAVE_ATOMIC - Success 22:32:33 -- Found Curses: /usr/lib/libcurses.so 22:32:34 -- Configuring done 22:32:34 -- Generating done 22:32:34 -- Build files have been written to: /tmp/sdk/build/debug 22:32:34 + make 22:32:34 + tee debug.log 22:32:34 Scanning dependencies of target csdk 22:32:34 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o 22:32:34 [ 3%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o 22:32:35 [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o 22:32:35 [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o 22:32:36 [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o 22:32:36 [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o 22:32:36 [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o 22:32:37 [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o 22:32:37 [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o 22:32:37 [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o 22:32:37 [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o 22:32:38 [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o 22:32:38 [ 21%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o 22:32:38 [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o 22:32:39 [ 25%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o 22:32:39 [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o 22:32:39 [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o 22:32:39 [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o 22:32:40 [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o 22:32:40 [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o 22:32:41 [ 35%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o 22:32:41 [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o 22:32:41 [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o 22:32:41 [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o 22:32:41 [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o 22:32:42 [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o 22:32:42 [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o 22:32:42 [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o 22:32:43 [ 48%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o 22:32:43 [ 50%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o 22:32:43 [ 51%] Building C object c/CMakeFiles/csdk.dir/map.c.o 22:32:43 [ 53%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o 22:32:44 [ 55%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o 22:32:44 [ 56%] Building C object c/CMakeFiles/csdk.dir/parson.c.o 22:32:45 [ 58%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o 22:32:45 [ 60%] Building C object c/CMakeFiles/csdk.dir/registry.c.o 22:32:45 [ 61%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o 22:32:46 [ 63%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o 22:32:46 [ 65%] Building C object c/CMakeFiles/csdk.dir/rest.c.o 22:32:47 [ 66%] Building C object c/CMakeFiles/csdk.dir/service.c.o 22:32:47 [ 68%] Building C object c/CMakeFiles/csdk.dir/toml.c.o 22:32:48 [ 70%] Building C object c/CMakeFiles/csdk.dir/transform.c.o 22:32:48 [ 71%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o 22:32:48 [ 73%] Linking C shared library libcsdk.so 22:32:49 [ 73%] Built target csdk 22:32:49 Scanning dependencies of target template 22:32:49 [ 75%] Building C object c/examples/CMakeFiles/template.dir/template.c.o 22:32:49 [ 76%] Linking C executable template 22:32:49 [ 76%] Built target template 22:32:49 Scanning dependencies of target device-counter 22:32:49 [ 78%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o 22:32:50 [ 80%] Linking C executable device-counter 22:32:50 [ 80%] Built target device-counter 22:32:50 Scanning dependencies of target device-random 22:32:50 [ 81%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o 22:32:50 [ 83%] Linking C executable device-random 22:32:50 [ 83%] Built target device-random 22:32:50 Scanning dependencies of target device-gyro 22:32:50 [ 85%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o 22:32:50 [ 86%] Linking C executable device-gyro 22:32:51 [ 86%] Built target device-gyro 22:32:51 Scanning dependencies of target device-bitfields 22:32:51 [ 88%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o 22:32:51 [ 90%] Linking C executable device-bitfields 22:32:51 [ 90%] Built target device-bitfields 22:32:51 Scanning dependencies of target template-discovery 22:32:51 [ 91%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o 22:32:52 [ 93%] Linking C executable template-discovery 22:32:52 [ 93%] Built target template-discovery 22:32:52 Scanning dependencies of target device-file 22:32:52 [ 95%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o 22:32:52 [ 96%] Linking C executable device-file 22:32:52 [ 96%] Built target device-file 22:32:52 Scanning dependencies of target device-terminal 22:32:52 [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o 22:32:53 [100%] Linking C executable device-terminal 22:32:53 [100%] Built target device-terminal 22:32:53 make: Entering directory '/tmp/sdk/build/release' 22:32:53 make[1]: Entering directory '/tmp/sdk/build/release' 22:32:53 make[2]: Entering directory '/tmp/sdk/build/release' 22:32:53 make[2]: Leaving directory '/tmp/sdk/build/release' 22:32:53 [ 73%] Built target csdk 22:32:53 make[2]: Entering directory '/tmp/sdk/build/release' 22:32:53 make[2]: Leaving directory '/tmp/sdk/build/release' 22:32:53 [ 76%] Built target template 22:32:53 make[2]: Entering directory '/tmp/sdk/build/release' 22:32:53 make[2]: Leaving directory '/tmp/sdk/build/release' 22:32:53 [ 80%] Built target device-counter 22:32:53 make[2]: Entering directory '/tmp/sdk/build/release' 22:32:53 make[2]: Leaving directory '/tmp/sdk/build/release' 22:32:53 [ 83%] Built target device-random 22:32:53 make[2]: Entering directory '/tmp/sdk/build/release' 22:32:53 make[2]: Leaving directory '/tmp/sdk/build/release' 22:32:53 [ 86%] Built target device-gyro 22:32:53 make[2]: Entering directory '/tmp/sdk/build/release' 22:32:53 make[2]: Leaving directory '/tmp/sdk/build/release' 22:32:53 [ 90%] Built target device-bitfields 22:32:53 make[2]: Entering directory '/tmp/sdk/build/release' 22:32:53 make[2]: Leaving directory '/tmp/sdk/build/release' 22:32:53 [ 93%] Built target template-discovery 22:32:53 make[2]: Entering directory '/tmp/sdk/build/release' 22:32:53 make[2]: Leaving directory '/tmp/sdk/build/release' 22:32:53 [ 96%] Built target device-file 22:32:53 make[2]: Entering directory '/tmp/sdk/build/release' 22:32:53 make[2]: Leaving directory '/tmp/sdk/build/release' 22:32:53 [100%] Built target device-terminal 22:32:53 make[1]: Leaving directory '/tmp/sdk/build/release' 22:32:53 Install the project... 22:32:53 -- Install configuration: "Release" 22:32:53 -- Installing: /usr/local/lib/libcsdk.so 22:32:53 -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" 22:32:53 -- Up-to-date: /usr/local/include 22:32:53 -- Installing: /usr/local/include/edgex 22:32:53 -- Installing: /usr/local/include/edgex/rest-server.h 22:32:53 -- Installing: /usr/local/include/edgex/edgex-base.h 22:32:53 -- Installing: /usr/local/include/edgex/edgex.h 22:32:53 -- Installing: /usr/local/include/edgex/devices.h 22:32:53 -- Installing: /usr/local/include/edgex/profiles.h 22:32:53 -- Installing: /usr/local/include/edgex/csdk-defs.h 22:32:53 -- Installing: /usr/local/include/devsdk 22:32:53 -- Installing: /usr/local/include/devsdk/devsdk-base.h 22:32:53 -- Installing: /usr/local/include/devsdk/devsdk.h 22:32:53 -- Installing: /usr/local/include/iot 22:32:53 -- Installing: /usr/local/include/iot/json.h 22:32:53 -- Installing: /usr/local/include/iot/container.h 22:32:53 -- Installing: /usr/local/include/iot/component.h 22:32:53 -- Installing: /usr/local/include/iot/typecode.h 22:32:53 -- Installing: /usr/local/include/iot/iot.h 22:32:53 -- Installing: /usr/local/include/iot/time.h 22:32:53 -- Installing: /usr/local/include/iot/hash.h 22:32:53 -- Installing: /usr/local/include/iot/logger.h 22:32:53 -- Installing: /usr/local/include/iot/os 22:32:53 -- Installing: /usr/local/include/iot/os/zephyr.h 22:32:53 -- Installing: /usr/local/include/iot/os/linux.h 22:32:53 -- Installing: /usr/local/include/iot/os/macos.h 22:32:53 -- Installing: /usr/local/include/iot/scheduler.h 22:32:53 -- Installing: /usr/local/include/iot/data.h 22:32:53 -- Installing: /usr/local/include/iot/thread.h 22:32:53 -- Installing: /usr/local/include/iot/os.h 22:32:53 -- Installing: /usr/local/include/iot/base64.h 22:32:53 -- Installing: /usr/local/include/iot/defs.h 22:32:53 -- Installing: /usr/local/include/iot/threadpool.h 22:32:53 -- Installing: /usr/local/include/iot/config.h 22:32:53 -- Installing: /usr/local/share/device-sdk-c/LICENSE 22:32:53 -- Installing: /usr/local/share/device-sdk-c/Attribution.txt 22:32:53 make: Leaving directory '/tmp/sdk/build/release' 22:32:56 Removing intermediate container 74292a9f06e2 22:32:56 ---> 7001b032f165 22:32:56 Step 14/21 : FROM ${BASE} 22:32:56 ---> b23d30803547 22:32:56 Step 15/21 : LABEL maintainer="IOTech " 22:32:56 ---> Running in d351bbbeea53 22:32:56 Removing intermediate container d351bbbeea53 22:32:56 ---> 8dd4e07447d8 22:32:56 Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid 22:32:56 ---> Running in 0c4e34a2ed5f 22:32:57 fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz 22:32:58 fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz 22:32:59 (1/3) Installing curl (7.64.0-r5) 22:32:59 (2/3) Installing libuuid (2.33-r0) 22:32:59 (3/3) Installing wget (1.20.3-r0) 22:32:59 Executing busybox-1.29.3-r10.trigger 22:32:59 OK: 281 MiB in 78 packages 22:33:00 Removing intermediate container 0c4e34a2ed5f 22:33:00 ---> 3712b27827be 22:33:00 Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot 22:33:01 ---> 6da4928bfa7b 22:33:01 Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex 22:33:01 ---> 62be552636d5 22:33:01 Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib 22:33:02 ---> a2a57843bbc4 22:33:02 Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 22:33:03 ---> 890638de6666 22:33:03 Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c 22:33:04 ---> fa204b908c43 22:33:04 Successfully built fa204b908c43 22:33:04 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:33:05 + docker inspect -f . ci-base-image-arm64 22:33:05 . [Pipeline] withDockerContainer 22:33:05 prd-ubuntu18.04-docker-arm64-4c-16g-29748 does not seem to be running inside a container 22:33:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/5 -v /w/workspace/device-sdk-c/5:/w/workspace/device-sdk-c/5:rw,z -v /w/workspace/device-sdk-c/5@tmp:/w/workspace/device-sdk-c/5@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 22:33:07 $ docker top c15fa1613b6acb4a6cc3bb58a776d5e3d5a543f2bba993a088d886ae8cf6f69d -eo pid,comm [Pipeline] { [Pipeline] sh 22:33:08 + make test 22:33:08 echo "make test" 22:33:08 make test [Pipeline] } 22:33:08 $ docker stop --time=1 c15fa1613b6acb4a6cc3bb58a776d5e3d5a543f2bba993a088d886ae8cf6f69d 22:33:10 $ docker rm -f c15fa1613b6acb4a6cc3bb58a776d5e3d5a543f2bba993a088d886ae8cf6f69d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 22:33:11 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:33:11 + ls -al . 22:33:11 total 192 22:33:11 drwxrwxr-x 8 jenkins jenkins 4096 Mar 14 22:30 . 22:33:11 drwxrwxr-x 4 jenkins jenkins 4096 Mar 14 22:30 .. 22:33:11 drwxrwxr-x 8 jenkins jenkins 4096 Mar 14 22:30 .git 22:33:11 drwxrwxr-x 2 jenkins jenkins 4096 Mar 14 22:30 .github 22:33:11 -rw-rw-r-- 1 jenkins jenkins 176 Mar 14 22:30 .gitignore 22:33:11 -rw-rw-r-- 1 jenkins jenkins 3104 Mar 14 22:30 Attribution.txt 22:33:11 -rw-rw-r-- 1 jenkins jenkins 7129 Mar 14 22:30 CHANGES 22:33:11 -rw-rw-r-- 1 jenkins jenkins 108574 Mar 14 22:30 Doxyfile 22:33:11 -rw-rw-r-- 1 jenkins jenkins 784 Mar 14 22:30 Jenkinsfile 22:33:11 -rw-rw-r-- 1 jenkins jenkins 10174 Mar 14 22:30 LICENSE 22:33:11 -rw-rw-r-- 1 jenkins jenkins 444 Mar 14 22:30 Makefile 22:33:11 -rw-rw-r-- 1 jenkins jenkins 2694 Mar 14 22:30 README.md 22:33:11 -rw-rw-r-- 1 jenkins jenkins 6654 Mar 14 22:30 README.v2.md 22:33:11 -rw-rw-r-- 1 jenkins jenkins 5 Mar 14 22:28 VERSION 22:33:11 drwxrwxr-x 2 jenkins jenkins 4096 Mar 14 22:30 docs 22:33:11 drwxrwxr-x 4 jenkins jenkins 4096 Mar 14 22:30 include 22:33:11 drwxrwxr-x 2 jenkins jenkins 4096 Mar 14 22:30 scripts 22:33:11 drwxrwxr-x 4 jenkins jenkins 4096 Mar 14 22:30 src [Pipeline] isUnix [Pipeline] sh 22:33:11 + 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=5ed6e76d2baa0cb6c47fd743d8659d4565179b84 --label arch=arm64 --label version=0.0.0 . 22:33:12 Sending build context to Docker daemon 2.52MB 22:33:12 Step 1/15 : ARG BASE=alpine:3.12 22:33:12 Step 2/15 : FROM ${BASE} 22:33:12 ---> fa204b908c43 22:33:12 Step 3/15 : LABEL maintainer="IOTech " 22:33:12 ---> Running in fdc536a06e36 22:33:12 Removing intermediate container fdc536a06e36 22:33:12 ---> 1ab2150941d2 22:33:12 Step 4/15 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev && mkdir -p /edgex-c-sdk/build 22:33:13 ---> Running in b2c259cff3e5 22:33:14 fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz 22:33:15 fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz 22:33:15 (1/6) Installing ncurses-dev (6.1_p20190105-r0) 22:33:15 (2/6) Installing libblkid (2.33-r0) 22:33:15 (3/6) Installing libfdisk (2.33-r0) 22:33:15 (4/6) Installing libmount (2.33-r0) 22:33:15 (5/6) Installing libsmartcols (2.33-r0) 22:33:15 (6/6) Installing util-linux-dev (2.33-r0) 22:33:16 Executing busybox-1.29.3-r10.trigger 22:33:16 OK: 286 MiB in 84 packages 22:33:17 Removing intermediate container b2c259cff3e5 22:33:17 ---> bb5279b53c66 22:33:17 Step 5/15 : COPY VERSION /edgex-c-sdk/ 22:33:18 ---> af7f52deac7f 22:33:18 Step 6/15 : COPY src /edgex-c-sdk/src/ 22:33:19 ---> 1e0706208051 22:33:19 Step 7/15 : COPY include /edgex-c-sdk/include/ 22:33:19 ---> 2e05c05b7fe8 22:33:19 Step 8/15 : COPY scripts /edgex-c-sdk/scripts 22:33:20 ---> 468062edbf84 22:33:20 Step 9/15 : COPY LICENSE /edgex-c-sdk/ 22:33:21 ---> c68365fb3794 22:33:21 Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ 22:33:21 ---> 533753b7982e 22:33:21 Step 11/15 : WORKDIR /edgex-c-sdk 22:33:22 ---> Running in b20a91771357 22:33:22 Removing intermediate container b20a91771357 22:33:22 ---> 7f53673df2ee 22:33:22 Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] 22:33:22 ---> Running in c6a0c46bdd68 22:33:22 Removing intermediate container c6a0c46bdd68 22:33:22 ---> 2a41aace142e 22:33:22 Step 13/15 : LABEL arch=arm64 22:33:23 ---> Running in 67b79218dbcc 22:33:23 Removing intermediate container 67b79218dbcc 22:33:23 ---> 83487ed24020 22:33:23 Step 14/15 : LABEL git_sha=5ed6e76d2baa0cb6c47fd743d8659d4565179b84 22:33:23 ---> Running in 9ad973ca64b3 22:33:24 Removing intermediate container 9ad973ca64b3 22:33:24 ---> 51685c37f4bc 22:33:24 Step 15/15 : LABEL version=0.0.0 22:33:24 ---> Running in 0859104d3bcc 22:33:24 Removing intermediate container 0859104d3bcc 22:33:24 ---> 07c4eee7d1c5 22:33:24 [Warning] One or more build-args [ARCH MAKE] were not consumed 22:33:24 Successfully built 07c4eee7d1c5 22:33:24 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 22:33:27 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:33:28 ---> package-listing.sh 22:33:28 ++ facter osfamily 22:33:28 ++ tr '[:upper:]' '[:lower:]' 22:33:28 + OS_FAMILY=redhat 22:33:28 + workspace=/w/workspace/edgexfoundry_device-sdk-c_PR-331 22:33:28 + START_PACKAGES=/tmp/packages_start.txt 22:33:28 + END_PACKAGES=/tmp/packages_end.txt 22:33:28 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:33:28 + PACKAGES=/tmp/packages_start.txt 22:33:28 + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-331 ']' 22:33:28 + PACKAGES=/tmp/packages_end.txt 22:33:28 + case "${OS_FAMILY}" in 22:33:28 + rpm -qa 22:33:28 + sort 22:33:36 + '[' -f /tmp/packages_start.txt ']' 22:33:36 + '[' -f /tmp/packages_end.txt ']' 22:33:36 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:33:36 + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-331 ']' 22:33:36 + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_PR-331/archives/ 22:33:36 + 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 22:33:36 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 22:33:36 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:33:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:33:37 22:33:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:33:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:33:38 alpine: Pulling from edgex-lftools-log-publisher 22:33:38 df20fa9351a1: Pulling fs layer 22:33:38 36b3adc4ff6f: Pulling fs layer 22:33:38 8ad3a11d3b57: Pulling fs layer 22:33:38 46f8f816bc3b: Pulling fs layer 22:33:38 93b61091891f: Pulling fs layer 22:33:38 93b9cdb0e59b: Pulling fs layer 22:33:38 5e14af77c1be: Pulling fs layer 22:33:38 01666e4c0597: Pulling fs layer 22:33:38 aa168da1d23b: Pulling fs layer 22:33:38 93b9cdb0e59b: Waiting 22:33:38 5e14af77c1be: Waiting 22:33:38 01666e4c0597: Waiting 22:33:38 aa168da1d23b: Waiting 22:33:38 93b61091891f: Waiting 22:33:38 46f8f816bc3b: Waiting 22:33:38 36b3adc4ff6f: Verifying Checksum 22:33:38 36b3adc4ff6f: Download complete 22:33:38 46f8f816bc3b: Verifying Checksum 22:33:38 46f8f816bc3b: Download complete 22:33:38 df20fa9351a1: Verifying Checksum 22:33:38 df20fa9351a1: Download complete 22:33:38 93b9cdb0e59b: Verifying Checksum 22:33:38 93b9cdb0e59b: Download complete 22:33:38 5e14af77c1be: Verifying Checksum 22:33:38 5e14af77c1be: Download complete 22:33:38 01666e4c0597: Verifying Checksum 22:33:38 01666e4c0597: Download complete 22:33:38 93b61091891f: Verifying Checksum 22:33:38 93b61091891f: Download complete 22:33:39 df20fa9351a1: Pull complete 22:33:39 36b3adc4ff6f: Pull complete 22:33:39 8ad3a11d3b57: Verifying Checksum 22:33:39 8ad3a11d3b57: Download complete 22:33:41 8ad3a11d3b57: Pull complete 22:33:41 46f8f816bc3b: Pull complete 22:33:43 93b61091891f: Pull complete 22:33:43 93b9cdb0e59b: Pull complete 22:33:43 aa168da1d23b: Verifying Checksum 22:33:43 aa168da1d23b: Download complete 22:33:44 5e14af77c1be: Pull complete 22:33:44 01666e4c0597: Pull complete 22:34:12 aa168da1d23b: Pull complete 22:34:12 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:34:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:34:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:34:13 prd-centos7-docker-4c-2g-29747 does not seem to be running inside a container 22:34:13 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:34:17 $ docker top 0aaba5d2021330a070e958b116035d0df2b7b720b79a2879fb43463525089652 -eo pid,comm [Pipeline] { [Pipeline] sh 22:34:18 + touch /tmp/pre-build-complete [Pipeline] sh 22:34:18 + mkdir -p /var/log/sa [Pipeline] sh 22:34:19 + ls /var/log/sa-host 22:34:19 + sadf -c /var/log/sa-host/sa14 22:34:19 file_magic: OK 22:34:19 HZ: Using current value: 100 22:34:19 file_header: OK 22:34:19 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 22:34:19 Statistics: 22:34:19 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:34:19 File successfully converted to sysstat format version 12.2.1 22:34:19 + sadf -c /var/log/sa-host/sa23 22:34:19 file_magic: OK 22:34:19 HZ: Using current value: 100 22:34:19 file_header: OK 22:34:19 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 22:34:19 Statistics: 22:34:19 Hnuu...uuuununununu... 22:34:19 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:34:19 provisioning config files... 22:34:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_PR-331@tmp/config7952345991571420474tmp [Pipeline] { [Pipeline] echo 22:34:19 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:34:20 ---> create-netrc.sh [Pipeline] } 22:34:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:34:21 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:34:22 ---> python-tools-install.sh [Pipeline] echo 22:34:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:34:22 ---> sudo-logs.sh 22:34:22 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:34:22 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:34:24 ---> job-cost.sh 22:34:24 lf-activate-venv: SKIPPING 22:34:24 INFO: No Stack... 22:34:25 INFO: Retrieving Pricing Info for: v1-standard-2 22:34:26 INFO: Archiving Costs [Pipeline] echo 22:34:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:34:26 ---> logs-deploy.sh 22:34:26 lf-activate-venv: SKIPPING 22:34:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/PR-331/5 22:34:26 INFO: archiving workspace using pattern(s): 22:34:31 Archives upload complete. 22:34:31 INFO: archiving logs to Nexus 22:34:33 ---> uname -a: 22:34:33 Linux prd-centos7-docker-4c-2g-29747.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:34:33 22:34:33 22:34:33 ---> lscpu: 22:34:33 Architecture: x86_64 22:34:33 CPU op-mode(s): 32-bit, 64-bit 22:34:33 Byte Order: Little Endian 22:34:33 Address sizes: 40 bits physical, 48 bits virtual 22:34:33 CPU(s): 4 22:34:33 On-line CPU(s) list: 0-3 22:34:33 Thread(s) per core: 1 22:34:33 Core(s) per socket: 1 22:34:33 Socket(s): 4 22:34:33 NUMA node(s): 1 22:34:33 Vendor ID: GenuineIntel 22:34:33 CPU family: 6 22:34:33 Model: 44 22:34:33 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:34:33 Stepping: 1 22:34:33 CPU MHz: 2933.438 22:34:33 BogoMIPS: 5866.87 22:34:33 Virtualization: VT-x 22:34:33 Hypervisor vendor: KVM 22:34:33 Virtualization type: full 22:34:33 L1d cache: 128 KiB 22:34:33 L1i cache: 128 KiB 22:34:33 L2 cache: 16 MiB 22:34:33 L3 cache: 64 MiB 22:34:33 NUMA node0 CPU(s): 0-3 22:34:33 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:34:33 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:34:33 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:34:33 Vulnerability Meltdown: Mitigation; PTI 22:34:33 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:34:33 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:34:33 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:34:33 Vulnerability Srbds: Not affected 22:34:33 Vulnerability Tsx async abort: Not affected 22:34:33 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 22:34:33 22:34:33 22:34:33 ---> nproc: 22:34:33 4 22:34:33 22:34:33 22:34:33 ---> df -h: 22:34:33 Filesystem Size Used Available Use% Mounted on 22:34:33 overlay 50.0G 7.3G 42.7G 15% / 22:34:33 tmpfs 64.0M 0 64.0M 0% /dev 22:34:33 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:34:33 shm 64.0M 0 64.0M 0% /dev/shm 22:34:33 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 22:34:33 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 22:34:33 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 22:34:33 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 22:34:33 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 22:34:33 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 22:34:33 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_device-sdk-c_PR-331 22:34:33 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_device-sdk-c_PR-331@tmp 22:34:33 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 22:34:33 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 22:34:33 22:34:33 22:34:33 ---> free -m: 22:34:33 total used free shared buff/cache available 22:34:33 Mem: 1837 709 85 0 1041 1023 22:34:33 Swap: 1023 1 1022 22:34:33 22:34:33 22:34:33 ---> ip addr: 22:34:33 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:34:33 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:34:33 inet 127.0.0.1/8 scope host lo 22:34:33 valid_lft forever preferred_lft forever 22:34:33 inet6 ::1/128 scope host 22:34:33 valid_lft forever preferred_lft forever 22:34:33 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:34:33 link/ether fa:16:3e:27:6f:db brd ff:ff:ff:ff:ff:ff 22:34:33 inet 10.30.122.72/23 brd 10.30.123.255 scope global dynamic eth0 22:34:33 valid_lft 85923sec preferred_lft 85923sec 22:34:33 inet6 fe80::f816:3eff:fe27:6fdb/64 scope link 22:34:33 valid_lft forever preferred_lft forever 22:34:33 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:34:33 link/ether 02:42:04:da:53:a2 brd ff:ff:ff:ff:ff:ff 22:34:33 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:34:33 valid_lft forever preferred_lft forever 22:34:33 inet6 fe80::42:4ff:feda:53a2/64 scope link 22:34:33 valid_lft forever preferred_lft forever 22:34:33 22:34:33 22:34:33 ---> sar -b -r -n DEV: 22:34:33 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/14/21 _x86_64_ (4 CPU) 22:34:33 22:34:33 22:26:21 LINUX RESTART (4 CPU) 22:34:33 22:34:33 22:27:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:34:33 22:28:01 142.08 79.95 62.13 0.00 5277.16 37296.45 0.00 22:34:33 22:29:01 29.22 10.51 18.71 0.00 4319.76 2294.24 0.00 22:34:33 22:30:01 1.75 0.00 1.75 0.00 0.00 35.80 0.00 22:34:33 22:31:01 0.17 0.00 0.17 0.00 0.00 2.41 0.00 22:34:33 22:32:01 0.25 0.00 0.25 0.00 0.00 3.11 0.00 22:34:33 22:33:01 0.33 0.00 0.33 0.00 0.00 4.51 0.00 22:34:33 22:34:02 94.23 56.79 37.44 0.00 4510.13 13719.58 0.00 22:34:33 Average: 38.09 20.93 17.17 0.00 2009.54 7560.90 0.00 22:34:33 22:34:33 22:27:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:34:33 22:28:01 73628 0 551480 29.31 2620 1253816 1092904 37.30 378640 1230972 12412 22:34:33 22:29:01 158116 0 600328 31.91 2620 1120480 1138556 38.86 401916 1118564 20 22:34:33 22:30:01 169772 0 588668 31.29 2620 1120484 1064744 36.34 409804 1100784 20 22:34:33 22:31:01 166888 0 591548 31.44 2620 1120488 1065144 36.35 411820 1102064 16 22:34:33 22:32:01 168740 0 589688 31.34 2620 1120496 1064808 36.34 417300 1094704 28 22:34:33 22:33:01 168276 0 590148 31.37 2620 1120500 1065100 36.35 433616 1079032 16 22:34:33 22:34:02 69896 0 695884 36.98 2620 1113144 1501304 51.24 588408 990212 53828 22:34:33 Average: 139331 0 601106 31.95 2620 1138487 1141794 38.97 434501 1102333 9477 22:34:33 22:34:33 22:27:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:34:33 22:28:01 eth0 238.83 154.54 730.04 58.32 0.00 0.00 0.00 0.00 22:34:33 22:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:33 22:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:33 22:29:01 eth0 81.27 68.91 367.45 43.34 0.00 0.00 0.00 0.00 22:34:33 22:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:33 22:29:01 docker0 11.21 9.23 1.23 25.12 0.00 0.00 0.00 0.00 22:34:33 22:30:01 eth0 0.80 0.08 0.07 0.01 0.00 0.00 0.00 0.00 22:34:33 22:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:33 22:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:33 22:31:01 eth0 2.41 1.61 3.33 0.43 0.00 0.00 0.00 0.00 22:34:33 22:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:33 22:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:33 22:32:01 eth0 0.12 0.10 0.01 0.04 0.00 0.00 0.00 0.00 22:34:33 22:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:33 22:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:33 22:33:01 eth0 0.22 0.17 0.08 0.04 0.00 0.00 0.00 0.00 22:34:33 22:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:33 22:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:33 22:34:02 eth0 194.63 151.55 2160.16 17.26 0.00 0.00 0.00 0.00 22:34:33 22:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:33 22:34:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:33 Average: eth0 73.74 53.68 466.18 16.97 0.00 0.00 0.00 0.00 22:34:33 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:33 Average: docker0 1.60 1.32 0.18 3.60 0.00 0.00 0.00 0.00 22:34:33 22:34:33 22:34:33 ---> sar -P ALL: 22:34:33 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/14/21 _x86_64_ (4 CPU) 22:34:33 22:34:33 22:26:21 LINUX RESTART (4 CPU) 22:34:33 22:34:33 22:27:02 CPU %user %nice %system %iowait %steal %idle 22:34:33 22:28:01 all 12.14 0.00 8.01 9.45 32.52 37.88 22:34:33 22:28:01 0 11.99 0.00 6.82 11.61 32.08 37.49 22:34:33 22:28:01 1 11.78 0.00 7.00 9.39 34.06 37.77 22:34:33 22:28:01 2 12.78 0.00 6.95 9.14 31.87 39.26 22:34:33 22:28:01 3 12.00 0.00 11.40 7.58 32.04 36.98 22:34:33 22:29:01 all 3.40 0.00 3.08 1.19 13.94 78.40 22:34:33 22:29:01 0 2.82 0.00 2.98 0.11 14.99 79.10 22:34:33 22:29:01 1 5.01 0.00 3.51 3.06 13.45 74.97 22:34:33 22:29:01 2 3.36 0.00 3.04 0.65 13.57 79.38 22:34:33 22:29:01 3 2.43 0.00 2.80 0.97 13.71 80.08 22:34:33 22:30:01 all 0.14 0.00 0.05 0.00 0.45 99.36 22:34:33 22:30:01 0 0.02 0.00 0.07 0.00 0.35 99.57 22:34:33 22:30:01 1 0.18 0.00 0.03 0.00 0.33 99.45 22:34:33 22:30:01 2 0.30 0.00 0.05 0.00 0.50 99.15 22:34:33 22:30:01 3 0.05 0.00 0.07 0.00 0.63 99.25 22:34:33 22:31:01 all 0.10 0.00 0.09 0.00 2.30 97.52 22:34:33 22:31:01 0 0.07 0.00 0.05 0.00 2.17 97.71 22:34:33 22:31:01 1 0.12 0.00 0.10 0.00 1.58 98.21 22:34:33 22:31:01 2 0.16 0.00 0.05 0.00 2.76 97.03 22:34:33 22:31:01 3 0.05 0.00 0.16 0.00 2.66 97.13 22:34:33 22:32:01 all 0.09 0.00 0.05 0.00 0.98 98.89 22:34:33 22:32:01 0 0.02 0.00 0.07 0.00 0.53 99.39 22:34:33 22:32:01 1 0.30 0.00 0.03 0.00 0.42 99.25 22:34:33 22:32:01 2 0.02 0.00 0.03 0.00 1.17 98.78 22:34:33 22:32:01 3 0.03 0.00 0.05 0.00 1.79 98.13 22:34:33 22:33:01 all 0.09 0.00 0.34 0.00 2.20 97.37 22:34:33 22:33:01 0 0.03 0.00 0.19 0.00 2.92 96.85 22:34:33 22:33:01 1 0.23 0.00 0.21 0.00 1.30 98.25 22:34:33 22:33:01 2 0.05 0.00 0.43 0.00 1.68 97.84 22:34:33 22:33:01 3 0.05 0.00 0.51 0.00 2.89 96.55 22:34:33 22:34:02 all 3.14 0.00 2.23 1.99 19.04 73.61 22:34:33 22:34:02 0 2.37 0.00 2.23 0.47 19.75 75.18 22:34:33 22:34:02 1 4.50 0.00 2.06 2.77 19.20 71.48 22:34:33 22:34:02 2 2.95 0.00 2.21 3.93 18.17 72.74 22:34:33 22:34:02 3 2.76 0.00 2.42 0.82 19.02 74.98 22:34:33 Average: all 2.87 0.00 2.07 1.91 10.63 82.53 22:34:33 Average: 0 2.63 0.00 1.87 1.87 10.90 82.73 22:34:33 Average: 1 3.32 0.00 1.94 2.30 10.54 81.90 22:34:33 Average: 2 2.95 0.00 1.91 2.07 10.37 82.69 22:34:33 Average: 3 2.57 0.00 2.57 1.39 10.69 82.79 22:34:33 22:34:33 22:34:33