Pull request #344 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 07bea29bb688e56028cb6db77392d3997be21eae+3284203db036fb577a63a0fff870deb676f4920e (b7686b07aca8b39e46d086896599eca91104f0bf) 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > 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: device-sdk DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-4730 in /w/workspace/edgexfoundry_device-sdk-c_PR-344 [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-344 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/344/head:refs/remotes/origin/PR-344 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 3284203db036fb577a63a0fff870deb676f4920e into PR head commit 07bea29bb688e56028cb6db77392d3997be21eae Merge succeeded, producing 07bea29bb688e56028cb6db77392d3997be21eae Checking out Revision 07bea29bb688e56028cb6db77392d3997be21eae (PR-344) > git config core.sparsecheckout # timeout=10 > git checkout -f 07bea29bb688e56028cb6db77392d3997be21eae # 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 3284203db036fb577a63a0fff870deb676f4920e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 07bea29bb688e56028cb6db77392d3997be21eae # timeout=10 Commit message: "fix: update to new deviceCommand format, remove coreCommands from sample profiles (#310)" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-12T17:27:17.805Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-12T17:27:17.917Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-12T17:27:17.943Z] ========================================================= [2021-05-12T17:27:17.943Z] EdgeX Global Pipelines Version Info [2021-05-12T17:27:17.943Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk e84e37becc814ab4619c544ede91496034644436 # timeout=10 [2021-05-12T17:27:20.654Z] ------------------- [2021-05-12T17:27:20.654Z] stable info: [2021-05-12T17:27:20.654Z] ------------------- [2021-05-12T17:27:20.654Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-12T17:27:20.654Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-12T17:27:20.654Z] Message: update stable to v1.0.192 [2021-05-12T17:27:21.652Z] ------------------- [2021-05-12T17:27:21.652Z] experimental info: [2021-05-12T17:27:21.652Z] ------------------- [2021-05-12T17:27:21.652Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-12T17:27:21.652Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-12T17:27:21.652Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-12T17:27:21.796Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-c-settings [Pipeline] echo [2021-05-12T17:27:21.815Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-c [Pipeline] echo [2021-05-12T17:27:21.845Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-12T17:27:21.864Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-12T17:27:21.885Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-12T17:27:21.904Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [Pipeline] echo [2021-05-12T17:27:21.922Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = scripts/Dockerfile.alpine [Pipeline] echo [2021-05-12T17:27:21.940Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = scripts/Dockerfile.alpine-base [Pipeline] echo [2021-05-12T17:27:21.974Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-12T17:27:21.992Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk [Pipeline] echo [2021-05-12T17:27:22.011Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-12T17:27:22.030Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-12T17:27:22.049Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-12T17:27:22.067Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-05-12T17:27:22.099Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-12T17:27:22.119Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-12T17:27:22.140Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-12T17:27:22.161Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-344 [Pipeline] echo [2021-05-12T17:27:22.181Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-344 [Pipeline] echo [2021-05-12T17:27:22.200Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-344 [Pipeline] echo [2021-05-12T17:27:22.233Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 07bea29bb688e56028cb6db77392d3997be21eae [Pipeline] echo [2021-05-12T17:27:22.254Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 07bea29 [Pipeline] echo [2021-05-12T17:27:22.275Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-12T17:27:22.344Z] provisioning config files... [2021-05-12T17:27:22.413Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_PR-344@tmp/config4973742049857614444tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-12T17:27:22.768Z] ---> docker-login.sh [2021-05-12T17:27:22.768Z] nexus3.edgexfoundry.org:10001 [2021-05-12T17:27:23.354Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T17:27:23.354Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T17:27:23.354Z] Configure a credential helper to remove this warning. See [2021-05-12T17:27:23.354Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T17:27:23.354Z] [2021-05-12T17:27:23.354Z] Login Succeeded [2021-05-12T17:27:23.354Z] nexus3.edgexfoundry.org:10002 [2021-05-12T17:27:23.629Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T17:27:23.629Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T17:27:23.629Z] Configure a credential helper to remove this warning. See [2021-05-12T17:27:23.629Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T17:27:23.629Z] [2021-05-12T17:27:23.629Z] Login Succeeded [2021-05-12T17:27:23.629Z] nexus3.edgexfoundry.org:10003 [2021-05-12T17:27:23.909Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T17:27:23.909Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T17:27:23.909Z] Configure a credential helper to remove this warning. See [2021-05-12T17:27:23.909Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T17:27:23.909Z] [2021-05-12T17:27:23.909Z] Login Succeeded [2021-05-12T17:27:23.909Z] nexus3.edgexfoundry.org:10004 [2021-05-12T17:27:24.174Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T17:27:24.174Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T17:27:24.174Z] Configure a credential helper to remove this warning. See [2021-05-12T17:27:24.174Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T17:27:24.174Z] [2021-05-12T17:27:24.174Z] Login Succeeded [2021-05-12T17:27:24.174Z] docker.io [2021-05-12T17:27:24.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T17:27:24.708Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T17:27:24.708Z] Configure a credential helper to remove this warning. See [2021-05-12T17:27:24.708Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T17:27:24.708Z] [2021-05-12T17:27:24.708Z] Login Succeeded [2021-05-12T17:27:24.708Z] ---> docker-login.sh ends [Pipeline] } [2021-05-12T17:27:24.719Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-05-12T17:27:25.491Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T17:27:25.491Z] [2021-05-12T17:27:25.491Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T17:27:25.830Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T17:27:25.830Z] latest: Pulling from edgex-devops/git-semver [2021-05-12T17:27:25.830Z] 31603596830f: Pulling fs layer [2021-05-12T17:27:25.830Z] 54011a49482f: Pulling fs layer [2021-05-12T17:27:25.830Z] a6820b24f6d8: Pulling fs layer [2021-05-12T17:27:25.830Z] f581987b2513: Pulling fs layer [2021-05-12T17:27:25.830Z] f581987b2513: Waiting [2021-05-12T17:27:25.830Z] 54011a49482f: Verifying Checksum [2021-05-12T17:27:25.830Z] 54011a49482f: Download complete [2021-05-12T17:27:26.102Z] 31603596830f: Verifying Checksum [2021-05-12T17:27:26.102Z] 31603596830f: Download complete [2021-05-12T17:27:26.102Z] a6820b24f6d8: Verifying Checksum [2021-05-12T17:27:26.102Z] f581987b2513: Verifying Checksum [2021-05-12T17:27:26.102Z] f581987b2513: Download complete [2021-05-12T17:27:26.102Z] a6820b24f6d8: Download complete [2021-05-12T17:27:26.721Z] 31603596830f: Pull complete [2021-05-12T17:27:26.721Z] 54011a49482f: Pull complete [2021-05-12T17:27:28.226Z] a6820b24f6d8: Pull complete [2021-05-12T17:27:28.500Z] f581987b2513: Pull complete [2021-05-12T17:27:28.500Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-12T17:27:28.500Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T17:27:28.500Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-12T17:27:28.699Z] prd-centos7-docker-4c-2g-4730 does not seem to be running inside a container [2021-05-12T17:27:28.786Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_PR-344 -v /w/workspace/edgexfoundry_device-sdk-c_PR-344:/w/workspace/edgexfoundry_device-sdk-c_PR-344:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_PR-344@tmp:/w/workspace/edgexfoundry_device-sdk-c_PR-344@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-12T17:27:30.922Z] $ docker top 8fd6a741634506ad6bcadaa33075fe0b635399d4fc92e55d53a81e91796bfbd2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-12T17:27:31.080Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-12T17:27:31.081Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-12T17:27:31.358Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-12T17:27:31.366Z] $ docker exec 8fd6a741634506ad6bcadaa33075fe0b635399d4fc92e55d53a81e91796bfbd2 ssh-agent [2021-05-12T17:27:31.566Z] SSH_AUTH_SOCK=/tmp/ssh-xcMUxURV0ZIf/agent.12 [2021-05-12T17:27:31.566Z] SSH_AGENT_PID=18 [2021-05-12T17:27:31.578Z] Running ssh-add (command line suppressed) [2021-05-12T17:27:31.719Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_PR-344@tmp/private_key_8613016062744515225.key (/w/workspace/edgexfoundry_device-sdk-c_PR-344@tmp/private_key_8613016062744515225.key) [2021-05-12T17:27:31.772Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-12T17:27:32.085Z] + git tag --points-at HEAD [Pipeline] } [2021-05-12T17:27:32.161Z] $ docker exec --env ******** --env ******** 8fd6a741634506ad6bcadaa33075fe0b635399d4fc92e55d53a81e91796bfbd2 ssh-agent -k [2021-05-12T17:27:32.320Z] unset SSH_AUTH_SOCK; [2021-05-12T17:27:32.320Z] unset SSH_AGENT_PID; [2021-05-12T17:27:32.320Z] echo Agent pid 18 killed; [2021-05-12T17:27:32.372Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-12T17:27:32.410Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-12T17:27:32.410Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-12T17:27:32.659Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-12T17:27:32.667Z] $ docker exec 8fd6a741634506ad6bcadaa33075fe0b635399d4fc92e55d53a81e91796bfbd2 ssh-agent [2021-05-12T17:27:32.884Z] SSH_AUTH_SOCK=/tmp/ssh-Yx76uch6qsvJ/agent.48 [2021-05-12T17:27:32.884Z] SSH_AGENT_PID=53 [2021-05-12T17:27:32.895Z] Running ssh-add (command line suppressed) [2021-05-12T17:27:33.076Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_PR-344@tmp/private_key_8423207648318762342.key (/w/workspace/edgexfoundry_device-sdk-c_PR-344@tmp/private_key_8423207648318762342.key) [2021-05-12T17:27:33.145Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-12T17:27:33.455Z] + git semver init [2021-05-12T17:27:33.455Z] # -> Open(): unable to determine branch for HEAD [2021-05-12T17:27:33.455Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_PR-344/.git [2021-05-12T17:27:33.455Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_PR-344 [2021-05-12T17:27:33.455Z] # $SEMVER_REMOTE_NAME = origin [2021-05-12T17:27:33.455Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-12T17:27:33.455Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-12T17:27:33.455Z] # $SEMVER_BRANCH = PR-344 [2021-05-12T17:27:33.455Z] # $SEMVER_TEMP = /tmp/semver-214790738 [2021-05-12T17:27:33.455Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-c.git $SEMVER_TEMP [2021-05-12T17:27:34.409Z] # '/tmp/semver-214790738' -> '/w/workspace/edgexfoundry_device-sdk-c_PR-344/.semver' [2021-05-12T17:27:34.409Z] # -> Force: false [2021-05-12T17:27:34.409Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_PR-344/.semver [Pipeline] } [2021-05-12T17:27:34.426Z] $ docker exec --env ******** --env ******** 8fd6a741634506ad6bcadaa33075fe0b635399d4fc92e55d53a81e91796bfbd2 ssh-agent -k [2021-05-12T17:27:34.551Z] unset SSH_AUTH_SOCK; [2021-05-12T17:27:34.551Z] unset SSH_AGENT_PID; [2021-05-12T17:27:34.551Z] echo Agent pid 53 killed; [2021-05-12T17:27:34.606Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-12T17:27:34.944Z] + git semver [Pipeline] } [2021-05-12T17:27:34.969Z] $ docker stop --time=1 8fd6a741634506ad6bcadaa33075fe0b635399d4fc92e55d53a81e91796bfbd2 [2021-05-12T17:27:36.451Z] $ docker rm -f 8fd6a741634506ad6bcadaa33075fe0b635399d4fc92e55d53a81e91796bfbd2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-12T17:27:36.848Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-12T17:27:37.209Z] Stashed 1 file(s) [Pipeline] echo [2021-05-12T17:27:37.213Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-05-12T17:27:52.344Z] Still waiting to schedule task [2021-05-12T17:27:52.344Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4730’ [2021-05-12T17:27:52.347Z] Still waiting to schedule task [2021-05-12T17:27:52.347Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline [2021-05-12T17:29:43.354Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4731 in /w/workspace/edgexfoundry_device-sdk-c_PR-344 [Pipeline] { [Pipeline] ws [2021-05-12T17:29:43.372Z] Running in /w/workspace/device-sdk-c/2 [Pipeline] { [Pipeline] checkout [2021-05-12T17:29:49.068Z] using credential edgex-jenkins-ssh [2021-05-12T17:29:49.086Z] Cloning the remote Git repository [2021-05-12T17:29:49.159Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2021-05-12T17:29:49.264Z] > git init /w/workspace/device-sdk-c/2 # timeout=10 [2021-05-12T17:29:49.356Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2021-05-12T17:29:49.356Z] > git --version # timeout=10 [2021-05-12T17:29:49.386Z] > git --version # 'git version 2.17.1' [2021-05-12T17:29:49.387Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T17:29:49.438Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-12T17:29:50.590Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2021-05-12T17:29:50.610Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-12T17:29:50.634Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2021-05-12T17:29:50.675Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2021-05-12T17:29:50.675Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T17:29:50.688Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/344/head:refs/remotes/origin/PR-344 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-12T17:29:51.285Z] Merging remotes/origin/master commit 3284203db036fb577a63a0fff870deb676f4920e into PR head commit 07bea29bb688e56028cb6db77392d3997be21eae [2021-05-12T17:29:51.510Z] Merge succeeded, producing 07bea29bb688e56028cb6db77392d3997be21eae [2021-05-12T17:29:51.511Z] Checking out Revision 07bea29bb688e56028cb6db77392d3997be21eae (PR-344) [2021-05-12T17:29:51.320Z] > git config core.sparsecheckout # timeout=10 [2021-05-12T17:29:51.338Z] > git checkout -f 07bea29bb688e56028cb6db77392d3997be21eae # timeout=10 [2021-05-12T17:29:51.449Z] > git remote # timeout=10 [2021-05-12T17:29:51.464Z] > git config --get remote.origin.url # timeout=10 [2021-05-12T17:29:51.475Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T17:29:51.485Z] > git merge 3284203db036fb577a63a0fff870deb676f4920e # timeout=10 [2021-05-12T17:29:51.508Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-12T17:29:51.534Z] > git config core.sparsecheckout # timeout=10 [2021-05-12T17:29:51.547Z] > git checkout -f 07bea29bb688e56028cb6db77392d3997be21eae # timeout=10 [2021-05-12T17:29:55.773Z] Commit message: "fix: update to new deviceCommand format, remove coreCommands from sample profiles (#310)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-12T17:29:57.239Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-12T17:29:57.657Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-12T17:29:58.017Z] + true [2021-05-12T17:29:58.017Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-12T17:30:00.679Z] provisioning config files... [2021-05-12T17:30:00.721Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/device-sdk-c/2@tmp/config4145642314395504700tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-12T17:30:01.110Z] ---> docker-login.sh [2021-05-12T17:30:01.110Z] nexus3.edgexfoundry.org:10001 [2021-05-12T17:30:01.722Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T17:30:02.323Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T17:30:02.323Z] Configure a credential helper to remove this warning. See [2021-05-12T17:30:02.323Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T17:30:02.323Z] [2021-05-12T17:30:02.323Z] Login Succeeded [2021-05-12T17:30:02.323Z] nexus3.edgexfoundry.org:10002 [2021-05-12T17:30:02.926Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T17:30:02.926Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T17:30:02.926Z] Configure a credential helper to remove this warning. See [2021-05-12T17:30:02.926Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T17:30:02.926Z] [2021-05-12T17:30:02.926Z] Login Succeeded [2021-05-12T17:30:02.926Z] nexus3.edgexfoundry.org:10003 [2021-05-12T17:30:03.523Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T17:30:03.523Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T17:30:03.523Z] Configure a credential helper to remove this warning. See [2021-05-12T17:30:03.523Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T17:30:03.523Z] [2021-05-12T17:30:03.523Z] Login Succeeded [2021-05-12T17:30:03.523Z] nexus3.edgexfoundry.org:10004 [2021-05-12T17:30:03.802Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T17:30:04.077Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T17:30:04.077Z] Configure a credential helper to remove this warning. See [2021-05-12T17:30:04.077Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T17:30:04.077Z] [2021-05-12T17:30:04.077Z] Login Succeeded [2021-05-12T17:30:04.077Z] docker.io [2021-05-12T17:30:04.350Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T17:30:04.946Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T17:30:04.946Z] Configure a credential helper to remove this warning. See [2021-05-12T17:30:04.946Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T17:30:04.946Z] [2021-05-12T17:30:04.946Z] Login Succeeded [2021-05-12T17:30:04.946Z] ---> docker-login.sh ends [Pipeline] } [2021-05-12T17:30:04.964Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-12T17:30:05.294Z] ========================================================= [2021-05-12T17:30:05.294Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] [2021-05-12T17:30:05.294Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-12T17:30:05.646Z] + docker build -t ci-base-image-arm64 -f scripts/Dockerfile.alpine-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest . [2021-05-12T17:30:06.256Z] Sending build context to Docker daemon 2.567MB [2021-05-12T17:30:06.256Z] Step 1/25 : ARG BASE=alpine:3.12 [2021-05-12T17:30:06.256Z] Step 2/25 : FROM ${BASE} as builder [2021-05-12T17:30:06.256Z] latest: Pulling from edgex-devops/edgex-gcc-base-arm64 [2021-05-12T17:30:06.256Z] 0362ad1dd800: Pulling fs layer [2021-05-12T17:30:06.256Z] f2cdb1532d8b: Pulling fs layer [2021-05-12T17:30:06.256Z] 37ed683be191: Pulling fs layer [2021-05-12T17:30:06.256Z] f2cdb1532d8b: Download complete [2021-05-12T17:30:06.256Z] 0362ad1dd800: Verifying Checksum [2021-05-12T17:30:06.256Z] 0362ad1dd800: Download complete [2021-05-12T17:30:06.863Z] 0362ad1dd800: Pull complete [2021-05-12T17:30:07.466Z] f2cdb1532d8b: Pull complete [2021-05-12T17:30:08.905Z] 37ed683be191: Verifying Checksum [2021-05-12T17:30:08.905Z] 37ed683be191: Download complete [2021-05-12T17:30:17.205Z] 37ed683be191: Pull complete [2021-05-12T17:30:17.205Z] Digest: sha256:f3a502aba7c4a8aa4a4fcde21dbb9db33787f3779e80dd14fb3ea60ab67de23f [2021-05-12T17:30:17.483Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest [2021-05-12T17:30:17.483Z] ---> b23d30803547 [2021-05-12T17:30:17.483Z] Step 3/25 : RUN wget https://iotech.jfrog.io/artifactory/alpine/KEY/support@iotechsys.com-5b990dd9.pub -O /etc/apk/keys/support@iotechsys.com-5b990dd9.pub [2021-05-12T17:30:19.463Z] ---> Running in 4e6268596453 [2021-05-12T17:30:20.911Z] Connecting to iotech.jfrog.io (54.229.110.245:443) [2021-05-12T17:30:21.183Z] support@iotechsys.co 100% |********************************| 451 0:00:00 ETA [2021-05-12T17:30:21.183Z] [2021-05-12T17:30:22.161Z] Removing intermediate container 4e6268596453 [2021-05-12T17:30:22.161Z] ---> 89d3b8211217 [2021-05-12T17:30:22.161Z] Step 4/25 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine/alpine-3.12' >> /etc/apk/repositories [2021-05-12T17:30:22.161Z] ---> Running in 9de3a0e5b20e [2021-05-12T17:30:24.788Z] Removing intermediate container 9de3a0e5b20e [2021-05-12T17:30:24.788Z] ---> aa94de5ef52f [2021-05-12T17:30:24.788Z] Step 5/25 : 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 paho-mqtt-c-dev hiredis-dev [2021-05-12T17:30:24.788Z] ---> Running in 67240ce5886c [2021-05-12T17:30:25.786Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2021-05-12T17:30:26.757Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2021-05-12T17:30:26.757Z] fetch https://iotech.jfrog.io/artifactory/alpine/alpine-3.12/aarch64/APKINDEX.tar.gz [2021-05-12T17:30:27.349Z] (1/11) Installing hiredis (0.14.0-r0) [2021-05-12T17:30:27.620Z] (2/11) Installing hiredis-dev (0.14.0-r0) [2021-05-12T17:30:27.620Z] (3/11) Installing ncurses-dev (6.1_p20190105-r0) [2021-05-12T17:30:27.889Z] (4/11) Installing paho-mqtt-c-dev (1.3.5-r0) [2021-05-12T17:30:29.311Z] (5/11) Installing libuuid (2.33-r0) [2021-05-12T17:30:29.311Z] (6/11) Installing libblkid (2.33-r0) [2021-05-12T17:30:29.582Z] (7/11) Installing libfdisk (2.33-r0) [2021-05-12T17:30:29.851Z] (8/11) Installing libmount (2.33-r0) [2021-05-12T17:30:29.851Z] (9/11) Installing libsmartcols (2.33-r0) [2021-05-12T17:30:30.121Z] (10/11) Installing util-linux-dev (2.33-r0) [2021-05-12T17:30:30.394Z] (11/11) Installing wget (1.20.3-r0) [2021-05-12T17:30:30.394Z] Executing busybox-1.29.3-r10.trigger [2021-05-12T17:30:30.394Z] OK: 287 MiB in 86 packages [2021-05-12T17:30:31.830Z] Removing intermediate container 67240ce5886c [2021-05-12T17:30:31.830Z] ---> c65f247eb9c3 [2021-05-12T17:30:31.830Z] Step 6/25 : ENV CBOR_VERSION=0.5.0 [2021-05-12T17:30:32.102Z] ---> Running in 93051175e71b [2021-05-12T17:30:32.373Z] Removing intermediate container 93051175e71b [2021-05-12T17:30:32.373Z] ---> 889becf28c3d [2021-05-12T17:30:32.373Z] Step 7/25 : RUN mkdir /tmp/cbor && cd /tmp/cbor && wget -O - https://github.com/PJK/libcbor/archive/v${CBOR_VERSION}.tar.gz | tar -z -x -f - && sed -e 's/-flto//' -i libcbor-${CBOR_VERSION}/CMakeLists.txt && cmake -DCMAKE_BUILD_TYPE=Release -DCBOR_CUSTOM_ALLOC=ON libcbor-${CBOR_VERSION} && make && make install [2021-05-12T17:30:32.654Z] ---> Running in 87f7b56fcf70 [2021-05-12T17:30:33.629Z] --2021-05-12 17:30:33-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2021-05-12T17:30:33.629Z] Resolving github.com... 140.82.112.3 [2021-05-12T17:30:33.629Z] Connecting to github.com|140.82.112.3|:443... connected. [2021-05-12T17:30:33.629Z] HTTP request sent, awaiting response... 302 Found [2021-05-12T17:30:33.629Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2021-05-12T17:30:33.629Z] --2021-05-12 17:30:33-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2021-05-12T17:30:33.902Z] Resolving codeload.github.com... 140.82.113.10 [2021-05-12T17:30:33.902Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2021-05-12T17:30:33.902Z] HTTP request sent, awaiting response... 200 OK [2021-05-12T17:30:33.902Z] Length: 719348 (702K) [application/x-gzip] [2021-05-12T17:30:33.902Z] Saving to: 'STDOUT' [2021-05-12T17:30:33.902Z]  [2021-05-12T17:30:33.902Z] 0K .......... .......... .......... .......... .......... 7% 1.67M 0s [2021-05-12T17:30:33.902Z] 50K .......... .......... .......... .......... .......... 14% 2.88M 0s [2021-05-12T17:30:33.902Z] 100K .......... .......... .......... .......... .......... 21% 13.4M 0s [2021-05-12T17:30:33.902Z] 150K .......... .......... .......... .......... .......... 28% 3.93M 0s [2021-05-12T17:30:33.902Z] 200K .......... .......... .......... .......... .......... 35% 13.8M 0s [2021-05-12T17:30:33.902Z] 250K .......... .......... .......... .......... .......... 42% 4.20M 0s [2021-05-12T17:30:33.902Z] 300K .......... .......... .......... .......... .......... 49% 6.19M 0s [2021-05-12T17:30:33.902Z] 350K .......... .......... .......... .......... .......... 56% 5.81M 0s [2021-05-12T17:30:33.902Z] 400K .......... .......... .......... .......... .......... 64% 4.19M 0s [2021-05-12T17:30:33.902Z] 450K .......... .......... .......... .......... .......... 71% 4.65M 0s [2021-05-12T17:30:33.902Z] 500K .......... .......... .......... .......... .......... 78% 5.26M 0s [2021-05-12T17:30:34.174Z] 550K .......... .......... .......... .......... .......... 85% 6.24M 0s [2021-05-12T17:30:34.174Z] 600K .......... .......... .......... .......... .......... 92% 1.09M 0s [2021-05-12T17:30:34.174Z] 650K .......... .......... .......... .......... .......... 99% 1.57M 0s [2021-05-12T17:30:34.174Z] 700K ..                        100% 4746G=0.2s [2021-05-12T17:30:34.174Z] [2021-05-12T17:30:34.174Z] 2021-05-12 17:30:34 (3.28 MB/s) - written to stdout [719348/719348] [2021-05-12T17:30:34.174Z] [2021-05-12T17:30:34.448Z] -- The C compiler identification is GNU 8.3.0 [2021-05-12T17:30:34.721Z] -- The CXX compiler identification is GNU 8.3.0 [2021-05-12T17:30:34.721Z] -- Check for working C compiler: /usr/bin/cc [2021-05-12T17:30:34.994Z] -- Check for working C compiler: /usr/bin/cc -- works [2021-05-12T17:30:34.994Z] -- Detecting C compiler ABI info [2021-05-12T17:30:35.269Z] -- Detecting C compiler ABI info - done [2021-05-12T17:30:35.269Z] -- Detecting C compile features [2021-05-12T17:30:35.862Z] -- Detecting C compile features - done [2021-05-12T17:30:35.862Z] -- Check for working CXX compiler: /usr/bin/c++ [2021-05-12T17:30:36.135Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2021-05-12T17:30:36.135Z] -- Detecting CXX compiler ABI info [2021-05-12T17:30:36.405Z] -- Detecting CXX compiler ABI info - done [2021-05-12T17:30:36.405Z] -- Detecting CXX compile features [2021-05-12T17:30:38.369Z] -- Detecting CXX compile features - done [2021-05-12T17:30:38.369Z] -- Looking for include file endian.h [2021-05-12T17:30:38.369Z] -- Looking for include file endian.h - found [2021-05-12T17:30:38.369Z] -- Check if the system is big endian [2021-05-12T17:30:38.369Z] -- Searching 16 bit integer [2021-05-12T17:30:38.369Z] -- Looking for sys/types.h [2021-05-12T17:30:38.369Z] -- Looking for sys/types.h - found [2021-05-12T17:30:38.369Z] -- Looking for stdint.h [2021-05-12T17:30:38.641Z] -- Looking for stdint.h - found [2021-05-12T17:30:38.642Z] -- Looking for stddef.h [2021-05-12T17:30:38.914Z] -- Looking for stddef.h - found [2021-05-12T17:30:38.914Z] -- Check size of unsigned short [2021-05-12T17:30:39.195Z] -- Check size of unsigned short - done [2021-05-12T17:30:39.195Z] -- Using unsigned short [2021-05-12T17:30:39.466Z] -- Check if the system is big endian - little endian [2021-05-12T17:30:39.466Z] -- Check size of size_t [2021-05-12T17:30:39.737Z] -- Check size of size_t - done [2021-05-12T17:30:39.737Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2021-05-12T17:30:39.737Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2021-05-12T17:30:39.737Z] asked CMake to find a package configuration file provided by "cJSON", but [2021-05-12T17:30:39.737Z] CMake did not find one. [2021-05-12T17:30:39.737Z] [2021-05-12T17:30:39.737Z] Could not find a package configuration file provided by "cJSON" with any of [2021-05-12T17:30:39.737Z] the following names: [2021-05-12T17:30:39.737Z] [2021-05-12T17:30:39.737Z] cJSONConfig.cmake [2021-05-12T17:30:39.737Z] cjson-config.cmake [2021-05-12T17:30:39.737Z] [2021-05-12T17:30:39.737Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2021-05-12T17:30:39.737Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2021-05-12T17:30:39.737Z] provides a separate development package or SDK, be sure it has been [2021-05-12T17:30:39.737Z] installed. [2021-05-12T17:30:39.737Z] [2021-05-12T17:30:39.737Z] [2021-05-12T17:30:39.737Z] -- Configuring done [2021-05-12T17:30:40.007Z] -- Generating done [2021-05-12T17:30:40.007Z] -- Build files have been written to: /tmp/cbor [2021-05-12T17:30:40.007Z] Scanning dependencies of target cbor_shared [2021-05-12T17:30:40.279Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2021-05-12T17:30:40.872Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2021-05-12T17:30:41.467Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2021-05-12T17:30:41.738Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2021-05-12T17:30:42.330Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2021-05-12T17:30:42.602Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2021-05-12T17:30:42.875Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2021-05-12T17:30:42.875Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2021-05-12T17:30:43.145Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2021-05-12T17:30:43.417Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2021-05-12T17:30:44.016Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2021-05-12T17:30:44.287Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2021-05-12T17:30:44.559Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2021-05-12T17:30:45.154Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2021-05-12T17:30:45.154Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2021-05-12T17:30:45.427Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2021-05-12T17:30:45.701Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2021-05-12T17:30:45.974Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2021-05-12T17:30:46.245Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2021-05-12T17:30:46.517Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2021-05-12T17:30:46.789Z] [ 40%] Linking C shared library libcbor.so [2021-05-12T17:30:46.789Z] [ 40%] Built target cbor_shared [2021-05-12T17:30:46.789Z] Scanning dependencies of target cbor [2021-05-12T17:30:46.789Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2021-05-12T17:30:47.760Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2021-05-12T17:30:48.354Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2021-05-12T17:30:48.354Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2021-05-12T17:30:49.780Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2021-05-12T17:30:49.780Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2021-05-12T17:30:50.051Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2021-05-12T17:30:50.051Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2021-05-12T17:30:50.323Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2021-05-12T17:30:50.595Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2021-05-12T17:30:51.569Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2021-05-12T17:30:51.569Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2021-05-12T17:30:52.164Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2021-05-12T17:30:52.436Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2021-05-12T17:30:52.709Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2021-05-12T17:30:53.011Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2021-05-12T17:30:53.283Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2021-05-12T17:30:53.558Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2021-05-12T17:30:53.558Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2021-05-12T17:30:54.153Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2021-05-12T17:30:54.153Z] [ 80%] Linking C static library libcbor.a [2021-05-12T17:30:54.153Z] [ 80%] Built target cbor [2021-05-12T17:30:54.153Z] Scanning dependencies of target create_items [2021-05-12T17:30:54.153Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2021-05-12T17:30:54.427Z] [ 84%] Linking C executable create_items [2021-05-12T17:30:54.427Z] [ 84%] Built target create_items [2021-05-12T17:30:54.427Z] Scanning dependencies of target readfile [2021-05-12T17:30:54.700Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2021-05-12T17:30:54.700Z] [ 88%] Linking C executable readfile [2021-05-12T17:30:54.970Z] [ 88%] Built target readfile [2021-05-12T17:30:54.970Z] Scanning dependencies of target streaming_parser [2021-05-12T17:30:54.970Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2021-05-12T17:30:55.242Z] [ 92%] Linking C executable streaming_parser [2021-05-12T17:30:55.242Z] [ 92%] Built target streaming_parser [2021-05-12T17:30:55.242Z] Scanning dependencies of target sort [2021-05-12T17:30:55.242Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2021-05-12T17:30:55.514Z] [ 96%] Linking C executable sort [2021-05-12T17:30:55.514Z] [ 96%] Built target sort [2021-05-12T17:30:55.514Z] Scanning dependencies of target hello [2021-05-12T17:30:55.514Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2021-05-12T17:30:55.787Z] [100%] Linking C executable hello [2021-05-12T17:30:55.787Z] [100%] Built target hello [2021-05-12T17:30:55.787Z] Install the project... [2021-05-12T17:30:55.787Z] -- Install configuration: "Release" [2021-05-12T17:30:55.787Z] -- Installing: /usr/local/include/cbor/configuration.h [2021-05-12T17:30:55.787Z] -- Installing: /usr/local/lib64/libcbor.a [2021-05-12T17:30:55.787Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2021-05-12T17:30:55.787Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2021-05-12T17:30:55.787Z] -- Installing: /usr/local/lib64/libcbor.so [2021-05-12T17:30:55.787Z] -- Up-to-date: /usr/local/include/cbor [2021-05-12T17:30:55.787Z] -- Installing: /usr/local/include/cbor/streaming.h [2021-05-12T17:30:55.787Z] -- Installing: /usr/local/include/cbor/ints.h [2021-05-12T17:30:55.787Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2021-05-12T17:30:56.065Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2021-05-12T17:30:56.065Z] -- Installing: /usr/local/include/cbor/encoding.h [2021-05-12T17:30:56.065Z] -- Installing: /usr/local/include/cbor/serialization.h [2021-05-12T17:30:56.065Z] -- Installing: /usr/local/include/cbor/data.h [2021-05-12T17:30:56.065Z] -- Installing: /usr/local/include/cbor/common.h [2021-05-12T17:30:56.065Z] -- Installing: /usr/local/include/cbor/callbacks.h [2021-05-12T17:30:56.065Z] -- Installing: /usr/local/include/cbor/strings.h [2021-05-12T17:30:56.065Z] -- Installing: /usr/local/include/cbor/tags.h [2021-05-12T17:30:56.065Z] -- Installing: /usr/local/include/cbor/internal [2021-05-12T17:30:56.065Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2021-05-12T17:30:56.065Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2021-05-12T17:30:56.065Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2021-05-12T17:30:56.065Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2021-05-12T17:30:56.065Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2021-05-12T17:30:56.065Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2021-05-12T17:30:56.065Z] -- Installing: /usr/local/include/cbor/arrays.h [2021-05-12T17:30:56.065Z] -- Installing: /usr/local/include/cbor/maps.h [2021-05-12T17:30:56.065Z] -- Installing: /usr/local/include/cbor.h [2021-05-12T17:30:56.065Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2021-05-12T17:30:58.086Z] Removing intermediate container 87f7b56fcf70 [2021-05-12T17:30:58.087Z] ---> eafb824aa3fd [2021-05-12T17:30:58.087Z] Step 8/25 : RUN mkdir /tmp/sdk [2021-05-12T17:30:58.087Z] ---> Running in 832fb22adb28 [2021-05-12T17:30:58.177Z] Running on prd-centos7-docker-4c-2g-4732 in /w/workspace/edgexfoundry_device-sdk-c_PR-344 [Pipeline] { [Pipeline] ws [2021-05-12T17:30:58.193Z] Running in /w/workspace/device-sdk-c/2 [Pipeline] { [Pipeline] checkout [2021-05-12T17:31:00.703Z] Removing intermediate container 832fb22adb28 [2021-05-12T17:31:00.703Z] ---> 98165fa3cbcb [2021-05-12T17:31:00.703Z] Step 9/25 : COPY VERSION /tmp/sdk [2021-05-12T17:31:00.977Z] ---> 33b51fe7fc3b [2021-05-12T17:31:00.977Z] Step 10/25 : COPY src /tmp/sdk/src [2021-05-12T17:31:01.954Z] ---> b70f2b94b81f [2021-05-12T17:31:01.954Z] Step 11/25 : COPY include /tmp/sdk/include [2021-05-12T17:31:02.550Z] ---> bbc0fd578e40 [2021-05-12T17:31:02.550Z] Step 12/25 : COPY scripts /tmp/sdk/scripts [2021-05-12T17:31:03.143Z] ---> 754bb561597e [2021-05-12T17:31:03.143Z] Step 13/25 : COPY LICENSE /tmp/sdk [2021-05-12T17:31:03.749Z] ---> 8766da80a38c [2021-05-12T17:31:03.749Z] Step 14/25 : COPY Attribution.txt /tmp/sdk [2021-05-12T17:31:04.732Z] ---> 86b3c7e4f791 [2021-05-12T17:31:04.732Z] Step 15/25 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2021-05-12T17:31:04.732Z] ---> Running in 2c828cc9ee66 [2021-05-12T17:31:04.765Z] using credential edgex-jenkins-ssh [2021-05-12T17:31:04.782Z] Cloning the remote Git repository [2021-05-12T17:31:05.711Z] + CPPCHECK=false [2021-05-12T17:31:05.711Z] + DOCGEN=false [2021-05-12T17:31:05.712Z] + TOMLVER=SDK-0.2 [2021-05-12T17:31:05.712Z] + CUTILVER=1.1.4 [2021-05-12T17:31:05.712Z] + '[' 0 -gt 0 ] [2021-05-12T17:31:05.712Z] + readlink -f ./scripts/build.sh [2021-05-12T17:31:05.712Z] + dirname /tmp/sdk/scripts/build.sh [2021-05-12T17:31:05.712Z] + dirname /tmp/sdk/scripts [2021-05-12T17:31:05.712Z] + ROOT=/tmp/sdk [2021-05-12T17:31:05.712Z] + cd /tmp/sdk [2021-05-12T17:31:05.712Z] + '[' '!' -d deps ] [2021-05-12T17:31:05.712Z] + mkdir deps [2021-05-12T17:31:05.712Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2021-05-12T17:31:05.712Z] + tar -C deps -z -x -f - [2021-05-12T17:31:05.712Z] --2021-05-12 17:31:05-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2021-05-12T17:31:05.712Z] Resolving github.com... 140.82.114.3 [2021-05-12T17:31:05.983Z] Connecting to github.com|140.82.114.3|:443... connected. [2021-05-12T17:31:05.983Z] HTTP request sent, awaiting response... 302 Found [2021-05-12T17:31:05.983Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2021-05-12T17:31:05.983Z] --2021-05-12 17:31:05-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2021-05-12T17:31:05.983Z] Resolving codeload.github.com... 140.82.113.10 [2021-05-12T17:31:05.983Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2021-05-12T17:31:05.983Z] HTTP request sent, awaiting response... 200 OK [2021-05-12T17:31:05.983Z] Length: 16451 (16K) [application/x-gzip] [2021-05-12T17:31:05.983Z] Saving to: 'STDOUT' [2021-05-12T17:31:05.983Z]  [2021-05-12T17:31:05.983Z] 0K .......... ......  100% 1.10M=0.01s [2021-05-12T17:31:05.983Z] [2021-05-12T17:31:05.983Z] 2021-05-12 17:31:05 (1.10 MB/s) - written to stdout [16451/16451] [2021-05-12T17:31:05.983Z] [2021-05-12T17:31:04.818Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2021-05-12T17:31:04.905Z] > git init /w/workspace/device-sdk-c/2 # timeout=10 [2021-05-12T17:31:05.039Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2021-05-12T17:31:05.039Z] > git --version # timeout=10 [2021-05-12T17:31:05.047Z] > git --version # 'git version 2.24.3' [2021-05-12T17:31:05.048Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T17:31:05.081Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-12T17:31:05.814Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2021-05-12T17:31:05.824Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-12T17:31:05.839Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2021-05-12T17:31:05.854Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2021-05-12T17:31:05.854Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T17:31:05.859Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/344/head:refs/remotes/origin/PR-344 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-12T17:31:06.255Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2021-05-12T17:31:06.255Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz [2021-05-12T17:31:06.255Z] + tar -C deps -z -x -f - [2021-05-12T17:31:06.256Z] --2021-05-12 17:31:06-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz [2021-05-12T17:31:06.256Z] Resolving github.com... 140.82.114.3 [2021-05-12T17:31:06.256Z] Connecting to github.com|140.82.114.3|:443... connected. [2021-05-12T17:31:06.256Z] HTTP request sent, awaiting response... 302 Found [2021-05-12T17:31:06.256Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 [following] [2021-05-12T17:31:06.256Z] --2021-05-12 17:31:06-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 [2021-05-12T17:31:06.256Z] Resolving codeload.github.com... 140.82.113.10 [2021-05-12T17:31:06.256Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2021-05-12T17:31:06.368Z] Merging remotes/origin/master commit 3284203db036fb577a63a0fff870deb676f4920e into PR head commit 07bea29bb688e56028cb6db77392d3997be21eae [2021-05-12T17:31:06.527Z] HTTP request sent, awaiting response... 200 OK [2021-05-12T17:31:06.527Z] Length: 181796 (178K) [application/x-gzip] [2021-05-12T17:31:06.527Z] Saving to: 'STDOUT' [2021-05-12T17:31:06.527Z]  [2021-05-12T17:31:06.527Z] 0K .......... .......... .......... .......... .......... 28% 1.36M 0s [2021-05-12T17:31:06.527Z] 50K .......... .......... .......... .......... .......... 56% 2.93M 0s [2021-05-12T17:31:06.527Z] 100K .......... .......... .......... .......... .......... 84% 8.05M 0s [2021-05-12T17:31:06.527Z] 150K .......... .......... .......  100% 1.58M=0.08s [2021-05-12T17:31:06.527Z] [2021-05-12T17:31:06.527Z] 2021-05-12 17:31:06 (2.30 MB/s) - written to stdout [181796/181796] [2021-05-12T17:31:06.527Z] [2021-05-12T17:31:06.527Z] + mkdir -p src/c/iot [2021-05-12T17:31:06.527Z] + cp deps/iotech-c-utils-1.1.4/src/c/base64.c deps/iotech-c-utils-1.1.4/src/c/component.c deps/iotech-c-utils-1.1.4/src/c/config.c deps/iotech-c-utils-1.1.4/src/c/container.c deps/iotech-c-utils-1.1.4/src/c/data.c deps/iotech-c-utils-1.1.4/src/c/hash.c deps/iotech-c-utils-1.1.4/src/c/iot.c deps/iotech-c-utils-1.1.4/src/c/json.c deps/iotech-c-utils-1.1.4/src/c/logger.c deps/iotech-c-utils-1.1.4/src/c/os.c deps/iotech-c-utils-1.1.4/src/c/scheduler.c deps/iotech-c-utils-1.1.4/src/c/thread.c deps/iotech-c-utils-1.1.4/src/c/threadpool.c deps/iotech-c-utils-1.1.4/src/c/time.c deps/iotech-c-utils-1.1.4/src/c/yxml.c src/c/iot [2021-05-12T17:31:06.527Z] + cp deps/iotech-c-utils-1.1.4/src/c/defs.h.in src/c/iot [2021-05-12T17:31:06.527Z] + cp deps/iotech-c-utils-1.1.4/src/c/yxml.h src/c/iot [2021-05-12T17:31:06.527Z] + cp deps/iotech-c-utils-1.1.4/VERSION src/c/iot [2021-05-12T17:31:06.527Z] + mkdir -p include/iot [2021-05-12T17:31:06.527Z] + cp deps/iotech-c-utils-1.1.4/include/iot/base64.h deps/iotech-c-utils-1.1.4/include/iot/component.h deps/iotech-c-utils-1.1.4/include/iot/config.h deps/iotech-c-utils-1.1.4/include/iot/container.h deps/iotech-c-utils-1.1.4/include/iot/data.h deps/iotech-c-utils-1.1.4/include/iot/hash.h deps/iotech-c-utils-1.1.4/include/iot/iot.h deps/iotech-c-utils-1.1.4/include/iot/json.h deps/iotech-c-utils-1.1.4/include/iot/logger.h deps/iotech-c-utils-1.1.4/include/iot/os.h deps/iotech-c-utils-1.1.4/include/iot/scheduler.h deps/iotech-c-utils-1.1.4/include/iot/thread.h deps/iotech-c-utils-1.1.4/include/iot/threadpool.h deps/iotech-c-utils-1.1.4/include/iot/time.h deps/iotech-c-utils-1.1.4/include/iot/typecode.h include/iot [2021-05-12T17:31:06.527Z] + mkdir -p include/iot/os [2021-05-12T17:31:06.527Z] + cp deps/iotech-c-utils-1.1.4/include/iot/os/linux.h deps/iotech-c-utils-1.1.4/include/iot/os/macos.h deps/iotech-c-utils-1.1.4/include/iot/os/zephyr.h include/iot/os [2021-05-12T17:31:06.527Z] + mkdir -p /tmp/sdk/build/release [2021-05-12T17:31:06.527Z] + cd /tmp/sdk/build/release [2021-05-12T17:31:06.527Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2021-05-12T17:31:06.592Z] Merge succeeded, producing 07bea29bb688e56028cb6db77392d3997be21eae [2021-05-12T17:31:06.592Z] Checking out Revision 07bea29bb688e56028cb6db77392d3997be21eae (PR-344) [2021-05-12T17:31:06.799Z] -- The C compiler identification is GNU 8.3.0 [2021-05-12T17:31:07.071Z] -- Check for working C compiler: /usr/bin/cc [2021-05-12T17:31:07.071Z] -- Check for working C compiler: /usr/bin/cc -- works [2021-05-12T17:31:07.071Z] -- Detecting C compiler ABI info [2021-05-12T17:31:07.343Z] -- Detecting C compiler ABI info - done [2021-05-12T17:31:07.343Z] -- Detecting C compile features [2021-05-12T17:31:06.392Z] > git config core.sparsecheckout # timeout=10 [2021-05-12T17:31:06.427Z] > git checkout -f 07bea29bb688e56028cb6db77392d3997be21eae # timeout=10 [2021-05-12T17:31:06.501Z] > git remote # timeout=10 [2021-05-12T17:31:06.536Z] > git config --get remote.origin.url # timeout=10 [2021-05-12T17:31:06.564Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T17:31:06.569Z] > git merge 3284203db036fb577a63a0fff870deb676f4920e # timeout=10 [2021-05-12T17:31:06.586Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-12T17:31:06.598Z] > git config core.sparsecheckout # timeout=10 [2021-05-12T17:31:06.629Z] > git checkout -f 07bea29bb688e56028cb6db77392d3997be21eae # timeout=10 [2021-05-12T17:31:08.322Z] -- Detecting C compile features - done [2021-05-12T17:31:08.322Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2021-05-12T17:31:08.322Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2021-05-12T17:31:08.322Z] -- Found LIBYAML: /usr/lib/libyaml.so [2021-05-12T17:31:08.322Z] -- Found LIBUUID: /usr/lib/libuuid.so [2021-05-12T17:31:08.322Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2021-05-12T17:31:08.322Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2021-05-12T17:31:08.322Z] -- Found LIBHIREDIS: /usr/lib/libhiredis.so [2021-05-12T17:31:08.322Z] -- C SDK 0.0.0 for Linux [2021-05-12T17:31:08.322Z] -- Performing Test CSDK_HAVE_ATOMIC [2021-05-12T17:31:08.592Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2021-05-12T17:31:08.592Z] -- Found Curses: /usr/lib/libcurses.so [2021-05-12T17:31:08.592Z] -- Configuring done [2021-05-12T17:31:08.866Z] -- Generating done [2021-05-12T17:31:08.866Z] -- Build files have been written to: /tmp/sdk/build/release [2021-05-12T17:31:08.866Z] + make all package [2021-05-12T17:31:08.866Z] + tee release.log [2021-05-12T17:31:09.139Z] Scanning dependencies of target csdk [2021-05-12T17:31:09.139Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2021-05-12T17:31:09.743Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2021-05-12T17:31:10.337Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2021-05-12T17:31:10.695Z] Commit message: "fix: update to new deviceCommand format, remove coreCommands from sample profiles (#310)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-12T17:31:11.761Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2021-05-12T17:31:12.260Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-12T17:31:12.730Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2021-05-12T17:31:12.730Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data-mqtt.c.o [2021-05-12T17:31:12.765Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-12T17:31:13.154Z] + true [2021-05-12T17:31:13.154Z] + sudo service docker restart [2021-05-12T17:31:13.154Z] Redirecting to /bin/systemctl restart docker.service [2021-05-12T17:31:13.321Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data-redstr.c.o [2021-05-12T17:31:13.595Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/data-rest.c.o [2021-05-12T17:31:13.865Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2021-05-12T17:31:14.846Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/device.c.o [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-12T17:31:15.174Z] provisioning config files... [2021-05-12T17:31:15.207Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/device-sdk-c/2@tmp/config7455292716708189311tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-12T17:31:15.621Z] ---> docker-login.sh [2021-05-12T17:31:15.621Z] nexus3.edgexfoundry.org:10001 [2021-05-12T17:31:16.281Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2021-05-12T17:31:16.316Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T17:31:16.316Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T17:31:16.316Z] Configure a credential helper to remove this warning. See [2021-05-12T17:31:16.316Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T17:31:16.316Z] [2021-05-12T17:31:16.316Z] Login Succeeded [2021-05-12T17:31:16.316Z] nexus3.edgexfoundry.org:10002 [2021-05-12T17:31:16.589Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T17:31:16.858Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T17:31:16.858Z] Configure a credential helper to remove this warning. See [2021-05-12T17:31:16.858Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T17:31:16.858Z] [2021-05-12T17:31:16.858Z] Login Succeeded [2021-05-12T17:31:16.858Z] nexus3.edgexfoundry.org:10003 [2021-05-12T17:31:16.858Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T17:31:16.858Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T17:31:16.858Z] Configure a credential helper to remove this warning. See [2021-05-12T17:31:16.858Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T17:31:16.858Z] [2021-05-12T17:31:16.858Z] Login Succeeded [2021-05-12T17:31:16.858Z] nexus3.edgexfoundry.org:10004 [2021-05-12T17:31:16.871Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2021-05-12T17:31:17.122Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T17:31:17.122Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T17:31:17.122Z] Configure a credential helper to remove this warning. See [2021-05-12T17:31:17.122Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T17:31:17.122Z] [2021-05-12T17:31:17.122Z] Login Succeeded [2021-05-12T17:31:17.122Z] docker.io [2021-05-12T17:31:17.400Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T17:31:17.460Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2021-05-12T17:31:17.672Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T17:31:17.672Z] Configure a credential helper to remove this warning. See [2021-05-12T17:31:17.672Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T17:31:17.672Z] [2021-05-12T17:31:17.672Z] Login Succeeded [2021-05-12T17:31:17.672Z] ---> docker-login.sh ends [Pipeline] } [2021-05-12T17:31:17.684Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-12T17:31:17.902Z] ========================================================= [2021-05-12T17:31:17.903Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2021-05-12T17:31:17.903Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-12T17:31:18.054Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2021-05-12T17:31:18.225Z] + docker build -t ci-base-image-x86_64 -f scripts/Dockerfile.alpine-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest . [2021-05-12T17:31:18.323Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2021-05-12T17:31:18.499Z] Sending build context to Docker daemon 2.568MB [2021-05-12T17:31:18.499Z] Step 1/25 : ARG BASE=alpine:3.12 [2021-05-12T17:31:18.499Z] Step 2/25 : FROM ${BASE} as builder [2021-05-12T17:31:18.499Z] latest: Pulling from edgex-devops/edgex-gcc-base [2021-05-12T17:31:18.499Z] e7c96db7181b: Pulling fs layer [2021-05-12T17:31:18.499Z] 4c13bbce0fe7: Pulling fs layer [2021-05-12T17:31:18.499Z] 6059c847ac2f: Pulling fs layer [2021-05-12T17:31:18.499Z] 4c13bbce0fe7: Verifying Checksum [2021-05-12T17:31:18.499Z] 4c13bbce0fe7: Download complete [2021-05-12T17:31:18.500Z] e7c96db7181b: Verifying Checksum [2021-05-12T17:31:18.500Z] e7c96db7181b: Download complete [2021-05-12T17:31:18.596Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2021-05-12T17:31:18.596Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2021-05-12T17:31:19.082Z] e7c96db7181b: Pull complete [2021-05-12T17:31:19.082Z] 4c13bbce0fe7: Pull complete [2021-05-12T17:31:20.505Z] 6059c847ac2f: Verifying Checksum [2021-05-12T17:31:20.505Z] 6059c847ac2f: Download complete [2021-05-12T17:31:21.200Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2021-05-12T17:31:21.472Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2021-05-12T17:31:21.747Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2021-05-12T17:31:22.019Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2021-05-12T17:31:22.292Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2021-05-12T17:31:23.275Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2021-05-12T17:31:25.891Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2021-05-12T17:31:25.891Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2021-05-12T17:31:25.891Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2021-05-12T17:31:26.486Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2021-05-12T17:31:27.078Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2021-05-12T17:31:27.078Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2021-05-12T17:31:28.052Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2021-05-12T17:31:28.323Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2021-05-12T17:31:28.902Z] 6059c847ac2f: Pull complete [2021-05-12T17:31:28.902Z] Digest: sha256:6b5104d086ae1e5e8a284a473be9a93378e3934f9b07db5717372c857cbcbe5e [2021-05-12T17:31:28.902Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [2021-05-12T17:31:28.902Z] ---> 5eabd8fd8ba2 [2021-05-12T17:31:28.902Z] Step 3/25 : RUN wget https://iotech.jfrog.io/artifactory/alpine/KEY/support@iotechsys.com-5b990dd9.pub -O /etc/apk/keys/support@iotechsys.com-5b990dd9.pub [2021-05-12T17:31:28.917Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2021-05-12T17:31:29.188Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2021-05-12T17:31:30.355Z] ---> Running in 1913bfe83025 [2021-05-12T17:31:31.156Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2021-05-12T17:31:31.348Z] Connecting to iotech.jfrog.io (34.243.182.113:443) [2021-05-12T17:31:31.428Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2021-05-12T17:31:31.965Z] support@iotechsys.co 100% |********************************| 451 0:00:00 ETA [2021-05-12T17:31:31.965Z] [2021-05-12T17:31:32.402Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2021-05-12T17:31:32.402Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2021-05-12T17:31:32.574Z] Removing intermediate container 1913bfe83025 [2021-05-12T17:31:32.574Z] ---> 8cd86bc86b4b [2021-05-12T17:31:32.574Z] Step 4/25 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine/alpine-3.12' >> /etc/apk/repositories [2021-05-12T17:31:32.574Z] ---> Running in ca082f30f31f [2021-05-12T17:31:33.527Z] Removing intermediate container ca082f30f31f [2021-05-12T17:31:33.527Z] ---> c8c551006c80 [2021-05-12T17:31:33.527Z] Step 5/25 : 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 paho-mqtt-c-dev hiredis-dev [2021-05-12T17:31:33.791Z] ---> Running in f01e9c6f1fbd [2021-05-12T17:31:34.056Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2021-05-12T17:31:34.654Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2021-05-12T17:31:35.243Z] fetch https://iotech.jfrog.io/artifactory/alpine/alpine-3.12/x86_64/APKINDEX.tar.gz [2021-05-12T17:31:35.511Z] (1/11) Installing hiredis (0.14.0-r0) [2021-05-12T17:31:35.511Z] (2/11) Installing hiredis-dev (0.14.0-r0) [2021-05-12T17:31:35.774Z] (3/11) Installing ncurses-dev (6.1_p20190105-r0) [2021-05-12T17:31:35.774Z] (4/11) Installing paho-mqtt-c-dev (1.3.5-r0) [2021-05-12T17:31:36.694Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2021-05-12T17:31:36.694Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2021-05-12T17:31:37.174Z] (5/11) Installing libuuid (2.33-r0) [2021-05-12T17:31:37.174Z] (6/11) Installing libblkid (2.33-r0) [2021-05-12T17:31:37.289Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2021-05-12T17:31:37.438Z] (7/11) Installing libfdisk (2.33-r0) [2021-05-12T17:31:37.563Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2021-05-12T17:31:37.702Z] (8/11) Installing libmount (2.33-r0) [2021-05-12T17:31:37.968Z] (9/11) Installing libsmartcols (2.33-r0) [2021-05-12T17:31:37.968Z] (10/11) Installing util-linux-dev (2.33-r0) [2021-05-12T17:31:38.235Z] (11/11) Installing wget (1.20.3-r0) [2021-05-12T17:31:38.235Z] Executing busybox-1.29.3-r10.trigger [2021-05-12T17:31:38.235Z] OK: 273 MiB in 86 packages [2021-05-12T17:31:38.537Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2021-05-12T17:31:38.825Z] Removing intermediate container f01e9c6f1fbd [2021-05-12T17:31:38.825Z] ---> 806076716a75 [2021-05-12T17:31:38.825Z] Step 6/25 : ENV CBOR_VERSION=0.5.0 [2021-05-12T17:31:39.089Z] ---> Running in 66440dfe00aa [2021-05-12T17:31:39.089Z] Removing intermediate container 66440dfe00aa [2021-05-12T17:31:39.089Z] ---> ca43bd2fd172 [2021-05-12T17:31:39.089Z] Step 7/25 : RUN mkdir /tmp/cbor && cd /tmp/cbor && wget -O - https://github.com/PJK/libcbor/archive/v${CBOR_VERSION}.tar.gz | tar -z -x -f - && sed -e 's/-flto//' -i libcbor-${CBOR_VERSION}/CMakeLists.txt && cmake -DCMAKE_BUILD_TYPE=Release -DCBOR_CUSTOM_ALLOC=ON libcbor-${CBOR_VERSION} && make && make install [2021-05-12T17:31:39.362Z] ---> Running in 9136b611f28a [2021-05-12T17:31:39.970Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2021-05-12T17:31:39.982Z] --2021-05-12 17:31:39-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2021-05-12T17:31:39.982Z] Resolving github.com... 140.82.114.3 [2021-05-12T17:31:39.982Z] Connecting to github.com|140.82.114.3|:443... connected. [2021-05-12T17:31:40.293Z] HTTP request sent, awaiting response... 302 Found [2021-05-12T17:31:40.293Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2021-05-12T17:31:40.293Z] --2021-05-12 17:31:40-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2021-05-12T17:31:40.293Z] Resolving codeload.github.com... 140.82.113.9 [2021-05-12T17:31:40.293Z] Connecting to codeload.github.com|140.82.113.9|:443... connected. [2021-05-12T17:31:40.293Z] HTTP request sent, awaiting response... 200 OK [2021-05-12T17:31:40.293Z] Length: 719348 (702K) [application/x-gzip] [2021-05-12T17:31:40.293Z] Saving to: 'STDOUT' [2021-05-12T17:31:40.293Z] [2021-05-12T17:31:40.293Z] 0K .......... .......... .......... .......... .......... 7% 1.25M 1s [2021-05-12T17:31:40.293Z] 50K .......... .......... .......... .......... .......... 14% 4.05M 0s [2021-05-12T17:31:40.293Z] 100K .......... .......... .......... .......... .......... 21% 62.0M 0s [2021-05-12T17:31:40.293Z] 150K .......... .......... .......... .......... .......... 28% 6.69M 0s [2021-05-12T17:31:40.293Z] 200K .......... .......... .......... .......... .......... 35% 1.58M 0s [2021-05-12T17:31:40.576Z] 250K .......... .......... .......... .......... .......... 42% 10.3M 0s [2021-05-12T17:31:40.576Z] 300K .......... .......... .......... .......... .......... 49% 3.21M 0s [2021-05-12T17:31:40.576Z] 350K .......... .......... .......... .......... .......... 56% 8.55M 0s [2021-05-12T17:31:40.576Z] 400K .......... .......... .......... .......... .......... 64% 2.39M 0s [2021-05-12T17:31:40.576Z] 450K .......... .......... .......... .......... .......... 71% 2.77M 0s [2021-05-12T17:31:40.576Z] 500K .......... .......... .......... .......... .......... 78% 2.92M 0s [2021-05-12T17:31:40.576Z] 550K .......... .......... .......... .......... .......... 85% 2.93M 0s [2021-05-12T17:31:40.576Z] 600K .......... .......... .......... .......... .......... 92% 691K 0s [2021-05-12T17:31:40.576Z] 650K .......... .......... .......... .......... .......... 99% 3.66M 0s [2021-05-12T17:31:40.576Z] 700K .. 100% 4746G=0.3s [2021-05-12T17:31:40.576Z] [2021-05-12T17:31:40.576Z] 2021-05-12 17:31:40 (2.51 MB/s) - written to stdout [719348/719348] [2021-05-12T17:31:40.576Z] [2021-05-12T17:31:40.871Z] -- The C compiler identification is GNU 8.3.0 [2021-05-12T17:31:41.200Z] -- The CXX compiler identification is GNU 8.3.0 [2021-05-12T17:31:41.200Z] -- Check for working C compiler: /usr/bin/cc [2021-05-12T17:31:41.519Z] -- Check for working C compiler: /usr/bin/cc -- works [2021-05-12T17:31:41.519Z] -- Detecting C compiler ABI info [2021-05-12T17:31:41.519Z] -- Detecting C compiler ABI info - done [2021-05-12T17:31:41.519Z] -- Detecting C compile features [2021-05-12T17:31:41.941Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2021-05-12T17:31:42.187Z] -- Detecting C compile features - done [2021-05-12T17:31:42.187Z] -- Check for working CXX compiler: /usr/bin/c++ [2021-05-12T17:31:42.187Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2021-05-12T17:31:42.187Z] -- Detecting CXX compiler ABI info [2021-05-12T17:31:42.498Z] -- Detecting CXX compiler ABI info - done [2021-05-12T17:31:42.498Z] -- Detecting CXX compile features [2021-05-12T17:31:43.490Z] -- Detecting CXX compile features - done [2021-05-12T17:31:43.490Z] -- Looking for include file endian.h [2021-05-12T17:31:43.490Z] -- Looking for include file endian.h - found [2021-05-12T17:31:43.490Z] -- Check if the system is big endian [2021-05-12T17:31:43.490Z] -- Searching 16 bit integer [2021-05-12T17:31:43.490Z] -- Looking for sys/types.h [2021-05-12T17:31:43.490Z] -- Looking for sys/types.h - found [2021-05-12T17:31:43.490Z] -- Looking for stdint.h [2021-05-12T17:31:43.757Z] -- Looking for stdint.h - found [2021-05-12T17:31:43.757Z] -- Looking for stddef.h [2021-05-12T17:31:43.757Z] -- Looking for stddef.h - found [2021-05-12T17:31:43.757Z] -- Check size of unsigned short [2021-05-12T17:31:43.757Z] -- Check size of unsigned short - done [2021-05-12T17:31:43.757Z] -- Using unsigned short [2021-05-12T17:31:44.028Z] -- Check if the system is big endian - little endian [2021-05-12T17:31:44.028Z] -- Check size of size_t [2021-05-12T17:31:44.028Z] -- Check size of size_t - done [2021-05-12T17:31:44.028Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2021-05-12T17:31:44.028Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2021-05-12T17:31:44.028Z] asked CMake to find a package configuration file provided by "cJSON", but [2021-05-12T17:31:44.028Z] CMake did not find one. [2021-05-12T17:31:44.028Z] [2021-05-12T17:31:44.028Z] Could not find a package configuration file provided by "cJSON" with any of [2021-05-12T17:31:44.028Z] the following names: [2021-05-12T17:31:44.028Z] [2021-05-12T17:31:44.028Z] cJSONConfig.cmake [2021-05-12T17:31:44.028Z] cjson-config.cmake [2021-05-12T17:31:44.028Z] [2021-05-12T17:31:44.028Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2021-05-12T17:31:44.028Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2021-05-12T17:31:44.028Z] provides a separate development package or SDK, be sure it has been [2021-05-12T17:31:44.028Z] installed. [2021-05-12T17:31:44.028Z] [2021-05-12T17:31:44.028Z] [2021-05-12T17:31:44.029Z] -- Configuring done [2021-05-12T17:31:44.294Z] -- Generating done [2021-05-12T17:31:44.294Z] -- Build files have been written to: /tmp/cbor [2021-05-12T17:31:44.294Z] Scanning dependencies of target cbor_shared [2021-05-12T17:31:44.294Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2021-05-12T17:31:44.559Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2021-05-12T17:31:44.559Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2021-05-12T17:31:44.825Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2021-05-12T17:31:44.825Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2021-05-12T17:31:45.093Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2021-05-12T17:31:45.093Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2021-05-12T17:31:45.093Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2021-05-12T17:31:45.093Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2021-05-12T17:31:45.321Z] [ 71%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2021-05-12T17:31:45.321Z] [ 73%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2021-05-12T17:31:45.359Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2021-05-12T17:31:45.359Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2021-05-12T17:31:45.626Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2021-05-12T17:31:45.626Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2021-05-12T17:31:45.907Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2021-05-12T17:31:45.907Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2021-05-12T17:31:45.907Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2021-05-12T17:31:45.914Z] [ 74%] Linking C shared library libcsdk.so [2021-05-12T17:31:45.914Z] [ 74%] Built target csdk [2021-05-12T17:31:45.914Z] Scanning dependencies of target template [2021-05-12T17:31:45.914Z] [ 76%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2021-05-12T17:31:46.180Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2021-05-12T17:31:46.180Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2021-05-12T17:31:46.180Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2021-05-12T17:31:46.447Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2021-05-12T17:31:46.447Z] [ 40%] Linking C shared library libcbor.so [2021-05-12T17:31:46.447Z] [ 40%] Built target cbor_shared [2021-05-12T17:31:46.447Z] Scanning dependencies of target cbor [2021-05-12T17:31:46.447Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2021-05-12T17:31:46.507Z] [ 77%] Linking C executable template [2021-05-12T17:31:46.718Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2021-05-12T17:31:46.780Z] [ 77%] Built target template [2021-05-12T17:31:46.780Z] Scanning dependencies of target device-counter [2021-05-12T17:31:46.780Z] [ 79%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2021-05-12T17:31:46.987Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2021-05-12T17:31:46.987Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2021-05-12T17:31:47.374Z] [ 80%] Linking C executable device-counter [2021-05-12T17:31:47.577Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2021-05-12T17:31:47.577Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2021-05-12T17:31:47.646Z] [ 80%] Built target device-counter [2021-05-12T17:31:47.646Z] Scanning dependencies of target device-random [2021-05-12T17:31:47.646Z] [ 82%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2021-05-12T17:31:47.863Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2021-05-12T17:31:47.863Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2021-05-12T17:31:48.149Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2021-05-12T17:31:48.240Z] [ 84%] Linking C executable device-random [2021-05-12T17:31:48.240Z] [ 84%] Built target device-random [2021-05-12T17:31:48.240Z] Scanning dependencies of target device-gyro [2021-05-12T17:31:48.240Z] [ 85%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2021-05-12T17:31:48.419Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2021-05-12T17:31:48.419Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2021-05-12T17:31:48.685Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2021-05-12T17:31:48.836Z] [ 87%] Linking C executable device-gyro [2021-05-12T17:31:48.950Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2021-05-12T17:31:48.950Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2021-05-12T17:31:49.110Z] [ 87%] Built target device-gyro [2021-05-12T17:31:49.111Z] Scanning dependencies of target device-bitfields [2021-05-12T17:31:49.111Z] [ 88%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2021-05-12T17:31:49.215Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2021-05-12T17:31:49.215Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2021-05-12T17:31:49.384Z] [ 90%] Linking C executable device-bitfields [2021-05-12T17:31:49.482Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2021-05-12T17:31:49.482Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2021-05-12T17:31:49.656Z] [ 90%] Built target device-bitfields [2021-05-12T17:31:49.656Z] Scanning dependencies of target template-discovery [2021-05-12T17:31:49.656Z] [ 92%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2021-05-12T17:31:49.748Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2021-05-12T17:31:49.748Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2021-05-12T17:31:49.748Z] [ 80%] Linking C static library libcbor.a [2021-05-12T17:31:49.748Z] [ 80%] Built target cbor [2021-05-12T17:31:49.748Z] Scanning dependencies of target create_items [2021-05-12T17:31:49.748Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2021-05-12T17:31:50.020Z] [ 84%] Linking C executable create_items [2021-05-12T17:31:50.020Z] [ 84%] Built target create_items [2021-05-12T17:31:50.020Z] Scanning dependencies of target readfile [2021-05-12T17:31:50.020Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2021-05-12T17:31:50.020Z] [ 88%] Linking C executable readfile [2021-05-12T17:31:50.020Z] [ 88%] Built target readfile [2021-05-12T17:31:50.249Z] [ 93%] Linking C executable template-discovery [2021-05-12T17:31:50.310Z] Scanning dependencies of target streaming_parser [2021-05-12T17:31:50.310Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2021-05-12T17:31:50.521Z] [ 93%] Built target template-discovery [2021-05-12T17:31:50.521Z] Scanning dependencies of target device-file [2021-05-12T17:31:50.521Z] [ 95%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2021-05-12T17:31:50.580Z] [ 92%] Linking C executable streaming_parser [2021-05-12T17:31:50.580Z] [ 92%] Built target streaming_parser [2021-05-12T17:31:50.580Z] Scanning dependencies of target sort [2021-05-12T17:31:50.580Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2021-05-12T17:31:50.580Z] [ 96%] Linking C executable sort [2021-05-12T17:31:50.580Z] [ 96%] Built target sort [2021-05-12T17:31:50.855Z] Scanning dependencies of target hello [2021-05-12T17:31:50.855Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2021-05-12T17:31:50.855Z] [100%] Linking C executable hello [2021-05-12T17:31:50.855Z] [100%] Built target hello [2021-05-12T17:31:50.855Z] Install the project... [2021-05-12T17:31:51.116Z] [ 96%] Linking C executable device-file [2021-05-12T17:31:51.119Z] -- Install configuration: "Release" [2021-05-12T17:31:51.119Z] -- Installing: /usr/local/include/cbor/configuration.h [2021-05-12T17:31:51.119Z] -- Installing: /usr/local/lib64/libcbor.a [2021-05-12T17:31:51.119Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2021-05-12T17:31:51.119Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2021-05-12T17:31:51.119Z] -- Installing: /usr/local/lib64/libcbor.so [2021-05-12T17:31:51.119Z] -- Up-to-date: /usr/local/include/cbor [2021-05-12T17:31:51.119Z] -- Installing: /usr/local/include/cbor/arrays.h [2021-05-12T17:31:51.119Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2021-05-12T17:31:51.119Z] -- Installing: /usr/local/include/cbor/callbacks.h [2021-05-12T17:31:51.119Z] -- Installing: /usr/local/include/cbor/common.h [2021-05-12T17:31:51.119Z] -- Installing: /usr/local/include/cbor/data.h [2021-05-12T17:31:51.119Z] -- Installing: /usr/local/include/cbor/encoding.h [2021-05-12T17:31:51.119Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2021-05-12T17:31:51.119Z] -- Installing: /usr/local/include/cbor/internal [2021-05-12T17:31:51.119Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2021-05-12T17:31:51.119Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2021-05-12T17:31:51.119Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2021-05-12T17:31:51.119Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2021-05-12T17:31:51.119Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2021-05-12T17:31:51.119Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2021-05-12T17:31:51.119Z] -- Installing: /usr/local/include/cbor/ints.h [2021-05-12T17:31:51.119Z] -- Installing: /usr/local/include/cbor/maps.h [2021-05-12T17:31:51.119Z] -- Installing: /usr/local/include/cbor/serialization.h [2021-05-12T17:31:51.119Z] -- Installing: /usr/local/include/cbor/streaming.h [2021-05-12T17:31:51.119Z] -- Installing: /usr/local/include/cbor/strings.h [2021-05-12T17:31:51.119Z] -- Installing: /usr/local/include/cbor/tags.h [2021-05-12T17:31:51.119Z] -- Installing: /usr/local/include/cbor.h [2021-05-12T17:31:51.119Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2021-05-12T17:31:51.389Z] [ 96%] Built target device-file [2021-05-12T17:31:51.389Z] Scanning dependencies of target device-terminal [2021-05-12T17:31:51.389Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2021-05-12T17:31:51.985Z] [100%] Linking C executable device-terminal [2021-05-12T17:31:52.260Z] [100%] Built target device-terminal [2021-05-12T17:31:52.260Z] Run CPack packaging tool... [2021-05-12T17:31:52.260Z] CPack: Create package using TGZ [2021-05-12T17:31:52.260Z] CPack: Install projects [2021-05-12T17:31:52.260Z] CPack: - Run preinstall target for: Csdk [2021-05-12T17:31:52.855Z] CPack: - Install project: Csdk [2021-05-12T17:31:52.855Z] CPack: Create package [2021-05-12T17:31:52.855Z] CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. [2021-05-12T17:31:52.855Z] + '[' false '=' true ] [2021-05-12T17:31:52.855Z] + '[' false '=' true ] [2021-05-12T17:31:52.855Z] + mkdir -p /tmp/sdk/build/debug [2021-05-12T17:31:52.855Z] + cd /tmp/sdk/build/debug [2021-05-12T17:31:52.855Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2021-05-12T17:31:53.129Z] -- The C compiler identification is GNU 8.3.0 [2021-05-12T17:31:53.129Z] -- Check for working C compiler: /usr/bin/cc [2021-05-12T17:31:53.402Z] -- Check for working C compiler: /usr/bin/cc -- works [2021-05-12T17:31:53.402Z] -- Detecting C compiler ABI info [2021-05-12T17:31:53.674Z] -- Detecting C compiler ABI info - done [2021-05-12T17:31:53.674Z] -- Detecting C compile features [2021-05-12T17:31:53.877Z] Removing intermediate container 9136b611f28a [2021-05-12T17:31:53.877Z] ---> e7731401e320 [2021-05-12T17:31:53.877Z] Step 8/25 : RUN mkdir /tmp/sdk [2021-05-12T17:31:53.877Z] ---> Running in a1e0125c1e7e [2021-05-12T17:31:54.650Z] -- Detecting C compile features - done [2021-05-12T17:31:54.650Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2021-05-12T17:31:54.650Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2021-05-12T17:31:54.650Z] -- Found LIBYAML: /usr/lib/libyaml.so [2021-05-12T17:31:54.650Z] -- Found LIBUUID: /usr/lib/libuuid.so [2021-05-12T17:31:54.650Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2021-05-12T17:31:54.650Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2021-05-12T17:31:54.650Z] -- Found LIBHIREDIS: /usr/lib/libhiredis.so [2021-05-12T17:31:54.650Z] -- C SDK 0.0.0 for Linux [2021-05-12T17:31:54.650Z] -- Performing Test CSDK_HAVE_ATOMIC [2021-05-12T17:31:54.650Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2021-05-12T17:31:54.650Z] -- Found Curses: /usr/lib/libcurses.so [2021-05-12T17:31:54.924Z] -- Configuring done [2021-05-12T17:31:55.194Z] -- Generating done [2021-05-12T17:31:55.194Z] -- Build files have been written to: /tmp/sdk/build/debug [2021-05-12T17:31:55.194Z] + + make [2021-05-12T17:31:55.194Z] tee debug.log [2021-05-12T17:31:55.194Z] Scanning dependencies of target csdk [2021-05-12T17:31:55.467Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2021-05-12T17:31:55.742Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2021-05-12T17:31:55.852Z] Removing intermediate container a1e0125c1e7e [2021-05-12T17:31:55.852Z] ---> f8a1575127df [2021-05-12T17:31:55.852Z] Step 9/25 : COPY VERSION /tmp/sdk [2021-05-12T17:31:55.852Z] ---> a180fc51f9be [2021-05-12T17:31:55.852Z] Step 10/25 : COPY src /tmp/sdk/src [2021-05-12T17:31:56.014Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2021-05-12T17:31:56.613Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2021-05-12T17:31:56.888Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2021-05-12T17:31:57.162Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data-mqtt.c.o [2021-05-12T17:31:57.435Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data-redstr.c.o [2021-05-12T17:31:57.712Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/data-rest.c.o [2021-05-12T17:31:57.712Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2021-05-12T17:31:57.832Z] ---> 2db4f9ec9cf3 [2021-05-12T17:31:57.832Z] Step 11/25 : COPY include /tmp/sdk/include [2021-05-12T17:31:58.109Z] ---> 70bbc7c9ea62 [2021-05-12T17:31:58.109Z] Step 12/25 : COPY scripts /tmp/sdk/scripts [2021-05-12T17:31:58.308Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2021-05-12T17:31:58.587Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2021-05-12T17:31:58.735Z] ---> 0a1b71d05da3 [2021-05-12T17:31:58.735Z] Step 13/25 : COPY LICENSE /tmp/sdk [2021-05-12T17:31:58.864Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2021-05-12T17:31:59.004Z] ---> 8034c148a2b3 [2021-05-12T17:31:59.004Z] Step 14/25 : COPY Attribution.txt /tmp/sdk [2021-05-12T17:31:59.463Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2021-05-12T17:31:59.463Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2021-05-12T17:31:59.592Z] ---> ba3fc3d16853 [2021-05-12T17:31:59.592Z] Step 15/25 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2021-05-12T17:31:59.592Z] ---> Running in 70559ab7eae4 [2021-05-12T17:31:59.738Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2021-05-12T17:32:00.013Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2021-05-12T17:32:00.286Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2021-05-12T17:32:00.589Z] + CPPCHECK=false [2021-05-12T17:32:00.589Z] + DOCGEN=false [2021-05-12T17:32:00.589Z] + TOMLVER=SDK-0.2 [2021-05-12T17:32:00.589Z] + CUTILVER=1.1.4 [2021-05-12T17:32:00.589Z] + '[' 0 -gt 0 ] [2021-05-12T17:32:00.589Z] + readlink -f ./scripts/build.sh [2021-05-12T17:32:00.589Z] + dirname /tmp/sdk/scripts/build.sh [2021-05-12T17:32:00.589Z] + dirname /tmp/sdk/scripts [2021-05-12T17:32:00.589Z] + ROOT=/tmp/sdk [2021-05-12T17:32:00.589Z] + cd /tmp/sdk [2021-05-12T17:32:00.589Z] + '[' '!' -d deps ] [2021-05-12T17:32:00.589Z] + mkdir deps [2021-05-12T17:32:00.589Z] + tar+ -C deps -z -xwget -f - [2021-05-12T17:32:00.589Z] -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2021-05-12T17:32:00.589Z] --2021-05-12 17:32:00-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2021-05-12T17:32:00.589Z] Resolving github.com... 140.82.114.3 [2021-05-12T17:32:00.589Z] Connecting to github.com|140.82.114.3|:443... connected. [2021-05-12T17:32:00.589Z] HTTP request sent, awaiting response... 302 Found [2021-05-12T17:32:00.589Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2021-05-12T17:32:00.589Z] --2021-05-12 17:32:00-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2021-05-12T17:32:00.589Z] Resolving codeload.github.com... 140.82.113.9 [2021-05-12T17:32:00.589Z] Connecting to codeload.github.com|140.82.113.9|:443... connected. [2021-05-12T17:32:00.859Z] HTTP request sent, awaiting response... 200 OK [2021-05-12T17:32:00.859Z] Length: 16451 (16K) [application/x-gzip] [2021-05-12T17:32:00.859Z] Saving to: 'STDOUT' [2021-05-12T17:32:00.859Z]  [2021-05-12T17:32:00.859Z] 0K .......... ...... 100% 1.04M=0.02s [2021-05-12T17:32:00.859Z] [2021-05-12T17:32:00.859Z] 2021-05-12 17:32:00 (1.04 MB/s) - written to stdout [16451/16451] [2021-05-12T17:32:00.859Z] [2021-05-12T17:32:00.859Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2021-05-12T17:32:00.859Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz [2021-05-12T17:32:00.859Z] + tar -C deps -z -x -f - [2021-05-12T17:32:00.859Z] --2021-05-12 17:32:00-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz [2021-05-12T17:32:00.859Z] Resolving github.com... 140.82.114.3 [2021-05-12T17:32:00.859Z] Connecting to github.com|140.82.114.3|:443... connected. [2021-05-12T17:32:00.859Z] HTTP request sent, awaiting response... 302 Found [2021-05-12T17:32:00.859Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 [following] [2021-05-12T17:32:00.859Z] --2021-05-12 17:32:00-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 [2021-05-12T17:32:00.859Z] Resolving codeload.github.com... 140.82.113.9 [2021-05-12T17:32:00.859Z] Connecting to codeload.github.com|140.82.113.9|:443... connected. [2021-05-12T17:32:00.859Z] HTTP request sent, awaiting response... 200 OK [2021-05-12T17:32:00.859Z] Length: 181796 (178K) [application/x-gzip] [2021-05-12T17:32:00.859Z] Saving to: 'STDOUT' [2021-05-12T17:32:00.859Z]  [2021-05-12T17:32:00.883Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2021-05-12T17:32:01.137Z] 0K .......... .......... .......... .......... .......... 28% 1.47M 0s [2021-05-12T17:32:01.137Z] 50K .......... .......... .......... .......... .......... 56% 2.77M 0s [2021-05-12T17:32:01.137Z] 100K .......... .......... .......... .......... .......... 84% 9.32M 0s [2021-05-12T17:32:01.137Z] 150K .......... .......... ....... 100% 2.02M=0.07s [2021-05-12T17:32:01.137Z] [2021-05-12T17:32:01.137Z] 2021-05-12 17:32:00 (2.49 MB/s) - written to stdout [181796/181796] [2021-05-12T17:32:01.137Z] [2021-05-12T17:32:01.137Z] + mkdir -p src/c/iot [2021-05-12T17:32:01.137Z] + cp deps/iotech-c-utils-1.1.4/src/c/base64.c deps/iotech-c-utils-1.1.4/src/c/component.c deps/iotech-c-utils-1.1.4/src/c/config.c deps/iotech-c-utils-1.1.4/src/c/container.c deps/iotech-c-utils-1.1.4/src/c/data.c deps/iotech-c-utils-1.1.4/src/c/hash.c deps/iotech-c-utils-1.1.4/src/c/iot.c deps/iotech-c-utils-1.1.4/src/c/json.c deps/iotech-c-utils-1.1.4/src/c/logger.c deps/iotech-c-utils-1.1.4/src/c/os.c deps/iotech-c-utils-1.1.4/src/c/scheduler.c deps/iotech-c-utils-1.1.4/src/c/thread.c deps/iotech-c-utils-1.1.4/src/c/threadpool.c deps/iotech-c-utils-1.1.4/src/c/time.c deps/iotech-c-utils-1.1.4/src/c/yxml.c src/c/iot [2021-05-12T17:32:01.137Z] + cp deps/iotech-c-utils-1.1.4/src/c/defs.h.in src/c/iot [2021-05-12T17:32:01.137Z] + cp deps/iotech-c-utils-1.1.4/src/c/yxml.h src/c/iot [2021-05-12T17:32:01.137Z] + cp deps/iotech-c-utils-1.1.4/VERSION src/c/iot [2021-05-12T17:32:01.137Z] + mkdir -p include/iot [2021-05-12T17:32:01.137Z] + cp deps/iotech-c-utils-1.1.4/include/iot/base64.h deps/iotech-c-utils-1.1.4/include/iot/component.h deps/iotech-c-utils-1.1.4/include/iot/config.h deps/iotech-c-utils-1.1.4/include/iot/container.h deps/iotech-c-utils-1.1.4/include/iot/data.h deps/iotech-c-utils-1.1.4/include/iot/hash.h deps/iotech-c-utils-1.1.4/include/iot/iot.h deps/iotech-c-utils-1.1.4/include/iot/json.h deps/iotech-c-utils-1.1.4/include/iot/logger.h deps/iotech-c-utils-1.1.4/include/iot/os.h deps/iotech-c-utils-1.1.4/include/iot/scheduler.h deps/iotech-c-utils-1.1.4/include/iot/thread.h deps/iotech-c-utils-1.1.4/include/iot/threadpool.h deps/iotech-c-utils-1.1.4/include/iot/time.h deps/iotech-c-utils-1.1.4/include/iot/typecode.h include/iot [2021-05-12T17:32:01.137Z] + mkdir -p include/iot/os [2021-05-12T17:32:01.137Z] + cp deps/iotech-c-utils-1.1.4/include/iot/os/linux.h deps/iotech-c-utils-1.1.4/include/iot/os/macos.h deps/iotech-c-utils-1.1.4/include/iot/os/zephyr.h include/iot/os [2021-05-12T17:32:01.137Z] + mkdir -p /tmp/sdk/build/release [2021-05-12T17:32:01.137Z] + cd /tmp/sdk/build/release [2021-05-12T17:32:01.137Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2021-05-12T17:32:01.156Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2021-05-12T17:32:01.156Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2021-05-12T17:32:01.412Z] -- The C compiler identification is GNU 8.3.0 [2021-05-12T17:32:01.413Z] -- Check for working C compiler: /usr/bin/cc [2021-05-12T17:32:01.413Z] -- Check for working C compiler: /usr/bin/cc -- works [2021-05-12T17:32:01.413Z] -- Detecting C compiler ABI info [2021-05-12T17:32:01.413Z] -- Detecting C compiler ABI info - done [2021-05-12T17:32:01.413Z] -- Detecting C compile features [2021-05-12T17:32:01.430Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2021-05-12T17:32:01.702Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2021-05-12T17:32:01.974Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2021-05-12T17:32:02.032Z] -- Detecting C compile features - done [2021-05-12T17:32:02.032Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2021-05-12T17:32:02.032Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2021-05-12T17:32:02.032Z] -- Found LIBYAML: /usr/lib/libyaml.so [2021-05-12T17:32:02.032Z] -- Found LIBUUID: /usr/lib/libuuid.so [2021-05-12T17:32:02.032Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2021-05-12T17:32:02.032Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2021-05-12T17:32:02.032Z] -- Found LIBHIREDIS: /usr/lib/libhiredis.so [2021-05-12T17:32:02.032Z] -- C SDK 0.0.0 for Linux [2021-05-12T17:32:02.032Z] -- Performing Test CSDK_HAVE_ATOMIC [2021-05-12T17:32:02.032Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2021-05-12T17:32:02.032Z] -- Found Curses: /usr/lib/libcurses.so [2021-05-12T17:32:02.032Z] -- Configuring done [2021-05-12T17:32:02.300Z] -- Generating done [2021-05-12T17:32:02.300Z] -- Build files have been written to: /tmp/sdk/build/release [2021-05-12T17:32:02.300Z] + tee release.log [2021-05-12T17:32:02.300Z] + make all package [2021-05-12T17:32:02.300Z] Scanning dependencies of target csdk [2021-05-12T17:32:02.300Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2021-05-12T17:32:02.569Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2021-05-12T17:32:02.569Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2021-05-12T17:32:02.951Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2021-05-12T17:32:02.951Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2021-05-12T17:32:03.184Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2021-05-12T17:32:03.224Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2021-05-12T17:32:03.224Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2021-05-12T17:32:03.474Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2021-05-12T17:32:03.474Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data-mqtt.c.o [2021-05-12T17:32:03.495Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2021-05-12T17:32:03.748Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data-redstr.c.o [2021-05-12T17:32:03.766Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2021-05-12T17:32:04.014Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/data-rest.c.o [2021-05-12T17:32:04.014Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2021-05-12T17:32:04.043Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2021-05-12T17:32:04.043Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2021-05-12T17:32:04.281Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2021-05-12T17:32:04.318Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2021-05-12T17:32:04.592Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2021-05-12T17:32:04.867Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2021-05-12T17:32:04.876Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2021-05-12T17:32:05.139Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2021-05-12T17:32:05.161Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2021-05-12T17:32:05.460Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2021-05-12T17:32:05.460Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2021-05-12T17:32:05.734Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2021-05-12T17:32:05.734Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2021-05-12T17:32:05.737Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2021-05-12T17:32:06.028Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2021-05-12T17:32:06.028Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2021-05-12T17:32:06.709Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2021-05-12T17:32:06.986Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2021-05-12T17:32:07.065Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2021-05-12T17:32:07.257Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2021-05-12T17:32:07.367Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2021-05-12T17:32:07.527Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2021-05-12T17:32:07.651Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2021-05-12T17:32:07.651Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2021-05-12T17:32:07.797Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2021-05-12T17:32:07.935Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2021-05-12T17:32:08.232Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2021-05-12T17:32:08.786Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2021-05-12T17:32:09.246Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2021-05-12T17:32:09.246Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2021-05-12T17:32:09.379Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2021-05-12T17:32:09.553Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2021-05-12T17:32:09.843Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2021-05-12T17:32:09.843Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2021-05-12T17:32:09.970Z] [ 71%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2021-05-12T17:32:10.113Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2021-05-12T17:32:10.242Z] [ 73%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2021-05-12T17:32:10.385Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2021-05-12T17:32:10.514Z] [ 74%] Linking C shared library libcsdk.so [2021-05-12T17:32:10.514Z] [ 74%] Built target csdk [2021-05-12T17:32:10.514Z] Scanning dependencies of target template [2021-05-12T17:32:10.514Z] [ 76%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2021-05-12T17:32:10.656Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2021-05-12T17:32:10.787Z] [ 77%] Linking C executable template [2021-05-12T17:32:10.927Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2021-05-12T17:32:10.927Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2021-05-12T17:32:11.058Z] [ 77%] Built target template [2021-05-12T17:32:11.058Z] Scanning dependencies of target device-counter [2021-05-12T17:32:11.058Z] [ 79%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2021-05-12T17:32:11.339Z] [ 80%] Linking C executable device-counter [2021-05-12T17:32:11.612Z] [ 80%] Built target device-counter [2021-05-12T17:32:11.612Z] Scanning dependencies of target device-random [2021-05-12T17:32:11.612Z] [ 82%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2021-05-12T17:32:11.886Z] [ 84%] Linking C executable device-random [2021-05-12T17:32:11.910Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2021-05-12T17:32:12.159Z] [ 84%] Built target device-random [2021-05-12T17:32:12.159Z] Scanning dependencies of target device-gyro [2021-05-12T17:32:12.159Z] [ 85%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2021-05-12T17:32:12.205Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2021-05-12T17:32:12.438Z] [ 87%] Linking C executable device-gyro [2021-05-12T17:32:12.711Z] [ 87%] Built target device-gyro [2021-05-12T17:32:12.711Z] Scanning dependencies of target device-bitfields [2021-05-12T17:32:12.711Z] [ 88%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2021-05-12T17:32:12.865Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2021-05-12T17:32:12.865Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2021-05-12T17:32:12.985Z] [ 90%] Linking C executable device-bitfields [2021-05-12T17:32:12.985Z] [ 90%] Built target device-bitfields [2021-05-12T17:32:13.259Z] Scanning dependencies of target template-discovery [2021-05-12T17:32:13.259Z] [ 92%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2021-05-12T17:32:13.533Z] [ 93%] Linking C executable template-discovery [2021-05-12T17:32:13.533Z] [ 93%] Built target template-discovery [2021-05-12T17:32:13.808Z] Scanning dependencies of target device-file [2021-05-12T17:32:13.808Z] [ 95%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2021-05-12T17:32:14.080Z] [ 96%] Linking C executable device-file [2021-05-12T17:32:14.080Z] [ 96%] Built target device-file [2021-05-12T17:32:14.354Z] Scanning dependencies of target device-terminal [2021-05-12T17:32:14.354Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2021-05-12T17:32:14.627Z] [100%] Linking C executable device-terminal [2021-05-12T17:32:14.901Z] [100%] Built target device-terminal [2021-05-12T17:32:14.901Z] make: Entering directory '/tmp/sdk/build/release' [2021-05-12T17:32:14.901Z] make[1]: Entering directory '/tmp/sdk/build/release' [2021-05-12T17:32:14.901Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-12T17:32:14.901Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-12T17:32:14.901Z] [ 74%] Built target csdk [2021-05-12T17:32:14.901Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-12T17:32:14.901Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-12T17:32:14.901Z] [ 77%] Built target template [2021-05-12T17:32:14.901Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-12T17:32:14.901Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-12T17:32:14.901Z] [ 80%] Built target device-counter [2021-05-12T17:32:15.175Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-12T17:32:15.175Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-12T17:32:15.175Z] [ 84%] Built target device-random [2021-05-12T17:32:15.175Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-12T17:32:15.175Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-12T17:32:15.175Z] [ 87%] Built target device-gyro [2021-05-12T17:32:15.175Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-12T17:32:15.175Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-12T17:32:15.175Z] [ 90%] Built target device-bitfields [2021-05-12T17:32:15.175Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-12T17:32:15.175Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-12T17:32:15.175Z] [ 93%] Built target template-discovery [2021-05-12T17:32:15.175Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-12T17:32:15.175Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-12T17:32:15.175Z] [ 96%] Built target device-file [2021-05-12T17:32:15.175Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-12T17:32:15.175Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-12T17:32:15.175Z] [100%] Built target device-terminal [2021-05-12T17:32:15.175Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2021-05-12T17:32:15.449Z] Install the project... [2021-05-12T17:32:15.449Z] -- Install configuration: "Release" [2021-05-12T17:32:15.449Z] -- Installing: /usr/local/lib/libcsdk.so [2021-05-12T17:32:15.449Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2021-05-12T17:32:15.449Z] -- Up-to-date: /usr/local/include [2021-05-12T17:32:15.449Z] -- Installing: /usr/local/include/edgex [2021-05-12T17:32:15.449Z] -- Installing: /usr/local/include/edgex/rest-server.h [2021-05-12T17:32:15.449Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2021-05-12T17:32:15.449Z] -- Installing: /usr/local/include/edgex/edgex.h [2021-05-12T17:32:15.449Z] -- Installing: /usr/local/include/edgex/devices.h [2021-05-12T17:32:15.449Z] -- Installing: /usr/local/include/edgex/profiles.h [2021-05-12T17:32:15.449Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2021-05-12T17:32:15.449Z] -- Installing: /usr/local/include/devsdk [2021-05-12T17:32:15.449Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2021-05-12T17:32:15.449Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2021-05-12T17:32:15.449Z] -- Installing: /usr/local/include/iot [2021-05-12T17:32:15.449Z] -- Installing: /usr/local/include/iot/json.h [2021-05-12T17:32:15.449Z] -- Installing: /usr/local/include/iot/container.h [2021-05-12T17:32:15.449Z] -- Installing: /usr/local/include/iot/component.h [2021-05-12T17:32:15.449Z] -- Installing: /usr/local/include/iot/typecode.h [2021-05-12T17:32:15.449Z] -- Installing: /usr/local/include/iot/iot.h [2021-05-12T17:32:15.449Z] -- Installing: /usr/local/include/iot/time.h [2021-05-12T17:32:15.449Z] -- Installing: /usr/local/include/iot/hash.h [2021-05-12T17:32:15.449Z] -- Installing: /usr/local/include/iot/logger.h [2021-05-12T17:32:15.449Z] -- Installing: /usr/local/include/iot/os [2021-05-12T17:32:15.449Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2021-05-12T17:32:15.449Z] -- Installing: /usr/local/include/iot/os/linux.h [2021-05-12T17:32:15.449Z] -- Installing: /usr/local/include/iot/os/macos.h [2021-05-12T17:32:15.449Z] -- Installing: /usr/local/include/iot/scheduler.h [2021-05-12T17:32:15.449Z] -- Installing: /usr/local/include/iot/data.h [2021-05-12T17:32:15.449Z] -- Installing: /usr/local/include/iot/thread.h [2021-05-12T17:32:15.449Z] -- Installing: /usr/local/include/iot/os.h [2021-05-12T17:32:15.449Z] -- Installing: /usr/local/include/iot/base64.h [2021-05-12T17:32:15.449Z] -- Installing: /usr/local/include/iot/defs.h [2021-05-12T17:32:15.449Z] -- Installing: /usr/local/include/iot/threadpool.h [2021-05-12T17:32:15.449Z] -- Installing: /usr/local/include/iot/config.h [2021-05-12T17:32:15.449Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2021-05-12T17:32:15.449Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2021-05-12T17:32:15.449Z] make: Leaving directory '/tmp/sdk/build/release' [2021-05-12T17:32:15.588Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2021-05-12T17:32:15.588Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2021-05-12T17:32:16.468Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2021-05-12T17:32:16.468Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2021-05-12T17:32:17.329Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2021-05-12T17:32:17.329Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2021-05-12T17:32:17.462Z] Removing intermediate container 2c828cc9ee66 [2021-05-12T17:32:17.462Z] ---> 4ab0577123eb [2021-05-12T17:32:17.462Z] Step 16/25 : FROM ${BASE} [2021-05-12T17:32:17.462Z] ---> b23d30803547 [2021-05-12T17:32:17.462Z] Step 17/25 : LABEL maintainer="IOTech " [2021-05-12T17:32:17.741Z] ---> Running in 6774d93b61ec [2021-05-12T17:32:18.012Z] Removing intermediate container 6774d93b61ec [2021-05-12T17:32:18.012Z] ---> 3c3776c9c924 [2021-05-12T17:32:18.012Z] Step 18/25 : RUN wget https://iotech.jfrog.io/artifactory/alpine/KEY/support@iotechsys.com-5b990dd9.pub -O /etc/apk/keys/support@iotechsys.com-5b990dd9.pub [2021-05-12T17:32:18.288Z] ---> Running in d7abb70b3dac [2021-05-12T17:32:18.342Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2021-05-12T17:32:19.267Z] Connecting to iotech.jfrog.io (54.229.110.245:443) [2021-05-12T17:32:19.861Z] support@iotechsys.co 100% |********************************| 451 0:00:00 ETA [2021-05-12T17:32:19.861Z] [2021-05-12T17:32:20.544Z] [ 71%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2021-05-12T17:32:20.829Z] [ 73%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2021-05-12T17:32:20.840Z] Removing intermediate container d7abb70b3dac [2021-05-12T17:32:20.840Z] ---> 40ac91cecbec [2021-05-12T17:32:20.840Z] Step 19/25 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine/alpine-3.12' >> /etc/apk/repositories [2021-05-12T17:32:20.840Z] ---> Running in 13bdbc127e96 [2021-05-12T17:32:21.099Z] [ 74%] Linking C shared library libcsdk.so [2021-05-12T17:32:21.099Z] [ 74%] Built target csdk [2021-05-12T17:32:21.099Z] Scanning dependencies of target template [2021-05-12T17:32:21.099Z] [ 76%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2021-05-12T17:32:21.370Z] [ 77%] Linking C executable template [2021-05-12T17:32:21.654Z] [ 77%] Built target template [2021-05-12T17:32:21.654Z] Scanning dependencies of target device-counter [2021-05-12T17:32:21.654Z] [ 79%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2021-05-12T17:32:21.655Z] [ 80%] Linking C executable device-counter [2021-05-12T17:32:21.923Z] [ 80%] Built target device-counter [2021-05-12T17:32:21.923Z] Scanning dependencies of target device-random [2021-05-12T17:32:21.923Z] [ 82%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2021-05-12T17:32:22.194Z] [ 84%] Linking C executable device-random [2021-05-12T17:32:22.464Z] [ 84%] Built target device-random [2021-05-12T17:32:22.464Z] Scanning dependencies of target device-gyro [2021-05-12T17:32:22.464Z] [ 85%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2021-05-12T17:32:22.464Z] [ 87%] Linking C executable device-gyro [2021-05-12T17:32:22.747Z] [ 87%] Built target device-gyro [2021-05-12T17:32:22.747Z] Scanning dependencies of target device-bitfields [2021-05-12T17:32:22.747Z] [ 88%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2021-05-12T17:32:23.027Z] [ 90%] Linking C executable device-bitfields [2021-05-12T17:32:23.297Z] [ 90%] Built target device-bitfields [2021-05-12T17:32:23.297Z] Scanning dependencies of target template-discovery [2021-05-12T17:32:23.297Z] [ 92%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2021-05-12T17:32:23.464Z] Removing intermediate container 13bdbc127e96 [2021-05-12T17:32:23.464Z] ---> 6c6f8086b952 [2021-05-12T17:32:23.464Z] Step 20/25 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid paho-mqtt-c-dev hiredis-dev [2021-05-12T17:32:23.464Z] ---> Running in aecbdffd2595 [2021-05-12T17:32:23.571Z] [ 93%] Linking C executable template-discovery [2021-05-12T17:32:23.843Z] [ 93%] Built target template-discovery [2021-05-12T17:32:23.843Z] Scanning dependencies of target device-file [2021-05-12T17:32:23.843Z] [ 95%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2021-05-12T17:32:24.060Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2021-05-12T17:32:24.112Z] [ 96%] Linking C executable device-file [2021-05-12T17:32:24.380Z] [ 96%] Built target device-file [2021-05-12T17:32:24.380Z] Scanning dependencies of target device-terminal [2021-05-12T17:32:24.380Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2021-05-12T17:32:24.650Z] [100%] Linking C executable device-terminal [2021-05-12T17:32:24.931Z] [100%] Built target device-terminal [2021-05-12T17:32:24.931Z] Run CPack packaging tool... [2021-05-12T17:32:24.931Z] CPack: Create package using TGZ [2021-05-12T17:32:24.931Z] CPack: Install projects [2021-05-12T17:32:24.931Z] CPack: - Run preinstall target for: Csdk [2021-05-12T17:32:25.043Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2021-05-12T17:32:25.552Z] CPack: - Install project: Csdk [2021-05-12T17:32:25.552Z] CPack: Create package [2021-05-12T17:32:25.552Z] CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. [2021-05-12T17:32:25.552Z] + '[' false '=' true ] [2021-05-12T17:32:25.552Z] + '[' false '=' true ] [2021-05-12T17:32:25.552Z] + mkdir -p /tmp/sdk/build/debug [2021-05-12T17:32:25.552Z] + cd /tmp/sdk/build/debug [2021-05-12T17:32:25.552Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2021-05-12T17:32:25.818Z] -- The C compiler identification is GNU 8.3.0 [2021-05-12T17:32:25.818Z] -- Check for working C compiler: /usr/bin/cc [2021-05-12T17:32:25.818Z] -- Check for working C compiler: /usr/bin/cc -- works [2021-05-12T17:32:25.818Z] -- Detecting C compiler ABI info [2021-05-12T17:32:26.018Z] fetch https://iotech.jfrog.io/artifactory/alpine/alpine-3.12/aarch64/APKINDEX.tar.gz [2021-05-12T17:32:26.084Z] -- Detecting C compiler ABI info - done [2021-05-12T17:32:26.084Z] -- Detecting C compile features [2021-05-12T17:32:26.353Z] -- Detecting C compile features - done [2021-05-12T17:32:26.353Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2021-05-12T17:32:26.353Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2021-05-12T17:32:26.353Z] -- Found LIBYAML: /usr/lib/libyaml.so [2021-05-12T17:32:26.353Z] -- Found LIBUUID: /usr/lib/libuuid.so [2021-05-12T17:32:26.353Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2021-05-12T17:32:26.353Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2021-05-12T17:32:26.353Z] -- Found LIBHIREDIS: /usr/lib/libhiredis.so [2021-05-12T17:32:26.353Z] -- C SDK 0.0.0 for Linux [2021-05-12T17:32:26.353Z] -- Performing Test CSDK_HAVE_ATOMIC [2021-05-12T17:32:26.611Z] (1/6) Installing curl (7.64.0-r5) [2021-05-12T17:32:26.623Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2021-05-12T17:32:26.623Z] -- Found Curses: /usr/lib/libcurses.so [2021-05-12T17:32:26.623Z] -- Configuring done [2021-05-12T17:32:26.623Z] -- Generating done [2021-05-12T17:32:26.623Z] -- Build files have been written to: /tmp/sdk/build/debug [2021-05-12T17:32:26.623Z] + make [2021-05-12T17:32:26.623Z] + tee debug.log [2021-05-12T17:32:26.623Z] Scanning dependencies of target csdk [2021-05-12T17:32:26.623Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2021-05-12T17:32:26.882Z] (2/6) Installing hiredis (0.14.0-r0) [2021-05-12T17:32:26.882Z] (3/6) Installing hiredis-dev (0.14.0-r0) [2021-05-12T17:32:26.893Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2021-05-12T17:32:26.893Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2021-05-12T17:32:27.153Z] (4/6) Installing libuuid (2.33-r0) [2021-05-12T17:32:27.153Z] (5/6) Installing paho-mqtt-c-dev (1.3.5-r0) [2021-05-12T17:32:27.162Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2021-05-12T17:32:27.162Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2021-05-12T17:32:27.448Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data-mqtt.c.o [2021-05-12T17:32:27.448Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data-redstr.c.o [2021-05-12T17:32:27.726Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/data-rest.c.o [2021-05-12T17:32:27.726Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2021-05-12T17:32:28.025Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2021-05-12T17:32:28.025Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2021-05-12T17:32:28.299Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2021-05-12T17:32:28.299Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2021-05-12T17:32:28.566Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2021-05-12T17:32:28.566Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2021-05-12T17:32:28.566Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2021-05-12T17:32:28.575Z] (6/6) Installing wget (1.20.3-r0) [2021-05-12T17:32:28.847Z] Executing busybox-1.29.3-r10.trigger [2021-05-12T17:32:28.847Z] OK: 283 MiB in 81 packages [2021-05-12T17:32:28.851Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2021-05-12T17:32:29.161Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2021-05-12T17:32:29.161Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2021-05-12T17:32:29.443Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2021-05-12T17:32:29.443Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2021-05-12T17:32:29.730Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2021-05-12T17:32:30.010Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2021-05-12T17:32:30.278Z] Removing intermediate container aecbdffd2595 [2021-05-12T17:32:30.278Z] ---> 0bd565b3160c [2021-05-12T17:32:30.278Z] Step 21/25 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2021-05-12T17:32:30.286Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2021-05-12T17:32:30.555Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2021-05-12T17:32:30.555Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2021-05-12T17:32:30.555Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2021-05-12T17:32:30.847Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2021-05-12T17:32:30.847Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2021-05-12T17:32:30.872Z] ---> 254bf1b00d68 [2021-05-12T17:32:30.872Z] Step 22/25 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2021-05-12T17:32:31.117Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2021-05-12T17:32:31.117Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2021-05-12T17:32:31.390Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2021-05-12T17:32:31.391Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2021-05-12T17:32:31.391Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2021-05-12T17:32:31.464Z] ---> 6193d009b76f [2021-05-12T17:32:31.464Z] Step 23/25 : COPY --from=builder /usr/local/lib /usr/local/lib [2021-05-12T17:32:31.666Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2021-05-12T17:32:31.943Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2021-05-12T17:32:31.943Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2021-05-12T17:32:32.066Z] ---> c8a35aeae0f9 [2021-05-12T17:32:32.066Z] Step 24/25 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2021-05-12T17:32:32.539Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2021-05-12T17:32:32.539Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2021-05-12T17:32:32.807Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2021-05-12T17:32:32.807Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2021-05-12T17:32:33.045Z] ---> f90ddd332658 [2021-05-12T17:32:33.046Z] Step 25/25 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2021-05-12T17:32:33.071Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2021-05-12T17:32:33.335Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2021-05-12T17:32:33.605Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2021-05-12T17:32:33.643Z] ---> 472d353562aa [2021-05-12T17:32:33.643Z] Successfully built 472d353562aa [2021-05-12T17:32:33.643Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T17:32:33.872Z] [ 71%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2021-05-12T17:32:33.872Z] [ 73%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2021-05-12T17:32:34.097Z] + docker inspect -f . ci-base-image-arm64 [2021-05-12T17:32:34.097Z] . [Pipeline] withDockerContainer [2021-05-12T17:32:34.150Z] [ 74%] Linking C shared library libcsdk.so [2021-05-12T17:32:34.150Z] [ 74%] Built target csdk [2021-05-12T17:32:34.150Z] Scanning dependencies of target template [2021-05-12T17:32:34.353Z] prd-ubuntu18.04-docker-arm64-4c-16g-4731 does not seem to be running inside a container [2021-05-12T17:32:34.417Z] [ 76%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2021-05-12T17:32:34.417Z] [ 77%] Linking C executable template [2021-05-12T17:32:34.417Z] [ 77%] Built target template [2021-05-12T17:32:34.417Z] Scanning dependencies of target device-counter [2021-05-12T17:32:34.457Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/2 -v /w/workspace/device-sdk-c/2:/w/workspace/device-sdk-c/2:rw,z -v /w/workspace/device-sdk-c/2@tmp:/w/workspace/device-sdk-c/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-12T17:32:34.683Z] [ 79%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2021-05-12T17:32:34.683Z] [ 80%] Linking C executable device-counter [2021-05-12T17:32:34.683Z] [ 80%] Built target device-counter [2021-05-12T17:32:34.683Z] Scanning dependencies of target device-random [2021-05-12T17:32:34.954Z] [ 82%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2021-05-12T17:32:34.954Z] [ 84%] Linking C executable device-random [2021-05-12T17:32:34.954Z] [ 84%] Built target device-random [2021-05-12T17:32:35.224Z] Scanning dependencies of target device-gyro [2021-05-12T17:32:35.224Z] [ 85%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2021-05-12T17:32:35.224Z] [ 87%] Linking C executable device-gyro [2021-05-12T17:32:35.224Z] [ 87%] Built target device-gyro [2021-05-12T17:32:35.224Z] Scanning dependencies of target device-bitfields [2021-05-12T17:32:35.224Z] [ 88%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2021-05-12T17:32:35.495Z] [ 90%] Linking C executable device-bitfields [2021-05-12T17:32:35.495Z] [ 90%] Built target device-bitfields [2021-05-12T17:32:35.495Z] Scanning dependencies of target template-discovery [2021-05-12T17:32:35.495Z] [ 92%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2021-05-12T17:32:35.794Z] [ 93%] Linking C executable template-discovery [2021-05-12T17:32:35.794Z] [ 93%] Built target template-discovery [2021-05-12T17:32:35.971Z] $ docker top 81126d9b05f52d85f0797ff34625746968eeac204a9c16c2830b7521da8d9447 -eo pid,comm [2021-05-12T17:32:36.059Z] Scanning dependencies of target device-file [2021-05-12T17:32:36.059Z] [ 95%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2021-05-12T17:32:36.059Z] [ 96%] Linking C executable device-file [2021-05-12T17:32:36.059Z] [ 96%] Built target device-file [2021-05-12T17:32:36.059Z] Scanning dependencies of target device-terminal [2021-05-12T17:32:36.059Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [Pipeline] { [Pipeline] sh [2021-05-12T17:32:36.325Z] [100%] Linking C executable device-terminal [2021-05-12T17:32:36.325Z] [100%] Built target device-terminal [2021-05-12T17:32:36.325Z] make: Entering directory '/tmp/sdk/build/release' [2021-05-12T17:32:36.325Z] make[1]: Entering directory '/tmp/sdk/build/release' [2021-05-12T17:32:36.325Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-12T17:32:36.595Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-12T17:32:36.595Z] [ 74%] Built target csdk [2021-05-12T17:32:36.595Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-12T17:32:36.595Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-12T17:32:36.595Z] [ 77%] Built target template [2021-05-12T17:32:36.595Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-12T17:32:36.595Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-12T17:32:36.595Z] [ 80%] Built target device-counter [2021-05-12T17:32:36.595Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-12T17:32:36.595Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-12T17:32:36.595Z] [ 84%] Built target device-random [2021-05-12T17:32:36.595Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-12T17:32:36.596Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-12T17:32:36.596Z] [ 87%] Built target device-gyro [2021-05-12T17:32:36.596Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-12T17:32:36.596Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-12T17:32:36.596Z] [ 90%] Built target device-bitfields [2021-05-12T17:32:36.596Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-12T17:32:36.596Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-12T17:32:36.596Z] [ 93%] Built target template-discovery [2021-05-12T17:32:36.596Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-12T17:32:36.596Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-12T17:32:36.596Z] [ 96%] Built target device-file [2021-05-12T17:32:36.596Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-12T17:32:36.596Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-12T17:32:36.879Z] [100%] Built target device-terminal [2021-05-12T17:32:36.879Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2021-05-12T17:32:36.879Z] Install the project... [2021-05-12T17:32:36.879Z] -- Install configuration: "Release" [2021-05-12T17:32:36.879Z] -- Installing: /usr/local/lib/libcsdk.so [2021-05-12T17:32:36.879Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2021-05-12T17:32:36.879Z] -- Up-to-date: /usr/local/include [2021-05-12T17:32:36.879Z] -- Installing: /usr/local/include/devsdk [2021-05-12T17:32:36.879Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2021-05-12T17:32:36.879Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2021-05-12T17:32:36.879Z] -- Installing: /usr/local/include/edgex [2021-05-12T17:32:36.879Z] -- Installing: /usr/local/include/edgex/devices.h [2021-05-12T17:32:36.879Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2021-05-12T17:32:36.879Z] -- Installing: /usr/local/include/edgex/edgex.h [2021-05-12T17:32:36.879Z] -- Installing: /usr/local/include/edgex/profiles.h [2021-05-12T17:32:36.879Z] -- Installing: /usr/local/include/edgex/rest-server.h [2021-05-12T17:32:36.879Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2021-05-12T17:32:36.879Z] -- Installing: /usr/local/include/iot [2021-05-12T17:32:36.879Z] -- Installing: /usr/local/include/iot/base64.h [2021-05-12T17:32:36.879Z] -- Installing: /usr/local/include/iot/component.h [2021-05-12T17:32:36.879Z] -- Installing: /usr/local/include/iot/config.h [2021-05-12T17:32:36.879Z] -- Installing: /usr/local/include/iot/container.h [2021-05-12T17:32:36.879Z] -- Installing: /usr/local/include/iot/data.h [2021-05-12T17:32:36.879Z] -- Installing: /usr/local/include/iot/hash.h [2021-05-12T17:32:36.879Z] -- Installing: /usr/local/include/iot/iot.h [2021-05-12T17:32:36.879Z] -- Installing: /usr/local/include/iot/json.h [2021-05-12T17:32:36.879Z] -- Installing: /usr/local/include/iot/logger.h [2021-05-12T17:32:36.879Z] -- Installing: /usr/local/include/iot/os.h [2021-05-12T17:32:36.879Z] -- Installing: /usr/local/include/iot/scheduler.h [2021-05-12T17:32:36.879Z] -- Installing: /usr/local/include/iot/thread.h [2021-05-12T17:32:36.879Z] -- Installing: /usr/local/include/iot/threadpool.h [2021-05-12T17:32:36.879Z] -- Installing: /usr/local/include/iot/time.h [2021-05-12T17:32:36.879Z] -- Installing: /usr/local/include/iot/typecode.h [2021-05-12T17:32:36.879Z] -- Installing: /usr/local/include/iot/os [2021-05-12T17:32:36.879Z] -- Installing: /usr/local/include/iot/os/linux.h [2021-05-12T17:32:36.879Z] -- Installing: /usr/local/include/iot/os/macos.h [2021-05-12T17:32:36.879Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2021-05-12T17:32:36.879Z] -- Installing: /usr/local/include/iot/defs.h [2021-05-12T17:32:36.879Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2021-05-12T17:32:36.879Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2021-05-12T17:32:36.879Z] make: Leaving directory '/tmp/sdk/build/release' [2021-05-12T17:32:36.923Z] + make test [2021-05-12T17:32:36.923Z] echo "make test" [2021-05-12T17:32:36.923Z] make test [Pipeline] } [2021-05-12T17:32:36.963Z] $ docker stop --time=1 81126d9b05f52d85f0797ff34625746968eeac204a9c16c2830b7521da8d9447 [2021-05-12T17:32:38.848Z] $ docker rm -f 81126d9b05f52d85f0797ff34625746968eeac204a9c16c2830b7521da8d9447 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2021-05-12T17:32:39.493Z] Removing intermediate container 70559ab7eae4 [2021-05-12T17:32:39.493Z] ---> 6359bc59dba8 [2021-05-12T17:32:39.493Z] Step 16/25 : FROM ${BASE} [2021-05-12T17:32:39.493Z] ---> 5eabd8fd8ba2 [2021-05-12T17:32:39.493Z] Step 17/25 : LABEL maintainer="IOTech " [2021-05-12T17:32:39.493Z] ---> Running in 2181e8d3c700 [2021-05-12T17:32:39.493Z] Removing intermediate container 2181e8d3c700 [2021-05-12T17:32:39.493Z] ---> d58301775732 [2021-05-12T17:32:39.493Z] Step 18/25 : RUN wget https://iotech.jfrog.io/artifactory/alpine/KEY/support@iotechsys.com-5b990dd9.pub -O /etc/apk/keys/support@iotechsys.com-5b990dd9.pub [2021-05-12T17:32:39.493Z] ---> Running in a3e8d13d8eef [2021-05-12T17:32:40.462Z] Connecting to iotech.jfrog.io (54.74.239.58:443) [Pipeline] sh [2021-05-12T17:32:40.726Z] support@iotechsys.co 100% |********************************| 451 0:00:00 ETA [2021-05-12T17:32:40.726Z] [2021-05-12T17:32:40.953Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-12T17:32:41.320Z] Removing intermediate container a3e8d13d8eef [2021-05-12T17:32:41.320Z] ---> f316e65711af [2021-05-12T17:32:41.320Z] Step 19/25 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine/alpine-3.12' >> /etc/apk/repositories [2021-05-12T17:32:41.346Z] + ls -al . [2021-05-12T17:32:41.346Z] total 192 [2021-05-12T17:32:41.346Z] drwxrwxr-x 8 jenkins jenkins 4096 May 12 17:29 . [2021-05-12T17:32:41.346Z] drwxrwxr-x 4 jenkins jenkins 4096 May 12 17:29 .. [2021-05-12T17:32:41.346Z] drwxrwxr-x 8 jenkins jenkins 4096 May 12 17:29 .git [2021-05-12T17:32:41.346Z] drwxrwxr-x 2 jenkins jenkins 4096 May 12 17:29 .github [2021-05-12T17:32:41.346Z] -rw-rw-r-- 1 jenkins jenkins 176 May 12 17:29 .gitignore [2021-05-12T17:32:41.346Z] -rw-rw-r-- 1 jenkins jenkins 3104 May 12 17:29 Attribution.txt [2021-05-12T17:32:41.346Z] -rw-rw-r-- 1 jenkins jenkins 7200 May 12 17:29 CHANGES [2021-05-12T17:32:41.346Z] -rw-rw-r-- 1 jenkins jenkins 108574 May 12 17:29 Doxyfile [2021-05-12T17:32:41.346Z] -rw-rw-r-- 1 jenkins jenkins 784 May 12 17:29 Jenkinsfile [2021-05-12T17:32:41.346Z] -rw-rw-r-- 1 jenkins jenkins 10174 May 12 17:29 LICENSE [2021-05-12T17:32:41.346Z] -rw-rw-r-- 1 jenkins jenkins 444 May 12 17:29 Makefile [2021-05-12T17:32:41.346Z] -rw-rw-r-- 1 jenkins jenkins 4090 May 12 17:29 README.md [2021-05-12T17:32:41.346Z] -rw-rw-r-- 1 jenkins jenkins 6654 May 12 17:29 README.v2.md [2021-05-12T17:32:41.346Z] -rw-rw-r-- 1 jenkins jenkins 5 May 12 17:27 VERSION [2021-05-12T17:32:41.346Z] drwxrwxr-x 2 jenkins jenkins 4096 May 12 17:29 docs [2021-05-12T17:32:41.346Z] drwxrwxr-x 4 jenkins jenkins 4096 May 12 17:29 include [2021-05-12T17:32:41.346Z] drwxrwxr-x 2 jenkins jenkins 4096 May 12 17:29 scripts [2021-05-12T17:32:41.346Z] drwxrwxr-x 4 jenkins jenkins 4096 May 12 17:29 src [Pipeline] isUnix [Pipeline] sh [2021-05-12T17:32:41.618Z] ---> Running in 0f1831ff531a [2021-05-12T17:32:41.725Z] + docker build -t device-sdk-arm64 -f scripts/Dockerfile.alpine --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=07bea29bb688e56028cb6db77392d3997be21eae --label arch=arm64 --label version=0.0.0 . [2021-05-12T17:32:42.362Z] Sending build context to Docker daemon 2.567MB [2021-05-12T17:32:42.362Z] Step 1/17 : ARG BASE=alpine:3.12 [2021-05-12T17:32:42.362Z] Step 2/17 : FROM ${BASE} [2021-05-12T17:32:42.362Z] ---> 472d353562aa [2021-05-12T17:32:42.362Z] Step 3/17 : LABEL maintainer="IOTech " [2021-05-12T17:32:42.640Z] ---> Running in 3fd9d3c5a0cb [2021-05-12T17:32:42.918Z] Removing intermediate container 3fd9d3c5a0cb [2021-05-12T17:32:42.918Z] ---> 8ac332617e2b [2021-05-12T17:32:42.918Z] Step 4/17 : RUN wget https://iotech.jfrog.io/artifactory/alpine/KEY/support@iotechsys.com-5b990dd9.pub -O /etc/apk/keys/support@iotechsys.com-5b990dd9.pub [2021-05-12T17:32:43.037Z] Removing intermediate container 0f1831ff531a [2021-05-12T17:32:43.037Z] ---> 14731267a1bf [2021-05-12T17:32:43.037Z] Step 20/25 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid paho-mqtt-c-dev hiredis-dev [2021-05-12T17:32:43.037Z] ---> Running in bb1fb089b9dd [2021-05-12T17:32:43.202Z] ---> Running in a2d7918cace4 [2021-05-12T17:32:43.625Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2021-05-12T17:32:44.211Z] --2021-05-12 17:32:44-- https://iotech.jfrog.io/artifactory/alpine/KEY/support@iotechsys.com-5b990dd9.pub [2021-05-12T17:32:44.211Z] Resolving iotech.jfrog.io... 34.243.182.113, 54.229.110.245, 54.74.239.58 [2021-05-12T17:32:44.219Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2021-05-12T17:32:44.488Z] Connecting to iotech.jfrog.io|34.243.182.113|:443... connected. [2021-05-12T17:32:44.769Z] HTTP request sent, awaiting response... 200 OK [2021-05-12T17:32:44.769Z] Length: 451 [application/octet-stream] [2021-05-12T17:32:44.769Z] Saving to: '/etc/apk/keys/support@iotechsys.com-5b990dd9.pub' [2021-05-12T17:32:44.769Z] [2021-05-12T17:32:44.769Z] 0K   100% 18.5M=0s [2021-05-12T17:32:44.769Z] [2021-05-12T17:32:44.769Z] 2021-05-12 17:32:44 (18.5 MB/s) - '/etc/apk/keys/support@iotechsys.com-5b990dd9.pub' saved [451/451] [2021-05-12T17:32:44.769Z] [2021-05-12T17:32:44.815Z] fetch https://iotech.jfrog.io/artifactory/alpine/alpine-3.12/x86_64/APKINDEX.tar.gz [2021-05-12T17:32:45.416Z] (1/6) Installing curl (7.64.0-r5) [2021-05-12T17:32:45.416Z] (2/6) Installing hiredis (0.14.0-r0) [2021-05-12T17:32:45.416Z] (3/6) Installing hiredis-dev (0.14.0-r0) [2021-05-12T17:32:45.416Z] (4/6) Installing libuuid (2.33-r0) [2021-05-12T17:32:45.682Z] (5/6) Installing paho-mqtt-c-dev (1.3.5-r0) [2021-05-12T17:32:45.788Z] Removing intermediate container a2d7918cace4 [2021-05-12T17:32:45.788Z] ---> 0ab2c93524b7 [2021-05-12T17:32:45.788Z] Step 5/17 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine/alpine-3.12' >> /etc/apk/repositories [2021-05-12T17:32:46.064Z] ---> Running in add7fd1ac984 [2021-05-12T17:32:47.075Z] (6/6) Installing wget (1.20.3-r0) [2021-05-12T17:32:47.342Z] Executing busybox-1.29.3-r10.trigger [2021-05-12T17:32:47.342Z] OK: 269 MiB in 81 packages [2021-05-12T17:32:47.941Z] Removing intermediate container bb1fb089b9dd [2021-05-12T17:32:47.941Z] ---> de5d31ebeab3 [2021-05-12T17:32:47.941Z] Step 21/25 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2021-05-12T17:32:48.037Z] Removing intermediate container add7fd1ac984 [2021-05-12T17:32:48.037Z] ---> 403ac152a5c6 [2021-05-12T17:32:48.037Z] Step 6/17 : 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 paho-mqtt-c-dev hiredis-dev && mkdir -p /edgex-c-sdk/build [2021-05-12T17:32:48.312Z] ---> Running in 7f2a9990e994 [2021-05-12T17:32:48.603Z] ---> 976ac78bdfd8 [2021-05-12T17:32:48.603Z] Step 22/25 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2021-05-12T17:32:49.226Z] ---> d0cec8703c82 [2021-05-12T17:32:49.226Z] Step 23/25 : COPY --from=builder /usr/local/lib /usr/local/lib [2021-05-12T17:32:49.284Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2021-05-12T17:32:49.816Z] ---> 50f4e40880f3 [2021-05-12T17:32:49.816Z] Step 24/25 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2021-05-12T17:32:49.871Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2021-05-12T17:32:50.090Z] ---> 9cdeaae3b936 [2021-05-12T17:32:50.091Z] Step 25/25 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2021-05-12T17:32:50.462Z] fetch https://iotech.jfrog.io/artifactory/alpine/alpine-3.12/aarch64/APKINDEX.tar.gz [2021-05-12T17:32:50.782Z] ---> 386d1cade49e [2021-05-12T17:32:50.782Z] Successfully built 386d1cade49e [2021-05-12T17:32:50.782Z] 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 [2021-05-12T17:32:51.053Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2021-05-12T17:32:51.053Z] (2/6) Installing libblkid (2.33-r0) [2021-05-12T17:32:51.053Z] (3/6) Installing libfdisk (2.33-r0) [2021-05-12T17:32:51.298Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-12T17:32:51.323Z] (4/6) Installing libmount (2.33-r0) [2021-05-12T17:32:51.323Z] (5/6) Installing libsmartcols (2.33-r0) [2021-05-12T17:32:51.323Z] (6/6) Installing util-linux-dev (2.33-r0) [2021-05-12T17:32:51.597Z] Executing busybox-1.29.3-r10.trigger [2021-05-12T17:32:51.604Z] . [Pipeline] withDockerContainer [2021-05-12T17:32:51.869Z] OK: 287 MiB in 87 packages [2021-05-12T17:32:52.146Z] prd-centos7-docker-4c-2g-4732 does not seem to be running inside a container [2021-05-12T17:32:52.347Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/2 -v /w/workspace/device-sdk-c/2:/w/workspace/device-sdk-c/2:rw,z -v /w/workspace/device-sdk-c/2@tmp:/w/workspace/device-sdk-c/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-12T17:32:53.293Z] Removing intermediate container 7f2a9990e994 [2021-05-12T17:32:53.293Z] ---> a7951a219dcf [2021-05-12T17:32:53.293Z] Step 7/17 : COPY VERSION /edgex-c-sdk/ [2021-05-12T17:32:53.885Z] ---> 6107d31c19b5 [2021-05-12T17:32:53.885Z] Step 8/17 : COPY src /edgex-c-sdk/src/ [2021-05-12T17:32:54.324Z] $ docker top 0a25d34088160772c284ca3de9629602667b1c62b81a36b6d30edf0f4b97c9ba -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T17:32:54.859Z] ---> 33a2d32f1c49 [2021-05-12T17:32:54.859Z] Step 9/17 : COPY include /edgex-c-sdk/include/ [2021-05-12T17:32:54.920Z] + make test [2021-05-12T17:32:54.920Z] echo "make test" [2021-05-12T17:32:54.920Z] make test [Pipeline] } [2021-05-12T17:32:54.938Z] $ docker stop --time=1 0a25d34088160772c284ca3de9629602667b1c62b81a36b6d30edf0f4b97c9ba [2021-05-12T17:32:55.454Z] ---> 8ac6e7ef0707 [2021-05-12T17:32:55.454Z] Step 10/17 : COPY scripts /edgex-c-sdk/scripts [2021-05-12T17:32:56.398Z] $ docker rm -f 0a25d34088160772c284ca3de9629602667b1c62b81a36b6d30edf0f4b97c9ba [2021-05-12T17:32:56.432Z] ---> b6d6fa4f2008 [2021-05-12T17:32:56.432Z] Step 11/17 : COPY LICENSE /edgex-c-sdk/ [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-12T17:32:56.988Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-12T17:32:57.029Z] ---> a89362593364 [2021-05-12T17:32:57.029Z] Step 12/17 : COPY Attribution.txt /edgex-c-sdk/ [2021-05-12T17:32:57.333Z] + ls -al . [2021-05-12T17:32:57.333Z] total 160 [2021-05-12T17:32:57.333Z] drwxrwxr-x. 8 jenkins jenkins 260 May 12 17:31 . [2021-05-12T17:32:57.333Z] drwxrwxr-x. 4 jenkins jenkins 28 May 12 17:31 .. [2021-05-12T17:32:57.333Z] -rw-rw-r--. 1 jenkins jenkins 3104 May 12 17:31 Attribution.txt [2021-05-12T17:32:57.333Z] -rw-rw-r--. 1 jenkins jenkins 7200 May 12 17:31 CHANGES [2021-05-12T17:32:57.333Z] drwxrwxr-x. 2 jenkins jenkins 121 May 12 17:31 docs [2021-05-12T17:32:57.333Z] -rw-rw-r--. 1 jenkins jenkins 108574 May 12 17:31 Doxyfile [2021-05-12T17:32:57.334Z] drwxrwxr-x. 8 jenkins jenkins 179 May 12 17:31 .git [2021-05-12T17:32:57.334Z] drwxrwxr-x. 2 jenkins jenkins 81 May 12 17:31 .github [2021-05-12T17:32:57.334Z] -rw-rw-r--. 1 jenkins jenkins 176 May 12 17:31 .gitignore [2021-05-12T17:32:57.334Z] drwxrwxr-x. 4 jenkins jenkins 33 May 12 17:31 include [2021-05-12T17:32:57.334Z] -rw-rw-r--. 1 jenkins jenkins 784 May 12 17:31 Jenkinsfile [2021-05-12T17:32:57.334Z] -rw-rw-r--. 1 jenkins jenkins 10174 May 12 17:31 LICENSE [2021-05-12T17:32:57.334Z] -rw-rw-r--. 1 jenkins jenkins 444 May 12 17:31 Makefile [2021-05-12T17:32:57.334Z] -rw-rw-r--. 1 jenkins jenkins 4090 May 12 17:31 README.md [2021-05-12T17:32:57.334Z] -rw-rw-r--. 1 jenkins jenkins 6654 May 12 17:31 README.v2.md [2021-05-12T17:32:57.334Z] drwxrwxr-x. 2 jenkins jenkins 98 May 12 17:31 scripts [2021-05-12T17:32:57.334Z] drwxrwxr-x. 4 jenkins jenkins 50 May 12 17:31 src [2021-05-12T17:32:57.334Z] -rw-rw-r--. 1 jenkins jenkins 5 May 12 17:27 VERSION [Pipeline] isUnix [Pipeline] sh [2021-05-12T17:32:57.621Z] ---> f6028e3bd5b2 [2021-05-12T17:32:57.621Z] Step 13/17 : WORKDIR /edgex-c-sdk [2021-05-12T17:32:57.678Z] + docker build -t device-sdk -f scripts/Dockerfile.alpine --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=07bea29bb688e56028cb6db77392d3997be21eae --label arch=amd64 --label version=0.0.0 . [2021-05-12T17:32:57.678Z] Sending build context to Docker daemon 2.568MB [2021-05-12T17:32:57.678Z] Step 1/17 : ARG BASE=alpine:3.12 [2021-05-12T17:32:57.678Z] Step 2/17 : FROM ${BASE} [2021-05-12T17:32:57.678Z] ---> 386d1cade49e [2021-05-12T17:32:57.678Z] Step 3/17 : LABEL maintainer="IOTech " [2021-05-12T17:32:57.894Z] ---> Running in 67e2b8b85c1a [2021-05-12T17:32:58.165Z] Removing intermediate container 67e2b8b85c1a [2021-05-12T17:32:58.165Z] ---> ddb9b9caff7b [2021-05-12T17:32:58.165Z] Step 14/17 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2021-05-12T17:32:58.441Z] ---> Running in f9fbb61b7eb7 [2021-05-12T17:32:58.634Z] ---> Running in 3cc3cd4698aa [2021-05-12T17:32:58.634Z] Removing intermediate container 3cc3cd4698aa [2021-05-12T17:32:58.634Z] ---> 3f69e5834a0d [2021-05-12T17:32:58.634Z] Step 4/17 : RUN wget https://iotech.jfrog.io/artifactory/alpine/KEY/support@iotechsys.com-5b990dd9.pub -O /etc/apk/keys/support@iotechsys.com-5b990dd9.pub [2021-05-12T17:32:59.034Z] Removing intermediate container f9fbb61b7eb7 [2021-05-12T17:32:59.034Z] ---> 4036b68549c4 [2021-05-12T17:32:59.034Z] Step 15/17 : LABEL arch=arm64 [2021-05-12T17:32:59.034Z] ---> Running in 39d42c8d5b51 [2021-05-12T17:32:59.213Z] ---> Running in fa30b33c74b3 [2021-05-12T17:32:59.622Z] Removing intermediate container 39d42c8d5b51 [2021-05-12T17:32:59.622Z] ---> 42e9811b58d5 [2021-05-12T17:32:59.622Z] Step 16/17 : LABEL git_sha=07bea29bb688e56028cb6db77392d3997be21eae [2021-05-12T17:32:59.622Z] ---> Running in ab171ac4cbd3 [2021-05-12T17:32:59.798Z] --2021-05-12 17:32:59-- https://iotech.jfrog.io/artifactory/alpine/KEY/support@iotechsys.com-5b990dd9.pub [2021-05-12T17:32:59.798Z] Resolving iotech.jfrog.io... 54.74.239.58, 34.243.182.113, 54.229.110.245 [2021-05-12T17:32:59.798Z] Connecting to iotech.jfrog.io|54.74.239.58|:443... connected. [2021-05-12T17:33:00.062Z] HTTP request sent, awaiting response... 200 OK [2021-05-12T17:33:00.062Z] Length: 451 [application/octet-stream] [2021-05-12T17:33:00.062Z] Saving to: '/etc/apk/keys/support@iotechsys.com-5b990dd9.pub' [2021-05-12T17:33:00.062Z]  [2021-05-12T17:33:00.062Z] 0K 100% 41.5M=0s [2021-05-12T17:33:00.062Z] [2021-05-12T17:33:00.062Z] 2021-05-12 17:32:59 (41.5 MB/s) - '/etc/apk/keys/support@iotechsys.com-5b990dd9.pub' saved [451/451] [2021-05-12T17:33:00.062Z] [2021-05-12T17:33:00.215Z] Removing intermediate container ab171ac4cbd3 [2021-05-12T17:33:00.215Z] ---> 75b457690ec6 [2021-05-12T17:33:00.215Z] Step 17/17 : LABEL version=0.0.0 [2021-05-12T17:33:00.215Z] ---> Running in 9df406a32222 [2021-05-12T17:33:00.651Z] Removing intermediate container fa30b33c74b3 [2021-05-12T17:33:00.651Z] ---> e90e81be982d [2021-05-12T17:33:00.651Z] Step 5/17 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine/alpine-3.12' >> /etc/apk/repositories [2021-05-12T17:33:00.651Z] ---> Running in 81b237cf869c [2021-05-12T17:33:00.807Z] Removing intermediate container 9df406a32222 [2021-05-12T17:33:00.807Z] ---> 038a98f17274 [2021-05-12T17:33:00.807Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-05-12T17:33:00.807Z] Successfully built 038a98f17274 [2021-05-12T17:33:00.807Z] Successfully tagged device-sdk-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] } [2021-05-12T17:33:02.055Z] Removing intermediate container 81b237cf869c [2021-05-12T17:33:02.056Z] ---> 827de9c63f53 [2021-05-12T17:33:02.056Z] Step 6/17 : 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 paho-mqtt-c-dev hiredis-dev && mkdir -p /edgex-c-sdk/build [2021-05-12T17:33:02.056Z] ---> Running in 836a778b027e [2021-05-12T17:33:02.637Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2021-05-12T17:33:03.216Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2021-05-12T17:33:03.479Z] fetch https://iotech.jfrog.io/artifactory/alpine/alpine-3.12/x86_64/APKINDEX.tar.gz [2021-05-12T17:33:04.063Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2021-05-12T17:33:04.063Z] (2/6) Installing libblkid (2.33-r0) [2021-05-12T17:33:04.326Z] (3/6) Installing libfdisk (2.33-r0) [2021-05-12T17:33:04.326Z] (4/6) Installing libmount (2.33-r0) [2021-05-12T17:33:04.326Z] (5/6) Installing libsmartcols (2.33-r0) [2021-05-12T17:33:04.589Z] (6/6) Installing util-linux-dev (2.33-r0) [2021-05-12T17:33:04.853Z] Executing busybox-1.29.3-r10.trigger [2021-05-12T17:33:04.853Z] OK: 273 MiB in 87 packages [2021-05-12T17:33:05.831Z] Removing intermediate container 836a778b027e [2021-05-12T17:33:05.831Z] ---> b172388055dc [2021-05-12T17:33:05.831Z] Step 7/17 : COPY VERSION /edgex-c-sdk/ [2021-05-12T17:33:05.831Z] ---> cc366f758386 [2021-05-12T17:33:05.831Z] Step 8/17 : COPY src /edgex-c-sdk/src/ [2021-05-12T17:33:06.815Z] ---> db8ebe7863a8 [2021-05-12T17:33:06.815Z] Step 9/17 : COPY include /edgex-c-sdk/include/ [2021-05-12T17:33:07.413Z] ---> 40b3625a07d4 [2021-05-12T17:33:07.413Z] Step 10/17 : COPY scripts /edgex-c-sdk/scripts [2021-05-12T17:33:07.992Z] ---> 6affcb51af56 [2021-05-12T17:33:07.992Z] Step 11/17 : COPY LICENSE /edgex-c-sdk/ [2021-05-12T17:33:07.992Z] ---> cb12dfd8b1c7 [2021-05-12T17:33:07.992Z] Step 12/17 : COPY Attribution.txt /edgex-c-sdk/ [2021-05-12T17:33:08.257Z] ---> 6a4bcaddb80b [2021-05-12T17:33:08.257Z] Step 13/17 : WORKDIR /edgex-c-sdk [2021-05-12T17:33:08.520Z] ---> Running in f15379151421 [2021-05-12T17:33:08.783Z] Removing intermediate container f15379151421 [2021-05-12T17:33:08.783Z] ---> a768eec0c118 [2021-05-12T17:33:08.783Z] Step 14/17 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2021-05-12T17:33:08.783Z] ---> Running in 2ce662a4af66 [2021-05-12T17:33:09.048Z] Removing intermediate container 2ce662a4af66 [2021-05-12T17:33:09.048Z] ---> 8efc9dddb2c5 [2021-05-12T17:33:09.048Z] Step 15/17 : LABEL arch=amd64 [2021-05-12T17:33:09.048Z] ---> Running in 6096493a299a [2021-05-12T17:33:09.322Z] Removing intermediate container 6096493a299a [2021-05-12T17:33:09.322Z] ---> 83ef852470ea [2021-05-12T17:33:09.322Z] Step 16/17 : LABEL git_sha=07bea29bb688e56028cb6db77392d3997be21eae [2021-05-12T17:33:09.588Z] ---> Running in 112a3438042d [2021-05-12T17:33:09.851Z] Removing intermediate container 112a3438042d [2021-05-12T17:33:09.852Z] ---> b7f9c2b08700 [2021-05-12T17:33:09.852Z] Step 17/17 : LABEL version=0.0.0 [2021-05-12T17:33:09.852Z] ---> Running in 203980af1be8 [2021-05-12T17:33:10.118Z] Removing intermediate container 203980af1be8 [2021-05-12T17:33:10.119Z] ---> 613fff347c2b [2021-05-12T17:33:10.119Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-05-12T17:33:10.119Z] Successfully built 613fff347c2b [2021-05-12T17:33:10.119Z] Successfully tagged device-sdk:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-05-12T17:33:11.116Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T17:33:11.731Z] ---> package-listing.sh [2021-05-12T17:33:11.732Z] ++ facter osfamily [2021-05-12T17:33:11.732Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-12T17:33:11.999Z] + OS_FAMILY=redhat [2021-05-12T17:33:11.999Z] + workspace=/w/workspace/edgexfoundry_device-sdk-c_PR-344 [2021-05-12T17:33:11.999Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-12T17:33:11.999Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-12T17:33:11.999Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-12T17:33:11.999Z] + PACKAGES=/tmp/packages_start.txt [2021-05-12T17:33:11.999Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-344 ']' [2021-05-12T17:33:11.999Z] + PACKAGES=/tmp/packages_end.txt [2021-05-12T17:33:11.999Z] + case "${OS_FAMILY}" in [2021-05-12T17:33:11.999Z] + rpm -qa [2021-05-12T17:33:11.999Z] + sort [2021-05-12T17:33:17.347Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-12T17:33:17.347Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-12T17:33:17.347Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-12T17:33:17.347Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-344 ']' [2021-05-12T17:33:17.347Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_PR-344/archives/ [2021-05-12T17:33:17.347Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-c_PR-344/archives/ [Pipeline] echo [2021-05-12T17:33:17.368Z] 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-344/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-12T17:33:17.754Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-12T17:33:18.377Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-12T17:33:18.377Z] [2021-05-12T17:33:18.377Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-12T17:33:18.701Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-12T17:33:18.701Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-12T17:33:18.701Z] df20fa9351a1: Pulling fs layer [2021-05-12T17:33:18.701Z] 36b3adc4ff6f: Pulling fs layer [2021-05-12T17:33:18.701Z] 8ad3a11d3b57: Pulling fs layer [2021-05-12T17:33:18.701Z] 46f8f816bc3b: Pulling fs layer [2021-05-12T17:33:18.701Z] 93b61091891f: Pulling fs layer [2021-05-12T17:33:18.701Z] 93b9cdb0e59b: Pulling fs layer [2021-05-12T17:33:18.701Z] 5e14af77c1be: Pulling fs layer [2021-05-12T17:33:18.701Z] 01666e4c0597: Pulling fs layer [2021-05-12T17:33:18.701Z] aa168da1d23b: Pulling fs layer [2021-05-12T17:33:18.701Z] 93b9cdb0e59b: Waiting [2021-05-12T17:33:18.701Z] 5e14af77c1be: Waiting [2021-05-12T17:33:18.701Z] 01666e4c0597: Waiting [2021-05-12T17:33:18.701Z] aa168da1d23b: Waiting [2021-05-12T17:33:18.701Z] 93b61091891f: Waiting [2021-05-12T17:33:18.701Z] 46f8f816bc3b: Waiting [2021-05-12T17:33:18.701Z] 36b3adc4ff6f: Verifying Checksum [2021-05-12T17:33:18.701Z] 36b3adc4ff6f: Download complete [2021-05-12T17:33:18.701Z] 46f8f816bc3b: Verifying Checksum [2021-05-12T17:33:18.701Z] 46f8f816bc3b: Download complete [2021-05-12T17:33:18.969Z] df20fa9351a1: Download complete [2021-05-12T17:33:18.969Z] 93b9cdb0e59b: Verifying Checksum [2021-05-12T17:33:18.969Z] 93b9cdb0e59b: Download complete [2021-05-12T17:33:18.969Z] 5e14af77c1be: Verifying Checksum [2021-05-12T17:33:18.969Z] 5e14af77c1be: Download complete [2021-05-12T17:33:18.969Z] 93b61091891f: Verifying Checksum [2021-05-12T17:33:18.969Z] 93b61091891f: Download complete [2021-05-12T17:33:18.969Z] 01666e4c0597: Verifying Checksum [2021-05-12T17:33:18.969Z] 01666e4c0597: Download complete [2021-05-12T17:33:18.969Z] 8ad3a11d3b57: Verifying Checksum [2021-05-12T17:33:18.969Z] 8ad3a11d3b57: Download complete [2021-05-12T17:33:19.234Z] df20fa9351a1: Pull complete [2021-05-12T17:33:19.508Z] 36b3adc4ff6f: Pull complete [2021-05-12T17:33:20.495Z] 8ad3a11d3b57: Pull complete [2021-05-12T17:33:20.762Z] 46f8f816bc3b: Pull complete [2021-05-12T17:33:21.351Z] 93b61091891f: Pull complete [2021-05-12T17:33:21.633Z] 93b9cdb0e59b: Pull complete [2021-05-12T17:33:21.905Z] 5e14af77c1be: Pull complete [2021-05-12T17:33:22.181Z] 01666e4c0597: Pull complete [2021-05-12T17:33:22.181Z] aa168da1d23b: Verifying Checksum [2021-05-12T17:33:22.181Z] aa168da1d23b: Download complete [2021-05-12T17:33:32.342Z] aa168da1d23b: Pull complete [2021-05-12T17:33:32.342Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-12T17:33:32.342Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-12T17:33:32.342Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-12T17:33:32.524Z] prd-centos7-docker-4c-2g-4730 does not seem to be running inside a container [2021-05-12T17:33:32.587Z] $ 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-344/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-344 -v /w/workspace/edgexfoundry_device-sdk-c_PR-344:/w/workspace/edgexfoundry_device-sdk-c_PR-344:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_PR-344@tmp:/w/workspace/edgexfoundry_device-sdk-c_PR-344@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-12T17:33:36.555Z] $ docker top 2c987e1cfb02ebd1111be3fa0fbae23a6f0f192474dc4257923479a59cbf411a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T17:33:37.054Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-12T17:33:37.357Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-12T17:33:37.664Z] + ls /var/log/sa-host [2021-05-12T17:33:37.664Z] + sadf -c /var/log/sa-host/sa12 [2021-05-12T17:33:37.664Z] file_magic: OK [2021-05-12T17:33:37.664Z] HZ: Using current value: 100 [2021-05-12T17:33:37.664Z] file_header: OK [2021-05-12T17:33:37.664Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-05-12T17:33:37.664Z] Statistics: [2021-05-12T17:33:37.664Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-12T17:33:37.664Z] File successfully converted to sysstat format version 12.2.1 [2021-05-12T17:33:37.664Z] + sadf -c /var/log/sa-host/sa23 [2021-05-12T17:33:37.664Z] file_magic: OK [2021-05-12T17:33:37.664Z] HZ: Using current value: 100 [2021-05-12T17:33:37.664Z] file_header: OK [2021-05-12T17:33:37.664Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-05-12T17:33:37.664Z] Statistics: [2021-05-12T17:33:37.664Z] Hnuu...uuuununununu... [2021-05-12T17:33:37.664Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-12T17:33:37.889Z] provisioning config files... [2021-05-12T17:33:37.910Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_PR-344@tmp/config968039772439958054tmp [Pipeline] { [Pipeline] echo [2021-05-12T17:33:37.934Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T17:33:38.237Z] ---> create-netrc.sh [Pipeline] } [2021-05-12T17:33:38.248Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-12T17:33:38.271Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T17:33:38.575Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-12T17:33:38.588Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T17:33:38.940Z] ---> sudo-logs.sh [2021-05-12T17:33:38.940Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-12T17:33:38.967Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T17:33:39.276Z] ---> job-cost.sh [2021-05-12T17:33:39.276Z] lf-activate-venv: SKIPPING [2021-05-12T17:33:39.276Z] INFO: No Stack... [2021-05-12T17:33:41.229Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-12T17:33:41.499Z] INFO: Archiving Costs [Pipeline] echo [2021-05-12T17:33:41.515Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T17:33:41.831Z] ---> logs-deploy.sh [2021-05-12T17:33:41.831Z] lf-activate-venv: SKIPPING [2021-05-12T17:33:41.831Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/PR-344/2 [2021-05-12T17:33:41.831Z] INFO: archiving workspace using pattern(s): [2021-05-12T17:33:43.763Z] Archives upload complete. [2021-05-12T17:33:43.763Z] INFO: archiving logs to Nexus [2021-05-12T17:33:45.170Z] ---> uname -a: [2021-05-12T17:33:45.170Z] Linux prd-centos7-docker-4c-2g-4730.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-05-12T17:33:45.170Z] [2021-05-12T17:33:45.170Z] [2021-05-12T17:33:45.170Z] ---> lscpu: [2021-05-12T17:33:45.170Z] Architecture: x86_64 [2021-05-12T17:33:45.170Z] CPU op-mode(s): 32-bit, 64-bit [2021-05-12T17:33:45.170Z] Byte Order: Little Endian [2021-05-12T17:33:45.170Z] Address sizes: 40 bits physical, 48 bits virtual [2021-05-12T17:33:45.170Z] CPU(s): 4 [2021-05-12T17:33:45.170Z] On-line CPU(s) list: 0-3 [2021-05-12T17:33:45.170Z] Thread(s) per core: 1 [2021-05-12T17:33:45.170Z] Core(s) per socket: 1 [2021-05-12T17:33:45.170Z] Socket(s): 4 [2021-05-12T17:33:45.170Z] NUMA node(s): 1 [2021-05-12T17:33:45.170Z] Vendor ID: GenuineIntel [2021-05-12T17:33:45.170Z] CPU family: 6 [2021-05-12T17:33:45.170Z] Model: 44 [2021-05-12T17:33:45.170Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-05-12T17:33:45.170Z] Stepping: 1 [2021-05-12T17:33:45.170Z] CPU MHz: 2933.436 [2021-05-12T17:33:45.170Z] BogoMIPS: 5866.87 [2021-05-12T17:33:45.170Z] Virtualization: VT-x [2021-05-12T17:33:45.170Z] Hypervisor vendor: KVM [2021-05-12T17:33:45.170Z] Virtualization type: full [2021-05-12T17:33:45.170Z] L1d cache: 128 KiB [2021-05-12T17:33:45.170Z] L1i cache: 128 KiB [2021-05-12T17:33:45.170Z] L2 cache: 16 MiB [2021-05-12T17:33:45.170Z] L3 cache: 64 MiB [2021-05-12T17:33:45.170Z] NUMA node0 CPU(s): 0-3 [2021-05-12T17:33:45.170Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-05-12T17:33:45.170Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-05-12T17:33:45.170Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-05-12T17:33:45.170Z] Vulnerability Meltdown: Mitigation; PTI [2021-05-12T17:33:45.170Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-05-12T17:33:45.170Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-05-12T17:33:45.170Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-05-12T17:33:45.170Z] Vulnerability Srbds: Not affected [2021-05-12T17:33:45.170Z] Vulnerability Tsx async abort: Not affected [2021-05-12T17:33:45.170Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-05-12T17:33:45.170Z] [2021-05-12T17:33:45.170Z] [2021-05-12T17:33:45.170Z] ---> nproc: [2021-05-12T17:33:45.170Z] 4 [2021-05-12T17:33:45.170Z] [2021-05-12T17:33:45.170Z] [2021-05-12T17:33:45.170Z] ---> df -h: [2021-05-12T17:33:45.170Z] Filesystem Size Used Available Use% Mounted on [2021-05-12T17:33:45.170Z] overlay 50.0G 7.3G 42.7G 15% / [2021-05-12T17:33:45.170Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-05-12T17:33:45.170Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-05-12T17:33:45.170Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-05-12T17:33:45.170Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-05-12T17:33:45.170Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-05-12T17:33:45.170Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-05-12T17:33:45.170Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-05-12T17:33:45.170Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-05-12T17:33:45.170Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-05-12T17:33:45.170Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_device-sdk-c_PR-344 [2021-05-12T17:33:45.170Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_device-sdk-c_PR-344@tmp [2021-05-12T17:33:45.170Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-05-12T17:33:45.170Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-05-12T17:33:45.170Z] [2021-05-12T17:33:45.170Z] [2021-05-12T17:33:45.170Z] ---> free -m: [2021-05-12T17:33:45.170Z] total used free shared buff/cache available [2021-05-12T17:33:45.170Z] Mem: 1837 728 107 0 1001 1004 [2021-05-12T17:33:45.170Z] Swap: 1023 1 1022 [2021-05-12T17:33:45.170Z] [2021-05-12T17:33:45.170Z] [2021-05-12T17:33:45.170Z] ---> ip addr: [2021-05-12T17:33:45.170Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-05-12T17:33:45.170Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-05-12T17:33:45.170Z] inet 127.0.0.1/8 scope host lo [2021-05-12T17:33:45.170Z] valid_lft forever preferred_lft forever [2021-05-12T17:33:45.170Z] inet6 ::1/128 scope host [2021-05-12T17:33:45.170Z] valid_lft forever preferred_lft forever [2021-05-12T17:33:45.170Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-05-12T17:33:45.170Z] link/ether fa:16:3e:62:8c:7a brd ff:ff:ff:ff:ff:ff [2021-05-12T17:33:45.170Z] inet 10.30.122.237/23 brd 10.30.123.255 scope global dynamic eth0 [2021-05-12T17:33:45.170Z] valid_lft 85974sec preferred_lft 85974sec [2021-05-12T17:33:45.170Z] inet6 fe80::f816:3eff:fe62:8c7a/64 scope link [2021-05-12T17:33:45.170Z] valid_lft forever preferred_lft forever [2021-05-12T17:33:45.170Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-05-12T17:33:45.170Z] link/ether 02:42:9f:fe:49:3c brd ff:ff:ff:ff:ff:ff [2021-05-12T17:33:45.170Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-05-12T17:33:45.170Z] valid_lft forever preferred_lft forever [2021-05-12T17:33:45.170Z] inet6 fe80::42:9fff:fefe:493c/64 scope link [2021-05-12T17:33:45.170Z] valid_lft forever preferred_lft forever [2021-05-12T17:33:45.170Z] [2021-05-12T17:33:45.170Z] [2021-05-12T17:33:45.170Z] ---> sar -b -r -n DEV: [2021-05-12T17:33:45.170Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/12/21 _x86_64_ (4 CPU) [2021-05-12T17:33:45.170Z] [2021-05-12T17:33:45.170Z] 17:26:27 LINUX RESTART (4 CPU) [2021-05-12T17:33:45.170Z] [2021-05-12T17:33:45.170Z] 17:27:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-05-12T17:33:45.170Z] 17:28:02 57.35 16.34 41.01 0.00 4951.14 3870.84 0.00 [2021-05-12T17:33:45.170Z] 17:29:01 0.66 0.00 0.66 0.00 0.00 13.63 0.00 [2021-05-12T17:33:45.170Z] 17:30:01 0.28 0.00 0.28 0.00 0.00 3.21 0.00 [2021-05-12T17:33:45.170Z] 17:31:01 0.23 0.00 0.23 0.00 0.00 2.70 0.00 [2021-05-12T17:33:45.170Z] 17:32:01 0.23 0.00 0.23 0.00 0.00 3.51 0.00 [2021-05-12T17:33:45.170Z] 17:33:01 0.32 0.00 0.32 0.00 0.00 4.06 0.00 [2021-05-12T17:33:45.170Z] Average: 9.87 2.73 7.14 0.00 827.67 651.57 0.00 [2021-05-12T17:33:45.170Z] [2021-05-12T17:33:45.170Z] 17:27:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-05-12T17:33:45.170Z] 17:28:02 125228 0 615468 32.71 2620 1138228 1120464 38.24 449652 1106248 124 [2021-05-12T17:33:45.170Z] 17:29:01 134888 0 605776 32.20 2620 1138260 1060396 36.19 445324 1102268 16 [2021-05-12T17:33:45.170Z] 17:30:01 125760 0 614920 32.68 2620 1138244 1060876 36.21 453352 1103356 20 [2021-05-12T17:33:45.170Z] 17:31:01 126348 0 614332 32.65 2620 1138244 1060832 36.20 466356 1090196 20 [2021-05-12T17:33:45.170Z] 17:32:01 126044 0 614628 32.67 2620 1138252 1060652 36.20 467140 1089608 16 [2021-05-12T17:33:45.170Z] 17:33:01 125916 0 614752 32.67 2620 1138256 1060736 36.20 467584 1089608 8 [2021-05-12T17:33:45.170Z] Average: 127364 0 613313 32.60 2620 1138247 1070659 36.54 458235 1096881 34 [2021-05-12T17:33:45.171Z] [2021-05-12T17:33:45.171Z] 17:27:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-05-12T17:33:45.171Z] 17:28:02 eth0 300.40 211.08 1031.88 73.39 0.00 0.00 0.00 0.00 [2021-05-12T17:33:45.171Z] 17:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T17:33:45.171Z] 17:28:02 docker0 8.55 5.79 1.04 23.90 0.00 0.00 0.00 0.00 [2021-05-12T17:33:45.171Z] 17:29:01 eth0 0.75 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-05-12T17:33:45.171Z] 17:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T17:33:45.171Z] 17:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T17:33:45.171Z] 17:30:01 eth0 2.20 1.35 3.18 0.24 0.00 0.00 0.00 0.00 [2021-05-12T17:33:45.171Z] 17:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T17:33:45.171Z] 17:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T17:33:45.171Z] 17:31:01 eth0 0.92 0.42 0.32 0.21 0.00 0.00 0.00 0.00 [2021-05-12T17:33:45.171Z] 17:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T17:33:45.171Z] 17:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T17:33:45.171Z] 17:32:01 eth0 0.10 0.10 0.01 0.04 0.00 0.00 0.00 0.00 [2021-05-12T17:33:45.171Z] 17:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T17:33:45.171Z] 17:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T17:33:45.171Z] 17:33:01 eth0 0.32 0.27 0.14 0.08 0.00 0.00 0.00 0.00 [2021-05-12T17:33:45.171Z] 17:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T17:33:45.171Z] 17:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T17:33:45.171Z] Average: eth0 50.93 35.66 173.12 12.36 0.00 0.00 0.00 0.00 [2021-05-12T17:33:45.171Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T17:33:45.171Z] Average: docker0 1.43 0.97 0.17 4.00 0.00 0.00 0.00 0.00 [2021-05-12T17:33:45.171Z] [2021-05-12T17:33:45.171Z] [2021-05-12T17:33:45.171Z] ---> sar -P ALL: [2021-05-12T17:33:45.171Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/12/21 _x86_64_ (4 CPU) [2021-05-12T17:33:45.171Z] [2021-05-12T17:33:45.171Z] 17:26:27 LINUX RESTART (4 CPU) [2021-05-12T17:33:45.171Z] [2021-05-12T17:33:45.171Z] 17:27:01 CPU %user %nice %system %iowait %steal %idle [2021-05-12T17:33:45.171Z] 17:28:02 all 13.76 0.00 4.27 1.01 4.37 76.59 [2021-05-12T17:33:45.171Z] 17:28:02 0 15.30 0.00 4.85 0.29 3.79 75.77 [2021-05-12T17:33:45.171Z] 17:28:02 1 14.98 0.00 4.20 0.79 4.19 75.83 [2021-05-12T17:33:45.171Z] 17:28:02 2 14.30 0.00 4.35 2.81 4.19 74.35 [2021-05-12T17:33:45.171Z] 17:28:02 3 10.52 0.00 3.66 0.15 5.32 80.36 [2021-05-12T17:33:45.171Z] 17:29:01 all 0.13 0.00 0.06 0.00 0.09 99.71 [2021-05-12T17:33:45.171Z] 17:29:01 0 0.05 0.00 0.07 0.00 0.05 99.83 [2021-05-12T17:33:45.171Z] 17:29:01 1 0.07 0.00 0.08 0.00 0.12 99.73 [2021-05-12T17:33:45.171Z] 17:29:01 2 0.05 0.00 0.05 0.00 0.12 99.78 [2021-05-12T17:33:45.171Z] 17:29:01 3 0.36 0.00 0.05 0.00 0.08 99.51 [2021-05-12T17:33:45.171Z] 17:30:01 all 0.09 0.00 0.15 0.00 0.40 99.36 [2021-05-12T17:33:45.171Z] 17:30:01 0 0.08 0.00 0.08 0.00 0.33 99.50 [2021-05-12T17:33:45.171Z] 17:30:01 1 0.05 0.00 0.15 0.00 0.28 99.52 [2021-05-12T17:33:45.171Z] 17:30:01 2 0.07 0.00 0.28 0.00 0.28 99.37 [2021-05-12T17:33:45.171Z] 17:30:01 3 0.15 0.00 0.08 0.00 0.70 99.07 [2021-05-12T17:33:45.171Z] 17:31:01 all 0.14 0.00 0.11 0.00 0.33 99.41 [2021-05-12T17:33:45.171Z] 17:31:01 0 0.05 0.00 0.03 0.00 0.33 99.58 [2021-05-12T17:33:45.171Z] 17:31:01 1 0.27 0.00 0.08 0.00 0.47 99.19 [2021-05-12T17:33:45.171Z] 17:31:01 2 0.23 0.00 0.17 0.00 0.28 99.32 [2021-05-12T17:33:45.171Z] 17:31:01 3 0.02 0.00 0.17 0.00 0.25 99.57 [2021-05-12T17:33:45.171Z] 17:32:01 all 0.13 0.00 0.03 0.00 0.22 99.62 [2021-05-12T17:33:45.171Z] 17:32:01 0 0.05 0.00 0.03 0.00 0.28 99.63 [2021-05-12T17:33:45.171Z] 17:32:01 1 0.05 0.00 0.07 0.00 0.37 99.52 [2021-05-12T17:33:45.171Z] 17:32:01 2 0.05 0.00 0.02 0.00 0.10 99.83 [2021-05-12T17:33:45.171Z] 17:32:01 3 0.37 0.00 0.02 0.00 0.12 99.50 [2021-05-12T17:33:45.171Z] 17:33:01 all 0.11 0.00 0.04 0.00 0.37 99.48 [2021-05-12T17:33:45.171Z] 17:33:01 0 0.05 0.00 0.05 0.00 0.45 99.45 [2021-05-12T17:33:45.171Z] 17:33:01 1 0.03 0.00 0.03 0.00 0.20 99.73 [2021-05-12T17:33:45.171Z] 17:33:01 2 0.03 0.00 0.02 0.00 0.40 99.55 [2021-05-12T17:33:45.171Z] 17:33:01 3 0.32 0.00 0.07 0.00 0.45 99.17 [2021-05-12T17:33:45.171Z] Average: all 2.39 0.00 0.78 0.17 0.96 95.70 [2021-05-12T17:33:45.171Z] Average: 0 2.58 0.00 0.85 0.05 0.87 95.65 [2021-05-12T17:33:45.171Z] Average: 1 2.56 0.00 0.77 0.13 0.93 95.61 [2021-05-12T17:33:45.171Z] Average: 2 2.45 0.00 0.81 0.47 0.89 95.38 [2021-05-12T17:33:45.171Z] Average: 3 1.97 0.00 0.68 0.02 1.16 96.16 [2021-05-12T17:33:45.171Z] [2021-05-12T17:33:45.171Z] [2021-05-12T17:33:45.171Z]