Pull request #343 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 11247ee6712f988fdcf59756d1d21e31bb29255a+a1bd3e4e984760685c7a391cc08f5a8ab2e71757 (b1022ce54f2f27e63a5ad3907cb83a4ee47db5ea) 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildCApp] RAW Config: [project:device-sdk-c, dockerBuildFilePath:scripts/Dockerfile.alpine-base, dockerFilePath:scripts/Dockerfile.alpine, pushImage:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildCApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-c-settings PROJECT: device-sdk-c USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest DOCKER_FILE_PATH: scripts/Dockerfile.alpine DOCKER_BUILD_FILE_PATH: scripts/Dockerfile.alpine-base DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-c DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3332’ Running on prd-centos7-docker-4c-2g-3335 in /w/workspace/edgexfoundry_device-sdk-c_PR-343 [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-343 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit a1bd3e4e984760685c7a391cc08f5a8ab2e71757 into PR head commit 11247ee6712f988fdcf59756d1d21e31bb29255a Merge succeeded, producing 11247ee6712f988fdcf59756d1d21e31bb29255a Checking out Revision 11247ee6712f988fdcf59756d1d21e31bb29255a (PR-343) > 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/343/head:refs/remotes/origin/PR-343 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 11247ee6712f988fdcf59756d1d21e31bb29255a # 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 a1bd3e4e984760685c7a391cc08f5a8ab2e71757 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 11247ee6712f988fdcf59756d1d21e31bb29255a # timeout=10 Commit message: "refactor: Use async client library for MQTT (#258)" First time build. Skipping changelog. > git rev-list --no-walk 154f181135620215b2714232a596e0ca2d864c23 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-06T22:14:22.084Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-06T22:14:22.171Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-06T22:14:22.196Z] ========================================================= [2021-05-06T22:14:22.196Z] EdgeX Global Pipelines Version Info [2021-05-06T22:14:22.196Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-06T22:14:23.789Z] ------------------- [2021-05-06T22:14:23.789Z] stable info: [2021-05-06T22:14:23.789Z] ------------------- [2021-05-06T22:14:23.789Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-06T22:14:23.789Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-06T22:14:23.789Z] Message: update stable to v1.0.191 [2021-05-06T22:14:24.737Z] ------------------- [2021-05-06T22:14:24.737Z] experimental info: [2021-05-06T22:14:24.737Z] ------------------- [2021-05-06T22:14:24.737Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-06T22:14:24.737Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-06T22:14:24.737Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-06T22:14:24.854Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-c-settings [Pipeline] echo [2021-05-06T22:14:24.874Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-c [Pipeline] echo [2021-05-06T22:14:24.893Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-06T22:14:24.913Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-06T22:14:24.934Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-06T22:14:24.952Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [Pipeline] echo [2021-05-06T22:14:24.971Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = scripts/Dockerfile.alpine [Pipeline] echo [2021-05-06T22:14:24.991Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = scripts/Dockerfile.alpine-base [Pipeline] echo [2021-05-06T22:14:25.025Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-06T22:14:25.044Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-c [Pipeline] echo [2021-05-06T22:14:25.062Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-06T22:14:25.081Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-06T22:14:25.101Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-06T22:14:25.120Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-05-06T22:14:25.140Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-06T22:14:25.159Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-06T22:14:25.179Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-06T22:14:25.198Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-343 [Pipeline] echo [2021-05-06T22:14:25.218Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-343 [Pipeline] echo [2021-05-06T22:14:25.272Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-343 [Pipeline] echo [2021-05-06T22:14:25.292Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 11247ee6712f988fdcf59756d1d21e31bb29255a [Pipeline] echo [2021-05-06T22:14:25.337Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 11247ee [Pipeline] echo [2021-05-06T22:14:25.357Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-06T22:14:25.422Z] provisioning config files... [2021-05-06T22:14:25.468Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_PR-343@tmp/config333229974611834601tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-06T22:14:25.810Z] ---> docker-login.sh [2021-05-06T22:14:25.810Z] nexus3.edgexfoundry.org:10001 [2021-05-06T22:14:26.083Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T22:14:26.349Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T22:14:26.349Z] Configure a credential helper to remove this warning. See [2021-05-06T22:14:26.349Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T22:14:26.349Z] [2021-05-06T22:14:26.349Z] Login Succeeded [2021-05-06T22:14:26.349Z] nexus3.edgexfoundry.org:10002 [2021-05-06T22:14:26.349Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T22:14:26.349Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T22:14:26.349Z] Configure a credential helper to remove this warning. See [2021-05-06T22:14:26.349Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T22:14:26.349Z] [2021-05-06T22:14:26.349Z] Login Succeeded [2021-05-06T22:14:26.349Z] nexus3.edgexfoundry.org:10003 [2021-05-06T22:14:26.615Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T22:14:26.615Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T22:14:26.615Z] Configure a credential helper to remove this warning. See [2021-05-06T22:14:26.615Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T22:14:26.615Z] [2021-05-06T22:14:26.615Z] Login Succeeded [2021-05-06T22:14:26.615Z] nexus3.edgexfoundry.org:10004 [2021-05-06T22:14:26.879Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T22:14:26.879Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T22:14:26.879Z] Configure a credential helper to remove this warning. See [2021-05-06T22:14:26.879Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T22:14:26.879Z] [2021-05-06T22:14:26.879Z] Login Succeeded [2021-05-06T22:14:26.879Z] docker.io [2021-05-06T22:14:26.879Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T22:14:28.287Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T22:14:28.287Z] Configure a credential helper to remove this warning. See [2021-05-06T22:14:28.287Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T22:14:28.287Z] [2021-05-06T22:14:28.287Z] Login Succeeded [2021-05-06T22:14:28.287Z] ---> docker-login.sh ends [Pipeline] } [2021-05-06T22:14:28.299Z] 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-06T22:14:28.981Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T22:14:28.981Z] [2021-05-06T22:14:28.981Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-06T22:14:29.322Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T22:14:29.323Z] latest: Pulling from edgex-devops/git-semver [2021-05-06T22:14:29.323Z] 31603596830f: Pulling fs layer [2021-05-06T22:14:29.323Z] 54011a49482f: Pulling fs layer [2021-05-06T22:14:29.323Z] a6820b24f6d8: Pulling fs layer [2021-05-06T22:14:29.323Z] f581987b2513: Pulling fs layer [2021-05-06T22:14:29.323Z] f581987b2513: Waiting [2021-05-06T22:14:29.586Z] 54011a49482f: Verifying Checksum [2021-05-06T22:14:29.586Z] 54011a49482f: Download complete [2021-05-06T22:14:29.586Z] 31603596830f: Download complete [2021-05-06T22:14:29.586Z] f581987b2513: Verifying Checksum [2021-05-06T22:14:29.586Z] f581987b2513: Download complete [2021-05-06T22:14:29.851Z] a6820b24f6d8: Verifying Checksum [2021-05-06T22:14:29.851Z] a6820b24f6d8: Download complete [2021-05-06T22:14:29.851Z] 31603596830f: Pull complete [2021-05-06T22:14:30.117Z] 54011a49482f: Pull complete [2021-05-06T22:14:31.068Z] a6820b24f6d8: Pull complete [2021-05-06T22:14:31.068Z] f581987b2513: Pull complete [2021-05-06T22:14:31.068Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-06T22:14:31.331Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T22:14:31.331Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-06T22:14:31.469Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2021-05-06T22:14:31.527Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_PR-343 -v /w/workspace/edgexfoundry_device-sdk-c_PR-343:/w/workspace/edgexfoundry_device-sdk-c_PR-343:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_PR-343@tmp:/w/workspace/edgexfoundry_device-sdk-c_PR-343@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-06T22:14:33.866Z] $ docker top f07c65567628ccd09871fd96825f2f95cb08e5690368e5ad8dd42c425d1b7927 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-06T22:14:34.010Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-06T22:14:34.010Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-06T22:14:34.234Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-06T22:14:34.240Z] $ docker exec f07c65567628ccd09871fd96825f2f95cb08e5690368e5ad8dd42c425d1b7927 ssh-agent [2021-05-06T22:14:34.422Z] SSH_AUTH_SOCK=/tmp/ssh-mnRepReVoX1v/agent.13 [2021-05-06T22:14:34.422Z] SSH_AGENT_PID=18 [2021-05-06T22:14:34.432Z] Running ssh-add (command line suppressed) [2021-05-06T22:14:34.558Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_PR-343@tmp/private_key_1726620416351258282.key (/w/workspace/edgexfoundry_device-sdk-c_PR-343@tmp/private_key_1726620416351258282.key) [2021-05-06T22:14:34.610Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-06T22:14:34.922Z] + git tag --points-at HEAD [Pipeline] } [2021-05-06T22:14:34.999Z] $ docker exec --env ******** --env ******** f07c65567628ccd09871fd96825f2f95cb08e5690368e5ad8dd42c425d1b7927 ssh-agent -k [2021-05-06T22:14:35.121Z] unset SSH_AUTH_SOCK; [2021-05-06T22:14:35.121Z] unset SSH_AGENT_PID; [2021-05-06T22:14:35.121Z] echo Agent pid 18 killed; [2021-05-06T22:14:35.171Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-06T22:14:35.226Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-06T22:14:35.226Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-06T22:14:35.403Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-06T22:14:35.409Z] $ docker exec f07c65567628ccd09871fd96825f2f95cb08e5690368e5ad8dd42c425d1b7927 ssh-agent [2021-05-06T22:14:35.575Z] SSH_AUTH_SOCK=/tmp/ssh-tjBsB9l75de1/agent.47 [2021-05-06T22:14:35.575Z] SSH_AGENT_PID=52 [2021-05-06T22:14:35.583Z] Running ssh-add (command line suppressed) [2021-05-06T22:14:35.718Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_PR-343@tmp/private_key_7228152600867794272.key (/w/workspace/edgexfoundry_device-sdk-c_PR-343@tmp/private_key_7228152600867794272.key) [2021-05-06T22:14:35.770Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-06T22:14:36.085Z] + git semver init [2021-05-06T22:14:36.085Z] # -> Open(): unable to determine branch for HEAD [2021-05-06T22:14:36.085Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_PR-343/.git [2021-05-06T22:14:36.085Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_PR-343 [2021-05-06T22:14:36.085Z] # $SEMVER_REMOTE_NAME = origin [2021-05-06T22:14:36.085Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-06T22:14:36.085Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-06T22:14:36.085Z] # $SEMVER_BRANCH = PR-343 [2021-05-06T22:14:36.085Z] # $SEMVER_TEMP = /tmp/semver-373364529 [2021-05-06T22:14:36.085Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-c.git $SEMVER_TEMP [2021-05-06T22:14:37.033Z] # '/tmp/semver-373364529' -> '/w/workspace/edgexfoundry_device-sdk-c_PR-343/.semver' [2021-05-06T22:14:37.033Z] # -> Force: false [2021-05-06T22:14:37.033Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_PR-343/.semver [Pipeline] } [2021-05-06T22:14:37.049Z] $ docker exec --env ******** --env ******** f07c65567628ccd09871fd96825f2f95cb08e5690368e5ad8dd42c425d1b7927 ssh-agent -k [2021-05-06T22:14:37.178Z] unset SSH_AUTH_SOCK; [2021-05-06T22:14:37.178Z] unset SSH_AGENT_PID; [2021-05-06T22:14:37.178Z] echo Agent pid 52 killed; [2021-05-06T22:14:37.229Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-06T22:14:37.559Z] + git semver [Pipeline] } [2021-05-06T22:14:37.581Z] $ docker stop --time=1 f07c65567628ccd09871fd96825f2f95cb08e5690368e5ad8dd42c425d1b7927 [2021-05-06T22:14:39.151Z] $ docker rm -f f07c65567628ccd09871fd96825f2f95cb08e5690368e5ad8dd42c425d1b7927 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-06T22:14:39.547Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-06T22:14:39.925Z] Stashed 1 file(s) [Pipeline] echo [2021-05-06T22:14:39.928Z] [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-06T22:14:55.054Z] Still waiting to schedule task [2021-05-06T22:14:55.055Z] ‘prd-centos7-builder-2c-1g-3331’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-3332’ is offline; ‘prd-centos7-docker-4c-2g-3334’ is offline; ‘prd-centos7-docker-4c-2g-3337’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3333’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-05-06T22:14:55.058Z] Still waiting to schedule task [2021-05-06T22:14:55.058Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-3333’ is offline [2021-05-06T22:15:14.541Z] Running on prd-centos7-docker-4c-2g-3337 in /w/workspace/edgexfoundry_device-sdk-c_PR-343 [Pipeline] { [Pipeline] ws [2021-05-06T22:15:14.559Z] Running in /w/workspace/device-sdk-c/3 [Pipeline] { [Pipeline] checkout [2021-05-06T22:15:18.510Z] using credential edgex-jenkins-ssh [2021-05-06T22:15:18.524Z] Cloning the remote Git repository [2021-05-06T22:15:18.561Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2021-05-06T22:15:18.629Z] > git init /w/workspace/device-sdk-c/3 # timeout=10 [2021-05-06T22:15:18.699Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2021-05-06T22:15:18.699Z] > git --version # timeout=10 [2021-05-06T22:15:18.718Z] > git --version # 'git version 2.24.3' [2021-05-06T22:15:18.719Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T22:15:18.755Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-06T22:15:20.060Z] Merging remotes/origin/master commit a1bd3e4e984760685c7a391cc08f5a8ab2e71757 into PR head commit 11247ee6712f988fdcf59756d1d21e31bb29255a [2021-05-06T22:15:20.224Z] Merge succeeded, producing 11247ee6712f988fdcf59756d1d21e31bb29255a [2021-05-06T22:15:20.225Z] Checking out Revision 11247ee6712f988fdcf59756d1d21e31bb29255a (PR-343) [2021-05-06T22:15:19.526Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2021-05-06T22:15:19.535Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-06T22:15:19.549Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2021-05-06T22:15:19.565Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2021-05-06T22:15:19.566Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T22:15:19.572Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/343/head:refs/remotes/origin/PR-343 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-06T22:15:20.071Z] > git config core.sparsecheckout # timeout=10 [2021-05-06T22:15:20.089Z] > git checkout -f 11247ee6712f988fdcf59756d1d21e31bb29255a # timeout=10 [2021-05-06T22:15:20.154Z] > git remote # timeout=10 [2021-05-06T22:15:20.174Z] > git config --get remote.origin.url # timeout=10 [2021-05-06T22:15:20.182Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T22:15:20.186Z] > git merge a1bd3e4e984760685c7a391cc08f5a8ab2e71757 # timeout=10 [2021-05-06T22:15:20.210Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-06T22:15:20.229Z] > git config core.sparsecheckout # timeout=10 [2021-05-06T22:15:20.262Z] > git checkout -f 11247ee6712f988fdcf59756d1d21e31bb29255a # timeout=10 [2021-05-06T22:15:24.070Z] Commit message: "refactor: Use async client library for MQTT (#258)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-06T22:15:25.367Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-06T22:15:27.204Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-06T22:15:27.624Z] + sudo service docker restart [2021-05-06T22:15:27.624Z] + true [2021-05-06T22:15:27.624Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-06T22:15:29.074Z] provisioning config files... [2021-05-06T22:15:29.109Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/device-sdk-c/3@tmp/config8120890749192454060tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-06T22:15:29.522Z] ---> docker-login.sh [2021-05-06T22:15:29.522Z] nexus3.edgexfoundry.org:10001 [2021-05-06T22:15:30.118Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T22:15:30.118Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T22:15:30.118Z] Configure a credential helper to remove this warning. See [2021-05-06T22:15:30.118Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T22:15:30.118Z] [2021-05-06T22:15:30.118Z] Login Succeeded [2021-05-06T22:15:30.118Z] nexus3.edgexfoundry.org:10002 [2021-05-06T22:15:30.415Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T22:15:30.684Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T22:15:30.684Z] Configure a credential helper to remove this warning. See [2021-05-06T22:15:30.684Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T22:15:30.684Z] [2021-05-06T22:15:30.684Z] Login Succeeded [2021-05-06T22:15:30.684Z] nexus3.edgexfoundry.org:10003 [2021-05-06T22:15:30.684Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T22:15:30.950Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T22:15:30.950Z] Configure a credential helper to remove this warning. See [2021-05-06T22:15:30.950Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T22:15:30.950Z] [2021-05-06T22:15:30.950Z] Login Succeeded [2021-05-06T22:15:30.950Z] nexus3.edgexfoundry.org:10004 [2021-05-06T22:15:31.234Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T22:15:31.234Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T22:15:31.234Z] Configure a credential helper to remove this warning. See [2021-05-06T22:15:31.234Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T22:15:31.234Z] [2021-05-06T22:15:31.234Z] Login Succeeded [2021-05-06T22:15:31.234Z] docker.io [2021-05-06T22:15:31.524Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T22:15:31.816Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T22:15:31.816Z] Configure a credential helper to remove this warning. See [2021-05-06T22:15:31.816Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T22:15:31.816Z] [2021-05-06T22:15:31.816Z] Login Succeeded [2021-05-06T22:15:31.816Z] ---> docker-login.sh ends [Pipeline] } [2021-05-06T22:15:31.829Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-06T22:15:32.094Z] ========================================================= [2021-05-06T22:15:32.094Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2021-05-06T22:15:32.094Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-06T22:15:32.423Z] + 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-06T22:15:32.702Z] Sending build context to Docker daemon 2.633MB [2021-05-06T22:15:32.702Z] Step 1/25 : ARG BASE=alpine:3.12 [2021-05-06T22:15:32.702Z] Step 2/25 : FROM ${BASE} as builder [2021-05-06T22:15:32.702Z] latest: Pulling from edgex-devops/edgex-gcc-base [2021-05-06T22:15:32.702Z] e7c96db7181b: Pulling fs layer [2021-05-06T22:15:32.702Z] 4c13bbce0fe7: Pulling fs layer [2021-05-06T22:15:32.702Z] 6059c847ac2f: Pulling fs layer [2021-05-06T22:15:32.702Z] 4c13bbce0fe7: Verifying Checksum [2021-05-06T22:15:32.702Z] 4c13bbce0fe7: Download complete [2021-05-06T22:15:32.985Z] e7c96db7181b: Verifying Checksum [2021-05-06T22:15:32.985Z] e7c96db7181b: Download complete [2021-05-06T22:15:33.269Z] e7c96db7181b: Pull complete [2021-05-06T22:15:33.551Z] 4c13bbce0fe7: Pull complete [2021-05-06T22:15:36.193Z] 6059c847ac2f: Verifying Checksum [2021-05-06T22:15:36.193Z] 6059c847ac2f: Download complete [2021-05-06T22:15:44.613Z] 6059c847ac2f: Pull complete [2021-05-06T22:15:44.613Z] Digest: sha256:6b5104d086ae1e5e8a284a473be9a93378e3934f9b07db5717372c857cbcbe5e [2021-05-06T22:15:44.613Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [2021-05-06T22:15:44.613Z] ---> 5eabd8fd8ba2 [2021-05-06T22:15:44.613Z] 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-06T22:15:45.603Z] ---> Running in 111ff9586b38 [2021-05-06T22:15:46.570Z] Connecting to iotech.jfrog.io (54.171.22.102:443) [2021-05-06T22:15:46.852Z] support@iotechsys.co 100% |********************************| 451 0:00:00 ETA [2021-05-06T22:15:46.852Z] [2021-05-06T22:15:47.456Z] Removing intermediate container 111ff9586b38 [2021-05-06T22:15:47.456Z] ---> fdbc7d691345 [2021-05-06T22:15:47.456Z] Step 4/25 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine/alpine-3.12' >> /etc/apk/repositories [2021-05-06T22:15:47.456Z] ---> Running in 2dd1c7b90863 [2021-05-06T22:15:48.419Z] Removing intermediate container 2dd1c7b90863 [2021-05-06T22:15:48.419Z] ---> 5d0028286fd9 [2021-05-06T22:15:48.419Z] 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-06T22:15:48.419Z] ---> Running in 7369206bcefb [2021-05-06T22:15:48.997Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2021-05-06T22:15:49.962Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2021-05-06T22:15:50.540Z] fetch https://iotech.jfrog.io/artifactory/alpine/alpine-3.12/x86_64/APKINDEX.tar.gz [2021-05-06T22:15:51.120Z] (1/11) Installing hiredis (0.14.0-r0) [2021-05-06T22:15:51.120Z] (2/11) Installing hiredis-dev (0.14.0-r0) [2021-05-06T22:15:51.120Z] (3/11) Installing ncurses-dev (6.1_p20190105-r0) [2021-05-06T22:15:51.393Z] (4/11) Installing paho-mqtt-c-dev (1.3.5-r0) [2021-05-06T22:15:52.813Z] (5/11) Installing libuuid (2.33-r0) [2021-05-06T22:15:52.813Z] (6/11) Installing libblkid (2.33-r0) [2021-05-06T22:15:53.089Z] (7/11) Installing libfdisk (2.33-r0) [2021-05-06T22:15:53.089Z] (8/11) Installing libmount (2.33-r0) [2021-05-06T22:15:53.369Z] (9/11) Installing libsmartcols (2.33-r0) [2021-05-06T22:15:53.369Z] (10/11) Installing util-linux-dev (2.33-r0) [2021-05-06T22:15:53.644Z] (11/11) Installing wget (1.20.3-r0) [2021-05-06T22:15:53.644Z] Executing busybox-1.29.3-r10.trigger [2021-05-06T22:15:53.644Z] OK: 273 MiB in 86 packages [2021-05-06T22:15:54.617Z] Removing intermediate container 7369206bcefb [2021-05-06T22:15:54.617Z] ---> 6944806c7236 [2021-05-06T22:15:54.617Z] Step 6/25 : ENV CBOR_VERSION=0.5.0 [2021-05-06T22:15:54.617Z] ---> Running in 95200120bdb7 [2021-05-06T22:15:54.885Z] Removing intermediate container 95200120bdb7 [2021-05-06T22:15:54.885Z] ---> f71e00dc84c8 [2021-05-06T22:15:54.885Z] 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-06T22:15:54.885Z] ---> Running in 610332426c95 [2021-05-06T22:15:55.885Z] --2021-05-06 22:15:55-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2021-05-06T22:15:55.885Z] Resolving github.com... 140.82.114.4 [2021-05-06T22:15:55.885Z] Connecting to github.com|140.82.114.4|:443... connected. [2021-05-06T22:15:56.152Z] HTTP request sent, awaiting response... 302 Found [2021-05-06T22:15:56.152Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2021-05-06T22:15:56.152Z] --2021-05-06 22:15:56-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2021-05-06T22:15:56.152Z] Resolving codeload.github.com... 140.82.112.10 [2021-05-06T22:15:56.152Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2021-05-06T22:15:56.422Z] HTTP request sent, awaiting response... 200 OK [2021-05-06T22:15:56.422Z] Length: unspecified [application/x-gzip] [2021-05-06T22:15:56.422Z] Saving to: 'STDOUT' [2021-05-06T22:15:56.422Z]  [2021-05-06T22:15:56.422Z] 0K .......... .......... .......... .......... .......... 1.45M [2021-05-06T22:15:56.422Z] 50K .......... .......... .......... .......... .......... 2.82M [2021-05-06T22:15:56.422Z] 100K .......... .......... .......... .......... .......... 19.2M [2021-05-06T22:15:56.422Z] 150K .......... .......... .......... .......... .......... 19.8M [2021-05-06T22:15:56.422Z] 200K .......... .......... .......... .......... .......... 3.08M [2021-05-06T22:15:56.422Z] 250K .......... .......... .......... .......... .......... 4.89M [2021-05-06T22:15:56.422Z] 300K .......... .......... .......... .......... .......... 4.77M [2021-05-06T22:15:56.422Z] 350K .......... .......... .......... .......... .......... 7.43M [2021-05-06T22:15:56.423Z] 400K .......... .......... .......... .......... .......... 5.83M [2021-05-06T22:15:56.423Z] 450K .......... .......... .......... .......... .......... 3.02M [2021-05-06T22:15:56.423Z] 500K .......... .......... .......... .......... .......... 15.1M [2021-05-06T22:15:56.423Z] 550K .......... .......... .......... .......... .......... 3.34M [2021-05-06T22:15:56.423Z] 600K .......... .......... .......... .......... .......... 1.01M [2021-05-06T22:15:56.423Z] 650K .......... .......... .......... .......... .......... 2.56M [2021-05-06T22:15:56.423Z] 700K .. 31.7M=0.2s [2021-05-06T22:15:56.423Z] [2021-05-06T22:15:56.423Z] 2021-05-06 22:15:56 (3.29 MB/s) - written to stdout [719348] [2021-05-06T22:15:56.423Z] [2021-05-06T22:15:56.714Z] -- The C compiler identification is GNU 8.3.0 [2021-05-06T22:15:56.984Z] -- The CXX compiler identification is GNU 8.3.0 [2021-05-06T22:15:56.984Z] -- Check for working C compiler: /usr/bin/cc [2021-05-06T22:15:56.984Z] -- Check for working C compiler: /usr/bin/cc -- works [2021-05-06T22:15:56.984Z] -- Detecting C compiler ABI info [2021-05-06T22:15:57.268Z] -- Detecting C compiler ABI info - done [2021-05-06T22:15:57.268Z] -- Detecting C compile features [2021-05-06T22:15:57.533Z] -- Detecting C compile features - done [2021-05-06T22:15:57.533Z] -- Check for working CXX compiler: /usr/bin/c++ [2021-05-06T22:15:57.533Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2021-05-06T22:15:57.533Z] -- Detecting CXX compiler ABI info [2021-05-06T22:15:57.533Z] -- Detecting CXX compiler ABI info - done [2021-05-06T22:15:57.533Z] -- Detecting CXX compile features [2021-05-06T22:15:58.522Z] -- Detecting CXX compile features - done [2021-05-06T22:15:58.522Z] -- Looking for include file endian.h [2021-05-06T22:15:58.522Z] -- Looking for include file endian.h - found [2021-05-06T22:15:58.522Z] -- Check if the system is big endian [2021-05-06T22:15:58.522Z] -- Searching 16 bit integer [2021-05-06T22:15:58.522Z] -- Looking for sys/types.h [2021-05-06T22:15:58.522Z] -- Looking for sys/types.h - found [2021-05-06T22:15:58.522Z] -- Looking for stdint.h [2021-05-06T22:15:58.522Z] -- Looking for stdint.h - found [2021-05-06T22:15:58.522Z] -- Looking for stddef.h [2021-05-06T22:15:58.794Z] -- Looking for stddef.h - found [2021-05-06T22:15:58.794Z] -- Check size of unsigned short [2021-05-06T22:15:58.794Z] -- Check size of unsigned short - done [2021-05-06T22:15:58.794Z] -- Using unsigned short [2021-05-06T22:15:59.071Z] -- Check if the system is big endian - little endian [2021-05-06T22:15:59.071Z] -- Check size of size_t [2021-05-06T22:15:59.071Z] -- Check size of size_t - done [2021-05-06T22:15:59.071Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2021-05-06T22:15:59.071Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2021-05-06T22:15:59.071Z] asked CMake to find a package configuration file provided by "cJSON", but [2021-05-06T22:15:59.071Z] CMake did not find one. [2021-05-06T22:15:59.071Z] [2021-05-06T22:15:59.071Z] Could not find a package configuration file provided by "cJSON" with any of [2021-05-06T22:15:59.071Z] the following names: [2021-05-06T22:15:59.071Z] [2021-05-06T22:15:59.071Z] cJSONConfig.cmake [2021-05-06T22:15:59.071Z] cjson-config.cmake [2021-05-06T22:15:59.071Z] [2021-05-06T22:15:59.071Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2021-05-06T22:15:59.071Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2021-05-06T22:15:59.071Z] provides a separate development package or SDK, be sure it has been [2021-05-06T22:15:59.071Z] installed. [2021-05-06T22:15:59.071Z] [2021-05-06T22:15:59.071Z] [2021-05-06T22:15:59.071Z] -- Configuring done [2021-05-06T22:15:59.368Z] -- Generating done [2021-05-06T22:15:59.368Z] -- Build files have been written to: /tmp/cbor [2021-05-06T22:15:59.368Z] Scanning dependencies of target cbor_shared [2021-05-06T22:15:59.368Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2021-05-06T22:15:59.674Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2021-05-06T22:15:59.962Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2021-05-06T22:15:59.962Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2021-05-06T22:16:00.228Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2021-05-06T22:16:00.546Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2021-05-06T22:16:00.546Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2021-05-06T22:16:00.546Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2021-05-06T22:16:00.832Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2021-05-06T22:16:00.832Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2021-05-06T22:16:01.099Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2021-05-06T22:16:01.099Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2021-05-06T22:16:01.374Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2021-05-06T22:16:01.374Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2021-05-06T22:16:01.649Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2021-05-06T22:16:01.649Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2021-05-06T22:16:01.649Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2021-05-06T22:16:01.918Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2021-05-06T22:16:01.919Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2021-05-06T22:16:01.919Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2021-05-06T22:16:02.183Z] [ 40%] Linking C shared library libcbor.so [2021-05-06T22:16:02.183Z] [ 40%] Built target cbor_shared [2021-05-06T22:16:02.183Z] Scanning dependencies of target cbor [2021-05-06T22:16:02.183Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2021-05-06T22:16:02.446Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2021-05-06T22:16:02.730Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2021-05-06T22:16:02.730Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2021-05-06T22:16:03.330Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2021-05-06T22:16:03.330Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2021-05-06T22:16:03.330Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2021-05-06T22:16:03.330Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2021-05-06T22:16:03.602Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2021-05-06T22:16:03.602Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2021-05-06T22:16:03.870Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2021-05-06T22:16:04.138Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2021-05-06T22:16:04.138Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2021-05-06T22:16:04.406Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2021-05-06T22:16:04.406Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2021-05-06T22:16:04.406Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2021-05-06T22:16:04.406Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2021-05-06T22:16:04.671Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2021-05-06T22:16:04.671Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2021-05-06T22:16:04.936Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2021-05-06T22:16:04.936Z] [ 80%] Linking C static library libcbor.a [2021-05-06T22:16:04.936Z] [ 80%] Built target cbor [2021-05-06T22:16:04.936Z] Scanning dependencies of target create_items [2021-05-06T22:16:04.936Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2021-05-06T22:16:04.936Z] [ 84%] Linking C executable create_items [2021-05-06T22:16:04.936Z] [ 84%] Built target create_items [2021-05-06T22:16:04.936Z] Scanning dependencies of target readfile [2021-05-06T22:16:04.936Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2021-05-06T22:16:05.202Z] [ 88%] Linking C executable readfile [2021-05-06T22:16:05.202Z] [ 88%] Built target readfile [2021-05-06T22:16:05.202Z] Scanning dependencies of target streaming_parser [2021-05-06T22:16:05.202Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2021-05-06T22:16:05.202Z] [ 92%] Linking C executable streaming_parser [2021-05-06T22:16:05.202Z] [ 92%] Built target streaming_parser [2021-05-06T22:16:05.202Z] Scanning dependencies of target sort [2021-05-06T22:16:05.202Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2021-05-06T22:16:05.466Z] [ 96%] Linking C executable sort [2021-05-06T22:16:05.466Z] [ 96%] Built target sort [2021-05-06T22:16:05.466Z] Scanning dependencies of target hello [2021-05-06T22:16:05.466Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2021-05-06T22:16:05.466Z] [100%] Linking C executable hello [2021-05-06T22:16:05.466Z] [100%] Built target hello [2021-05-06T22:16:05.466Z] Install the project... [2021-05-06T22:16:05.466Z] -- Install configuration: "Release" [2021-05-06T22:16:05.466Z] -- Installing: /usr/local/include/cbor/configuration.h [2021-05-06T22:16:05.466Z] -- Installing: /usr/local/lib64/libcbor.a [2021-05-06T22:16:05.466Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2021-05-06T22:16:05.466Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2021-05-06T22:16:05.466Z] -- Installing: /usr/local/lib64/libcbor.so [2021-05-06T22:16:05.466Z] -- Up-to-date: /usr/local/include/cbor [2021-05-06T22:16:05.466Z] -- Installing: /usr/local/include/cbor/arrays.h [2021-05-06T22:16:05.466Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2021-05-06T22:16:05.466Z] -- Installing: /usr/local/include/cbor/callbacks.h [2021-05-06T22:16:05.466Z] -- Installing: /usr/local/include/cbor/common.h [2021-05-06T22:16:05.466Z] -- Installing: /usr/local/include/cbor/data.h [2021-05-06T22:16:05.466Z] -- Installing: /usr/local/include/cbor/encoding.h [2021-05-06T22:16:05.466Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2021-05-06T22:16:05.466Z] -- Installing: /usr/local/include/cbor/internal [2021-05-06T22:16:05.466Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2021-05-06T22:16:05.466Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2021-05-06T22:16:05.466Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2021-05-06T22:16:05.466Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2021-05-06T22:16:05.466Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2021-05-06T22:16:05.466Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2021-05-06T22:16:05.466Z] -- Installing: /usr/local/include/cbor/ints.h [2021-05-06T22:16:05.466Z] -- Installing: /usr/local/include/cbor/maps.h [2021-05-06T22:16:05.466Z] -- Installing: /usr/local/include/cbor/serialization.h [2021-05-06T22:16:05.466Z] -- Installing: /usr/local/include/cbor/streaming.h [2021-05-06T22:16:05.466Z] -- Installing: /usr/local/include/cbor/strings.h [2021-05-06T22:16:05.466Z] -- Installing: /usr/local/include/cbor/tags.h [2021-05-06T22:16:05.466Z] -- Installing: /usr/local/include/cbor.h [2021-05-06T22:16:05.466Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2021-05-06T22:16:07.410Z] Removing intermediate container 610332426c95 [2021-05-06T22:16:07.410Z] ---> 975cd63f7cf4 [2021-05-06T22:16:07.410Z] Step 8/25 : RUN mkdir /tmp/sdk [2021-05-06T22:16:07.684Z] ---> Running in 5a50f9436ef1 [2021-05-06T22:16:08.643Z] Removing intermediate container 5a50f9436ef1 [2021-05-06T22:16:08.643Z] ---> 832ee1b45c64 [2021-05-06T22:16:08.643Z] Step 9/25 : COPY VERSION /tmp/sdk [2021-05-06T22:16:08.909Z] ---> 66c1d27996d3 [2021-05-06T22:16:08.909Z] Step 10/25 : COPY src /tmp/sdk/src [2021-05-06T22:16:09.874Z] ---> 1760d3063bfd [2021-05-06T22:16:09.874Z] Step 11/25 : COPY include /tmp/sdk/include [2021-05-06T22:16:10.140Z] ---> a941bb196a02 [2021-05-06T22:16:10.140Z] Step 12/25 : COPY scripts /tmp/sdk/scripts [2021-05-06T22:16:10.407Z] ---> e901f0ac37b8 [2021-05-06T22:16:10.407Z] Step 13/25 : COPY LICENSE /tmp/sdk [2021-05-06T22:16:10.673Z] ---> 9cb14c65995c [2021-05-06T22:16:10.673Z] Step 14/25 : COPY Attribution.txt /tmp/sdk [2021-05-06T22:16:10.949Z] ---> b254d4f36648 [2021-05-06T22:16:10.949Z] Step 15/25 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2021-05-06T22:16:10.949Z] ---> Running in b70a0400f14c [2021-05-06T22:16:11.532Z] + CPPCHECK=false [2021-05-06T22:16:11.532Z] + DOCGEN=false [2021-05-06T22:16:11.532Z] + TOMLVER=SDK-0.2 [2021-05-06T22:16:11.532Z] + CUTILVER=1.1.4 [2021-05-06T22:16:11.532Z] + '[' 0 -gt 0 ] [2021-05-06T22:16:11.532Z] + readlink -f ./scripts/build.sh [2021-05-06T22:16:11.532Z] + dirname /tmp/sdk/scripts/build.sh [2021-05-06T22:16:11.532Z] + dirname /tmp/sdk/scripts [2021-05-06T22:16:11.532Z] + ROOT=/tmp/sdk [2021-05-06T22:16:11.532Z] + cd /tmp/sdk [2021-05-06T22:16:11.532Z] + '[' '!' -d deps ] [2021-05-06T22:16:11.532Z] + mkdir deps [2021-05-06T22:16:11.532Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2021-05-06T22:16:11.532Z] + tar -C deps -z -x -f - [2021-05-06T22:16:11.532Z] --2021-05-06 22:16:11-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2021-05-06T22:16:11.532Z] Resolving github.com... 140.82.114.4 [2021-05-06T22:16:11.532Z] Connecting to github.com|140.82.114.4|:443... connected. [2021-05-06T22:16:11.797Z] HTTP request sent, awaiting response... 302 Found [2021-05-06T22:16:11.798Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2021-05-06T22:16:11.798Z] --2021-05-06 22:16:11-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2021-05-06T22:16:11.798Z] Resolving codeload.github.com... 140.82.112.10 [2021-05-06T22:16:11.798Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2021-05-06T22:16:11.798Z] HTTP request sent, awaiting response... 200 OK [2021-05-06T22:16:11.798Z] Length: unspecified [application/x-gzip] [2021-05-06T22:16:11.798Z] Saving to: 'STDOUT' [2021-05-06T22:16:11.798Z] [2021-05-06T22:16:11.798Z] 0K .......... ...... 960K=0.02s [2021-05-06T22:16:11.798Z] [2021-05-06T22:16:11.798Z] 2021-05-06 22:16:11 (960 KB/s) - written to stdout [16451] [2021-05-06T22:16:11.798Z] [2021-05-06T22:16:11.798Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2021-05-06T22:16:11.798Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz [2021-05-06T22:16:11.798Z] + tar -C deps -z -x -f - [2021-05-06T22:16:11.798Z] --2021-05-06 22:16:11-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz [2021-05-06T22:16:11.798Z] Resolving github.com... 140.82.114.4 [2021-05-06T22:16:11.798Z] Connecting to github.com|140.82.114.4|:443... connected. [2021-05-06T22:16:12.063Z] HTTP request sent, awaiting response... 302 Found [2021-05-06T22:16:12.063Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 [following] [2021-05-06T22:16:12.063Z] --2021-05-06 22:16:11-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 [2021-05-06T22:16:12.063Z] Resolving codeload.github.com... 140.82.112.10 [2021-05-06T22:16:12.063Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2021-05-06T22:16:12.330Z] HTTP request sent, awaiting response... 200 OK [2021-05-06T22:16:12.330Z] Length: unspecified [application/x-gzip] [2021-05-06T22:16:12.330Z] Saving to: 'STDOUT' [2021-05-06T22:16:12.330Z] [2021-05-06T22:16:12.330Z] 0K .......... .......... .......... .......... .......... 1.54M [2021-05-06T22:16:12.330Z] 50K .......... .......... .......... .......... .......... 3.13M [2021-05-06T22:16:12.330Z] 100K .......... .......... .......... .......... .......... 8.93M [2021-05-06T22:16:12.330Z] 150K .......... .......... ....... 2.98M=0.06s [2021-05-06T22:16:12.330Z] [2021-05-06T22:16:12.330Z] 2021-05-06 22:16:12 (2.80 MB/s) - written to stdout [181796] [2021-05-06T22:16:12.330Z] [2021-05-06T22:16:12.330Z] + mkdir -p src/c/iot [2021-05-06T22:16:12.330Z] + 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-06T22:16:12.330Z] + cp deps/iotech-c-utils-1.1.4/src/c/defs.h.in src/c/iot [2021-05-06T22:16:12.330Z] + cp deps/iotech-c-utils-1.1.4/src/c/yxml.h src/c/iot [2021-05-06T22:16:12.330Z] + cp deps/iotech-c-utils-1.1.4/VERSION src/c/iot [2021-05-06T22:16:12.330Z] + mkdir -p include/iot [2021-05-06T22:16:12.330Z] + 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-06T22:16:12.330Z] + mkdir -p include/iot/os [2021-05-06T22:16:12.330Z] + 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-06T22:16:12.330Z] + mkdir -p /tmp/sdk/build/release [2021-05-06T22:16:12.330Z] + cd /tmp/sdk/build/release [2021-05-06T22:16:12.330Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2021-05-06T22:16:12.330Z] -- The C compiler identification is GNU 8.3.0 [2021-05-06T22:16:12.330Z] -- Check for working C compiler: /usr/bin/cc [2021-05-06T22:16:12.612Z] -- Check for working C compiler: /usr/bin/cc -- works [2021-05-06T22:16:12.612Z] -- Detecting C compiler ABI info [2021-05-06T22:16:12.612Z] -- Detecting C compiler ABI info - done [2021-05-06T22:16:12.612Z] -- Detecting C compile features [2021-05-06T22:16:12.884Z] -- Detecting C compile features - done [2021-05-06T22:16:12.884Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2021-05-06T22:16:12.884Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2021-05-06T22:16:12.884Z] -- Found LIBYAML: /usr/lib/libyaml.so [2021-05-06T22:16:12.884Z] -- Found LIBUUID: /usr/lib/libuuid.so [2021-05-06T22:16:12.884Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2021-05-06T22:16:12.884Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2021-05-06T22:16:12.884Z] -- Found LIBHIREDIS: /usr/lib/libhiredis.so [2021-05-06T22:16:12.884Z] -- C SDK 0.0.0 for Linux [2021-05-06T22:16:12.884Z] -- Performing Test CSDK_HAVE_ATOMIC [2021-05-06T22:16:13.155Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2021-05-06T22:16:13.155Z] -- Found Curses: /usr/lib/libcurses.so [2021-05-06T22:16:13.155Z] -- Configuring done [2021-05-06T22:16:13.422Z] -- Generating done [2021-05-06T22:16:13.422Z] -- Build files have been written to: /tmp/sdk/build/release [2021-05-06T22:16:13.422Z] + make all package [2021-05-06T22:16:13.422Z] + tee release.log [2021-05-06T22:16:13.422Z] Scanning dependencies of target csdk [2021-05-06T22:16:13.422Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2021-05-06T22:16:13.688Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2021-05-06T22:16:13.688Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2021-05-06T22:16:14.267Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2021-05-06T22:16:14.534Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2021-05-06T22:16:14.534Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data-mqtt.c.o [2021-05-06T22:16:14.534Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data-redstr.c.o [2021-05-06T22:16:14.798Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/data-rest.c.o [2021-05-06T22:16:14.798Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2021-05-06T22:16:15.064Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2021-05-06T22:16:15.655Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2021-05-06T22:16:15.655Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2021-05-06T22:16:15.927Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2021-05-06T22:16:16.192Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2021-05-06T22:16:16.192Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2021-05-06T22:16:16.460Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2021-05-06T22:16:16.460Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2021-05-06T22:16:17.416Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2021-05-06T22:16:17.416Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2021-05-06T22:16:17.416Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2021-05-06T22:16:17.416Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2021-05-06T22:16:17.681Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2021-05-06T22:16:17.949Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2021-05-06T22:16:18.528Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2021-05-06T22:16:18.528Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2021-05-06T22:16:18.792Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2021-05-06T22:16:18.792Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2021-05-06T22:16:19.061Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2021-05-06T22:16:19.061Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2021-05-06T22:16:19.326Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2021-05-06T22:16:19.326Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2021-05-06T22:16:19.590Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2021-05-06T22:16:19.590Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2021-05-06T22:16:20.172Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2021-05-06T22:16:20.172Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2021-05-06T22:16:20.437Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2021-05-06T22:16:20.703Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2021-05-06T22:16:21.658Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2021-05-06T22:16:21.925Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2021-05-06T22:16:21.925Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2021-05-06T22:16:22.190Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2021-05-06T22:16:22.457Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2021-05-06T22:16:22.721Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2021-05-06T22:16:23.346Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2021-05-06T22:16:24.466Z] [ 71%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2021-05-06T22:16:24.466Z] [ 73%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2021-05-06T22:16:24.466Z] [ 74%] Linking C shared library libcsdk.so [2021-05-06T22:16:24.772Z] [ 74%] Built target csdk [2021-05-06T22:16:24.772Z] Scanning dependencies of target template [2021-05-06T22:16:24.772Z] [ 76%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2021-05-06T22:16:24.772Z] [ 77%] Linking C executable template [2021-05-06T22:16:25.076Z] [ 77%] Built target template [2021-05-06T22:16:25.076Z] Scanning dependencies of target device-counter [2021-05-06T22:16:25.076Z] [ 79%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2021-05-06T22:16:25.076Z] [ 80%] Linking C executable device-counter [2021-05-06T22:16:25.341Z] [ 80%] Built target device-counter [2021-05-06T22:16:25.341Z] Scanning dependencies of target device-random [2021-05-06T22:16:25.341Z] [ 82%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2021-05-06T22:16:25.341Z] [ 84%] Linking C executable device-random [2021-05-06T22:16:25.607Z] [ 84%] Built target device-random [2021-05-06T22:16:25.608Z] Scanning dependencies of target device-gyro [2021-05-06T22:16:25.608Z] [ 85%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2021-05-06T22:16:25.608Z] [ 87%] Linking C executable device-gyro [2021-05-06T22:16:25.874Z] [ 87%] Built target device-gyro [2021-05-06T22:16:25.874Z] Scanning dependencies of target device-bitfields [2021-05-06T22:16:25.874Z] [ 88%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2021-05-06T22:16:25.874Z] [ 90%] Linking C executable device-bitfields [2021-05-06T22:16:25.874Z] [ 90%] Built target device-bitfields [2021-05-06T22:16:25.874Z] Scanning dependencies of target template-discovery [2021-05-06T22:16:25.874Z] [ 92%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2021-05-06T22:16:26.141Z] [ 93%] Linking C executable template-discovery [2021-05-06T22:16:26.141Z] [ 93%] Built target template-discovery [2021-05-06T22:16:26.141Z] Scanning dependencies of target device-file [2021-05-06T22:16:26.406Z] [ 95%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2021-05-06T22:16:26.406Z] [ 96%] Linking C executable device-file [2021-05-06T22:16:26.406Z] [ 96%] Built target device-file [2021-05-06T22:16:26.406Z] Scanning dependencies of target device-terminal [2021-05-06T22:16:26.674Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2021-05-06T22:16:26.674Z] [100%] Linking C executable device-terminal [2021-05-06T22:16:26.674Z] [100%] Built target device-terminal [2021-05-06T22:16:26.940Z] Run CPack packaging tool... [2021-05-06T22:16:26.940Z] CPack: Create package using TGZ [2021-05-06T22:16:26.940Z] CPack: Install projects [2021-05-06T22:16:26.940Z] CPack: - Run preinstall target for: Csdk [2021-05-06T22:16:27.212Z] CPack: - Install project: Csdk [2021-05-06T22:16:27.212Z] CPack: Create package [2021-05-06T22:16:27.212Z] CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. [2021-05-06T22:16:27.212Z] + '[' false '=' true ] [2021-05-06T22:16:27.212Z] + '[' false '=' true ] [2021-05-06T22:16:27.212Z] + mkdir -p /tmp/sdk/build/debug [2021-05-06T22:16:27.212Z] + cd /tmp/sdk/build/debug [2021-05-06T22:16:27.212Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2021-05-06T22:16:27.212Z] -- The C compiler identification is GNU 8.3.0 [2021-05-06T22:16:27.212Z] -- Check for working C compiler: /usr/bin/cc [2021-05-06T22:16:27.477Z] -- Check for working C compiler: /usr/bin/cc -- works [2021-05-06T22:16:27.477Z] -- Detecting C compiler ABI info [2021-05-06T22:16:27.477Z] -- Detecting C compiler ABI info - done [2021-05-06T22:16:27.477Z] -- Detecting C compile features [2021-05-06T22:16:27.743Z] -- Detecting C compile features - done [2021-05-06T22:16:27.743Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2021-05-06T22:16:27.743Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2021-05-06T22:16:27.743Z] -- Found LIBYAML: /usr/lib/libyaml.so [2021-05-06T22:16:27.743Z] -- Found LIBUUID: /usr/lib/libuuid.so [2021-05-06T22:16:27.743Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2021-05-06T22:16:27.743Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2021-05-06T22:16:27.743Z] -- Found LIBHIREDIS: /usr/lib/libhiredis.so [2021-05-06T22:16:27.743Z] -- C SDK 0.0.0 for Linux [2021-05-06T22:16:27.743Z] -- Performing Test CSDK_HAVE_ATOMIC [2021-05-06T22:16:28.008Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2021-05-06T22:16:28.008Z] -- Found Curses: /usr/lib/libcurses.so [2021-05-06T22:16:28.008Z] -- Configuring done [2021-05-06T22:16:28.008Z] -- Generating done [2021-05-06T22:16:28.008Z] -- Build files have been written to: /tmp/sdk/build/debug [2021-05-06T22:16:28.008Z] + make [2021-05-06T22:16:28.008Z] + tee debug.log [2021-05-06T22:16:28.008Z] Scanning dependencies of target csdk [2021-05-06T22:16:28.008Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2021-05-06T22:16:28.273Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2021-05-06T22:16:28.273Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2021-05-06T22:16:28.540Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2021-05-06T22:16:28.540Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2021-05-06T22:16:28.540Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data-mqtt.c.o [2021-05-06T22:16:28.811Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data-redstr.c.o [2021-05-06T22:16:28.811Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/data-rest.c.o [2021-05-06T22:16:28.811Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2021-05-06T22:16:29.078Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2021-05-06T22:16:29.078Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2021-05-06T22:16:29.345Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2021-05-06T22:16:29.345Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2021-05-06T22:16:29.612Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2021-05-06T22:16:29.612Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2021-05-06T22:16:29.612Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2021-05-06T22:16:29.612Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2021-05-06T22:16:29.876Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2021-05-06T22:16:30.148Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2021-05-06T22:16:30.148Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2021-05-06T22:16:30.148Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2021-05-06T22:16:30.148Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2021-05-06T22:16:30.413Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2021-05-06T22:16:30.690Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2021-05-06T22:16:30.690Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2021-05-06T22:16:30.690Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2021-05-06T22:16:30.958Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2021-05-06T22:16:30.958Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2021-05-06T22:16:30.958Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2021-05-06T22:16:30.958Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2021-05-06T22:16:31.223Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2021-05-06T22:16:31.223Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2021-05-06T22:16:31.223Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2021-05-06T22:16:31.491Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2021-05-06T22:16:31.491Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2021-05-06T22:16:31.761Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2021-05-06T22:16:31.761Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2021-05-06T22:16:32.031Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2021-05-06T22:16:32.031Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2021-05-06T22:16:32.301Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2021-05-06T22:16:32.301Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2021-05-06T22:16:32.301Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2021-05-06T22:16:32.567Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2021-05-06T22:16:32.832Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2021-05-06T22:16:33.099Z] [ 71%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2021-05-06T22:16:33.099Z] [ 73%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2021-05-06T22:16:33.099Z] [ 74%] Linking C shared library libcsdk.so [2021-05-06T22:16:33.369Z] [ 74%] Built target csdk [2021-05-06T22:16:33.369Z] Scanning dependencies of target template [2021-05-06T22:16:33.369Z] [ 76%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2021-05-06T22:16:33.369Z] [ 77%] Linking C executable template [2021-05-06T22:16:33.635Z] [ 77%] Built target template [2021-05-06T22:16:33.635Z] Scanning dependencies of target device-counter [2021-05-06T22:16:33.635Z] [ 79%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2021-05-06T22:16:33.635Z] [ 80%] Linking C executable device-counter [2021-05-06T22:16:33.635Z] [ 80%] Built target device-counter [2021-05-06T22:16:33.635Z] Scanning dependencies of target device-random [2021-05-06T22:16:33.635Z] [ 82%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2021-05-06T22:16:33.899Z] [ 84%] Linking C executable device-random [2021-05-06T22:16:33.899Z] [ 84%] Built target device-random [2021-05-06T22:16:33.899Z] Scanning dependencies of target device-gyro [2021-05-06T22:16:33.899Z] [ 85%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2021-05-06T22:16:33.899Z] [ 87%] Linking C executable device-gyro [2021-05-06T22:16:34.165Z] [ 87%] Built target device-gyro [2021-05-06T22:16:34.165Z] Scanning dependencies of target device-bitfields [2021-05-06T22:16:34.165Z] [ 88%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2021-05-06T22:16:34.165Z] [ 90%] Linking C executable device-bitfields [2021-05-06T22:16:34.165Z] [ 90%] Built target device-bitfields [2021-05-06T22:16:34.165Z] Scanning dependencies of target template-discovery [2021-05-06T22:16:34.165Z] [ 92%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2021-05-06T22:16:34.431Z] [ 93%] Linking C executable template-discovery [2021-05-06T22:16:34.431Z] [ 93%] Built target template-discovery [2021-05-06T22:16:34.431Z] Scanning dependencies of target device-file [2021-05-06T22:16:34.431Z] [ 95%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2021-05-06T22:16:34.707Z] [ 96%] Linking C executable device-file [2021-05-06T22:16:34.707Z] [ 96%] Built target device-file [2021-05-06T22:16:34.707Z] Scanning dependencies of target device-terminal [2021-05-06T22:16:34.707Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2021-05-06T22:16:34.707Z] [100%] Linking C executable device-terminal [2021-05-06T22:16:34.974Z] [100%] Built target device-terminal [2021-05-06T22:16:34.974Z] make: Entering directory '/tmp/sdk/build/release' [2021-05-06T22:16:34.974Z] make[1]: Entering directory '/tmp/sdk/build/release' [2021-05-06T22:16:34.974Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-06T22:16:34.974Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-06T22:16:34.974Z] [ 74%] Built target csdk [2021-05-06T22:16:34.974Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-06T22:16:34.974Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-06T22:16:34.974Z] [ 77%] Built target template [2021-05-06T22:16:34.974Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-06T22:16:34.974Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-06T22:16:34.974Z] [ 80%] Built target device-counter [2021-05-06T22:16:34.974Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-06T22:16:34.974Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-06T22:16:34.974Z] [ 84%] Built target device-random [2021-05-06T22:16:34.974Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-06T22:16:34.974Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-06T22:16:34.974Z] [ 87%] Built target device-gyro [2021-05-06T22:16:34.974Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-06T22:16:34.974Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-06T22:16:34.974Z] [ 90%] Built target device-bitfields [2021-05-06T22:16:34.974Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-06T22:16:34.974Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-06T22:16:34.974Z] [ 93%] Built target template-discovery [2021-05-06T22:16:34.974Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-06T22:16:34.974Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-06T22:16:34.974Z] [ 96%] Built target device-file [2021-05-06T22:16:34.974Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-06T22:16:35.241Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-06T22:16:35.241Z] [100%] Built target device-terminal [2021-05-06T22:16:35.241Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2021-05-06T22:16:35.241Z] Install the project... [2021-05-06T22:16:35.241Z] -- Install configuration: "Release" [2021-05-06T22:16:35.241Z] -- Installing: /usr/local/lib/libcsdk.so [2021-05-06T22:16:35.241Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2021-05-06T22:16:35.241Z] -- Up-to-date: /usr/local/include [2021-05-06T22:16:35.241Z] -- Installing: /usr/local/include/devsdk [2021-05-06T22:16:35.241Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2021-05-06T22:16:35.241Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2021-05-06T22:16:35.241Z] -- Installing: /usr/local/include/edgex [2021-05-06T22:16:35.241Z] -- Installing: /usr/local/include/edgex/devices.h [2021-05-06T22:16:35.241Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2021-05-06T22:16:35.241Z] -- Installing: /usr/local/include/edgex/edgex.h [2021-05-06T22:16:35.241Z] -- Installing: /usr/local/include/edgex/profiles.h [2021-05-06T22:16:35.241Z] -- Installing: /usr/local/include/edgex/rest-server.h [2021-05-06T22:16:35.241Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2021-05-06T22:16:35.241Z] -- Installing: /usr/local/include/iot [2021-05-06T22:16:35.241Z] -- Installing: /usr/local/include/iot/base64.h [2021-05-06T22:16:35.241Z] -- Installing: /usr/local/include/iot/component.h [2021-05-06T22:16:35.241Z] -- Installing: /usr/local/include/iot/config.h [2021-05-06T22:16:35.241Z] -- Installing: /usr/local/include/iot/container.h [2021-05-06T22:16:35.241Z] -- Installing: /usr/local/include/iot/data.h [2021-05-06T22:16:35.241Z] -- Installing: /usr/local/include/iot/hash.h [2021-05-06T22:16:35.241Z] -- Installing: /usr/local/include/iot/iot.h [2021-05-06T22:16:35.241Z] -- Installing: /usr/local/include/iot/json.h [2021-05-06T22:16:35.241Z] -- Installing: /usr/local/include/iot/logger.h [2021-05-06T22:16:35.241Z] -- Installing: /usr/local/include/iot/os.h [2021-05-06T22:16:35.241Z] -- Installing: /usr/local/include/iot/scheduler.h [2021-05-06T22:16:35.241Z] -- Installing: /usr/local/include/iot/thread.h [2021-05-06T22:16:35.241Z] -- Installing: /usr/local/include/iot/threadpool.h [2021-05-06T22:16:35.241Z] -- Installing: /usr/local/include/iot/time.h [2021-05-06T22:16:35.241Z] -- Installing: /usr/local/include/iot/typecode.h [2021-05-06T22:16:35.241Z] -- Installing: /usr/local/include/iot/os [2021-05-06T22:16:35.241Z] -- Installing: /usr/local/include/iot/os/linux.h [2021-05-06T22:16:35.241Z] -- Installing: /usr/local/include/iot/os/macos.h [2021-05-06T22:16:35.241Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2021-05-06T22:16:35.241Z] -- Installing: /usr/local/include/iot/defs.h [2021-05-06T22:16:35.241Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2021-05-06T22:16:35.241Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2021-05-06T22:16:35.241Z] make: Leaving directory '/tmp/sdk/build/release' [2021-05-06T22:16:37.191Z] Removing intermediate container b70a0400f14c [2021-05-06T22:16:37.191Z] ---> 8e7f38bee227 [2021-05-06T22:16:37.191Z] Step 16/25 : FROM ${BASE} [2021-05-06T22:16:37.191Z] ---> 5eabd8fd8ba2 [2021-05-06T22:16:37.191Z] Step 17/25 : LABEL maintainer="IOTech " [2021-05-06T22:16:37.457Z] ---> Running in bec197caae91 [2021-05-06T22:16:37.457Z] Removing intermediate container bec197caae91 [2021-05-06T22:16:37.457Z] ---> e89b0cd394a6 [2021-05-06T22:16:37.457Z] 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-06T22:16:37.724Z] ---> Running in 1d3e47a46b08 [2021-05-06T22:16:37.990Z] Connecting to iotech.jfrog.io (54.76.134.205:443) [2021-05-06T22:16:38.573Z] support@iotechsys.co 100% |********************************| 451 0:00:00 ETA [2021-05-06T22:16:38.573Z] [2021-05-06T22:16:38.850Z] Removing intermediate container 1d3e47a46b08 [2021-05-06T22:16:38.850Z] ---> 86341d3bd1b0 [2021-05-06T22:16:38.850Z] Step 19/25 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine/alpine-3.12' >> /etc/apk/repositories [2021-05-06T22:16:38.850Z] ---> Running in f3b9b4896b4b [2021-05-06T22:16:40.273Z] Removing intermediate container f3b9b4896b4b [2021-05-06T22:16:40.273Z] ---> 8acdd8b79f2c [2021-05-06T22:16:40.273Z] 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-06T22:16:40.273Z] ---> Running in 6d4c387fe0a3 [2021-05-06T22:16:40.866Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2021-05-06T22:16:41.826Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2021-05-06T22:16:42.094Z] fetch https://iotech.jfrog.io/artifactory/alpine/alpine-3.12/x86_64/APKINDEX.tar.gz [2021-05-06T22:16:42.360Z] (1/6) Installing curl (7.64.0-r5) [2021-05-06T22:16:42.360Z] (2/6) Installing hiredis (0.14.0-r0) [2021-05-06T22:16:42.629Z] (3/6) Installing hiredis-dev (0.14.0-r0) [2021-05-06T22:16:42.629Z] (4/6) Installing libuuid (2.33-r0) [2021-05-06T22:16:42.629Z] (5/6) Installing paho-mqtt-c-dev (1.3.5-r0) [2021-05-06T22:16:44.033Z] (6/6) Installing wget (1.20.3-r0) [2021-05-06T22:16:44.298Z] Executing busybox-1.29.3-r10.trigger [2021-05-06T22:16:44.298Z] OK: 269 MiB in 81 packages [2021-05-06T22:16:44.879Z] Removing intermediate container 6d4c387fe0a3 [2021-05-06T22:16:44.879Z] ---> 19c1c6be2960 [2021-05-06T22:16:44.879Z] Step 21/25 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2021-05-06T22:16:45.145Z] ---> a5241649e23a [2021-05-06T22:16:45.145Z] Step 22/25 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2021-05-06T22:16:45.412Z] ---> 498a7f418d24 [2021-05-06T22:16:45.412Z] Step 23/25 : COPY --from=builder /usr/local/lib /usr/local/lib [2021-05-06T22:16:45.678Z] ---> de7236209ab7 [2021-05-06T22:16:45.678Z] Step 24/25 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2021-05-06T22:16:45.943Z] ---> 275568d402bb [2021-05-06T22:16:45.943Z] Step 25/25 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2021-05-06T22:16:46.208Z] ---> 79aa82ce5c5a [2021-05-06T22:16:46.208Z] Successfully built 79aa82ce5c5a [2021-05-06T22:16:46.208Z] 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-06T22:16:46.630Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-06T22:16:46.631Z] . [Pipeline] withDockerContainer [2021-05-06T22:16:46.744Z] prd-centos7-docker-4c-2g-3337 does not seem to be running inside a container [2021-05-06T22:16:46.805Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/3 -v /w/workspace/device-sdk-c/3:/w/workspace/device-sdk-c/3:rw,z -v /w/workspace/device-sdk-c/3@tmp:/w/workspace/device-sdk-c/3@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-06T22:16:47.591Z] $ docker top 161c4d318e5016b5b2908cdd9cfa28057014efeecf003740d9534bcd2ee5cca7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T22:16:48.014Z] + make test [2021-05-06T22:16:48.014Z] echo "make test" [2021-05-06T22:16:48.014Z] make test [Pipeline] } [2021-05-06T22:16:48.033Z] $ docker stop --time=1 161c4d318e5016b5b2908cdd9cfa28057014efeecf003740d9534bcd2ee5cca7 [2021-05-06T22:16:49.374Z] $ docker rm -f 161c4d318e5016b5b2908cdd9cfa28057014efeecf003740d9534bcd2ee5cca7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-06T22:16:52.309Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-06T22:16:52.616Z] + ls -al . [2021-05-06T22:16:52.616Z] total 160 [2021-05-06T22:16:52.616Z] drwxrwxr-x. 8 jenkins jenkins 260 May 6 22:15 . [2021-05-06T22:16:52.616Z] drwxrwxr-x. 4 jenkins jenkins 28 May 6 22:15 .. [2021-05-06T22:16:52.616Z] -rw-rw-r--. 1 jenkins jenkins 3104 May 6 22:15 Attribution.txt [2021-05-06T22:16:52.616Z] -rw-rw-r--. 1 jenkins jenkins 7200 May 6 22:15 CHANGES [2021-05-06T22:16:52.616Z] drwxrwxr-x. 2 jenkins jenkins 121 May 6 22:15 docs [2021-05-06T22:16:52.616Z] -rw-rw-r--. 1 jenkins jenkins 108574 May 6 22:15 Doxyfile [2021-05-06T22:16:52.616Z] drwxrwxr-x. 8 jenkins jenkins 179 May 6 22:15 .git [2021-05-06T22:16:52.616Z] drwxrwxr-x. 2 jenkins jenkins 81 May 6 22:15 .github [2021-05-06T22:16:52.616Z] -rw-rw-r--. 1 jenkins jenkins 176 May 6 22:15 .gitignore [2021-05-06T22:16:52.616Z] drwxrwxr-x. 4 jenkins jenkins 33 May 6 22:15 include [2021-05-06T22:16:52.616Z] -rw-rw-r--. 1 jenkins jenkins 784 May 6 22:15 Jenkinsfile [2021-05-06T22:16:52.616Z] -rw-rw-r--. 1 jenkins jenkins 10174 May 6 22:15 LICENSE [2021-05-06T22:16:52.616Z] -rw-rw-r--. 1 jenkins jenkins 444 May 6 22:15 Makefile [2021-05-06T22:16:52.616Z] -rw-rw-r--. 1 jenkins jenkins 4090 May 6 22:15 README.md [2021-05-06T22:16:52.616Z] -rw-rw-r--. 1 jenkins jenkins 6654 May 6 22:15 README.v2.md [2021-05-06T22:16:52.616Z] drwxrwxr-x. 2 jenkins jenkins 98 May 6 22:15 scripts [2021-05-06T22:16:52.616Z] drwxrwxr-x. 4 jenkins jenkins 50 May 6 22:15 src [2021-05-06T22:16:52.616Z] -rw-rw-r--. 1 jenkins jenkins 5 May 6 22:14 VERSION [Pipeline] isUnix [Pipeline] sh [2021-05-06T22:16:52.930Z] + docker build -t docker-device-sdk-c -f scripts/Dockerfile.alpine --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=11247ee6712f988fdcf59756d1d21e31bb29255a --label arch=amd64 --label version=0.0.0 . [2021-05-06T22:16:52.930Z] Sending build context to Docker daemon 2.633MB [2021-05-06T22:16:52.930Z] Step 1/17 : ARG BASE=alpine:3.12 [2021-05-06T22:16:52.930Z] Step 2/17 : FROM ${BASE} [2021-05-06T22:16:52.930Z] ---> 79aa82ce5c5a [2021-05-06T22:16:52.930Z] Step 3/17 : LABEL maintainer="IOTech " [2021-05-06T22:16:53.194Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3339 in /w/workspace/edgexfoundry_device-sdk-c_PR-343 [Pipeline] { [Pipeline] ws [2021-05-06T22:16:53.211Z] Running in /w/workspace/device-sdk-c/3 [Pipeline] { [Pipeline] checkout [2021-05-06T22:16:53.890Z] ---> Running in 2c18db4084df [2021-05-06T22:16:53.890Z] Removing intermediate container 2c18db4084df [2021-05-06T22:16:53.890Z] ---> 2d1a625618cf [2021-05-06T22:16:53.890Z] 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-06T22:16:53.890Z] ---> Running in 1bf4ed12d196 [2021-05-06T22:16:54.852Z] --2021-05-06 22:16:54-- https://iotech.jfrog.io/artifactory/alpine/KEY/support@iotechsys.com-5b990dd9.pub [2021-05-06T22:16:54.852Z] Resolving iotech.jfrog.io... 52.209.221.241, 52.209.226.76, 54.171.22.102, ... [2021-05-06T22:16:54.852Z] Connecting to iotech.jfrog.io|52.209.221.241|:443... connected. [2021-05-06T22:16:55.120Z] HTTP request sent, awaiting response... 200 OK [2021-05-06T22:16:55.120Z] Length: 451 [application/octet-stream] [2021-05-06T22:16:55.120Z] Saving to: '/etc/apk/keys/support@iotechsys.com-5b990dd9.pub' [2021-05-06T22:16:55.120Z]  [2021-05-06T22:16:55.120Z] 0K 100% 32.9M=0s [2021-05-06T22:16:55.120Z] [2021-05-06T22:16:55.120Z] 2021-05-06 22:16:54 (32.9 MB/s) - '/etc/apk/keys/support@iotechsys.com-5b990dd9.pub' saved [451/451] [2021-05-06T22:16:55.120Z] [2021-05-06T22:16:55.722Z] Removing intermediate container 1bf4ed12d196 [2021-05-06T22:16:55.722Z] ---> 32ed3b114c8a [2021-05-06T22:16:55.722Z] Step 5/17 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine/alpine-3.12' >> /etc/apk/repositories [2021-05-06T22:16:55.722Z] ---> Running in 9dce46c96003 [2021-05-06T22:16:56.684Z] Removing intermediate container 9dce46c96003 [2021-05-06T22:16:56.684Z] ---> b2933b91fef7 [2021-05-06T22:16:56.684Z] 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-06T22:16:56.684Z] ---> Running in b7cac1b72b25 [2021-05-06T22:16:57.268Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2021-05-06T22:16:57.901Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2021-05-06T22:16:58.683Z] using credential edgex-jenkins-ssh [2021-05-06T22:16:58.701Z] Cloning the remote Git repository [2021-05-06T22:16:58.856Z] fetch https://iotech.jfrog.io/artifactory/alpine/alpine-3.12/x86_64/APKINDEX.tar.gz [2021-05-06T22:16:59.482Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2021-05-06T22:16:59.482Z] (2/6) Installing libblkid (2.33-r0) [2021-05-06T22:16:59.482Z] (3/6) Installing libfdisk (2.33-r0) [2021-05-06T22:16:59.482Z] (4/6) Installing libmount (2.33-r0) [2021-05-06T22:16:58.755Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2021-05-06T22:16:58.899Z] > git init /w/workspace/device-sdk-c/3 # timeout=10 [2021-05-06T22:16:58.996Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2021-05-06T22:16:58.996Z] > git --version # timeout=10 [2021-05-06T22:16:59.024Z] > git --version # 'git version 2.17.1' [2021-05-06T22:16:59.026Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T22:16:59.130Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-06T22:16:59.772Z] (5/6) Installing libsmartcols (2.33-r0) [2021-05-06T22:16:59.772Z] (6/6) Installing util-linux-dev (2.33-r0) [2021-05-06T22:17:00.067Z] Executing busybox-1.29.3-r10.trigger [2021-05-06T22:17:00.067Z] OK: 273 MiB in 87 packages [2021-05-06T22:17:00.256Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2021-05-06T22:17:00.277Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-06T22:17:00.303Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2021-05-06T22:17:00.337Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2021-05-06T22:17:00.338Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T22:17:00.348Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/343/head:refs/remotes/origin/PR-343 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-06T22:17:01.012Z] Merging remotes/origin/master commit a1bd3e4e984760685c7a391cc08f5a8ab2e71757 into PR head commit 11247ee6712f988fdcf59756d1d21e31bb29255a [2021-05-06T22:17:01.225Z] Merge succeeded, producing 11247ee6712f988fdcf59756d1d21e31bb29255a [2021-05-06T22:17:01.226Z] Checking out Revision 11247ee6712f988fdcf59756d1d21e31bb29255a (PR-343) [2021-05-06T22:17:01.548Z] Removing intermediate container b7cac1b72b25 [2021-05-06T22:17:01.548Z] ---> 36f56d70ab31 [2021-05-06T22:17:01.548Z] Step 7/17 : COPY VERSION /edgex-c-sdk/ [2021-05-06T22:17:01.825Z] ---> 6cdfd529b2a1 [2021-05-06T22:17:01.825Z] Step 8/17 : COPY src /edgex-c-sdk/src/ [2021-05-06T22:17:01.031Z] > git config core.sparsecheckout # timeout=10 [2021-05-06T22:17:01.050Z] > git checkout -f 11247ee6712f988fdcf59756d1d21e31bb29255a # timeout=10 [2021-05-06T22:17:01.159Z] > git remote # timeout=10 [2021-05-06T22:17:01.174Z] > git config --get remote.origin.url # timeout=10 [2021-05-06T22:17:01.184Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T22:17:01.194Z] > git merge a1bd3e4e984760685c7a391cc08f5a8ab2e71757 # timeout=10 [2021-05-06T22:17:01.216Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-06T22:17:01.235Z] > git config core.sparsecheckout # timeout=10 [2021-05-06T22:17:01.248Z] > git checkout -f 11247ee6712f988fdcf59756d1d21e31bb29255a # timeout=10 [2021-05-06T22:17:02.843Z] ---> c63cb286393e [2021-05-06T22:17:02.843Z] Step 9/17 : COPY include /edgex-c-sdk/include/ [2021-05-06T22:17:03.549Z] ---> e3ffd01a5fb4 [2021-05-06T22:17:03.549Z] Step 10/17 : COPY scripts /edgex-c-sdk/scripts [2021-05-06T22:17:03.887Z] ---> f988958e769a [2021-05-06T22:17:03.887Z] Step 11/17 : COPY LICENSE /edgex-c-sdk/ [2021-05-06T22:17:04.531Z] ---> cbe78dac267a [2021-05-06T22:17:04.531Z] Step 12/17 : COPY Attribution.txt /edgex-c-sdk/ [2021-05-06T22:17:04.821Z] ---> 278fea828871 [2021-05-06T22:17:04.821Z] Step 13/17 : WORKDIR /edgex-c-sdk [2021-05-06T22:17:04.821Z] ---> Running in 178a99bacce7 [2021-05-06T22:17:05.121Z] Removing intermediate container 178a99bacce7 [2021-05-06T22:17:05.121Z] ---> 4309b4fef042 [2021-05-06T22:17:05.121Z] Step 14/17 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2021-05-06T22:17:05.391Z] ---> Running in ba2809087f0e [2021-05-06T22:17:05.508Z] Commit message: "refactor: Use async client library for MQTT (#258)" [2021-05-06T22:17:05.657Z] Removing intermediate container ba2809087f0e [2021-05-06T22:17:05.657Z] ---> 44e43315b8aa [2021-05-06T22:17:05.657Z] Step 15/17 : LABEL arch=amd64 [2021-05-06T22:17:05.657Z] ---> Running in 85cc36340e93 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-06T22:17:05.938Z] Removing intermediate container 85cc36340e93 [2021-05-06T22:17:05.938Z] ---> ad1a77ed4be6 [2021-05-06T22:17:05.938Z] Step 16/17 : LABEL git_sha=11247ee6712f988fdcf59756d1d21e31bb29255a [2021-05-06T22:17:05.938Z] ---> Running in f6247621e4c3 [2021-05-06T22:17:06.211Z] Removing intermediate container f6247621e4c3 [2021-05-06T22:17:06.211Z] ---> 4e8821141932 [2021-05-06T22:17:06.211Z] Step 17/17 : LABEL version=0.0.0 [2021-05-06T22:17:06.211Z] ---> Running in 6a8c592cbf81 [2021-05-06T22:17:06.484Z] Removing intermediate container 6a8c592cbf81 [2021-05-06T22:17:06.484Z] ---> 7de6622f7f26 [2021-05-06T22:17:06.484Z] [Warning] One or more build-args [MAKE ARCH] were not consumed [2021-05-06T22:17:06.484Z] Successfully built 7de6622f7f26 [2021-05-06T22:17:06.484Z] Successfully tagged docker-device-sdk-c:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-06T22:17:06.950Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-06T22:17:07.362Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-06T22:17:07.706Z] + sudo service docker restart [2021-05-06T22:17:07.706Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-06T22:17:10.366Z] provisioning config files... [2021-05-06T22:17:10.408Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/device-sdk-c/3@tmp/config5001464326117951394tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-06T22:17:10.774Z] ---> docker-login.sh [2021-05-06T22:17:10.774Z] nexus3.edgexfoundry.org:10001 [2021-05-06T22:17:11.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T22:17:11.975Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T22:17:11.975Z] Configure a credential helper to remove this warning. See [2021-05-06T22:17:11.975Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T22:17:11.975Z] [2021-05-06T22:17:11.975Z] Login Succeeded [2021-05-06T22:17:11.975Z] nexus3.edgexfoundry.org:10002 [2021-05-06T22:17:12.252Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T22:17:12.252Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T22:17:12.252Z] Configure a credential helper to remove this warning. See [2021-05-06T22:17:12.252Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T22:17:12.252Z] [2021-05-06T22:17:12.252Z] Login Succeeded [2021-05-06T22:17:12.252Z] nexus3.edgexfoundry.org:10003 [2021-05-06T22:17:12.850Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T22:17:12.850Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T22:17:12.850Z] Configure a credential helper to remove this warning. See [2021-05-06T22:17:12.850Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T22:17:12.850Z] [2021-05-06T22:17:12.850Z] Login Succeeded [2021-05-06T22:17:12.850Z] nexus3.edgexfoundry.org:10004 [2021-05-06T22:17:13.122Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T22:17:13.396Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T22:17:13.396Z] Configure a credential helper to remove this warning. See [2021-05-06T22:17:13.396Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T22:17:13.396Z] [2021-05-06T22:17:13.396Z] Login Succeeded [2021-05-06T22:17:13.396Z] docker.io [2021-05-06T22:17:13.671Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T22:17:13.941Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T22:17:13.941Z] Configure a credential helper to remove this warning. See [2021-05-06T22:17:13.941Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T22:17:13.942Z] [2021-05-06T22:17:13.942Z] Login Succeeded [2021-05-06T22:17:13.942Z] ---> docker-login.sh ends [Pipeline] } [2021-05-06T22:17:13.958Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-06T22:17:14.236Z] ========================================================= [2021-05-06T22:17:14.236Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] [2021-05-06T22:17:14.236Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-06T22:17:14.583Z] + 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-06T22:17:14.860Z] Sending build context to Docker daemon 2.632MB [2021-05-06T22:17:15.139Z] Step 1/25 : ARG BASE=alpine:3.12 [2021-05-06T22:17:15.139Z] Step 2/25 : FROM ${BASE} as builder [2021-05-06T22:17:15.139Z] latest: Pulling from edgex-devops/edgex-gcc-base-arm64 [2021-05-06T22:17:15.139Z] 0362ad1dd800: Pulling fs layer [2021-05-06T22:17:15.139Z] f2cdb1532d8b: Pulling fs layer [2021-05-06T22:17:15.139Z] 37ed683be191: Pulling fs layer [2021-05-06T22:17:15.139Z] f2cdb1532d8b: Verifying Checksum [2021-05-06T22:17:15.139Z] f2cdb1532d8b: Download complete [2021-05-06T22:17:15.139Z] 0362ad1dd800: Download complete [2021-05-06T22:17:16.116Z] 0362ad1dd800: Pull complete [2021-05-06T22:17:16.116Z] f2cdb1532d8b: Pull complete [2021-05-06T22:17:17.552Z] 37ed683be191: Verifying Checksum [2021-05-06T22:17:17.552Z] 37ed683be191: Download complete [2021-05-06T22:17:25.866Z] 37ed683be191: Pull complete [2021-05-06T22:17:25.866Z] Digest: sha256:f3a502aba7c4a8aa4a4fcde21dbb9db33787f3779e80dd14fb3ea60ab67de23f [2021-05-06T22:17:25.866Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest [2021-05-06T22:17:25.866Z] ---> b23d30803547 [2021-05-06T22:17:25.866Z] 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-06T22:17:27.843Z] ---> Running in e32bb4241141 [2021-05-06T22:17:28.818Z] Connecting to iotech.jfrog.io (52.209.221.241:443) [2021-05-06T22:17:29.094Z] support@iotechsys.co 100% |********************************| 451 0:00:00 ETA [2021-05-06T22:17:29.094Z] [2021-05-06T22:17:30.101Z] Removing intermediate container e32bb4241141 [2021-05-06T22:17:30.101Z] ---> 4fe6974ee4fb [2021-05-06T22:17:30.101Z] Step 4/25 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine/alpine-3.12' >> /etc/apk/repositories [2021-05-06T22:17:30.372Z] ---> Running in d4ec130fda44 [2021-05-06T22:17:32.349Z] Removing intermediate container d4ec130fda44 [2021-05-06T22:17:32.349Z] ---> bc814a1244e9 [2021-05-06T22:17:32.349Z] 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-06T22:17:32.349Z] ---> Running in 1a835650379a [2021-05-06T22:17:33.334Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2021-05-06T22:17:34.316Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2021-05-06T22:17:35.287Z] fetch https://iotech.jfrog.io/artifactory/alpine/alpine-3.12/aarch64/APKINDEX.tar.gz [2021-05-06T22:17:35.559Z] (1/11) Installing hiredis (0.14.0-r0) [2021-05-06T22:17:35.830Z] (2/11) Installing hiredis-dev (0.14.0-r0) [2021-05-06T22:17:35.830Z] (3/11) Installing ncurses-dev (6.1_p20190105-r0) [2021-05-06T22:17:35.830Z] (4/11) Installing paho-mqtt-c-dev (1.3.5-r0) [2021-05-06T22:17:37.265Z] (5/11) Installing libuuid (2.33-r0) [2021-05-06T22:17:37.265Z] (6/11) Installing libblkid (2.33-r0) [2021-05-06T22:17:37.536Z] (7/11) Installing libfdisk (2.33-r0) [2021-05-06T22:17:37.808Z] (8/11) Installing libmount (2.33-r0) [2021-05-06T22:17:37.808Z] (9/11) Installing libsmartcols (2.33-r0) [2021-05-06T22:17:37.808Z] (10/11) Installing util-linux-dev (2.33-r0) [2021-05-06T22:17:38.781Z] (11/11) Installing wget (1.20.3-r0) [2021-05-06T22:17:38.781Z] Executing busybox-1.29.3-r10.trigger [2021-05-06T22:17:38.781Z] OK: 287 MiB in 86 packages [2021-05-06T22:17:40.213Z] Removing intermediate container 1a835650379a [2021-05-06T22:17:40.213Z] ---> 595faf451245 [2021-05-06T22:17:40.213Z] Step 6/25 : ENV CBOR_VERSION=0.5.0 [2021-05-06T22:17:40.213Z] ---> Running in 85de3e09b21b [2021-05-06T22:17:40.486Z] Removing intermediate container 85de3e09b21b [2021-05-06T22:17:40.486Z] ---> 1b92973b7218 [2021-05-06T22:17:40.486Z] 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-06T22:17:40.758Z] ---> Running in c2421ecfbd1d [2021-05-06T22:17:41.730Z] --2021-05-06 22:17:41-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2021-05-06T22:17:41.730Z] Resolving github.com... 140.82.113.4 [2021-05-06T22:17:41.730Z] Connecting to github.com|140.82.113.4|:443... connected. [2021-05-06T22:17:42.000Z] HTTP request sent, awaiting response... 302 Found [2021-05-06T22:17:42.000Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2021-05-06T22:17:42.001Z] --2021-05-06 22:17:41-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2021-05-06T22:17:42.001Z] Resolving codeload.github.com... 140.82.113.10 [2021-05-06T22:17:42.001Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2021-05-06T22:17:42.001Z] HTTP request sent, awaiting response... 200 OK [2021-05-06T22:17:42.001Z] Length: unspecified [application/x-gzip] [2021-05-06T22:17:42.001Z] Saving to: 'STDOUT' [2021-05-06T22:17:42.001Z]  [2021-05-06T22:17:42.001Z] 0K .......... .......... .......... .......... .......... 1.56M [2021-05-06T22:17:42.001Z] 50K .......... .......... .......... .......... .......... 3.24M [2021-05-06T22:17:42.001Z] 100K .......... .......... .......... .......... .......... 10.3M [2021-05-06T22:17:42.001Z] 150K .......... .......... .......... .......... .......... 4.68M [2021-05-06T22:17:42.001Z] 200K .......... .......... .......... .......... .......... 10.7M [2021-05-06T22:17:42.001Z] 250K .......... .......... .......... .......... .......... 3.33M [2021-05-06T22:17:42.001Z] 300K .......... .......... .......... .......... .......... 3.97M [2021-05-06T22:17:42.274Z] 350K .......... .......... .......... .......... .......... 2.96M [2021-05-06T22:17:42.274Z] 400K .......... .......... .......... .......... .......... 5.05M [2021-05-06T22:17:42.274Z] 450K .......... .......... .......... .......... .......... 3.41M [2021-05-06T22:17:42.274Z] 500K .......... .......... .......... .......... .......... 6.04M [2021-05-06T22:17:42.274Z] 550K .......... .......... .......... .......... .......... 2.49M [2021-05-06T22:17:42.274Z] 600K .......... .......... .......... .......... .......... 955K [2021-05-06T22:17:42.274Z] 650K .......... .......... .......... .......... .......... 1.91M [2021-05-06T22:17:42.274Z] 700K ..  4.28M=0.2s [2021-05-06T22:17:42.274Z] [2021-05-06T22:17:42.274Z] 2021-05-06 22:17:42 (2.86 MB/s) - written to stdout [719348] [2021-05-06T22:17:42.274Z] [2021-05-06T22:17:42.545Z] -- The C compiler identification is GNU 8.3.0 [2021-05-06T22:17:42.814Z] -- The CXX compiler identification is GNU 8.3.0 [2021-05-06T22:17:42.814Z] -- Check for working C compiler: /usr/bin/cc [2021-05-06T22:17:43.085Z] -- Check for working C compiler: /usr/bin/cc -- works [2021-05-06T22:17:43.085Z] -- Detecting C compiler ABI info [2021-05-06T22:17:43.355Z] -- Detecting C compiler ABI info - done [2021-05-06T22:17:43.355Z] -- Detecting C compile features [2021-05-06T22:17:43.949Z] -- Detecting C compile features - done [2021-05-06T22:17:43.949Z] -- Check for working CXX compiler: /usr/bin/c++ [2021-05-06T22:17:44.223Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2021-05-06T22:17:44.224Z] -- Detecting CXX compiler ABI info [2021-05-06T22:17:44.495Z] -- Detecting CXX compiler ABI info - done [2021-05-06T22:17:44.495Z] -- Detecting CXX compile features [2021-05-06T22:17:45.924Z] -- Detecting CXX compile features - done [2021-05-06T22:17:45.924Z] -- Looking for include file endian.h [2021-05-06T22:17:46.198Z] -- Looking for include file endian.h - found [2021-05-06T22:17:46.198Z] -- Check if the system is big endian [2021-05-06T22:17:46.198Z] -- Searching 16 bit integer [2021-05-06T22:17:46.198Z] -- Looking for sys/types.h [2021-05-06T22:17:46.471Z] -- Looking for sys/types.h - found [2021-05-06T22:17:46.471Z] -- Looking for stdint.h [2021-05-06T22:17:46.743Z] -- Looking for stdint.h - found [2021-05-06T22:17:46.743Z] -- Looking for stddef.h [2021-05-06T22:17:47.022Z] -- Looking for stddef.h - found [2021-05-06T22:17:47.022Z] -- Check size of unsigned short [2021-05-06T22:17:47.295Z] -- Check size of unsigned short - done [2021-05-06T22:17:47.295Z] -- Using unsigned short [2021-05-06T22:17:47.295Z] -- Check if the system is big endian - little endian [2021-05-06T22:17:47.569Z] -- Check size of size_t [2021-05-06T22:17:47.841Z] -- Check size of size_t - done [2021-05-06T22:17:47.841Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2021-05-06T22:17:47.841Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2021-05-06T22:17:47.841Z] asked CMake to find a package configuration file provided by "cJSON", but [2021-05-06T22:17:47.841Z] CMake did not find one. [2021-05-06T22:17:47.841Z] [2021-05-06T22:17:47.841Z] Could not find a package configuration file provided by "cJSON" with any of [2021-05-06T22:17:47.841Z] the following names: [2021-05-06T22:17:47.841Z] [2021-05-06T22:17:47.841Z] cJSONConfig.cmake [2021-05-06T22:17:47.841Z] cjson-config.cmake [2021-05-06T22:17:47.841Z] [2021-05-06T22:17:47.841Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2021-05-06T22:17:47.841Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2021-05-06T22:17:47.841Z] provides a separate development package or SDK, be sure it has been [2021-05-06T22:17:47.841Z] installed. [2021-05-06T22:17:47.841Z] [2021-05-06T22:17:47.841Z] [2021-05-06T22:17:47.841Z] -- Configuring done [2021-05-06T22:17:47.841Z] -- Generating done [2021-05-06T22:17:48.113Z] -- Build files have been written to: /tmp/cbor [2021-05-06T22:17:48.113Z] Scanning dependencies of target cbor_shared [2021-05-06T22:17:48.113Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2021-05-06T22:17:49.088Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2021-05-06T22:17:49.360Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2021-05-06T22:17:49.631Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2021-05-06T22:17:50.224Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2021-05-06T22:17:50.496Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2021-05-06T22:17:50.768Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2021-05-06T22:17:50.768Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2021-05-06T22:17:51.039Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2021-05-06T22:17:51.311Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2021-05-06T22:17:51.905Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2021-05-06T22:17:52.176Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2021-05-06T22:17:52.448Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2021-05-06T22:17:53.043Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2021-05-06T22:17:53.043Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2021-05-06T22:17:53.315Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2021-05-06T22:17:53.587Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2021-05-06T22:17:53.863Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2021-05-06T22:17:54.147Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2021-05-06T22:17:54.418Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2021-05-06T22:17:54.690Z] [ 40%] Linking C shared library libcbor.so [2021-05-06T22:17:54.690Z] [ 40%] Built target cbor_shared [2021-05-06T22:17:54.690Z] Scanning dependencies of target cbor [2021-05-06T22:17:54.690Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2021-05-06T22:17:55.665Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2021-05-06T22:17:56.258Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2021-05-06T22:17:56.258Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2021-05-06T22:17:57.684Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2021-05-06T22:17:57.684Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2021-05-06T22:17:57.957Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2021-05-06T22:17:57.957Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2021-05-06T22:17:58.229Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2021-05-06T22:17:58.821Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2021-05-06T22:17:59.414Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2021-05-06T22:17:59.688Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2021-05-06T22:17:59.960Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2021-05-06T22:18:00.232Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2021-05-06T22:18:00.504Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2021-05-06T22:18:00.776Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2021-05-06T22:18:01.048Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2021-05-06T22:18:01.319Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2021-05-06T22:18:01.611Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2021-05-06T22:18:01.882Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2021-05-06T22:18:02.154Z] [ 80%] Linking C static library libcbor.a [2021-05-06T22:18:02.154Z] [ 80%] Built target cbor [2021-05-06T22:18:02.154Z] Scanning dependencies of target create_items [2021-05-06T22:18:02.154Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2021-05-06T22:18:02.426Z] [ 84%] Linking C executable create_items [2021-05-06T22:18:02.426Z] [ 84%] Built target create_items [2021-05-06T22:18:02.426Z] Scanning dependencies of target readfile [2021-05-06T22:18:02.426Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2021-05-06T22:18:02.699Z] [ 88%] Linking C executable readfile [2021-05-06T22:18:02.972Z] [ 88%] Built target readfile [2021-05-06T22:18:02.972Z] Scanning dependencies of target streaming_parser [2021-05-06T22:18:02.972Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2021-05-06T22:18:03.244Z] [ 92%] Linking C executable streaming_parser [2021-05-06T22:18:03.244Z] [ 92%] Built target streaming_parser [2021-05-06T22:18:03.244Z] Scanning dependencies of target sort [2021-05-06T22:18:03.244Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2021-05-06T22:18:03.517Z] [ 96%] Linking C executable sort [2021-05-06T22:18:03.517Z] [ 96%] Built target sort [2021-05-06T22:18:03.517Z] Scanning dependencies of target hello [2021-05-06T22:18:03.517Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2021-05-06T22:18:03.788Z] [100%] Linking C executable hello [2021-05-06T22:18:03.788Z] [100%] Built target hello [2021-05-06T22:18:03.788Z] Install the project... [2021-05-06T22:18:03.788Z] -- Install configuration: "Release" [2021-05-06T22:18:03.788Z] -- Installing: /usr/local/include/cbor/configuration.h [2021-05-06T22:18:03.788Z] -- Installing: /usr/local/lib64/libcbor.a [2021-05-06T22:18:03.788Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2021-05-06T22:18:03.788Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2021-05-06T22:18:03.788Z] -- Installing: /usr/local/lib64/libcbor.so [2021-05-06T22:18:03.788Z] -- Up-to-date: /usr/local/include/cbor [2021-05-06T22:18:03.788Z] -- Installing: /usr/local/include/cbor/streaming.h [2021-05-06T22:18:03.788Z] -- Installing: /usr/local/include/cbor/ints.h [2021-05-06T22:18:03.788Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2021-05-06T22:18:03.788Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2021-05-06T22:18:03.788Z] -- Installing: /usr/local/include/cbor/encoding.h [2021-05-06T22:18:03.788Z] -- Installing: /usr/local/include/cbor/serialization.h [2021-05-06T22:18:03.788Z] -- Installing: /usr/local/include/cbor/data.h [2021-05-06T22:18:03.788Z] -- Installing: /usr/local/include/cbor/common.h [2021-05-06T22:18:03.788Z] -- Installing: /usr/local/include/cbor/callbacks.h [2021-05-06T22:18:03.788Z] -- Installing: /usr/local/include/cbor/strings.h [2021-05-06T22:18:03.788Z] -- Installing: /usr/local/include/cbor/tags.h [2021-05-06T22:18:03.788Z] -- Installing: /usr/local/include/cbor/internal [2021-05-06T22:18:03.788Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2021-05-06T22:18:03.788Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2021-05-06T22:18:03.788Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2021-05-06T22:18:03.788Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2021-05-06T22:18:03.788Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2021-05-06T22:18:03.788Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2021-05-06T22:18:03.788Z] -- Installing: /usr/local/include/cbor/arrays.h [2021-05-06T22:18:03.788Z] -- Installing: /usr/local/include/cbor/maps.h [2021-05-06T22:18:03.788Z] -- Installing: /usr/local/include/cbor.h [2021-05-06T22:18:03.788Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2021-05-06T22:18:06.405Z] Removing intermediate container c2421ecfbd1d [2021-05-06T22:18:06.405Z] ---> 09af06a9a913 [2021-05-06T22:18:06.405Z] Step 8/25 : RUN mkdir /tmp/sdk [2021-05-06T22:18:06.405Z] ---> Running in 76ee3abcd43a [2021-05-06T22:18:08.381Z] Removing intermediate container 76ee3abcd43a [2021-05-06T22:18:08.381Z] ---> b3dfbdbe43e1 [2021-05-06T22:18:08.381Z] Step 9/25 : COPY VERSION /tmp/sdk [2021-05-06T22:18:08.974Z] ---> f45b8dafb59d [2021-05-06T22:18:08.974Z] Step 10/25 : COPY src /tmp/sdk/src [2021-05-06T22:18:09.952Z] ---> f61bacc6cc8a [2021-05-06T22:18:09.952Z] Step 11/25 : COPY include /tmp/sdk/include [2021-05-06T22:18:10.546Z] ---> 7b1884a249c1 [2021-05-06T22:18:10.546Z] Step 12/25 : COPY scripts /tmp/sdk/scripts [2021-05-06T22:18:11.158Z] ---> aa9a17ced375 [2021-05-06T22:18:11.158Z] Step 13/25 : COPY LICENSE /tmp/sdk [2021-05-06T22:18:12.134Z] ---> ff430afebb96 [2021-05-06T22:18:12.134Z] Step 14/25 : COPY Attribution.txt /tmp/sdk [2021-05-06T22:18:12.728Z] ---> c5b2e2bcb39e [2021-05-06T22:18:12.729Z] Step 15/25 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2021-05-06T22:18:13.009Z] ---> Running in e29abd1b83e4 [2021-05-06T22:18:13.985Z] + CPPCHECK=false [2021-05-06T22:18:13.985Z] + DOCGEN=false [2021-05-06T22:18:13.985Z] + TOMLVER=SDK-0.2 [2021-05-06T22:18:13.985Z] + CUTILVER=1.1.4 [2021-05-06T22:18:13.985Z] + '[' 0 -gt 0 ] [2021-05-06T22:18:13.985Z] + readlink -f ./scripts/build.sh [2021-05-06T22:18:13.985Z] + dirname /tmp/sdk/scripts/build.sh [2021-05-06T22:18:13.985Z] + dirname /tmp/sdk/scripts [2021-05-06T22:18:13.985Z] + ROOT=/tmp/sdk [2021-05-06T22:18:13.985Z] + cd /tmp/sdk [2021-05-06T22:18:13.985Z] + '[' '!' -d deps ] [2021-05-06T22:18:13.985Z] + mkdir deps [2021-05-06T22:18:13.985Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2021-05-06T22:18:13.985Z] + tar -C deps -z -x -f - [2021-05-06T22:18:13.985Z] --2021-05-06 22:18:13-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2021-05-06T22:18:13.985Z] Resolving github.com... 140.82.113.4 [2021-05-06T22:18:13.985Z] Connecting to github.com|140.82.113.4|:443... connected. [2021-05-06T22:18:13.985Z] HTTP request sent, awaiting response... 302 Found [2021-05-06T22:18:13.985Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2021-05-06T22:18:13.985Z] --2021-05-06 22:18:13-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2021-05-06T22:18:13.985Z] Resolving codeload.github.com... 140.82.113.10 [2021-05-06T22:18:13.985Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2021-05-06T22:18:14.256Z] HTTP request sent, awaiting response... 200 OK [2021-05-06T22:18:14.256Z] Length: unspecified [application/x-gzip] [2021-05-06T22:18:14.256Z] Saving to: 'STDOUT' [2021-05-06T22:18:14.256Z] [2021-05-06T22:18:14.256Z] 0K .......... ...... 980K=0.02s [2021-05-06T22:18:14.256Z] [2021-05-06T22:18:14.256Z] 2021-05-06 22:18:14 (980 KB/s) - written to stdout [16451] [2021-05-06T22:18:14.256Z] [2021-05-06T22:18:14.256Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2021-05-06T22:18:14.256Z] + + tarwget -C -O deps - -z https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz -x [2021-05-06T22:18:14.256Z]  -f - [2021-05-06T22:18:14.256Z] --2021-05-06 22:18:14-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz [2021-05-06T22:18:14.256Z] Resolving github.com... 140.82.113.4 [2021-05-06T22:18:14.256Z] Connecting to github.com|140.82.113.4|:443... connected. [2021-05-06T22:18:14.528Z] HTTP request sent, awaiting response... 302 Found [2021-05-06T22:18:14.528Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 [following] [2021-05-06T22:18:14.528Z] --2021-05-06 22:18:14-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 [2021-05-06T22:18:14.528Z] Resolving codeload.github.com... 140.82.113.10 [2021-05-06T22:18:14.528Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2021-05-06T22:18:14.528Z] HTTP request sent, awaiting response... 200 OK [2021-05-06T22:18:14.528Z] Length: unspecified [application/x-gzip] [2021-05-06T22:18:14.528Z] Saving to: 'STDOUT' [2021-05-06T22:18:14.528Z] [2021-05-06T22:18:14.805Z] 0K .......... .......... .......... .......... .......... 1.52M [2021-05-06T22:18:14.805Z] 50K .......... .......... .......... .......... .......... 3.04M [2021-05-06T22:18:14.805Z] 100K .......... .......... .......... .......... .......... 3.04M [2021-05-06T22:18:14.805Z] 150K .......... .......... .......                1.51M=0.08s [2021-05-06T22:18:14.805Z] [2021-05-06T22:18:14.805Z] 2021-05-06 22:18:14 (2.11 MB/s) - written to stdout [181796] [2021-05-06T22:18:14.805Z] [2021-05-06T22:18:14.805Z] + mkdir -p src/c/iot [2021-05-06T22:18:14.805Z] + 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-06T22:18:14.805Z] + cp deps/iotech-c-utils-1.1.4/src/c/defs.h.in src/c/iot [2021-05-06T22:18:14.805Z] + cp deps/iotech-c-utils-1.1.4/src/c/yxml.h src/c/iot [2021-05-06T22:18:14.805Z] + cp deps/iotech-c-utils-1.1.4/VERSION src/c/iot [2021-05-06T22:18:14.805Z] + mkdir -p include/iot [2021-05-06T22:18:14.805Z] + 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-06T22:18:14.805Z] + mkdir -p include/iot/os [2021-05-06T22:18:14.805Z] + 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-06T22:18:14.805Z] + mkdir -p /tmp/sdk/build/release [2021-05-06T22:18:14.805Z] + cd /tmp/sdk/build/release [2021-05-06T22:18:14.805Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2021-05-06T22:18:15.078Z] -- The C compiler identification is GNU 8.3.0 [2021-05-06T22:18:15.078Z] -- Check for working C compiler: /usr/bin/cc [2021-05-06T22:18:15.350Z] -- Check for working C compiler: /usr/bin/cc -- works [2021-05-06T22:18:15.350Z] -- Detecting C compiler ABI info [2021-05-06T22:18:15.623Z] -- Detecting C compiler ABI info - done [2021-05-06T22:18:15.623Z] -- Detecting C compile features [2021-05-06T22:18:16.219Z] -- Detecting C compile features - done [2021-05-06T22:18:16.489Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2021-05-06T22:18:16.490Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2021-05-06T22:18:16.490Z] -- Found LIBYAML: /usr/lib/libyaml.so [2021-05-06T22:18:16.490Z] -- Found LIBUUID: /usr/lib/libuuid.so [2021-05-06T22:18:16.490Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2021-05-06T22:18:16.490Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2021-05-06T22:18:16.490Z] -- Found LIBHIREDIS: /usr/lib/libhiredis.so [2021-05-06T22:18:16.490Z] -- C SDK 0.0.0 for Linux [2021-05-06T22:18:16.490Z] -- Performing Test CSDK_HAVE_ATOMIC [2021-05-06T22:18:16.762Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2021-05-06T22:18:16.762Z] -- Found Curses: /usr/lib/libcurses.so [2021-05-06T22:18:16.762Z] -- Configuring done [2021-05-06T22:18:17.035Z] -- Generating done [2021-05-06T22:18:17.035Z] -- Build files have been written to: /tmp/sdk/build/release [2021-05-06T22:18:17.035Z] + make all package [2021-05-06T22:18:17.035Z] + tee release.log [2021-05-06T22:18:17.035Z] Scanning dependencies of target csdk [2021-05-06T22:18:17.308Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2021-05-06T22:18:17.902Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2021-05-06T22:18:18.497Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2021-05-06T22:18:19.917Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2021-05-06T22:18:20.889Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2021-05-06T22:18:20.889Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data-mqtt.c.o [2021-05-06T22:18:21.483Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data-redstr.c.o [2021-05-06T22:18:21.755Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/data-rest.c.o [2021-05-06T22:18:22.027Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2021-05-06T22:18:23.007Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2021-05-06T22:18:24.444Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2021-05-06T22:18:25.042Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2021-05-06T22:18:25.634Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2021-05-06T22:18:26.227Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2021-05-06T22:18:26.500Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2021-05-06T22:18:26.772Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2021-05-06T22:18:26.772Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2021-05-06T22:18:30.148Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2021-05-06T22:18:30.148Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2021-05-06T22:18:30.148Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2021-05-06T22:18:30.424Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2021-05-06T22:18:31.017Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2021-05-06T22:18:31.609Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2021-05-06T22:18:34.230Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2021-05-06T22:18:34.230Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2021-05-06T22:18:34.230Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2021-05-06T22:18:34.835Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2021-05-06T22:18:35.429Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2021-05-06T22:18:35.429Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2021-05-06T22:18:36.411Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2021-05-06T22:18:36.684Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2021-05-06T22:18:37.280Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2021-05-06T22:18:37.554Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2021-05-06T22:18:39.521Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2021-05-06T22:18:39.791Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2021-05-06T22:18:40.382Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2021-05-06T22:18:40.654Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2021-05-06T22:18:44.952Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2021-05-06T22:18:44.952Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2021-05-06T22:18:45.547Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2021-05-06T22:18:45.821Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2021-05-06T22:18:46.797Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2021-05-06T22:18:48.224Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2021-05-06T22:18:50.204Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2021-05-06T22:18:53.578Z] [ 71%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2021-05-06T22:18:53.578Z] [ 73%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2021-05-06T22:18:54.172Z] [ 74%] Linking C shared library libcsdk.so [2021-05-06T22:18:54.172Z] [ 74%] Built target csdk [2021-05-06T22:18:54.172Z] Scanning dependencies of target template [2021-05-06T22:18:54.172Z] [ 76%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2021-05-06T22:18:54.765Z] [ 77%] Linking C executable template [2021-05-06T22:18:55.040Z] [ 77%] Built target template [2021-05-06T22:18:55.040Z] Scanning dependencies of target device-counter [2021-05-06T22:18:55.040Z] [ 79%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2021-05-06T22:18:55.635Z] [ 80%] Linking C executable device-counter [2021-05-06T22:18:55.909Z] [ 80%] Built target device-counter [2021-05-06T22:18:55.909Z] Scanning dependencies of target device-random [2021-05-06T22:18:55.909Z] [ 82%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2021-05-06T22:18:56.181Z] [ 84%] Linking C executable device-random [2021-05-06T22:18:56.457Z] [ 84%] Built target device-random [2021-05-06T22:18:56.457Z] Scanning dependencies of target device-gyro [2021-05-06T22:18:56.457Z] [ 85%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2021-05-06T22:18:57.054Z] [ 87%] Linking C executable device-gyro [2021-05-06T22:18:57.054Z] [ 87%] Built target device-gyro [2021-05-06T22:18:57.328Z] Scanning dependencies of target device-bitfields [2021-05-06T22:18:57.328Z] [ 88%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2021-05-06T22:18:57.600Z] [ 90%] Linking C executable device-bitfields [2021-05-06T22:18:57.872Z] [ 90%] Built target device-bitfields [2021-05-06T22:18:57.872Z] Scanning dependencies of target template-discovery [2021-05-06T22:18:57.872Z] [ 92%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2021-05-06T22:18:58.481Z] [ 93%] Linking C executable template-discovery [2021-05-06T22:18:58.755Z] [ 93%] Built target template-discovery [2021-05-06T22:18:58.755Z] Scanning dependencies of target device-file [2021-05-06T22:18:58.755Z] [ 95%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2021-05-06T22:18:59.349Z] [ 96%] Linking C executable device-file [2021-05-06T22:18:59.622Z] [ 96%] Built target device-file [2021-05-06T22:18:59.622Z] Scanning dependencies of target device-terminal [2021-05-06T22:18:59.622Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2021-05-06T22:19:00.221Z] [100%] Linking C executable device-terminal [2021-05-06T22:19:00.221Z] [100%] Built target device-terminal [2021-05-06T22:19:00.492Z] Run CPack packaging tool... [2021-05-06T22:19:00.492Z] CPack: Create package using TGZ [2021-05-06T22:19:00.492Z] CPack: Install projects [2021-05-06T22:19:00.492Z] CPack: - Run preinstall target for: Csdk [2021-05-06T22:19:01.088Z] CPack: - Install project: Csdk [2021-05-06T22:19:01.088Z] CPack: Create package [2021-05-06T22:19:01.089Z] CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. [2021-05-06T22:19:01.089Z] + '[' false '=' true ] [2021-05-06T22:19:01.089Z] + '[' false '=' true ] [2021-05-06T22:19:01.089Z] + mkdir -p /tmp/sdk/build/debug [2021-05-06T22:19:01.089Z] + cd /tmp/sdk/build/debug [2021-05-06T22:19:01.089Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2021-05-06T22:19:01.363Z] -- The C compiler identification is GNU 8.3.0 [2021-05-06T22:19:01.363Z] -- Check for working C compiler: /usr/bin/cc [2021-05-06T22:19:01.638Z] -- Check for working C compiler: /usr/bin/cc -- works [2021-05-06T22:19:01.638Z] -- Detecting C compiler ABI info [2021-05-06T22:19:01.913Z] -- Detecting C compiler ABI info - done [2021-05-06T22:19:01.913Z] -- Detecting C compile features [2021-05-06T22:19:02.893Z] -- Detecting C compile features - done [2021-05-06T22:19:02.893Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2021-05-06T22:19:02.893Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2021-05-06T22:19:02.893Z] -- Found LIBYAML: /usr/lib/libyaml.so [2021-05-06T22:19:02.893Z] -- Found LIBUUID: /usr/lib/libuuid.so [2021-05-06T22:19:02.893Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2021-05-06T22:19:02.893Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2021-05-06T22:19:02.893Z] -- Found LIBHIREDIS: /usr/lib/libhiredis.so [2021-05-06T22:19:02.893Z] -- C SDK 0.0.0 for Linux [2021-05-06T22:19:02.893Z] -- Performing Test CSDK_HAVE_ATOMIC [2021-05-06T22:19:02.893Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2021-05-06T22:19:02.893Z] -- Found Curses: /usr/lib/libcurses.so [2021-05-06T22:19:03.165Z] -- Configuring done [2021-05-06T22:19:03.439Z] -- Generating done [2021-05-06T22:19:03.439Z] -- Build files have been written to: /tmp/sdk/build/debug [2021-05-06T22:19:03.439Z] + make [2021-05-06T22:19:03.439Z] + tee debug.log [2021-05-06T22:19:03.439Z] Scanning dependencies of target csdk [2021-05-06T22:19:03.713Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2021-05-06T22:19:03.988Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2021-05-06T22:19:04.264Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2021-05-06T22:19:04.860Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2021-05-06T22:19:05.134Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2021-05-06T22:19:05.134Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data-mqtt.c.o [2021-05-06T22:19:05.407Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data-redstr.c.o [2021-05-06T22:19:05.681Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/data-rest.c.o [2021-05-06T22:19:05.953Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2021-05-06T22:19:06.547Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2021-05-06T22:19:06.819Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2021-05-06T22:19:07.093Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2021-05-06T22:19:07.366Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2021-05-06T22:19:07.639Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2021-05-06T22:19:07.912Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2021-05-06T22:19:08.185Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2021-05-06T22:19:08.458Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2021-05-06T22:19:09.051Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2021-05-06T22:19:09.324Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2021-05-06T22:19:09.324Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2021-05-06T22:19:09.597Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2021-05-06T22:19:09.868Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2021-05-06T22:19:10.139Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2021-05-06T22:19:11.113Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2021-05-06T22:19:11.113Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2021-05-06T22:19:11.387Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2021-05-06T22:19:11.387Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2021-05-06T22:19:11.660Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2021-05-06T22:19:11.933Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2021-05-06T22:19:12.205Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2021-05-06T22:19:12.477Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2021-05-06T22:19:12.750Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2021-05-06T22:19:12.750Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2021-05-06T22:19:13.344Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2021-05-06T22:19:13.344Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2021-05-06T22:19:13.943Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2021-05-06T22:19:13.943Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2021-05-06T22:19:14.919Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2021-05-06T22:19:15.191Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2021-05-06T22:19:15.463Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2021-05-06T22:19:15.735Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2021-05-06T22:19:16.008Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2021-05-06T22:19:16.982Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2021-05-06T22:19:17.577Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2021-05-06T22:19:18.173Z] [ 71%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2021-05-06T22:19:18.444Z] [ 73%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2021-05-06T22:19:18.716Z] [ 74%] Linking C shared library libcsdk.so [2021-05-06T22:19:18.989Z] [ 74%] Built target csdk [2021-05-06T22:19:18.989Z] Scanning dependencies of target template [2021-05-06T22:19:18.989Z] [ 76%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2021-05-06T22:19:19.262Z] [ 77%] Linking C executable template [2021-05-06T22:19:19.535Z] [ 77%] Built target template [2021-05-06T22:19:19.535Z] Scanning dependencies of target device-counter [2021-05-06T22:19:19.535Z] [ 79%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2021-05-06T22:19:19.807Z] [ 80%] Linking C executable device-counter [2021-05-06T22:19:20.080Z] [ 80%] Built target device-counter [2021-05-06T22:19:20.080Z] Scanning dependencies of target device-random [2021-05-06T22:19:20.080Z] [ 82%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2021-05-06T22:19:20.353Z] [ 84%] Linking C executable device-random [2021-05-06T22:19:20.627Z] [ 84%] Built target device-random [2021-05-06T22:19:20.627Z] Scanning dependencies of target device-gyro [2021-05-06T22:19:20.627Z] [ 85%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2021-05-06T22:19:20.899Z] [ 87%] Linking C executable device-gyro [2021-05-06T22:19:21.171Z] [ 87%] Built target device-gyro [2021-05-06T22:19:21.171Z] Scanning dependencies of target device-bitfields [2021-05-06T22:19:21.171Z] [ 88%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2021-05-06T22:19:21.446Z] [ 90%] Linking C executable device-bitfields [2021-05-06T22:19:21.446Z] [ 90%] Built target device-bitfields [2021-05-06T22:19:21.722Z] Scanning dependencies of target template-discovery [2021-05-06T22:19:21.722Z] [ 92%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2021-05-06T22:19:21.995Z] [ 93%] Linking C executable template-discovery [2021-05-06T22:19:21.995Z] [ 93%] Built target template-discovery [2021-05-06T22:19:22.268Z] Scanning dependencies of target device-file [2021-05-06T22:19:22.268Z] [ 95%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2021-05-06T22:19:22.540Z] [ 96%] Linking C executable device-file [2021-05-06T22:19:22.540Z] [ 96%] Built target device-file [2021-05-06T22:19:22.540Z] Scanning dependencies of target device-terminal [2021-05-06T22:19:22.812Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2021-05-06T22:19:23.083Z] [100%] Linking C executable device-terminal [2021-05-06T22:19:23.355Z] [100%] Built target device-terminal [2021-05-06T22:19:23.355Z] make: Entering directory '/tmp/sdk/build/release' [2021-05-06T22:19:23.355Z] make[1]: Entering directory '/tmp/sdk/build/release' [2021-05-06T22:19:23.355Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-06T22:19:23.355Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-06T22:19:23.355Z] [ 74%] Built target csdk [2021-05-06T22:19:23.355Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-06T22:19:23.355Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-06T22:19:23.355Z] [ 77%] Built target template [2021-05-06T22:19:23.355Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-06T22:19:23.355Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-06T22:19:23.355Z] [ 80%] Built target device-counter [2021-05-06T22:19:23.355Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-06T22:19:23.628Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-06T22:19:23.628Z] [ 84%] Built target device-random [2021-05-06T22:19:23.628Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-06T22:19:23.628Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-06T22:19:23.628Z] [ 87%] Built target device-gyro [2021-05-06T22:19:23.628Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-06T22:19:23.628Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-06T22:19:23.628Z] [ 90%] Built target device-bitfields [2021-05-06T22:19:23.628Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-06T22:19:23.628Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-06T22:19:23.628Z] [ 93%] Built target template-discovery [2021-05-06T22:19:23.628Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-06T22:19:23.628Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-06T22:19:23.628Z] [ 96%] Built target device-file [2021-05-06T22:19:23.628Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-05-06T22:19:23.629Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-05-06T22:19:23.629Z] [100%] Built target device-terminal [2021-05-06T22:19:23.629Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2021-05-06T22:19:23.629Z] Install the project... [2021-05-06T22:19:23.901Z] -- Install configuration: "Release" [2021-05-06T22:19:23.901Z] -- Installing: /usr/local/lib/libcsdk.so [2021-05-06T22:19:23.901Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2021-05-06T22:19:23.901Z] -- Up-to-date: /usr/local/include [2021-05-06T22:19:23.901Z] -- Installing: /usr/local/include/edgex [2021-05-06T22:19:23.901Z] -- Installing: /usr/local/include/edgex/rest-server.h [2021-05-06T22:19:23.901Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2021-05-06T22:19:23.901Z] -- Installing: /usr/local/include/edgex/edgex.h [2021-05-06T22:19:23.901Z] -- Installing: /usr/local/include/edgex/devices.h [2021-05-06T22:19:23.901Z] -- Installing: /usr/local/include/edgex/profiles.h [2021-05-06T22:19:23.901Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2021-05-06T22:19:23.901Z] -- Installing: /usr/local/include/devsdk [2021-05-06T22:19:23.901Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2021-05-06T22:19:23.901Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2021-05-06T22:19:23.901Z] -- Installing: /usr/local/include/iot [2021-05-06T22:19:23.901Z] -- Installing: /usr/local/include/iot/json.h [2021-05-06T22:19:23.901Z] -- Installing: /usr/local/include/iot/container.h [2021-05-06T22:19:23.901Z] -- Installing: /usr/local/include/iot/component.h [2021-05-06T22:19:23.901Z] -- Installing: /usr/local/include/iot/typecode.h [2021-05-06T22:19:23.901Z] -- Installing: /usr/local/include/iot/iot.h [2021-05-06T22:19:23.901Z] -- Installing: /usr/local/include/iot/time.h [2021-05-06T22:19:23.901Z] -- Installing: /usr/local/include/iot/hash.h [2021-05-06T22:19:23.901Z] -- Installing: /usr/local/include/iot/logger.h [2021-05-06T22:19:23.901Z] -- Installing: /usr/local/include/iot/os [2021-05-06T22:19:23.901Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2021-05-06T22:19:23.901Z] -- Installing: /usr/local/include/iot/os/linux.h [2021-05-06T22:19:23.901Z] -- Installing: /usr/local/include/iot/os/macos.h [2021-05-06T22:19:23.901Z] -- Installing: /usr/local/include/iot/scheduler.h [2021-05-06T22:19:23.901Z] -- Installing: /usr/local/include/iot/data.h [2021-05-06T22:19:23.901Z] -- Installing: /usr/local/include/iot/thread.h [2021-05-06T22:19:23.901Z] -- Installing: /usr/local/include/iot/os.h [2021-05-06T22:19:23.901Z] -- Installing: /usr/local/include/iot/base64.h [2021-05-06T22:19:23.901Z] -- Installing: /usr/local/include/iot/defs.h [2021-05-06T22:19:23.901Z] -- Installing: /usr/local/include/iot/threadpool.h [2021-05-06T22:19:23.901Z] -- Installing: /usr/local/include/iot/config.h [2021-05-06T22:19:23.901Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2021-05-06T22:19:23.901Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2021-05-06T22:19:23.901Z] make: Leaving directory '/tmp/sdk/build/release' [2021-05-06T22:19:25.873Z] Removing intermediate container e29abd1b83e4 [2021-05-06T22:19:25.873Z] ---> a79b8ad64855 [2021-05-06T22:19:25.873Z] Step 16/25 : FROM ${BASE} [2021-05-06T22:19:25.873Z] ---> b23d30803547 [2021-05-06T22:19:25.873Z] Step 17/25 : LABEL maintainer="IOTech " [2021-05-06T22:19:25.873Z] ---> Running in 064f6951214a [2021-05-06T22:19:26.473Z] Removing intermediate container 064f6951214a [2021-05-06T22:19:26.473Z] ---> eebd274a36ee [2021-05-06T22:19:26.473Z] 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-06T22:19:26.473Z] ---> Running in 08432ed8e723 [2021-05-06T22:19:27.903Z] Connecting to iotech.jfrog.io (52.209.221.241:443) [2021-05-06T22:19:27.903Z] support@iotechsys.co 100% |********************************| 451 0:00:00 ETA [2021-05-06T22:19:27.903Z] [2021-05-06T22:19:29.356Z] Removing intermediate container 08432ed8e723 [2021-05-06T22:19:29.356Z] ---> 86fbc75fd581 [2021-05-06T22:19:29.356Z] Step 19/25 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine/alpine-3.12' >> /etc/apk/repositories [2021-05-06T22:19:29.356Z] ---> Running in ec308b5ffb48 [2021-05-06T22:19:31.336Z] Removing intermediate container ec308b5ffb48 [2021-05-06T22:19:31.336Z] ---> 52ad43935c6b [2021-05-06T22:19:31.336Z] 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-06T22:19:31.618Z] ---> Running in 8be5a2093302 [2021-05-06T22:19:32.600Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2021-05-06T22:19:33.577Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2021-05-06T22:19:33.848Z] fetch https://iotech.jfrog.io/artifactory/alpine/alpine-3.12/aarch64/APKINDEX.tar.gz [2021-05-06T22:19:34.440Z] (1/6) Installing curl (7.64.0-r5) [2021-05-06T22:19:34.711Z] (2/6) Installing hiredis (0.14.0-r0) [2021-05-06T22:19:34.711Z] (3/6) Installing hiredis-dev (0.14.0-r0) [2021-05-06T22:19:34.984Z] (4/6) Installing libuuid (2.33-r0) [2021-05-06T22:19:34.984Z] (5/6) Installing paho-mqtt-c-dev (1.3.5-r0) [2021-05-06T22:19:36.410Z] (6/6) Installing wget (1.20.3-r0) [2021-05-06T22:19:37.004Z] Executing busybox-1.29.3-r10.trigger [2021-05-06T22:19:37.004Z] OK: 283 MiB in 81 packages [2021-05-06T22:19:37.993Z] Removing intermediate container 8be5a2093302 [2021-05-06T22:19:37.993Z] ---> fc8bf75ac4aa [2021-05-06T22:19:37.993Z] Step 21/25 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2021-05-06T22:19:38.978Z] ---> 07bfae6970f6 [2021-05-06T22:19:38.978Z] Step 22/25 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2021-05-06T22:19:39.576Z] ---> 18528e35af94 [2021-05-06T22:19:39.576Z] Step 23/25 : COPY --from=builder /usr/local/lib /usr/local/lib [2021-05-06T22:19:40.173Z] ---> 2807273cf835 [2021-05-06T22:19:40.173Z] Step 24/25 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2021-05-06T22:19:41.152Z] ---> dfbe6e527e7b [2021-05-06T22:19:41.152Z] Step 25/25 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2021-05-06T22:19:41.747Z] ---> 8636ed81d675 [2021-05-06T22:19:41.747Z] Successfully built 8636ed81d675 [2021-05-06T22:19:41.747Z] 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-06T22:19:42.186Z] + docker inspect -f . ci-base-image-arm64 [2021-05-06T22:19:42.186Z] . [Pipeline] withDockerContainer [2021-05-06T22:19:42.427Z] prd-ubuntu18.04-docker-arm64-4c-16g-3339 does not seem to be running inside a container [2021-05-06T22:19:42.516Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/3 -v /w/workspace/device-sdk-c/3:/w/workspace/device-sdk-c/3:rw,z -v /w/workspace/device-sdk-c/3@tmp:/w/workspace/device-sdk-c/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-06T22:19:43.926Z] $ docker top c4d04234aac1b308cafffc5ef5c1e3901fbe37f103be48a3159b7c959aab9bd0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T22:19:44.846Z] + make test [2021-05-06T22:19:44.846Z] echo "make test" [2021-05-06T22:19:44.846Z] make test [Pipeline] } [2021-05-06T22:19:44.870Z] $ docker stop --time=1 c4d04234aac1b308cafffc5ef5c1e3901fbe37f103be48a3159b7c959aab9bd0 [2021-05-06T22:19:46.759Z] $ docker rm -f c4d04234aac1b308cafffc5ef5c1e3901fbe37f103be48a3159b7c959aab9bd0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-06T22:19:47.484Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-06T22:19:47.860Z] + ls -al . [2021-05-06T22:19:47.860Z] total 192 [2021-05-06T22:19:47.860Z] drwxrwxr-x 8 jenkins jenkins 4096 May 6 22:17 . [2021-05-06T22:19:47.860Z] drwxrwxr-x 4 jenkins jenkins 4096 May 6 22:16 .. [2021-05-06T22:19:47.860Z] drwxrwxr-x 8 jenkins jenkins 4096 May 6 22:17 .git [2021-05-06T22:19:47.860Z] drwxrwxr-x 2 jenkins jenkins 4096 May 6 22:17 .github [2021-05-06T22:19:47.860Z] -rw-rw-r-- 1 jenkins jenkins 176 May 6 22:17 .gitignore [2021-05-06T22:19:47.860Z] -rw-rw-r-- 1 jenkins jenkins 3104 May 6 22:17 Attribution.txt [2021-05-06T22:19:47.860Z] -rw-rw-r-- 1 jenkins jenkins 7200 May 6 22:17 CHANGES [2021-05-06T22:19:47.860Z] -rw-rw-r-- 1 jenkins jenkins 108574 May 6 22:17 Doxyfile [2021-05-06T22:19:47.860Z] -rw-rw-r-- 1 jenkins jenkins 784 May 6 22:17 Jenkinsfile [2021-05-06T22:19:47.860Z] -rw-rw-r-- 1 jenkins jenkins 10174 May 6 22:17 LICENSE [2021-05-06T22:19:47.860Z] -rw-rw-r-- 1 jenkins jenkins 444 May 6 22:17 Makefile [2021-05-06T22:19:47.860Z] -rw-rw-r-- 1 jenkins jenkins 4090 May 6 22:17 README.md [2021-05-06T22:19:47.860Z] -rw-rw-r-- 1 jenkins jenkins 6654 May 6 22:17 README.v2.md [2021-05-06T22:19:47.860Z] -rw-rw-r-- 1 jenkins jenkins 5 May 6 22:14 VERSION [2021-05-06T22:19:47.860Z] drwxrwxr-x 2 jenkins jenkins 4096 May 6 22:17 docs [2021-05-06T22:19:47.860Z] drwxrwxr-x 4 jenkins jenkins 4096 May 6 22:17 include [2021-05-06T22:19:47.860Z] drwxrwxr-x 2 jenkins jenkins 4096 May 6 22:17 scripts [2021-05-06T22:19:47.860Z] drwxrwxr-x 4 jenkins jenkins 4096 May 6 22:17 src [Pipeline] isUnix [Pipeline] sh [2021-05-06T22:19:48.232Z] + docker build -t docker-device-sdk-c-arm64 -f scripts/Dockerfile.alpine --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=11247ee6712f988fdcf59756d1d21e31bb29255a --label arch=arm64 --label version=0.0.0 . [2021-05-06T22:19:48.867Z] Sending build context to Docker daemon 2.632MB [2021-05-06T22:19:48.867Z] Step 1/17 : ARG BASE=alpine:3.12 [2021-05-06T22:19:48.867Z] Step 2/17 : FROM ${BASE} [2021-05-06T22:19:48.867Z] ---> 8636ed81d675 [2021-05-06T22:19:48.867Z] Step 3/17 : LABEL maintainer="IOTech " [2021-05-06T22:19:49.144Z] ---> Running in 44b9dc04fa9c [2021-05-06T22:19:49.747Z] Removing intermediate container 44b9dc04fa9c [2021-05-06T22:19:49.747Z] ---> 724664488445 [2021-05-06T22:19:49.747Z] 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-06T22:19:49.747Z] ---> Running in e6c588fc2d5f [2021-05-06T22:19:50.740Z] --2021-05-06 22:19:50-- https://iotech.jfrog.io/artifactory/alpine/KEY/support@iotechsys.com-5b990dd9.pub [2021-05-06T22:19:50.740Z] Resolving iotech.jfrog.io... 52.209.226.76, 52.209.221.241, 54.171.22.102, ... [2021-05-06T22:19:51.012Z] Connecting to iotech.jfrog.io|52.209.226.76|:443... connected. [2021-05-06T22:19:51.293Z] HTTP request sent, awaiting response... 200 OK [2021-05-06T22:19:51.293Z] Length: 451 [application/octet-stream] [2021-05-06T22:19:51.293Z] Saving to: '/etc/apk/keys/support@iotechsys.com-5b990dd9.pub' [2021-05-06T22:19:51.293Z] [2021-05-06T22:19:51.293Z] 0K 100% 19.5M=0s [2021-05-06T22:19:51.293Z] [2021-05-06T22:19:51.293Z] 2021-05-06 22:19:51 (19.5 MB/s) - '/etc/apk/keys/support@iotechsys.com-5b990dd9.pub' saved [451/451] [2021-05-06T22:19:51.293Z] [2021-05-06T22:19:52.297Z] Removing intermediate container e6c588fc2d5f [2021-05-06T22:19:52.297Z] ---> c89cd4c0d58b [2021-05-06T22:19:52.297Z] Step 5/17 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine/alpine-3.12' >> /etc/apk/repositories [2021-05-06T22:19:52.602Z] ---> Running in 943f5ceb941f [2021-05-06T22:19:54.586Z] Removing intermediate container 943f5ceb941f [2021-05-06T22:19:54.586Z] ---> cc14bc65a92c [2021-05-06T22:19:54.586Z] 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-06T22:19:54.586Z] ---> Running in d50aabf98887 [2021-05-06T22:19:56.027Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2021-05-06T22:19:56.619Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2021-05-06T22:19:57.588Z] fetch https://iotech.jfrog.io/artifactory/alpine/alpine-3.12/aarch64/APKINDEX.tar.gz [2021-05-06T22:19:57.857Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2021-05-06T22:19:58.126Z] (2/6) Installing libblkid (2.33-r0) [2021-05-06T22:19:58.126Z] (3/6) Installing libfdisk (2.33-r0) [2021-05-06T22:19:58.396Z] (4/6) Installing libmount (2.33-r0) [2021-05-06T22:19:58.396Z] (5/6) Installing libsmartcols (2.33-r0) [2021-05-06T22:19:58.396Z] (6/6) Installing util-linux-dev (2.33-r0) [2021-05-06T22:19:58.986Z] Executing busybox-1.29.3-r10.trigger [2021-05-06T22:19:58.986Z] OK: 287 MiB in 87 packages [2021-05-06T22:19:59.970Z] Removing intermediate container d50aabf98887 [2021-05-06T22:19:59.970Z] ---> 86e15047bbfb [2021-05-06T22:19:59.970Z] Step 7/17 : COPY VERSION /edgex-c-sdk/ [2021-05-06T22:20:00.947Z] ---> 6af895dacfcb [2021-05-06T22:20:00.947Z] Step 8/17 : COPY src /edgex-c-sdk/src/ [2021-05-06T22:20:01.931Z] ---> b4195219751c [2021-05-06T22:20:01.931Z] Step 9/17 : COPY include /edgex-c-sdk/include/ [2021-05-06T22:20:02.525Z] ---> e71fee6be8bb [2021-05-06T22:20:02.525Z] Step 10/17 : COPY scripts /edgex-c-sdk/scripts [2021-05-06T22:20:03.124Z] ---> 84887beafcfc [2021-05-06T22:20:03.124Z] Step 11/17 : COPY LICENSE /edgex-c-sdk/ [2021-05-06T22:20:04.102Z] ---> 632212f3deed [2021-05-06T22:20:04.102Z] Step 12/17 : COPY Attribution.txt /edgex-c-sdk/ [2021-05-06T22:20:04.700Z] ---> 07d948de605c [2021-05-06T22:20:04.700Z] Step 13/17 : WORKDIR /edgex-c-sdk [2021-05-06T22:20:04.700Z] ---> Running in d90b3a4edc72 [2021-05-06T22:20:05.294Z] Removing intermediate container d90b3a4edc72 [2021-05-06T22:20:05.294Z] ---> 1ff49a1930c2 [2021-05-06T22:20:05.294Z] Step 14/17 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2021-05-06T22:20:05.566Z] ---> Running in 68ce4d725d82 [2021-05-06T22:20:05.836Z] Removing intermediate container 68ce4d725d82 [2021-05-06T22:20:05.837Z] ---> f665755aa37e [2021-05-06T22:20:05.837Z] Step 15/17 : LABEL arch=arm64 [2021-05-06T22:20:06.110Z] ---> Running in 3c1be1788c40 [2021-05-06T22:20:06.381Z] Removing intermediate container 3c1be1788c40 [2021-05-06T22:20:06.381Z] ---> dc52f97ef0c1 [2021-05-06T22:20:06.381Z] Step 16/17 : LABEL git_sha=11247ee6712f988fdcf59756d1d21e31bb29255a [2021-05-06T22:20:06.654Z] ---> Running in 78933302b5da [2021-05-06T22:20:06.925Z] Removing intermediate container 78933302b5da [2021-05-06T22:20:06.925Z] ---> 3095e950027b [2021-05-06T22:20:06.925Z] Step 17/17 : LABEL version=0.0.0 [2021-05-06T22:20:07.195Z] ---> Running in 1385dfc903f3 [2021-05-06T22:20:07.788Z] Removing intermediate container 1385dfc903f3 [2021-05-06T22:20:07.788Z] ---> 91408883f023 [2021-05-06T22:20:07.788Z] [Warning] One or more build-args [MAKE ARCH] were not consumed [2021-05-06T22:20:07.788Z] Successfully built 91408883f023 [2021-05-06T22:20:07.788Z] Successfully tagged docker-device-sdk-c-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-05-06T22:20:08.644Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T22:20:09.217Z] ---> package-listing.sh [2021-05-06T22:20:09.217Z] ++ facter osfamily [2021-05-06T22:20:09.217Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-06T22:20:09.217Z] + OS_FAMILY=redhat [2021-05-06T22:20:09.217Z] + workspace=/w/workspace/edgexfoundry_device-sdk-c_PR-343 [2021-05-06T22:20:09.217Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-06T22:20:09.217Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-06T22:20:09.217Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-06T22:20:09.217Z] + PACKAGES=/tmp/packages_start.txt [2021-05-06T22:20:09.217Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-343 ']' [2021-05-06T22:20:09.217Z] + PACKAGES=/tmp/packages_end.txt [2021-05-06T22:20:09.217Z] + case "${OS_FAMILY}" in [2021-05-06T22:20:09.217Z] + rpm -qa [2021-05-06T22:20:09.217Z] + sort [2021-05-06T22:20:14.621Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-06T22:20:14.621Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-06T22:20:14.621Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-06T22:20:14.621Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-343 ']' [2021-05-06T22:20:14.621Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_PR-343/archives/ [2021-05-06T22:20:14.621Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-c_PR-343/archives/ [Pipeline] echo [2021-05-06T22:20:14.635Z] 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-343/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-06T22:20:14.927Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-06T22:20:15.235Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-06T22:20:15.235Z] [2021-05-06T22:20:15.235Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-06T22:20:15.559Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-06T22:20:15.559Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-06T22:20:15.559Z] df20fa9351a1: Pulling fs layer [2021-05-06T22:20:15.559Z] 36b3adc4ff6f: Pulling fs layer [2021-05-06T22:20:15.559Z] 8ad3a11d3b57: Pulling fs layer [2021-05-06T22:20:15.559Z] 46f8f816bc3b: Pulling fs layer [2021-05-06T22:20:15.559Z] 93b61091891f: Pulling fs layer [2021-05-06T22:20:15.559Z] 93b9cdb0e59b: Pulling fs layer [2021-05-06T22:20:15.559Z] 5e14af77c1be: Pulling fs layer [2021-05-06T22:20:15.559Z] 01666e4c0597: Pulling fs layer [2021-05-06T22:20:15.559Z] aa168da1d23b: Pulling fs layer [2021-05-06T22:20:15.559Z] 46f8f816bc3b: Waiting [2021-05-06T22:20:15.559Z] 93b61091891f: Waiting [2021-05-06T22:20:15.559Z] 01666e4c0597: Waiting [2021-05-06T22:20:15.559Z] 93b9cdb0e59b: Waiting [2021-05-06T22:20:15.559Z] aa168da1d23b: Waiting [2021-05-06T22:20:15.559Z] 36b3adc4ff6f: Download complete [2021-05-06T22:20:15.559Z] 46f8f816bc3b: Verifying Checksum [2021-05-06T22:20:15.559Z] 46f8f816bc3b: Download complete [2021-05-06T22:20:15.559Z] df20fa9351a1: Download complete [2021-05-06T22:20:15.833Z] 93b9cdb0e59b: Verifying Checksum [2021-05-06T22:20:15.833Z] 93b9cdb0e59b: Download complete [2021-05-06T22:20:15.833Z] 5e14af77c1be: Verifying Checksum [2021-05-06T22:20:15.833Z] 5e14af77c1be: Download complete [2021-05-06T22:20:15.833Z] 93b61091891f: Verifying Checksum [2021-05-06T22:20:15.833Z] 93b61091891f: Download complete [2021-05-06T22:20:15.833Z] 01666e4c0597: Verifying Checksum [2021-05-06T22:20:15.833Z] 01666e4c0597: Download complete [2021-05-06T22:20:15.833Z] 8ad3a11d3b57: Verifying Checksum [2021-05-06T22:20:15.833Z] 8ad3a11d3b57: Download complete [2021-05-06T22:20:16.097Z] df20fa9351a1: Pull complete [2021-05-06T22:20:16.363Z] 36b3adc4ff6f: Pull complete [2021-05-06T22:20:17.332Z] 8ad3a11d3b57: Pull complete [2021-05-06T22:20:17.598Z] 46f8f816bc3b: Pull complete [2021-05-06T22:20:17.865Z] aa168da1d23b: Verifying Checksum [2021-05-06T22:20:17.865Z] aa168da1d23b: Download complete [2021-05-06T22:20:18.127Z] 93b61091891f: Pull complete [2021-05-06T22:20:18.127Z] 93b9cdb0e59b: Pull complete [2021-05-06T22:20:18.391Z] 5e14af77c1be: Pull complete [2021-05-06T22:20:18.391Z] 01666e4c0597: Pull complete [2021-05-06T22:20:26.624Z] aa168da1d23b: Pull complete [2021-05-06T22:20:26.624Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-06T22:20:26.624Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-06T22:20:26.624Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-06T22:20:26.839Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2021-05-06T22:20:26.888Z] $ 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-343/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-343 -v /w/workspace/edgexfoundry_device-sdk-c_PR-343:/w/workspace/edgexfoundry_device-sdk-c_PR-343:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_PR-343@tmp:/w/workspace/edgexfoundry_device-sdk-c_PR-343@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-06T22:20:29.880Z] $ docker top 5578662bbeb8e24764626e9fc8219e04bc734124ead5e391be884b7efd486931 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T22:20:30.283Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-06T22:20:30.583Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-06T22:20:30.880Z] + ls /var/log/sa-host [2021-05-06T22:20:30.881Z] + sadf -c /var/log/sa-host/sa06 [2021-05-06T22:20:30.881Z] file_magic: OK [2021-05-06T22:20:30.881Z] HZ: Using current value: 100 [2021-05-06T22:20:30.881Z] file_header: OK [2021-05-06T22:20:30.881Z] 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-06T22:20:30.881Z] Statistics: [2021-05-06T22:20:30.881Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-06T22:20:30.881Z] File successfully converted to sysstat format version 12.2.1 [2021-05-06T22:20:30.881Z] + sadf -c /var/log/sa-host/sa23 [2021-05-06T22:20:30.881Z] file_magic: OK [2021-05-06T22:20:30.881Z] HZ: Using current value: 100 [2021-05-06T22:20:30.881Z] file_header: OK [2021-05-06T22:20:30.881Z] 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-06T22:20:30.881Z] Statistics: [2021-05-06T22:20:30.881Z] Hnuu...uuuununununu... [2021-05-06T22:20:30.881Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-06T22:20:31.043Z] provisioning config files... [2021-05-06T22:20:31.058Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_PR-343@tmp/config4448861028289963767tmp [Pipeline] { [Pipeline] echo [2021-05-06T22:20:31.084Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T22:20:31.381Z] ---> create-netrc.sh [Pipeline] } [2021-05-06T22:20:31.391Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-06T22:20:31.413Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T22:20:31.709Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-06T22:20:31.720Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T22:20:32.016Z] ---> sudo-logs.sh [2021-05-06T22:20:32.016Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-06T22:20:32.040Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T22:20:32.340Z] ---> job-cost.sh [2021-05-06T22:20:32.340Z] lf-activate-venv: SKIPPING [2021-05-06T22:20:32.340Z] INFO: No Stack... [2021-05-06T22:20:32.915Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-06T22:20:33.490Z] INFO: Archiving Costs [Pipeline] echo [2021-05-06T22:20:33.509Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T22:20:33.814Z] ---> logs-deploy.sh [2021-05-06T22:20:33.814Z] lf-activate-venv: SKIPPING [2021-05-06T22:20:33.814Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/PR-343/3 [2021-05-06T22:20:33.814Z] INFO: archiving workspace using pattern(s): [2021-05-06T22:20:35.740Z] Archives upload complete. [2021-05-06T22:20:35.740Z] INFO: archiving logs to Nexus [2021-05-06T22:20:36.689Z] ---> uname -a: [2021-05-06T22:20:36.689Z] Linux prd-centos7-docker-4c-2g-3335.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-06T22:20:36.689Z] [2021-05-06T22:20:36.689Z] [2021-05-06T22:20:36.689Z] ---> lscpu: [2021-05-06T22:20:36.689Z] Architecture: x86_64 [2021-05-06T22:20:36.689Z] CPU op-mode(s): 32-bit, 64-bit [2021-05-06T22:20:36.689Z] Byte Order: Little Endian [2021-05-06T22:20:36.689Z] Address sizes: 40 bits physical, 48 bits virtual [2021-05-06T22:20:36.689Z] CPU(s): 4 [2021-05-06T22:20:36.689Z] On-line CPU(s) list: 0-3 [2021-05-06T22:20:36.689Z] Thread(s) per core: 1 [2021-05-06T22:20:36.689Z] Core(s) per socket: 1 [2021-05-06T22:20:36.689Z] Socket(s): 4 [2021-05-06T22:20:36.689Z] NUMA node(s): 1 [2021-05-06T22:20:36.689Z] Vendor ID: GenuineIntel [2021-05-06T22:20:36.689Z] CPU family: 6 [2021-05-06T22:20:36.689Z] Model: 44 [2021-05-06T22:20:36.689Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-05-06T22:20:36.689Z] Stepping: 1 [2021-05-06T22:20:36.689Z] CPU MHz: 2933.442 [2021-05-06T22:20:36.689Z] BogoMIPS: 5866.88 [2021-05-06T22:20:36.689Z] Virtualization: VT-x [2021-05-06T22:20:36.689Z] Hypervisor vendor: KVM [2021-05-06T22:20:36.689Z] Virtualization type: full [2021-05-06T22:20:36.689Z] L1d cache: 128 KiB [2021-05-06T22:20:36.689Z] L1i cache: 128 KiB [2021-05-06T22:20:36.689Z] L2 cache: 16 MiB [2021-05-06T22:20:36.689Z] L3 cache: 64 MiB [2021-05-06T22:20:36.689Z] NUMA node0 CPU(s): 0-3 [2021-05-06T22:20:36.689Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-05-06T22:20:36.689Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-05-06T22:20:36.689Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-05-06T22:20:36.689Z] Vulnerability Meltdown: Mitigation; PTI [2021-05-06T22:20:36.689Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-05-06T22:20:36.689Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-05-06T22:20:36.689Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-05-06T22:20:36.689Z] Vulnerability Srbds: Not affected [2021-05-06T22:20:36.689Z] Vulnerability Tsx async abort: Not affected [2021-05-06T22:20:36.689Z] 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-06T22:20:36.689Z] [2021-05-06T22:20:36.689Z] [2021-05-06T22:20:36.689Z] ---> nproc: [2021-05-06T22:20:36.689Z] 4 [2021-05-06T22:20:36.689Z] [2021-05-06T22:20:36.689Z] [2021-05-06T22:20:36.689Z] ---> df -h: [2021-05-06T22:20:36.689Z] Filesystem Size Used Available Use% Mounted on [2021-05-06T22:20:36.689Z] overlay 50.0G 7.3G 42.7G 15% / [2021-05-06T22:20:36.689Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-05-06T22:20:36.689Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-05-06T22:20:36.689Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-05-06T22:20:36.689Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-05-06T22:20:36.689Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-05-06T22:20:36.689Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-05-06T22:20:36.689Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-05-06T22:20:36.689Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-05-06T22:20:36.689Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_device-sdk-c_PR-343 [2021-05-06T22:20:36.689Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_device-sdk-c_PR-343@tmp [2021-05-06T22:20:36.689Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-05-06T22:20:36.689Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-05-06T22:20:36.689Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-05-06T22:20:36.689Z] [2021-05-06T22:20:36.689Z] [2021-05-06T22:20:36.689Z] ---> free -m: [2021-05-06T22:20:36.689Z] total used free shared buff/cache available [2021-05-06T22:20:36.689Z] Mem: 1837 740 122 0 974 992 [2021-05-06T22:20:36.689Z] Swap: 1023 1 1022 [2021-05-06T22:20:36.689Z] [2021-05-06T22:20:36.689Z] [2021-05-06T22:20:36.689Z] ---> ip addr: [2021-05-06T22:20:36.689Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-05-06T22:20:36.689Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-05-06T22:20:36.689Z] inet 127.0.0.1/8 scope host lo [2021-05-06T22:20:36.689Z] valid_lft forever preferred_lft forever [2021-05-06T22:20:36.689Z] inet6 ::1/128 scope host [2021-05-06T22:20:36.689Z] valid_lft forever preferred_lft forever [2021-05-06T22:20:36.689Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-05-06T22:20:36.689Z] link/ether fa:16:3e:f0:0e:f3 brd ff:ff:ff:ff:ff:ff [2021-05-06T22:20:36.689Z] inet 10.30.122.235/23 brd 10.30.123.255 scope global dynamic eth0 [2021-05-06T22:20:36.689Z] valid_lft 85993sec preferred_lft 85993sec [2021-05-06T22:20:36.689Z] inet6 fe80::f816:3eff:fef0:ef3/64 scope link [2021-05-06T22:20:36.689Z] valid_lft forever preferred_lft forever [2021-05-06T22:20:36.689Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-05-06T22:20:36.689Z] link/ether 02:42:6f:93:c1:d1 brd ff:ff:ff:ff:ff:ff [2021-05-06T22:20:36.689Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-05-06T22:20:36.689Z] valid_lft forever preferred_lft forever [2021-05-06T22:20:36.689Z] inet6 fe80::42:6fff:fe93:c1d1/64 scope link [2021-05-06T22:20:36.689Z] valid_lft forever preferred_lft forever [2021-05-06T22:20:36.689Z] [2021-05-06T22:20:36.689Z] [2021-05-06T22:20:36.689Z] ---> sar -b -r -n DEV: [2021-05-06T22:20:36.689Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/06/21 _x86_64_ (4 CPU) [2021-05-06T22:20:36.689Z] [2021-05-06T22:20:36.689Z] 22:13:38 LINUX RESTART (4 CPU) [2021-05-06T22:20:36.689Z] [2021-05-06T22:20:36.689Z] 22:14:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-05-06T22:20:36.689Z] 22:15:01 113.08 45.78 67.30 0.00 8123.51 22663.16 0.00 [2021-05-06T22:20:36.689Z] 22:16:01 2.38 0.00 2.38 0.00 0.00 53.98 0.00 [2021-05-06T22:20:36.689Z] 22:17:01 0.43 0.00 0.43 0.00 0.00 6.06 0.00 [2021-05-06T22:20:36.689Z] 22:18:01 0.23 0.00 0.23 0.00 0.00 2.70 0.00 [2021-05-06T22:20:36.689Z] 22:19:01 0.23 0.00 0.23 0.00 0.00 3.33 0.00 [2021-05-06T22:20:36.689Z] 22:20:01 0.32 0.00 0.32 0.00 0.00 4.13 0.00 [2021-05-06T22:20:36.689Z] Average: 19.20 7.53 11.67 0.00 1335.80 3738.37 0.00 [2021-05-06T22:20:36.689Z] [2021-05-06T22:20:36.689Z] 22:14:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-05-06T22:20:36.689Z] 22:15:01 129016 0 632424 33.61 2620 1117484 1112936 37.98 411340 1142360 136 [2021-05-06T22:20:36.689Z] 22:16:01 131400 0 630088 33.49 2620 1117436 1112540 37.97 413200 1138216 12 [2021-05-06T22:20:36.689Z] 22:17:01 132604 0 628880 33.42 2620 1117440 1080560 36.88 412264 1138716 20 [2021-05-06T22:20:36.689Z] 22:18:01 132952 0 628532 33.41 2620 1117440 1080492 36.88 425924 1124740 20 [2021-05-06T22:20:36.689Z] 22:19:01 133604 0 627872 33.37 2620 1117448 1080396 36.87 420512 1129668 12 [2021-05-06T22:20:36.689Z] 22:20:01 128088 0 633384 33.66 2620 1117452 1080468 36.87 438908 1116800 8 [2021-05-06T22:20:36.689Z] Average: 131277 0 630197 33.49 2620 1117450 1091232 37.24 420358 1131750 35 [2021-05-06T22:20:36.689Z] [2021-05-06T22:20:36.689Z] 22:14:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-05-06T22:20:36.689Z] 22:15:01 eth0 612.88 373.31 1147.15 87.69 0.00 0.00 0.00 0.00 [2021-05-06T22:20:36.689Z] 22:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T22:20:36.689Z] 22:15:01 docker0 10.12 8.29 1.15 24.05 0.00 0.00 0.00 0.00 [2021-05-06T22:20:36.689Z] 22:16:01 eth0 4.16 1.80 2.97 0.30 0.00 0.00 0.00 0.00 [2021-05-06T22:20:36.689Z] 22:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T22:20:36.689Z] 22:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T22:20:36.689Z] 22:17:01 eth0 0.82 0.28 0.30 0.17 0.00 0.00 0.00 0.00 [2021-05-06T22:20:36.689Z] 22:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T22:20:36.690Z] 22:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T22:20:36.690Z] 22:18:01 eth0 0.55 0.38 0.27 0.24 0.00 0.00 0.00 0.00 [2021-05-06T22:20:36.690Z] 22:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T22:20:36.690Z] 22:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T22:20:36.690Z] 22:19:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-06T22:20:36.690Z] 22:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T22:20:36.690Z] 22:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T22:20:36.690Z] 22:20:01 eth0 0.30 0.23 0.14 0.07 0.00 0.00 0.00 0.00 [2021-05-06T22:20:36.690Z] 22:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T22:20:36.690Z] 22:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T22:20:36.690Z] Average: eth0 101.77 61.85 189.25 14.55 0.00 0.00 0.00 0.00 [2021-05-06T22:20:36.690Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T22:20:36.690Z] Average: docker0 1.66 1.36 0.19 3.95 0.00 0.00 0.00 0.00 [2021-05-06T22:20:36.690Z] [2021-05-06T22:20:36.690Z] [2021-05-06T22:20:36.690Z] ---> sar -P ALL: [2021-05-06T22:20:36.690Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/06/21 _x86_64_ (4 CPU) [2021-05-06T22:20:36.690Z] [2021-05-06T22:20:36.690Z] 22:13:38 LINUX RESTART (4 CPU) [2021-05-06T22:20:36.690Z] [2021-05-06T22:20:36.690Z] 22:14:02 CPU %user %nice %system %iowait %steal %idle [2021-05-06T22:20:36.690Z] 22:15:01 all 14.42 0.00 6.78 2.73 0.11 75.96 [2021-05-06T22:20:36.690Z] 22:15:01 0 14.75 0.00 7.19 2.22 0.09 75.76 [2021-05-06T22:20:36.690Z] 22:15:01 1 13.32 0.00 6.35 3.62 0.09 76.62 [2021-05-06T22:20:36.690Z] 22:15:01 2 16.16 0.00 7.23 2.65 0.12 73.84 [2021-05-06T22:20:36.690Z] 22:15:01 3 13.47 0.00 6.35 2.44 0.14 77.61 [2021-05-06T22:20:36.690Z] 22:16:01 all 0.22 0.00 0.07 0.00 0.00 99.71 [2021-05-06T22:20:36.690Z] 22:16:01 0 0.08 0.00 0.08 0.00 0.02 99.82 [2021-05-06T22:20:36.690Z] 22:16:01 1 0.42 0.00 0.08 0.00 0.00 99.50 [2021-05-06T22:20:36.690Z] 22:16:01 2 0.27 0.00 0.05 0.00 0.00 99.68 [2021-05-06T22:20:36.690Z] 22:16:01 3 0.10 0.00 0.05 0.00 0.00 99.85 [2021-05-06T22:20:36.690Z] 22:17:01 all 0.15 0.00 0.14 0.00 0.03 99.68 [2021-05-06T22:20:36.690Z] 22:17:01 0 0.12 0.00 0.13 0.00 0.02 99.73 [2021-05-06T22:20:36.690Z] 22:17:01 1 0.27 0.00 0.17 0.00 0.03 99.53 [2021-05-06T22:20:36.690Z] 22:17:01 2 0.12 0.00 0.13 0.00 0.03 99.72 [2021-05-06T22:20:36.690Z] 22:17:01 3 0.10 0.00 0.13 0.00 0.03 99.73 [2021-05-06T22:20:36.690Z] 22:18:01 all 0.17 0.00 0.05 0.00 0.00 99.77 [2021-05-06T22:20:36.690Z] 22:18:01 0 0.07 0.00 0.05 0.00 0.00 99.88 [2021-05-06T22:20:36.690Z] 22:18:01 1 0.55 0.00 0.10 0.00 0.00 99.35 [2021-05-06T22:20:36.690Z] 22:18:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2021-05-06T22:20:36.690Z] 22:18:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-05-06T22:20:36.690Z] 22:19:01 all 0.16 0.00 0.05 0.00 0.00 99.78 [2021-05-06T22:20:36.690Z] 22:19:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2021-05-06T22:20:36.690Z] 22:19:01 1 0.50 0.00 0.05 0.00 0.00 99.45 [2021-05-06T22:20:36.690Z] 22:19:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-05-06T22:20:36.690Z] 22:19:01 3 0.08 0.00 0.08 0.00 0.00 99.83 [2021-05-06T22:20:36.690Z] 22:20:01 all 0.16 0.00 0.06 0.00 0.00 99.78 [2021-05-06T22:20:36.690Z] 22:20:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-05-06T22:20:36.690Z] 22:20:01 1 0.38 0.00 0.12 0.00 0.00 99.50 [2021-05-06T22:20:36.690Z] 22:20:01 2 0.20 0.00 0.07 0.00 0.00 99.73 [2021-05-06T22:20:36.690Z] 22:20:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-05-06T22:20:36.690Z] Average: all 2.48 0.00 1.16 0.44 0.03 95.89 [2021-05-06T22:20:36.690Z] Average: 0 2.45 0.00 1.22 0.36 0.03 95.95 [2021-05-06T22:20:36.690Z] Average: 1 2.52 0.00 1.12 0.59 0.02 95.76 [2021-05-06T22:20:36.690Z] Average: 2 2.73 0.00 1.22 0.43 0.03 95.58 [2021-05-06T22:20:36.690Z] Average: 3 2.24 0.00 1.08 0.39 0.03 96.26 [2021-05-06T22:20:36.690Z] [2021-05-06T22:20:36.690Z] [2021-05-06T22:20:36.690Z]