Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of iain-anderson for edgexfoundry/device-sdk-c Obtained Jenkinsfile from 6c84a767c6ce4573f9a920010352f64502cb5330+f0de00cff149ffe86b90fb2b2675cd2706e94b93 (22243950d8ddc2e76f832d06a984816d467ad156) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-17217 in /w/workspace/edgexfoundry_device-sdk-c_PR-313 [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-313 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/313/head:refs/remotes/origin/PR-313 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f0de00cff149ffe86b90fb2b2675cd2706e94b93 into PR head commit 6c84a767c6ce4573f9a920010352f64502cb5330 Merge succeeded, producing 7989b4eb7bfc6589ca65fb97f4b6e9bcd4f2a424 Checking out Revision 7989b4eb7bfc6589ca65fb97f4b6e9bcd4f2a424 (PR-313) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c84a767c6ce4573f9a920010352f64502cb5330 # 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 f0de00cff149ffe86b90fb2b2675cd2706e94b93 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7989b4eb7bfc6589ca65fb97f4b6e9bcd4f2a424 # timeout=10 Commit message: "Merge commit 'f0de00cff149ffe86b90fb2b2675cd2706e94b93' into HEAD" > git rev-list --no-walk 6c84a767c6ce4573f9a920010352f64502cb5330 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-22T22:55:41.246Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-22T22:55:41.546Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-22T22:55:41.653Z] ========================================================= [2020-12-22T22:55:41.654Z] EdgeX Global Pipelines Version Info [2020-12-22T22:55:41.654Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-22T22:55:43.149Z] ------------------- [2020-12-22T22:55:43.149Z] stable info: [2020-12-22T22:55:43.149Z] ------------------- [2020-12-22T22:55:43.149Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-22T22:55:43.150Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-22T22:55:43.150Z] Message: update stable to v1.0.173 [2020-12-22T22:55:44.094Z] ------------------- [2020-12-22T22:55:44.094Z] experimental info: [2020-12-22T22:55:44.094Z] ------------------- [2020-12-22T22:55:44.094Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-22T22:55:44.094Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-22T22:55:44.094Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-22T22:55:44.377Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-c-settings [Pipeline] echo [2020-12-22T22:55:44.484Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-c [Pipeline] echo [2020-12-22T22:55:44.576Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-22T22:55:44.678Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-22T22:55:44.773Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-22T22:55:44.894Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [Pipeline] echo [2020-12-22T22:55:44.985Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = scripts/Dockerfile.alpine [Pipeline] echo [2020-12-22T22:55:45.112Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = scripts/Dockerfile.alpine-base [Pipeline] echo [2020-12-22T22:55:45.207Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-22T22:55:45.317Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-c [Pipeline] echo [2020-12-22T22:55:45.412Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-22T22:55:45.503Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-22T22:55:45.589Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-22T22:55:45.709Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-22T22:55:45.818Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-22T22:55:45.909Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-22T22:55:46.000Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-22T22:55:46.099Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-22T22:55:46.185Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-313 [Pipeline] echo [2020-12-22T22:55:46.273Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-313 [Pipeline] echo [2020-12-22T22:55:46.361Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-313 [Pipeline] echo [2020-12-22T22:55:46.523Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7989b4eb7bfc6589ca65fb97f4b6e9bcd4f2a424 [Pipeline] echo [2020-12-22T22:55:46.616Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7989b4e [Pipeline] echo [2020-12-22T22:55:46.712Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-22T22:55:46.984Z] provisioning config files... [2020-12-22T22:55:47.009Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_PR-313@tmp/config4605118764640116448tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-22T22:55:47.367Z] ---> docker-login.sh [2020-12-22T22:55:47.367Z] nexus3.edgexfoundry.org:10001 [2020-12-22T22:55:47.631Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T22:55:47.895Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T22:55:47.895Z] Configure a credential helper to remove this warning. See [2020-12-22T22:55:47.895Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T22:55:47.895Z] [2020-12-22T22:55:47.895Z] Login Succeeded [2020-12-22T22:55:47.895Z] nexus3.edgexfoundry.org:10002 [2020-12-22T22:55:47.895Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T22:55:47.895Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T22:55:47.895Z] Configure a credential helper to remove this warning. See [2020-12-22T22:55:47.895Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T22:55:47.895Z] [2020-12-22T22:55:47.895Z] Login Succeeded [2020-12-22T22:55:47.895Z] nexus3.edgexfoundry.org:10003 [2020-12-22T22:55:48.156Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T22:55:48.156Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T22:55:48.156Z] Configure a credential helper to remove this warning. See [2020-12-22T22:55:48.156Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T22:55:48.156Z] [2020-12-22T22:55:48.156Z] Login Succeeded [2020-12-22T22:55:48.156Z] nexus3.edgexfoundry.org:10004 [2020-12-22T22:55:48.156Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T22:55:48.418Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T22:55:48.418Z] Configure a credential helper to remove this warning. See [2020-12-22T22:55:48.418Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T22:55:48.418Z] [2020-12-22T22:55:48.418Z] Login Succeeded [2020-12-22T22:55:48.418Z] docker.io [2020-12-22T22:55:48.418Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T22:55:48.680Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T22:55:48.680Z] Configure a credential helper to remove this warning. See [2020-12-22T22:55:48.680Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T22:55:48.680Z] [2020-12-22T22:55:48.680Z] Login Succeeded [2020-12-22T22:55:48.680Z] ---> docker-login.sh ends [Pipeline] } [2020-12-22T22:55:48.689Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-12-22T22:55:50.361Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-22T22:55:50.361Z] [2020-12-22T22:55:50.361Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-22T22:55:50.776Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-22T22:55:50.776Z] latest: Pulling from edgex-devops/git-semver [2020-12-22T22:55:50.776Z] 31603596830f: Pulling fs layer [2020-12-22T22:55:50.776Z] 2a8b12db71e7: Pulling fs layer [2020-12-22T22:55:50.776Z] 6ca5941a6612: Pulling fs layer [2020-12-22T22:55:50.776Z] ecc8261a40a4: Pulling fs layer [2020-12-22T22:55:50.776Z] ecc8261a40a4: Waiting [2020-12-22T22:55:50.776Z] 2a8b12db71e7: Verifying Checksum [2020-12-22T22:55:50.776Z] 2a8b12db71e7: Download complete [2020-12-22T22:55:50.776Z] 31603596830f: Verifying Checksum [2020-12-22T22:55:50.776Z] 31603596830f: Download complete [2020-12-22T22:55:51.041Z] ecc8261a40a4: Verifying Checksum [2020-12-22T22:55:51.041Z] ecc8261a40a4: Download complete [2020-12-22T22:55:51.041Z] 6ca5941a6612: Verifying Checksum [2020-12-22T22:55:51.041Z] 6ca5941a6612: Download complete [2020-12-22T22:55:51.303Z] 31603596830f: Pull complete [2020-12-22T22:55:51.303Z] 2a8b12db71e7: Pull complete [2020-12-22T22:55:52.250Z] 6ca5941a6612: Pull complete [2020-12-22T22:55:52.513Z] ecc8261a40a4: Pull complete [2020-12-22T22:55:52.513Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-22T22:55:52.513Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-22T22:55:52.513Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-22T22:55:52.624Z] prd-centos7-docker-4c-2g-17217 does not seem to be running inside a container [2020-12-22T22:55:52.672Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_PR-313 -v /w/workspace/edgexfoundry_device-sdk-c_PR-313:/w/workspace/edgexfoundry_device-sdk-c_PR-313:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_PR-313@tmp:/w/workspace/edgexfoundry_device-sdk-c_PR-313@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-22T22:55:55.022Z] $ docker top 2b10527aa424d2eb5dc416c1abd1069bee61f5507d354a260c4a34fbd474f418 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-22T22:55:55.293Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-22T22:55:55.293Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-22T22:55:55.516Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-22T22:55:55.522Z] $ docker exec 2b10527aa424d2eb5dc416c1abd1069bee61f5507d354a260c4a34fbd474f418 ssh-agent [2020-12-22T22:55:55.683Z] SSH_AUTH_SOCK=/tmp/ssh-wahdozRKyRzA/agent.13 [2020-12-22T22:55:55.683Z] SSH_AGENT_PID=18 [2020-12-22T22:55:55.693Z] Running ssh-add (command line suppressed) [2020-12-22T22:55:55.815Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_PR-313@tmp/private_key_3725856819293279156.key (/w/workspace/edgexfoundry_device-sdk-c_PR-313@tmp/private_key_3725856819293279156.key) [2020-12-22T22:55:55.863Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-22T22:55:56.195Z] + git tag --points-at HEAD [Pipeline] } [2020-12-22T22:55:56.358Z] $ docker exec --env ******** --env ******** 2b10527aa424d2eb5dc416c1abd1069bee61f5507d354a260c4a34fbd474f418 ssh-agent -k [2020-12-22T22:55:56.481Z] unset SSH_AUTH_SOCK; [2020-12-22T22:55:56.482Z] unset SSH_AGENT_PID; [2020-12-22T22:55:56.482Z] echo Agent pid 18 killed; [2020-12-22T22:55:56.523Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-22T22:55:56.663Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-22T22:55:56.663Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-22T22:55:56.833Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-22T22:55:56.839Z] $ docker exec 2b10527aa424d2eb5dc416c1abd1069bee61f5507d354a260c4a34fbd474f418 ssh-agent [2020-12-22T22:55:56.999Z] SSH_AUTH_SOCK=/tmp/ssh-uOoK51vx8csm/agent.47 [2020-12-22T22:55:56.999Z] SSH_AGENT_PID=52 [2020-12-22T22:55:57.006Z] Running ssh-add (command line suppressed) [2020-12-22T22:55:57.124Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_PR-313@tmp/private_key_3274687420970419882.key (/w/workspace/edgexfoundry_device-sdk-c_PR-313@tmp/private_key_3274687420970419882.key) [2020-12-22T22:55:57.180Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-22T22:55:57.597Z] + git semver init [2020-12-22T22:55:57.597Z] # -> Open(): unable to determine branch for HEAD [2020-12-22T22:55:57.597Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_PR-313/.git [2020-12-22T22:55:57.597Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_PR-313 [2020-12-22T22:55:57.597Z] # $SEMVER_REMOTE_NAME = origin [2020-12-22T22:55:57.598Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-22T22:55:57.598Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-22T22:55:57.598Z] # $SEMVER_BRANCH = PR-313 [2020-12-22T22:55:57.598Z] # $SEMVER_TEMP = /tmp/semver-254494185 [2020-12-22T22:55:57.598Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-c.git $SEMVER_TEMP [2020-12-22T22:55:58.177Z] # '/tmp/semver-254494185' -> '/w/workspace/edgexfoundry_device-sdk-c_PR-313/.semver' [2020-12-22T22:55:58.177Z] # -> Force: false [2020-12-22T22:55:58.177Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_PR-313/.semver [Pipeline] } [2020-12-22T22:55:58.190Z] $ docker exec --env ******** --env ******** 2b10527aa424d2eb5dc416c1abd1069bee61f5507d354a260c4a34fbd474f418 ssh-agent -k [2020-12-22T22:55:58.301Z] unset SSH_AUTH_SOCK; [2020-12-22T22:55:58.302Z] unset SSH_AGENT_PID; [2020-12-22T22:55:58.302Z] echo Agent pid 52 killed; [2020-12-22T22:55:58.351Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-22T22:55:58.812Z] + git semver [Pipeline] } [2020-12-22T22:55:58.830Z] $ docker stop --time=1 2b10527aa424d2eb5dc416c1abd1069bee61f5507d354a260c4a34fbd474f418 [2020-12-22T22:56:00.158Z] $ docker rm -f 2b10527aa424d2eb5dc416c1abd1069bee61f5507d354a260c4a34fbd474f418 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-22T22:56:00.635Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-22T22:56:00.982Z] Stashed 1 file(s) [Pipeline] echo [2020-12-22T22:56:00.985Z] [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 [2020-12-22T22:56:16.382Z] Still waiting to schedule task [2020-12-22T22:56:16.382Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-12-22T22:56:16.384Z] Still waiting to schedule task [2020-12-22T22:56:16.384Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-12-22T22:58:52.768Z] Running on prd-centos7-docker-4c-2g-17218 in /w/workspace/edgexfoundry_device-sdk-c_PR-313 [Pipeline] { [Pipeline] ws [2020-12-22T22:58:52.834Z] Running in /w/workspace/device-sdk-c/3 [Pipeline] { [Pipeline] checkout [2020-12-22T22:58:55.275Z] using credential edgex-jenkins-ssh [2020-12-22T22:58:55.328Z] Cloning the remote Git repository [2020-12-22T22:58:55.219Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-12-22T22:58:55.299Z] > git init /w/workspace/device-sdk-c/3 # timeout=10 [2020-12-22T22:58:55.363Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-12-22T22:58:55.363Z] > git --version # timeout=10 [2020-12-22T22:58:55.372Z] > git --version # 'git version 2.24.3' [2020-12-22T22:58:55.373Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-22T22:58:55.409Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-22T22:58:56.837Z] Merging remotes/origin/master commit f0de00cff149ffe86b90fb2b2675cd2706e94b93 into PR head commit 6c84a767c6ce4573f9a920010352f64502cb5330 [2020-12-22T22:58:57.035Z] Merge succeeded, producing 2885053ba17c1819e2901fd7756a0b88ce1a2682 [2020-12-22T22:58:57.035Z] Checking out Revision 2885053ba17c1819e2901fd7756a0b88ce1a2682 (PR-313) [2020-12-22T22:58:56.235Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-12-22T22:58:56.243Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-22T22:58:56.259Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-12-22T22:58:56.275Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-12-22T22:58:56.275Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-22T22:58:56.279Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/313/head:refs/remotes/origin/PR-313 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-22T22:58:56.827Z] > git config core.sparsecheckout # timeout=10 [2020-12-22T22:58:56.893Z] > git checkout -f 6c84a767c6ce4573f9a920010352f64502cb5330 # timeout=10 [2020-12-22T22:58:56.967Z] > git remote # timeout=10 [2020-12-22T22:58:56.978Z] > git config --get remote.origin.url # timeout=10 [2020-12-22T22:58:56.986Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-22T22:58:56.990Z] > git merge f0de00cff149ffe86b90fb2b2675cd2706e94b93 # timeout=10 [2020-12-22T22:58:57.025Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-22T22:58:57.036Z] > git config core.sparsecheckout # timeout=10 [2020-12-22T22:58:57.043Z] > git checkout -f 2885053ba17c1819e2901fd7756a0b88ce1a2682 # timeout=10 [2020-12-22T22:59:00.628Z] Commit message: "Merge commit 'f0de00cff149ffe86b90fb2b2675cd2706e94b93' into HEAD" [2020-12-22T22:59:00.633Z] > git rev-list --no-walk 6c84a767c6ce4573f9a920010352f64502cb5330 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-22T22:59:02.234Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-22T22:59:02.563Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-22T22:59:02.871Z] + sudo service docker restart [2020-12-22T22:59:02.871Z] + true [2020-12-22T22:59:02.871Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-22T22:59:03.884Z] provisioning config files... [2020-12-22T22:59:03.909Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/device-sdk-c/3@tmp/config8658031700589084751tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-22T22:59:04.281Z] ---> docker-login.sh [2020-12-22T22:59:04.282Z] nexus3.edgexfoundry.org:10001 [2020-12-22T22:59:04.545Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T22:59:04.545Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T22:59:04.545Z] Configure a credential helper to remove this warning. See [2020-12-22T22:59:04.545Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T22:59:04.545Z] [2020-12-22T22:59:04.545Z] Login Succeeded [2020-12-22T22:59:04.545Z] nexus3.edgexfoundry.org:10002 [2020-12-22T22:59:04.807Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T22:59:04.807Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T22:59:04.807Z] Configure a credential helper to remove this warning. See [2020-12-22T22:59:04.807Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T22:59:04.807Z] [2020-12-22T22:59:04.807Z] Login Succeeded [2020-12-22T22:59:04.807Z] nexus3.edgexfoundry.org:10003 [2020-12-22T22:59:04.807Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T22:59:05.071Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T22:59:05.071Z] Configure a credential helper to remove this warning. See [2020-12-22T22:59:05.071Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T22:59:05.071Z] [2020-12-22T22:59:05.071Z] Login Succeeded [2020-12-22T22:59:05.071Z] nexus3.edgexfoundry.org:10004 [2020-12-22T22:59:05.071Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T22:59:05.071Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T22:59:05.071Z] Configure a credential helper to remove this warning. See [2020-12-22T22:59:05.071Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T22:59:05.071Z] [2020-12-22T22:59:05.071Z] Login Succeeded [2020-12-22T22:59:05.071Z] docker.io [2020-12-22T22:59:05.333Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T22:59:05.595Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T22:59:05.595Z] Configure a credential helper to remove this warning. See [2020-12-22T22:59:05.595Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T22:59:05.595Z] [2020-12-22T22:59:05.595Z] Login Succeeded [2020-12-22T22:59:05.595Z] ---> docker-login.sh ends [Pipeline] } [2020-12-22T22:59:05.605Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-22T22:59:05.978Z] ========================================================= [2020-12-22T22:59:05.978Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2020-12-22T22:59:05.978Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-22T22:59:06.317Z] + 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 . [2020-12-22T22:59:06.317Z] Sending build context to Docker daemon 2.544MB [2020-12-22T22:59:06.317Z] Step 1/21 : ARG BASE=alpine:3.12 [2020-12-22T22:59:06.317Z] Step 2/21 : FROM ${BASE} as builder [2020-12-22T22:59:06.578Z] latest: Pulling from edgex-devops/edgex-gcc-base [2020-12-22T22:59:06.578Z] e7c96db7181b: Pulling fs layer [2020-12-22T22:59:06.578Z] 4c13bbce0fe7: Pulling fs layer [2020-12-22T22:59:06.578Z] 6059c847ac2f: Pulling fs layer [2020-12-22T22:59:06.578Z] 4c13bbce0fe7: Verifying Checksum [2020-12-22T22:59:06.578Z] 4c13bbce0fe7: Download complete [2020-12-22T22:59:06.578Z] e7c96db7181b: Verifying Checksum [2020-12-22T22:59:06.578Z] e7c96db7181b: Download complete [2020-12-22T22:59:06.846Z] e7c96db7181b: Pull complete [2020-12-22T22:59:07.112Z] 4c13bbce0fe7: Pull complete [2020-12-22T22:59:08.061Z] 6059c847ac2f: Verifying Checksum [2020-12-22T22:59:08.061Z] 6059c847ac2f: Download complete [2020-12-22T22:59:13.397Z] 6059c847ac2f: Pull complete [2020-12-22T22:59:13.397Z] Digest: sha256:6b5104d086ae1e5e8a284a473be9a93378e3934f9b07db5717372c857cbcbe5e [2020-12-22T22:59:13.397Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [2020-12-22T22:59:13.397Z] ---> 5eabd8fd8ba2 [2020-12-22T22:59:13.397Z] Step 3/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev [2020-12-22T22:59:14.795Z] ---> Running in 62307be89e0a [2020-12-22T22:59:15.057Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-12-22T22:59:16.003Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-12-22T22:59:17.405Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-12-22T22:59:17.405Z] (2/8) Installing libuuid (2.33-r0) [2020-12-22T22:59:17.405Z] (3/8) Installing libblkid (2.33-r0) [2020-12-22T22:59:17.405Z] (4/8) Installing libfdisk (2.33-r0) [2020-12-22T22:59:17.668Z] (5/8) Installing libmount (2.33-r0) [2020-12-22T22:59:17.668Z] (6/8) Installing libsmartcols (2.33-r0) [2020-12-22T22:59:17.668Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-12-22T22:59:17.929Z] (8/8) Installing wget (1.20.3-r0) [2020-12-22T22:59:18.191Z] Executing busybox-1.29.3-r10.trigger [2020-12-22T22:59:18.191Z] OK: 272 MiB in 83 packages [2020-12-22T22:59:18.768Z] Removing intermediate container 62307be89e0a [2020-12-22T22:59:18.768Z] ---> 8822456f7f82 [2020-12-22T22:59:18.768Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-12-22T22:59:18.768Z] ---> Running in 829e2ae6362b [2020-12-22T22:59:19.032Z] Removing intermediate container 829e2ae6362b [2020-12-22T22:59:19.032Z] ---> 2004c9510474 [2020-12-22T22:59:19.032Z] Step 5/21 : RUN mkdir /tmp/cbor && cd /tmp/cbor && wget -O - https://github.com/PJK/libcbor/archive/v${CBOR_VERSION}.tar.gz | tar -z -x -f - && sed -e 's/-flto//' -i libcbor-${CBOR_VERSION}/CMakeLists.txt && cmake -DCMAKE_BUILD_TYPE=Release -DCBOR_CUSTOM_ALLOC=ON libcbor-${CBOR_VERSION} && make && make install [2020-12-22T22:59:19.032Z] ---> Running in d1e581220f6e [2020-12-22T22:59:19.606Z] --2020-12-22 22:59:19-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-12-22T22:59:19.606Z] Resolving github.com... 140.82.114.4 [2020-12-22T22:59:19.606Z] Connecting to github.com|140.82.114.4|:443... connected. [2020-12-22T22:59:19.606Z] HTTP request sent, awaiting response... 302 Found [2020-12-22T22:59:19.606Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-12-22T22:59:19.606Z] --2020-12-22 22:59:19-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-12-22T22:59:19.606Z] Resolving codeload.github.com... 140.82.113.9 [2020-12-22T22:59:19.606Z] Connecting to codeload.github.com|140.82.113.9|:443... connected. [2020-12-22T22:59:19.868Z] HTTP request sent, awaiting response... 200 OK [2020-12-22T22:59:19.869Z] Length: unspecified [application/x-gzip] [2020-12-22T22:59:19.869Z] Saving to: 'STDOUT' [2020-12-22T22:59:19.869Z]  [2020-12-22T22:59:19.869Z] 0K .......... .......... .......... .......... .......... 1.52M [2020-12-22T22:59:19.869Z] 50K .......... .......... .......... .......... .......... 3.14M [2020-12-22T22:59:19.869Z] 100K .......... .......... .......... .......... .......... 40.5M [2020-12-22T22:59:19.869Z] 150K .......... .......... .......... .......... .......... 45.1M [2020-12-22T22:59:19.869Z] 200K .......... .......... .......... .......... .......... 3.42M [2020-12-22T22:59:19.869Z] 250K .......... .......... .......... .......... .......... 10.7M [2020-12-22T22:59:19.869Z] 300K .......... .......... .......... .......... .......... 7.79M [2020-12-22T22:59:19.869Z] 350K .......... .......... .......... .......... .......... 10.2M [2020-12-22T22:59:19.869Z] 400K .......... .......... .......... .......... .......... 9.40M [2020-12-22T22:59:19.869Z] 450K .......... .......... .......... .......... .......... 11.7M [2020-12-22T22:59:19.869Z] 500K .......... .......... .......... .......... .......... 9.46M [2020-12-22T22:59:19.869Z] 550K .......... .......... .......... .......... .......... 5.76M [2020-12-22T22:59:19.869Z] 600K .......... .......... .......... .......... .......... 2.05M [2020-12-22T22:59:19.869Z] 650K .......... .......... .......... .......... .......... 4.95M [2020-12-22T22:59:19.869Z] 700K .. 40.1M=0.1s [2020-12-22T22:59:19.869Z] [2020-12-22T22:59:19.869Z] 2020-12-22 22:59:19 (5.03 MB/s) - written to stdout [719348] [2020-12-22T22:59:19.869Z] [2020-12-22T22:59:20.131Z] -- The C compiler identification is GNU 8.3.0 [2020-12-22T22:59:20.131Z] -- The CXX compiler identification is GNU 8.3.0 [2020-12-22T22:59:20.131Z] -- Check for working C compiler: /usr/bin/cc [2020-12-22T22:59:20.394Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-12-22T22:59:20.395Z] -- Detecting C compiler ABI info [2020-12-22T22:59:20.395Z] -- Detecting C compiler ABI info - done [2020-12-22T22:59:20.395Z] -- Detecting C compile features [2020-12-22T22:59:20.656Z] -- Detecting C compile features - done [2020-12-22T22:59:20.656Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-12-22T22:59:20.656Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-12-22T22:59:20.656Z] -- Detecting CXX compiler ABI info [2020-12-22T22:59:20.918Z] -- Detecting CXX compiler ABI info - done [2020-12-22T22:59:20.918Z] -- Detecting CXX compile features [2020-12-22T22:59:21.180Z] -- Detecting CXX compile features - done [2020-12-22T22:59:21.180Z] -- Looking for include file endian.h [2020-12-22T22:59:21.442Z] -- Looking for include file endian.h - found [2020-12-22T22:59:21.442Z] -- Check if the system is big endian [2020-12-22T22:59:21.442Z] -- Searching 16 bit integer [2020-12-22T22:59:21.442Z] -- Looking for sys/types.h [2020-12-22T22:59:21.442Z] -- Looking for sys/types.h - found [2020-12-22T22:59:21.442Z] -- Looking for stdint.h [2020-12-22T22:59:21.442Z] -- Looking for stdint.h - found [2020-12-22T22:59:21.442Z] -- Looking for stddef.h [2020-12-22T22:59:21.704Z] -- Looking for stddef.h - found [2020-12-22T22:59:21.704Z] -- Check size of unsigned short [2020-12-22T22:59:21.704Z] -- Check size of unsigned short - done [2020-12-22T22:59:21.704Z] -- Using unsigned short [2020-12-22T22:59:21.704Z] -- Check if the system is big endian - little endian [2020-12-22T22:59:21.704Z] -- Check size of size_t [2020-12-22T22:59:21.968Z] -- Check size of size_t - done [2020-12-22T22:59:21.968Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-12-22T22:59:21.968Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-12-22T22:59:21.968Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-12-22T22:59:21.968Z] CMake did not find one. [2020-12-22T22:59:21.968Z] [2020-12-22T22:59:21.968Z] Could not find a package configuration file provided by "cJSON" with any of [2020-12-22T22:59:21.968Z] the following names: [2020-12-22T22:59:21.968Z] [2020-12-22T22:59:21.968Z] cJSONConfig.cmake [2020-12-22T22:59:21.968Z] cjson-config.cmake [2020-12-22T22:59:21.968Z] [2020-12-22T22:59:21.968Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-12-22T22:59:21.968Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-12-22T22:59:21.968Z] provides a separate development package or SDK, be sure it has been [2020-12-22T22:59:21.968Z] installed. [2020-12-22T22:59:21.968Z] [2020-12-22T22:59:21.968Z] [2020-12-22T22:59:21.968Z] -- Configuring done [2020-12-22T22:59:21.968Z] -- Generating done [2020-12-22T22:59:21.968Z] -- Build files have been written to: /tmp/cbor [2020-12-22T22:59:21.968Z] Scanning dependencies of target cbor_shared [2020-12-22T22:59:21.968Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-12-22T22:59:22.230Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-12-22T22:59:22.492Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-12-22T22:59:22.492Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-12-22T22:59:22.492Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-12-22T22:59:22.756Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-12-22T22:59:22.756Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-12-22T22:59:22.756Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-12-22T22:59:22.756Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-12-22T22:59:23.021Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-12-22T22:59:23.021Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-12-22T22:59:23.021Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-12-22T22:59:23.283Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-12-22T22:59:23.283Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-12-22T22:59:23.283Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-12-22T22:59:23.544Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-12-22T22:59:23.544Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-12-22T22:59:23.544Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-12-22T22:59:23.806Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-12-22T22:59:23.806Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-12-22T22:59:23.806Z] [ 40%] Linking C shared library libcbor.so [2020-12-22T22:59:23.806Z] [ 40%] Built target cbor_shared [2020-12-22T22:59:23.806Z] Scanning dependencies of target cbor [2020-12-22T22:59:23.806Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-12-22T22:59:24.067Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-12-22T22:59:24.329Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-12-22T22:59:24.329Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-12-22T22:59:24.591Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-12-22T22:59:24.591Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-12-22T22:59:24.591Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-12-22T22:59:24.868Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-12-22T22:59:24.868Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-12-22T22:59:24.868Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-12-22T22:59:25.135Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-12-22T22:59:25.135Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-12-22T22:59:25.135Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-12-22T22:59:25.406Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-12-22T22:59:25.406Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-12-22T22:59:25.406Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-12-22T22:59:25.669Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-12-22T22:59:25.669Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-12-22T22:59:25.669Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-12-22T22:59:25.931Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-12-22T22:59:25.931Z] [ 80%] Linking C static library libcbor.a [2020-12-22T22:59:25.931Z] [ 80%] Built target cbor [2020-12-22T22:59:25.931Z] Scanning dependencies of target create_items [2020-12-22T22:59:25.931Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-12-22T22:59:25.931Z] [ 84%] Linking C executable create_items [2020-12-22T22:59:25.931Z] [ 84%] Built target create_items [2020-12-22T22:59:25.931Z] Scanning dependencies of target readfile [2020-12-22T22:59:25.931Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-12-22T22:59:25.931Z] [ 88%] Linking C executable readfile [2020-12-22T22:59:26.193Z] [ 88%] Built target readfile [2020-12-22T22:59:26.193Z] Scanning dependencies of target streaming_parser [2020-12-22T22:59:26.193Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-12-22T22:59:26.193Z] [ 92%] Linking C executable streaming_parser [2020-12-22T22:59:26.193Z] [ 92%] Built target streaming_parser [2020-12-22T22:59:26.193Z] Scanning dependencies of target sort [2020-12-22T22:59:26.193Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-12-22T22:59:26.193Z] [ 96%] Linking C executable sort [2020-12-22T22:59:26.193Z] [ 96%] Built target sort [2020-12-22T22:59:26.193Z] Scanning dependencies of target hello [2020-12-22T22:59:26.193Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-12-22T22:59:26.460Z] [100%] Linking C executable hello [2020-12-22T22:59:26.460Z] [100%] Built target hello [2020-12-22T22:59:26.460Z] Install the project... [2020-12-22T22:59:26.460Z] -- Install configuration: "Release" [2020-12-22T22:59:26.460Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-12-22T22:59:26.460Z] -- Installing: /usr/local/lib64/libcbor.a [2020-12-22T22:59:26.460Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-12-22T22:59:26.460Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-12-22T22:59:26.460Z] -- Installing: /usr/local/lib64/libcbor.so [2020-12-22T22:59:26.460Z] -- Up-to-date: /usr/local/include/cbor [2020-12-22T22:59:26.460Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-12-22T22:59:26.460Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-12-22T22:59:26.460Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-12-22T22:59:26.460Z] -- Installing: /usr/local/include/cbor/common.h [2020-12-22T22:59:26.460Z] -- Installing: /usr/local/include/cbor/data.h [2020-12-22T22:59:26.460Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-12-22T22:59:26.460Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-12-22T22:59:26.460Z] -- Installing: /usr/local/include/cbor/internal [2020-12-22T22:59:26.460Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-12-22T22:59:26.460Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-12-22T22:59:26.460Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-12-22T22:59:26.460Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-12-22T22:59:26.460Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-12-22T22:59:26.460Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-12-22T22:59:26.460Z] -- Installing: /usr/local/include/cbor/ints.h [2020-12-22T22:59:26.460Z] -- Installing: /usr/local/include/cbor/maps.h [2020-12-22T22:59:26.460Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-12-22T22:59:26.460Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-12-22T22:59:26.460Z] -- Installing: /usr/local/include/cbor/strings.h [2020-12-22T22:59:26.460Z] -- Installing: /usr/local/include/cbor/tags.h [2020-12-22T22:59:26.460Z] -- Installing: /usr/local/include/cbor.h [2020-12-22T22:59:26.460Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-12-22T22:59:29.017Z] Removing intermediate container d1e581220f6e [2020-12-22T22:59:29.017Z] ---> 1f14bebc89b1 [2020-12-22T22:59:29.017Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-12-22T22:59:29.017Z] ---> Running in 56a038cf8268 [2020-12-22T22:59:29.972Z] Removing intermediate container 56a038cf8268 [2020-12-22T22:59:29.972Z] ---> 2c975be91ea7 [2020-12-22T22:59:29.972Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-12-22T22:59:30.235Z] ---> ffe88374853a [2020-12-22T22:59:30.235Z] Step 8/21 : COPY src /tmp/sdk/src [2020-12-22T22:59:30.813Z] ---> d012a510f7d0 [2020-12-22T22:59:30.813Z] Step 9/21 : COPY include /tmp/sdk/include [2020-12-22T22:59:31.076Z] ---> 0a03199e0b71 [2020-12-22T22:59:31.076Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-12-22T22:59:31.340Z] ---> 45abcc26876f [2020-12-22T22:59:31.340Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-12-22T22:59:31.603Z] ---> a54bde58c933 [2020-12-22T22:59:31.603Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-12-22T22:59:31.871Z] ---> 42c8715733cc [2020-12-22T22:59:31.871Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-12-22T22:59:31.871Z] ---> Running in 4418c34d168d [2020-12-22T22:59:32.444Z] + CPPCHECK=false [2020-12-22T22:59:32.444Z] + DOCGEN=false [2020-12-22T22:59:32.444Z] + TOMLVER=SDK-0.2 [2020-12-22T22:59:32.444Z] + CUTILVER=1.1.1 [2020-12-22T22:59:32.444Z] + '[' 0 -gt 0 ] [2020-12-22T22:59:32.444Z] + readlink -f ./scripts/build.sh [2020-12-22T22:59:32.444Z] + dirname /tmp/sdk/scripts/build.sh [2020-12-22T22:59:32.444Z] + dirname /tmp/sdk/scripts [2020-12-22T22:59:32.444Z] + ROOT=/tmp/sdk [2020-12-22T22:59:32.444Z] + cd /tmp/sdk [2020-12-22T22:59:32.444Z] + '[' '!' -d deps ] [2020-12-22T22:59:32.444Z] + mkdir deps [2020-12-22T22:59:32.444Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-12-22T22:59:32.444Z] + tar -C deps -z -x -f - [2020-12-22T22:59:32.444Z] --2020-12-22 22:59:32-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-12-22T22:59:32.444Z] Resolving github.com... 140.82.114.4 [2020-12-22T22:59:32.444Z] Connecting to github.com|140.82.114.4|:443... connected. [2020-12-22T22:59:32.444Z] HTTP request sent, awaiting response... 302 Found [2020-12-22T22:59:32.444Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-12-22T22:59:32.444Z] --2020-12-22 22:59:32-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-12-22T22:59:32.444Z] Resolving codeload.github.com... 140.82.113.9 [2020-12-22T22:59:32.444Z] Connecting to codeload.github.com|140.82.113.9|:443... connected. [2020-12-22T22:59:32.706Z] HTTP request sent, awaiting response... 200 OK [2020-12-22T22:59:32.706Z] Length: unspecified [application/x-gzip] [2020-12-22T22:59:32.706Z] Saving to: 'STDOUT' [2020-12-22T22:59:32.706Z]  [2020-12-22T22:59:32.706Z] 0K .......... ......  1.03M=0.02s [2020-12-22T22:59:32.706Z] [2020-12-22T22:59:32.706Z] 2020-12-22 22:59:32 (1.03 MB/s) - written to stdout [16451] [2020-12-22T22:59:32.706Z] [2020-12-22T22:59:32.706Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-12-22T22:59:32.706Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.1.tar.gz [2020-12-22T22:59:32.706Z] + tar -C deps -z -x -f - [2020-12-22T22:59:32.706Z] --2020-12-22 22:59:32-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.1.tar.gz [2020-12-22T22:59:32.706Z] Resolving github.com... 140.82.114.4 [2020-12-22T22:59:32.706Z] Connecting to github.com|140.82.114.4|:443... connected. [2020-12-22T22:59:32.968Z] HTTP request sent, awaiting response... 302 Found [2020-12-22T22:59:32.968Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.1 [following] [2020-12-22T22:59:32.968Z] --2020-12-22 22:59:32-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.1 [2020-12-22T22:59:32.968Z] Resolving codeload.github.com... 140.82.113.9 [2020-12-22T22:59:32.968Z] Connecting to codeload.github.com|140.82.113.9|:443... connected. [2020-12-22T22:59:33.231Z] HTTP request sent, awaiting response... 200 OK [2020-12-22T22:59:33.231Z] Length: unspecified [application/x-gzip] [2020-12-22T22:59:33.231Z] Saving to: 'STDOUT' [2020-12-22T22:59:33.231Z]  [2020-12-22T22:59:33.231Z] 0K .......... .......... .......... .......... .......... 1.63M [2020-12-22T22:59:33.231Z] 50K .......... .......... .......... .......... .......... 3.31M [2020-12-22T22:59:33.231Z] 100K .......... .......... .......... .......... .......... 28.4M [2020-12-22T22:59:33.231Z] 150K .......... .......... ..... 35.9M=0.05s [2020-12-22T22:59:33.231Z] [2020-12-22T22:59:33.231Z] 2020-12-22 22:59:33 (3.63 MB/s) - written to stdout [179833] [2020-12-22T22:59:33.231Z] [2020-12-22T22:59:33.231Z] + mkdir -p src/c/iot [2020-12-22T22:59:33.231Z] + cp deps/iotech-c-utils-1.1.1/src/c/base64.c deps/iotech-c-utils-1.1.1/src/c/component.c deps/iotech-c-utils-1.1.1/src/c/config.c deps/iotech-c-utils-1.1.1/src/c/container.c deps/iotech-c-utils-1.1.1/src/c/data.c deps/iotech-c-utils-1.1.1/src/c/hash.c deps/iotech-c-utils-1.1.1/src/c/iot.c deps/iotech-c-utils-1.1.1/src/c/json.c deps/iotech-c-utils-1.1.1/src/c/logger.c deps/iotech-c-utils-1.1.1/src/c/os.c deps/iotech-c-utils-1.1.1/src/c/scheduler.c deps/iotech-c-utils-1.1.1/src/c/thread.c deps/iotech-c-utils-1.1.1/src/c/threadpool.c deps/iotech-c-utils-1.1.1/src/c/time.c deps/iotech-c-utils-1.1.1/src/c/yxml.c src/c/iot [2020-12-22T22:59:33.231Z] + mkdir -p include/iot [2020-12-22T22:59:33.231Z] + cp deps/iotech-c-utils-1.1.1/include/iot/base64.h deps/iotech-c-utils-1.1.1/include/iot/component.h deps/iotech-c-utils-1.1.1/include/iot/config.h deps/iotech-c-utils-1.1.1/include/iot/container.h deps/iotech-c-utils-1.1.1/include/iot/data.h deps/iotech-c-utils-1.1.1/include/iot/hash.h deps/iotech-c-utils-1.1.1/include/iot/iot.h deps/iotech-c-utils-1.1.1/include/iot/json.h deps/iotech-c-utils-1.1.1/include/iot/logger.h deps/iotech-c-utils-1.1.1/include/iot/os.h deps/iotech-c-utils-1.1.1/include/iot/scheduler.h deps/iotech-c-utils-1.1.1/include/iot/thread.h deps/iotech-c-utils-1.1.1/include/iot/threadpool.h deps/iotech-c-utils-1.1.1/include/iot/time.h deps/iotech-c-utils-1.1.1/include/iot/typecode.h deps/iotech-c-utils-1.1.1/include/iot/yxml.h include/iot [2020-12-22T22:59:33.231Z] + mkdir -p include/iot/os [2020-12-22T22:59:33.231Z] + cp deps/iotech-c-utils-1.1.1/include/iot/os/linux.h deps/iotech-c-utils-1.1.1/include/iot/os/macos.h deps/iotech-c-utils-1.1.1/include/iot/os/zephyr.h include/iot/os [2020-12-22T22:59:33.231Z] + mkdir -p /tmp/sdk/build/release [2020-12-22T22:59:33.231Z] + cd /tmp/sdk/build/release [2020-12-22T22:59:33.231Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-12-22T22:59:33.497Z] -- The C compiler identification is GNU 8.3.0 [2020-12-22T22:59:33.497Z] -- Check for working C compiler: /usr/bin/cc [2020-12-22T22:59:33.497Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-12-22T22:59:33.497Z] -- Detecting C compiler ABI info [2020-12-22T22:59:33.497Z] -- Detecting C compiler ABI info - done [2020-12-22T22:59:33.497Z] -- Detecting C compile features [2020-12-22T22:59:33.760Z] -- Detecting C compile features - done [2020-12-22T22:59:33.760Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-12-22T22:59:33.760Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-12-22T22:59:33.760Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-12-22T22:59:33.760Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-12-22T22:59:33.760Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-12-22T22:59:33.760Z] -- C SDK 0.0.0 for Linux [2020-12-22T22:59:33.760Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-12-22T22:59:33.760Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-12-22T22:59:33.760Z] -- Found Curses: /usr/lib/libcurses.so [2020-12-22T22:59:34.023Z] -- Configuring done [2020-12-22T22:59:34.023Z] -- Generating done [2020-12-22T22:59:34.023Z] -- Build files have been written to: /tmp/sdk/build/release [2020-12-22T22:59:34.023Z] + make [2020-12-22T22:59:34.023Z] + tee release.log [2020-12-22T22:59:34.023Z] Scanning dependencies of target csdk [2020-12-22T22:59:34.023Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-12-22T22:59:34.285Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-12-22T22:59:34.285Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2020-12-22T22:59:34.547Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-12-22T22:59:35.120Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-12-22T22:59:35.120Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-12-22T22:59:35.120Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-12-22T22:59:35.383Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-12-22T22:59:35.956Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-12-22T22:59:36.218Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-12-22T22:59:36.218Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-12-22T22:59:36.492Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-12-22T22:59:36.492Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-12-22T22:59:36.492Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-12-22T22:59:36.763Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-12-22T22:59:37.732Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-12-22T22:59:37.732Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-12-22T22:59:37.732Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-12-22T22:59:37.732Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-12-22T22:59:37.996Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-12-22T22:59:38.579Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-12-22T22:59:38.579Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-12-22T22:59:38.842Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-12-22T22:59:38.842Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-12-22T22:59:39.104Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-12-22T22:59:39.105Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-12-22T22:59:39.367Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-12-22T22:59:39.367Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-12-22T22:59:39.629Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-12-22T22:59:39.629Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2020-12-22T22:59:40.210Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-12-22T22:59:40.210Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-12-22T22:59:40.473Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-12-22T22:59:40.473Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-12-22T22:59:41.870Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-12-22T22:59:41.870Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-12-22T22:59:41.870Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-12-22T22:59:42.134Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-12-22T22:59:42.134Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-12-22T22:59:42.716Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-12-22T22:59:42.981Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-12-22T22:59:43.935Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-12-22T22:59:43.935Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-12-22T22:59:44.525Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-12-22T22:59:44.525Z] [ 71%] Linking C shared library libcsdk.so [2020-12-22T22:59:44.525Z] [ 71%] Built target csdk [2020-12-22T22:59:44.525Z] Scanning dependencies of target template [2020-12-22T22:59:44.525Z] [ 73%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-12-22T22:59:44.791Z] [ 74%] Linking C executable template [2020-12-22T22:59:44.791Z] [ 74%] Built target template [2020-12-22T22:59:44.791Z] Scanning dependencies of target device-counter [2020-12-22T22:59:44.791Z] [ 76%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-12-22T22:59:45.055Z] [ 77%] Linking C executable device-counter [2020-12-22T22:59:45.055Z] [ 77%] Built target device-counter [2020-12-22T22:59:45.055Z] Scanning dependencies of target device-random [2020-12-22T22:59:45.055Z] [ 79%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-12-22T22:59:45.323Z] [ 80%] Linking C executable device-random [2020-12-22T22:59:45.323Z] [ 80%] Built target device-random [2020-12-22T22:59:45.323Z] Scanning dependencies of target device-gyro [2020-12-22T22:59:45.323Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-12-22T22:59:45.323Z] [ 84%] Linking C executable device-gyro [2020-12-22T22:59:45.594Z] [ 84%] Built target device-gyro [2020-12-22T22:59:45.594Z] Scanning dependencies of target device-bitfields [2020-12-22T22:59:45.594Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-12-22T22:59:45.594Z] [ 87%] Linking C executable device-bitfields [2020-12-22T22:59:45.594Z] [ 87%] Built target device-bitfields [2020-12-22T22:59:45.594Z] Scanning dependencies of target template-discovery [2020-12-22T22:59:45.594Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-12-22T22:59:45.856Z] [ 90%] Linking C executable template-discovery [2020-12-22T22:59:45.856Z] [ 90%] Built target template-discovery [2020-12-22T22:59:45.856Z] Scanning dependencies of target device-file [2020-12-22T22:59:45.856Z] [ 92%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-12-22T22:59:46.118Z] [ 93%] Linking C executable device-file [2020-12-22T22:59:46.118Z] [ 93%] Built target device-file [2020-12-22T22:59:46.118Z] Scanning dependencies of target device-terminal [2020-12-22T22:59:46.118Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-12-22T22:59:46.379Z] [ 96%] Linking C executable device-terminal [2020-12-22T22:59:46.380Z] [ 96%] Built target device-terminal [2020-12-22T22:59:46.380Z] Scanning dependencies of target templatev1 [2020-12-22T22:59:46.380Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-12-22T22:59:46.647Z] [100%] Linking C executable templatev1 [2020-12-22T22:59:46.647Z] [100%] Built target templatev1 [2020-12-22T22:59:46.909Z] + make package [2020-12-22T22:59:46.909Z] + tee -a release.log [2020-12-22T22:59:46.909Z] [ 71%] Built target csdk [2020-12-22T22:59:47.171Z] [ 74%] Built target template [2020-12-22T22:59:47.171Z] [ 77%] Built target device-counter [2020-12-22T22:59:47.171Z] [ 80%] Built target device-random [2020-12-22T22:59:47.171Z] [ 84%] Built target device-gyro [2020-12-22T22:59:47.171Z] [ 87%] Built target device-bitfields [2020-12-22T22:59:47.171Z] [ 90%] Built target template-discovery [2020-12-22T22:59:47.171Z] [ 93%] Built target device-file [2020-12-22T22:59:47.171Z] [ 96%] Built target device-terminal [2020-12-22T22:59:47.171Z] [100%] Built target templatev1 [2020-12-22T22:59:47.171Z] Run CPack packaging tool... [2020-12-22T22:59:47.171Z] CPack: Create package using TGZ [2020-12-22T22:59:47.171Z] CPack: Install projects [2020-12-22T22:59:47.171Z] CPack: - Run preinstall target for: Csdk [2020-12-22T22:59:47.433Z] CPack: - Install project: Csdk [2020-12-22T22:59:47.433Z] CPack: Create package [2020-12-22T22:59:47.433Z] CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. [2020-12-22T22:59:47.433Z] + '[' false '=' true ] [2020-12-22T22:59:47.433Z] + '[' false '=' true ] [2020-12-22T22:59:47.433Z] + mkdir -p /tmp/sdk/build/debug [2020-12-22T22:59:47.433Z] + cd /tmp/sdk/build/debug [2020-12-22T22:59:47.433Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-12-22T22:59:47.695Z] -- The C compiler identification is GNU 8.3.0 [2020-12-22T22:59:47.695Z] -- Check for working C compiler: /usr/bin/cc [2020-12-22T22:59:47.695Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-12-22T22:59:47.695Z] -- Detecting C compiler ABI info [2020-12-22T22:59:47.695Z] -- Detecting C compiler ABI info - done [2020-12-22T22:59:47.695Z] -- Detecting C compile features [2020-12-22T22:59:47.959Z] -- Detecting C compile features - done [2020-12-22T22:59:47.959Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-12-22T22:59:47.959Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-12-22T22:59:47.959Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-12-22T22:59:47.959Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-12-22T22:59:47.959Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-12-22T22:59:47.959Z] -- C SDK 0.0.0 for Linux [2020-12-22T22:59:47.959Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-12-22T22:59:48.220Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-12-22T22:59:48.220Z] -- Found Curses: /usr/lib/libcurses.so [2020-12-22T22:59:48.220Z] -- Configuring done [2020-12-22T22:59:48.220Z] -- Generating done [2020-12-22T22:59:48.220Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-12-22T22:59:48.220Z] + make [2020-12-22T22:59:48.220Z] + tee debug.log [2020-12-22T22:59:48.220Z] Scanning dependencies of target csdk [2020-12-22T22:59:48.220Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-12-22T22:59:48.489Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-12-22T22:59:48.490Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2020-12-22T22:59:48.490Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-12-22T22:59:48.754Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-12-22T22:59:48.754Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-12-22T22:59:48.754Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-12-22T22:59:49.016Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-12-22T22:59:49.286Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-12-22T22:59:49.286Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-12-22T22:59:49.286Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-12-22T22:59:49.548Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-12-22T22:59:49.548Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-12-22T22:59:49.548Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-12-22T22:59:49.548Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-12-22T22:59:49.812Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-12-22T22:59:50.082Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-12-22T22:59:50.082Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-12-22T22:59:50.082Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-12-22T22:59:50.082Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-12-22T22:59:50.347Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-12-22T22:59:50.347Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-12-22T22:59:50.612Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-12-22T22:59:50.612Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-12-22T22:59:50.612Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-12-22T22:59:50.612Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-12-22T22:59:50.874Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-12-22T22:59:50.874Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-12-22T22:59:50.874Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-12-22T22:59:50.874Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2020-12-22T22:59:51.136Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-12-22T22:59:51.136Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-12-22T22:59:51.399Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-12-22T22:59:51.399Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-12-22T22:59:51.663Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-12-22T22:59:51.663Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-12-22T22:59:51.929Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-12-22T22:59:51.929Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-12-22T22:59:51.929Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-12-22T22:59:52.194Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-12-22T22:59:52.457Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-12-22T22:59:52.457Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-12-22T22:59:52.720Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-12-22T22:59:52.720Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-12-22T22:59:52.720Z] [ 71%] Linking C shared library libcsdk.so [2020-12-22T22:59:52.986Z] [ 71%] Built target csdk [2020-12-22T22:59:52.986Z] Scanning dependencies of target template [2020-12-22T22:59:52.986Z] [ 73%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-12-22T22:59:52.986Z] [ 74%] Linking C executable template [2020-12-22T22:59:52.986Z] [ 74%] Built target template [2020-12-22T22:59:52.986Z] Scanning dependencies of target device-counter [2020-12-22T22:59:52.986Z] [ 76%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-12-22T22:59:53.252Z] [ 77%] Linking C executable device-counter [2020-12-22T22:59:53.252Z] [ 77%] Built target device-counter [2020-12-22T22:59:53.252Z] Scanning dependencies of target device-random [2020-12-22T22:59:53.252Z] [ 79%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-12-22T22:59:53.252Z] [ 80%] Linking C executable device-random [2020-12-22T22:59:53.516Z] [ 80%] Built target device-random [2020-12-22T22:59:53.516Z] Scanning dependencies of target device-gyro [2020-12-22T22:59:53.516Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-12-22T22:59:53.516Z] [ 84%] Linking C executable device-gyro [2020-12-22T22:59:53.516Z] [ 84%] Built target device-gyro [2020-12-22T22:59:53.516Z] Scanning dependencies of target device-bitfields [2020-12-22T22:59:53.516Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-12-22T22:59:53.780Z] [ 87%] Linking C executable device-bitfields [2020-12-22T22:59:53.780Z] [ 87%] Built target device-bitfields [2020-12-22T22:59:53.780Z] Scanning dependencies of target template-discovery [2020-12-22T22:59:53.780Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-12-22T22:59:53.780Z] [ 90%] Linking C executable template-discovery [2020-12-22T22:59:53.780Z] [ 90%] Built target template-discovery [2020-12-22T22:59:53.780Z] Scanning dependencies of target device-file [2020-12-22T22:59:53.780Z] [ 92%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-12-22T22:59:54.044Z] [ 93%] Linking C executable device-file [2020-12-22T22:59:54.044Z] [ 93%] Built target device-file [2020-12-22T22:59:54.044Z] Scanning dependencies of target device-terminal [2020-12-22T22:59:54.044Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-12-22T22:59:54.044Z] [ 96%] Linking C executable device-terminal [2020-12-22T22:59:54.306Z] [ 96%] Built target device-terminal [2020-12-22T22:59:54.306Z] Scanning dependencies of target templatev1 [2020-12-22T22:59:54.306Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-12-22T22:59:54.306Z] [100%] Linking C executable templatev1 [2020-12-22T22:59:54.306Z] [100%] Built target templatev1 [2020-12-22T22:59:54.306Z] make: Entering directory '/tmp/sdk/build/release' [2020-12-22T22:59:54.306Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-12-22T22:59:54.306Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-22T22:59:54.306Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T22:59:54.580Z] [ 71%] Built target csdk [2020-12-22T22:59:54.580Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-22T22:59:54.580Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T22:59:54.580Z] [ 74%] Built target template [2020-12-22T22:59:54.580Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-22T22:59:54.580Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T22:59:54.580Z] [ 77%] Built target device-counter [2020-12-22T22:59:54.580Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-22T22:59:54.580Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T22:59:54.580Z] [ 80%] Built target device-random [2020-12-22T22:59:54.580Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-22T22:59:54.580Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T22:59:54.580Z] [ 84%] Built target device-gyro [2020-12-22T22:59:54.580Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-22T22:59:54.580Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T22:59:54.580Z] [ 87%] Built target device-bitfields [2020-12-22T22:59:54.580Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-22T22:59:54.580Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T22:59:54.580Z] [ 90%] Built target template-discovery [2020-12-22T22:59:54.580Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-22T22:59:54.580Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T22:59:54.580Z] [ 93%] Built target device-file [2020-12-22T22:59:54.580Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-22T22:59:54.580Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T22:59:54.580Z] [ 96%] Built target device-terminal [2020-12-22T22:59:54.580Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-22T22:59:54.580Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T22:59:54.580Z] [100%] Built target templatev1 [2020-12-22T22:59:54.580Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T22:59:54.580Z] Install the project... [2020-12-22T22:59:54.580Z] -- Install configuration: "Release" [2020-12-22T22:59:54.580Z] -- Installing: /usr/local/lib/libcsdk.so [2020-12-22T22:59:54.580Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-12-22T22:59:54.580Z] -- Up-to-date: /usr/local/include [2020-12-22T22:59:54.580Z] -- Installing: /usr/local/include/devsdk [2020-12-22T22:59:54.580Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-12-22T22:59:54.580Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-12-22T22:59:54.580Z] -- Installing: /usr/local/include/edgex [2020-12-22T22:59:54.580Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-12-22T22:59:54.580Z] -- Installing: /usr/local/include/edgex/devices.h [2020-12-22T22:59:54.580Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-12-22T22:59:54.580Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-12-22T22:59:54.580Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-12-22T22:59:54.580Z] -- Installing: /usr/local/include/edgex/error.h [2020-12-22T22:59:54.580Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-12-22T22:59:54.580Z] -- Installing: /usr/local/include/edgex/os.h [2020-12-22T22:59:54.580Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-12-22T22:59:54.580Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-12-22T22:59:54.580Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-12-22T22:59:54.580Z] -- Installing: /usr/local/include/iot [2020-12-22T22:59:54.580Z] -- Installing: /usr/local/include/iot/base64.h [2020-12-22T22:59:54.580Z] -- Installing: /usr/local/include/iot/component.h [2020-12-22T22:59:54.580Z] -- Installing: /usr/local/include/iot/config.h [2020-12-22T22:59:54.580Z] -- Installing: /usr/local/include/iot/container.h [2020-12-22T22:59:54.580Z] -- Installing: /usr/local/include/iot/data.h [2020-12-22T22:59:54.580Z] -- Installing: /usr/local/include/iot/hash.h [2020-12-22T22:59:54.580Z] -- Installing: /usr/local/include/iot/iot.h [2020-12-22T22:59:54.580Z] -- Installing: /usr/local/include/iot/json.h [2020-12-22T22:59:54.580Z] -- Installing: /usr/local/include/iot/logger.h [2020-12-22T22:59:54.580Z] -- Installing: /usr/local/include/iot/os.h [2020-12-22T22:59:54.580Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-12-22T22:59:54.580Z] -- Installing: /usr/local/include/iot/thread.h [2020-12-22T22:59:54.580Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-12-22T22:59:54.580Z] -- Installing: /usr/local/include/iot/time.h [2020-12-22T22:59:54.580Z] -- Installing: /usr/local/include/iot/typecode.h [2020-12-22T22:59:54.580Z] -- Installing: /usr/local/include/iot/yxml.h [2020-12-22T22:59:54.580Z] -- Installing: /usr/local/include/iot/os [2020-12-22T22:59:54.580Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-12-22T22:59:54.580Z] -- Installing: /usr/local/include/iot/os/macos.h [2020-12-22T22:59:54.580Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-12-22T22:59:54.580Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-12-22T22:59:54.580Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-12-22T22:59:54.580Z] make: Leaving directory '/tmp/sdk/build/release' [2020-12-22T22:59:56.505Z] Removing intermediate container 4418c34d168d [2020-12-22T22:59:56.505Z] ---> b212247b5b34 [2020-12-22T22:59:56.505Z] Step 14/21 : FROM ${BASE} [2020-12-22T22:59:56.505Z] ---> 5eabd8fd8ba2 [2020-12-22T22:59:56.505Z] Step 15/21 : LABEL maintainer="IOTech " [2020-12-22T22:59:56.505Z] ---> Running in b4fba5477d5e [2020-12-22T22:59:56.769Z] Removing intermediate container b4fba5477d5e [2020-12-22T22:59:56.769Z] ---> ff2a7f83434a [2020-12-22T22:59:56.769Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-12-22T22:59:56.769Z] ---> Running in 307494ccd126 [2020-12-22T22:59:57.354Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-12-22T22:59:57.933Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-12-22T22:59:58.195Z] (1/3) Installing curl (7.64.0-r5) [2020-12-22T22:59:58.457Z] (2/3) Installing libuuid (2.33-r0) [2020-12-22T22:59:58.457Z] (3/3) Installing wget (1.20.3-r0) [2020-12-22T22:59:59.041Z] Executing busybox-1.29.3-r10.trigger [2020-12-22T22:59:59.041Z] OK: 268 MiB in 78 packages [2020-12-22T22:59:59.627Z] Removing intermediate container 307494ccd126 [2020-12-22T22:59:59.627Z] ---> f4910ac91793 [2020-12-22T22:59:59.627Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-12-22T22:59:59.627Z] ---> d300011c12f8 [2020-12-22T22:59:59.627Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-12-22T22:59:59.890Z] ---> a95a50275ae8 [2020-12-22T22:59:59.890Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-12-22T23:00:00.154Z] ---> ad7d8906a785 [2020-12-22T23:00:00.154Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-12-22T23:00:00.416Z] ---> d194a0017fcd [2020-12-22T23:00:00.416Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-12-22T23:00:00.679Z] ---> 680b566d76b5 [2020-12-22T23:00:00.679Z] Successfully built 680b566d76b5 [2020-12-22T23:00:00.679Z] 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 [2020-12-22T23:00:01.355Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-22T23:00:01.356Z] . [Pipeline] withDockerContainer [2020-12-22T23:00:01.469Z] prd-centos7-docker-4c-2g-17218 does not seem to be running inside a container [2020-12-22T23:00:01.526Z] $ 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 [2020-12-22T23:00:02.648Z] $ docker top 368a68553d8b9f87726e226c00cd6a3d76660a17e7d1fc16bdc44ce1f662e05e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-22T23:00:03.230Z] + make test [2020-12-22T23:00:03.230Z] echo "make test" [2020-12-22T23:00:03.230Z] make test [Pipeline] } [2020-12-22T23:00:03.257Z] $ docker stop --time=1 368a68553d8b9f87726e226c00cd6a3d76660a17e7d1fc16bdc44ce1f662e05e [2020-12-22T23:00:04.651Z] $ docker rm -f 368a68553d8b9f87726e226c00cd6a3d76660a17e7d1fc16bdc44ce1f662e05e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-22T23:00:08.074Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-22T23:00:08.369Z] + ls -al . [2020-12-22T23:00:08.369Z] total 160 [2020-12-22T23:00:08.369Z] drwxrwxr-x. 8 jenkins jenkins 260 Dec 22 22:58 . [2020-12-22T23:00:08.369Z] drwxrwxr-x. 4 jenkins jenkins 28 Dec 22 22:58 .. [2020-12-22T23:00:08.369Z] -rw-rw-r--. 1 jenkins jenkins 3104 Dec 22 22:58 Attribution.txt [2020-12-22T23:00:08.369Z] -rw-rw-r--. 1 jenkins jenkins 6383 Dec 22 22:58 CHANGES [2020-12-22T23:00:08.369Z] drwxrwxr-x. 2 jenkins jenkins 144 Dec 22 22:58 docs [2020-12-22T23:00:08.369Z] -rw-rw-r--. 1 jenkins jenkins 108574 Dec 22 22:58 Doxyfile [2020-12-22T23:00:08.369Z] drwxrwxr-x. 8 jenkins jenkins 179 Dec 22 22:59 .git [2020-12-22T23:00:08.369Z] drwxrwxr-x. 2 jenkins jenkins 81 Dec 22 22:58 .github [2020-12-22T23:00:08.369Z] -rw-rw-r--. 1 jenkins jenkins 176 Dec 22 22:58 .gitignore [2020-12-22T23:00:08.369Z] drwxrwxr-x. 4 jenkins jenkins 33 Dec 22 22:58 include [2020-12-22T23:00:08.369Z] -rw-rw-r--. 1 jenkins jenkins 784 Dec 22 22:58 Jenkinsfile [2020-12-22T23:00:08.369Z] -rw-rw-r--. 1 jenkins jenkins 10174 Dec 22 22:58 LICENSE [2020-12-22T23:00:08.369Z] -rw-rw-r--. 1 jenkins jenkins 449 Dec 22 22:58 Makefile [2020-12-22T23:00:08.369Z] -rw-rw-r--. 1 jenkins jenkins 2697 Dec 22 22:58 README.md [2020-12-22T23:00:08.369Z] -rw-rw-r--. 1 jenkins jenkins 6451 Dec 22 22:58 README.v2.md [2020-12-22T23:00:08.369Z] drwxrwxr-x. 2 jenkins jenkins 98 Dec 22 22:58 scripts [2020-12-22T23:00:08.370Z] drwxrwxr-x. 4 jenkins jenkins 50 Dec 22 22:58 src [2020-12-22T23:00:08.370Z] -rw-rw-r--. 1 jenkins jenkins 5 Dec 22 22:56 VERSION [Pipeline] isUnix [Pipeline] sh [2020-12-22T23:00:08.676Z] + 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=7989b4eb7bfc6589ca65fb97f4b6e9bcd4f2a424 --label arch=amd64 --label version=0.0.0 . [2020-12-22T23:00:08.676Z] Sending build context to Docker daemon 2.544MB [2020-12-22T23:00:08.676Z] Step 1/15 : ARG BASE=alpine:3.12 [2020-12-22T23:00:08.676Z] Step 2/15 : FROM ${BASE} [2020-12-22T23:00:08.676Z] ---> 680b566d76b5 [2020-12-22T23:00:08.676Z] Step 3/15 : LABEL maintainer="IOTech " [2020-12-22T23:00:09.257Z] ---> Running in 3631af8ca462 [2020-12-22T23:00:09.520Z] Removing intermediate container 3631af8ca462 [2020-12-22T23:00:09.520Z] ---> d94c63acbd7c [2020-12-22T23:00:09.520Z] Step 4/15 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev && mkdir -p /edgex-c-sdk/build [2020-12-22T23:00:09.520Z] ---> Running in 200d35a4584d [2020-12-22T23:00:10.091Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-12-22T23:00:10.664Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-12-22T23:00:10.925Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2020-12-22T23:00:10.925Z] (2/6) Installing libblkid (2.33-r0) [2020-12-22T23:00:11.188Z] (3/6) Installing libfdisk (2.33-r0) [2020-12-22T23:00:11.188Z] (4/6) Installing libmount (2.33-r0) [2020-12-22T23:00:11.188Z] (5/6) Installing libsmartcols (2.33-r0) [2020-12-22T23:00:11.451Z] (6/6) Installing util-linux-dev (2.33-r0) [2020-12-22T23:00:11.714Z] Executing busybox-1.29.3-r10.trigger [2020-12-22T23:00:11.714Z] OK: 272 MiB in 84 packages [2020-12-22T23:00:12.287Z] Removing intermediate container 200d35a4584d [2020-12-22T23:00:12.287Z] ---> dd112f521e74 [2020-12-22T23:00:12.287Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-12-22T23:00:12.287Z] ---> 161faaae7cce [2020-12-22T23:00:12.287Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-12-22T23:00:13.235Z] ---> e0efc05bbd6b [2020-12-22T23:00:13.235Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-12-22T23:00:13.235Z] ---> 362c72b6037a [2020-12-22T23:00:13.235Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-12-22T23:00:13.497Z] ---> 5af9f3f84ae3 [2020-12-22T23:00:13.497Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-12-22T23:00:13.758Z] ---> 32cbfea6ea90 [2020-12-22T23:00:13.758Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-12-22T23:00:14.020Z] ---> 4951ab7bd094 [2020-12-22T23:00:14.020Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-12-22T23:00:14.020Z] ---> Running in 0909aa1ccac5 [2020-12-22T23:00:14.282Z] Removing intermediate container 0909aa1ccac5 [2020-12-22T23:00:14.282Z] ---> eccba93add7b [2020-12-22T23:00:14.282Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-12-22T23:00:14.282Z] ---> Running in 17a9ec2ef288 [2020-12-22T23:00:14.282Z] Removing intermediate container 17a9ec2ef288 [2020-12-22T23:00:14.282Z] ---> 402e14f8207d [2020-12-22T23:00:14.282Z] Step 13/15 : LABEL arch=amd64 [2020-12-22T23:00:14.542Z] ---> Running in 66af130bcd33 [2020-12-22T23:00:14.542Z] Removing intermediate container 66af130bcd33 [2020-12-22T23:00:14.542Z] ---> 560ddb5342e6 [2020-12-22T23:00:14.542Z] Step 14/15 : LABEL git_sha=7989b4eb7bfc6589ca65fb97f4b6e9bcd4f2a424 [2020-12-22T23:00:14.807Z] ---> Running in 34b9eec872cf [2020-12-22T23:00:14.807Z] Removing intermediate container 34b9eec872cf [2020-12-22T23:00:14.807Z] ---> 93f72ed762ac [2020-12-22T23:00:14.807Z] Step 15/15 : LABEL version=0.0.0 [2020-12-22T23:00:14.807Z] ---> Running in 9df793733d3a [2020-12-22T23:00:15.068Z] Removing intermediate container 9df793733d3a [2020-12-22T23:00:15.068Z] ---> e80115686095 [2020-12-22T23:00:15.068Z] [Warning] One or more build-args [MAKE ARCH] were not consumed [2020-12-22T23:00:15.068Z] Successfully built e80115686095 [2020-12-22T23:00:15.068Z] 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] } [2020-12-22T23:00:33.035Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-17219 in /w/workspace/edgexfoundry_device-sdk-c_PR-313 [Pipeline] { [Pipeline] ws [2020-12-22T23:00:33.149Z] Running in /w/workspace/device-sdk-c/3 [Pipeline] { [Pipeline] checkout [2020-12-22T23:00:38.406Z] using credential edgex-jenkins-ssh [2020-12-22T23:00:38.481Z] Cloning the remote Git repository [2020-12-22T23:00:38.555Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-12-22T23:00:38.665Z] > git init /w/workspace/device-sdk-c/3 # timeout=10 [2020-12-22T23:00:38.760Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-12-22T23:00:38.761Z] > git --version # timeout=10 [2020-12-22T23:00:38.793Z] > git --version # 'git version 2.17.1' [2020-12-22T23:00:38.795Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-22T23:00:38.852Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-22T23:00:40.645Z] Merging remotes/origin/master commit f0de00cff149ffe86b90fb2b2675cd2706e94b93 into PR head commit 6c84a767c6ce4573f9a920010352f64502cb5330 [2020-12-22T23:00:40.977Z] Merge succeeded, producing 5e7ebfb1e41e81925da99492799996b87c5cf08d [2020-12-22T23:00:40.977Z] Checking out Revision 5e7ebfb1e41e81925da99492799996b87c5cf08d (PR-313) [2020-12-22T23:00:39.864Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-12-22T23:00:39.887Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-22T23:00:39.917Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-12-22T23:00:39.966Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-12-22T23:00:39.967Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-22T23:00:39.978Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/313/head:refs/remotes/origin/PR-313 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-22T23:00:40.669Z] > git config core.sparsecheckout # timeout=10 [2020-12-22T23:00:40.701Z] > git checkout -f 6c84a767c6ce4573f9a920010352f64502cb5330 # timeout=10 [2020-12-22T23:00:40.821Z] > git remote # timeout=10 [2020-12-22T23:00:40.839Z] > git config --get remote.origin.url # timeout=10 [2020-12-22T23:00:40.856Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-22T23:00:40.867Z] > git merge f0de00cff149ffe86b90fb2b2675cd2706e94b93 # timeout=10 [2020-12-22T23:00:40.963Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-22T23:00:40.986Z] > git config core.sparsecheckout # timeout=10 [2020-12-22T23:00:40.997Z] > git checkout -f 5e7ebfb1e41e81925da99492799996b87c5cf08d # timeout=10 [2020-12-22T23:00:45.502Z] Commit message: "Merge commit 'f0de00cff149ffe86b90fb2b2675cd2706e94b93' into HEAD" [2020-12-22T23:00:45.512Z] > git rev-list --no-walk 6c84a767c6ce4573f9a920010352f64502cb5330 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-22T23:00:47.379Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-22T23:00:47.806Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-22T23:00:48.151Z] + sudo service docker restart [2020-12-22T23:00:48.151Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-22T23:00:50.923Z] provisioning config files... [2020-12-22T23:00:50.968Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/device-sdk-c/3@tmp/config7656890029631106064tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-22T23:00:51.392Z] ---> docker-login.sh [2020-12-22T23:00:51.393Z] nexus3.edgexfoundry.org:10001 [2020-12-22T23:00:51.999Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T23:00:52.612Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T23:00:52.612Z] Configure a credential helper to remove this warning. See [2020-12-22T23:00:52.612Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T23:00:52.612Z] [2020-12-22T23:00:52.612Z] Login Succeeded [2020-12-22T23:00:52.612Z] nexus3.edgexfoundry.org:10002 [2020-12-22T23:00:52.887Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T23:00:52.887Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T23:00:52.887Z] Configure a credential helper to remove this warning. See [2020-12-22T23:00:52.887Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T23:00:52.887Z] [2020-12-22T23:00:52.887Z] Login Succeeded [2020-12-22T23:00:53.163Z] nexus3.edgexfoundry.org:10003 [2020-12-22T23:00:53.441Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T23:00:53.441Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T23:00:53.441Z] Configure a credential helper to remove this warning. See [2020-12-22T23:00:53.441Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T23:00:53.441Z] [2020-12-22T23:00:53.441Z] Login Succeeded [2020-12-22T23:00:53.441Z] nexus3.edgexfoundry.org:10004 [2020-12-22T23:00:53.715Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T23:00:53.989Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T23:00:53.989Z] Configure a credential helper to remove this warning. See [2020-12-22T23:00:53.989Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T23:00:53.989Z] [2020-12-22T23:00:53.989Z] Login Succeeded [2020-12-22T23:00:53.989Z] docker.io [2020-12-22T23:00:54.261Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T23:00:54.854Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T23:00:54.854Z] Configure a credential helper to remove this warning. See [2020-12-22T23:00:54.854Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T23:00:54.854Z] [2020-12-22T23:00:54.854Z] Login Succeeded [2020-12-22T23:00:54.854Z] ---> docker-login.sh ends [Pipeline] } [2020-12-22T23:00:54.871Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-22T23:00:55.328Z] ========================================================= [2020-12-22T23:00:55.328Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] [2020-12-22T23:00:55.328Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-22T23:00:55.709Z] + 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 . [2020-12-22T23:00:55.982Z] Sending build context to Docker daemon 2.543MB [2020-12-22T23:00:56.260Z] Step 1/21 : ARG BASE=alpine:3.12 [2020-12-22T23:00:56.260Z] Step 2/21 : FROM ${BASE} as builder [2020-12-22T23:00:56.260Z] latest: Pulling from edgex-devops/edgex-gcc-base-arm64 [2020-12-22T23:00:56.260Z] 0362ad1dd800: Pulling fs layer [2020-12-22T23:00:56.260Z] f2cdb1532d8b: Pulling fs layer [2020-12-22T23:00:56.260Z] 37ed683be191: Pulling fs layer [2020-12-22T23:00:56.260Z] f2cdb1532d8b: Verifying Checksum [2020-12-22T23:00:56.260Z] f2cdb1532d8b: Download complete [2020-12-22T23:00:56.536Z] 0362ad1dd800: Verifying Checksum [2020-12-22T23:00:56.536Z] 0362ad1dd800: Download complete [2020-12-22T23:00:57.140Z] 0362ad1dd800: Pull complete [2020-12-22T23:00:57.419Z] f2cdb1532d8b: Pull complete [2020-12-22T23:00:58.854Z] 37ed683be191: Verifying Checksum [2020-12-22T23:00:58.854Z] 37ed683be191: Download complete [2020-12-22T23:01:09.011Z] 37ed683be191: Pull complete [2020-12-22T23:01:09.011Z] Digest: sha256:f3a502aba7c4a8aa4a4fcde21dbb9db33787f3779e80dd14fb3ea60ab67de23f [2020-12-22T23:01:09.011Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest [2020-12-22T23:01:09.011Z] ---> b23d30803547 [2020-12-22T23:01:09.011Z] Step 3/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev [2020-12-22T23:01:09.285Z] ---> Running in efd5970a05ec [2020-12-22T23:01:10.725Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-12-22T23:01:11.328Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-12-22T23:01:11.602Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-12-22T23:01:11.874Z] (2/8) Installing libuuid (2.33-r0) [2020-12-22T23:01:11.874Z] (3/8) Installing libblkid (2.33-r0) [2020-12-22T23:01:12.146Z] (4/8) Installing libfdisk (2.33-r0) [2020-12-22T23:01:12.146Z] (5/8) Installing libmount (2.33-r0) [2020-12-22T23:01:12.146Z] (6/8) Installing libsmartcols (2.33-r0) [2020-12-22T23:01:12.418Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-12-22T23:01:12.697Z] (8/8) Installing wget (1.20.3-r0) [2020-12-22T23:01:12.697Z] Executing busybox-1.29.3-r10.trigger [2020-12-22T23:01:12.697Z] OK: 285 MiB in 83 packages [2020-12-22T23:01:14.140Z] Removing intermediate container efd5970a05ec [2020-12-22T23:01:14.140Z] ---> 07182fde4cee [2020-12-22T23:01:14.140Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-12-22T23:01:14.140Z] ---> Running in 8f4609b52755 [2020-12-22T23:01:14.738Z] Removing intermediate container 8f4609b52755 [2020-12-22T23:01:14.738Z] ---> 5f37ee16fc4e [2020-12-22T23:01:14.738Z] Step 5/21 : RUN mkdir /tmp/cbor && cd /tmp/cbor && wget -O - https://github.com/PJK/libcbor/archive/v${CBOR_VERSION}.tar.gz | tar -z -x -f - && sed -e 's/-flto//' -i libcbor-${CBOR_VERSION}/CMakeLists.txt && cmake -DCMAKE_BUILD_TYPE=Release -DCBOR_CUSTOM_ALLOC=ON libcbor-${CBOR_VERSION} && make && make install [2020-12-22T23:01:14.738Z] ---> Running in 0302b8b89494 [2020-12-22T23:01:15.729Z] --2020-12-22 23:01:15-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-12-22T23:01:16.001Z] Resolving github.com... 140.82.114.3 [2020-12-22T23:01:16.001Z] Connecting to github.com|140.82.114.3|:443... connected. [2020-12-22T23:01:16.001Z] HTTP request sent, awaiting response... 302 Found [2020-12-22T23:01:16.001Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-12-22T23:01:16.001Z] --2020-12-22 23:01:15-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-12-22T23:01:16.001Z] Resolving codeload.github.com... 140.82.113.10 [2020-12-22T23:01:16.001Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2020-12-22T23:01:16.274Z] HTTP request sent, awaiting response... 200 OK [2020-12-22T23:01:16.274Z] Length: unspecified [application/x-gzip] [2020-12-22T23:01:16.274Z] Saving to: 'STDOUT' [2020-12-22T23:01:16.274Z]  [2020-12-22T23:01:16.274Z] 0K .......... .......... .......... .......... .......... 1.31M [2020-12-22T23:01:16.274Z] 50K .......... .......... .......... .......... .......... 2.48M [2020-12-22T23:01:16.274Z] 100K .......... .......... .......... .......... .......... 2.66M [2020-12-22T23:01:16.274Z] 150K .......... .......... .......... .......... .......... 8.43M [2020-12-22T23:01:16.274Z] 200K .......... .......... .......... .......... .......... 15.0M [2020-12-22T23:01:16.274Z] 250K .......... .......... .......... .......... .......... 3.09M [2020-12-22T23:01:16.274Z] 300K .......... .......... .......... .......... .......... 3.98M [2020-12-22T23:01:16.274Z] 350K .......... .......... .......... .......... .......... 6.00M [2020-12-22T23:01:16.274Z] 400K .......... .......... .......... .......... .......... 4.57M [2020-12-22T23:01:16.274Z] 450K .......... .......... .......... .......... .......... 5.30M [2020-12-22T23:01:16.274Z] 500K .......... .......... .......... .......... .......... 5.09M [2020-12-22T23:01:16.274Z] 550K .......... .......... .......... .......... .......... 5.51M [2020-12-22T23:01:16.274Z] 600K .......... .......... .......... .......... .......... 796K [2020-12-22T23:01:16.548Z] 650K .......... .......... .......... .......... .......... 2.54M [2020-12-22T23:01:16.549Z] 700K ..      4746G=0.2s [2020-12-22T23:01:16.549Z] [2020-12-22T23:01:16.549Z] 2020-12-22 23:01:16 (2.85 MB/s) - written to stdout [719348] [2020-12-22T23:01:16.549Z] [2020-12-22T23:01:16.823Z] -- The C compiler identification is GNU 8.3.0 [2020-12-22T23:01:17.099Z] -- The CXX compiler identification is GNU 8.3.0 [2020-12-22T23:01:17.099Z] -- Check for working C compiler: /usr/bin/cc [2020-12-22T23:01:17.099Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-12-22T23:01:17.375Z] -- Detecting C compiler ABI info [2020-12-22T23:01:17.375Z] -- Detecting C compiler ABI info - done [2020-12-22T23:01:17.648Z] -- Detecting C compile features [2020-12-22T23:01:18.246Z] -- Detecting C compile features - done [2020-12-22T23:01:18.246Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-12-22T23:01:18.519Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-12-22T23:01:18.519Z] -- Detecting CXX compiler ABI info [2020-12-22T23:01:18.792Z] -- Detecting CXX compiler ABI info - done [2020-12-22T23:01:18.792Z] -- Detecting CXX compile features [2020-12-22T23:01:20.227Z] -- Detecting CXX compile features - done [2020-12-22T23:01:20.227Z] -- Looking for include file endian.h [2020-12-22T23:01:20.507Z] -- Looking for include file endian.h - found [2020-12-22T23:01:20.507Z] -- Check if the system is big endian [2020-12-22T23:01:20.507Z] -- Searching 16 bit integer [2020-12-22T23:01:20.507Z] -- Looking for sys/types.h [2020-12-22T23:01:20.781Z] -- Looking for sys/types.h - found [2020-12-22T23:01:20.781Z] -- Looking for stdint.h [2020-12-22T23:01:21.054Z] -- Looking for stdint.h - found [2020-12-22T23:01:21.054Z] -- Looking for stddef.h [2020-12-22T23:01:21.326Z] -- Looking for stddef.h - found [2020-12-22T23:01:21.326Z] -- Check size of unsigned short [2020-12-22T23:01:21.599Z] -- Check size of unsigned short - done [2020-12-22T23:01:21.599Z] -- Using unsigned short [2020-12-22T23:01:21.872Z] -- Check if the system is big endian - little endian [2020-12-22T23:01:21.872Z] -- Check size of size_t [2020-12-22T23:01:22.143Z] -- Check size of size_t - done [2020-12-22T23:01:22.143Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-12-22T23:01:22.143Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-12-22T23:01:22.143Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-12-22T23:01:22.143Z] CMake did not find one. [2020-12-22T23:01:22.143Z] [2020-12-22T23:01:22.143Z] Could not find a package configuration file provided by "cJSON" with any of [2020-12-22T23:01:22.143Z] the following names: [2020-12-22T23:01:22.143Z] [2020-12-22T23:01:22.143Z] cJSONConfig.cmake [2020-12-22T23:01:22.143Z] cjson-config.cmake [2020-12-22T23:01:22.143Z] [2020-12-22T23:01:22.143Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-12-22T23:01:22.143Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-12-22T23:01:22.143Z] provides a separate development package or SDK, be sure it has been [2020-12-22T23:01:22.143Z] installed. [2020-12-22T23:01:22.143Z] [2020-12-22T23:01:22.143Z] [2020-12-22T23:01:22.143Z] -- Configuring done [2020-12-22T23:01:22.415Z] -- Generating done [2020-12-22T23:01:22.415Z] -- Build files have been written to: /tmp/cbor [2020-12-22T23:01:22.415Z] Scanning dependencies of target cbor_shared [2020-12-22T23:01:22.686Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-12-22T23:01:23.276Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-12-22T23:01:23.867Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-12-22T23:01:24.138Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-12-22T23:01:24.729Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-12-22T23:01:25.002Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-12-22T23:01:25.002Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-12-22T23:01:25.274Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-12-22T23:01:25.545Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-12-22T23:01:25.816Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-12-22T23:01:26.407Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-12-22T23:01:26.679Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-12-22T23:01:26.950Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-12-22T23:01:27.222Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-12-22T23:01:27.493Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-12-22T23:01:27.771Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-12-22T23:01:28.043Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-12-22T23:01:28.315Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-12-22T23:01:28.589Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-12-22T23:01:28.860Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-12-22T23:01:29.133Z] [ 40%] Linking C shared library libcbor.so [2020-12-22T23:01:29.133Z] [ 40%] Built target cbor_shared [2020-12-22T23:01:29.133Z] Scanning dependencies of target cbor [2020-12-22T23:01:29.133Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-12-22T23:01:30.117Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-12-22T23:01:30.709Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-12-22T23:01:30.709Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-12-22T23:01:32.132Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-12-22T23:01:32.132Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-12-22T23:01:32.403Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-12-22T23:01:32.403Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-12-22T23:01:32.674Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-12-22T23:01:32.946Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-12-22T23:01:33.917Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-12-22T23:01:33.917Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-12-22T23:01:34.513Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-12-22T23:01:34.784Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-12-22T23:01:35.055Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-12-22T23:01:35.328Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-12-22T23:01:35.599Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-12-22T23:01:35.871Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-12-22T23:01:36.142Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-12-22T23:01:36.414Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-12-22T23:01:36.686Z] [ 80%] Linking C static library libcbor.a [2020-12-22T23:01:36.686Z] [ 80%] Built target cbor [2020-12-22T23:01:36.686Z] Scanning dependencies of target create_items [2020-12-22T23:01:36.686Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-12-22T23:01:36.957Z] [ 84%] Linking C executable create_items [2020-12-22T23:01:36.957Z] [ 84%] Built target create_items [2020-12-22T23:01:36.957Z] Scanning dependencies of target readfile [2020-12-22T23:01:36.957Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-12-22T23:01:37.229Z] [ 88%] Linking C executable readfile [2020-12-22T23:01:37.229Z] [ 88%] Built target readfile [2020-12-22T23:01:37.229Z] Scanning dependencies of target streaming_parser [2020-12-22T23:01:37.229Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-12-22T23:01:37.501Z] [ 92%] Linking C executable streaming_parser [2020-12-22T23:01:37.774Z] [ 92%] Built target streaming_parser [2020-12-22T23:01:37.774Z] Scanning dependencies of target sort [2020-12-22T23:01:37.774Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-12-22T23:01:37.774Z] [ 96%] Linking C executable sort [2020-12-22T23:01:38.056Z] [ 96%] Built target sort [2020-12-22T23:01:38.056Z] Scanning dependencies of target hello [2020-12-22T23:01:38.056Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-12-22T23:01:38.329Z] [100%] Linking C executable hello [2020-12-22T23:01:38.329Z] [100%] Built target hello [2020-12-22T23:01:38.330Z] Install the project... [2020-12-22T23:01:38.330Z] -- Install configuration: "Release" [2020-12-22T23:01:38.330Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-12-22T23:01:38.330Z] -- Installing: /usr/local/lib64/libcbor.a [2020-12-22T23:01:38.330Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-12-22T23:01:38.330Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-12-22T23:01:38.330Z] -- Installing: /usr/local/lib64/libcbor.so [2020-12-22T23:01:38.330Z] -- Up-to-date: /usr/local/include/cbor [2020-12-22T23:01:38.330Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-12-22T23:01:38.330Z] -- Installing: /usr/local/include/cbor/ints.h [2020-12-22T23:01:38.330Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-12-22T23:01:38.330Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-12-22T23:01:38.330Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-12-22T23:01:38.330Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-12-22T23:01:38.330Z] -- Installing: /usr/local/include/cbor/data.h [2020-12-22T23:01:38.330Z] -- Installing: /usr/local/include/cbor/common.h [2020-12-22T23:01:38.330Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-12-22T23:01:38.330Z] -- Installing: /usr/local/include/cbor/strings.h [2020-12-22T23:01:38.330Z] -- Installing: /usr/local/include/cbor/tags.h [2020-12-22T23:01:38.330Z] -- Installing: /usr/local/include/cbor/internal [2020-12-22T23:01:38.330Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-12-22T23:01:38.330Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-12-22T23:01:38.330Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-12-22T23:01:38.330Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-12-22T23:01:38.330Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-12-22T23:01:38.330Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-12-22T23:01:38.330Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-12-22T23:01:38.330Z] -- Installing: /usr/local/include/cbor/maps.h [2020-12-22T23:01:38.330Z] -- Installing: /usr/local/include/cbor.h [2020-12-22T23:01:38.330Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-12-22T23:01:40.318Z] Removing intermediate container 0302b8b89494 [2020-12-22T23:01:40.318Z] ---> 49d186323c77 [2020-12-22T23:01:40.318Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-12-22T23:01:40.594Z] ---> Running in 5dca6fb1bd21 [2020-12-22T23:01:43.223Z] Removing intermediate container 5dca6fb1bd21 [2020-12-22T23:01:43.223Z] ---> 42e1367528b8 [2020-12-22T23:01:43.223Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-12-22T23:01:43.495Z] ---> 6a1ba7ea5529 [2020-12-22T23:01:43.495Z] Step 8/21 : COPY src /tmp/sdk/src [2020-12-22T23:01:44.471Z] ---> 6c2ec9a84647 [2020-12-22T23:01:44.471Z] Step 9/21 : COPY include /tmp/sdk/include [2020-12-22T23:01:45.069Z] ---> 68219e572ec3 [2020-12-22T23:01:45.069Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-12-22T23:01:45.666Z] ---> 586e74355335 [2020-12-22T23:01:45.666Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-12-22T23:01:46.265Z] ---> e584380f6e61 [2020-12-22T23:01:46.265Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-12-22T23:01:47.256Z] ---> 8a109fe1141d [2020-12-22T23:01:47.256Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-12-22T23:01:47.256Z] ---> Running in fa827abd6553 [2020-12-22T23:01:48.229Z] + CPPCHECK=false [2020-12-22T23:01:48.229Z] + DOCGEN=false [2020-12-22T23:01:48.229Z] + TOMLVER=SDK-0.2 [2020-12-22T23:01:48.229Z] + CUTILVER=1.1.1 [2020-12-22T23:01:48.229Z] + '[' 0 -gt 0 ] [2020-12-22T23:01:48.229Z] + readlink -f ./scripts/build.sh [2020-12-22T23:01:48.229Z] + dirname /tmp/sdk/scripts/build.sh [2020-12-22T23:01:48.229Z] + dirname /tmp/sdk/scripts [2020-12-22T23:01:48.230Z] + ROOT=/tmp/sdk [2020-12-22T23:01:48.230Z] + cd /tmp/sdk [2020-12-22T23:01:48.230Z] + '[' '!' -d deps ] [2020-12-22T23:01:48.230Z] + mkdir deps [2020-12-22T23:01:48.230Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-12-22T23:01:48.230Z] + tar -C deps -z -x -f - [2020-12-22T23:01:48.230Z] --2020-12-22 23:01:48-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-12-22T23:01:48.230Z] Resolving github.com... 140.82.112.3 [2020-12-22T23:01:48.230Z] Connecting to github.com|140.82.112.3|:443... connected. [2020-12-22T23:01:48.499Z] HTTP request sent, awaiting response... 302 Found [2020-12-22T23:01:48.499Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-12-22T23:01:48.499Z] --2020-12-22 23:01:48-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-12-22T23:01:48.499Z] Resolving codeload.github.com... 140.82.113.10 [2020-12-22T23:01:48.499Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2020-12-22T23:01:48.770Z] HTTP request sent, awaiting response... 200 OK [2020-12-22T23:01:48.770Z] Length: unspecified [application/x-gzip] [2020-12-22T23:01:48.770Z] Saving to: 'STDOUT' [2020-12-22T23:01:48.770Z] [2020-12-22T23:01:48.770Z] 0K .......... ......  836K=0.02s [2020-12-22T23:01:48.770Z] [2020-12-22T23:01:48.770Z] 2020-12-22 23:01:48 (836 KB/s) - written to stdout [16451] [2020-12-22T23:01:48.770Z] [2020-12-22T23:01:48.770Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-12-22T23:01:48.770Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.1.tar.gz [2020-12-22T23:01:48.770Z] + tar -C deps -z -x -f - [2020-12-22T23:01:48.770Z] --2020-12-22 23:01:48-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.1.tar.gz [2020-12-22T23:01:48.770Z] Resolving github.com... 140.82.112.3 [2020-12-22T23:01:48.770Z] Connecting to github.com|140.82.112.3|:443... connected. [2020-12-22T23:01:49.039Z] HTTP request sent, awaiting response... 302 Found [2020-12-22T23:01:49.040Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.1 [following] [2020-12-22T23:01:49.040Z] --2020-12-22 23:01:48-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.1 [2020-12-22T23:01:49.040Z] Resolving codeload.github.com... 140.82.113.10 [2020-12-22T23:01:49.040Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2020-12-22T23:01:49.040Z] HTTP request sent, awaiting response... 200 OK [2020-12-22T23:01:49.040Z] Length: unspecified [application/x-gzip] [2020-12-22T23:01:49.040Z] Saving to: 'STDOUT' [2020-12-22T23:01:49.040Z]  [2020-12-22T23:01:49.040Z] 0K .......... .......... .......... .......... .......... 1.61M [2020-12-22T23:01:49.040Z] 50K .......... .......... .......... .......... .......... 3.12M [2020-12-22T23:01:49.040Z] 100K .......... .......... .......... .......... .......... 3.72M [2020-12-22T23:01:49.040Z] 150K .......... .......... .....   1.52M=0.08s [2020-12-22T23:01:49.040Z] [2020-12-22T23:01:49.040Z] 2020-12-22 23:01:49 (2.27 MB/s) - written to stdout [179833] [2020-12-22T23:01:49.040Z] [2020-12-22T23:01:49.316Z] + mkdir -p src/c/iot [2020-12-22T23:01:49.317Z] + cp deps/iotech-c-utils-1.1.1/src/c/base64.c deps/iotech-c-utils-1.1.1/src/c/component.c deps/iotech-c-utils-1.1.1/src/c/config.c deps/iotech-c-utils-1.1.1/src/c/container.c deps/iotech-c-utils-1.1.1/src/c/data.c deps/iotech-c-utils-1.1.1/src/c/hash.c deps/iotech-c-utils-1.1.1/src/c/iot.c deps/iotech-c-utils-1.1.1/src/c/json.c deps/iotech-c-utils-1.1.1/src/c/logger.c deps/iotech-c-utils-1.1.1/src/c/os.c deps/iotech-c-utils-1.1.1/src/c/scheduler.c deps/iotech-c-utils-1.1.1/src/c/thread.c deps/iotech-c-utils-1.1.1/src/c/threadpool.c deps/iotech-c-utils-1.1.1/src/c/time.c deps/iotech-c-utils-1.1.1/src/c/yxml.c src/c/iot [2020-12-22T23:01:49.317Z] + mkdir -p include/iot [2020-12-22T23:01:49.317Z] + cp deps/iotech-c-utils-1.1.1/include/iot/base64.h deps/iotech-c-utils-1.1.1/include/iot/component.h deps/iotech-c-utils-1.1.1/include/iot/config.h deps/iotech-c-utils-1.1.1/include/iot/container.h deps/iotech-c-utils-1.1.1/include/iot/data.h deps/iotech-c-utils-1.1.1/include/iot/hash.h deps/iotech-c-utils-1.1.1/include/iot/iot.h deps/iotech-c-utils-1.1.1/include/iot/json.h deps/iotech-c-utils-1.1.1/include/iot/logger.h deps/iotech-c-utils-1.1.1/include/iot/os.h deps/iotech-c-utils-1.1.1/include/iot/scheduler.h deps/iotech-c-utils-1.1.1/include/iot/thread.h deps/iotech-c-utils-1.1.1/include/iot/threadpool.h deps/iotech-c-utils-1.1.1/include/iot/time.h deps/iotech-c-utils-1.1.1/include/iot/typecode.h deps/iotech-c-utils-1.1.1/include/iot/yxml.h include/iot [2020-12-22T23:01:49.317Z] + mkdir -p include/iot/os [2020-12-22T23:01:49.317Z] + cp deps/iotech-c-utils-1.1.1/include/iot/os/linux.h deps/iotech-c-utils-1.1.1/include/iot/os/macos.h deps/iotech-c-utils-1.1.1/include/iot/os/zephyr.h include/iot/os [2020-12-22T23:01:49.317Z] + mkdir -p /tmp/sdk/build/release [2020-12-22T23:01:49.317Z] + cd /tmp/sdk/build/release [2020-12-22T23:01:49.317Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-12-22T23:01:49.590Z] -- The C compiler identification is GNU 8.3.0 [2020-12-22T23:01:49.590Z] -- Check for working C compiler: /usr/bin/cc [2020-12-22T23:01:49.861Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-12-22T23:01:49.861Z] -- Detecting C compiler ABI info [2020-12-22T23:01:50.133Z] -- Detecting C compiler ABI info - done [2020-12-22T23:01:50.133Z] -- Detecting C compile features [2020-12-22T23:01:50.729Z] -- Detecting C compile features - done [2020-12-22T23:01:50.729Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-12-22T23:01:50.729Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-12-22T23:01:50.729Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-12-22T23:01:50.729Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-12-22T23:01:50.729Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-12-22T23:01:50.729Z] -- C SDK 0.0.0 for Linux [2020-12-22T23:01:51.000Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-12-22T23:01:51.000Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-12-22T23:01:51.000Z] -- Found Curses: /usr/lib/libcurses.so [2020-12-22T23:01:51.270Z] -- Configuring done [2020-12-22T23:01:51.542Z] -- Generating done [2020-12-22T23:01:51.542Z] -- Build files have been written to: /tmp/sdk/build/release [2020-12-22T23:01:51.542Z] + make [2020-12-22T23:01:51.542Z] + tee release.log [2020-12-22T23:01:51.542Z] Scanning dependencies of target csdk [2020-12-22T23:01:51.814Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-12-22T23:01:52.407Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-12-22T23:01:52.999Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2020-12-22T23:01:53.270Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-12-22T23:01:55.230Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-12-22T23:01:55.821Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-12-22T23:01:55.821Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-12-22T23:01:57.243Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-12-22T23:01:59.207Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-12-22T23:01:59.478Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-12-22T23:02:00.068Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-12-22T23:02:00.665Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-12-22T23:02:00.938Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-12-22T23:02:01.210Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-12-22T23:02:01.481Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-12-22T23:02:04.861Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-12-22T23:02:05.458Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-12-22T23:02:05.731Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-12-22T23:02:06.004Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-12-22T23:02:06.596Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-12-22T23:02:09.315Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-12-22T23:02:09.315Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-12-22T23:02:09.608Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-12-22T23:02:10.221Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-12-22T23:02:10.838Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-12-22T23:02:10.838Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-12-22T23:02:11.822Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-12-22T23:02:12.096Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-12-22T23:02:12.695Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-12-22T23:02:12.967Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2020-12-22T23:02:14.928Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-12-22T23:02:15.200Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-12-22T23:02:16.169Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-12-22T23:02:16.438Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-12-22T23:02:20.721Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-12-22T23:02:20.992Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-12-22T23:02:21.581Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-12-22T23:02:21.854Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-12-22T23:02:22.827Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-12-22T23:02:24.252Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-12-22T23:02:25.678Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-12-22T23:02:29.051Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-12-22T23:02:29.327Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-12-22T23:02:30.748Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-12-22T23:02:31.020Z] [ 71%] Linking C shared library libcsdk.so [2020-12-22T23:02:31.292Z] [ 71%] Built target csdk [2020-12-22T23:02:31.292Z] Scanning dependencies of target template [2020-12-22T23:02:31.292Z] [ 73%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-12-22T23:02:31.884Z] [ 74%] Linking C executable template [2020-12-22T23:02:32.157Z] [ 74%] Built target template [2020-12-22T23:02:32.157Z] Scanning dependencies of target device-counter [2020-12-22T23:02:32.157Z] [ 76%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-12-22T23:02:32.751Z] [ 77%] Linking C executable device-counter [2020-12-22T23:02:32.751Z] [ 77%] Built target device-counter [2020-12-22T23:02:32.751Z] Scanning dependencies of target device-random [2020-12-22T23:02:32.751Z] [ 79%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-12-22T23:02:33.344Z] [ 80%] Linking C executable device-random [2020-12-22T23:02:33.620Z] [ 80%] Built target device-random [2020-12-22T23:02:33.620Z] Scanning dependencies of target device-gyro [2020-12-22T23:02:33.620Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-12-22T23:02:33.892Z] [ 84%] Linking C executable device-gyro [2020-12-22T23:02:34.162Z] [ 84%] Built target device-gyro [2020-12-22T23:02:34.162Z] Scanning dependencies of target device-bitfields [2020-12-22T23:02:34.162Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-12-22T23:02:34.752Z] [ 87%] Linking C executable device-bitfields [2020-12-22T23:02:34.752Z] [ 87%] Built target device-bitfields [2020-12-22T23:02:34.752Z] Scanning dependencies of target template-discovery [2020-12-22T23:02:35.023Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-12-22T23:02:35.612Z] [ 90%] Linking C executable template-discovery [2020-12-22T23:02:35.883Z] [ 90%] Built target template-discovery [2020-12-22T23:02:35.883Z] Scanning dependencies of target device-file [2020-12-22T23:02:35.883Z] [ 92%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-12-22T23:02:36.473Z] [ 93%] Linking C executable device-file [2020-12-22T23:02:36.473Z] [ 93%] Built target device-file [2020-12-22T23:02:36.473Z] Scanning dependencies of target device-terminal [2020-12-22T23:02:36.743Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-12-22T23:02:37.016Z] [ 96%] Linking C executable device-terminal [2020-12-22T23:02:37.286Z] [ 96%] Built target device-terminal [2020-12-22T23:02:37.286Z] Scanning dependencies of target templatev1 [2020-12-22T23:02:37.557Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-12-22T23:02:37.828Z] [100%] Linking C executable templatev1 [2020-12-22T23:02:38.101Z] [100%] Built target templatev1 [2020-12-22T23:02:38.101Z] + make package [2020-12-22T23:02:38.101Z] + tee -a release.log [2020-12-22T23:02:38.371Z] [ 71%] Built target csdk [2020-12-22T23:02:38.371Z] [ 74%] Built target template [2020-12-22T23:02:38.371Z] [ 77%] Built target device-counter [2020-12-22T23:02:38.371Z] [ 80%] Built target device-random [2020-12-22T23:02:38.371Z] [ 84%] Built target device-gyro [2020-12-22T23:02:38.643Z] [ 87%] Built target device-bitfields [2020-12-22T23:02:38.643Z] [ 90%] Built target template-discovery [2020-12-22T23:02:38.643Z] [ 93%] Built target device-file [2020-12-22T23:02:38.643Z] [ 96%] Built target device-terminal [2020-12-22T23:02:38.643Z] [100%] Built target templatev1 [2020-12-22T23:02:38.643Z] Run CPack packaging tool... [2020-12-22T23:02:38.643Z] CPack: Create package using TGZ [2020-12-22T23:02:38.643Z] CPack: Install projects [2020-12-22T23:02:38.643Z] CPack: - Run preinstall target for: Csdk [2020-12-22T23:02:39.237Z] CPack: - Install project: Csdk [2020-12-22T23:02:39.508Z] CPack: Create package [2020-12-22T23:02:39.508Z] CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. [2020-12-22T23:02:39.508Z] + '[' false '=' true ] [2020-12-22T23:02:39.508Z] + '[' false '=' true ] [2020-12-22T23:02:39.508Z] + mkdir -p /tmp/sdk/build/debug [2020-12-22T23:02:39.508Z] + cd /tmp/sdk/build/debug [2020-12-22T23:02:39.508Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-12-22T23:02:39.780Z] -- The C compiler identification is GNU 8.3.0 [2020-12-22T23:02:39.780Z] -- Check for working C compiler: /usr/bin/cc [2020-12-22T23:02:40.051Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-12-22T23:02:40.051Z] -- Detecting C compiler ABI info [2020-12-22T23:02:40.325Z] -- Detecting C compiler ABI info - done [2020-12-22T23:02:40.325Z] -- Detecting C compile features [2020-12-22T23:02:41.300Z] -- Detecting C compile features - done [2020-12-22T23:02:41.300Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-12-22T23:02:41.300Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-12-22T23:02:41.300Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-12-22T23:02:41.300Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-12-22T23:02:41.300Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-12-22T23:02:41.300Z] -- C SDK 0.0.0 for Linux [2020-12-22T23:02:41.301Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-12-22T23:02:41.301Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-12-22T23:02:41.301Z] -- Found Curses: /usr/lib/libcurses.so [2020-12-22T23:02:41.571Z] -- Configuring done [2020-12-22T23:02:41.842Z] -- Generating done [2020-12-22T23:02:41.842Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-12-22T23:02:41.842Z] + make [2020-12-22T23:02:41.842Z] + tee debug.log [2020-12-22T23:02:41.842Z] Scanning dependencies of target csdk [2020-12-22T23:02:42.113Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-12-22T23:02:42.385Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-12-22T23:02:42.656Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2020-12-22T23:02:42.927Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-12-22T23:02:43.519Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-12-22T23:02:43.793Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-12-22T23:02:44.065Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-12-22T23:02:44.338Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-12-22T23:02:44.930Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-12-22T23:02:45.202Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-12-22T23:02:45.475Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-12-22T23:02:45.751Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-12-22T23:02:46.024Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-12-22T23:02:46.295Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-12-22T23:02:46.565Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-12-22T23:02:47.541Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-12-22T23:02:47.541Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-12-22T23:02:47.812Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-12-22T23:02:48.083Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-12-22T23:02:48.354Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-12-22T23:02:48.948Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-12-22T23:02:49.222Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-12-22T23:02:49.495Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-12-22T23:02:49.495Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-12-22T23:02:49.768Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-12-22T23:02:50.041Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-12-22T23:02:50.311Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-12-22T23:02:50.588Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-12-22T23:02:50.861Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-12-22T23:02:50.861Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2020-12-22T23:02:51.454Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-12-22T23:02:51.454Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-12-22T23:02:52.042Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-12-22T23:02:52.312Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-12-22T23:02:53.281Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-12-22T23:02:53.554Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-12-22T23:02:53.826Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-12-22T23:02:53.826Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-12-22T23:02:54.420Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-12-22T23:02:55.393Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-12-22T23:02:55.663Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-12-22T23:02:56.255Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-12-22T23:02:56.529Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-12-22T23:02:57.123Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-12-22T23:02:57.395Z] [ 71%] Linking C shared library libcsdk.so [2020-12-22T23:02:57.666Z] [ 71%] Built target csdk [2020-12-22T23:02:57.666Z] Scanning dependencies of target template [2020-12-22T23:02:57.666Z] [ 73%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-12-22T23:02:57.938Z] [ 74%] Linking C executable template [2020-12-22T23:02:58.208Z] [ 74%] Built target template [2020-12-22T23:02:58.208Z] Scanning dependencies of target device-counter [2020-12-22T23:02:58.208Z] [ 76%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-12-22T23:02:58.482Z] [ 77%] Linking C executable device-counter [2020-12-22T23:02:58.482Z] [ 77%] Built target device-counter [2020-12-22T23:02:58.756Z] Scanning dependencies of target device-random [2020-12-22T23:02:58.756Z] [ 79%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-12-22T23:02:59.026Z] [ 80%] Linking C executable device-random [2020-12-22T23:02:59.026Z] [ 80%] Built target device-random [2020-12-22T23:02:59.026Z] Scanning dependencies of target device-gyro [2020-12-22T23:02:59.298Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-12-22T23:02:59.298Z] [ 84%] Linking C executable device-gyro [2020-12-22T23:02:59.571Z] [ 84%] Built target device-gyro [2020-12-22T23:02:59.571Z] Scanning dependencies of target device-bitfields [2020-12-22T23:02:59.571Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-12-22T23:02:59.843Z] [ 87%] Linking C executable device-bitfields [2020-12-22T23:03:00.113Z] [ 87%] Built target device-bitfields [2020-12-22T23:03:00.113Z] Scanning dependencies of target template-discovery [2020-12-22T23:03:00.113Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-12-22T23:03:00.384Z] [ 90%] Linking C executable template-discovery [2020-12-22T23:03:00.656Z] [ 90%] Built target template-discovery [2020-12-22T23:03:00.656Z] Scanning dependencies of target device-file [2020-12-22T23:03:00.656Z] [ 92%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-12-22T23:03:00.928Z] [ 93%] Linking C executable device-file [2020-12-22T23:03:01.238Z] [ 93%] Built target device-file [2020-12-22T23:03:01.238Z] Scanning dependencies of target device-terminal [2020-12-22T23:03:01.238Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-12-22T23:03:01.516Z] [ 96%] Linking C executable device-terminal [2020-12-22T23:03:01.804Z] [ 96%] Built target device-terminal [2020-12-22T23:03:01.804Z] Scanning dependencies of target templatev1 [2020-12-22T23:03:01.804Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-12-22T23:03:02.086Z] [100%] Linking C executable templatev1 [2020-12-22T23:03:02.367Z] [100%] Built target templatev1 [2020-12-22T23:03:02.367Z] make: Entering directory '/tmp/sdk/build/release' [2020-12-22T23:03:02.367Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-12-22T23:03:02.367Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-22T23:03:02.646Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T23:03:02.646Z] [ 71%] Built target csdk [2020-12-22T23:03:02.646Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-22T23:03:02.646Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T23:03:02.646Z] [ 74%] Built target template [2020-12-22T23:03:02.646Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-22T23:03:02.646Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T23:03:02.646Z] [ 77%] Built target device-counter [2020-12-22T23:03:02.646Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-22T23:03:02.646Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T23:03:02.646Z] [ 80%] Built target device-random [2020-12-22T23:03:02.646Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-22T23:03:02.646Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T23:03:02.646Z] [ 84%] Built target device-gyro [2020-12-22T23:03:02.646Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-22T23:03:02.921Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T23:03:02.921Z] [ 87%] Built target device-bitfields [2020-12-22T23:03:02.921Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-22T23:03:02.921Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T23:03:02.921Z] [ 90%] Built target template-discovery [2020-12-22T23:03:02.921Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-22T23:03:02.921Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T23:03:02.921Z] [ 93%] Built target device-file [2020-12-22T23:03:02.921Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-22T23:03:02.921Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T23:03:02.921Z] [ 96%] Built target device-terminal [2020-12-22T23:03:02.921Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-22T23:03:02.921Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T23:03:02.921Z] [100%] Built target templatev1 [2020-12-22T23:03:02.921Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T23:03:02.921Z] Install the project... [2020-12-22T23:03:02.921Z] -- Install configuration: "Release" [2020-12-22T23:03:02.922Z] -- Installing: /usr/local/lib/libcsdk.so [2020-12-22T23:03:02.922Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-12-22T23:03:02.922Z] -- Up-to-date: /usr/local/include [2020-12-22T23:03:02.922Z] -- Installing: /usr/local/include/edgex [2020-12-22T23:03:02.922Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-12-22T23:03:02.922Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-12-22T23:03:02.922Z] -- Installing: /usr/local/include/edgex/error.h [2020-12-22T23:03:02.922Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-12-22T23:03:03.193Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-12-22T23:03:03.193Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-12-22T23:03:03.193Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-12-22T23:03:03.193Z] -- Installing: /usr/local/include/edgex/devices.h [2020-12-22T23:03:03.193Z] -- Installing: /usr/local/include/edgex/os.h [2020-12-22T23:03:03.193Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-12-22T23:03:03.193Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-12-22T23:03:03.193Z] -- Installing: /usr/local/include/devsdk [2020-12-22T23:03:03.193Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-12-22T23:03:03.193Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-12-22T23:03:03.193Z] -- Installing: /usr/local/include/iot [2020-12-22T23:03:03.193Z] -- Installing: /usr/local/include/iot/json.h [2020-12-22T23:03:03.193Z] -- Installing: /usr/local/include/iot/yxml.h [2020-12-22T23:03:03.193Z] -- Installing: /usr/local/include/iot/container.h [2020-12-22T23:03:03.193Z] -- Installing: /usr/local/include/iot/component.h [2020-12-22T23:03:03.193Z] -- Installing: /usr/local/include/iot/typecode.h [2020-12-22T23:03:03.193Z] -- Installing: /usr/local/include/iot/iot.h [2020-12-22T23:03:03.193Z] -- Installing: /usr/local/include/iot/time.h [2020-12-22T23:03:03.193Z] -- Installing: /usr/local/include/iot/hash.h [2020-12-22T23:03:03.193Z] -- Installing: /usr/local/include/iot/logger.h [2020-12-22T23:03:03.193Z] -- Installing: /usr/local/include/iot/os [2020-12-22T23:03:03.193Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-12-22T23:03:03.193Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-12-22T23:03:03.193Z] -- Installing: /usr/local/include/iot/os/macos.h [2020-12-22T23:03:03.193Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-12-22T23:03:03.193Z] -- Installing: /usr/local/include/iot/data.h [2020-12-22T23:03:03.193Z] -- Installing: /usr/local/include/iot/thread.h [2020-12-22T23:03:03.193Z] -- Installing: /usr/local/include/iot/os.h [2020-12-22T23:03:03.193Z] -- Installing: /usr/local/include/iot/base64.h [2020-12-22T23:03:03.193Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-12-22T23:03:03.193Z] -- Installing: /usr/local/include/iot/config.h [2020-12-22T23:03:03.193Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-12-22T23:03:03.193Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-12-22T23:03:03.193Z] make: Leaving directory '/tmp/sdk/build/release' [2020-12-22T23:03:05.162Z] Removing intermediate container fa827abd6553 [2020-12-22T23:03:05.162Z] ---> 9dc7f47b30ec [2020-12-22T23:03:05.162Z] Step 14/21 : FROM ${BASE} [2020-12-22T23:03:05.162Z] ---> b23d30803547 [2020-12-22T23:03:05.162Z] Step 15/21 : LABEL maintainer="IOTech " [2020-12-22T23:03:05.434Z] ---> Running in 02bdfe056133 [2020-12-22T23:03:06.027Z] Removing intermediate container 02bdfe056133 [2020-12-22T23:03:06.027Z] ---> a1903baf04ea [2020-12-22T23:03:06.027Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-12-22T23:03:06.027Z] ---> Running in b5cb1a5ccaa3 [2020-12-22T23:03:07.012Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-12-22T23:03:07.990Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-12-22T23:03:08.261Z] (1/3) Installing curl (7.64.0-r5) [2020-12-22T23:03:08.261Z] (2/3) Installing libuuid (2.33-r0) [2020-12-22T23:03:08.531Z] (3/3) Installing wget (1.20.3-r0) [2020-12-22T23:03:08.531Z] Executing busybox-1.29.3-r10.trigger [2020-12-22T23:03:08.531Z] OK: 281 MiB in 78 packages [2020-12-22T23:03:09.969Z] Removing intermediate container b5cb1a5ccaa3 [2020-12-22T23:03:09.969Z] ---> 42cad8a958fc [2020-12-22T23:03:09.969Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-12-22T23:03:10.571Z] ---> b0c2f3447073 [2020-12-22T23:03:10.571Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-12-22T23:03:11.165Z] ---> 2e621cecdba4 [2020-12-22T23:03:11.165Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-12-22T23:03:12.144Z] ---> 0875e82248a6 [2020-12-22T23:03:12.144Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-12-22T23:03:12.739Z] ---> bd41750977ec [2020-12-22T23:03:12.739Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-12-22T23:03:13.711Z] ---> e7831ff70345 [2020-12-22T23:03:13.711Z] Successfully built e7831ff70345 [2020-12-22T23:03:13.711Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-22T23:03:14.438Z] + docker inspect -f . ci-base-image-arm64 [2020-12-22T23:03:14.438Z] . [Pipeline] withDockerContainer [2020-12-22T23:03:14.681Z] prd-ubuntu18.04-docker-arm64-4c-16g-17219 does not seem to be running inside a container [2020-12-22T23:03:14.761Z] $ 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 [2020-12-22T23:03:16.240Z] $ docker top 3e6d24b60bf3cb0d5bb8772020f074f420ca9e1bad20b8c6dafb5f990028f813 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-22T23:03:17.276Z] + make test [2020-12-22T23:03:17.277Z] echo "make test" [2020-12-22T23:03:17.277Z] make test [Pipeline] } [2020-12-22T23:03:17.297Z] $ docker stop --time=1 3e6d24b60bf3cb0d5bb8772020f074f420ca9e1bad20b8c6dafb5f990028f813 [2020-12-22T23:03:19.214Z] $ docker rm -f 3e6d24b60bf3cb0d5bb8772020f074f420ca9e1bad20b8c6dafb5f990028f813 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-22T23:03:20.186Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-22T23:03:20.517Z] + ls -al . [2020-12-22T23:03:20.517Z] total 192 [2020-12-22T23:03:20.517Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 22 23:00 . [2020-12-22T23:03:20.517Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 22 23:00 .. [2020-12-22T23:03:20.517Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 22 23:00 .git [2020-12-22T23:03:20.517Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 22 23:00 .github [2020-12-22T23:03:20.517Z] -rw-rw-r-- 1 jenkins jenkins 176 Dec 22 23:00 .gitignore [2020-12-22T23:03:20.517Z] -rw-rw-r-- 1 jenkins jenkins 3104 Dec 22 23:00 Attribution.txt [2020-12-22T23:03:20.517Z] -rw-rw-r-- 1 jenkins jenkins 6383 Dec 22 23:00 CHANGES [2020-12-22T23:03:20.517Z] -rw-rw-r-- 1 jenkins jenkins 108574 Dec 22 23:00 Doxyfile [2020-12-22T23:03:20.517Z] -rw-rw-r-- 1 jenkins jenkins 784 Dec 22 23:00 Jenkinsfile [2020-12-22T23:03:20.517Z] -rw-rw-r-- 1 jenkins jenkins 10174 Dec 22 23:00 LICENSE [2020-12-22T23:03:20.517Z] -rw-rw-r-- 1 jenkins jenkins 449 Dec 22 23:00 Makefile [2020-12-22T23:03:20.517Z] -rw-rw-r-- 1 jenkins jenkins 2697 Dec 22 23:00 README.md [2020-12-22T23:03:20.517Z] -rw-rw-r-- 1 jenkins jenkins 6451 Dec 22 23:00 README.v2.md [2020-12-22T23:03:20.517Z] -rw-rw-r-- 1 jenkins jenkins 5 Dec 22 22:56 VERSION [2020-12-22T23:03:20.517Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 22 23:00 docs [2020-12-22T23:03:20.517Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 22 23:00 include [2020-12-22T23:03:20.517Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 22 23:00 scripts [2020-12-22T23:03:20.517Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 22 23:00 src [Pipeline] isUnix [Pipeline] sh [2020-12-22T23:03:20.862Z] + 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=7989b4eb7bfc6589ca65fb97f4b6e9bcd4f2a424 --label arch=arm64 --label version=0.0.0 . [2020-12-22T23:03:21.132Z] Sending build context to Docker daemon 2.543MB [2020-12-22T23:03:21.404Z] Step 1/15 : ARG BASE=alpine:3.12 [2020-12-22T23:03:21.404Z] Step 2/15 : FROM ${BASE} [2020-12-22T23:03:21.404Z] ---> e7831ff70345 [2020-12-22T23:03:21.404Z] Step 3/15 : LABEL maintainer="IOTech " [2020-12-22T23:03:21.404Z] ---> Running in 9e09742a8e56 [2020-12-22T23:03:21.994Z] Removing intermediate container 9e09742a8e56 [2020-12-22T23:03:21.995Z] ---> e05838adb062 [2020-12-22T23:03:21.995Z] Step 4/15 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev && mkdir -p /edgex-c-sdk/build [2020-12-22T23:03:21.995Z] ---> Running in 8c97636a6639 [2020-12-22T23:03:23.422Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-12-22T23:03:24.009Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-12-22T23:03:24.279Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2020-12-22T23:03:24.279Z] (2/6) Installing libblkid (2.33-r0) [2020-12-22T23:03:24.550Z] (3/6) Installing libfdisk (2.33-r0) [2020-12-22T23:03:24.550Z] (4/6) Installing libmount (2.33-r0) [2020-12-22T23:03:24.821Z] (5/6) Installing libsmartcols (2.33-r0) [2020-12-22T23:03:24.821Z] (6/6) Installing util-linux-dev (2.33-r0) [2020-12-22T23:03:25.091Z] Executing busybox-1.29.3-r10.trigger [2020-12-22T23:03:25.091Z] OK: 286 MiB in 84 packages [2020-12-22T23:03:26.517Z] Removing intermediate container 8c97636a6639 [2020-12-22T23:03:26.517Z] ---> 6d183a36002b [2020-12-22T23:03:26.517Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-12-22T23:03:27.108Z] ---> 4cdfa45bdf6c [2020-12-22T23:03:27.108Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-12-22T23:03:28.081Z] ---> 4879b600ef77 [2020-12-22T23:03:28.081Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-12-22T23:03:28.677Z] ---> 2419721720e7 [2020-12-22T23:03:28.677Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-12-22T23:03:29.269Z] ---> f376ad842fa4 [2020-12-22T23:03:29.269Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-12-22T23:03:30.248Z] ---> acd16d50630e [2020-12-22T23:03:30.248Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-12-22T23:03:30.841Z] ---> 3a7ff6b3352f [2020-12-22T23:03:30.841Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-12-22T23:03:31.113Z] ---> Running in f88a14c0038f [2020-12-22T23:03:31.384Z] Removing intermediate container f88a14c0038f [2020-12-22T23:03:31.384Z] ---> ef340495317e [2020-12-22T23:03:31.384Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-12-22T23:03:31.656Z] ---> Running in ac0cb7639155 [2020-12-22T23:03:31.928Z] Removing intermediate container ac0cb7639155 [2020-12-22T23:03:31.928Z] ---> 7efdbba5b9c2 [2020-12-22T23:03:31.928Z] Step 13/15 : LABEL arch=arm64 [2020-12-22T23:03:32.211Z] ---> Running in 0f75ba9b6f67 [2020-12-22T23:03:32.488Z] Removing intermediate container 0f75ba9b6f67 [2020-12-22T23:03:32.488Z] ---> 6408d7c6c904 [2020-12-22T23:03:32.488Z] Step 14/15 : LABEL git_sha=7989b4eb7bfc6589ca65fb97f4b6e9bcd4f2a424 [2020-12-22T23:03:32.766Z] ---> Running in b9bae39c3ec7 [2020-12-22T23:03:33.043Z] Removing intermediate container b9bae39c3ec7 [2020-12-22T23:03:33.043Z] ---> be4bf2425ae7 [2020-12-22T23:03:33.043Z] Step 15/15 : LABEL version=0.0.0 [2020-12-22T23:03:33.317Z] ---> Running in 565729779b40 [2020-12-22T23:03:33.588Z] Removing intermediate container 565729779b40 [2020-12-22T23:03:33.588Z] ---> 3b21b0be0ab2 [2020-12-22T23:03:33.588Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2020-12-22T23:03:33.858Z] Successfully built 3b21b0be0ab2 [2020-12-22T23:03:33.858Z] 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [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 [2020-12-22T23:03:36.542Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-22T23:03:37.111Z] ---> package-listing.sh [2020-12-22T23:03:37.111Z] ++ facter osfamily [2020-12-22T23:03:37.111Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-22T23:03:37.111Z] + OS_FAMILY=redhat [2020-12-22T23:03:37.111Z] + workspace=/w/workspace/edgexfoundry_device-sdk-c_PR-313 [2020-12-22T23:03:37.111Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-22T23:03:37.111Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-22T23:03:37.111Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-22T23:03:37.111Z] + PACKAGES=/tmp/packages_start.txt [2020-12-22T23:03:37.111Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-313 ']' [2020-12-22T23:03:37.111Z] + PACKAGES=/tmp/packages_end.txt [2020-12-22T23:03:37.111Z] + case "${OS_FAMILY}" in [2020-12-22T23:03:37.111Z] + rpm -qa [2020-12-22T23:03:37.111Z] + sort [2020-12-22T23:03:41.341Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-22T23:03:41.341Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-22T23:03:41.341Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-22T23:03:41.341Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-313 ']' [2020-12-22T23:03:41.341Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_PR-313/archives/ [2020-12-22T23:03:41.341Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-c_PR-313/archives/ [Pipeline] echo [2020-12-22T23:03:41.355Z] 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-313/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-22T23:03:41.702Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-22T23:03:42.012Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-22T23:03:42.012Z] [2020-12-22T23:03:42.012Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-22T23:03:42.370Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-22T23:03:42.370Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-22T23:03:42.370Z] df20fa9351a1: Pulling fs layer [2020-12-22T23:03:42.370Z] 36b3adc4ff6f: Pulling fs layer [2020-12-22T23:03:42.370Z] 8ad3a11d3b57: Pulling fs layer [2020-12-22T23:03:42.370Z] 46f8f816bc3b: Pulling fs layer [2020-12-22T23:03:42.370Z] 93b61091891f: Pulling fs layer [2020-12-22T23:03:42.370Z] 93b9cdb0e59b: Pulling fs layer [2020-12-22T23:03:42.370Z] 46f8f816bc3b: Waiting [2020-12-22T23:03:42.370Z] 5e14af77c1be: Pulling fs layer [2020-12-22T23:03:42.370Z] 01666e4c0597: Pulling fs layer [2020-12-22T23:03:42.370Z] aa168da1d23b: Pulling fs layer [2020-12-22T23:03:42.370Z] 93b9cdb0e59b: Waiting [2020-12-22T23:03:42.370Z] 5e14af77c1be: Waiting [2020-12-22T23:03:42.370Z] 01666e4c0597: Waiting [2020-12-22T23:03:42.370Z] 36b3adc4ff6f: Download complete [2020-12-22T23:03:42.370Z] 46f8f816bc3b: Verifying Checksum [2020-12-22T23:03:42.370Z] 46f8f816bc3b: Download complete [2020-12-22T23:03:42.633Z] df20fa9351a1: Verifying Checksum [2020-12-22T23:03:42.633Z] df20fa9351a1: Download complete [2020-12-22T23:03:42.634Z] 93b9cdb0e59b: Verifying Checksum [2020-12-22T23:03:42.634Z] 93b9cdb0e59b: Download complete [2020-12-22T23:03:42.634Z] 5e14af77c1be: Download complete [2020-12-22T23:03:42.634Z] 93b61091891f: Verifying Checksum [2020-12-22T23:03:42.634Z] 93b61091891f: Download complete [2020-12-22T23:03:42.634Z] 01666e4c0597: Verifying Checksum [2020-12-22T23:03:42.634Z] 01666e4c0597: Download complete [2020-12-22T23:03:42.900Z] df20fa9351a1: Pull complete [2020-12-22T23:03:43.164Z] 36b3adc4ff6f: Pull complete [2020-12-22T23:03:43.429Z] 8ad3a11d3b57: Verifying Checksum [2020-12-22T23:03:43.429Z] 8ad3a11d3b57: Download complete [2020-12-22T23:03:44.399Z] 8ad3a11d3b57: Pull complete [2020-12-22T23:03:44.399Z] 46f8f816bc3b: Pull complete [2020-12-22T23:03:45.365Z] 93b61091891f: Pull complete [2020-12-22T23:03:45.365Z] aa168da1d23b: Verifying Checksum [2020-12-22T23:03:45.365Z] aa168da1d23b: Download complete [2020-12-22T23:03:45.365Z] 93b9cdb0e59b: Pull complete [2020-12-22T23:03:45.365Z] 5e14af77c1be: Pull complete [2020-12-22T23:03:45.630Z] 01666e4c0597: Pull complete [2020-12-22T23:03:52.259Z] aa168da1d23b: Pull complete [2020-12-22T23:03:52.259Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-22T23:03:52.259Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-22T23:03:52.259Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-22T23:03:52.481Z] prd-centos7-docker-4c-2g-17217 does not seem to be running inside a container [2020-12-22T23:03:52.535Z] $ 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-313/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-313 -v /w/workspace/edgexfoundry_device-sdk-c_PR-313:/w/workspace/edgexfoundry_device-sdk-c_PR-313:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_PR-313@tmp:/w/workspace/edgexfoundry_device-sdk-c_PR-313@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-22T23:03:56.220Z] $ docker top b06bfd08b83d0768b4ecf43b9bdc6369e47e3ab5caa2f3ce0232d195ea543f00 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-22T23:03:56.720Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-22T23:03:57.027Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-22T23:03:57.328Z] + ls /var/log/sa-host [2020-12-22T23:03:57.328Z] + sadf -c /var/log/sa-host/sa22 [2020-12-22T23:03:57.328Z] file_magic: OK [2020-12-22T23:03:57.328Z] HZ: Using current value: 100 [2020-12-22T23:03:57.328Z] file_header: OK [2020-12-22T23:03:57.328Z] 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 [2020-12-22T23:03:57.328Z] Statistics: [2020-12-22T23:03:57.328Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-22T23:03:57.328Z] File successfully converted to sysstat format version 12.2.1 [2020-12-22T23:03:57.328Z] + sadf -c /var/log/sa-host/sa23 [2020-12-22T23:03:57.328Z] file_magic: OK [2020-12-22T23:03:57.328Z] HZ: Using current value: 100 [2020-12-22T23:03:57.328Z] file_header: OK [2020-12-22T23:03:57.328Z] 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 [2020-12-22T23:03:57.328Z] Statistics: [2020-12-22T23:03:57.328Z] Hnuu...uuuununununu... [2020-12-22T23:03:57.328Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-22T23:03:57.911Z] provisioning config files... [2020-12-22T23:03:57.930Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_PR-313@tmp/config3906266162120862888tmp [Pipeline] { [Pipeline] echo [2020-12-22T23:03:58.017Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-22T23:03:58.314Z] ---> create-netrc.sh [Pipeline] } [2020-12-22T23:03:58.324Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-22T23:03:58.433Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-22T23:03:58.732Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-22T23:03:58.742Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-22T23:03:59.033Z] ---> sudo-logs.sh [2020-12-22T23:03:59.033Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-22T23:03:59.044Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-22T23:03:59.337Z] ---> job-cost.sh [2020-12-22T23:03:59.337Z] lf-activate-venv: SKIPPING [2020-12-22T23:03:59.337Z] INFO: No Stack... [2020-12-22T23:04:00.283Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-22T23:04:00.855Z] INFO: Archiving Costs [Pipeline] echo [2020-12-22T23:04:00.870Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-22T23:04:01.165Z] ---> logs-deploy.sh [2020-12-22T23:04:01.165Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/PR-313/3 [2020-12-22T23:04:01.165Z] INFO: archiving workspace using pattern(s): [2020-12-22T23:04:03.094Z] Archives upload complete. [2020-12-22T23:04:03.095Z] INFO: archiving logs to Nexus [2020-12-22T23:04:04.049Z] ---> uname -a: [2020-12-22T23:04:04.049Z] Linux prd-centos7-docker-4c-2g-17217.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2020-12-22T23:04:04.049Z] [2020-12-22T23:04:04.049Z] [2020-12-22T23:04:04.049Z] ---> lscpu: [2020-12-22T23:04:04.049Z] Architecture: x86_64 [2020-12-22T23:04:04.049Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-22T23:04:04.049Z] Byte Order: Little Endian [2020-12-22T23:04:04.049Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-22T23:04:04.049Z] CPU(s): 4 [2020-12-22T23:04:04.049Z] On-line CPU(s) list: 0-3 [2020-12-22T23:04:04.049Z] Thread(s) per core: 1 [2020-12-22T23:04:04.049Z] Core(s) per socket: 1 [2020-12-22T23:04:04.049Z] Socket(s): 4 [2020-12-22T23:04:04.049Z] NUMA node(s): 1 [2020-12-22T23:04:04.049Z] Vendor ID: GenuineIntel [2020-12-22T23:04:04.049Z] CPU family: 6 [2020-12-22T23:04:04.049Z] Model: 44 [2020-12-22T23:04:04.049Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-22T23:04:04.049Z] Stepping: 1 [2020-12-22T23:04:04.049Z] CPU MHz: 2933.436 [2020-12-22T23:04:04.049Z] BogoMIPS: 5866.87 [2020-12-22T23:04:04.049Z] Virtualization: VT-x [2020-12-22T23:04:04.049Z] Hypervisor vendor: KVM [2020-12-22T23:04:04.049Z] Virtualization type: full [2020-12-22T23:04:04.049Z] L1d cache: 128 KiB [2020-12-22T23:04:04.049Z] L1i cache: 128 KiB [2020-12-22T23:04:04.049Z] L2 cache: 16 MiB [2020-12-22T23:04:04.049Z] L3 cache: 64 MiB [2020-12-22T23:04:04.049Z] NUMA node0 CPU(s): 0-3 [2020-12-22T23:04:04.049Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-22T23:04:04.049Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-22T23:04:04.049Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-22T23:04:04.049Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-22T23:04:04.049Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-22T23:04:04.049Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-22T23:04:04.049Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-22T23:04:04.049Z] Vulnerability Srbds: Not affected [2020-12-22T23:04:04.049Z] Vulnerability Tsx async abort: Not affected [2020-12-22T23:04:04.049Z] 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 [2020-12-22T23:04:04.049Z] [2020-12-22T23:04:04.049Z] [2020-12-22T23:04:04.049Z] ---> nproc: [2020-12-22T23:04:04.049Z] 4 [2020-12-22T23:04:04.049Z] [2020-12-22T23:04:04.049Z] [2020-12-22T23:04:04.049Z] ---> df -h: [2020-12-22T23:04:04.049Z] Filesystem Size Used Available Use% Mounted on [2020-12-22T23:04:04.049Z] overlay 50.0G 7.3G 42.7G 15% / [2020-12-22T23:04:04.049Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-12-22T23:04:04.049Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-12-22T23:04:04.049Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-12-22T23:04:04.049Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2020-12-22T23:04:04.049Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2020-12-22T23:04:04.049Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2020-12-22T23:04:04.049Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2020-12-22T23:04:04.049Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2020-12-22T23:04:04.049Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2020-12-22T23:04:04.049Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2020-12-22T23:04:04.049Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2020-12-22T23:04:04.049Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_device-sdk-c_PR-313 [2020-12-22T23:04:04.049Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_device-sdk-c_PR-313@tmp [2020-12-22T23:04:04.049Z] [2020-12-22T23:04:04.049Z] [2020-12-22T23:04:04.049Z] ---> free -m: [2020-12-22T23:04:04.049Z] total used free shared buff/cache available [2020-12-22T23:04:04.049Z] Mem: 1837 682 95 0 1059 1050 [2020-12-22T23:04:04.049Z] Swap: 1023 1 1022 [2020-12-22T23:04:04.049Z] [2020-12-22T23:04:04.049Z] [2020-12-22T23:04:04.049Z] ---> ip addr: [2020-12-22T23:04:04.049Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-12-22T23:04:04.049Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-12-22T23:04:04.049Z] inet 127.0.0.1/8 scope host lo [2020-12-22T23:04:04.049Z] valid_lft forever preferred_lft forever [2020-12-22T23:04:04.049Z] inet6 ::1/128 scope host [2020-12-22T23:04:04.049Z] valid_lft forever preferred_lft forever [2020-12-22T23:04:04.049Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-12-22T23:04:04.049Z] link/ether fa:16:3e:9c:46:28 brd ff:ff:ff:ff:ff:ff [2020-12-22T23:04:04.049Z] inet 10.30.122.240/23 brd 10.30.123.255 scope global dynamic eth0 [2020-12-22T23:04:04.049Z] valid_lft 85862sec preferred_lft 85862sec [2020-12-22T23:04:04.049Z] inet6 fe80::f816:3eff:fe9c:4628/64 scope link [2020-12-22T23:04:04.049Z] valid_lft forever preferred_lft forever [2020-12-22T23:04:04.049Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-12-22T23:04:04.049Z] link/ether 02:42:b1:ad:d7:37 brd ff:ff:ff:ff:ff:ff [2020-12-22T23:04:04.049Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-12-22T23:04:04.049Z] valid_lft forever preferred_lft forever [2020-12-22T23:04:04.049Z] inet6 fe80::42:b1ff:fead:d737/64 scope link [2020-12-22T23:04:04.049Z] valid_lft forever preferred_lft forever [2020-12-22T23:04:04.049Z] [2020-12-22T23:04:04.049Z] [2020-12-22T23:04:04.049Z] ---> sar -b -r -n DEV: [2020-12-22T23:04:04.049Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/22/20 _x86_64_ (4 CPU) [2020-12-22T23:04:04.049Z] [2020-12-22T23:04:04.049Z] 22:54:54 LINUX RESTART (4 CPU) [2020-12-22T23:04:04.049Z] [2020-12-22T23:04:04.049Z] 22:56:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-12-22T23:04:04.049Z] 22:57:01 3.53 0.05 3.48 0.00 1.60 120.98 0.00 [2020-12-22T23:04:04.049Z] 22:58:01 0.38 0.00 0.38 0.00 0.00 5.91 0.00 [2020-12-22T23:04:04.049Z] 22:59:01 0.27 0.00 0.27 0.00 0.00 3.15 0.00 [2020-12-22T23:04:04.049Z] 23:00:01 0.25 0.00 0.25 0.00 0.00 3.01 0.00 [2020-12-22T23:04:04.049Z] 23:01:01 0.30 0.02 0.28 0.00 0.13 4.50 0.00 [2020-12-22T23:04:04.049Z] 23:02:01 0.48 0.08 0.40 0.00 1.60 5.34 0.00 [2020-12-22T23:04:04.049Z] 23:03:01 0.28 0.00 0.28 0.00 0.00 2.85 0.00 [2020-12-22T23:04:04.049Z] Average: 0.79 0.02 0.76 0.00 0.48 20.82 0.00 [2020-12-22T23:04:04.049Z] [2020-12-22T23:04:04.049Z] 22:56:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-12-22T23:04:04.049Z] 22:57:01 147312 0 560444 29.79 2620 1171168 1088072 37.13 401336 1133076 12 [2020-12-22T23:04:04.049Z] 22:58:01 150396 0 557356 29.62 2620 1171172 1061344 36.22 394368 1137296 8 [2020-12-22T23:04:04.049Z] 22:59:01 147768 0 559976 29.76 2620 1171180 1061464 36.23 406700 1127496 8 [2020-12-22T23:04:04.049Z] 23:00:01 148792 0 558952 29.71 2620 1171180 1061344 36.22 405824 1127744 12 [2020-12-22T23:04:04.049Z] 23:01:01 145332 0 562404 29.89 2620 1171188 1064272 36.32 406920 1129576 8 [2020-12-22T23:04:04.049Z] 23:02:01 146840 0 560768 29.80 2620 1171316 1061852 36.24 405520 1129644 16 [2020-12-22T23:04:04.049Z] 23:03:01 147128 0 560480 29.79 2620 1171316 1061852 36.24 405400 1129640 8 [2020-12-22T23:04:04.049Z] Average: 147653 0 560054 29.77 2620 1171217 1065743 36.37 403724 1130639 10 [2020-12-22T23:04:04.049Z] [2020-12-22T23:04:04.049Z] 22:56:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-12-22T23:04:04.049Z] 22:57:01 eth0 0.10 0.13 0.01 0.06 0.00 0.00 0.00 0.00 [2020-12-22T23:04:04.049Z] 22:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T23:04:04.049Z] 22:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T23:04:04.049Z] 22:58:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-22T23:04:04.049Z] 22:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T23:04:04.050Z] 22:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T23:04:04.050Z] 22:59:01 eth0 3.70 1.42 3.08 0.24 0.00 0.00 0.00 0.00 [2020-12-22T23:04:04.050Z] 22:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T23:04:04.050Z] 22:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T23:04:04.050Z] 23:00:01 eth0 0.82 0.08 0.07 0.04 0.00 0.00 0.00 0.00 [2020-12-22T23:04:04.050Z] 23:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T23:04:04.050Z] 23:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T23:04:04.050Z] 23:01:01 eth0 0.75 0.50 0.43 0.27 0.00 0.00 0.00 0.00 [2020-12-22T23:04:04.050Z] 23:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T23:04:04.050Z] 23:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T23:04:04.050Z] 23:02:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-22T23:04:04.050Z] 23:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T23:04:04.050Z] 23:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T23:04:04.050Z] 23:03:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T23:04:04.050Z] 23:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T23:04:04.050Z] 23:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T23:04:04.050Z] Average: eth0 0.80 0.33 0.51 0.09 0.00 0.00 0.00 0.00 [2020-12-22T23:04:04.050Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T23:04:04.050Z] Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T23:04:04.050Z] [2020-12-22T23:04:04.050Z] [2020-12-22T23:04:04.050Z] ---> sar -P ALL: [2020-12-22T23:04:04.050Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/22/20 _x86_64_ (4 CPU) [2020-12-22T23:04:04.050Z] [2020-12-22T23:04:04.050Z] 22:54:54 LINUX RESTART (4 CPU) [2020-12-22T23:04:04.050Z] [2020-12-22T23:04:04.050Z] 22:56:01 CPU %user %nice %system %iowait %steal %idle [2020-12-22T23:04:04.050Z] 22:57:01 all 0.15 0.00 0.07 0.00 0.00 99.78 [2020-12-22T23:04:04.050Z] 22:57:01 0 0.08 0.00 0.05 0.00 0.00 99.87 [2020-12-22T23:04:04.050Z] 22:57:01 1 0.08 0.00 0.13 0.00 0.00 99.78 [2020-12-22T23:04:04.050Z] 22:57:01 2 0.38 0.00 0.07 0.00 0.02 99.53 [2020-12-22T23:04:04.050Z] 22:57:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-12-22T23:04:04.050Z] 22:58:01 all 0.17 0.00 0.04 0.00 0.01 99.79 [2020-12-22T23:04:04.050Z] 22:58:01 0 0.07 0.00 0.05 0.00 0.02 99.87 [2020-12-22T23:04:04.050Z] 22:58:01 1 0.50 0.00 0.02 0.00 0.00 99.48 [2020-12-22T23:04:04.050Z] 22:58:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2020-12-22T23:04:04.050Z] 22:58:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2020-12-22T23:04:04.050Z] 22:59:01 all 0.07 0.00 0.08 0.00 0.00 99.85 [2020-12-22T23:04:04.050Z] 22:59:01 0 0.10 0.00 0.07 0.00 0.00 99.83 [2020-12-22T23:04:04.050Z] 22:59:01 1 0.12 0.00 0.15 0.00 0.00 99.73 [2020-12-22T23:04:04.050Z] 22:59:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-12-22T23:04:04.050Z] 22:59:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2020-12-22T23:04:04.050Z] 23:00:01 all 0.05 0.00 0.03 0.00 0.00 99.91 [2020-12-22T23:04:04.050Z] 23:00:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2020-12-22T23:04:04.050Z] 23:00:01 1 0.15 0.00 0.07 0.00 0.00 99.78 [2020-12-22T23:04:04.050Z] 23:00:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2020-12-22T23:04:04.050Z] 23:00:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-12-22T23:04:04.050Z] 23:01:01 all 0.17 0.00 0.04 0.00 0.00 99.78 [2020-12-22T23:04:04.050Z] 23:01:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-12-22T23:04:04.050Z] 23:01:01 1 0.53 0.00 0.03 0.00 0.00 99.43 [2020-12-22T23:04:04.050Z] 23:01:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2020-12-22T23:04:04.050Z] 23:01:01 3 0.07 0.00 0.05 0.00 0.02 99.87 [2020-12-22T23:04:04.050Z] 23:02:01 all 0.15 0.00 0.04 0.00 0.00 99.80 [2020-12-22T23:04:04.050Z] 23:02:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-12-22T23:04:04.050Z] 23:02:01 1 0.52 0.00 0.05 0.00 0.02 99.42 [2020-12-22T23:04:04.050Z] 23:02:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2020-12-22T23:04:04.050Z] 23:02:01 3 0.02 0.00 0.05 0.00 0.00 99.93 [2020-12-22T23:04:04.050Z] 23:03:01 all 0.15 0.00 0.03 0.00 0.00 99.83 [2020-12-22T23:04:04.050Z] 23:03:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-12-22T23:04:04.050Z] 23:03:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2020-12-22T23:04:04.050Z] 23:03:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2020-12-22T23:04:04.050Z] 23:03:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-12-22T23:04:04.050Z] Average: all 0.13 0.00 0.05 0.00 0.00 99.82 [2020-12-22T23:04:04.050Z] Average: 0 0.05 0.00 0.04 0.00 0.00 99.91 [2020-12-22T23:04:04.050Z] Average: 1 0.35 0.00 0.07 0.00 0.00 99.58 [2020-12-22T23:04:04.050Z] Average: 2 0.10 0.00 0.05 0.00 0.00 99.86 [2020-12-22T23:04:04.050Z] Average: 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-12-22T23:04:04.050Z] [2020-12-22T23:04:04.050Z] [2020-12-22T23:04:04.050Z]