Pull request #313 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of iain-anderson for edgexfoundry/device-sdk-c Obtained Jenkinsfile from 6c84a767c6ce4573f9a920010352f64502cb5330+706af55e05cb2cdc0073fc9ec2061f045ee0028b (7e4d9b5d8ad72e80d82d4f319a339a8d6376cf7a) 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > 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-3.11-base, dockerFilePath:scripts/Dockerfile.alpine-3.11, 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-3.11 DOCKER_BUILD_FILE_PATH: scripts/Dockerfile.alpine-3.11-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 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-15259 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 706af55e05cb2cdc0073fc9ec2061f045ee0028b into PR head commit 6c84a767c6ce4573f9a920010352f64502cb5330 Merge succeeded, producing 6c84a767c6ce4573f9a920010352f64502cb5330 Checking out Revision 6c84a767c6ce4573f9a920010352f64502cb5330 (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 706af55e05cb2cdc0073fc9ec2061f045ee0028b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6c84a767c6ce4573f9a920010352f64502cb5330 # timeout=10 Commit message: "fix: Don't use configuration profiles in registry" > git rev-list --no-walk 9328d0942041710e8757e937a98a30711604517b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-09T16:12:00.946Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-09T16:12:01.272Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-09T16:12:01.401Z] ========================================================= [2020-12-09T16:12:01.401Z] EdgeX Global Pipelines Version Info [2020-12-09T16:12:01.401Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-09T16:12:03.347Z] ------------------- [2020-12-09T16:12:03.347Z] stable info: [2020-12-09T16:12:03.347Z] ------------------- [2020-12-09T16:12:03.347Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-09T16:12:03.347Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-09T16:12:03.347Z] Message: update stable to v1.0.172 [2020-12-09T16:12:03.924Z] ------------------- [2020-12-09T16:12:03.924Z] experimental info: [2020-12-09T16:12:03.924Z] ------------------- [2020-12-09T16:12:03.924Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-09T16:12:03.924Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-09T16:12:03.924Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-09T16:12:04.225Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-c-settings [Pipeline] echo [2020-12-09T16:12:04.324Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-c [Pipeline] echo [2020-12-09T16:12:04.420Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-09T16:12:04.518Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-09T16:12:04.670Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-09T16:12:04.761Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [Pipeline] echo [2020-12-09T16:12:04.864Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = scripts/Dockerfile.alpine-3.11 [Pipeline] echo [2020-12-09T16:12:04.981Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = scripts/Dockerfile.alpine-3.11-base [Pipeline] echo [2020-12-09T16:12:05.077Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-09T16:12:05.174Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-c [Pipeline] echo [2020-12-09T16:12:05.296Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-09T16:12:05.392Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-09T16:12:05.493Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-09T16:12:05.598Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-09T16:12:05.691Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-09T16:12:05.785Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-09T16:12:05.920Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-09T16:12:06.014Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-313 [Pipeline] echo [2020-12-09T16:12:06.128Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-313 [Pipeline] echo [2020-12-09T16:12:06.222Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-313 [Pipeline] echo [2020-12-09T16:12:06.315Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6c84a767c6ce4573f9a920010352f64502cb5330 [Pipeline] echo [2020-12-09T16:12:06.423Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6c84a76 [Pipeline] echo [2020-12-09T16:12:06.509Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-09T16:12:06.678Z] provisioning config files... [2020-12-09T16:12:06.703Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_PR-313@tmp/config4765654550313029059tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-09T16:12:07.093Z] ---> docker-login.sh [2020-12-09T16:12:07.093Z] nexus3.edgexfoundry.org:10001 [2020-12-09T16:12:07.357Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T16:12:07.619Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T16:12:07.620Z] Configure a credential helper to remove this warning. See [2020-12-09T16:12:07.620Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T16:12:07.620Z] [2020-12-09T16:12:07.620Z] Login Succeeded [2020-12-09T16:12:07.620Z] nexus3.edgexfoundry.org:10002 [2020-12-09T16:12:07.883Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T16:12:07.883Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T16:12:07.883Z] Configure a credential helper to remove this warning. See [2020-12-09T16:12:07.883Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T16:12:07.883Z] [2020-12-09T16:12:07.883Z] Login Succeeded [2020-12-09T16:12:07.883Z] nexus3.edgexfoundry.org:10003 [2020-12-09T16:12:07.883Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T16:12:08.146Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T16:12:08.146Z] Configure a credential helper to remove this warning. See [2020-12-09T16:12:08.146Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T16:12:08.146Z] [2020-12-09T16:12:08.146Z] Login Succeeded [2020-12-09T16:12:08.146Z] nexus3.edgexfoundry.org:10004 [2020-12-09T16:12:08.146Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T16:12:08.146Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T16:12:08.146Z] Configure a credential helper to remove this warning. See [2020-12-09T16:12:08.146Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T16:12:08.146Z] [2020-12-09T16:12:08.146Z] Login Succeeded [2020-12-09T16:12:08.146Z] docker.io [2020-12-09T16:12:08.411Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T16:12:08.673Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T16:12:08.673Z] Configure a credential helper to remove this warning. See [2020-12-09T16:12:08.673Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T16:12:08.673Z] [2020-12-09T16:12:08.673Z] Login Succeeded [2020-12-09T16:12:08.673Z] ---> docker-login.sh ends [Pipeline] } [2020-12-09T16:12:08.683Z] 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-09T16:12:10.538Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-09T16:12:10.538Z] [2020-12-09T16:12:10.538Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-09T16:12:10.890Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-09T16:12:10.890Z] latest: Pulling from edgex-devops/git-semver [2020-12-09T16:12:10.890Z] 31603596830f: Pulling fs layer [2020-12-09T16:12:10.890Z] 2a8b12db71e7: Pulling fs layer [2020-12-09T16:12:10.890Z] 6ca5941a6612: Pulling fs layer [2020-12-09T16:12:10.890Z] ecc8261a40a4: Pulling fs layer [2020-12-09T16:12:10.890Z] ecc8261a40a4: Waiting [2020-12-09T16:12:10.890Z] 2a8b12db71e7: Verifying Checksum [2020-12-09T16:12:10.890Z] 2a8b12db71e7: Download complete [2020-12-09T16:12:10.890Z] 31603596830f: Download complete [2020-12-09T16:12:11.155Z] ecc8261a40a4: Verifying Checksum [2020-12-09T16:12:11.155Z] ecc8261a40a4: Download complete [2020-12-09T16:12:11.155Z] 6ca5941a6612: Verifying Checksum [2020-12-09T16:12:11.155Z] 6ca5941a6612: Download complete [2020-12-09T16:12:11.417Z] 31603596830f: Pull complete [2020-12-09T16:12:11.417Z] 2a8b12db71e7: Pull complete [2020-12-09T16:12:12.371Z] 6ca5941a6612: Pull complete [2020-12-09T16:12:12.371Z] ecc8261a40a4: Pull complete [2020-12-09T16:12:12.634Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-09T16:12:12.634Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-09T16:12:12.634Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-09T16:12:12.752Z] prd-centos7-docker-4c-2g-15259 does not seem to be running inside a container [2020-12-09T16:12:12.806Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-09T16:12:15.031Z] $ docker top 0704e6c6a9e289da00a07423e689a914e56063a2f94c7ea9e6837400fbb484f9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-09T16:12:15.309Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-09T16:12:15.309Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-09T16:12:15.532Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-09T16:12:15.538Z] $ docker exec 0704e6c6a9e289da00a07423e689a914e56063a2f94c7ea9e6837400fbb484f9 ssh-agent [2020-12-09T16:12:15.704Z] SSH_AUTH_SOCK=/tmp/ssh-8nUWZBVn5TgW/agent.12 [2020-12-09T16:12:15.704Z] SSH_AGENT_PID=17 [2020-12-09T16:12:15.714Z] Running ssh-add (command line suppressed) [2020-12-09T16:12:15.835Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_PR-313@tmp/private_key_4258257217188816622.key (/w/workspace/edgexfoundry_device-sdk-c_PR-313@tmp/private_key_4258257217188816622.key) [2020-12-09T16:12:15.886Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-09T16:12:16.224Z] + git tag --points-at HEAD [Pipeline] } [2020-12-09T16:12:16.403Z] $ docker exec --env ******** --env ******** 0704e6c6a9e289da00a07423e689a914e56063a2f94c7ea9e6837400fbb484f9 ssh-agent -k [2020-12-09T16:12:16.575Z] unset SSH_AUTH_SOCK; [2020-12-09T16:12:16.576Z] unset SSH_AGENT_PID; [2020-12-09T16:12:16.576Z] echo Agent pid 17 killed; [2020-12-09T16:12:16.624Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-09T16:12:16.774Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-09T16:12:16.774Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-09T16:12:16.950Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-09T16:12:16.959Z] $ docker exec 0704e6c6a9e289da00a07423e689a914e56063a2f94c7ea9e6837400fbb484f9 ssh-agent [2020-12-09T16:12:17.122Z] SSH_AUTH_SOCK=/tmp/ssh-ZTk8dNDiqjtj/agent.46 [2020-12-09T16:12:17.122Z] SSH_AGENT_PID=51 [2020-12-09T16:12:17.129Z] Running ssh-add (command line suppressed) [2020-12-09T16:12:17.251Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_PR-313@tmp/private_key_6368650051373263726.key (/w/workspace/edgexfoundry_device-sdk-c_PR-313@tmp/private_key_6368650051373263726.key) [2020-12-09T16:12:17.301Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-09T16:12:17.645Z] + git semver init [2020-12-09T16:12:17.645Z] # -> Open(): unable to determine branch for HEAD [2020-12-09T16:12:17.645Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_PR-313/.git [2020-12-09T16:12:17.645Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_PR-313 [2020-12-09T16:12:17.645Z] # $SEMVER_REMOTE_NAME = origin [2020-12-09T16:12:17.645Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-09T16:12:17.645Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-09T16:12:17.645Z] # $SEMVER_BRANCH = PR-313 [2020-12-09T16:12:17.645Z] # $SEMVER_TEMP = /tmp/semver-206038843 [2020-12-09T16:12:17.645Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-c.git $SEMVER_TEMP [2020-12-09T16:12:18.222Z] # '/tmp/semver-206038843' -> '/w/workspace/edgexfoundry_device-sdk-c_PR-313/.semver' [2020-12-09T16:12:18.222Z] # -> Force: false [2020-12-09T16:12:18.222Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_PR-313/.semver [Pipeline] } [2020-12-09T16:12:18.237Z] $ docker exec --env ******** --env ******** 0704e6c6a9e289da00a07423e689a914e56063a2f94c7ea9e6837400fbb484f9 ssh-agent -k [2020-12-09T16:12:18.362Z] unset SSH_AUTH_SOCK; [2020-12-09T16:12:18.362Z] unset SSH_AGENT_PID; [2020-12-09T16:12:18.362Z] echo Agent pid 51 killed; [2020-12-09T16:12:18.413Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-09T16:12:18.901Z] + git semver [Pipeline] } [2020-12-09T16:12:18.922Z] $ docker stop --time=1 0704e6c6a9e289da00a07423e689a914e56063a2f94c7ea9e6837400fbb484f9 [2020-12-09T16:12:20.354Z] $ docker rm -f 0704e6c6a9e289da00a07423e689a914e56063a2f94c7ea9e6837400fbb484f9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-09T16:12:20.905Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-09T16:12:21.265Z] Stashed 1 file(s) [Pipeline] echo [2020-12-09T16:12:21.268Z] [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-09T16:12:36.715Z] Still waiting to schedule task [2020-12-09T16:12:36.716Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-15259’ [2020-12-09T16:12:36.718Z] Still waiting to schedule task [2020-12-09T16:12:36.718Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-09T16:14:27.266Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-15260 in /w/workspace/edgexfoundry_device-sdk-c_PR-313 [Pipeline] { [Pipeline] ws [2020-12-09T16:14:27.326Z] Running in /w/workspace/device-sdk-c/2 [Pipeline] { [Pipeline] checkout [2020-12-09T16:14:32.614Z] using credential edgex-jenkins-ssh [2020-12-09T16:14:32.682Z] Cloning the remote Git repository [2020-12-09T16:14:32.747Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-12-09T16:14:32.856Z] > git init /w/workspace/device-sdk-c/2 # timeout=10 [2020-12-09T16:14:32.940Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-12-09T16:14:32.941Z] > git --version # timeout=10 [2020-12-09T16:14:32.961Z] > git --version # 'git version 2.17.1' [2020-12-09T16:14:32.962Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-09T16:14:33.019Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-09T16:14:34.715Z] Merging remotes/origin/master commit 706af55e05cb2cdc0073fc9ec2061f045ee0028b into PR head commit 6c84a767c6ce4573f9a920010352f64502cb5330 [2020-12-09T16:14:35.001Z] Merge succeeded, producing 6c84a767c6ce4573f9a920010352f64502cb5330 [2020-12-09T16:14:35.002Z] Checking out Revision 6c84a767c6ce4573f9a920010352f64502cb5330 (PR-313) [2020-12-09T16:14:34.007Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-12-09T16:14:34.023Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-09T16:14:34.059Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-12-09T16:14:34.104Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-12-09T16:14:34.104Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-09T16:14:34.117Z] > 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-09T16:14:34.742Z] > git config core.sparsecheckout # timeout=10 [2020-12-09T16:14:34.760Z] > git checkout -f 6c84a767c6ce4573f9a920010352f64502cb5330 # timeout=10 [2020-12-09T16:14:34.880Z] > git remote # timeout=10 [2020-12-09T16:14:34.902Z] > git config --get remote.origin.url # timeout=10 [2020-12-09T16:14:34.916Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-09T16:14:34.928Z] > git merge 706af55e05cb2cdc0073fc9ec2061f045ee0028b # timeout=10 [2020-12-09T16:14:34.990Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-09T16:14:35.019Z] > git config core.sparsecheckout # timeout=10 [2020-12-09T16:14:35.059Z] > git checkout -f 6c84a767c6ce4573f9a920010352f64502cb5330 # timeout=10 [2020-12-09T16:14:39.452Z] Commit message: "fix: Don't use configuration profiles in registry" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-09T16:14:41.407Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-09T16:14:41.877Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-09T16:14:42.217Z] + sudo service docker restart [2020-12-09T16:14:42.217Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-09T16:14:44.924Z] provisioning config files... [2020-12-09T16:14:44.966Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/device-sdk-c/2@tmp/config7882116393531536083tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-09T16:14:45.383Z] ---> docker-login.sh [2020-12-09T16:14:45.383Z] nexus3.edgexfoundry.org:10001 [2020-12-09T16:14:46.367Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T16:14:46.640Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T16:14:46.640Z] Configure a credential helper to remove this warning. See [2020-12-09T16:14:46.640Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T16:14:46.640Z] [2020-12-09T16:14:46.640Z] Login Succeeded [2020-12-09T16:14:46.640Z] nexus3.edgexfoundry.org:10002 [2020-12-09T16:14:46.913Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T16:14:47.188Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T16:14:47.188Z] Configure a credential helper to remove this warning. See [2020-12-09T16:14:47.188Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T16:14:47.188Z] [2020-12-09T16:14:47.188Z] Login Succeeded [2020-12-09T16:14:47.188Z] nexus3.edgexfoundry.org:10003 [2020-12-09T16:14:47.789Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T16:14:47.789Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T16:14:47.789Z] Configure a credential helper to remove this warning. See [2020-12-09T16:14:47.789Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T16:14:47.789Z] [2020-12-09T16:14:47.789Z] Login Succeeded [2020-12-09T16:14:47.789Z] nexus3.edgexfoundry.org:10004 [2020-12-09T16:14:48.062Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T16:14:48.337Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T16:14:48.337Z] Configure a credential helper to remove this warning. See [2020-12-09T16:14:48.337Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T16:14:48.337Z] [2020-12-09T16:14:48.337Z] Login Succeeded [2020-12-09T16:14:48.337Z] docker.io [2020-12-09T16:14:48.610Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T16:14:49.204Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T16:14:49.204Z] Configure a credential helper to remove this warning. See [2020-12-09T16:14:49.204Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T16:14:49.204Z] [2020-12-09T16:14:49.204Z] Login Succeeded [2020-12-09T16:14:49.204Z] ---> docker-login.sh ends [Pipeline] } [2020-12-09T16:14:49.223Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-09T16:14:49.694Z] ========================================================= [2020-12-09T16:14:49.694Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] [2020-12-09T16:14:49.694Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-09T16:14:50.188Z] + docker build -t ci-base-image-arm64 -f scripts/Dockerfile.alpine-3.11-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest . [2020-12-09T16:14:50.813Z] Sending build context to Docker daemon 2.533MB [2020-12-09T16:14:50.813Z] Step 1/21 : ARG BASE=alpine:3.11 [2020-12-09T16:14:50.813Z] Step 2/21 : FROM ${BASE} as builder [2020-12-09T16:14:50.813Z] latest: Pulling from edgex-devops/edgex-gcc-base-arm64 [2020-12-09T16:14:50.813Z] 0362ad1dd800: Pulling fs layer [2020-12-09T16:14:50.813Z] f2cdb1532d8b: Pulling fs layer [2020-12-09T16:14:50.813Z] 37ed683be191: Pulling fs layer [2020-12-09T16:14:51.411Z] 0362ad1dd800: Verifying Checksum [2020-12-09T16:14:51.411Z] 0362ad1dd800: Download complete [2020-12-09T16:14:52.015Z] 0362ad1dd800: Pull complete [2020-12-09T16:14:52.290Z] f2cdb1532d8b: Pull complete [2020-12-09T16:14:53.274Z] 37ed683be191: Verifying Checksum [2020-12-09T16:14:53.274Z] 37ed683be191: Download complete [2020-12-09T16:15:03.460Z] 37ed683be191: Pull complete [2020-12-09T16:15:03.460Z] Digest: sha256:f3a502aba7c4a8aa4a4fcde21dbb9db33787f3779e80dd14fb3ea60ab67de23f [2020-12-09T16:15:03.460Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest [2020-12-09T16:15:03.460Z] ---> b23d30803547 [2020-12-09T16:15:03.460Z] 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-09T16:15:04.431Z] ---> Running in 4b5c3ad609b4 [2020-12-09T16:15:05.865Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-12-09T16:15:06.458Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-12-09T16:15:06.736Z] Running on prd-centos7-docker-4c-2g-15261 in /w/workspace/edgexfoundry_device-sdk-c_PR-313 [Pipeline] { [Pipeline] ws [2020-12-09T16:15:06.822Z] Running in /w/workspace/device-sdk-c/2 [Pipeline] { [Pipeline] checkout [2020-12-09T16:15:07.056Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-12-09T16:15:07.057Z] (2/8) Installing libuuid (2.33-r0) [2020-12-09T16:15:07.057Z] (3/8) Installing libblkid (2.33-r0) [2020-12-09T16:15:07.057Z] (4/8) Installing libfdisk (2.33-r0) [2020-12-09T16:15:07.327Z] (5/8) Installing libmount (2.33-r0) [2020-12-09T16:15:07.327Z] (6/8) Installing libsmartcols (2.33-r0) [2020-12-09T16:15:07.327Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-12-09T16:15:07.613Z] (8/8) Installing wget (1.20.3-r0) [2020-12-09T16:15:07.892Z] Executing busybox-1.29.3-r10.trigger [2020-12-09T16:15:07.892Z] OK: 285 MiB in 83 packages [2020-12-09T16:15:09.235Z] using credential edgex-jenkins-ssh [2020-12-09T16:15:09.311Z] Cloning the remote Git repository [2020-12-09T16:15:09.340Z] Removing intermediate container 4b5c3ad609b4 [2020-12-09T16:15:09.340Z] ---> 8e59abd6b48e [2020-12-09T16:15:09.340Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-12-09T16:15:09.340Z] ---> Running in 781e7c5011eb [2020-12-09T16:15:09.936Z] Removing intermediate container 781e7c5011eb [2020-12-09T16:15:09.936Z] ---> 588019d0570d [2020-12-09T16:15:09.936Z] 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-09T16:15:09.936Z] ---> Running in 893b83721ddf [2020-12-09T16:15:08.960Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-12-09T16:15:09.034Z] > git init /w/workspace/device-sdk-c/2 # timeout=10 [2020-12-09T16:15:09.095Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-12-09T16:15:09.095Z] > git --version # timeout=10 [2020-12-09T16:15:09.104Z] > git --version # 'git version 2.24.3' [2020-12-09T16:15:09.105Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-09T16:15:09.134Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-09T16:15:09.953Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-12-09T16:15:10.827Z] Merging remotes/origin/master commit 706af55e05cb2cdc0073fc9ec2061f045ee0028b into PR head commit 6c84a767c6ce4573f9a920010352f64502cb5330 [2020-12-09T16:15:10.920Z] --2020-12-09 16:15:10-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-12-09T16:15:10.924Z] Merge succeeded, producing 6c84a767c6ce4573f9a920010352f64502cb5330 [2020-12-09T16:15:10.925Z] Checking out Revision 6c84a767c6ce4573f9a920010352f64502cb5330 (PR-313) [2020-12-09T16:15:11.193Z] Resolving github.com... 140.82.114.4 [2020-12-09T16:15:11.193Z] Connecting to github.com|140.82.114.4|:443... connected. [2020-12-09T16:15:11.193Z] HTTP request sent, awaiting response... 302 Found [2020-12-09T16:15:11.193Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-12-09T16:15:11.193Z] --2020-12-09 16:15:11-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-12-09T16:15:11.193Z] Resolving codeload.github.com... 140.82.113.9 [2020-12-09T16:15:11.193Z] Connecting to codeload.github.com|140.82.113.9|:443... connected. [2020-12-09T16:15:09.962Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-09T16:15:09.973Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-12-09T16:15:09.986Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-12-09T16:15:09.986Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-09T16:15:09.991Z] > 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-09T16:15:10.585Z] > git config core.sparsecheckout # timeout=10 [2020-12-09T16:15:10.590Z] > git checkout -f 6c84a767c6ce4573f9a920010352f64502cb5330 # timeout=10 [2020-12-09T16:15:10.644Z] > git remote # timeout=10 [2020-12-09T16:15:10.650Z] > git config --get remote.origin.url # timeout=10 [2020-12-09T16:15:10.658Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-09T16:15:10.663Z] > git merge 706af55e05cb2cdc0073fc9ec2061f045ee0028b # timeout=10 [2020-12-09T16:15:10.673Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-09T16:15:10.683Z] > git config core.sparsecheckout # timeout=10 [2020-12-09T16:15:10.688Z] > git checkout -f 6c84a767c6ce4573f9a920010352f64502cb5330 # timeout=10 [2020-12-09T16:15:11.465Z] HTTP request sent, awaiting response... 200 OK [2020-12-09T16:15:11.465Z] Length: unspecified [application/x-gzip] [2020-12-09T16:15:11.465Z] Saving to: 'STDOUT' [2020-12-09T16:15:11.465Z] [2020-12-09T16:15:11.465Z] 0K .......... .......... .......... .......... .......... 1.37M [2020-12-09T16:15:11.465Z] 50K .......... .......... .......... .......... .......... 2.61M [2020-12-09T16:15:11.465Z] 100K .......... .......... .......... .......... .......... 10.1M [2020-12-09T16:15:11.465Z] 150K .......... .......... .......... .......... .......... 3.75M [2020-12-09T16:15:11.465Z] 200K .......... .......... .......... .......... .......... 14.7M [2020-12-09T16:15:11.465Z] 250K .......... .......... .......... .......... .......... 3.16M [2020-12-09T16:15:11.465Z] 300K .......... .......... .......... .......... .......... 6.18M [2020-12-09T16:15:11.465Z] 350K .......... .......... .......... .......... .......... 6.63M [2020-12-09T16:15:11.465Z] 400K .......... .......... .......... .......... .......... 4.16M [2020-12-09T16:15:11.465Z] 450K .......... .......... .......... .......... .......... 7.50M [2020-12-09T16:15:11.465Z] 500K .......... .......... .......... .......... .......... 4.97M [2020-12-09T16:15:11.741Z] 550K .......... .......... .......... .......... .......... 1.67M [2020-12-09T16:15:11.741Z] 600K .......... .......... .......... .......... .......... 1.00M [2020-12-09T16:15:11.741Z] 650K .......... .......... .......... .......... .......... 1.89M [2020-12-09T16:15:11.741Z] 700K ..     10.4M=0.2s [2020-12-09T16:15:11.741Z] [2020-12-09T16:15:11.741Z] 2020-12-09 16:15:11 (2.88 MB/s) - written to stdout [719348] [2020-12-09T16:15:11.741Z] [2020-12-09T16:15:12.013Z] -- The C compiler identification is GNU 8.3.0 [2020-12-09T16:15:12.286Z] -- The CXX compiler identification is GNU 8.3.0 [2020-12-09T16:15:12.286Z] -- Check for working C compiler: /usr/bin/cc [2020-12-09T16:15:12.561Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-12-09T16:15:12.561Z] -- Detecting C compiler ABI info [2020-12-09T16:15:12.833Z] -- Detecting C compiler ABI info - done [2020-12-09T16:15:12.833Z] -- Detecting C compile features [2020-12-09T16:15:13.444Z] -- Detecting C compile features - done [2020-12-09T16:15:13.444Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-12-09T16:15:13.721Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-12-09T16:15:13.721Z] -- Detecting CXX compiler ABI info [2020-12-09T16:15:13.993Z] -- Detecting CXX compiler ABI info - done [2020-12-09T16:15:13.993Z] -- Detecting CXX compile features [2020-12-09T16:15:14.374Z] Commit message: "fix: Don't use configuration profiles in registry" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-09T16:15:15.428Z] -- Detecting CXX compile features - done [2020-12-09T16:15:15.428Z] -- Looking for include file endian.h [2020-12-09T16:15:15.675Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [2020-12-09T16:15:15.700Z] -- Looking for include file endian.h - found [2020-12-09T16:15:15.700Z] -- Check if the system is big endian [2020-12-09T16:15:15.700Z] -- Searching 16 bit integer [2020-12-09T16:15:15.700Z] -- Looking for sys/types.h [Pipeline] sh [2020-12-09T16:15:15.972Z] -- Looking for sys/types.h - found [2020-12-09T16:15:15.972Z] -- Looking for stdint.h [2020-12-09T16:15:16.003Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-09T16:15:16.245Z] -- Looking for stdint.h - found [2020-12-09T16:15:16.245Z] -- Looking for stddef.h [2020-12-09T16:15:16.301Z] + sudo service docker restart [2020-12-09T16:15:16.302Z] + true [2020-12-09T16:15:16.302Z] Redirecting to /bin/systemctl restart docker.service [2020-12-09T16:15:16.517Z] -- Looking for stddef.h - found [2020-12-09T16:15:16.517Z] -- Check size of unsigned short [2020-12-09T16:15:16.791Z] -- Check size of unsigned short - done [2020-12-09T16:15:16.791Z] -- Using unsigned short [2020-12-09T16:15:17.063Z] -- Check if the system is big endian - little endian [2020-12-09T16:15:17.063Z] -- Check size of size_t [2020-12-09T16:15:17.335Z] -- Check size of size_t - done [2020-12-09T16:15:17.335Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-12-09T16:15:17.335Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-12-09T16:15:17.335Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-12-09T16:15:17.335Z] CMake did not find one. [2020-12-09T16:15:17.335Z] [2020-12-09T16:15:17.335Z] Could not find a package configuration file provided by "cJSON" with any of [2020-12-09T16:15:17.335Z] the following names: [2020-12-09T16:15:17.335Z] [2020-12-09T16:15:17.335Z] cJSONConfig.cmake [2020-12-09T16:15:17.335Z] cjson-config.cmake [2020-12-09T16:15:17.335Z] [2020-12-09T16:15:17.335Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-12-09T16:15:17.335Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-12-09T16:15:17.335Z] provides a separate development package or SDK, be sure it has been [2020-12-09T16:15:17.335Z] installed. [2020-12-09T16:15:17.335Z] [2020-12-09T16:15:17.335Z] [2020-12-09T16:15:17.335Z] -- Configuring done [2020-12-09T16:15:17.607Z] -- Generating done [2020-12-09T16:15:17.607Z] -- Build files have been written to: /tmp/cbor [2020-12-09T16:15:17.607Z] Scanning dependencies of target cbor_shared [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-09T16:15:17.766Z] provisioning config files... [2020-12-09T16:15:17.792Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/device-sdk-c/2@tmp/config6260698196137733467tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-09T16:15:17.879Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-12-09T16:15:18.173Z] ---> docker-login.sh [2020-12-09T16:15:18.173Z] nexus3.edgexfoundry.org:10001 [2020-12-09T16:15:18.438Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T16:15:18.438Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T16:15:18.438Z] Configure a credential helper to remove this warning. See [2020-12-09T16:15:18.438Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T16:15:18.438Z] [2020-12-09T16:15:18.438Z] Login Succeeded [2020-12-09T16:15:18.438Z] nexus3.edgexfoundry.org:10002 [2020-12-09T16:15:18.473Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-12-09T16:15:18.701Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T16:15:18.701Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T16:15:18.701Z] Configure a credential helper to remove this warning. See [2020-12-09T16:15:18.701Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T16:15:18.701Z] [2020-12-09T16:15:18.701Z] Login Succeeded [2020-12-09T16:15:18.701Z] nexus3.edgexfoundry.org:10003 [2020-12-09T16:15:18.964Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T16:15:18.964Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T16:15:18.964Z] Configure a credential helper to remove this warning. See [2020-12-09T16:15:18.964Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T16:15:18.964Z] [2020-12-09T16:15:18.964Z] Login Succeeded [2020-12-09T16:15:18.964Z] nexus3.edgexfoundry.org:10004 [2020-12-09T16:15:18.964Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T16:15:19.066Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-12-09T16:15:19.228Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T16:15:19.228Z] Configure a credential helper to remove this warning. See [2020-12-09T16:15:19.228Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T16:15:19.228Z] [2020-12-09T16:15:19.228Z] Login Succeeded [2020-12-09T16:15:19.228Z] docker.io [2020-12-09T16:15:19.228Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T16:15:19.338Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-12-09T16:15:19.490Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T16:15:19.490Z] Configure a credential helper to remove this warning. See [2020-12-09T16:15:19.490Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T16:15:19.490Z] [2020-12-09T16:15:19.490Z] Login Succeeded [2020-12-09T16:15:19.490Z] ---> docker-login.sh ends [Pipeline] } [2020-12-09T16:15:19.500Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-09T16:15:19.850Z] ========================================================= [2020-12-09T16:15:19.850Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2020-12-09T16:15:19.850Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-09T16:15:19.930Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-12-09T16:15:20.201Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-12-09T16:15:20.201Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-12-09T16:15:20.203Z] + docker build -t ci-base-image-x86_64 -f scripts/Dockerfile.alpine-3.11-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest . [2020-12-09T16:15:20.203Z] Sending build context to Docker daemon 2.534MB [2020-12-09T16:15:20.203Z] Step 1/21 : ARG BASE=alpine:3.11 [2020-12-09T16:15:20.203Z] Step 2/21 : FROM ${BASE} as builder [2020-12-09T16:15:20.467Z] latest: Pulling from edgex-devops/edgex-gcc-base [2020-12-09T16:15:20.467Z] e7c96db7181b: Pulling fs layer [2020-12-09T16:15:20.467Z] 4c13bbce0fe7: Pulling fs layer [2020-12-09T16:15:20.467Z] 6059c847ac2f: Pulling fs layer [2020-12-09T16:15:20.467Z] 4c13bbce0fe7: Verifying Checksum [2020-12-09T16:15:20.467Z] 4c13bbce0fe7: Download complete [2020-12-09T16:15:20.467Z] e7c96db7181b: Verifying Checksum [2020-12-09T16:15:20.467Z] e7c96db7181b: Download complete [2020-12-09T16:15:20.472Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-12-09T16:15:20.732Z] e7c96db7181b: Pull complete [2020-12-09T16:15:20.746Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-12-09T16:15:20.994Z] 4c13bbce0fe7: Pull complete [2020-12-09T16:15:21.017Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-12-09T16:15:21.610Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-12-09T16:15:21.887Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-12-09T16:15:21.951Z] 6059c847ac2f: Verifying Checksum [2020-12-09T16:15:21.951Z] 6059c847ac2f: Download complete [2020-12-09T16:15:22.166Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-12-09T16:15:22.438Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-12-09T16:15:22.711Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-12-09T16:15:22.985Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-12-09T16:15:23.258Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-12-09T16:15:23.529Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-12-09T16:15:23.800Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-12-09T16:15:24.078Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-12-09T16:15:24.351Z] [ 40%] Linking C shared library libcbor.so [2020-12-09T16:15:24.351Z] [ 40%] Built target cbor_shared [2020-12-09T16:15:24.351Z] Scanning dependencies of target cbor [2020-12-09T16:15:24.351Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-12-09T16:15:25.324Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-12-09T16:15:25.596Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-12-09T16:15:25.871Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-12-09T16:15:27.281Z] 6059c847ac2f: Pull complete [2020-12-09T16:15:27.281Z] Digest: sha256:6b5104d086ae1e5e8a284a473be9a93378e3934f9b07db5717372c857cbcbe5e [2020-12-09T16:15:27.281Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [2020-12-09T16:15:27.281Z] ---> 5eabd8fd8ba2 [2020-12-09T16:15:27.281Z] 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-09T16:15:27.297Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-12-09T16:15:27.297Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-12-09T16:15:27.568Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-12-09T16:15:27.568Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-12-09T16:15:27.840Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-12-09T16:15:28.113Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-12-09T16:15:28.244Z] ---> Running in efeae01b874a [2020-12-09T16:15:29.088Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-12-09T16:15:29.088Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-12-09T16:15:29.196Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-12-09T16:15:29.687Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-12-09T16:15:29.773Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-12-09T16:15:29.959Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-12-09T16:15:30.037Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-12-09T16:15:30.037Z] (2/8) Installing libuuid (2.33-r0) [2020-12-09T16:15:30.037Z] (3/8) Installing libblkid (2.33-r0) [2020-12-09T16:15:30.231Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-12-09T16:15:30.301Z] (4/8) Installing libfdisk (2.33-r0) [2020-12-09T16:15:30.301Z] (5/8) Installing libmount (2.33-r0) [2020-12-09T16:15:30.503Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-12-09T16:15:30.567Z] (6/8) Installing libsmartcols (2.33-r0) [2020-12-09T16:15:30.568Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-12-09T16:15:30.775Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-12-09T16:15:30.832Z] (8/8) Installing wget (1.20.3-r0) [2020-12-09T16:15:30.832Z] Executing busybox-1.29.3-r10.trigger [2020-12-09T16:15:30.832Z] OK: 272 MiB in 83 packages [2020-12-09T16:15:31.046Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-12-09T16:15:31.319Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-12-09T16:15:31.407Z] Removing intermediate container efeae01b874a [2020-12-09T16:15:31.407Z] ---> 687570d95f20 [2020-12-09T16:15:31.407Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-12-09T16:15:31.607Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-12-09T16:15:31.607Z] [ 80%] Linking C static library libcbor.a [2020-12-09T16:15:31.670Z] ---> Running in 28b0638162ca [2020-12-09T16:15:31.881Z] [ 80%] Built target cbor [2020-12-09T16:15:31.881Z] Scanning dependencies of target create_items [2020-12-09T16:15:31.881Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-12-09T16:15:31.881Z] [ 84%] Linking C executable create_items [2020-12-09T16:15:32.154Z] [ 84%] Built target create_items [2020-12-09T16:15:32.154Z] Scanning dependencies of target readfile [2020-12-09T16:15:32.154Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-12-09T16:15:32.248Z] Removing intermediate container 28b0638162ca [2020-12-09T16:15:32.248Z] ---> 289d8c0d9d55 [2020-12-09T16:15:32.248Z] 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-09T16:15:32.248Z] ---> Running in 925fe6c21b42 [2020-12-09T16:15:32.429Z] [ 88%] Linking C executable readfile [2020-12-09T16:15:32.429Z] [ 88%] Built target readfile [2020-12-09T16:15:32.429Z] Scanning dependencies of target streaming_parser [2020-12-09T16:15:32.429Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-12-09T16:15:32.701Z] [ 92%] Linking C executable streaming_parser [2020-12-09T16:15:32.701Z] [ 92%] Built target streaming_parser [2020-12-09T16:15:32.701Z] Scanning dependencies of target sort [2020-12-09T16:15:32.701Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-12-09T16:15:32.830Z] --2020-12-09 16:15:32-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-12-09T16:15:32.830Z] Resolving github.com... 140.82.114.4 [2020-12-09T16:15:32.830Z] Connecting to github.com|140.82.114.4|:443... connected. [2020-12-09T16:15:32.830Z] HTTP request sent, awaiting response... 302 Found [2020-12-09T16:15:32.830Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-12-09T16:15:32.830Z] --2020-12-09 16:15:32-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-12-09T16:15:32.830Z] Resolving codeload.github.com... 140.82.113.9 [2020-12-09T16:15:32.830Z] Connecting to codeload.github.com|140.82.113.9|:443... connected. [2020-12-09T16:15:32.830Z] HTTP request sent, awaiting response... 200 OK [2020-12-09T16:15:32.830Z] Length: unspecified [application/x-gzip] [2020-12-09T16:15:32.830Z] Saving to: 'STDOUT' [2020-12-09T16:15:32.830Z]  [2020-12-09T16:15:32.830Z] 0K .......... .......... .......... .......... .......... 1.37M [2020-12-09T16:15:32.974Z] [ 96%] Linking C executable sort [2020-12-09T16:15:32.975Z] [ 96%] Built target sort [2020-12-09T16:15:33.094Z] 50K .......... .......... .......... .......... .......... 3.16M [2020-12-09T16:15:33.094Z] 100K .......... .......... .......... .......... .......... 14.0M [2020-12-09T16:15:33.094Z] 150K .......... .......... .......... .......... .......... 3.43M [2020-12-09T16:15:33.094Z] 200K .......... .......... .......... .......... .......... 10.3M [2020-12-09T16:15:33.094Z] 250K .......... .......... .......... .......... .......... 28.4M [2020-12-09T16:15:33.094Z] 300K .......... .......... .......... .......... .......... 7.27M [2020-12-09T16:15:33.094Z] 350K .......... .......... .......... .......... .......... 7.69M [2020-12-09T16:15:33.094Z] 400K .......... .......... .......... .......... .......... 5.59M [2020-12-09T16:15:33.094Z] 450K .......... .......... .......... .......... .......... 6.75M [2020-12-09T16:15:33.094Z] 500K .......... .......... .......... .......... .......... 23.8M [2020-12-09T16:15:33.094Z] 550K .......... .......... .......... .......... .......... 3.83M [2020-12-09T16:15:33.094Z] 600K .......... .......... .......... .......... .......... 2.29M [2020-12-09T16:15:33.094Z] 650K .......... .......... .......... .......... .......... 4.31M [2020-12-09T16:15:33.094Z] 700K .. 35.0M=0.2s [2020-12-09T16:15:33.094Z] [2020-12-09T16:15:33.094Z] 2020-12-09 16:15:32 (4.51 MB/s) - written to stdout [719348] [2020-12-09T16:15:33.094Z] [2020-12-09T16:15:33.094Z] -- The C compiler identification is GNU 8.3.0 [2020-12-09T16:15:33.247Z] Scanning dependencies of target hello [2020-12-09T16:15:33.248Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-12-09T16:15:33.248Z] [100%] Linking C executable hello [2020-12-09T16:15:33.248Z] [100%] Built target hello [2020-12-09T16:15:33.361Z] -- The CXX compiler identification is GNU 8.3.0 [2020-12-09T16:15:33.361Z] -- Check for working C compiler: /usr/bin/cc [2020-12-09T16:15:33.361Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-12-09T16:15:33.361Z] -- Detecting C compiler ABI info [2020-12-09T16:15:33.361Z] -- Detecting C compiler ABI info - done [2020-12-09T16:15:33.361Z] -- Detecting C compile features [2020-12-09T16:15:33.521Z] Install the project... [2020-12-09T16:15:33.521Z] -- Install configuration: "Release" [2020-12-09T16:15:33.521Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-12-09T16:15:33.521Z] -- Installing: /usr/local/lib64/libcbor.a [2020-12-09T16:15:33.521Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-12-09T16:15:33.521Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-12-09T16:15:33.521Z] -- Installing: /usr/local/lib64/libcbor.so [2020-12-09T16:15:33.521Z] -- Up-to-date: /usr/local/include/cbor [2020-12-09T16:15:33.521Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-12-09T16:15:33.521Z] -- Installing: /usr/local/include/cbor/ints.h [2020-12-09T16:15:33.521Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-12-09T16:15:33.521Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-12-09T16:15:33.521Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-12-09T16:15:33.521Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-12-09T16:15:33.521Z] -- Installing: /usr/local/include/cbor/data.h [2020-12-09T16:15:33.521Z] -- Installing: /usr/local/include/cbor/common.h [2020-12-09T16:15:33.521Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-12-09T16:15:33.521Z] -- Installing: /usr/local/include/cbor/strings.h [2020-12-09T16:15:33.521Z] -- Installing: /usr/local/include/cbor/tags.h [2020-12-09T16:15:33.521Z] -- Installing: /usr/local/include/cbor/internal [2020-12-09T16:15:33.521Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-12-09T16:15:33.521Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-12-09T16:15:33.521Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-12-09T16:15:33.521Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-12-09T16:15:33.521Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-12-09T16:15:33.521Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-12-09T16:15:33.521Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-12-09T16:15:33.521Z] -- Installing: /usr/local/include/cbor/maps.h [2020-12-09T16:15:33.521Z] -- Installing: /usr/local/include/cbor.h [2020-12-09T16:15:33.521Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-12-09T16:15:33.623Z] -- Detecting C compile features - done [2020-12-09T16:15:33.623Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-12-09T16:15:33.887Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-12-09T16:15:33.887Z] -- Detecting CXX compiler ABI info [2020-12-09T16:15:33.887Z] -- Detecting CXX compiler ABI info - done [2020-12-09T16:15:33.887Z] -- Detecting CXX compile features [2020-12-09T16:15:34.461Z] -- Detecting CXX compile features - done [2020-12-09T16:15:34.461Z] -- Looking for include file endian.h [2020-12-09T16:15:34.461Z] -- Looking for include file endian.h - found [2020-12-09T16:15:34.461Z] -- Check if the system is big endian [2020-12-09T16:15:34.461Z] -- Searching 16 bit integer [2020-12-09T16:15:34.461Z] -- Looking for sys/types.h [2020-12-09T16:15:34.461Z] -- Looking for sys/types.h - found [2020-12-09T16:15:34.461Z] -- Looking for stdint.h [2020-12-09T16:15:34.723Z] -- Looking for stdint.h - found [2020-12-09T16:15:34.723Z] -- Looking for stddef.h [2020-12-09T16:15:34.723Z] -- Looking for stddef.h - found [2020-12-09T16:15:34.723Z] -- Check size of unsigned short [2020-12-09T16:15:34.723Z] -- Check size of unsigned short - done [2020-12-09T16:15:34.723Z] -- Using unsigned short [2020-12-09T16:15:34.985Z] -- Check if the system is big endian - little endian [2020-12-09T16:15:34.985Z] -- Check size of size_t [2020-12-09T16:15:34.985Z] -- Check size of size_t - done [2020-12-09T16:15:34.985Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-12-09T16:15:34.985Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-12-09T16:15:34.985Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-12-09T16:15:34.985Z] CMake did not find one. [2020-12-09T16:15:34.985Z] [2020-12-09T16:15:34.985Z] Could not find a package configuration file provided by "cJSON" with any of [2020-12-09T16:15:34.985Z] the following names: [2020-12-09T16:15:34.985Z] [2020-12-09T16:15:34.985Z] cJSONConfig.cmake [2020-12-09T16:15:34.985Z] cjson-config.cmake [2020-12-09T16:15:34.985Z] [2020-12-09T16:15:34.985Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-12-09T16:15:34.985Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-12-09T16:15:34.985Z] provides a separate development package or SDK, be sure it has been [2020-12-09T16:15:34.985Z] installed. [2020-12-09T16:15:34.985Z] [2020-12-09T16:15:34.985Z] [2020-12-09T16:15:34.985Z] -- Configuring done [2020-12-09T16:15:34.985Z] -- Generating done [2020-12-09T16:15:35.248Z] -- Build files have been written to: /tmp/cbor [2020-12-09T16:15:35.248Z] Scanning dependencies of target cbor_shared [2020-12-09T16:15:35.248Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-12-09T16:15:35.248Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-12-09T16:15:35.497Z] Removing intermediate container 893b83721ddf [2020-12-09T16:15:35.497Z] ---> 227d4b7e9dec [2020-12-09T16:15:35.497Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-12-09T16:15:35.510Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-12-09T16:15:35.510Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-12-09T16:15:35.770Z] ---> Running in df9b928e7139 [2020-12-09T16:15:35.772Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-12-09T16:15:35.772Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-12-09T16:15:35.772Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-12-09T16:15:36.035Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-12-09T16:15:36.035Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-12-09T16:15:36.035Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-12-09T16:15:36.298Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-12-09T16:15:36.298Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-12-09T16:15:36.298Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-12-09T16:15:36.560Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-12-09T16:15:36.560Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-12-09T16:15:36.560Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-12-09T16:15:36.823Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-12-09T16:15:36.823Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-12-09T16:15:36.823Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-12-09T16:15:37.085Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-12-09T16:15:37.085Z] [ 40%] Linking C shared library libcbor.so [2020-12-09T16:15:37.085Z] [ 40%] Built target cbor_shared [2020-12-09T16:15:37.085Z] Scanning dependencies of target cbor [2020-12-09T16:15:37.085Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-12-09T16:15:37.348Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-12-09T16:15:37.348Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-12-09T16:15:37.610Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-12-09T16:15:37.748Z] Removing intermediate container df9b928e7139 [2020-12-09T16:15:37.748Z] ---> d5b429bc67e7 [2020-12-09T16:15:37.748Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-12-09T16:15:37.872Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-12-09T16:15:37.872Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-12-09T16:15:37.872Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-12-09T16:15:37.872Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-12-09T16:15:37.872Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-12-09T16:15:38.135Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-12-09T16:15:38.398Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-12-09T16:15:38.398Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-12-09T16:15:38.398Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-12-09T16:15:38.661Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-12-09T16:15:38.661Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-12-09T16:15:38.661Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-12-09T16:15:38.725Z] ---> 0fc26a6dc0f7 [2020-12-09T16:15:38.725Z] Step 8/21 : COPY src /tmp/sdk/src [2020-12-09T16:15:38.924Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-12-09T16:15:38.924Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-12-09T16:15:38.924Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-12-09T16:15:38.924Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-12-09T16:15:39.188Z] [ 80%] Linking C static library libcbor.a [2020-12-09T16:15:39.188Z] [ 80%] Built target cbor [2020-12-09T16:15:39.188Z] Scanning dependencies of target create_items [2020-12-09T16:15:39.188Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-12-09T16:15:39.188Z] [ 84%] Linking C executable create_items [2020-12-09T16:15:39.188Z] [ 84%] Built target create_items [2020-12-09T16:15:39.188Z] Scanning dependencies of target readfile [2020-12-09T16:15:39.188Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-12-09T16:15:39.188Z] [ 88%] Linking C executable readfile [2020-12-09T16:15:39.451Z] [ 88%] Built target readfile [2020-12-09T16:15:39.451Z] Scanning dependencies of target streaming_parser [2020-12-09T16:15:39.451Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-12-09T16:15:39.451Z] [ 92%] Linking C executable streaming_parser [2020-12-09T16:15:39.451Z] [ 92%] Built target streaming_parser [2020-12-09T16:15:39.451Z] Scanning dependencies of target sort [2020-12-09T16:15:39.451Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-12-09T16:15:39.451Z] [ 96%] Linking C executable sort [2020-12-09T16:15:39.451Z] [ 96%] Built target sort [2020-12-09T16:15:39.451Z] Scanning dependencies of target hello [2020-12-09T16:15:39.451Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-12-09T16:15:39.704Z] ---> 67efe3075d26 [2020-12-09T16:15:39.704Z] Step 9/21 : COPY include /tmp/sdk/include [2020-12-09T16:15:39.719Z] [100%] Linking C executable hello [2020-12-09T16:15:39.719Z] [100%] Built target hello [2020-12-09T16:15:39.719Z] Install the project... [2020-12-09T16:15:39.719Z] -- Install configuration: "Release" [2020-12-09T16:15:39.719Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-12-09T16:15:39.719Z] -- Installing: /usr/local/lib64/libcbor.a [2020-12-09T16:15:39.719Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-12-09T16:15:39.719Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-12-09T16:15:39.719Z] -- Installing: /usr/local/lib64/libcbor.so [2020-12-09T16:15:39.719Z] -- Up-to-date: /usr/local/include/cbor [2020-12-09T16:15:39.719Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-12-09T16:15:39.719Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-12-09T16:15:39.719Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-12-09T16:15:39.719Z] -- Installing: /usr/local/include/cbor/common.h [2020-12-09T16:15:39.719Z] -- Installing: /usr/local/include/cbor/data.h [2020-12-09T16:15:39.719Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-12-09T16:15:39.719Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-12-09T16:15:39.719Z] -- Installing: /usr/local/include/cbor/internal [2020-12-09T16:15:39.719Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-12-09T16:15:39.719Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-12-09T16:15:39.719Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-12-09T16:15:39.719Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-12-09T16:15:39.719Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-12-09T16:15:39.719Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-12-09T16:15:39.719Z] -- Installing: /usr/local/include/cbor/ints.h [2020-12-09T16:15:39.719Z] -- Installing: /usr/local/include/cbor/maps.h [2020-12-09T16:15:39.719Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-12-09T16:15:39.719Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-12-09T16:15:39.719Z] -- Installing: /usr/local/include/cbor/strings.h [2020-12-09T16:15:39.719Z] -- Installing: /usr/local/include/cbor/tags.h [2020-12-09T16:15:39.719Z] -- Installing: /usr/local/include/cbor.h [2020-12-09T16:15:39.719Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-12-09T16:15:40.296Z] ---> 5495ba4ff9b9 [2020-12-09T16:15:40.297Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-12-09T16:15:40.891Z] ---> 299962a4764d [2020-12-09T16:15:40.891Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-12-09T16:15:41.487Z] ---> c96275521ac1 [2020-12-09T16:15:41.487Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-12-09T16:15:42.276Z] Removing intermediate container 925fe6c21b42 [2020-12-09T16:15:42.276Z] ---> ca4e8899e209 [2020-12-09T16:15:42.276Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-12-09T16:15:42.276Z] ---> Running in 3a13990aecf6 [2020-12-09T16:15:42.466Z] ---> 36b1bf672d7e [2020-12-09T16:15:42.466Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-12-09T16:15:42.466Z] ---> Running in 287dfe5ced96 [2020-12-09T16:15:43.224Z] Removing intermediate container 3a13990aecf6 [2020-12-09T16:15:43.224Z] ---> 9bf277124eae [2020-12-09T16:15:43.224Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-12-09T16:15:43.453Z] + CPPCHECK=false [2020-12-09T16:15:43.453Z] + DOCGEN=false [2020-12-09T16:15:43.453Z] + TOMLVER=SDK-0.2 [2020-12-09T16:15:43.453Z] + CUTILVER=1.1.1 [2020-12-09T16:15:43.453Z] + '[' 0 -gt 0 ] [2020-12-09T16:15:43.453Z] + readlink -f ./scripts/build.sh [2020-12-09T16:15:43.453Z] + dirname /tmp/sdk/scripts/build.sh [2020-12-09T16:15:43.453Z] + dirname /tmp/sdk/scripts [2020-12-09T16:15:43.453Z] + ROOT=/tmp/sdk [2020-12-09T16:15:43.453Z] + cd /tmp/sdk [2020-12-09T16:15:43.453Z] + '[' '!' -d deps ] [2020-12-09T16:15:43.453Z] + mkdir deps [2020-12-09T16:15:43.453Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-12-09T16:15:43.453Z] + tar -C deps -z -x -f - [2020-12-09T16:15:43.453Z] --2020-12-09 16:15:43-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-12-09T16:15:43.486Z] ---> 8cd13fc7dbfc [2020-12-09T16:15:43.486Z] Step 8/21 : COPY src /tmp/sdk/src [2020-12-09T16:15:43.723Z] Resolving github.com... 140.82.114.4 [2020-12-09T16:15:43.723Z] Connecting to github.com|140.82.114.4|:443... connected. [2020-12-09T16:15:43.723Z] HTTP request sent, awaiting response... 302 Found [2020-12-09T16:15:43.723Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-12-09T16:15:43.723Z] --2020-12-09 16:15:43-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-12-09T16:15:43.723Z] Resolving codeload.github.com... 140.82.113.9 [2020-12-09T16:15:43.723Z] Connecting to codeload.github.com|140.82.113.9|:443... connected. [2020-12-09T16:15:43.995Z] HTTP request sent, awaiting response... 200 OK [2020-12-09T16:15:43.995Z] Length: unspecified [application/x-gzip] [2020-12-09T16:15:43.995Z] Saving to: 'STDOUT' [2020-12-09T16:15:43.995Z]  [2020-12-09T16:15:43.995Z] 0K .......... ......   947K=0.02s [2020-12-09T16:15:43.995Z] [2020-12-09T16:15:43.995Z] 2020-12-09 16:15:43 (947 KB/s) - written to stdout [16451] [2020-12-09T16:15:43.995Z] [2020-12-09T16:15:43.995Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-12-09T16:15:43.995Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.1.tar.gz [2020-12-09T16:15:43.995Z] + tar -C deps -z -x -f - [2020-12-09T16:15:43.995Z] --2020-12-09 16:15:43-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.1.tar.gz [2020-12-09T16:15:43.995Z] Resolving github.com... 140.82.114.4 [2020-12-09T16:15:43.995Z] Connecting to github.com|140.82.114.4|:443... connected. [2020-12-09T16:15:44.268Z] HTTP request sent, awaiting response... 302 Found [2020-12-09T16:15:44.268Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.1 [following] [2020-12-09T16:15:44.268Z] --2020-12-09 16:15:44-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.1 [2020-12-09T16:15:44.268Z] Resolving codeload.github.com... 140.82.113.9 [2020-12-09T16:15:44.268Z] Connecting to codeload.github.com|140.82.113.9|:443... connected. [2020-12-09T16:15:44.268Z] HTTP request sent, awaiting response... 200 OK [2020-12-09T16:15:44.268Z] Length: unspecified [application/x-gzip] [2020-12-09T16:15:44.268Z] Saving to: 'STDOUT' [2020-12-09T16:15:44.268Z]  [2020-12-09T16:15:44.437Z] ---> fc7901b7462d [2020-12-09T16:15:44.437Z] Step 9/21 : COPY include /tmp/sdk/include [2020-12-09T16:15:44.541Z] 0K .......... .......... .......... .......... .......... 1.36M [2020-12-09T16:15:44.541Z] 50K .......... .......... .......... .......... .......... 2.77M [2020-12-09T16:15:44.541Z] 100K .......... .......... .......... .......... .......... 3.14M [2020-12-09T16:15:44.541Z] 150K .......... .......... ..... 1.49M=0.09s [2020-12-09T16:15:44.541Z] [2020-12-09T16:15:44.541Z] 2020-12-09 16:15:44 (2.00 MB/s) - written to stdout [179833] [2020-12-09T16:15:44.541Z] [2020-12-09T16:15:44.541Z] + mkdir -p src/c/iot [2020-12-09T16:15:44.541Z] + 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-09T16:15:44.541Z] + mkdir -p include/iot [2020-12-09T16:15:44.541Z] + 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-09T16:15:44.541Z] + mkdir -p include/iot/os [2020-12-09T16:15:44.541Z] + 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-09T16:15:44.541Z] + mkdir -p /tmp/sdk/build/release [2020-12-09T16:15:44.541Z] + cd /tmp/sdk/build/release [2020-12-09T16:15:44.541Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-12-09T16:15:44.699Z] ---> 209d68ebf98a [2020-12-09T16:15:44.699Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-12-09T16:15:44.814Z] -- The C compiler identification is GNU 8.3.0 [2020-12-09T16:15:44.814Z] -- Check for working C compiler: /usr/bin/cc [2020-12-09T16:15:44.966Z] ---> 625e1e84206a [2020-12-09T16:15:44.966Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-12-09T16:15:44.966Z] ---> 10a287e734ff [2020-12-09T16:15:44.966Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-12-09T16:15:45.086Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-12-09T16:15:45.086Z] -- Detecting C compiler ABI info [2020-12-09T16:15:45.229Z] ---> 9f6aeae06b97 [2020-12-09T16:15:45.229Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-12-09T16:15:45.229Z] ---> Running in 6ce6f66eb298 [2020-12-09T16:15:45.358Z] -- Detecting C compiler ABI info - done [2020-12-09T16:15:45.358Z] -- Detecting C compile features [2020-12-09T16:15:45.807Z] + CPPCHECK=false [2020-12-09T16:15:45.807Z] + DOCGEN=false [2020-12-09T16:15:45.807Z] + TOMLVER=SDK-0.2 [2020-12-09T16:15:45.807Z] + CUTILVER=1.1.1 [2020-12-09T16:15:45.807Z] + '[' 0 -gt 0 ] [2020-12-09T16:15:45.807Z] + readlink -f ./scripts/build.sh [2020-12-09T16:15:45.807Z] + dirname /tmp/sdk/scripts/build.sh [2020-12-09T16:15:45.807Z] + dirname /tmp/sdk/scripts [2020-12-09T16:15:45.807Z] + ROOT=/tmp/sdk [2020-12-09T16:15:45.807Z] + cd /tmp/sdk [2020-12-09T16:15:45.807Z] + '[' '!' -d deps ] [2020-12-09T16:15:45.807Z] + mkdir deps [2020-12-09T16:15:45.807Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-12-09T16:15:45.807Z] + tar -C deps -z -x -f - [2020-12-09T16:15:45.807Z] --2020-12-09 16:15:45-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-12-09T16:15:45.807Z] Resolving github.com... 140.82.114.4 [2020-12-09T16:15:45.807Z] Connecting to github.com|140.82.114.4|:443... connected. [2020-12-09T16:15:45.807Z] HTTP request sent, awaiting response... 302 Found [2020-12-09T16:15:45.807Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-12-09T16:15:45.807Z] --2020-12-09 16:15:45-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-12-09T16:15:45.807Z] Resolving codeload.github.com... 140.82.113.9 [2020-12-09T16:15:45.807Z] Connecting to codeload.github.com|140.82.113.9|:443... connected. [2020-12-09T16:15:45.807Z] HTTP request sent, awaiting response... 200 OK [2020-12-09T16:15:45.807Z] Length: unspecified [application/x-gzip] [2020-12-09T16:15:45.807Z] Saving to: 'STDOUT' [2020-12-09T16:15:45.807Z] [2020-12-09T16:15:45.807Z] 0K .......... ...... 950K=0.02s [2020-12-09T16:15:45.807Z] [2020-12-09T16:15:45.807Z] 2020-12-09 16:15:45 (950 KB/s) - written to stdout [16451] [2020-12-09T16:15:45.807Z] [2020-12-09T16:15:45.807Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-12-09T16:15:45.807Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.1.tar.gz [2020-12-09T16:15:45.807Z] + tar -C deps -z -x -f - [2020-12-09T16:15:45.807Z] --2020-12-09 16:15:45-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.1.tar.gz [2020-12-09T16:15:45.807Z] Resolving github.com... 140.82.114.4 [2020-12-09T16:15:46.073Z] Connecting to github.com|140.82.114.4|:443... connected. [2020-12-09T16:15:46.073Z] HTTP request sent, awaiting response... 302 Found [2020-12-09T16:15:46.073Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.1 [following] [2020-12-09T16:15:46.073Z] --2020-12-09 16:15:45-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.1 [2020-12-09T16:15:46.073Z] Resolving codeload.github.com... 140.82.113.9 [2020-12-09T16:15:46.073Z] Connecting to codeload.github.com|140.82.113.9|:443... connected. [2020-12-09T16:15:46.073Z] HTTP request sent, awaiting response... 200 OK [2020-12-09T16:15:46.073Z] Length: unspecified [application/x-gzip] [2020-12-09T16:15:46.073Z] Saving to: 'STDOUT' [2020-12-09T16:15:46.073Z] [2020-12-09T16:15:46.073Z] 0K .......... .......... .......... .......... .......... 1.48M [2020-12-09T16:15:46.073Z] 50K .......... .......... .......... .......... .......... 44.1M [2020-12-09T16:15:46.073Z] 100K .......... .......... .......... .......... .......... 3.05M [2020-12-09T16:15:46.073Z] 150K .......... .......... ..... 17.8M=0.05s [2020-12-09T16:15:46.073Z] [2020-12-09T16:15:46.073Z] 2020-12-09 16:15:46 (3.33 MB/s) - written to stdout [179833] [2020-12-09T16:15:46.073Z] [2020-12-09T16:15:46.073Z] + mkdir -p src/c/iot [2020-12-09T16:15:46.073Z] + 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-09T16:15:46.073Z] + mkdir -p include/iot [2020-12-09T16:15:46.073Z] + 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-09T16:15:46.073Z] + mkdir -p include/iot/os [2020-12-09T16:15:46.073Z] + 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-09T16:15:46.073Z] + mkdir -p /tmp/sdk/build/release [2020-12-09T16:15:46.073Z] + cd /tmp/sdk/build/release [2020-12-09T16:15:46.073Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-12-09T16:15:46.335Z] -- The C compiler identification is GNU 8.3.0 [2020-12-09T16:15:46.335Z] -- Check for working C compiler: /usr/bin/cc [2020-12-09T16:15:46.335Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-12-09T16:15:46.335Z] -- Detecting C compiler ABI info [2020-12-09T16:15:46.342Z] -- Detecting C compile features - done [2020-12-09T16:15:46.342Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-12-09T16:15:46.342Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-12-09T16:15:46.342Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-12-09T16:15:46.342Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-12-09T16:15:46.342Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-12-09T16:15:46.342Z] -- C SDK 0.0.0 for Linux [2020-12-09T16:15:46.342Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-12-09T16:15:46.342Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-12-09T16:15:46.342Z] -- Found Curses: /usr/lib/libcurses.so [2020-12-09T16:15:46.598Z] -- Detecting C compiler ABI info - done [2020-12-09T16:15:46.598Z] -- Detecting C compile features [2020-12-09T16:15:46.612Z] -- Configuring done [2020-12-09T16:15:46.861Z] -- Detecting C compile features - done [2020-12-09T16:15:46.861Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-12-09T16:15:46.861Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-12-09T16:15:46.861Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-12-09T16:15:46.861Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-12-09T16:15:46.861Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-12-09T16:15:46.861Z] -- C SDK 0.0.0 for Linux [2020-12-09T16:15:46.861Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-12-09T16:15:46.861Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-12-09T16:15:46.861Z] -- Found Curses: /usr/lib/libcurses.so [2020-12-09T16:15:46.861Z] -- Configuring done [2020-12-09T16:15:46.861Z] -- Generating done [2020-12-09T16:15:46.884Z] -- Generating done [2020-12-09T16:15:46.884Z] -- Build files have been written to: /tmp/sdk/build/release [2020-12-09T16:15:46.884Z] + make [2020-12-09T16:15:46.884Z] + tee release.log [2020-12-09T16:15:46.884Z] Scanning dependencies of target csdk [2020-12-09T16:15:47.124Z] -- Build files have been written to: /tmp/sdk/build/release [2020-12-09T16:15:47.124Z] + make [2020-12-09T16:15:47.124Z] + tee release.log [2020-12-09T16:15:47.124Z] Scanning dependencies of target csdk [2020-12-09T16:15:47.124Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-12-09T16:15:47.124Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-12-09T16:15:47.155Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-12-09T16:15:47.386Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2020-12-09T16:15:47.386Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-12-09T16:15:47.747Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-12-09T16:15:47.970Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-12-09T16:15:48.021Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2020-12-09T16:15:48.232Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-12-09T16:15:48.232Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-12-09T16:15:48.498Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-12-09T16:15:48.619Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-12-09T16:15:49.075Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-12-09T16:15:49.075Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-12-09T16:15:49.339Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-12-09T16:15:49.339Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-12-09T16:15:49.657Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-12-09T16:15:49.657Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-12-09T16:15:49.657Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-12-09T16:15:50.586Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-12-09T16:15:50.651Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-12-09T16:15:50.651Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-12-09T16:15:50.913Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-12-09T16:15:50.913Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-12-09T16:15:51.176Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-12-09T16:15:51.178Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-12-09T16:15:51.178Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-12-09T16:15:51.752Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-12-09T16:15:51.752Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-12-09T16:15:52.014Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-12-09T16:15:52.014Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-12-09T16:15:52.278Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-12-09T16:15:52.278Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-12-09T16:15:52.541Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-12-09T16:15:52.541Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-12-09T16:15:52.598Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-12-09T16:15:52.804Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-12-09T16:15:52.804Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2020-12-09T16:15:53.379Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-12-09T16:15:53.379Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-12-09T16:15:53.641Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-12-09T16:15:53.641Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-12-09T16:15:54.561Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-12-09T16:15:54.832Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-12-09T16:15:55.032Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-12-09T16:15:55.032Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-12-09T16:15:55.032Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-12-09T16:15:55.294Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-12-09T16:15:55.425Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-12-09T16:15:55.557Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-12-09T16:15:55.819Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-12-09T16:15:56.016Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-12-09T16:15:56.288Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-12-09T16:15:56.394Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-12-09T16:15:56.559Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-12-09T16:15:56.831Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-12-09T16:15:57.341Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-12-09T16:15:57.341Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-12-09T16:15:57.603Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-12-09T16:15:57.867Z] [ 71%] Linking C shared library libcsdk.so [2020-12-09T16:15:57.867Z] [ 71%] Built target csdk [2020-12-09T16:15:57.867Z] Scanning dependencies of target template [2020-12-09T16:15:57.867Z] [ 73%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-12-09T16:15:58.132Z] [ 74%] Linking C executable template [2020-12-09T16:15:58.132Z] [ 74%] Built target template [2020-12-09T16:15:58.132Z] Scanning dependencies of target device-counter [2020-12-09T16:15:58.132Z] [ 76%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-12-09T16:15:58.132Z] [ 77%] Linking C executable device-counter [2020-12-09T16:15:58.395Z] [ 77%] Built target device-counter [2020-12-09T16:15:58.395Z] Scanning dependencies of target device-random [2020-12-09T16:15:58.395Z] [ 79%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-12-09T16:15:58.395Z] [ 80%] Linking C executable device-random [2020-12-09T16:15:58.657Z] [ 80%] Built target device-random [2020-12-09T16:15:58.657Z] Scanning dependencies of target device-gyro [2020-12-09T16:15:58.657Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-12-09T16:15:58.657Z] [ 84%] Linking C executable device-gyro [2020-12-09T16:15:58.657Z] [ 84%] Built target device-gyro [2020-12-09T16:15:58.657Z] Scanning dependencies of target device-bitfields [2020-12-09T16:15:58.657Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-12-09T16:15:58.920Z] [ 87%] Linking C executable device-bitfields [2020-12-09T16:15:58.920Z] [ 87%] Built target device-bitfields [2020-12-09T16:15:58.920Z] Scanning dependencies of target template-discovery [2020-12-09T16:15:58.920Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-12-09T16:15:59.183Z] [ 90%] Linking C executable template-discovery [2020-12-09T16:15:59.183Z] [ 90%] Built target template-discovery [2020-12-09T16:15:59.183Z] Scanning dependencies of target device-file [2020-12-09T16:15:59.183Z] [ 92%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-12-09T16:15:59.445Z] [ 93%] Linking C executable device-file [2020-12-09T16:15:59.445Z] [ 93%] Built target device-file [2020-12-09T16:15:59.445Z] Scanning dependencies of target device-terminal [2020-12-09T16:15:59.445Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-12-09T16:15:59.707Z] [ 96%] Linking C executable device-terminal [2020-12-09T16:15:59.707Z] [ 96%] Built target device-terminal [2020-12-09T16:15:59.707Z] Scanning dependencies of target templatev1 [2020-12-09T16:15:59.707Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-12-09T16:15:59.707Z] [100%] Linking C executable templatev1 [2020-12-09T16:15:59.969Z] [100%] Built target templatev1 [2020-12-09T16:15:59.969Z] + make package [2020-12-09T16:15:59.969Z] + tee -a release.log [2020-12-09T16:15:59.969Z] [ 71%] Built target csdk [2020-12-09T16:15:59.969Z] [ 74%] Built target template [2020-12-09T16:15:59.969Z] [ 77%] Built target device-counter [2020-12-09T16:15:59.969Z] [ 80%] Built target device-random [2020-12-09T16:15:59.969Z] [ 84%] Built target device-gyro [2020-12-09T16:15:59.969Z] [ 87%] Built target device-bitfields [2020-12-09T16:15:59.969Z] [ 90%] Built target template-discovery [2020-12-09T16:15:59.969Z] [ 93%] Built target device-file [2020-12-09T16:16:00.205Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-12-09T16:16:00.232Z] [ 96%] Built target device-terminal [2020-12-09T16:16:00.232Z] [100%] Built target templatev1 [2020-12-09T16:16:00.232Z] Run CPack packaging tool... [2020-12-09T16:16:00.232Z] CPack: Create package using TGZ [2020-12-09T16:16:00.232Z] CPack: Install projects [2020-12-09T16:16:00.232Z] CPack: - Run preinstall target for: Csdk [2020-12-09T16:16:00.478Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-12-09T16:16:00.494Z] CPack: - Install project: Csdk [2020-12-09T16:16:00.494Z] CPack: Create package [2020-12-09T16:16:00.494Z] CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. [2020-12-09T16:16:00.494Z] + '[' false '=' true ] [2020-12-09T16:16:00.494Z] + '[' false '=' true ] [2020-12-09T16:16:00.494Z] + mkdir -p /tmp/sdk/build/debug [2020-12-09T16:16:00.494Z] + cd /tmp/sdk/build/debug [2020-12-09T16:16:00.494Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-12-09T16:16:00.494Z] -- The C compiler identification is GNU 8.3.0 [2020-12-09T16:16:00.494Z] -- Check for working C compiler: /usr/bin/cc [2020-12-09T16:16:00.756Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-12-09T16:16:00.756Z] -- Detecting C compiler ABI info [2020-12-09T16:16:00.756Z] -- Detecting C compiler ABI info - done [2020-12-09T16:16:00.756Z] -- Detecting C compile features [2020-12-09T16:16:01.018Z] -- Detecting C compile features - done [2020-12-09T16:16:01.018Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-12-09T16:16:01.018Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-12-09T16:16:01.018Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-12-09T16:16:01.018Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-12-09T16:16:01.018Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-12-09T16:16:01.018Z] -- C SDK 0.0.0 for Linux [2020-12-09T16:16:01.018Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-12-09T16:16:01.018Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-12-09T16:16:01.018Z] -- Found Curses: /usr/lib/libcurses.so [2020-12-09T16:16:01.073Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-12-09T16:16:01.281Z] -- Configuring done [2020-12-09T16:16:01.281Z] -- Generating done [2020-12-09T16:16:01.281Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-12-09T16:16:01.281Z] + + tee debug.log [2020-12-09T16:16:01.281Z] make [2020-12-09T16:16:01.281Z] Scanning dependencies of target csdk [2020-12-09T16:16:01.281Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-12-09T16:16:01.349Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-12-09T16:16:01.544Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-12-09T16:16:01.544Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2020-12-09T16:16:01.544Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-12-09T16:16:01.809Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-12-09T16:16:01.809Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-12-09T16:16:01.939Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-12-09T16:16:02.073Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-12-09T16:16:02.074Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-12-09T16:16:02.336Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-12-09T16:16:02.336Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-12-09T16:16:02.601Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-12-09T16:16:02.601Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-12-09T16:16:02.601Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-12-09T16:16:02.601Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-12-09T16:16:02.864Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-12-09T16:16:03.126Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-12-09T16:16:03.126Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-12-09T16:16:03.126Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-12-09T16:16:03.126Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-12-09T16:16:03.390Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-12-09T16:16:03.653Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-12-09T16:16:03.653Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-12-09T16:16:03.653Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-12-09T16:16:03.653Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-12-09T16:16:03.653Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-12-09T16:16:03.919Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-12-09T16:16:03.919Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-12-09T16:16:03.919Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-12-09T16:16:04.180Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-12-09T16:16:04.180Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2020-12-09T16:16:04.180Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-12-09T16:16:04.180Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-12-09T16:16:04.443Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-12-09T16:16:04.443Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-12-09T16:16:04.554Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-12-09T16:16:04.554Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-12-09T16:16:04.705Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-12-09T16:16:04.826Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-12-09T16:16:04.967Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-12-09T16:16:04.967Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-12-09T16:16:04.967Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-12-09T16:16:05.231Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-12-09T16:16:05.231Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-12-09T16:16:05.420Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-12-09T16:16:05.496Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-12-09T16:16:05.694Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-12-09T16:16:05.758Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-12-09T16:16:05.758Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-12-09T16:16:05.965Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-12-09T16:16:06.020Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-12-09T16:16:06.020Z] [ 71%] Linking C shared library libcsdk.so [2020-12-09T16:16:06.020Z] [ 71%] Built target csdk [2020-12-09T16:16:06.020Z] Scanning dependencies of target template [2020-12-09T16:16:06.020Z] [ 73%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-12-09T16:16:06.283Z] [ 74%] Linking C executable template [2020-12-09T16:16:06.283Z] [ 74%] Built target template [2020-12-09T16:16:06.283Z] Scanning dependencies of target device-counter [2020-12-09T16:16:06.283Z] [ 76%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-12-09T16:16:06.283Z] [ 77%] Linking C executable device-counter [2020-12-09T16:16:06.546Z] [ 77%] Built target device-counter [2020-12-09T16:16:06.546Z] Scanning dependencies of target device-random [2020-12-09T16:16:06.546Z] [ 79%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-12-09T16:16:06.546Z] [ 80%] Linking C executable device-random [2020-12-09T16:16:06.546Z] [ 80%] Built target device-random [2020-12-09T16:16:06.546Z] Scanning dependencies of target device-gyro [2020-12-09T16:16:06.546Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-12-09T16:16:06.547Z] [ 84%] Linking C executable device-gyro [2020-12-09T16:16:06.808Z] [ 84%] Built target device-gyro [2020-12-09T16:16:06.808Z] Scanning dependencies of target device-bitfields [2020-12-09T16:16:06.808Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-12-09T16:16:06.808Z] [ 87%] Linking C executable device-bitfields [2020-12-09T16:16:06.808Z] [ 87%] Built target device-bitfields [2020-12-09T16:16:06.808Z] Scanning dependencies of target template-discovery [2020-12-09T16:16:06.808Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-12-09T16:16:06.937Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-12-09T16:16:07.070Z] [ 90%] Linking C executable template-discovery [2020-12-09T16:16:07.070Z] [ 90%] Built target template-discovery [2020-12-09T16:16:07.070Z] Scanning dependencies of target device-file [2020-12-09T16:16:07.070Z] [ 92%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-12-09T16:16:07.070Z] [ 93%] Linking C executable device-file [2020-12-09T16:16:07.207Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-12-09T16:16:07.332Z] [ 93%] Built target device-file [2020-12-09T16:16:07.332Z] Scanning dependencies of target device-terminal [2020-12-09T16:16:07.332Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-12-09T16:16:07.332Z] [ 96%] Linking C executable device-terminal [2020-12-09T16:16:07.332Z] [ 96%] Built target device-terminal [2020-12-09T16:16:07.332Z] Scanning dependencies of target templatev1 [2020-12-09T16:16:07.332Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-12-09T16:16:07.594Z] [100%] Linking C executable templatev1 [2020-12-09T16:16:07.594Z] [100%] Built target templatev1 [2020-12-09T16:16:07.594Z] make: Entering directory '/tmp/sdk/build/release' [2020-12-09T16:16:07.594Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-12-09T16:16:07.594Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-09T16:16:07.594Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-09T16:16:07.594Z] [ 71%] Built target csdk [2020-12-09T16:16:07.594Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-09T16:16:07.594Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-09T16:16:07.594Z] [ 74%] Built target template [2020-12-09T16:16:07.594Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-09T16:16:07.594Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-09T16:16:07.594Z] [ 77%] Built target device-counter [2020-12-09T16:16:07.594Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-09T16:16:07.594Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-09T16:16:07.594Z] [ 80%] Built target device-random [2020-12-09T16:16:07.594Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-09T16:16:07.594Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-09T16:16:07.594Z] [ 84%] Built target device-gyro [2020-12-09T16:16:07.594Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-09T16:16:07.594Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-09T16:16:07.594Z] [ 87%] Built target device-bitfields [2020-12-09T16:16:07.800Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-12-09T16:16:07.864Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-09T16:16:07.864Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-09T16:16:07.864Z] [ 90%] Built target template-discovery [2020-12-09T16:16:07.864Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-09T16:16:07.864Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-09T16:16:07.864Z] [ 93%] Built target device-file [2020-12-09T16:16:07.864Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-09T16:16:07.864Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-09T16:16:07.864Z] [ 96%] Built target device-terminal [2020-12-09T16:16:07.864Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-09T16:16:07.864Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-09T16:16:07.864Z] [100%] Built target templatev1 [2020-12-09T16:16:07.864Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-12-09T16:16:07.864Z] Install the project... [2020-12-09T16:16:07.864Z] -- Install configuration: "Release" [2020-12-09T16:16:07.864Z] -- Installing: /usr/local/lib/libcsdk.so [2020-12-09T16:16:07.864Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-12-09T16:16:07.864Z] -- Up-to-date: /usr/local/include [2020-12-09T16:16:07.864Z] -- Installing: /usr/local/include/devsdk [2020-12-09T16:16:07.864Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-12-09T16:16:07.864Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-12-09T16:16:07.864Z] -- Installing: /usr/local/include/edgex [2020-12-09T16:16:07.864Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-12-09T16:16:07.864Z] -- Installing: /usr/local/include/edgex/devices.h [2020-12-09T16:16:07.864Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-12-09T16:16:07.864Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-12-09T16:16:07.864Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-12-09T16:16:07.864Z] -- Installing: /usr/local/include/edgex/error.h [2020-12-09T16:16:07.864Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-12-09T16:16:07.864Z] -- Installing: /usr/local/include/edgex/os.h [2020-12-09T16:16:07.864Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-12-09T16:16:07.864Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-12-09T16:16:07.864Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-12-09T16:16:07.864Z] -- Installing: /usr/local/include/iot [2020-12-09T16:16:07.864Z] -- Installing: /usr/local/include/iot/base64.h [2020-12-09T16:16:07.864Z] -- Installing: /usr/local/include/iot/component.h [2020-12-09T16:16:07.864Z] -- Installing: /usr/local/include/iot/config.h [2020-12-09T16:16:07.864Z] -- Installing: /usr/local/include/iot/container.h [2020-12-09T16:16:07.864Z] -- Installing: /usr/local/include/iot/data.h [2020-12-09T16:16:07.864Z] -- Installing: /usr/local/include/iot/hash.h [2020-12-09T16:16:07.864Z] -- Installing: /usr/local/include/iot/iot.h [2020-12-09T16:16:07.864Z] -- Installing: /usr/local/include/iot/json.h [2020-12-09T16:16:07.864Z] -- Installing: /usr/local/include/iot/logger.h [2020-12-09T16:16:07.864Z] -- Installing: /usr/local/include/iot/os.h [2020-12-09T16:16:07.864Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-12-09T16:16:07.864Z] -- Installing: /usr/local/include/iot/thread.h [2020-12-09T16:16:07.864Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-12-09T16:16:07.864Z] -- Installing: /usr/local/include/iot/time.h [2020-12-09T16:16:07.864Z] -- Installing: /usr/local/include/iot/typecode.h [2020-12-09T16:16:07.864Z] -- Installing: /usr/local/include/iot/yxml.h [2020-12-09T16:16:07.864Z] -- Installing: /usr/local/include/iot/os [2020-12-09T16:16:07.864Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-12-09T16:16:07.864Z] -- Installing: /usr/local/include/iot/os/macos.h [2020-12-09T16:16:07.864Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-12-09T16:16:07.864Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-12-09T16:16:07.864Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-12-09T16:16:07.864Z] make: Leaving directory '/tmp/sdk/build/release' [2020-12-09T16:16:08.072Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2020-12-09T16:16:10.044Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-12-09T16:16:10.317Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-12-09T16:16:10.423Z] Removing intermediate container 6ce6f66eb298 [2020-12-09T16:16:10.423Z] ---> 87bd5e550dad [2020-12-09T16:16:10.423Z] Step 14/21 : FROM ${BASE} [2020-12-09T16:16:10.423Z] ---> 5eabd8fd8ba2 [2020-12-09T16:16:10.423Z] Step 15/21 : MAINTAINER IOTech [2020-12-09T16:16:10.423Z] ---> Running in a8405f0b9498 [2020-12-09T16:16:10.423Z] Removing intermediate container a8405f0b9498 [2020-12-09T16:16:10.423Z] ---> d31a9514c4c9 [2020-12-09T16:16:10.423Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-12-09T16:16:10.423Z] ---> Running in 78f8c8e8c4f8 [2020-12-09T16:16:10.999Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-12-09T16:16:11.291Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-12-09T16:16:11.563Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-12-09T16:16:11.946Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-12-09T16:16:11.946Z] (1/3) Installing curl (7.64.0-r4) [2020-12-09T16:16:12.208Z] (2/3) Installing libuuid (2.33-r0) [2020-12-09T16:16:12.208Z] (3/3) Installing wget (1.20.3-r0) [2020-12-09T16:16:12.208Z] Executing busybox-1.29.3-r10.trigger [2020-12-09T16:16:12.471Z] OK: 268 MiB in 78 packages [2020-12-09T16:16:12.734Z] Removing intermediate container 78f8c8e8c4f8 [2020-12-09T16:16:12.734Z] ---> 46f32fd15a5a [2020-12-09T16:16:12.734Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-12-09T16:16:12.996Z] ---> f12a778128e5 [2020-12-09T16:16:12.996Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-12-09T16:16:13.258Z] ---> da5146571a1e [2020-12-09T16:16:13.258Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-12-09T16:16:13.520Z] ---> 21d5d41535e1 [2020-12-09T16:16:13.520Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-12-09T16:16:13.782Z] ---> eb84919404e1 [2020-12-09T16:16:13.782Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-12-09T16:16:14.045Z] ---> 691b7f2f04b9 [2020-12-09T16:16:14.045Z] Successfully built 691b7f2f04b9 [2020-12-09T16:16:14.045Z] 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-09T16:16:14.754Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-09T16:16:14.754Z] . [Pipeline] withDockerContainer [2020-12-09T16:16:14.859Z] prd-centos7-docker-4c-2g-15261 does not seem to be running inside a container [2020-12-09T16:16:14.910Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/2 -v /w/workspace/device-sdk-c/2:/w/workspace/device-sdk-c/2:rw,z -v /w/workspace/device-sdk-c/2@tmp:/w/workspace/device-sdk-c/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-09T16:16:15.504Z] $ docker top 0e8d2c8b1ef53ef494ab37faf998feb14e17e811719a3fcdb24ea5676715f1c3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-09T16:16:15.849Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-12-09T16:16:15.988Z] + make test [2020-12-09T16:16:15.988Z] echo "make test" [2020-12-09T16:16:15.988Z] make test [Pipeline] } [2020-12-09T16:16:16.005Z] $ docker stop --time=1 0e8d2c8b1ef53ef494ab37faf998feb14e17e811719a3fcdb24ea5676715f1c3 [2020-12-09T16:16:16.120Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-12-09T16:16:16.714Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-12-09T16:16:16.988Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-12-09T16:16:17.323Z] $ docker rm -f 0e8d2c8b1ef53ef494ab37faf998feb14e17e811719a3fcdb24ea5676715f1c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-12-09T16:16:17.968Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-12-09T16:16:19.403Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o [Pipeline] sh [2020-12-09T16:16:20.600Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-09T16:16:20.827Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-12-09T16:16:20.903Z] + ls -al . [2020-12-09T16:16:20.903Z] total 160 [2020-12-09T16:16:20.903Z] drwxrwxr-x. 8 jenkins jenkins 260 Dec 9 16:15 . [2020-12-09T16:16:20.903Z] drwxrwxr-x. 4 jenkins jenkins 28 Dec 9 16:15 .. [2020-12-09T16:16:20.903Z] -rw-rw-r--. 1 jenkins jenkins 3104 Dec 9 16:15 Attribution.txt [2020-12-09T16:16:20.903Z] -rw-rw-r--. 1 jenkins jenkins 6383 Dec 9 16:15 CHANGES [2020-12-09T16:16:20.903Z] drwxrwxr-x. 2 jenkins jenkins 144 Dec 9 16:15 docs [2020-12-09T16:16:20.903Z] -rw-rw-r--. 1 jenkins jenkins 108574 Dec 9 16:15 Doxyfile [2020-12-09T16:16:20.903Z] drwxrwxr-x. 8 jenkins jenkins 179 Dec 9 16:15 .git [2020-12-09T16:16:20.903Z] drwxrwxr-x. 2 jenkins jenkins 81 Dec 9 16:15 .github [2020-12-09T16:16:20.903Z] -rw-rw-r--. 1 jenkins jenkins 176 Dec 9 16:15 .gitignore [2020-12-09T16:16:20.903Z] drwxrwxr-x. 4 jenkins jenkins 33 Dec 9 16:15 include [2020-12-09T16:16:20.903Z] -rw-rw-r--. 1 jenkins jenkins 794 Dec 9 16:15 Jenkinsfile [2020-12-09T16:16:20.903Z] -rw-rw-r--. 1 jenkins jenkins 10174 Dec 9 16:15 LICENSE [2020-12-09T16:16:20.903Z] -rw-rw-r--. 1 jenkins jenkins 449 Dec 9 16:15 Makefile [2020-12-09T16:16:20.903Z] -rw-rw-r--. 1 jenkins jenkins 2697 Dec 9 16:15 README.md [2020-12-09T16:16:20.903Z] -rw-rw-r--. 1 jenkins jenkins 6451 Dec 9 16:15 README.v2.md [2020-12-09T16:16:20.903Z] drwxrwxr-x. 2 jenkins jenkins 108 Dec 9 16:15 scripts [2020-12-09T16:16:20.903Z] drwxrwxr-x. 4 jenkins jenkins 50 Dec 9 16:15 src [2020-12-09T16:16:20.903Z] -rw-rw-r--. 1 jenkins jenkins 5 Dec 9 16:12 VERSION [Pipeline] isUnix [Pipeline] sh [2020-12-09T16:16:21.207Z] + docker build -t docker-device-sdk-c -f scripts/Dockerfile.alpine-3.11 --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=6c84a767c6ce4573f9a920010352f64502cb5330 --label arch=amd64 --label version=0.0.0 . [2020-12-09T16:16:21.208Z] Sending build context to Docker daemon 2.534MB [2020-12-09T16:16:21.208Z] Step 1/15 : ARG BASE=alpine:3.11 [2020-12-09T16:16:21.208Z] Step 2/15 : FROM ${BASE} [2020-12-09T16:16:21.208Z] ---> 691b7f2f04b9 [2020-12-09T16:16:21.208Z] Step 3/15 : MAINTAINER IOTech [2020-12-09T16:16:21.783Z] ---> Running in 3c41abc08154 [2020-12-09T16:16:22.046Z] Removing intermediate container 3c41abc08154 [2020-12-09T16:16:22.046Z] ---> 3e940237a714 [2020-12-09T16:16:22.046Z] 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-09T16:16:22.046Z] ---> Running in aa5ae1ae4fb9 [2020-12-09T16:16:22.621Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-12-09T16:16:23.198Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-12-09T16:16:23.460Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2020-12-09T16:16:23.460Z] (2/6) Installing libblkid (2.33-r0) [2020-12-09T16:16:23.723Z] (3/6) Installing libfdisk (2.33-r0) [2020-12-09T16:16:23.723Z] (4/6) Installing libmount (2.33-r0) [2020-12-09T16:16:23.723Z] (5/6) Installing libsmartcols (2.33-r0) [2020-12-09T16:16:23.985Z] (6/6) Installing util-linux-dev (2.33-r0) [2020-12-09T16:16:24.196Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-12-09T16:16:24.247Z] Executing busybox-1.29.3-r10.trigger [2020-12-09T16:16:24.247Z] OK: 272 MiB in 84 packages [2020-12-09T16:16:24.467Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-12-09T16:16:24.821Z] Removing intermediate container aa5ae1ae4fb9 [2020-12-09T16:16:24.821Z] ---> c3e52c923342 [2020-12-09T16:16:24.821Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-12-09T16:16:25.083Z] ---> cb336f8f925d [2020-12-09T16:16:25.083Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-12-09T16:16:25.656Z] ---> e30be51c92ab [2020-12-09T16:16:25.656Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-12-09T16:16:25.895Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-12-09T16:16:25.916Z] ---> 6aec32ef9e35 [2020-12-09T16:16:25.916Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-12-09T16:16:26.168Z] [ 71%] Linking C shared library libcsdk.so [2020-12-09T16:16:26.168Z] [ 71%] Built target csdk [2020-12-09T16:16:26.178Z] ---> 568d256e5515 [2020-12-09T16:16:26.178Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-12-09T16:16:26.439Z] ---> 1e73563bd4ec [2020-12-09T16:16:26.439Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-12-09T16:16:26.439Z] ---> 0c4d61f7b4f6 [2020-12-09T16:16:26.439Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-12-09T16:16:26.443Z] Scanning dependencies of target template [2020-12-09T16:16:26.443Z] [ 73%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-12-09T16:16:26.700Z] ---> Running in a0bc8dc8e8db [2020-12-09T16:16:26.700Z] Removing intermediate container a0bc8dc8e8db [2020-12-09T16:16:26.700Z] ---> 2f6ccbed59c9 [2020-12-09T16:16:26.700Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-12-09T16:16:26.700Z] ---> Running in cd25e6cad5f9 [2020-12-09T16:16:26.962Z] Removing intermediate container cd25e6cad5f9 [2020-12-09T16:16:26.962Z] ---> e3cac78c0879 [2020-12-09T16:16:26.962Z] Step 13/15 : LABEL arch=amd64 [2020-12-09T16:16:26.962Z] ---> Running in f8c77900bf95 [2020-12-09T16:16:27.038Z] [ 74%] Linking C executable template [2020-12-09T16:16:27.223Z] Removing intermediate container f8c77900bf95 [2020-12-09T16:16:27.223Z] ---> 7373b99c7865 [2020-12-09T16:16:27.223Z] Step 14/15 : LABEL git_sha=6c84a767c6ce4573f9a920010352f64502cb5330 [2020-12-09T16:16:27.223Z] ---> Running in 1cb0c94fe88b [2020-12-09T16:16:27.223Z] Removing intermediate container 1cb0c94fe88b [2020-12-09T16:16:27.223Z] ---> 210d279a0d97 [2020-12-09T16:16:27.223Z] Step 15/15 : LABEL version=0.0.0 [2020-12-09T16:16:27.310Z] [ 74%] Built target template [2020-12-09T16:16:27.310Z] Scanning dependencies of target device-counter [2020-12-09T16:16:27.310Z] [ 76%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-12-09T16:16:27.488Z] ---> Running in f9ecd94869d4 [2020-12-09T16:16:27.488Z] Removing intermediate container f9ecd94869d4 [2020-12-09T16:16:27.488Z] ---> e17fe0074f52 [2020-12-09T16:16:27.488Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2020-12-09T16:16:27.488Z] Successfully built e17fe0074f52 [2020-12-09T16:16:27.488Z] Successfully tagged docker-device-sdk-c:latest [Pipeline] } [Pipeline] // script [2020-12-09T16:16:27.583Z] [ 77%] Linking C executable device-counter [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2020-12-09T16:16:27.862Z] [ 77%] Built target device-counter [2020-12-09T16:16:27.862Z] Scanning dependencies of target device-random [2020-12-09T16:16:27.862Z] [ 79%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o 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 [2020-12-09T16:16:28.457Z] [ 80%] Linking C executable device-random [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [2020-12-09T16:16:28.731Z] [ 80%] Built target device-random [2020-12-09T16:16:28.731Z] Scanning dependencies of target device-gyro [2020-12-09T16:16:28.731Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-09T16:16:29.003Z] [ 84%] Linking C executable device-gyro [2020-12-09T16:16:29.275Z] [ 84%] Built target device-gyro [2020-12-09T16:16:29.275Z] Scanning dependencies of target device-bitfields [2020-12-09T16:16:29.275Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-12-09T16:16:29.872Z] [ 87%] Linking C executable device-bitfields [2020-12-09T16:16:29.872Z] [ 87%] Built target device-bitfields [2020-12-09T16:16:29.872Z] Scanning dependencies of target template-discovery [2020-12-09T16:16:30.144Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-12-09T16:16:30.738Z] [ 90%] Linking C executable template-discovery [2020-12-09T16:16:30.738Z] [ 90%] Built target template-discovery [2020-12-09T16:16:31.011Z] Scanning dependencies of target device-file [2020-12-09T16:16:31.011Z] [ 92%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-12-09T16:16:31.606Z] [ 93%] Linking C executable device-file [2020-12-09T16:16:31.606Z] [ 93%] Built target device-file [2020-12-09T16:16:31.606Z] Scanning dependencies of target device-terminal [2020-12-09T16:16:31.606Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-12-09T16:16:32.200Z] [ 96%] Linking C executable device-terminal [2020-12-09T16:16:32.472Z] [ 96%] Built target device-terminal [2020-12-09T16:16:32.472Z] Scanning dependencies of target templatev1 [2020-12-09T16:16:32.472Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-12-09T16:16:33.064Z] [100%] Linking C executable templatev1 [2020-12-09T16:16:33.338Z] [100%] Built target templatev1 [2020-12-09T16:16:33.338Z] + + maketee package -a [2020-12-09T16:16:33.338Z] release.log [2020-12-09T16:16:33.338Z] [ 71%] Built target csdk [2020-12-09T16:16:33.338Z] [ 74%] Built target template [2020-12-09T16:16:33.610Z] [ 77%] Built target device-counter [2020-12-09T16:16:33.610Z] [ 80%] Built target device-random [2020-12-09T16:16:33.610Z] [ 84%] Built target device-gyro [2020-12-09T16:16:33.610Z] [ 87%] Built target device-bitfields [2020-12-09T16:16:33.610Z] [ 90%] Built target template-discovery [2020-12-09T16:16:33.610Z] [ 93%] Built target device-file [2020-12-09T16:16:33.610Z] [ 96%] Built target device-terminal [2020-12-09T16:16:33.884Z] [100%] Built target templatev1 [2020-12-09T16:16:33.884Z] Run CPack packaging tool... [2020-12-09T16:16:33.884Z] CPack: Create package using TGZ [2020-12-09T16:16:33.884Z] CPack: Install projects [2020-12-09T16:16:33.884Z] CPack: - Run preinstall target for: Csdk [2020-12-09T16:16:34.478Z] CPack: - Install project: Csdk [2020-12-09T16:16:34.478Z] CPack: Create package [2020-12-09T16:16:34.478Z] CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. [2020-12-09T16:16:34.478Z] + '[' false '=' true ] [2020-12-09T16:16:34.478Z] + '[' false '=' true ] [2020-12-09T16:16:34.478Z] + mkdir -p /tmp/sdk/build/debug [2020-12-09T16:16:34.478Z] + cd /tmp/sdk/build/debug [2020-12-09T16:16:34.478Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-12-09T16:16:35.074Z] -- The C compiler identification is GNU 8.3.0 [2020-12-09T16:16:35.074Z] -- Check for working C compiler: /usr/bin/cc [2020-12-09T16:16:35.074Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-12-09T16:16:35.074Z] -- Detecting C compiler ABI info [2020-12-09T16:16:35.348Z] -- Detecting C compiler ABI info - done [2020-12-09T16:16:35.348Z] -- Detecting C compile features [2020-12-09T16:16:36.326Z] -- Detecting C compile features - done [2020-12-09T16:16:36.326Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-12-09T16:16:36.326Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-12-09T16:16:36.326Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-12-09T16:16:36.326Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-12-09T16:16:36.326Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-12-09T16:16:36.326Z] -- C SDK 0.0.0 for Linux [2020-12-09T16:16:36.326Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-12-09T16:16:36.326Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-12-09T16:16:36.326Z] -- Found Curses: /usr/lib/libcurses.so [2020-12-09T16:16:36.596Z] -- Configuring done [2020-12-09T16:16:36.869Z] -- Generating done [2020-12-09T16:16:36.869Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-12-09T16:16:36.869Z] + make [2020-12-09T16:16:36.869Z] + tee debug.log [2020-12-09T16:16:36.869Z] Scanning dependencies of target csdk [2020-12-09T16:16:37.141Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-12-09T16:16:37.413Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-12-09T16:16:37.685Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2020-12-09T16:16:37.958Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-12-09T16:16:38.555Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-12-09T16:16:38.829Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-12-09T16:16:39.104Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-12-09T16:16:39.377Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-12-09T16:16:39.973Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-12-09T16:16:40.246Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-12-09T16:16:40.518Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-12-09T16:16:40.792Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-12-09T16:16:41.067Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-12-09T16:16:41.339Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-12-09T16:16:41.612Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-12-09T16:16:42.586Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-12-09T16:16:42.586Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-12-09T16:16:42.860Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-12-09T16:16:42.860Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-12-09T16:16:43.135Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-12-09T16:16:44.112Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-12-09T16:16:44.112Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-12-09T16:16:44.388Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-12-09T16:16:44.388Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-12-09T16:16:44.660Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-12-09T16:16:44.932Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-12-09T16:16:45.204Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-12-09T16:16:45.478Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-12-09T16:16:45.478Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-12-09T16:16:45.750Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2020-12-09T16:16:46.342Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-12-09T16:16:46.342Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-12-09T16:16:46.937Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-12-09T16:16:46.937Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-12-09T16:16:47.918Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-12-09T16:16:48.194Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-12-09T16:16:48.469Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-12-09T16:16:48.743Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-12-09T16:16:49.016Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-12-09T16:16:49.992Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-12-09T16:16:50.586Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-12-09T16:16:51.179Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-12-09T16:16:51.453Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-12-09T16:16:51.724Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-12-09T16:16:51.995Z] [ 71%] Linking C shared library libcsdk.so [2020-12-09T16:16:52.275Z] [ 71%] Built target csdk [2020-12-09T16:16:52.275Z] Scanning dependencies of target template [2020-12-09T16:16:52.275Z] [ 73%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-12-09T16:16:52.547Z] [ 74%] Linking C executable template [2020-12-09T16:16:52.820Z] [ 74%] Built target template [2020-12-09T16:16:52.820Z] Scanning dependencies of target device-counter [2020-12-09T16:16:52.820Z] [ 76%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-12-09T16:16:53.093Z] [ 77%] Linking C executable device-counter [2020-12-09T16:16:53.368Z] [ 77%] Built target device-counter [2020-12-09T16:16:53.369Z] Scanning dependencies of target device-random [2020-12-09T16:16:53.369Z] [ 79%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-12-09T16:16:53.642Z] [ 80%] Linking C executable device-random [2020-12-09T16:16:53.642Z] [ 80%] Built target device-random [2020-12-09T16:16:53.642Z] Scanning dependencies of target device-gyro [2020-12-09T16:16:53.642Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-12-09T16:16:53.914Z] [ 84%] Linking C executable device-gyro [2020-12-09T16:16:54.189Z] [ 84%] Built target device-gyro [2020-12-09T16:16:54.189Z] Scanning dependencies of target device-bitfields [2020-12-09T16:16:54.189Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-12-09T16:16:54.462Z] [ 87%] Linking C executable device-bitfields [2020-12-09T16:16:54.733Z] [ 87%] Built target device-bitfields [2020-12-09T16:16:54.733Z] Scanning dependencies of target template-discovery [2020-12-09T16:16:54.733Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-12-09T16:16:55.005Z] [ 90%] Linking C executable template-discovery [2020-12-09T16:16:55.276Z] [ 90%] Built target template-discovery [2020-12-09T16:16:55.276Z] Scanning dependencies of target device-file [2020-12-09T16:16:55.276Z] [ 92%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-12-09T16:16:55.548Z] [ 93%] Linking C executable device-file [2020-12-09T16:16:55.823Z] [ 93%] Built target device-file [2020-12-09T16:16:55.823Z] Scanning dependencies of target device-terminal [2020-12-09T16:16:55.823Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-12-09T16:16:56.095Z] [ 96%] Linking C executable device-terminal [2020-12-09T16:16:56.367Z] [ 96%] Built target device-terminal [2020-12-09T16:16:56.367Z] Scanning dependencies of target templatev1 [2020-12-09T16:16:56.367Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-12-09T16:16:56.640Z] [100%] Linking C executable templatev1 [2020-12-09T16:16:56.913Z] [100%] Built target templatev1 [2020-12-09T16:16:56.913Z] make: Entering directory '/tmp/sdk/build/release' [2020-12-09T16:16:56.913Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-12-09T16:16:56.913Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-09T16:16:56.913Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-09T16:16:56.913Z] [ 71%] Built target csdk [2020-12-09T16:16:56.913Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-09T16:16:56.913Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-09T16:16:56.913Z] [ 74%] Built target template [2020-12-09T16:16:56.913Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-09T16:16:56.913Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-09T16:16:56.913Z] [ 77%] Built target device-counter [2020-12-09T16:16:56.913Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-09T16:16:57.188Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-09T16:16:57.188Z] [ 80%] Built target device-random [2020-12-09T16:16:57.188Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-09T16:16:57.188Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-09T16:16:57.188Z] [ 84%] Built target device-gyro [2020-12-09T16:16:57.188Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-09T16:16:57.188Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-09T16:16:57.188Z] [ 87%] Built target device-bitfields [2020-12-09T16:16:57.188Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-09T16:16:57.188Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-09T16:16:57.188Z] [ 90%] Built target template-discovery [2020-12-09T16:16:57.188Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-09T16:16:57.188Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-09T16:16:57.188Z] [ 93%] Built target device-file [2020-12-09T16:16:57.188Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-09T16:16:57.188Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-09T16:16:57.188Z] [ 96%] Built target device-terminal [2020-12-09T16:16:57.188Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-09T16:16:57.188Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-09T16:16:57.188Z] [100%] Built target templatev1 [2020-12-09T16:16:57.188Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-12-09T16:16:57.460Z] Install the project... [2020-12-09T16:16:57.460Z] -- Install configuration: "Release" [2020-12-09T16:16:57.460Z] -- Installing: /usr/local/lib/libcsdk.so [2020-12-09T16:16:57.460Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-12-09T16:16:57.460Z] -- Up-to-date: /usr/local/include [2020-12-09T16:16:57.460Z] -- Installing: /usr/local/include/edgex [2020-12-09T16:16:57.460Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-12-09T16:16:57.460Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-12-09T16:16:57.460Z] -- Installing: /usr/local/include/edgex/error.h [2020-12-09T16:16:57.460Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-12-09T16:16:57.460Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-12-09T16:16:57.460Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-12-09T16:16:57.460Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-12-09T16:16:57.460Z] -- Installing: /usr/local/include/edgex/devices.h [2020-12-09T16:16:57.460Z] -- Installing: /usr/local/include/edgex/os.h [2020-12-09T16:16:57.460Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-12-09T16:16:57.460Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-12-09T16:16:57.460Z] -- Installing: /usr/local/include/devsdk [2020-12-09T16:16:57.460Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-12-09T16:16:57.460Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-12-09T16:16:57.460Z] -- Installing: /usr/local/include/iot [2020-12-09T16:16:57.460Z] -- Installing: /usr/local/include/iot/json.h [2020-12-09T16:16:57.460Z] -- Installing: /usr/local/include/iot/yxml.h [2020-12-09T16:16:57.460Z] -- Installing: /usr/local/include/iot/container.h [2020-12-09T16:16:57.460Z] -- Installing: /usr/local/include/iot/component.h [2020-12-09T16:16:57.460Z] -- Installing: /usr/local/include/iot/typecode.h [2020-12-09T16:16:57.460Z] -- Installing: /usr/local/include/iot/iot.h [2020-12-09T16:16:57.460Z] -- Installing: /usr/local/include/iot/time.h [2020-12-09T16:16:57.460Z] -- Installing: /usr/local/include/iot/hash.h [2020-12-09T16:16:57.460Z] -- Installing: /usr/local/include/iot/logger.h [2020-12-09T16:16:57.460Z] -- Installing: /usr/local/include/iot/os [2020-12-09T16:16:57.460Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-12-09T16:16:57.460Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-12-09T16:16:57.460Z] -- Installing: /usr/local/include/iot/os/macos.h [2020-12-09T16:16:57.460Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-12-09T16:16:57.460Z] -- Installing: /usr/local/include/iot/data.h [2020-12-09T16:16:57.460Z] -- Installing: /usr/local/include/iot/thread.h [2020-12-09T16:16:57.460Z] -- Installing: /usr/local/include/iot/os.h [2020-12-09T16:16:57.460Z] -- Installing: /usr/local/include/iot/base64.h [2020-12-09T16:16:57.460Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-12-09T16:16:57.460Z] -- Installing: /usr/local/include/iot/config.h [2020-12-09T16:16:57.460Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-12-09T16:16:57.460Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-12-09T16:16:57.460Z] make: Leaving directory '/tmp/sdk/build/release' [2020-12-09T16:17:00.088Z] Removing intermediate container 287dfe5ced96 [2020-12-09T16:17:00.088Z] ---> 56a6410a9f32 [2020-12-09T16:17:00.088Z] Step 14/21 : FROM ${BASE} [2020-12-09T16:17:00.088Z] ---> b23d30803547 [2020-12-09T16:17:00.088Z] Step 15/21 : MAINTAINER IOTech [2020-12-09T16:17:00.088Z] ---> Running in bfee09321505 [2020-12-09T16:17:00.088Z] Removing intermediate container bfee09321505 [2020-12-09T16:17:00.088Z] ---> 401519545950 [2020-12-09T16:17:00.088Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-12-09T16:17:00.361Z] ---> Running in ebe0ca89ae3f [2020-12-09T16:17:01.346Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-12-09T16:17:02.320Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-12-09T16:17:02.591Z] (1/3) Installing curl (7.64.0-r4) [2020-12-09T16:17:02.592Z] (2/3) Installing libuuid (2.33-r0) [2020-12-09T16:17:02.592Z] (3/3) Installing wget (1.20.3-r0) [2020-12-09T16:17:02.865Z] Executing busybox-1.29.3-r10.trigger [2020-12-09T16:17:02.865Z] OK: 281 MiB in 78 packages [2020-12-09T16:17:03.844Z] Removing intermediate container ebe0ca89ae3f [2020-12-09T16:17:03.844Z] ---> c9b6db4eabe5 [2020-12-09T16:17:03.844Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-12-09T16:17:04.830Z] ---> 9ec08b8f0724 [2020-12-09T16:17:04.830Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-12-09T16:17:05.428Z] ---> 56cbaa48678c [2020-12-09T16:17:05.428Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-12-09T16:17:06.026Z] ---> 8f76f152d31b [2020-12-09T16:17:06.026Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-12-09T16:17:07.005Z] ---> b985593dd19d [2020-12-09T16:17:07.005Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-12-09T16:17:07.596Z] ---> c0b4c5498b88 [2020-12-09T16:17:07.596Z] Successfully built c0b4c5498b88 [2020-12-09T16:17:07.596Z] 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-09T16:17:08.289Z] + docker inspect -f . ci-base-image-arm64 [2020-12-09T16:17:08.289Z] . [Pipeline] withDockerContainer [2020-12-09T16:17:08.521Z] prd-ubuntu18.04-docker-arm64-4c-16g-15260 does not seem to be running inside a container [2020-12-09T16:17:08.609Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/2 -v /w/workspace/device-sdk-c/2:/w/workspace/device-sdk-c/2:rw,z -v /w/workspace/device-sdk-c/2@tmp:/w/workspace/device-sdk-c/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-09T16:17:10.059Z] $ docker top b3c86cb2bd2e8591e74f6694b383f0f99df7ddf48524b23e762792b23515b3b9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-09T16:17:11.155Z] + make test [2020-12-09T16:17:11.155Z] echo "make test" [2020-12-09T16:17:11.155Z] make test [Pipeline] } [2020-12-09T16:17:11.185Z] $ docker stop --time=1 b3c86cb2bd2e8591e74f6694b383f0f99df7ddf48524b23e762792b23515b3b9 [2020-12-09T16:17:13.150Z] $ docker rm -f b3c86cb2bd2e8591e74f6694b383f0f99df7ddf48524b23e762792b23515b3b9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-09T16:17:14.386Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-09T16:17:14.723Z] + ls -al . [2020-12-09T16:17:14.723Z] total 192 [2020-12-09T16:17:14.723Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 9 16:14 . [2020-12-09T16:17:14.723Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 9 16:14 .. [2020-12-09T16:17:14.723Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 9 16:14 .git [2020-12-09T16:17:14.723Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 9 16:14 .github [2020-12-09T16:17:14.723Z] -rw-rw-r-- 1 jenkins jenkins 176 Dec 9 16:14 .gitignore [2020-12-09T16:17:14.723Z] -rw-rw-r-- 1 jenkins jenkins 3104 Dec 9 16:14 Attribution.txt [2020-12-09T16:17:14.723Z] -rw-rw-r-- 1 jenkins jenkins 6383 Dec 9 16:14 CHANGES [2020-12-09T16:17:14.723Z] -rw-rw-r-- 1 jenkins jenkins 108574 Dec 9 16:14 Doxyfile [2020-12-09T16:17:14.723Z] -rw-rw-r-- 1 jenkins jenkins 794 Dec 9 16:14 Jenkinsfile [2020-12-09T16:17:14.723Z] -rw-rw-r-- 1 jenkins jenkins 10174 Dec 9 16:14 LICENSE [2020-12-09T16:17:14.723Z] -rw-rw-r-- 1 jenkins jenkins 449 Dec 9 16:14 Makefile [2020-12-09T16:17:14.723Z] -rw-rw-r-- 1 jenkins jenkins 2697 Dec 9 16:14 README.md [2020-12-09T16:17:14.723Z] -rw-rw-r-- 1 jenkins jenkins 6451 Dec 9 16:14 README.v2.md [2020-12-09T16:17:14.723Z] -rw-rw-r-- 1 jenkins jenkins 5 Dec 9 16:12 VERSION [2020-12-09T16:17:14.723Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 9 16:14 docs [2020-12-09T16:17:14.723Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 9 16:14 include [2020-12-09T16:17:14.723Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 9 16:14 scripts [2020-12-09T16:17:14.723Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 9 16:14 src [Pipeline] isUnix [Pipeline] sh [2020-12-09T16:17:15.066Z] + docker build -t docker-device-sdk-c-arm64 -f scripts/Dockerfile.alpine-3.11 --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=6c84a767c6ce4573f9a920010352f64502cb5330 --label arch=arm64 --label version=0.0.0 . [2020-12-09T16:17:15.341Z] Sending build context to Docker daemon 2.533MB [2020-12-09T16:17:15.341Z] Step 1/15 : ARG BASE=alpine:3.11 [2020-12-09T16:17:15.341Z] Step 2/15 : FROM ${BASE} [2020-12-09T16:17:15.341Z] ---> c0b4c5498b88 [2020-12-09T16:17:15.341Z] Step 3/15 : MAINTAINER IOTech [2020-12-09T16:17:15.611Z] ---> Running in fba4b94dc775 [2020-12-09T16:17:16.204Z] Removing intermediate container fba4b94dc775 [2020-12-09T16:17:16.204Z] ---> 669dd535b319 [2020-12-09T16:17:16.204Z] 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-09T16:17:16.204Z] ---> Running in 5d5522d9ac39 [2020-12-09T16:17:17.183Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-12-09T16:17:18.158Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-12-09T16:17:18.430Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2020-12-09T16:17:18.430Z] (2/6) Installing libblkid (2.33-r0) [2020-12-09T16:17:18.702Z] (3/6) Installing libfdisk (2.33-r0) [2020-12-09T16:17:18.702Z] (4/6) Installing libmount (2.33-r0) [2020-12-09T16:17:18.702Z] (5/6) Installing libsmartcols (2.33-r0) [2020-12-09T16:17:18.972Z] (6/6) Installing util-linux-dev (2.33-r0) [2020-12-09T16:17:19.247Z] Executing busybox-1.29.3-r10.trigger [2020-12-09T16:17:19.247Z] OK: 286 MiB in 84 packages [2020-12-09T16:17:20.687Z] Removing intermediate container 5d5522d9ac39 [2020-12-09T16:17:20.687Z] ---> 8306557cdf34 [2020-12-09T16:17:20.687Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-12-09T16:17:21.286Z] ---> 5b4c88311943 [2020-12-09T16:17:21.286Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-12-09T16:17:22.265Z] ---> 0b85b917e821 [2020-12-09T16:17:22.265Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-12-09T16:17:22.861Z] ---> 179a55960da1 [2020-12-09T16:17:22.861Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-12-09T16:17:23.458Z] ---> ce5abadb755b [2020-12-09T16:17:23.458Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-12-09T16:17:24.056Z] ---> 228a289f2d18 [2020-12-09T16:17:24.056Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-12-09T16:17:25.045Z] ---> 6ba409a05dd5 [2020-12-09T16:17:25.045Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-12-09T16:17:25.045Z] ---> Running in 7186cbaf1abc [2020-12-09T16:17:25.640Z] Removing intermediate container 7186cbaf1abc [2020-12-09T16:17:25.640Z] ---> cfb289921763 [2020-12-09T16:17:25.640Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-12-09T16:17:25.640Z] ---> Running in b8cd745d6e31 [2020-12-09T16:17:26.236Z] Removing intermediate container b8cd745d6e31 [2020-12-09T16:17:26.236Z] ---> d246e8ec9180 [2020-12-09T16:17:26.236Z] Step 13/15 : LABEL arch=arm64 [2020-12-09T16:17:26.236Z] ---> Running in 4695410e7dfb [2020-12-09T16:17:26.830Z] Removing intermediate container 4695410e7dfb [2020-12-09T16:17:26.830Z] ---> 5e46eb8010c6 [2020-12-09T16:17:26.830Z] Step 14/15 : LABEL git_sha=6c84a767c6ce4573f9a920010352f64502cb5330 [2020-12-09T16:17:26.830Z] ---> Running in 8753d7639f99 [2020-12-09T16:17:27.426Z] Removing intermediate container 8753d7639f99 [2020-12-09T16:17:27.426Z] ---> ba6187c2e425 [2020-12-09T16:17:27.426Z] Step 15/15 : LABEL version=0.0.0 [2020-12-09T16:17:27.426Z] ---> Running in ec992b1b0618 [2020-12-09T16:17:28.020Z] Removing intermediate container ec992b1b0618 [2020-12-09T16:17:28.020Z] ---> 61a266f0187e [2020-12-09T16:17:28.020Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2020-12-09T16:17:28.020Z] Successfully built 61a266f0187e [2020-12-09T16:17:28.020Z] 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-09T16:17:32.122Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-09T16:17:32.432Z] ---> package-listing.sh [2020-12-09T16:17:32.432Z] ++ facter osfamily [2020-12-09T16:17:32.432Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-09T16:17:32.432Z] + OS_FAMILY=redhat [2020-12-09T16:17:32.432Z] + workspace=/w/workspace/edgexfoundry_device-sdk-c_PR-313 [2020-12-09T16:17:32.432Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-09T16:17:32.432Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-09T16:17:32.432Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-09T16:17:32.432Z] + PACKAGES=/tmp/packages_start.txt [2020-12-09T16:17:32.432Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-313 ']' [2020-12-09T16:17:32.432Z] + PACKAGES=/tmp/packages_end.txt [2020-12-09T16:17:32.432Z] + case "${OS_FAMILY}" in [2020-12-09T16:17:32.432Z] + rpm -qa [2020-12-09T16:17:32.432Z] + sort [2020-12-09T16:17:37.758Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-09T16:17:37.758Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-09T16:17:37.758Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-09T16:17:37.758Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-313 ']' [2020-12-09T16:17:37.758Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_PR-313/archives/ [2020-12-09T16:17:37.758Z] + 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-09T16:17:37.772Z] 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-09T16:17:38.067Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-09T16:17:38.398Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-09T16:17:38.398Z] [2020-12-09T16:17:38.398Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-09T16:17:38.748Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-09T16:17:38.748Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-09T16:17:38.748Z] df20fa9351a1: Pulling fs layer [2020-12-09T16:17:38.748Z] 36b3adc4ff6f: Pulling fs layer [2020-12-09T16:17:38.748Z] 8ad3a11d3b57: Pulling fs layer [2020-12-09T16:17:38.748Z] 46f8f816bc3b: Pulling fs layer [2020-12-09T16:17:38.748Z] 93b61091891f: Pulling fs layer [2020-12-09T16:17:38.748Z] 93b9cdb0e59b: Pulling fs layer [2020-12-09T16:17:38.748Z] 5e14af77c1be: Pulling fs layer [2020-12-09T16:17:38.748Z] 01666e4c0597: Pulling fs layer [2020-12-09T16:17:38.748Z] aa168da1d23b: Pulling fs layer [2020-12-09T16:17:38.748Z] 93b9cdb0e59b: Waiting [2020-12-09T16:17:38.748Z] 5e14af77c1be: Waiting [2020-12-09T16:17:38.748Z] 46f8f816bc3b: Waiting [2020-12-09T16:17:38.748Z] 01666e4c0597: Waiting [2020-12-09T16:17:38.748Z] aa168da1d23b: Waiting [2020-12-09T16:17:38.748Z] 93b61091891f: Waiting [2020-12-09T16:17:38.748Z] 36b3adc4ff6f: Verifying Checksum [2020-12-09T16:17:38.748Z] 36b3adc4ff6f: Download complete [2020-12-09T16:17:38.748Z] 46f8f816bc3b: Verifying Checksum [2020-12-09T16:17:38.748Z] 46f8f816bc3b: Download complete [2020-12-09T16:17:39.010Z] df20fa9351a1: Verifying Checksum [2020-12-09T16:17:39.010Z] df20fa9351a1: Download complete [2020-12-09T16:17:39.010Z] 93b9cdb0e59b: Verifying Checksum [2020-12-09T16:17:39.010Z] 93b9cdb0e59b: Download complete [2020-12-09T16:17:39.010Z] 5e14af77c1be: Verifying Checksum [2020-12-09T16:17:39.010Z] 5e14af77c1be: Download complete [2020-12-09T16:17:39.010Z] 93b61091891f: Download complete [2020-12-09T16:17:39.010Z] 01666e4c0597: Verifying Checksum [2020-12-09T16:17:39.010Z] 01666e4c0597: Download complete [2020-12-09T16:17:39.010Z] 8ad3a11d3b57: Verifying Checksum [2020-12-09T16:17:39.010Z] 8ad3a11d3b57: Download complete [2020-12-09T16:17:39.272Z] df20fa9351a1: Pull complete [2020-12-09T16:17:39.537Z] 36b3adc4ff6f: Pull complete [2020-12-09T16:17:40.121Z] 8ad3a11d3b57: Pull complete [2020-12-09T16:17:40.384Z] 46f8f816bc3b: Pull complete [2020-12-09T16:17:41.334Z] aa168da1d23b: Download complete [2020-12-09T16:17:41.597Z] 93b61091891f: Pull complete [2020-12-09T16:17:41.858Z] 93b9cdb0e59b: Pull complete [2020-12-09T16:17:42.121Z] 5e14af77c1be: Pull complete [2020-12-09T16:17:42.121Z] 01666e4c0597: Pull complete [2020-12-09T16:17:48.740Z] aa168da1d23b: Pull complete [2020-12-09T16:17:48.740Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-09T16:17:48.740Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-09T16:17:48.740Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-09T16:17:49.018Z] prd-centos7-docker-4c-2g-15259 does not seem to be running inside a container [2020-12-09T16:17:49.073Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-09T16:17:52.558Z] $ docker top 9afdd4a48797eff44f5baefea1611e87f70e390237fc3508b4f10a6aa00fe430 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-09T16:17:53.111Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-09T16:17:53.410Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-09T16:17:53.709Z] + ls /var/log/sa-host [2020-12-09T16:17:53.709Z] + sadf -c /var/log/sa-host/sa09 [2020-12-09T16:17:53.709Z] file_magic: OK [2020-12-09T16:17:53.709Z] HZ: Using current value: 100 [2020-12-09T16:17:53.709Z] file_header: OK [2020-12-09T16:17:53.709Z] 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-09T16:17:53.709Z] Statistics: [2020-12-09T16:17:53.709Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-09T16:17:53.709Z] File successfully converted to sysstat format version 12.2.1 [2020-12-09T16:17:53.709Z] + sadf -c /var/log/sa-host/sa23 [2020-12-09T16:17:53.709Z] file_magic: OK [2020-12-09T16:17:53.709Z] HZ: Using current value: 100 [2020-12-09T16:17:53.709Z] file_header: OK [2020-12-09T16:17:53.709Z] 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-09T16:17:53.709Z] Statistics: [2020-12-09T16:17:53.709Z] Hnuu...uuuununununu... [2020-12-09T16:17:53.709Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-09T16:17:54.380Z] provisioning config files... [2020-12-09T16:17:54.395Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_PR-313@tmp/config7516535942094200368tmp [Pipeline] { [Pipeline] echo [2020-12-09T16:17:54.507Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-09T16:17:54.803Z] ---> create-netrc.sh [Pipeline] } [2020-12-09T16:17:54.814Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-09T16:17:54.909Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-09T16:17:55.204Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-09T16:17:55.216Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-09T16:17:55.513Z] ---> sudo-logs.sh [2020-12-09T16:17:55.513Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-09T16:17:55.525Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-09T16:17:55.827Z] ---> job-cost.sh [2020-12-09T16:17:55.827Z] lf-activate-venv: SKIPPING [2020-12-09T16:17:55.827Z] INFO: No Stack... [2020-12-09T16:17:56.774Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-09T16:17:57.349Z] INFO: Archiving Costs [Pipeline] echo [2020-12-09T16:17:57.363Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-09T16:17:57.660Z] ---> logs-deploy.sh [2020-12-09T16:17:57.660Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/PR-313/2 [2020-12-09T16:17:57.660Z] INFO: archiving workspace using pattern(s): [2020-12-09T16:17:59.052Z] Archives upload complete. [2020-12-09T16:17:59.314Z] INFO: archiving logs to Nexus [2020-12-09T16:18:00.261Z] ---> uname -a: [2020-12-09T16:18:00.261Z] Linux prd-centos7-docker-4c-2g-15259.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-09T16:18:00.261Z] [2020-12-09T16:18:00.261Z] [2020-12-09T16:18:00.261Z] ---> lscpu: [2020-12-09T16:18:00.261Z] Architecture: x86_64 [2020-12-09T16:18:00.261Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-09T16:18:00.261Z] Byte Order: Little Endian [2020-12-09T16:18:00.261Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-09T16:18:00.261Z] CPU(s): 4 [2020-12-09T16:18:00.261Z] On-line CPU(s) list: 0-3 [2020-12-09T16:18:00.261Z] Thread(s) per core: 1 [2020-12-09T16:18:00.261Z] Core(s) per socket: 1 [2020-12-09T16:18:00.261Z] Socket(s): 4 [2020-12-09T16:18:00.261Z] NUMA node(s): 1 [2020-12-09T16:18:00.261Z] Vendor ID: GenuineIntel [2020-12-09T16:18:00.261Z] CPU family: 6 [2020-12-09T16:18:00.261Z] Model: 44 [2020-12-09T16:18:00.261Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-09T16:18:00.261Z] Stepping: 1 [2020-12-09T16:18:00.261Z] CPU MHz: 2933.442 [2020-12-09T16:18:00.261Z] BogoMIPS: 5866.88 [2020-12-09T16:18:00.261Z] Virtualization: VT-x [2020-12-09T16:18:00.261Z] Hypervisor vendor: KVM [2020-12-09T16:18:00.261Z] Virtualization type: full [2020-12-09T16:18:00.261Z] L1d cache: 128 KiB [2020-12-09T16:18:00.261Z] L1i cache: 128 KiB [2020-12-09T16:18:00.261Z] L2 cache: 16 MiB [2020-12-09T16:18:00.261Z] L3 cache: 64 MiB [2020-12-09T16:18:00.261Z] NUMA node0 CPU(s): 0-3 [2020-12-09T16:18:00.261Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-09T16:18:00.261Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-09T16:18:00.261Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-09T16:18:00.261Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-09T16:18:00.261Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-09T16:18:00.261Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-09T16:18:00.261Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-09T16:18:00.261Z] Vulnerability Srbds: Not affected [2020-12-09T16:18:00.261Z] Vulnerability Tsx async abort: Not affected [2020-12-09T16:18:00.261Z] 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-09T16:18:00.261Z] [2020-12-09T16:18:00.261Z] [2020-12-09T16:18:00.261Z] ---> nproc: [2020-12-09T16:18:00.261Z] 4 [2020-12-09T16:18:00.261Z] [2020-12-09T16:18:00.261Z]