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 68613c929cb1eddbf0c3bf62aba01aab2d090aab+e144b802fa1870b274eef210e2a0de0603b8b97f (464b28b8aca9966f26388ade87fd5c900aabf483) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildCApp] RAW Config: [project:device-sdk-c, dockerBuildFilePath:scripts/Dockerfile.alpine-base, dockerFilePath:scripts/Dockerfile.alpine, pushImage:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildCApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-c-settings PROJECT: device-sdk-c USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest DOCKER_FILE_PATH: scripts/Dockerfile.alpine DOCKER_BUILD_FILE_PATH: scripts/Dockerfile.alpine-base DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-c DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Running on prd-centos7-docker-4c-2g-24977 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 e144b802fa1870b274eef210e2a0de0603b8b97f into PR head commit 68613c929cb1eddbf0c3bf62aba01aab2d090aab Merge succeeded, producing 68613c929cb1eddbf0c3bf62aba01aab2d090aab Checking out Revision 68613c929cb1eddbf0c3bf62aba01aab2d090aab (PR-313) > git config core.sparsecheckout # timeout=10 > git checkout -f 68613c929cb1eddbf0c3bf62aba01aab2d090aab # 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 e144b802fa1870b274eef210e2a0de0603b8b97f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 68613c929cb1eddbf0c3bf62aba01aab2d090aab # timeout=10 Commit message: "fix: Don't use configuration profiles in registry" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-04T14:34:54.438Z] Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk 7989b4eb7bfc6589ca65fb97f4b6e9bcd4f2a424 # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-04T14:34:54.734Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-04T14:34:54.837Z] ========================================================= [2021-02-04T14:34:54.837Z] EdgeX Global Pipelines Version Info [2021-02-04T14:34:54.837Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-04T14:34:57.332Z] ------------------- [2021-02-04T14:34:57.332Z] stable info: [2021-02-04T14:34:57.332Z] ------------------- [2021-02-04T14:34:57.332Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T14:34:57.332Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T14:34:57.332Z] Message: update stable to v1.0.179 [2021-02-04T14:34:57.965Z] ------------------- [2021-02-04T14:34:57.965Z] experimental info: [2021-02-04T14:34:57.965Z] ------------------- [2021-02-04T14:34:57.965Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T14:34:57.965Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T14:34:57.965Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-04T14:34:58.291Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-c-settings [Pipeline] echo [2021-02-04T14:34:58.384Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-c [Pipeline] echo [2021-02-04T14:34:58.494Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-04T14:34:58.588Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-04T14:34:58.691Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-04T14:34:58.792Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [Pipeline] echo [2021-02-04T14:34:58.903Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = scripts/Dockerfile.alpine [Pipeline] echo [2021-02-04T14:34:58.994Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = scripts/Dockerfile.alpine-base [Pipeline] echo [2021-02-04T14:34:59.088Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-04T14:34:59.182Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-c [Pipeline] echo [2021-02-04T14:34:59.272Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-04T14:34:59.363Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-04T14:34:59.451Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T14:34:59.561Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-04T14:34:59.653Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-04T14:34:59.771Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-04T14:34:59.858Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-04T14:34:59.964Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-04T14:35:00.084Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-313 [Pipeline] echo [2021-02-04T14:35:00.171Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-313 [Pipeline] echo [2021-02-04T14:35:00.262Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-313 [Pipeline] echo [2021-02-04T14:35:00.435Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 68613c929cb1eddbf0c3bf62aba01aab2d090aab [Pipeline] echo [2021-02-04T14:35:00.554Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 68613c9 [Pipeline] echo [2021-02-04T14:35:00.652Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T14:35:00.879Z] provisioning config files... [2021-02-04T14:35:00.910Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_PR-313@tmp/config2454601471154147216tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T14:35:01.287Z] ---> docker-login.sh [2021-02-04T14:35:01.287Z] nexus3.edgexfoundry.org:10001 [2021-02-04T14:35:02.277Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T14:35:02.560Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T14:35:02.560Z] Configure a credential helper to remove this warning. See [2021-02-04T14:35:02.560Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T14:35:02.560Z] [2021-02-04T14:35:02.560Z] Login Succeeded [2021-02-04T14:35:02.560Z] nexus3.edgexfoundry.org:10002 [2021-02-04T14:35:02.860Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T14:35:02.860Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T14:35:02.860Z] Configure a credential helper to remove this warning. See [2021-02-04T14:35:02.860Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T14:35:02.860Z] [2021-02-04T14:35:02.860Z] Login Succeeded [2021-02-04T14:35:02.860Z] nexus3.edgexfoundry.org:10003 [2021-02-04T14:35:03.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T14:35:03.130Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T14:35:03.130Z] Configure a credential helper to remove this warning. See [2021-02-04T14:35:03.130Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T14:35:03.130Z] [2021-02-04T14:35:03.130Z] Login Succeeded [2021-02-04T14:35:03.130Z] nexus3.edgexfoundry.org:10004 [2021-02-04T14:35:03.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T14:35:03.817Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T14:35:03.817Z] Configure a credential helper to remove this warning. See [2021-02-04T14:35:03.817Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T14:35:03.817Z] [2021-02-04T14:35:03.817Z] Login Succeeded [2021-02-04T14:35:03.817Z] docker.io [2021-02-04T14:35:04.145Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T14:35:04.145Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T14:35:04.145Z] Configure a credential helper to remove this warning. See [2021-02-04T14:35:04.145Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T14:35:04.145Z] [2021-02-04T14:35:04.145Z] Login Succeeded [2021-02-04T14:35:04.145Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T14:35:04.167Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-02-04T14:35:06.029Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T14:35:06.029Z] [2021-02-04T14:35:06.029Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T14:35:06.422Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T14:35:06.422Z] latest: Pulling from edgex-devops/git-semver [2021-02-04T14:35:06.422Z] 31603596830f: Pulling fs layer [2021-02-04T14:35:06.422Z] 2a8b12db71e7: Pulling fs layer [2021-02-04T14:35:06.422Z] 6ca5941a6612: Pulling fs layer [2021-02-04T14:35:06.422Z] ecc8261a40a4: Pulling fs layer [2021-02-04T14:35:06.422Z] ecc8261a40a4: Waiting [2021-02-04T14:35:06.422Z] 2a8b12db71e7: Verifying Checksum [2021-02-04T14:35:06.422Z] 2a8b12db71e7: Download complete [2021-02-04T14:35:06.701Z] 31603596830f: Verifying Checksum [2021-02-04T14:35:06.701Z] 31603596830f: Download complete [2021-02-04T14:35:06.976Z] ecc8261a40a4: Verifying Checksum [2021-02-04T14:35:06.976Z] ecc8261a40a4: Download complete [2021-02-04T14:35:07.253Z] 6ca5941a6612: Verifying Checksum [2021-02-04T14:35:07.253Z] 6ca5941a6612: Download complete [2021-02-04T14:35:08.229Z] 31603596830f: Pull complete [2021-02-04T14:35:08.506Z] 2a8b12db71e7: Pull complete [2021-02-04T14:35:10.520Z] 6ca5941a6612: Pull complete [2021-02-04T14:35:11.104Z] ecc8261a40a4: Pull complete [2021-02-04T14:35:11.104Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-04T14:35:11.104Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T14:35:11.104Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-04T14:35:11.413Z] prd-centos7-docker-4c-2g-24977 does not seem to be running inside a container [2021-02-04T14:35:11.572Z] $ 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 [2021-02-04T14:35:15.963Z] $ docker top 425f9b0056bfedb3ef28b81861b0b60e109a2639e13c0971ed2c7caaf961a70e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T14:35:16.454Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T14:35:16.454Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T14:35:16.891Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T14:35:16.898Z] $ docker exec 425f9b0056bfedb3ef28b81861b0b60e109a2639e13c0971ed2c7caaf961a70e ssh-agent [2021-02-04T14:35:17.202Z] SSH_AUTH_SOCK=/tmp/ssh-HPBy3nN8Iw7E/agent.13 [2021-02-04T14:35:17.202Z] SSH_AGENT_PID=18 [2021-02-04T14:35:17.255Z] Running ssh-add (command line suppressed) [2021-02-04T14:35:17.512Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_PR-313@tmp/private_key_4036065249759229830.key (/w/workspace/edgexfoundry_device-sdk-c_PR-313@tmp/private_key_4036065249759229830.key) [2021-02-04T14:35:17.651Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T14:35:18.098Z] + git tag --points-at HEAD [Pipeline] } [2021-02-04T14:35:18.396Z] $ docker exec --env ******** --env ******** 425f9b0056bfedb3ef28b81861b0b60e109a2639e13c0971ed2c7caaf961a70e ssh-agent -k [2021-02-04T14:35:18.583Z] unset SSH_AUTH_SOCK; [2021-02-04T14:35:18.584Z] unset SSH_AGENT_PID; [2021-02-04T14:35:18.584Z] echo Agent pid 18 killed; [2021-02-04T14:35:18.717Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-04T14:35:18.863Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T14:35:18.864Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T14:35:19.259Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T14:35:19.266Z] $ docker exec 425f9b0056bfedb3ef28b81861b0b60e109a2639e13c0971ed2c7caaf961a70e ssh-agent [2021-02-04T14:35:19.516Z] SSH_AUTH_SOCK=/tmp/ssh-1FAjH1o4oISI/agent.47 [2021-02-04T14:35:19.516Z] SSH_AGENT_PID=52 [2021-02-04T14:35:19.532Z] Running ssh-add (command line suppressed) [2021-02-04T14:35:19.804Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_PR-313@tmp/private_key_731589751004203901.key (/w/workspace/edgexfoundry_device-sdk-c_PR-313@tmp/private_key_731589751004203901.key) [2021-02-04T14:35:19.957Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T14:35:20.730Z] + git semver init [2021-02-04T14:35:20.730Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T14:35:20.730Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_PR-313/.git [2021-02-04T14:35:20.730Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_PR-313 [2021-02-04T14:35:20.730Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T14:35:20.730Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T14:35:20.730Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T14:35:20.730Z] # $SEMVER_BRANCH = PR-313 [2021-02-04T14:35:20.730Z] # $SEMVER_TEMP = /tmp/semver-902738816 [2021-02-04T14:35:20.730Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-c.git $SEMVER_TEMP [2021-02-04T14:35:21.800Z] # '/tmp/semver-902738816' -> '/w/workspace/edgexfoundry_device-sdk-c_PR-313/.semver' [2021-02-04T14:35:21.800Z] # -> Force: false [2021-02-04T14:35:21.800Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_PR-313/.semver [Pipeline] } [2021-02-04T14:35:21.819Z] $ docker exec --env ******** --env ******** 425f9b0056bfedb3ef28b81861b0b60e109a2639e13c0971ed2c7caaf961a70e ssh-agent -k [2021-02-04T14:35:22.097Z] unset SSH_AUTH_SOCK; [2021-02-04T14:35:22.098Z] unset SSH_AGENT_PID; [2021-02-04T14:35:22.098Z] echo Agent pid 52 killed; [2021-02-04T14:35:22.174Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T14:35:22.719Z] + git semver [Pipeline] } [2021-02-04T14:35:22.767Z] $ docker stop --time=1 425f9b0056bfedb3ef28b81861b0b60e109a2639e13c0971ed2c7caaf961a70e [2021-02-04T14:35:24.496Z] $ docker rm -f 425f9b0056bfedb3ef28b81861b0b60e109a2639e13c0971ed2c7caaf961a70e [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T14:35:25.205Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-04T14:35:25.869Z] Stashed 1 file(s) [Pipeline] echo [2021-02-04T14:35:25.871Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-02-04T14:35:26.424Z] Running on prd-centos7-docker-4c-2g-24978 in /w/workspace/edgexfoundry_device-sdk-c_PR-313 [Pipeline] { [2021-02-04T14:35:26.429Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24984 in /w/workspace/edgexfoundry_device-sdk-c_PR-313 [Pipeline] { [Pipeline] ws [2021-02-04T14:35:26.525Z] Running in /w/workspace/device-sdk-c/5 [Pipeline] { [Pipeline] ws [2021-02-04T14:35:26.529Z] Running in /w/workspace/device-sdk-c/5 [Pipeline] { [Pipeline] checkout [Pipeline] checkout [2021-02-04T14:35:29.211Z] using credential edgex-jenkins-ssh [2021-02-04T14:35:29.262Z] Cloning the remote Git repository [2021-02-04T14:35:29.281Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2021-02-04T14:35:29.352Z] > git init /w/workspace/device-sdk-c/5 # timeout=10 [2021-02-04T14:35:29.427Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2021-02-04T14:35:29.428Z] > git --version # timeout=10 [2021-02-04T14:35:29.438Z] > git --version # 'git version 2.24.3' [2021-02-04T14:35:29.438Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T14:35:29.467Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T14:35:30.118Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2021-02-04T14:35:30.123Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T14:35:30.135Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2021-02-04T14:35:30.148Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2021-02-04T14:35:30.148Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T14:35:30.152Z] > 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 [2021-02-04T14:35:30.617Z] Merging remotes/origin/master commit e144b802fa1870b274eef210e2a0de0603b8b97f into PR head commit 68613c929cb1eddbf0c3bf62aba01aab2d090aab [2021-02-04T14:35:30.735Z] Merge succeeded, producing 68613c929cb1eddbf0c3bf62aba01aab2d090aab [2021-02-04T14:35:30.735Z] Checking out Revision 68613c929cb1eddbf0c3bf62aba01aab2d090aab (PR-313) [2021-02-04T14:35:31.171Z] using credential edgex-jenkins-ssh [2021-02-04T14:35:31.238Z] Cloning the remote Git repository [2021-02-04T14:35:30.621Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T14:35:30.629Z] > git checkout -f 68613c929cb1eddbf0c3bf62aba01aab2d090aab # timeout=10 [2021-02-04T14:35:30.682Z] > git remote # timeout=10 [2021-02-04T14:35:30.689Z] > git config --get remote.origin.url # timeout=10 [2021-02-04T14:35:30.696Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T14:35:30.700Z] > git merge e144b802fa1870b274eef210e2a0de0603b8b97f # timeout=10 [2021-02-04T14:35:30.722Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-04T14:35:30.734Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T14:35:30.739Z] > git checkout -f 68613c929cb1eddbf0c3bf62aba01aab2d090aab # timeout=10 [2021-02-04T14:35:31.309Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2021-02-04T14:35:31.415Z] > git init /w/workspace/device-sdk-c/5 # timeout=10 [2021-02-04T14:35:31.511Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2021-02-04T14:35:31.511Z] > git --version # timeout=10 [2021-02-04T14:35:31.528Z] > git --version # 'git version 2.17.1' [2021-02-04T14:35:31.529Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T14:35:31.586Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T14:35:32.480Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2021-02-04T14:35:32.508Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T14:35:32.530Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2021-02-04T14:35:32.564Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2021-02-04T14:35:32.565Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T14:35:32.575Z] > 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 [2021-02-04T14:35:33.147Z] Merging remotes/origin/master commit e144b802fa1870b274eef210e2a0de0603b8b97f into PR head commit 68613c929cb1eddbf0c3bf62aba01aab2d090aab [2021-02-04T14:35:33.362Z] Merge succeeded, producing 68613c929cb1eddbf0c3bf62aba01aab2d090aab [2021-02-04T14:35:33.362Z] Checking out Revision 68613c929cb1eddbf0c3bf62aba01aab2d090aab (PR-313) [2021-02-04T14:35:33.168Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T14:35:33.187Z] > git checkout -f 68613c929cb1eddbf0c3bf62aba01aab2d090aab # timeout=10 [2021-02-04T14:35:33.289Z] > git remote # timeout=10 [2021-02-04T14:35:33.305Z] > git config --get remote.origin.url # timeout=10 [2021-02-04T14:35:33.318Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T14:35:33.329Z] > git merge e144b802fa1870b274eef210e2a0de0603b8b97f # timeout=10 [2021-02-04T14:35:33.354Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-04T14:35:33.373Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T14:35:33.383Z] > git checkout -f 68613c929cb1eddbf0c3bf62aba01aab2d090aab # timeout=10 [2021-02-04T14:35:34.346Z] 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 [2021-02-04T14:35:35.564Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-04T14:35:35.890Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T14:35:36.187Z] + sudo service docker restart [2021-02-04T14:35:36.187Z] + true [2021-02-04T14:35:36.187Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [2021-02-04T14:35:37.637Z] Commit message: "fix: Don't use configuration profiles in registry" [Pipeline] wrap [2021-02-04T14:35:37.645Z] provisioning config files... [2021-02-04T14:35:37.672Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/device-sdk-c/5@tmp/config4386508856697366215tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-02-04T14:35:38.039Z] ---> docker-login.sh [2021-02-04T14:35:38.039Z] nexus3.edgexfoundry.org:10001 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T14:35:38.613Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T14:35:38.874Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T14:35:38.874Z] Configure a credential helper to remove this warning. See [2021-02-04T14:35:38.874Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T14:35:38.874Z] [2021-02-04T14:35:38.874Z] Login Succeeded [2021-02-04T14:35:38.874Z] nexus3.edgexfoundry.org:10002 [2021-02-04T14:35:38.874Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T14:35:39.063Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-02-04T14:35:39.137Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T14:35:39.137Z] Configure a credential helper to remove this warning. See [2021-02-04T14:35:39.137Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T14:35:39.137Z] [2021-02-04T14:35:39.137Z] Login Succeeded [2021-02-04T14:35:39.137Z] nexus3.edgexfoundry.org:10003 [2021-02-04T14:35:39.137Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T14:35:39.137Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T14:35:39.137Z] Configure a credential helper to remove this warning. See [2021-02-04T14:35:39.137Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T14:35:39.137Z] [2021-02-04T14:35:39.137Z] Login Succeeded [2021-02-04T14:35:39.137Z] nexus3.edgexfoundry.org:10004 [Pipeline] sh [2021-02-04T14:35:39.401Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T14:35:39.401Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T14:35:39.401Z] Configure a credential helper to remove this warning. See [2021-02-04T14:35:39.401Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T14:35:39.401Z] [2021-02-04T14:35:39.401Z] Login Succeeded [2021-02-04T14:35:39.401Z] docker.io [2021-02-04T14:35:39.401Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T14:35:39.487Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T14:35:39.666Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T14:35:39.666Z] Configure a credential helper to remove this warning. See [2021-02-04T14:35:39.666Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T14:35:39.666Z] [2021-02-04T14:35:39.666Z] Login Succeeded [2021-02-04T14:35:39.666Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T14:35:39.676Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [2021-02-04T14:35:39.841Z] + + truesudo [2021-02-04T14:35:39.841Z] service docker restart [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-04T14:35:40.132Z] ========================================================= [2021-02-04T14:35:40.132Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2021-02-04T14:35:40.132Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T14:35:40.571Z] + docker build -t ci-base-image-x86_64 -f scripts/Dockerfile.alpine-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest . [2021-02-04T14:35:40.835Z] Sending build context to Docker daemon 2.553MB [2021-02-04T14:35:40.835Z] Step 1/21 : ARG BASE=alpine:3.12 [2021-02-04T14:35:40.835Z] Step 2/21 : FROM ${BASE} as builder [2021-02-04T14:35:40.835Z] latest: Pulling from edgex-devops/edgex-gcc-base [2021-02-04T14:35:40.835Z] e7c96db7181b: Pulling fs layer [2021-02-04T14:35:40.835Z] 4c13bbce0fe7: Pulling fs layer [2021-02-04T14:35:40.835Z] 6059c847ac2f: Pulling fs layer [2021-02-04T14:35:40.835Z] 4c13bbce0fe7: Verifying Checksum [2021-02-04T14:35:40.835Z] 4c13bbce0fe7: Download complete [2021-02-04T14:35:40.835Z] e7c96db7181b: Verifying Checksum [2021-02-04T14:35:40.835Z] e7c96db7181b: Download complete [2021-02-04T14:35:41.097Z] e7c96db7181b: Pull complete [2021-02-04T14:35:41.357Z] 4c13bbce0fe7: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T14:35:41.912Z] provisioning config files... [2021-02-04T14:35:41.958Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/device-sdk-c/5@tmp/config2502601542520787916tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T14:35:42.376Z] ---> docker-login.sh [2021-02-04T14:35:42.376Z] nexus3.edgexfoundry.org:10001 [2021-02-04T14:35:43.286Z] 6059c847ac2f: Verifying Checksum [2021-02-04T14:35:43.286Z] 6059c847ac2f: Download complete [2021-02-04T14:35:43.360Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T14:35:43.957Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T14:35:43.957Z] Configure a credential helper to remove this warning. See [2021-02-04T14:35:43.957Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T14:35:43.957Z] [2021-02-04T14:35:43.957Z] Login Succeeded [2021-02-04T14:35:43.957Z] nexus3.edgexfoundry.org:10002 [2021-02-04T14:35:44.230Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T14:35:44.506Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T14:35:44.506Z] Configure a credential helper to remove this warning. See [2021-02-04T14:35:44.506Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T14:35:44.506Z] [2021-02-04T14:35:44.506Z] Login Succeeded [2021-02-04T14:35:44.506Z] nexus3.edgexfoundry.org:10003 [2021-02-04T14:35:44.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T14:35:45.054Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T14:35:45.054Z] Configure a credential helper to remove this warning. See [2021-02-04T14:35:45.054Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T14:35:45.054Z] [2021-02-04T14:35:45.054Z] Login Succeeded [2021-02-04T14:35:45.054Z] nexus3.edgexfoundry.org:10004 [2021-02-04T14:35:45.339Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T14:35:45.612Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T14:35:45.612Z] Configure a credential helper to remove this warning. See [2021-02-04T14:35:45.612Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T14:35:45.612Z] [2021-02-04T14:35:45.612Z] Login Succeeded [2021-02-04T14:35:45.612Z] docker.io [2021-02-04T14:35:45.888Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T14:35:46.161Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T14:35:46.161Z] Configure a credential helper to remove this warning. See [2021-02-04T14:35:46.161Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T14:35:46.161Z] [2021-02-04T14:35:46.161Z] Login Succeeded [2021-02-04T14:35:46.161Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T14:35:46.178Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-04T14:35:46.580Z] ========================================================= [2021-02-04T14:35:46.580Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] [2021-02-04T14:35:46.580Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T14:35:46.956Z] + docker build -t ci-base-image-arm64 -f scripts/Dockerfile.alpine-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest . [2021-02-04T14:35:47.557Z] Sending build context to Docker daemon 2.552MB [2021-02-04T14:35:47.557Z] Step 1/21 : ARG BASE=alpine:3.12 [2021-02-04T14:35:47.557Z] Step 2/21 : FROM ${BASE} as builder [2021-02-04T14:35:47.557Z] latest: Pulling from edgex-devops/edgex-gcc-base-arm64 [2021-02-04T14:35:47.557Z] 0362ad1dd800: Pulling fs layer [2021-02-04T14:35:47.557Z] f2cdb1532d8b: Pulling fs layer [2021-02-04T14:35:47.557Z] 37ed683be191: Pulling fs layer [2021-02-04T14:35:47.557Z] f2cdb1532d8b: Verifying Checksum [2021-02-04T14:35:47.557Z] f2cdb1532d8b: Download complete [2021-02-04T14:35:47.832Z] 0362ad1dd800: Verifying Checksum [2021-02-04T14:35:47.832Z] 0362ad1dd800: Download complete [2021-02-04T14:35:48.435Z] 0362ad1dd800: Pull complete [2021-02-04T14:35:48.621Z] 6059c847ac2f: Pull complete [2021-02-04T14:35:48.621Z] Digest: sha256:6b5104d086ae1e5e8a284a473be9a93378e3934f9b07db5717372c857cbcbe5e [2021-02-04T14:35:48.621Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [2021-02-04T14:35:48.621Z] ---> 5eabd8fd8ba2 [2021-02-04T14:35:48.621Z] 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 [2021-02-04T14:35:48.709Z] f2cdb1532d8b: Pull complete [2021-02-04T14:35:49.575Z] ---> Running in 4eae1d5d85bb [2021-02-04T14:35:49.691Z] 37ed683be191: Verifying Checksum [2021-02-04T14:35:49.691Z] 37ed683be191: Download complete [2021-02-04T14:35:50.530Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2021-02-04T14:35:51.481Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2021-02-04T14:35:51.481Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2021-02-04T14:35:51.743Z] (2/8) Installing libuuid (2.33-r0) [2021-02-04T14:35:51.743Z] (3/8) Installing libblkid (2.33-r0) [2021-02-04T14:35:51.743Z] (4/8) Installing libfdisk (2.33-r0) [2021-02-04T14:35:52.007Z] (5/8) Installing libmount (2.33-r0) [2021-02-04T14:35:52.007Z] (6/8) Installing libsmartcols (2.33-r0) [2021-02-04T14:35:52.007Z] (7/8) Installing util-linux-dev (2.33-r0) [2021-02-04T14:35:52.584Z] (8/8) Installing wget (1.20.3-r0) [2021-02-04T14:35:52.584Z] Executing busybox-1.29.3-r10.trigger [2021-02-04T14:35:52.584Z] OK: 272 MiB in 83 packages [2021-02-04T14:35:53.161Z] Removing intermediate container 4eae1d5d85bb [2021-02-04T14:35:53.161Z] ---> 020f674b3c4d [2021-02-04T14:35:53.161Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2021-02-04T14:35:53.161Z] ---> Running in ab0029844a67 [2021-02-04T14:35:53.424Z] Removing intermediate container ab0029844a67 [2021-02-04T14:35:53.424Z] ---> c09760c41505 [2021-02-04T14:35:53.424Z] 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 [2021-02-04T14:35:53.424Z] ---> Running in a16a9472a0de [2021-02-04T14:35:54.370Z] --2021-02-04 14:35:54-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2021-02-04T14:35:54.370Z] Resolving github.com... 140.82.112.4 [2021-02-04T14:35:54.370Z] Connecting to github.com|140.82.112.4|:443... connected. [2021-02-04T14:35:54.370Z] HTTP request sent, awaiting response... 302 Found [2021-02-04T14:35:54.370Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2021-02-04T14:35:54.370Z] --2021-02-04 14:35:54-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2021-02-04T14:35:54.370Z] Resolving codeload.github.com... 140.82.113.10 [2021-02-04T14:35:54.370Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2021-02-04T14:35:54.370Z] HTTP request sent, awaiting response... 200 OK [2021-02-04T14:35:54.370Z] Length: unspecified [application/x-gzip] [2021-02-04T14:35:54.370Z] Saving to: 'STDOUT' [2021-02-04T14:35:54.370Z] [2021-02-04T14:35:54.633Z] 0K .......... .......... .......... .......... .......... 1.35M [2021-02-04T14:35:54.633Z] 50K .......... .......... .......... .......... .......... 2.71M [2021-02-04T14:35:54.633Z] 100K .......... .......... .......... .......... .......... 21.0M [2021-02-04T14:35:54.633Z] 150K .......... .......... .......... .......... .......... 27.9M [2021-02-04T14:35:54.633Z] 200K .......... .......... .......... .......... .......... 3.31M [2021-02-04T14:35:54.633Z] 250K .......... .......... .......... .......... .......... 7.10M [2021-02-04T14:35:54.633Z] 300K .......... .......... .......... .......... .......... 8.43M [2021-02-04T14:35:54.633Z] 350K .......... .......... .......... .......... .......... 11.6M [2021-02-04T14:35:54.633Z] 400K .......... .......... .......... .......... .......... 7.05M [2021-02-04T14:35:54.633Z] 450K .......... .......... .......... .......... .......... 6.70M [2021-02-04T14:35:54.633Z] 500K .......... .......... .......... .......... .......... 28.0M [2021-02-04T14:35:54.633Z] 550K .......... .......... .......... .......... .......... 6.48M [2021-02-04T14:35:54.633Z] 600K .......... .......... .......... .......... .......... 2.10M [2021-02-04T14:35:54.633Z] 650K .......... .......... .......... .......... .......... 6.26M [2021-02-04T14:35:54.633Z] 700K ..     29.8M=0.1s [2021-02-04T14:35:54.633Z] [2021-02-04T14:35:54.633Z] 2021-02-04 14:35:54 (4.75 MB/s) - written to stdout [719348] [2021-02-04T14:35:54.633Z] [2021-02-04T14:35:54.896Z] -- The C compiler identification is GNU 8.3.0 [2021-02-04T14:35:54.896Z] -- The CXX compiler identification is GNU 8.3.0 [2021-02-04T14:35:54.896Z] -- Check for working C compiler: /usr/bin/cc [2021-02-04T14:35:54.896Z] -- Check for working C compiler: /usr/bin/cc -- works [2021-02-04T14:35:54.896Z] -- Detecting C compiler ABI info [2021-02-04T14:35:55.162Z] -- Detecting C compiler ABI info - done [2021-02-04T14:35:55.162Z] -- Detecting C compile features [2021-02-04T14:35:55.426Z] -- Detecting C compile features - done [2021-02-04T14:35:55.426Z] -- Check for working CXX compiler: /usr/bin/c++ [2021-02-04T14:35:55.426Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2021-02-04T14:35:55.426Z] -- Detecting CXX compiler ABI info [2021-02-04T14:35:55.426Z] -- Detecting CXX compiler ABI info - done [2021-02-04T14:35:55.426Z] -- Detecting CXX compile features [2021-02-04T14:35:56.001Z] -- Detecting CXX compile features - done [2021-02-04T14:35:56.001Z] -- Looking for include file endian.h [2021-02-04T14:35:56.001Z] -- Looking for include file endian.h - found [2021-02-04T14:35:56.001Z] -- Check if the system is big endian [2021-02-04T14:35:56.001Z] -- Searching 16 bit integer [2021-02-04T14:35:56.001Z] -- Looking for sys/types.h [2021-02-04T14:35:56.264Z] -- Looking for sys/types.h - found [2021-02-04T14:35:56.264Z] -- Looking for stdint.h [2021-02-04T14:35:56.264Z] -- Looking for stdint.h - found [2021-02-04T14:35:56.264Z] -- Looking for stddef.h [2021-02-04T14:35:56.264Z] -- Looking for stddef.h - found [2021-02-04T14:35:56.264Z] -- Check size of unsigned short [2021-02-04T14:35:56.526Z] -- Check size of unsigned short - done [2021-02-04T14:35:56.526Z] -- Using unsigned short [2021-02-04T14:35:56.526Z] -- Check if the system is big endian - little endian [2021-02-04T14:35:56.526Z] -- Check size of size_t [2021-02-04T14:35:56.526Z] -- Check size of size_t - done [2021-02-04T14:35:56.526Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2021-02-04T14:35:56.526Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2021-02-04T14:35:56.526Z] asked CMake to find a package configuration file provided by "cJSON", but [2021-02-04T14:35:56.526Z] CMake did not find one. [2021-02-04T14:35:56.526Z] [2021-02-04T14:35:56.526Z] Could not find a package configuration file provided by "cJSON" with any of [2021-02-04T14:35:56.526Z] the following names: [2021-02-04T14:35:56.526Z] [2021-02-04T14:35:56.526Z] cJSONConfig.cmake [2021-02-04T14:35:56.526Z] cjson-config.cmake [2021-02-04T14:35:56.526Z] [2021-02-04T14:35:56.526Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2021-02-04T14:35:56.526Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2021-02-04T14:35:56.526Z] provides a separate development package or SDK, be sure it has been [2021-02-04T14:35:56.526Z] installed. [2021-02-04T14:35:56.526Z] [2021-02-04T14:35:56.526Z] [2021-02-04T14:35:56.526Z] -- Configuring done [2021-02-04T14:35:56.790Z] -- Generating done [2021-02-04T14:35:56.790Z] -- Build files have been written to: /tmp/cbor [2021-02-04T14:35:56.790Z] Scanning dependencies of target cbor_shared [2021-02-04T14:35:56.790Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2021-02-04T14:35:57.051Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2021-02-04T14:35:57.052Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2021-02-04T14:35:57.313Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2021-02-04T14:35:57.313Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2021-02-04T14:35:57.313Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2021-02-04T14:35:57.577Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2021-02-04T14:35:57.577Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2021-02-04T14:35:57.577Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2021-02-04T14:35:57.577Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2021-02-04T14:35:57.838Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2021-02-04T14:35:57.838Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2021-02-04T14:35:58.101Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2021-02-04T14:35:58.101Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2021-02-04T14:35:58.101Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2021-02-04T14:35:58.364Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2021-02-04T14:35:58.364Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2021-02-04T14:35:58.364Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2021-02-04T14:35:58.626Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2021-02-04T14:35:58.626Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2021-02-04T14:35:58.626Z] [ 40%] Linking C shared library libcbor.so [2021-02-04T14:35:58.626Z] [ 40%] Built target cbor_shared [2021-02-04T14:35:58.626Z] Scanning dependencies of target cbor [2021-02-04T14:35:58.626Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2021-02-04T14:35:58.888Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2021-02-04T14:35:59.151Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2021-02-04T14:35:59.151Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2021-02-04T14:35:59.414Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2021-02-04T14:35:59.414Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2021-02-04T14:35:59.676Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2021-02-04T14:35:59.676Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2021-02-04T14:35:59.676Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2021-02-04T14:35:59.849Z] 37ed683be191: Pull complete [2021-02-04T14:35:59.849Z] Digest: sha256:f3a502aba7c4a8aa4a4fcde21dbb9db33787f3779e80dd14fb3ea60ab67de23f [2021-02-04T14:35:59.849Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest [2021-02-04T14:35:59.849Z] ---> b23d30803547 [2021-02-04T14:35:59.849Z] 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 [2021-02-04T14:35:59.939Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2021-02-04T14:35:59.939Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2021-02-04T14:36:00.201Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2021-02-04T14:36:00.201Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2021-02-04T14:36:00.201Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2021-02-04T14:36:00.441Z] ---> Running in 19f6d21e0abd [2021-02-04T14:36:00.464Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2021-02-04T14:36:00.464Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2021-02-04T14:36:00.464Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2021-02-04T14:36:00.727Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2021-02-04T14:36:00.727Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2021-02-04T14:36:00.727Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2021-02-04T14:36:00.991Z] [ 80%] Linking C static library libcbor.a [2021-02-04T14:36:00.991Z] [ 80%] Built target cbor [2021-02-04T14:36:00.991Z] Scanning dependencies of target create_items [2021-02-04T14:36:00.991Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2021-02-04T14:36:00.991Z] [ 84%] Linking C executable create_items [2021-02-04T14:36:00.991Z] [ 84%] Built target create_items [2021-02-04T14:36:00.991Z] Scanning dependencies of target readfile [2021-02-04T14:36:00.991Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2021-02-04T14:36:00.991Z] [ 88%] Linking C executable readfile [2021-02-04T14:36:01.258Z] [ 88%] Built target readfile [2021-02-04T14:36:01.258Z] Scanning dependencies of target streaming_parser [2021-02-04T14:36:01.258Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2021-02-04T14:36:01.258Z] [ 92%] Linking C executable streaming_parser [2021-02-04T14:36:01.258Z] [ 92%] Built target streaming_parser [2021-02-04T14:36:01.258Z] Scanning dependencies of target sort [2021-02-04T14:36:01.258Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2021-02-04T14:36:01.258Z] [ 96%] Linking C executable sort [2021-02-04T14:36:01.258Z] [ 96%] Built target sort [2021-02-04T14:36:01.258Z] Scanning dependencies of target hello [2021-02-04T14:36:01.258Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2021-02-04T14:36:01.417Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2021-02-04T14:36:01.524Z] [100%] Linking C executable hello [2021-02-04T14:36:01.524Z] [100%] Built target hello [2021-02-04T14:36:01.524Z] Install the project... [2021-02-04T14:36:01.524Z] -- Install configuration: "Release" [2021-02-04T14:36:01.524Z] -- Installing: /usr/local/include/cbor/configuration.h [2021-02-04T14:36:01.524Z] -- Installing: /usr/local/lib64/libcbor.a [2021-02-04T14:36:01.524Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2021-02-04T14:36:01.524Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2021-02-04T14:36:01.524Z] -- Installing: /usr/local/lib64/libcbor.so [2021-02-04T14:36:01.524Z] -- Up-to-date: /usr/local/include/cbor [2021-02-04T14:36:01.524Z] -- Installing: /usr/local/include/cbor/arrays.h [2021-02-04T14:36:01.524Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2021-02-04T14:36:01.524Z] -- Installing: /usr/local/include/cbor/callbacks.h [2021-02-04T14:36:01.524Z] -- Installing: /usr/local/include/cbor/common.h [2021-02-04T14:36:01.524Z] -- Installing: /usr/local/include/cbor/data.h [2021-02-04T14:36:01.524Z] -- Installing: /usr/local/include/cbor/encoding.h [2021-02-04T14:36:01.524Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2021-02-04T14:36:01.524Z] -- Installing: /usr/local/include/cbor/internal [2021-02-04T14:36:01.524Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2021-02-04T14:36:01.524Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2021-02-04T14:36:01.524Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2021-02-04T14:36:01.524Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2021-02-04T14:36:01.524Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2021-02-04T14:36:01.524Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2021-02-04T14:36:01.524Z] -- Installing: /usr/local/include/cbor/ints.h [2021-02-04T14:36:01.524Z] -- Installing: /usr/local/include/cbor/maps.h [2021-02-04T14:36:01.524Z] -- Installing: /usr/local/include/cbor/serialization.h [2021-02-04T14:36:01.524Z] -- Installing: /usr/local/include/cbor/streaming.h [2021-02-04T14:36:01.524Z] -- Installing: /usr/local/include/cbor/strings.h [2021-02-04T14:36:01.524Z] -- Installing: /usr/local/include/cbor/tags.h [2021-02-04T14:36:01.524Z] -- Installing: /usr/local/include/cbor.h [2021-02-04T14:36:01.524Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2021-02-04T14:36:02.398Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2021-02-04T14:36:02.668Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2021-02-04T14:36:02.668Z] (2/8) Installing libuuid (2.33-r0) [2021-02-04T14:36:02.937Z] (3/8) Installing libblkid (2.33-r0) [2021-02-04T14:36:02.937Z] (4/8) Installing libfdisk (2.33-r0) [2021-02-04T14:36:02.937Z] (5/8) Installing libmount (2.33-r0) [2021-02-04T14:36:03.207Z] (6/8) Installing libsmartcols (2.33-r0) [2021-02-04T14:36:03.207Z] (7/8) Installing util-linux-dev (2.33-r0) [2021-02-04T14:36:03.480Z] (8/8) Installing wget (1.20.3-r0) [2021-02-04T14:36:03.751Z] Executing busybox-1.29.3-r10.trigger [2021-02-04T14:36:03.751Z] OK: 285 MiB in 83 packages [2021-02-04T14:36:04.083Z] Removing intermediate container a16a9472a0de [2021-02-04T14:36:04.083Z] ---> 050a69a382ef [2021-02-04T14:36:04.083Z] Step 6/21 : RUN mkdir /tmp/sdk [2021-02-04T14:36:04.083Z] ---> Running in fc1748a4c859 [2021-02-04T14:36:04.656Z] Removing intermediate container fc1748a4c859 [2021-02-04T14:36:04.656Z] ---> bfd83cc1946d [2021-02-04T14:36:04.656Z] Step 7/21 : COPY VERSION /tmp/sdk [2021-02-04T14:36:04.919Z] ---> f7e77b931143 [2021-02-04T14:36:04.919Z] Step 8/21 : COPY src /tmp/sdk/src [2021-02-04T14:36:05.188Z] Removing intermediate container 19f6d21e0abd [2021-02-04T14:36:05.188Z] ---> 41bb104ed93a [2021-02-04T14:36:05.188Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2021-02-04T14:36:05.188Z] ---> Running in 64dbd12ff472 [2021-02-04T14:36:05.783Z] Removing intermediate container 64dbd12ff472 [2021-02-04T14:36:05.783Z] ---> ba5f4816638a [2021-02-04T14:36:05.783Z] 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 [2021-02-04T14:36:05.783Z] ---> Running in f8eaf474d319 [2021-02-04T14:36:05.864Z] ---> 56302dd45d66 [2021-02-04T14:36:05.864Z] Step 9/21 : COPY include /tmp/sdk/include [2021-02-04T14:36:06.127Z] ---> f8934856d16f [2021-02-04T14:36:06.128Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2021-02-04T14:36:06.128Z] ---> c9c9efbb3005 [2021-02-04T14:36:06.128Z] Step 11/21 : COPY LICENSE /tmp/sdk [2021-02-04T14:36:06.392Z] ---> b5ef9bcc2900 [2021-02-04T14:36:06.392Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2021-02-04T14:36:06.655Z] ---> 4265f22d05e0 [2021-02-04T14:36:06.655Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2021-02-04T14:36:06.655Z] ---> Running in 623d1401db05 [2021-02-04T14:36:06.768Z] --2021-02-04 14:36:06-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2021-02-04T14:36:07.047Z] Resolving github.com... 140.82.112.4 [2021-02-04T14:36:07.047Z] Connecting to github.com|140.82.112.4|:443... connected. [2021-02-04T14:36:07.047Z] HTTP request sent, awaiting response... 302 Found [2021-02-04T14:36:07.047Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2021-02-04T14:36:07.047Z] --2021-02-04 14:36:06-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2021-02-04T14:36:07.047Z] Resolving codeload.github.com... 140.82.113.10 [2021-02-04T14:36:07.047Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2021-02-04T14:36:07.047Z] HTTP request sent, awaiting response... 200 OK [2021-02-04T14:36:07.047Z] Length: unspecified [application/x-gzip] [2021-02-04T14:36:07.047Z] Saving to: 'STDOUT' [2021-02-04T14:36:07.047Z]  [2021-02-04T14:36:07.047Z] 0K .......... .......... .......... .......... .......... 1.34M [2021-02-04T14:36:07.047Z] 50K .......... .......... .......... .......... .......... 2.54M [2021-02-04T14:36:07.047Z] 100K .......... .......... .......... .......... .......... 13.4M [2021-02-04T14:36:07.047Z] 150K .......... .......... .......... .......... .......... 3.40M [2021-02-04T14:36:07.047Z] 200K .......... .......... .......... .......... .......... 11.7M [2021-02-04T14:36:07.047Z] 250K .......... .......... .......... .......... .......... 3.68M [2021-02-04T14:36:07.047Z] 300K .......... .......... .......... .......... .......... 3.16M [2021-02-04T14:36:07.229Z] + CPPCHECK=false [2021-02-04T14:36:07.229Z] + DOCGEN=false [2021-02-04T14:36:07.229Z] + TOMLVER=SDK-0.2 [2021-02-04T14:36:07.229Z] + CUTILVER=1.1.4 [2021-02-04T14:36:07.229Z] + '[' 0 -gt 0 ] [2021-02-04T14:36:07.229Z] + readlink -f ./scripts/build.sh [2021-02-04T14:36:07.229Z] + dirname /tmp/sdk/scripts/build.sh [2021-02-04T14:36:07.229Z] + dirname /tmp/sdk/scripts [2021-02-04T14:36:07.229Z] + ROOT=/tmp/sdk [2021-02-04T14:36:07.229Z] + cd /tmp/sdk [2021-02-04T14:36:07.229Z] + '[' '!' -d deps ] [2021-02-04T14:36:07.229Z] + mkdir deps [2021-02-04T14:36:07.229Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2021-02-04T14:36:07.229Z] + tar -C deps -z -x -f - [2021-02-04T14:36:07.229Z] --2021-02-04 14:36:07-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2021-02-04T14:36:07.229Z] Resolving github.com... 140.82.112.4 [2021-02-04T14:36:07.229Z] Connecting to github.com|140.82.112.4|:443... connected. [2021-02-04T14:36:07.322Z] 350K .......... .......... .......... .......... .......... 5.75M [2021-02-04T14:36:07.322Z] 400K .......... .......... .......... .......... .......... 3.34M [2021-02-04T14:36:07.322Z] 450K .......... .......... .......... .......... .......... 4.13M [2021-02-04T14:36:07.322Z] 500K .......... .......... .......... .......... .......... 9.24M [2021-02-04T14:36:07.322Z] 550K .......... .......... .......... .......... .......... 2.49M [2021-02-04T14:36:07.322Z] 600K .......... .......... .......... .......... .......... 844K [2021-02-04T14:36:07.322Z] 650K .......... .......... .......... .......... .......... 2.18M [2021-02-04T14:36:07.322Z] 700K ..  9.57M=0.2s [2021-02-04T14:36:07.322Z] [2021-02-04T14:36:07.322Z] 2021-02-04 14:36:07 (2.76 MB/s) - written to stdout [719348] [2021-02-04T14:36:07.322Z] [2021-02-04T14:36:07.492Z] HTTP request sent, awaiting response... 302 Found [2021-02-04T14:36:07.492Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2021-02-04T14:36:07.492Z] --2021-02-04 14:36:07-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2021-02-04T14:36:07.492Z] Resolving codeload.github.com... 140.82.113.10 [2021-02-04T14:36:07.492Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2021-02-04T14:36:07.492Z] HTTP request sent, awaiting response... 200 OK [2021-02-04T14:36:07.492Z] Length: unspecified [application/x-gzip] [2021-02-04T14:36:07.492Z] Saving to: 'STDOUT' [2021-02-04T14:36:07.492Z] [2021-02-04T14:36:07.492Z] 0K .......... ......   1.06M=0.01s [2021-02-04T14:36:07.492Z] [2021-02-04T14:36:07.492Z] 2021-02-04 14:36:07 (1.06 MB/s) - written to stdout [16451] [2021-02-04T14:36:07.492Z] [2021-02-04T14:36:07.492Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2021-02-04T14:36:07.492Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz [2021-02-04T14:36:07.492Z] + tar -C deps -z -x -f - [2021-02-04T14:36:07.492Z] --2021-02-04 14:36:07-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz [2021-02-04T14:36:07.492Z] Resolving github.com... 140.82.112.4 [2021-02-04T14:36:07.492Z] Connecting to github.com|140.82.112.4|:443... connected. [2021-02-04T14:36:07.600Z] -- The C compiler identification is GNU 8.3.0 [2021-02-04T14:36:07.756Z] HTTP request sent, awaiting response... 302 Found [2021-02-04T14:36:07.756Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 [following] [2021-02-04T14:36:07.756Z] --2021-02-04 14:36:07-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 [2021-02-04T14:36:07.756Z] Resolving codeload.github.com... 140.82.113.10 [2021-02-04T14:36:07.756Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2021-02-04T14:36:07.871Z] -- The CXX compiler identification is GNU 8.3.0 [2021-02-04T14:36:07.871Z] -- Check for working C compiler: /usr/bin/cc [2021-02-04T14:36:08.020Z] HTTP request sent, awaiting response... 200 OK [2021-02-04T14:36:08.020Z] Length: unspecified [application/x-gzip] [2021-02-04T14:36:08.020Z] Saving to: 'STDOUT' [2021-02-04T14:36:08.020Z]  [2021-02-04T14:36:08.020Z] 0K .......... .......... .......... .......... .......... 1.59M [2021-02-04T14:36:08.020Z] 50K .......... .......... .......... .......... .......... 3.31M [2021-02-04T14:36:08.020Z] 100K .......... .......... .......... .......... .......... 35.7M [2021-02-04T14:36:08.020Z] 150K .......... .......... ....... 3.04M=0.06s [2021-02-04T14:36:08.020Z] [2021-02-04T14:36:08.020Z] 2021-02-04 14:36:07 (3.12 MB/s) - written to stdout [181536] [2021-02-04T14:36:08.020Z] [2021-02-04T14:36:08.020Z] + mkdir -p src/c/iot [2021-02-04T14:36:08.020Z] + cp deps/iotech-c-utils-1.1.4/src/c/base64.c deps/iotech-c-utils-1.1.4/src/c/component.c deps/iotech-c-utils-1.1.4/src/c/config.c deps/iotech-c-utils-1.1.4/src/c/container.c deps/iotech-c-utils-1.1.4/src/c/data.c deps/iotech-c-utils-1.1.4/src/c/hash.c deps/iotech-c-utils-1.1.4/src/c/iot.c deps/iotech-c-utils-1.1.4/src/c/json.c deps/iotech-c-utils-1.1.4/src/c/logger.c deps/iotech-c-utils-1.1.4/src/c/os.c deps/iotech-c-utils-1.1.4/src/c/scheduler.c deps/iotech-c-utils-1.1.4/src/c/thread.c deps/iotech-c-utils-1.1.4/src/c/threadpool.c deps/iotech-c-utils-1.1.4/src/c/time.c deps/iotech-c-utils-1.1.4/src/c/yxml.c src/c/iot [2021-02-04T14:36:08.020Z] + cp deps/iotech-c-utils-1.1.4/src/c/defs.h.in src/c/iot [2021-02-04T14:36:08.020Z] + cp deps/iotech-c-utils-1.1.4/src/c/yxml.h src/c/iot [2021-02-04T14:36:08.020Z] + cp deps/iotech-c-utils-1.1.4/VERSION src/c/iot [2021-02-04T14:36:08.020Z] + mkdir -p include/iot [2021-02-04T14:36:08.020Z] + cp deps/iotech-c-utils-1.1.4/include/iot/base64.h deps/iotech-c-utils-1.1.4/include/iot/component.h deps/iotech-c-utils-1.1.4/include/iot/config.h deps/iotech-c-utils-1.1.4/include/iot/container.h deps/iotech-c-utils-1.1.4/include/iot/data.h deps/iotech-c-utils-1.1.4/include/iot/hash.h deps/iotech-c-utils-1.1.4/include/iot/iot.h deps/iotech-c-utils-1.1.4/include/iot/json.h deps/iotech-c-utils-1.1.4/include/iot/logger.h deps/iotech-c-utils-1.1.4/include/iot/os.h deps/iotech-c-utils-1.1.4/include/iot/scheduler.h deps/iotech-c-utils-1.1.4/include/iot/thread.h deps/iotech-c-utils-1.1.4/include/iot/threadpool.h deps/iotech-c-utils-1.1.4/include/iot/time.h deps/iotech-c-utils-1.1.4/include/iot/typecode.h include/iot [2021-02-04T14:36:08.020Z] + mkdir -p include/iot/os [2021-02-04T14:36:08.020Z] + cp deps/iotech-c-utils-1.1.4/include/iot/os/linux.h deps/iotech-c-utils-1.1.4/include/iot/os/macos.h deps/iotech-c-utils-1.1.4/include/iot/os/zephyr.h include/iot/os [2021-02-04T14:36:08.020Z] + mkdir -p /tmp/sdk/build/release [2021-02-04T14:36:08.020Z] + cd /tmp/sdk/build/release [2021-02-04T14:36:08.020Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2021-02-04T14:36:08.020Z] -- The C compiler identification is GNU 8.3.0 [2021-02-04T14:36:08.020Z] -- Check for working C compiler: /usr/bin/cc [2021-02-04T14:36:08.144Z] -- Check for working C compiler: /usr/bin/cc -- works [2021-02-04T14:36:08.144Z] -- Detecting C compiler ABI info [2021-02-04T14:36:08.284Z] -- Check for working C compiler: /usr/bin/cc -- works [2021-02-04T14:36:08.284Z] -- Detecting C compiler ABI info [2021-02-04T14:36:08.284Z] -- Detecting C compiler ABI info - done [2021-02-04T14:36:08.284Z] -- Detecting C compile features [2021-02-04T14:36:08.420Z] -- Detecting C compiler ABI info - done [2021-02-04T14:36:08.420Z] -- Detecting C compile features [2021-02-04T14:36:08.546Z] -- Detecting C compile features - done [2021-02-04T14:36:08.546Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2021-02-04T14:36:08.546Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2021-02-04T14:36:08.546Z] -- Found LIBYAML: /usr/lib/libyaml.so [2021-02-04T14:36:08.546Z] -- Found LIBUUID: /usr/lib/libuuid.so [2021-02-04T14:36:08.546Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2021-02-04T14:36:08.546Z] -- C SDK 0.0.0 for Linux [2021-02-04T14:36:08.546Z] -- Performing Test CSDK_HAVE_ATOMIC [2021-02-04T14:36:08.546Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2021-02-04T14:36:08.546Z] -- Found Curses: /usr/lib/libcurses.so [2021-02-04T14:36:08.808Z] -- Configuring done [2021-02-04T14:36:08.808Z] -- Generating done [2021-02-04T14:36:08.808Z] -- Build files have been written to: /tmp/sdk/build/release [2021-02-04T14:36:08.808Z] + make [2021-02-04T14:36:08.808Z] + tee release.log [2021-02-04T14:36:08.808Z] Scanning dependencies of target csdk [2021-02-04T14:36:08.808Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2021-02-04T14:36:09.017Z] -- Detecting C compile features - done [2021-02-04T14:36:09.070Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2021-02-04T14:36:09.070Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2021-02-04T14:36:09.290Z] -- Check for working CXX compiler: /usr/bin/c++ [2021-02-04T14:36:09.290Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2021-02-04T14:36:09.331Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2021-02-04T14:36:09.562Z] -- Detecting CXX compiler ABI info [2021-02-04T14:36:09.562Z] -- Detecting CXX compiler ABI info - done [2021-02-04T14:36:09.836Z] -- Detecting CXX compile features [2021-02-04T14:36:09.906Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2021-02-04T14:36:09.906Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2021-02-04T14:36:09.906Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2021-02-04T14:36:10.480Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2021-02-04T14:36:11.056Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2021-02-04T14:36:11.056Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2021-02-04T14:36:11.269Z] -- Detecting CXX compile features - done [2021-02-04T14:36:11.269Z] -- Looking for include file endian.h [2021-02-04T14:36:11.318Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2021-02-04T14:36:11.318Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2021-02-04T14:36:11.541Z] -- Looking for include file endian.h - found [2021-02-04T14:36:11.541Z] -- Check if the system is big endian [2021-02-04T14:36:11.541Z] -- Searching 16 bit integer [2021-02-04T14:36:11.541Z] -- Looking for sys/types.h [2021-02-04T14:36:11.580Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2021-02-04T14:36:11.580Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2021-02-04T14:36:11.580Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2021-02-04T14:36:11.814Z] -- Looking for sys/types.h - found [2021-02-04T14:36:11.814Z] -- Looking for stdint.h [2021-02-04T14:36:12.088Z] -- Looking for stdint.h - found [2021-02-04T14:36:12.088Z] -- Looking for stddef.h [2021-02-04T14:36:12.363Z] -- Looking for stddef.h - found [2021-02-04T14:36:12.363Z] -- Check size of unsigned short [2021-02-04T14:36:12.526Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2021-02-04T14:36:12.526Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2021-02-04T14:36:12.636Z] -- Check size of unsigned short - done [2021-02-04T14:36:12.636Z] -- Using unsigned short [2021-02-04T14:36:12.636Z] -- Check if the system is big endian - little endian [2021-02-04T14:36:12.788Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2021-02-04T14:36:12.788Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2021-02-04T14:36:12.907Z] -- Check size of size_t [2021-02-04T14:36:13.051Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2021-02-04T14:36:13.179Z] -- Check size of size_t - done [2021-02-04T14:36:13.179Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2021-02-04T14:36:13.179Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2021-02-04T14:36:13.179Z] asked CMake to find a package configuration file provided by "cJSON", but [2021-02-04T14:36:13.179Z] CMake did not find one. [2021-02-04T14:36:13.179Z] [2021-02-04T14:36:13.179Z] Could not find a package configuration file provided by "cJSON" with any of [2021-02-04T14:36:13.179Z] the following names: [2021-02-04T14:36:13.179Z] [2021-02-04T14:36:13.179Z] cJSONConfig.cmake [2021-02-04T14:36:13.179Z] cjson-config.cmake [2021-02-04T14:36:13.179Z] [2021-02-04T14:36:13.179Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2021-02-04T14:36:13.179Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2021-02-04T14:36:13.179Z] provides a separate development package or SDK, be sure it has been [2021-02-04T14:36:13.179Z] installed. [2021-02-04T14:36:13.179Z] [2021-02-04T14:36:13.179Z] [2021-02-04T14:36:13.179Z] -- Configuring done [2021-02-04T14:36:13.450Z] -- Generating done [2021-02-04T14:36:13.450Z] -- Build files have been written to: /tmp/cbor [2021-02-04T14:36:13.450Z] Scanning dependencies of target cbor_shared [2021-02-04T14:36:13.450Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2021-02-04T14:36:14.000Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2021-02-04T14:36:14.000Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2021-02-04T14:36:14.000Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2021-02-04T14:36:14.265Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2021-02-04T14:36:14.265Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2021-02-04T14:36:14.265Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2021-02-04T14:36:14.422Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2021-02-04T14:36:14.529Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2021-02-04T14:36:14.792Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2021-02-04T14:36:14.792Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2021-02-04T14:36:14.792Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2021-02-04T14:36:15.018Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2021-02-04T14:36:15.018Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2021-02-04T14:36:15.369Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2021-02-04T14:36:15.369Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2021-02-04T14:36:15.611Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2021-02-04T14:36:15.632Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2021-02-04T14:36:15.883Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2021-02-04T14:36:15.895Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2021-02-04T14:36:16.156Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2021-02-04T14:36:16.156Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2021-02-04T14:36:16.469Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2021-02-04T14:36:16.843Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2021-02-04T14:36:17.105Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2021-02-04T14:36:17.359Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2021-02-04T14:36:17.370Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2021-02-04T14:36:17.370Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2021-02-04T14:36:17.639Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2021-02-04T14:36:17.651Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2021-02-04T14:36:17.902Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2021-02-04T14:36:17.955Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2021-02-04T14:36:18.239Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2021-02-04T14:36:18.483Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2021-02-04T14:36:18.524Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2021-02-04T14:36:18.797Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2021-02-04T14:36:19.069Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2021-02-04T14:36:19.342Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2021-02-04T14:36:19.432Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2021-02-04T14:36:19.432Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2021-02-04T14:36:19.614Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2021-02-04T14:36:19.885Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2021-02-04T14:36:20.008Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2021-02-04T14:36:20.009Z] [ 71%] Linking C shared library libcsdk.so [2021-02-04T14:36:20.009Z] [ 71%] Built target csdk [2021-02-04T14:36:20.009Z] Scanning dependencies of target template [2021-02-04T14:36:20.009Z] [ 73%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2021-02-04T14:36:20.157Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2021-02-04T14:36:20.272Z] [ 74%] Linking C executable template [2021-02-04T14:36:20.272Z] [ 74%] Built target template [2021-02-04T14:36:20.272Z] Scanning dependencies of target device-counter [2021-02-04T14:36:20.272Z] [ 76%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2021-02-04T14:36:20.428Z] [ 40%] Linking C shared library libcbor.so [2021-02-04T14:36:20.429Z] [ 40%] Built target cbor_shared [2021-02-04T14:36:20.429Z] Scanning dependencies of target cbor [2021-02-04T14:36:20.429Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2021-02-04T14:36:20.534Z] [ 77%] Linking C executable device-counter [2021-02-04T14:36:20.534Z] [ 77%] Built target device-counter [2021-02-04T14:36:20.534Z] Scanning dependencies of target device-random [2021-02-04T14:36:20.534Z] [ 79%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2021-02-04T14:36:20.534Z] [ 80%] Linking C executable device-random [2021-02-04T14:36:20.796Z] [ 80%] Built target device-random [2021-02-04T14:36:20.796Z] Scanning dependencies of target device-gyro [2021-02-04T14:36:20.796Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2021-02-04T14:36:20.796Z] [ 84%] Linking C executable device-gyro [2021-02-04T14:36:20.796Z] [ 84%] Built target device-gyro [2021-02-04T14:36:21.058Z] Scanning dependencies of target device-bitfields [2021-02-04T14:36:21.058Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2021-02-04T14:36:21.058Z] [ 87%] Linking C executable device-bitfields [2021-02-04T14:36:21.058Z] [ 87%] Built target device-bitfields [2021-02-04T14:36:21.058Z] Scanning dependencies of target template-discovery [2021-02-04T14:36:21.058Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2021-02-04T14:36:21.320Z] [ 90%] Linking C executable template-discovery [2021-02-04T14:36:21.320Z] [ 90%] Built target template-discovery [2021-02-04T14:36:21.320Z] Scanning dependencies of target device-file [2021-02-04T14:36:21.320Z] [ 92%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2021-02-04T14:36:21.400Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2021-02-04T14:36:21.581Z] [ 93%] Linking C executable device-file [2021-02-04T14:36:21.581Z] [ 93%] Built target device-file [2021-02-04T14:36:21.581Z] Scanning dependencies of target device-terminal [2021-02-04T14:36:21.581Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2021-02-04T14:36:21.843Z] [ 96%] Linking C executable device-terminal [2021-02-04T14:36:21.843Z] [ 96%] Built target device-terminal [2021-02-04T14:36:21.843Z] Scanning dependencies of target templatev1 [2021-02-04T14:36:21.843Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2021-02-04T14:36:21.992Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2021-02-04T14:36:21.992Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2021-02-04T14:36:22.106Z] [100%] Linking C executable templatev1 [2021-02-04T14:36:22.106Z] [100%] Built target templatev1 [2021-02-04T14:36:22.106Z] + make package [2021-02-04T14:36:22.106Z] + tee -a release.log [2021-02-04T14:36:22.106Z] [ 71%] Built target csdk [2021-02-04T14:36:22.106Z] [ 74%] Built target template [2021-02-04T14:36:22.106Z] [ 77%] Built target device-counter [2021-02-04T14:36:22.368Z] [ 80%] Built target device-random [2021-02-04T14:36:22.368Z] [ 84%] Built target device-gyro [2021-02-04T14:36:22.368Z] [ 87%] Built target device-bitfields [2021-02-04T14:36:22.368Z] [ 90%] Built target template-discovery [2021-02-04T14:36:22.368Z] [ 93%] Built target device-file [2021-02-04T14:36:22.368Z] [ 96%] Built target device-terminal [2021-02-04T14:36:22.368Z] [100%] Built target templatev1 [2021-02-04T14:36:22.368Z] Run CPack packaging tool... [2021-02-04T14:36:22.368Z] CPack: Create package using TGZ [2021-02-04T14:36:22.368Z] CPack: Install projects [2021-02-04T14:36:22.368Z] CPack: - Run preinstall target for: Csdk [2021-02-04T14:36:22.637Z] CPack: - Install project: Csdk [2021-02-04T14:36:22.637Z] CPack: Create package [2021-02-04T14:36:22.637Z] CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. [2021-02-04T14:36:22.637Z] + '[' false '=' true ] [2021-02-04T14:36:22.637Z] + '[' false '=' true ] [2021-02-04T14:36:22.637Z] + mkdir -p /tmp/sdk/build/debug [2021-02-04T14:36:22.637Z] + cd /tmp/sdk/build/debug [2021-02-04T14:36:22.637Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2021-02-04T14:36:22.899Z] -- The C compiler identification is GNU 8.3.0 [2021-02-04T14:36:22.899Z] -- Check for working C compiler: /usr/bin/cc [2021-02-04T14:36:22.899Z] -- Check for working C compiler: /usr/bin/cc -- works [2021-02-04T14:36:22.899Z] -- Detecting C compiler ABI info [2021-02-04T14:36:22.899Z] -- Detecting C compiler ABI info - done [2021-02-04T14:36:22.899Z] -- Detecting C compile features [2021-02-04T14:36:23.162Z] -- Detecting C compile features - done [2021-02-04T14:36:23.162Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2021-02-04T14:36:23.162Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2021-02-04T14:36:23.162Z] -- Found LIBYAML: /usr/lib/libyaml.so [2021-02-04T14:36:23.162Z] -- Found LIBUUID: /usr/lib/libuuid.so [2021-02-04T14:36:23.162Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2021-02-04T14:36:23.162Z] -- C SDK 0.0.0 for Linux [2021-02-04T14:36:23.162Z] -- Performing Test CSDK_HAVE_ATOMIC [2021-02-04T14:36:23.415Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2021-02-04T14:36:23.415Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2021-02-04T14:36:23.424Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2021-02-04T14:36:23.424Z] -- Found Curses: /usr/lib/libcurses.so [2021-02-04T14:36:23.424Z] -- Configuring done [2021-02-04T14:36:23.424Z] -- Generating done [2021-02-04T14:36:23.424Z] -- Build files have been written to: /tmp/sdk/build/debug [2021-02-04T14:36:23.424Z] + make [2021-02-04T14:36:23.424Z] + tee debug.log [2021-02-04T14:36:23.424Z] Scanning dependencies of target csdk [2021-02-04T14:36:23.424Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2021-02-04T14:36:23.685Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2021-02-04T14:36:23.685Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2021-02-04T14:36:23.685Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2021-02-04T14:36:23.687Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2021-02-04T14:36:23.687Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2021-02-04T14:36:23.946Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2021-02-04T14:36:23.946Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2021-02-04T14:36:23.958Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2021-02-04T14:36:24.208Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2021-02-04T14:36:24.208Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2021-02-04T14:36:24.474Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2021-02-04T14:36:24.474Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2021-02-04T14:36:24.551Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2021-02-04T14:36:24.735Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2021-02-04T14:36:24.735Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2021-02-04T14:36:24.735Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2021-02-04T14:36:24.735Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2021-02-04T14:36:24.998Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2021-02-04T14:36:25.142Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2021-02-04T14:36:25.259Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2021-02-04T14:36:25.259Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2021-02-04T14:36:25.259Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2021-02-04T14:36:25.259Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2021-02-04T14:36:25.413Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2021-02-04T14:36:25.521Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2021-02-04T14:36:25.685Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2021-02-04T14:36:25.783Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2021-02-04T14:36:25.783Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2021-02-04T14:36:25.783Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2021-02-04T14:36:25.783Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2021-02-04T14:36:25.957Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2021-02-04T14:36:26.045Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2021-02-04T14:36:26.045Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2021-02-04T14:36:26.045Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2021-02-04T14:36:26.045Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2021-02-04T14:36:26.229Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2021-02-04T14:36:26.308Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2021-02-04T14:36:26.308Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2021-02-04T14:36:26.308Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2021-02-04T14:36:26.502Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2021-02-04T14:36:26.571Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2021-02-04T14:36:26.571Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2021-02-04T14:36:26.571Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2021-02-04T14:36:26.773Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2021-02-04T14:36:26.836Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2021-02-04T14:36:27.045Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2021-02-04T14:36:27.097Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2021-02-04T14:36:27.097Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2021-02-04T14:36:27.098Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2021-02-04T14:36:27.319Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2021-02-04T14:36:27.359Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2021-02-04T14:36:27.590Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2021-02-04T14:36:27.619Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2021-02-04T14:36:27.619Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2021-02-04T14:36:27.861Z] [ 80%] Linking C static library libcbor.a [2021-02-04T14:36:27.861Z] [ 80%] Built target cbor [2021-02-04T14:36:27.861Z] Scanning dependencies of target create_items [2021-02-04T14:36:27.861Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2021-02-04T14:36:27.880Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2021-02-04T14:36:27.880Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2021-02-04T14:36:28.130Z] [ 84%] Linking C executable create_items [2021-02-04T14:36:28.131Z] [ 84%] Built target create_items [2021-02-04T14:36:28.131Z] Scanning dependencies of target readfile [2021-02-04T14:36:28.131Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2021-02-04T14:36:28.142Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2021-02-04T14:36:28.142Z] [ 71%] Linking C shared library libcsdk.so [2021-02-04T14:36:28.401Z] [ 88%] Linking C executable readfile [2021-02-04T14:36:28.401Z] [ 88%] Built target readfile [2021-02-04T14:36:28.401Z] Scanning dependencies of target streaming_parser [2021-02-04T14:36:28.404Z] [ 71%] Built target csdk [2021-02-04T14:36:28.404Z] Scanning dependencies of target template [2021-02-04T14:36:28.404Z] [ 73%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2021-02-04T14:36:28.404Z] [ 74%] Linking C executable template [2021-02-04T14:36:28.404Z] [ 74%] Built target template [2021-02-04T14:36:28.404Z] Scanning dependencies of target device-counter [2021-02-04T14:36:28.404Z] [ 76%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2021-02-04T14:36:28.672Z] [ 77%] Linking C executable device-counter [2021-02-04T14:36:28.672Z] [ 77%] Built target device-counter [2021-02-04T14:36:28.672Z] Scanning dependencies of target device-random [2021-02-04T14:36:28.672Z] [ 79%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2021-02-04T14:36:28.672Z] [ 80%] Linking C executable device-random [2021-02-04T14:36:28.672Z] [ 80%] Built target device-random [2021-02-04T14:36:28.672Z] Scanning dependencies of target device-gyro [2021-02-04T14:36:28.672Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2021-02-04T14:36:28.673Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2021-02-04T14:36:28.673Z] [ 92%] Linking C executable streaming_parser [2021-02-04T14:36:28.934Z] [ 84%] Linking C executable device-gyro [2021-02-04T14:36:28.934Z] [ 84%] Built target device-gyro [2021-02-04T14:36:28.934Z] Scanning dependencies of target device-bitfields [2021-02-04T14:36:28.934Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2021-02-04T14:36:28.934Z] [ 87%] Linking C executable device-bitfields [2021-02-04T14:36:28.945Z] [ 92%] Built target streaming_parser [2021-02-04T14:36:28.945Z] Scanning dependencies of target sort [2021-02-04T14:36:28.945Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2021-02-04T14:36:29.196Z] [ 87%] Built target device-bitfields [2021-02-04T14:36:29.196Z] Scanning dependencies of target template-discovery [2021-02-04T14:36:29.196Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2021-02-04T14:36:29.196Z] [ 90%] Linking C executable template-discovery [2021-02-04T14:36:29.196Z] [ 90%] Built target template-discovery [2021-02-04T14:36:29.196Z] Scanning dependencies of target device-file [2021-02-04T14:36:29.196Z] [ 92%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2021-02-04T14:36:29.216Z] [ 96%] Linking C executable sort [2021-02-04T14:36:29.216Z] [ 96%] Built target sort [2021-02-04T14:36:29.216Z] Scanning dependencies of target hello [2021-02-04T14:36:29.216Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2021-02-04T14:36:29.460Z] [ 93%] Linking C executable device-file [2021-02-04T14:36:29.460Z] [ 93%] Built target device-file [2021-02-04T14:36:29.460Z] Scanning dependencies of target device-terminal [2021-02-04T14:36:29.460Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2021-02-04T14:36:29.460Z] [ 96%] Linking C executable device-terminal [2021-02-04T14:36:29.488Z] [100%] Linking C executable hello [2021-02-04T14:36:29.488Z] [100%] Built target hello [2021-02-04T14:36:29.488Z] Install the project... [2021-02-04T14:36:29.488Z] -- Install configuration: "Release" [2021-02-04T14:36:29.488Z] -- Installing: /usr/local/include/cbor/configuration.h [2021-02-04T14:36:29.488Z] -- Installing: /usr/local/lib64/libcbor.a [2021-02-04T14:36:29.488Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2021-02-04T14:36:29.488Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2021-02-04T14:36:29.488Z] -- Installing: /usr/local/lib64/libcbor.so [2021-02-04T14:36:29.488Z] -- Up-to-date: /usr/local/include/cbor [2021-02-04T14:36:29.488Z] -- Installing: /usr/local/include/cbor/streaming.h [2021-02-04T14:36:29.488Z] -- Installing: /usr/local/include/cbor/ints.h [2021-02-04T14:36:29.488Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2021-02-04T14:36:29.488Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2021-02-04T14:36:29.488Z] -- Installing: /usr/local/include/cbor/encoding.h [2021-02-04T14:36:29.488Z] -- Installing: /usr/local/include/cbor/serialization.h [2021-02-04T14:36:29.488Z] -- Installing: /usr/local/include/cbor/data.h [2021-02-04T14:36:29.488Z] -- Installing: /usr/local/include/cbor/common.h [2021-02-04T14:36:29.488Z] -- Installing: /usr/local/include/cbor/callbacks.h [2021-02-04T14:36:29.488Z] -- Installing: /usr/local/include/cbor/strings.h [2021-02-04T14:36:29.488Z] -- Installing: /usr/local/include/cbor/tags.h [2021-02-04T14:36:29.488Z] -- Installing: /usr/local/include/cbor/internal [2021-02-04T14:36:29.488Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2021-02-04T14:36:29.488Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2021-02-04T14:36:29.488Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2021-02-04T14:36:29.488Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2021-02-04T14:36:29.488Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2021-02-04T14:36:29.488Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2021-02-04T14:36:29.488Z] -- Installing: /usr/local/include/cbor/arrays.h [2021-02-04T14:36:29.488Z] -- Installing: /usr/local/include/cbor/maps.h [2021-02-04T14:36:29.488Z] -- Installing: /usr/local/include/cbor.h [2021-02-04T14:36:29.488Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2021-02-04T14:36:29.721Z] [ 96%] Built target device-terminal [2021-02-04T14:36:29.721Z] Scanning dependencies of target templatev1 [2021-02-04T14:36:29.721Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2021-02-04T14:36:29.721Z] [100%] Linking C executable templatev1 [2021-02-04T14:36:29.721Z] [100%] Built target templatev1 [2021-02-04T14:36:29.721Z] make: Entering directory '/tmp/sdk/build/release' [2021-02-04T14:36:29.721Z] make[1]: Entering directory '/tmp/sdk/build/release' [2021-02-04T14:36:29.721Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-02-04T14:36:29.721Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-02-04T14:36:29.721Z] [ 71%] Built target csdk [2021-02-04T14:36:29.984Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-02-04T14:36:29.984Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-02-04T14:36:29.984Z] [ 74%] Built target template [2021-02-04T14:36:29.984Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-02-04T14:36:29.984Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-02-04T14:36:29.984Z] [ 77%] Built target device-counter [2021-02-04T14:36:29.984Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-02-04T14:36:29.984Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-02-04T14:36:29.984Z] [ 80%] Built target device-random [2021-02-04T14:36:29.984Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-02-04T14:36:29.984Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-02-04T14:36:29.984Z] [ 84%] Built target device-gyro [2021-02-04T14:36:29.984Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-02-04T14:36:29.984Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-02-04T14:36:29.984Z] [ 87%] Built target device-bitfields [2021-02-04T14:36:29.984Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-02-04T14:36:29.984Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-02-04T14:36:29.984Z] [ 90%] Built target template-discovery [2021-02-04T14:36:29.984Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-02-04T14:36:29.984Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-02-04T14:36:29.984Z] [ 93%] Built target device-file [2021-02-04T14:36:29.984Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-02-04T14:36:29.984Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-02-04T14:36:29.984Z] [ 96%] Built target device-terminal [2021-02-04T14:36:29.984Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-02-04T14:36:29.984Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-02-04T14:36:29.984Z] [100%] Built target templatev1 [2021-02-04T14:36:29.984Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2021-02-04T14:36:29.984Z] Install the project... [2021-02-04T14:36:29.984Z] -- Install configuration: "Release" [2021-02-04T14:36:29.984Z] -- Installing: /usr/local/lib/libcsdk.so [2021-02-04T14:36:29.984Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2021-02-04T14:36:29.984Z] -- Up-to-date: /usr/local/include [2021-02-04T14:36:29.984Z] -- Installing: /usr/local/include/devsdk [2021-02-04T14:36:29.984Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2021-02-04T14:36:29.984Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2021-02-04T14:36:29.984Z] -- Installing: /usr/local/include/edgex [2021-02-04T14:36:29.984Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2021-02-04T14:36:29.984Z] -- Installing: /usr/local/include/edgex/devices.h [2021-02-04T14:36:29.984Z] -- Installing: /usr/local/include/edgex/devsdk.h [2021-02-04T14:36:29.984Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2021-02-04T14:36:29.984Z] -- Installing: /usr/local/include/edgex/edgex.h [2021-02-04T14:36:29.984Z] -- Installing: /usr/local/include/edgex/error.h [2021-02-04T14:36:29.984Z] -- Installing: /usr/local/include/edgex/eventgen.h [2021-02-04T14:36:29.984Z] -- Installing: /usr/local/include/edgex/os.h [2021-02-04T14:36:29.984Z] -- Installing: /usr/local/include/edgex/profiles.h [2021-02-04T14:36:29.984Z] -- Installing: /usr/local/include/edgex/rest-server.h [2021-02-04T14:36:29.984Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2021-02-04T14:36:29.984Z] -- Installing: /usr/local/include/iot [2021-02-04T14:36:29.984Z] -- Installing: /usr/local/include/iot/base64.h [2021-02-04T14:36:29.984Z] -- Installing: /usr/local/include/iot/component.h [2021-02-04T14:36:29.984Z] -- Installing: /usr/local/include/iot/config.h [2021-02-04T14:36:29.984Z] -- Installing: /usr/local/include/iot/container.h [2021-02-04T14:36:29.984Z] -- Installing: /usr/local/include/iot/data.h [2021-02-04T14:36:29.984Z] -- Installing: /usr/local/include/iot/hash.h [2021-02-04T14:36:29.984Z] -- Installing: /usr/local/include/iot/iot.h [2021-02-04T14:36:29.984Z] -- Installing: /usr/local/include/iot/json.h [2021-02-04T14:36:29.984Z] -- Installing: /usr/local/include/iot/logger.h [2021-02-04T14:36:29.984Z] -- Installing: /usr/local/include/iot/os.h [2021-02-04T14:36:29.984Z] -- Installing: /usr/local/include/iot/scheduler.h [2021-02-04T14:36:29.984Z] -- Installing: /usr/local/include/iot/thread.h [2021-02-04T14:36:29.984Z] -- Installing: /usr/local/include/iot/threadpool.h [2021-02-04T14:36:29.984Z] -- Installing: /usr/local/include/iot/time.h [2021-02-04T14:36:29.984Z] -- Installing: /usr/local/include/iot/typecode.h [2021-02-04T14:36:29.984Z] -- Installing: /usr/local/include/iot/os [2021-02-04T14:36:29.984Z] -- Installing: /usr/local/include/iot/os/linux.h [2021-02-04T14:36:29.984Z] -- Installing: /usr/local/include/iot/os/macos.h [2021-02-04T14:36:29.984Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2021-02-04T14:36:29.984Z] -- Installing: /usr/local/include/iot/defs.h [2021-02-04T14:36:29.984Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2021-02-04T14:36:29.984Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2021-02-04T14:36:29.984Z] make: Leaving directory '/tmp/sdk/build/release' [2021-02-04T14:36:32.111Z] Removing intermediate container f8eaf474d319 [2021-02-04T14:36:32.112Z] ---> 1ef3e843bbfd [2021-02-04T14:36:32.112Z] Step 6/21 : RUN mkdir /tmp/sdk [2021-02-04T14:36:32.112Z] ---> Running in 67f15f923dbc [2021-02-04T14:36:32.540Z] Removing intermediate container 623d1401db05 [2021-02-04T14:36:32.540Z] ---> 63b73b408095 [2021-02-04T14:36:32.540Z] Step 14/21 : FROM ${BASE} [2021-02-04T14:36:32.540Z] ---> 5eabd8fd8ba2 [2021-02-04T14:36:32.540Z] Step 15/21 : LABEL maintainer="IOTech " [2021-02-04T14:36:32.540Z] ---> Running in 806042654ece [2021-02-04T14:36:32.540Z] Removing intermediate container 806042654ece [2021-02-04T14:36:32.540Z] ---> 7c87d2002ce6 [2021-02-04T14:36:32.540Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2021-02-04T14:36:32.540Z] ---> Running in 900af25bce0c [2021-02-04T14:36:33.487Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2021-02-04T14:36:34.061Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2021-02-04T14:36:34.094Z] Removing intermediate container 67f15f923dbc [2021-02-04T14:36:34.094Z] ---> 5fee52109e07 [2021-02-04T14:36:34.094Z] Step 7/21 : COPY VERSION /tmp/sdk [2021-02-04T14:36:34.323Z] (1/3) Installing curl (7.64.0-r5) [2021-02-04T14:36:34.323Z] (2/3) Installing libuuid (2.33-r0) [2021-02-04T14:36:34.584Z] (3/3) Installing wget (1.20.3-r0) [2021-02-04T14:36:34.584Z] Executing busybox-1.29.3-r10.trigger [2021-02-04T14:36:34.584Z] OK: 268 MiB in 78 packages [2021-02-04T14:36:34.688Z] ---> e9af7670e208 [2021-02-04T14:36:34.688Z] Step 8/21 : COPY src /tmp/sdk/src [2021-02-04T14:36:35.159Z] Removing intermediate container 900af25bce0c [2021-02-04T14:36:35.159Z] ---> cb565283738c [2021-02-04T14:36:35.159Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2021-02-04T14:36:35.421Z] ---> 9ad83b6208ca [2021-02-04T14:36:35.421Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2021-02-04T14:36:35.666Z] ---> 5cee5e9451bd [2021-02-04T14:36:35.666Z] Step 9/21 : COPY include /tmp/sdk/include [2021-02-04T14:36:35.683Z] ---> 3e1792bc1937 [2021-02-04T14:36:35.683Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2021-02-04T14:36:35.946Z] ---> 145e341a8a3a [2021-02-04T14:36:35.946Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2021-02-04T14:36:35.946Z] ---> a25c6dc8eb7a [2021-02-04T14:36:35.946Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2021-02-04T14:36:36.208Z] ---> 1c10273f959f [2021-02-04T14:36:36.208Z] Successfully built 1c10273f959f [2021-02-04T14:36:36.276Z] ---> da9c584ed4a2 [2021-02-04T14:36:36.276Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2021-02-04T14:36:36.469Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T14:36:37.147Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T14:36:37.147Z] . [Pipeline] withDockerContainer [2021-02-04T14:36:37.256Z] prd-centos7-docker-4c-2g-24978 does not seem to be running inside a container [2021-02-04T14:36:37.256Z] ---> 4396605cb60b [2021-02-04T14:36:37.256Z] Step 11/21 : COPY LICENSE /tmp/sdk [2021-02-04T14:36:37.304Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/5 -v /w/workspace/device-sdk-c/5:/w/workspace/device-sdk-c/5:rw,z -v /w/workspace/device-sdk-c/5@tmp:/w/workspace/device-sdk-c/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-04T14:36:37.850Z] ---> b251b8eb67bd [2021-02-04T14:36:37.851Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2021-02-04T14:36:38.014Z] $ docker top 81ccb897b830e873d87cc001b4c0bcecb26357a57dbfef92581e659370d951b4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T14:36:38.450Z] ---> 2184799a7c61 [2021-02-04T14:36:38.450Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2021-02-04T14:36:38.556Z] + make test [2021-02-04T14:36:38.556Z] echo "make test" [2021-02-04T14:36:38.556Z] make test [Pipeline] } [2021-02-04T14:36:38.567Z] $ docker stop --time=1 81ccb897b830e873d87cc001b4c0bcecb26357a57dbfef92581e659370d951b4 [2021-02-04T14:36:38.730Z] ---> Running in bdd0339e06e2 [2021-02-04T14:36:39.707Z] + CPPCHECK=false [2021-02-04T14:36:39.707Z] + DOCGEN=false [2021-02-04T14:36:39.707Z] + TOMLVER=SDK-0.2 [2021-02-04T14:36:39.707Z] + CUTILVER=1.1.4 [2021-02-04T14:36:39.707Z] + '[' 0 -gt 0 ] [2021-02-04T14:36:39.707Z] + readlink -f ./scripts/build.sh [2021-02-04T14:36:39.707Z] + dirname /tmp/sdk/scripts/build.sh [2021-02-04T14:36:39.707Z] + dirname /tmp/sdk/scripts [2021-02-04T14:36:39.707Z] + ROOT=/tmp/sdk [2021-02-04T14:36:39.707Z] + cd /tmp/sdk [2021-02-04T14:36:39.707Z] + '[' '!' -d deps ] [2021-02-04T14:36:39.707Z] + mkdir deps [2021-02-04T14:36:39.707Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2021-02-04T14:36:39.707Z] --2021-02-04 14:36:39-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2021-02-04T14:36:39.707Z] + tar -C deps -z -x -f - [2021-02-04T14:36:39.707Z] Resolving github.com... 140.82.112.4 [2021-02-04T14:36:39.707Z] Connecting to github.com|140.82.112.4|:443... connected. [2021-02-04T14:36:39.707Z] HTTP request sent, awaiting response... 302 Found [2021-02-04T14:36:39.707Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2021-02-04T14:36:39.707Z] --2021-02-04 14:36:39-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2021-02-04T14:36:39.707Z] Resolving codeload.github.com... 140.82.113.10 [2021-02-04T14:36:39.707Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2021-02-04T14:36:39.914Z] $ docker rm -f 81ccb897b830e873d87cc001b4c0bcecb26357a57dbfef92581e659370d951b4 [2021-02-04T14:36:39.978Z] HTTP request sent, awaiting response... 200 OK [2021-02-04T14:36:39.978Z] Length: unspecified [application/x-gzip] [2021-02-04T14:36:39.978Z] Saving to: 'STDOUT' [2021-02-04T14:36:39.978Z]  [2021-02-04T14:36:39.978Z] 0K .......... ......  893K=0.02s [2021-02-04T14:36:39.978Z] [2021-02-04T14:36:39.978Z] 2021-02-04 14:36:39 (893 KB/s) - written to stdout [16451] [2021-02-04T14:36:39.978Z] [2021-02-04T14:36:39.978Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2021-02-04T14:36:39.978Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz [2021-02-04T14:36:39.978Z] + tar -C deps -z -x -f - [2021-02-04T14:36:39.978Z] --2021-02-04 14:36:39-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz [2021-02-04T14:36:39.978Z] Resolving github.com... 140.82.112.4 [2021-02-04T14:36:39.978Z] Connecting to github.com|140.82.112.4|:443... connected. [2021-02-04T14:36:39.978Z] HTTP request sent, awaiting response... 302 Found [2021-02-04T14:36:39.978Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 [following] [2021-02-04T14:36:39.978Z] --2021-02-04 14:36:39-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 [2021-02-04T14:36:39.978Z] Resolving codeload.github.com... 140.82.113.10 [2021-02-04T14:36:39.978Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [Pipeline] // withDockerContainer [2021-02-04T14:36:40.250Z] HTTP request sent, awaiting response... 200 OK [2021-02-04T14:36:40.250Z] Length: unspecified [application/x-gzip] [2021-02-04T14:36:40.250Z] Saving to: 'STDOUT' [2021-02-04T14:36:40.250Z]  [2021-02-04T14:36:40.250Z] 0K .......... .......... .......... .......... .......... 1.29M [2021-02-04T14:36:40.250Z] 50K .......... .......... .......... .......... .......... 2.47M [2021-02-04T14:36:40.250Z] 100K .......... .......... .......... .......... .......... 12.8M [2021-02-04T14:36:40.250Z] 150K .......... .......... .......   9.37M=0.06s [2021-02-04T14:36:40.250Z] [2021-02-04T14:36:40.250Z] 2021-02-04 14:36:40 (2.69 MB/s) - written to stdout [181536] [2021-02-04T14:36:40.250Z] [2021-02-04T14:36:40.250Z] + mkdir -p src/c/iot [2021-02-04T14:36:40.250Z] + cp deps/iotech-c-utils-1.1.4/src/c/base64.c deps/iotech-c-utils-1.1.4/src/c/component.c deps/iotech-c-utils-1.1.4/src/c/config.c deps/iotech-c-utils-1.1.4/src/c/container.c deps/iotech-c-utils-1.1.4/src/c/data.c deps/iotech-c-utils-1.1.4/src/c/hash.c deps/iotech-c-utils-1.1.4/src/c/iot.c deps/iotech-c-utils-1.1.4/src/c/json.c deps/iotech-c-utils-1.1.4/src/c/logger.c deps/iotech-c-utils-1.1.4/src/c/os.c deps/iotech-c-utils-1.1.4/src/c/scheduler.c deps/iotech-c-utils-1.1.4/src/c/thread.c deps/iotech-c-utils-1.1.4/src/c/threadpool.c deps/iotech-c-utils-1.1.4/src/c/time.c deps/iotech-c-utils-1.1.4/src/c/yxml.c src/c/iot [2021-02-04T14:36:40.250Z] + cp deps/iotech-c-utils-1.1.4/src/c/defs.h.in src/c/iot [2021-02-04T14:36:40.250Z] + cp deps/iotech-c-utils-1.1.4/src/c/yxml.h src/c/iot [2021-02-04T14:36:40.250Z] + cp deps/iotech-c-utils-1.1.4/VERSION src/c/iot [2021-02-04T14:36:40.250Z] + mkdir -p include/iot [2021-02-04T14:36:40.250Z] + cp deps/iotech-c-utils-1.1.4/include/iot/base64.h deps/iotech-c-utils-1.1.4/include/iot/component.h deps/iotech-c-utils-1.1.4/include/iot/config.h deps/iotech-c-utils-1.1.4/include/iot/container.h deps/iotech-c-utils-1.1.4/include/iot/data.h deps/iotech-c-utils-1.1.4/include/iot/hash.h deps/iotech-c-utils-1.1.4/include/iot/iot.h deps/iotech-c-utils-1.1.4/include/iot/json.h deps/iotech-c-utils-1.1.4/include/iot/logger.h deps/iotech-c-utils-1.1.4/include/iot/os.h deps/iotech-c-utils-1.1.4/include/iot/scheduler.h deps/iotech-c-utils-1.1.4/include/iot/thread.h deps/iotech-c-utils-1.1.4/include/iot/threadpool.h deps/iotech-c-utils-1.1.4/include/iot/time.h deps/iotech-c-utils-1.1.4/include/iot/typecode.h include/iot [2021-02-04T14:36:40.250Z] + mkdir -p include/iot/os [2021-02-04T14:36:40.250Z] + cp deps/iotech-c-utils-1.1.4/include/iot/os/linux.h deps/iotech-c-utils-1.1.4/include/iot/os/macos.h deps/iotech-c-utils-1.1.4/include/iot/os/zephyr.h include/iot/os [2021-02-04T14:36:40.250Z] + mkdir -p /tmp/sdk/build/release [2021-02-04T14:36:40.250Z] + cd /tmp/sdk/build/release [2021-02-04T14:36:40.250Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [Pipeline] } [Pipeline] // script [Pipeline] } [2021-02-04T14:36:40.521Z] -- The C compiler identification is GNU 8.3.0 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2021-02-04T14:36:40.792Z] -- Check for working C compiler: /usr/bin/cc [2021-02-04T14:36:40.792Z] -- Check for working C compiler: /usr/bin/cc -- works [2021-02-04T14:36:40.792Z] -- Detecting C compiler ABI info [2021-02-04T14:36:41.063Z] -- Detecting C compiler ABI info - done [2021-02-04T14:36:41.336Z] -- Detecting C compile features [2021-02-04T14:36:41.932Z] -- Detecting C compile features - done [2021-02-04T14:36:41.932Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2021-02-04T14:36:41.932Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2021-02-04T14:36:41.932Z] -- Found LIBYAML: /usr/lib/libyaml.so [2021-02-04T14:36:41.932Z] -- Found LIBUUID: /usr/lib/libuuid.so [2021-02-04T14:36:41.932Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2021-02-04T14:36:41.932Z] -- C SDK 0.0.0 for Linux [2021-02-04T14:36:41.932Z] -- Performing Test CSDK_HAVE_ATOMIC [2021-02-04T14:36:42.203Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2021-02-04T14:36:42.203Z] -- Found Curses: /usr/lib/libcurses.so [2021-02-04T14:36:42.483Z] -- Configuring done [2021-02-04T14:36:42.754Z] -- Generating done [2021-02-04T14:36:42.754Z] -- Build files have been written to: /tmp/sdk/build/release [2021-02-04T14:36:42.754Z] + + maketee release.log [2021-02-04T14:36:42.754Z] [2021-02-04T14:36:42.754Z] Scanning dependencies of target csdk [2021-02-04T14:36:43.027Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [Pipeline] sh [2021-02-04T14:36:43.419Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-04T14:36:43.621Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2021-02-04T14:36:43.718Z] + ls -al . [2021-02-04T14:36:43.718Z] total 160 [2021-02-04T14:36:43.718Z] drwxrwxr-x. 8 jenkins jenkins 260 Feb 4 14:35 . [2021-02-04T14:36:43.718Z] drwxrwxr-x. 4 jenkins jenkins 28 Feb 4 14:35 .. [2021-02-04T14:36:43.718Z] -rw-rw-r--. 1 jenkins jenkins 3104 Feb 4 14:35 Attribution.txt [2021-02-04T14:36:43.718Z] -rw-rw-r--. 1 jenkins jenkins 6490 Feb 4 14:35 CHANGES [2021-02-04T14:36:43.718Z] drwxrwxr-x. 2 jenkins jenkins 144 Feb 4 14:35 docs [2021-02-04T14:36:43.718Z] -rw-rw-r--. 1 jenkins jenkins 108574 Feb 4 14:35 Doxyfile [2021-02-04T14:36:43.718Z] drwxrwxr-x. 8 jenkins jenkins 179 Feb 4 14:35 .git [2021-02-04T14:36:43.718Z] drwxrwxr-x. 2 jenkins jenkins 81 Feb 4 14:35 .github [2021-02-04T14:36:43.718Z] -rw-rw-r--. 1 jenkins jenkins 176 Feb 4 14:35 .gitignore [2021-02-04T14:36:43.718Z] drwxrwxr-x. 4 jenkins jenkins 33 Feb 4 14:35 include [2021-02-04T14:36:43.718Z] -rw-rw-r--. 1 jenkins jenkins 784 Feb 4 14:35 Jenkinsfile [2021-02-04T14:36:43.718Z] -rw-rw-r--. 1 jenkins jenkins 10174 Feb 4 14:35 LICENSE [2021-02-04T14:36:43.718Z] -rw-rw-r--. 1 jenkins jenkins 449 Feb 4 14:35 Makefile [2021-02-04T14:36:43.718Z] -rw-rw-r--. 1 jenkins jenkins 2697 Feb 4 14:35 README.md [2021-02-04T14:36:43.718Z] -rw-rw-r--. 1 jenkins jenkins 6451 Feb 4 14:35 README.v2.md [2021-02-04T14:36:43.718Z] drwxrwxr-x. 2 jenkins jenkins 98 Feb 4 14:35 scripts [2021-02-04T14:36:43.718Z] drwxrwxr-x. 4 jenkins jenkins 50 Feb 4 14:35 src [2021-02-04T14:36:43.718Z] -rw-rw-r--. 1 jenkins jenkins 5 Feb 4 14:35 VERSION [Pipeline] isUnix [Pipeline] sh [2021-02-04T14:36:44.023Z] + docker build -t docker-device-sdk-c -f scripts/Dockerfile.alpine --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=68613c929cb1eddbf0c3bf62aba01aab2d090aab --label arch=amd64 --label version=0.0.0 . [2021-02-04T14:36:44.024Z] Sending build context to Docker daemon 2.553MB [2021-02-04T14:36:44.024Z] Step 1/15 : ARG BASE=alpine:3.12 [2021-02-04T14:36:44.024Z] Step 2/15 : FROM ${BASE} [2021-02-04T14:36:44.024Z] ---> 1c10273f959f [2021-02-04T14:36:44.024Z] Step 3/15 : LABEL maintainer="IOTech " [2021-02-04T14:36:44.217Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2021-02-04T14:36:44.490Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2021-02-04T14:36:44.975Z] ---> Running in 5d2452711040 [2021-02-04T14:36:44.975Z] Removing intermediate container 5d2452711040 [2021-02-04T14:36:44.975Z] ---> 38517f4b3169 [2021-02-04T14:36:44.975Z] 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 [2021-02-04T14:36:44.975Z] ---> Running in 2f09bd0a63f6 [2021-02-04T14:36:45.551Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2021-02-04T14:36:46.127Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2021-02-04T14:36:46.453Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2021-02-04T14:36:46.701Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2021-02-04T14:36:46.701Z] (2/6) Installing libblkid (2.33-r0) [2021-02-04T14:36:46.701Z] (3/6) Installing libfdisk (2.33-r0) [2021-02-04T14:36:46.701Z] (4/6) Installing libmount (2.33-r0) [2021-02-04T14:36:46.963Z] (5/6) Installing libsmartcols (2.33-r0) [2021-02-04T14:36:46.963Z] (6/6) Installing util-linux-dev (2.33-r0) [2021-02-04T14:36:47.048Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2021-02-04T14:36:47.048Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2021-02-04T14:36:47.226Z] Executing busybox-1.29.3-r10.trigger [2021-02-04T14:36:47.226Z] OK: 272 MiB in 84 packages [2021-02-04T14:36:48.174Z] Removing intermediate container 2f09bd0a63f6 [2021-02-04T14:36:48.174Z] ---> c48c84c94517 [2021-02-04T14:36:48.174Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2021-02-04T14:36:48.174Z] ---> c9b39387c7a2 [2021-02-04T14:36:48.174Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2021-02-04T14:36:48.477Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2021-02-04T14:36:49.118Z] ---> 412d24a1ab58 [2021-02-04T14:36:49.118Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2021-02-04T14:36:49.118Z] ---> 556b7a95bb71 [2021-02-04T14:36:49.118Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2021-02-04T14:36:49.380Z] ---> 7de6008e3f40 [2021-02-04T14:36:49.380Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2021-02-04T14:36:49.642Z] ---> eb695303cc06 [2021-02-04T14:36:49.642Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2021-02-04T14:36:49.642Z] ---> 7f2165200795 [2021-02-04T14:36:49.642Z] Step 11/15 : WORKDIR /edgex-c-sdk [2021-02-04T14:36:49.903Z] ---> Running in 7697d9c77f59 [2021-02-04T14:36:49.903Z] Removing intermediate container 7697d9c77f59 [2021-02-04T14:36:49.903Z] ---> c028abe9f31c [2021-02-04T14:36:49.903Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2021-02-04T14:36:50.165Z] ---> Running in ed9fbad1c9b9 [2021-02-04T14:36:50.165Z] Removing intermediate container ed9fbad1c9b9 [2021-02-04T14:36:50.165Z] ---> 2e7218a7e099 [2021-02-04T14:36:50.165Z] Step 13/15 : LABEL arch=amd64 [2021-02-04T14:36:50.429Z] ---> Running in 6f833e066241 [2021-02-04T14:36:50.429Z] Removing intermediate container 6f833e066241 [2021-02-04T14:36:50.429Z] ---> ff2c98dc273b [2021-02-04T14:36:50.429Z] Step 14/15 : LABEL git_sha=68613c929cb1eddbf0c3bf62aba01aab2d090aab [2021-02-04T14:36:50.429Z] ---> Running in 5d894a68fb77 [2021-02-04T14:36:50.439Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2021-02-04T14:36:50.693Z] Removing intermediate container 5d894a68fb77 [2021-02-04T14:36:50.693Z] ---> a6456fd121a5 [2021-02-04T14:36:50.693Z] Step 15/15 : LABEL version=0.0.0 [2021-02-04T14:36:50.693Z] ---> Running in a78129661d90 [2021-02-04T14:36:50.711Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2021-02-04T14:36:50.959Z] Removing intermediate container a78129661d90 [2021-02-04T14:36:50.959Z] ---> d918fa177c5e [2021-02-04T14:36:50.959Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-02-04T14:36:50.959Z] Successfully built d918fa177c5e [2021-02-04T14:36:50.959Z] Successfully tagged docker-device-sdk-c:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-04T14:36:51.685Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [2021-02-04T14:36:51.957Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-04T14:36:52.551Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2021-02-04T14:36:52.551Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2021-02-04T14:36:52.824Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2021-02-04T14:36:56.194Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2021-02-04T14:36:56.465Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2021-02-04T14:36:57.061Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2021-02-04T14:36:57.333Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2021-02-04T14:36:57.924Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2021-02-04T14:37:00.528Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2021-02-04T14:37:00.528Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2021-02-04T14:37:00.799Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2021-02-04T14:37:01.395Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2021-02-04T14:37:01.670Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2021-02-04T14:37:01.950Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2021-02-04T14:37:02.924Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2021-02-04T14:37:03.195Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2021-02-04T14:37:03.792Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2021-02-04T14:37:04.065Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2021-02-04T14:37:06.039Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2021-02-04T14:37:06.309Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2021-02-04T14:37:07.281Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2021-02-04T14:37:07.553Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2021-02-04T14:37:11.842Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2021-02-04T14:37:12.115Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2021-02-04T14:37:12.710Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2021-02-04T14:37:13.308Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2021-02-04T14:37:13.900Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2021-02-04T14:37:15.327Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2021-02-04T14:37:16.755Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2021-02-04T14:37:20.153Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2021-02-04T14:37:20.744Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2021-02-04T14:37:22.170Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2021-02-04T14:37:22.444Z] [ 71%] Linking C shared library libcsdk.so [2021-02-04T14:37:22.444Z] [ 71%] Built target csdk [2021-02-04T14:37:22.444Z] Scanning dependencies of target template [2021-02-04T14:37:22.716Z] [ 73%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2021-02-04T14:37:23.312Z] [ 74%] Linking C executable template [2021-02-04T14:37:23.312Z] [ 74%] Built target template [2021-02-04T14:37:23.312Z] Scanning dependencies of target device-counter [2021-02-04T14:37:23.582Z] [ 76%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2021-02-04T14:37:23.853Z] [ 77%] Linking C executable device-counter [2021-02-04T14:37:24.124Z] [ 77%] Built target device-counter [2021-02-04T14:37:24.124Z] Scanning dependencies of target device-random [2021-02-04T14:37:24.124Z] [ 79%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2021-02-04T14:37:24.716Z] [ 80%] Linking C executable device-random [2021-02-04T14:37:24.986Z] [ 80%] Built target device-random [2021-02-04T14:37:24.986Z] Scanning dependencies of target device-gyro [2021-02-04T14:37:24.986Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2021-02-04T14:37:25.256Z] [ 84%] Linking C executable device-gyro [2021-02-04T14:37:25.526Z] [ 84%] Built target device-gyro [2021-02-04T14:37:25.527Z] Scanning dependencies of target device-bitfields [2021-02-04T14:37:25.527Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2021-02-04T14:37:26.124Z] [ 87%] Linking C executable device-bitfields [2021-02-04T14:37:26.124Z] [ 87%] Built target device-bitfields [2021-02-04T14:37:26.124Z] Scanning dependencies of target template-discovery [2021-02-04T14:37:26.124Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2021-02-04T14:37:27.097Z] [ 90%] Linking C executable template-discovery [2021-02-04T14:37:27.097Z] [ 90%] Built target template-discovery [2021-02-04T14:37:27.097Z] Scanning dependencies of target device-file [2021-02-04T14:37:27.097Z] [ 92%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2021-02-04T14:37:27.686Z] [ 93%] Linking C executable device-file [2021-02-04T14:37:27.961Z] [ 93%] Built target device-file [2021-02-04T14:37:27.961Z] Scanning dependencies of target device-terminal [2021-02-04T14:37:27.961Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2021-02-04T14:37:28.551Z] [ 96%] Linking C executable device-terminal [2021-02-04T14:37:28.823Z] [ 96%] Built target device-terminal [2021-02-04T14:37:28.823Z] Scanning dependencies of target templatev1 [2021-02-04T14:37:28.823Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2021-02-04T14:37:29.415Z] [100%] Linking C executable templatev1 [2021-02-04T14:37:29.415Z] [100%] Built target templatev1 [2021-02-04T14:37:29.415Z] + make package [2021-02-04T14:37:29.415Z] + tee -a release.log [2021-02-04T14:37:29.686Z] [ 71%] Built target csdk [2021-02-04T14:37:29.686Z] [ 74%] Built target template [2021-02-04T14:37:29.686Z] [ 77%] Built target device-counter [2021-02-04T14:37:29.686Z] [ 80%] Built target device-random [2021-02-04T14:37:29.959Z] [ 84%] Built target device-gyro [2021-02-04T14:37:29.959Z] [ 87%] Built target device-bitfields [2021-02-04T14:37:29.959Z] [ 90%] Built target template-discovery [2021-02-04T14:37:29.959Z] [ 93%] Built target device-file [2021-02-04T14:37:29.959Z] [ 96%] Built target device-terminal [2021-02-04T14:37:29.959Z] [100%] Built target templatev1 [2021-02-04T14:37:29.959Z] Run CPack packaging tool... [2021-02-04T14:37:30.229Z] CPack: Create package using TGZ [2021-02-04T14:37:30.229Z] CPack: Install projects [2021-02-04T14:37:30.229Z] CPack: - Run preinstall target for: Csdk [2021-02-04T14:37:30.823Z] CPack: - Install project: Csdk [2021-02-04T14:37:30.823Z] CPack: Create package [2021-02-04T14:37:30.823Z] CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. [2021-02-04T14:37:30.823Z] + '[' false '=' true ] [2021-02-04T14:37:30.823Z] + '[' false '=' true ] [2021-02-04T14:37:30.823Z] + mkdir -p /tmp/sdk/build/debug [2021-02-04T14:37:30.823Z] + cd /tmp/sdk/build/debug [2021-02-04T14:37:30.823Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2021-02-04T14:37:31.094Z] -- The C compiler identification is GNU 8.3.0 [2021-02-04T14:37:31.094Z] -- Check for working C compiler: /usr/bin/cc [2021-02-04T14:37:31.366Z] -- Check for working C compiler: /usr/bin/cc -- works [2021-02-04T14:37:31.366Z] -- Detecting C compiler ABI info [2021-02-04T14:37:31.638Z] -- Detecting C compiler ABI info - done [2021-02-04T14:37:31.638Z] -- Detecting C compile features [2021-02-04T14:37:32.613Z] -- Detecting C compile features - done [2021-02-04T14:37:32.613Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2021-02-04T14:37:32.613Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2021-02-04T14:37:32.613Z] -- Found LIBYAML: /usr/lib/libyaml.so [2021-02-04T14:37:32.613Z] -- Found LIBUUID: /usr/lib/libuuid.so [2021-02-04T14:37:32.613Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2021-02-04T14:37:32.613Z] -- C SDK 0.0.0 for Linux [2021-02-04T14:37:32.613Z] -- Performing Test CSDK_HAVE_ATOMIC [2021-02-04T14:37:32.935Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2021-02-04T14:37:32.935Z] -- Found Curses: /usr/lib/libcurses.so [2021-02-04T14:37:32.935Z] -- Configuring done [2021-02-04T14:37:33.212Z] -- Generating done [2021-02-04T14:37:33.212Z] -- Build files have been written to: /tmp/sdk/build/debug [2021-02-04T14:37:33.212Z] + make [2021-02-04T14:37:33.212Z] + tee debug.log [2021-02-04T14:37:33.497Z] Scanning dependencies of target csdk [2021-02-04T14:37:33.497Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2021-02-04T14:37:34.137Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2021-02-04T14:37:34.419Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2021-02-04T14:37:34.716Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2021-02-04T14:37:35.315Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2021-02-04T14:37:35.606Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2021-02-04T14:37:35.606Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2021-02-04T14:37:36.205Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2021-02-04T14:37:36.797Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2021-02-04T14:37:37.067Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2021-02-04T14:37:37.339Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2021-02-04T14:37:37.612Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2021-02-04T14:37:37.884Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2021-02-04T14:37:38.159Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2021-02-04T14:37:38.159Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2021-02-04T14:37:39.135Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2021-02-04T14:37:39.407Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2021-02-04T14:37:39.679Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2021-02-04T14:37:39.954Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2021-02-04T14:37:40.227Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2021-02-04T14:37:40.826Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2021-02-04T14:37:41.103Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2021-02-04T14:37:41.378Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2021-02-04T14:37:41.378Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2021-02-04T14:37:41.654Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2021-02-04T14:37:41.928Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2021-02-04T14:37:42.200Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2021-02-04T14:37:42.474Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2021-02-04T14:37:42.746Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2021-02-04T14:37:42.746Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2021-02-04T14:37:43.342Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2021-02-04T14:37:43.342Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2021-02-04T14:37:43.937Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2021-02-04T14:37:44.209Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2021-02-04T14:37:45.177Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2021-02-04T14:37:45.448Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2021-02-04T14:37:45.717Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2021-02-04T14:37:45.988Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2021-02-04T14:37:46.258Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2021-02-04T14:37:47.234Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2021-02-04T14:37:47.507Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2021-02-04T14:37:48.484Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2021-02-04T14:37:48.757Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2021-02-04T14:37:49.030Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2021-02-04T14:37:49.300Z] [ 71%] Linking C shared library libcsdk.so [2021-02-04T14:37:49.573Z] [ 71%] Built target csdk [2021-02-04T14:37:49.573Z] Scanning dependencies of target template [2021-02-04T14:37:49.573Z] [ 73%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2021-02-04T14:37:49.844Z] [ 74%] Linking C executable template [2021-02-04T14:37:50.115Z] [ 74%] Built target template [2021-02-04T14:37:50.115Z] Scanning dependencies of target device-counter [2021-02-04T14:37:50.115Z] [ 76%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2021-02-04T14:37:50.386Z] [ 77%] Linking C executable device-counter [2021-02-04T14:37:50.657Z] [ 77%] Built target device-counter [2021-02-04T14:37:50.657Z] Scanning dependencies of target device-random [2021-02-04T14:37:50.657Z] [ 79%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2021-02-04T14:37:50.930Z] [ 80%] Linking C executable device-random [2021-02-04T14:37:51.202Z] [ 80%] Built target device-random [2021-02-04T14:37:51.202Z] Scanning dependencies of target device-gyro [2021-02-04T14:37:51.202Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2021-02-04T14:37:51.473Z] [ 84%] Linking C executable device-gyro [2021-02-04T14:37:51.473Z] [ 84%] Built target device-gyro [2021-02-04T14:37:51.473Z] Scanning dependencies of target device-bitfields [2021-02-04T14:37:51.745Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2021-02-04T14:37:51.745Z] [ 87%] Linking C executable device-bitfields [2021-02-04T14:37:52.025Z] [ 87%] Built target device-bitfields [2021-02-04T14:37:52.025Z] Scanning dependencies of target template-discovery [2021-02-04T14:37:52.025Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2021-02-04T14:37:52.297Z] [ 90%] Linking C executable template-discovery [2021-02-04T14:37:52.571Z] [ 90%] Built target template-discovery [2021-02-04T14:37:52.571Z] Scanning dependencies of target device-file [2021-02-04T14:37:52.571Z] [ 92%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2021-02-04T14:37:52.843Z] [ 93%] Linking C executable device-file [2021-02-04T14:37:53.115Z] [ 93%] Built target device-file [2021-02-04T14:37:53.115Z] Scanning dependencies of target device-terminal [2021-02-04T14:37:53.115Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2021-02-04T14:37:53.388Z] [ 96%] Linking C executable device-terminal [2021-02-04T14:37:53.661Z] [ 96%] Built target device-terminal [2021-02-04T14:37:53.661Z] Scanning dependencies of target templatev1 [2021-02-04T14:37:53.661Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2021-02-04T14:37:53.932Z] [100%] Linking C executable templatev1 [2021-02-04T14:37:54.209Z] [100%] Built target templatev1 [2021-02-04T14:37:54.209Z] make: Entering directory '/tmp/sdk/build/release' [2021-02-04T14:37:54.209Z] make[1]: Entering directory '/tmp/sdk/build/release' [2021-02-04T14:37:54.209Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-02-04T14:37:54.480Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-02-04T14:37:54.480Z] [ 71%] Built target csdk [2021-02-04T14:37:54.480Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-02-04T14:37:54.480Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-02-04T14:37:54.480Z] [ 74%] Built target template [2021-02-04T14:37:54.480Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-02-04T14:37:54.480Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-02-04T14:37:54.480Z] [ 77%] Built target device-counter [2021-02-04T14:37:54.480Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-02-04T14:37:54.480Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-02-04T14:37:54.480Z] [ 80%] Built target device-random [2021-02-04T14:37:54.480Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-02-04T14:37:54.480Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-02-04T14:37:54.480Z] [ 84%] Built target device-gyro [2021-02-04T14:37:54.480Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-02-04T14:37:54.480Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-02-04T14:37:54.750Z] [ 87%] Built target device-bitfields [2021-02-04T14:37:54.750Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-02-04T14:37:54.750Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-02-04T14:37:54.750Z] [ 90%] Built target template-discovery [2021-02-04T14:37:54.750Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-02-04T14:37:54.750Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-02-04T14:37:54.750Z] [ 93%] Built target device-file [2021-02-04T14:37:54.750Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-02-04T14:37:54.750Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-02-04T14:37:54.750Z] [ 96%] Built target device-terminal [2021-02-04T14:37:54.750Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-02-04T14:37:54.750Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-02-04T14:37:54.750Z] [100%] Built target templatev1 [2021-02-04T14:37:54.750Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2021-02-04T14:37:54.750Z] Install the project... [2021-02-04T14:37:54.750Z] -- Install configuration: "Release" [2021-02-04T14:37:54.750Z] -- Installing: /usr/local/lib/libcsdk.so [2021-02-04T14:37:54.750Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2021-02-04T14:37:54.750Z] -- Up-to-date: /usr/local/include [2021-02-04T14:37:54.750Z] -- Installing: /usr/local/include/edgex [2021-02-04T14:37:54.750Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2021-02-04T14:37:54.750Z] -- Installing: /usr/local/include/edgex/eventgen.h [2021-02-04T14:37:54.750Z] -- Installing: /usr/local/include/edgex/error.h [2021-02-04T14:37:54.750Z] -- Installing: /usr/local/include/edgex/rest-server.h [2021-02-04T14:37:54.750Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2021-02-04T14:37:54.750Z] -- Installing: /usr/local/include/edgex/devsdk.h [2021-02-04T14:37:54.750Z] -- Installing: /usr/local/include/edgex/edgex.h [2021-02-04T14:37:54.750Z] -- Installing: /usr/local/include/edgex/devices.h [2021-02-04T14:37:54.750Z] -- Installing: /usr/local/include/edgex/os.h [2021-02-04T14:37:54.750Z] -- Installing: /usr/local/include/edgex/profiles.h [2021-02-04T14:37:54.750Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2021-02-04T14:37:54.750Z] -- Installing: /usr/local/include/devsdk [2021-02-04T14:37:54.750Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2021-02-04T14:37:54.750Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2021-02-04T14:37:54.750Z] -- Installing: /usr/local/include/iot [2021-02-04T14:37:54.750Z] -- Installing: /usr/local/include/iot/json.h [2021-02-04T14:37:54.750Z] -- Installing: /usr/local/include/iot/container.h [2021-02-04T14:37:54.750Z] -- Installing: /usr/local/include/iot/component.h [2021-02-04T14:37:54.750Z] -- Installing: /usr/local/include/iot/typecode.h [2021-02-04T14:37:54.750Z] -- Installing: /usr/local/include/iot/iot.h [2021-02-04T14:37:54.750Z] -- Installing: /usr/local/include/iot/time.h [2021-02-04T14:37:54.750Z] -- Installing: /usr/local/include/iot/hash.h [2021-02-04T14:37:54.750Z] -- Installing: /usr/local/include/iot/logger.h [2021-02-04T14:37:54.750Z] -- Installing: /usr/local/include/iot/os [2021-02-04T14:37:54.750Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2021-02-04T14:37:54.750Z] -- Installing: /usr/local/include/iot/os/linux.h [2021-02-04T14:37:54.750Z] -- Installing: /usr/local/include/iot/os/macos.h [2021-02-04T14:37:54.750Z] -- Installing: /usr/local/include/iot/scheduler.h [2021-02-04T14:37:54.750Z] -- Installing: /usr/local/include/iot/data.h [2021-02-04T14:37:54.750Z] -- Installing: /usr/local/include/iot/thread.h [2021-02-04T14:37:54.750Z] -- Installing: /usr/local/include/iot/os.h [2021-02-04T14:37:54.750Z] -- Installing: /usr/local/include/iot/base64.h [2021-02-04T14:37:54.750Z] -- Installing: /usr/local/include/iot/defs.h [2021-02-04T14:37:54.750Z] -- Installing: /usr/local/include/iot/threadpool.h [2021-02-04T14:37:54.750Z] -- Installing: /usr/local/include/iot/config.h [2021-02-04T14:37:54.750Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2021-02-04T14:37:54.750Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2021-02-04T14:37:55.024Z] make: Leaving directory '/tmp/sdk/build/release' [2021-02-04T14:37:56.996Z] Removing intermediate container bdd0339e06e2 [2021-02-04T14:37:56.996Z] ---> 9bad2a620e6c [2021-02-04T14:37:56.996Z] Step 14/21 : FROM ${BASE} [2021-02-04T14:37:56.996Z] ---> b23d30803547 [2021-02-04T14:37:56.996Z] Step 15/21 : LABEL maintainer="IOTech " [2021-02-04T14:37:57.267Z] ---> Running in 98270af016c5 [2021-02-04T14:37:57.859Z] Removing intermediate container 98270af016c5 [2021-02-04T14:37:57.859Z] ---> a59e61e382a6 [2021-02-04T14:37:57.859Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2021-02-04T14:37:57.859Z] ---> Running in acaba6c42133 [2021-02-04T14:37:59.288Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2021-02-04T14:37:59.882Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2021-02-04T14:38:00.152Z] (1/3) Installing curl (7.64.0-r5) [2021-02-04T14:38:00.422Z] (2/3) Installing libuuid (2.33-r0) [2021-02-04T14:38:00.422Z] (3/3) Installing wget (1.20.3-r0) [2021-02-04T14:38:00.695Z] Executing busybox-1.29.3-r10.trigger [2021-02-04T14:38:00.968Z] OK: 281 MiB in 78 packages [2021-02-04T14:38:02.402Z] Removing intermediate container acaba6c42133 [2021-02-04T14:38:02.402Z] ---> 49b842034a1e [2021-02-04T14:38:02.402Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2021-02-04T14:38:02.994Z] ---> 57213b59fb4f [2021-02-04T14:38:02.994Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2021-02-04T14:38:03.587Z] ---> 07bc88cc90a0 [2021-02-04T14:38:03.587Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2021-02-04T14:38:04.559Z] ---> ce10c4630ad7 [2021-02-04T14:38:04.559Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2021-02-04T14:38:05.151Z] ---> cf5f7d994bfa [2021-02-04T14:38:05.151Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2021-02-04T14:38:06.129Z] ---> d2c1d3b9f79a [2021-02-04T14:38:06.129Z] Successfully built d2c1d3b9f79a [2021-02-04T14:38:06.129Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T14:38:06.860Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T14:38:06.860Z] . [Pipeline] withDockerContainer [2021-02-04T14:38:07.129Z] prd-ubuntu18.04-docker-arm64-4c-16g-24984 does not seem to be running inside a container [2021-02-04T14:38:07.216Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/5 -v /w/workspace/device-sdk-c/5:/w/workspace/device-sdk-c/5:rw,z -v /w/workspace/device-sdk-c/5@tmp:/w/workspace/device-sdk-c/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-04T14:38:08.721Z] $ docker top 1c7d5580242845c384d1879b88b7796ca42d41982aa1be47ca708456afbd7545 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T14:38:09.811Z] + make test [2021-02-04T14:38:09.811Z] echo "make test" [2021-02-04T14:38:09.811Z] make test [Pipeline] } [2021-02-04T14:38:09.841Z] $ docker stop --time=1 1c7d5580242845c384d1879b88b7796ca42d41982aa1be47ca708456afbd7545 [2021-02-04T14:38:11.737Z] $ docker rm -f 1c7d5580242845c384d1879b88b7796ca42d41982aa1be47ca708456afbd7545 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T14:38:12.721Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-04T14:38:13.058Z] + ls -al . [2021-02-04T14:38:13.058Z] total 192 [2021-02-04T14:38:13.058Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 4 14:35 . [2021-02-04T14:38:13.058Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 4 14:35 .. [2021-02-04T14:38:13.058Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 4 14:35 .git [2021-02-04T14:38:13.058Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 4 14:35 .github [2021-02-04T14:38:13.058Z] -rw-rw-r-- 1 jenkins jenkins 176 Feb 4 14:35 .gitignore [2021-02-04T14:38:13.058Z] -rw-rw-r-- 1 jenkins jenkins 3104 Feb 4 14:35 Attribution.txt [2021-02-04T14:38:13.058Z] -rw-rw-r-- 1 jenkins jenkins 6490 Feb 4 14:35 CHANGES [2021-02-04T14:38:13.058Z] -rw-rw-r-- 1 jenkins jenkins 108574 Feb 4 14:35 Doxyfile [2021-02-04T14:38:13.058Z] -rw-rw-r-- 1 jenkins jenkins 784 Feb 4 14:35 Jenkinsfile [2021-02-04T14:38:13.058Z] -rw-rw-r-- 1 jenkins jenkins 10174 Feb 4 14:35 LICENSE [2021-02-04T14:38:13.058Z] -rw-rw-r-- 1 jenkins jenkins 449 Feb 4 14:35 Makefile [2021-02-04T14:38:13.058Z] -rw-rw-r-- 1 jenkins jenkins 2697 Feb 4 14:35 README.md [2021-02-04T14:38:13.058Z] -rw-rw-r-- 1 jenkins jenkins 6451 Feb 4 14:35 README.v2.md [2021-02-04T14:38:13.058Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 4 14:35 VERSION [2021-02-04T14:38:13.058Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 4 14:35 docs [2021-02-04T14:38:13.058Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 4 14:35 include [2021-02-04T14:38:13.058Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 4 14:35 scripts [2021-02-04T14:38:13.058Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 4 14:35 src [Pipeline] isUnix [Pipeline] sh [2021-02-04T14:38:13.396Z] + docker build -t docker-device-sdk-c-arm64 -f scripts/Dockerfile.alpine --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=68613c929cb1eddbf0c3bf62aba01aab2d090aab --label arch=arm64 --label version=0.0.0 . [2021-02-04T14:38:13.667Z] Sending build context to Docker daemon 2.552MB [2021-02-04T14:38:13.939Z] Step 1/15 : ARG BASE=alpine:3.12 [2021-02-04T14:38:13.940Z] Step 2/15 : FROM ${BASE} [2021-02-04T14:38:13.940Z] ---> d2c1d3b9f79a [2021-02-04T14:38:13.940Z] Step 3/15 : LABEL maintainer="IOTech " [2021-02-04T14:38:14.220Z] ---> Running in 2149858d0683 [2021-02-04T14:38:14.529Z] Removing intermediate container 2149858d0683 [2021-02-04T14:38:14.529Z] ---> de31ec32c09c [2021-02-04T14:38:14.529Z] 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 [2021-02-04T14:38:14.838Z] ---> Running in b14b85e3ef84 [2021-02-04T14:38:15.874Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2021-02-04T14:38:16.848Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2021-02-04T14:38:17.118Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2021-02-04T14:38:17.118Z] (2/6) Installing libblkid (2.33-r0) [2021-02-04T14:38:17.388Z] (3/6) Installing libfdisk (2.33-r0) [2021-02-04T14:38:17.388Z] (4/6) Installing libmount (2.33-r0) [2021-02-04T14:38:17.388Z] (5/6) Installing libsmartcols (2.33-r0) [2021-02-04T14:38:17.660Z] (6/6) Installing util-linux-dev (2.33-r0) [2021-02-04T14:38:17.930Z] Executing busybox-1.29.3-r10.trigger [2021-02-04T14:38:17.930Z] OK: 286 MiB in 84 packages [2021-02-04T14:38:19.372Z] Removing intermediate container b14b85e3ef84 [2021-02-04T14:38:19.372Z] ---> 192d7595478c [2021-02-04T14:38:19.372Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2021-02-04T14:38:19.969Z] ---> c436bd1004b1 [2021-02-04T14:38:19.969Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2021-02-04T14:38:20.943Z] ---> 253bb7c9fc63 [2021-02-04T14:38:20.943Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2021-02-04T14:38:21.537Z] ---> 93b78146a774 [2021-02-04T14:38:21.537Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2021-02-04T14:38:22.129Z] ---> 7f7d1c202fdc [2021-02-04T14:38:22.129Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2021-02-04T14:38:22.721Z] ---> 80112cdd01ff [2021-02-04T14:38:22.721Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2021-02-04T14:38:23.317Z] ---> b7ca862d9f31 [2021-02-04T14:38:23.317Z] Step 11/15 : WORKDIR /edgex-c-sdk [2021-02-04T14:38:23.588Z] ---> Running in e488a9245108 [2021-02-04T14:38:23.859Z] Removing intermediate container e488a9245108 [2021-02-04T14:38:23.859Z] ---> c18f18691e0b [2021-02-04T14:38:23.859Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2021-02-04T14:38:24.131Z] ---> Running in a92867c86ad4 [2021-02-04T14:38:24.724Z] Removing intermediate container a92867c86ad4 [2021-02-04T14:38:24.724Z] ---> 0bcc100fe485 [2021-02-04T14:38:24.724Z] Step 13/15 : LABEL arch=arm64 [2021-02-04T14:38:24.724Z] ---> Running in 1cb0aec58a93 [2021-02-04T14:38:25.316Z] Removing intermediate container 1cb0aec58a93 [2021-02-04T14:38:25.316Z] ---> 6cac69852d7e [2021-02-04T14:38:25.316Z] Step 14/15 : LABEL git_sha=68613c929cb1eddbf0c3bf62aba01aab2d090aab [2021-02-04T14:38:25.316Z] ---> Running in 012c5dcc9391 [2021-02-04T14:38:25.909Z] Removing intermediate container 012c5dcc9391 [2021-02-04T14:38:25.909Z] ---> c292597d8326 [2021-02-04T14:38:25.909Z] Step 15/15 : LABEL version=0.0.0 [2021-02-04T14:38:25.909Z] ---> Running in be8486b84c27 [2021-02-04T14:38:26.502Z] Removing intermediate container be8486b84c27 [2021-02-04T14:38:26.502Z] ---> aae47f3c8a3b [2021-02-04T14:38:26.502Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-02-04T14:38:26.502Z] Successfully built aae47f3c8a3b [2021-02-04T14:38:26.502Z] 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 [2021-02-04T14:38:29.229Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T14:38:29.909Z] ---> package-listing.sh [2021-02-04T14:38:29.909Z] ++ facter osfamily [2021-02-04T14:38:29.909Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-04T14:38:30.187Z] + OS_FAMILY=redhat [2021-02-04T14:38:30.187Z] + workspace=/w/workspace/edgexfoundry_device-sdk-c_PR-313 [2021-02-04T14:38:30.187Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-04T14:38:30.187Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-04T14:38:30.187Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-04T14:38:30.187Z] + PACKAGES=/tmp/packages_start.txt [2021-02-04T14:38:30.187Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-313 ']' [2021-02-04T14:38:30.187Z] + PACKAGES=/tmp/packages_end.txt [2021-02-04T14:38:30.187Z] + case "${OS_FAMILY}" in [2021-02-04T14:38:30.187Z] + rpm -qa [2021-02-04T14:38:30.187Z] + sort [2021-02-04T14:38:39.250Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-04T14:38:39.250Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-04T14:38:39.250Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-04T14:38:39.250Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-313 ']' [2021-02-04T14:38:39.251Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_PR-313/archives/ [2021-02-04T14:38:39.251Z] + 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 [2021-02-04T14:38:39.276Z] 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 [2021-02-04T14:38:39.658Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-04T14:38:40.300Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T14:38:40.571Z] [2021-02-04T14:38:40.571Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-04T14:38:40.980Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T14:38:41.274Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-04T14:38:41.274Z] df20fa9351a1: Pulling fs layer [2021-02-04T14:38:41.274Z] 36b3adc4ff6f: Pulling fs layer [2021-02-04T14:38:41.274Z] 8ad3a11d3b57: Pulling fs layer [2021-02-04T14:38:41.274Z] 46f8f816bc3b: Pulling fs layer [2021-02-04T14:38:41.274Z] 93b61091891f: Pulling fs layer [2021-02-04T14:38:41.274Z] 93b9cdb0e59b: Pulling fs layer [2021-02-04T14:38:41.274Z] 5e14af77c1be: Pulling fs layer [2021-02-04T14:38:41.274Z] 01666e4c0597: Pulling fs layer [2021-02-04T14:38:41.274Z] aa168da1d23b: Pulling fs layer [2021-02-04T14:38:41.274Z] 93b9cdb0e59b: Waiting [2021-02-04T14:38:41.274Z] 46f8f816bc3b: Waiting [2021-02-04T14:38:41.274Z] 5e14af77c1be: Waiting [2021-02-04T14:38:41.274Z] aa168da1d23b: Waiting [2021-02-04T14:38:41.274Z] 01666e4c0597: Waiting [2021-02-04T14:38:41.274Z] 36b3adc4ff6f: Verifying Checksum [2021-02-04T14:38:41.274Z] 36b3adc4ff6f: Download complete [2021-02-04T14:38:41.274Z] 46f8f816bc3b: Verifying Checksum [2021-02-04T14:38:41.274Z] 46f8f816bc3b: Download complete [2021-02-04T14:38:41.274Z] df20fa9351a1: Verifying Checksum [2021-02-04T14:38:41.274Z] df20fa9351a1: Download complete [2021-02-04T14:38:41.274Z] 93b9cdb0e59b: Verifying Checksum [2021-02-04T14:38:41.274Z] 93b9cdb0e59b: Download complete [2021-02-04T14:38:41.549Z] 93b61091891f: Verifying Checksum [2021-02-04T14:38:41.549Z] 93b61091891f: Download complete [2021-02-04T14:38:41.549Z] 5e14af77c1be: Verifying Checksum [2021-02-04T14:38:41.549Z] 5e14af77c1be: Download complete [2021-02-04T14:38:41.549Z] 01666e4c0597: Verifying Checksum [2021-02-04T14:38:41.549Z] 01666e4c0597: Download complete [2021-02-04T14:38:42.179Z] df20fa9351a1: Pull complete [2021-02-04T14:38:42.456Z] 36b3adc4ff6f: Pull complete [2021-02-04T14:38:42.456Z] 8ad3a11d3b57: Verifying Checksum [2021-02-04T14:38:42.456Z] 8ad3a11d3b57: Download complete [2021-02-04T14:38:44.713Z] 8ad3a11d3b57: Pull complete [2021-02-04T14:38:44.713Z] 46f8f816bc3b: Pull complete [2021-02-04T14:38:45.547Z] 93b61091891f: Pull complete [2021-02-04T14:38:45.547Z] 93b9cdb0e59b: Pull complete [2021-02-04T14:38:46.053Z] 5e14af77c1be: Pull complete [2021-02-04T14:38:46.053Z] 01666e4c0597: Pull complete [2021-02-04T14:38:48.982Z] aa168da1d23b: Verifying Checksum [2021-02-04T14:38:48.982Z] aa168da1d23b: Download complete [2021-02-04T14:39:04.294Z] aa168da1d23b: Pull complete [2021-02-04T14:39:04.294Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-04T14:39:04.294Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T14:39:04.294Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-04T14:39:04.656Z] prd-centos7-docker-4c-2g-24977 does not seem to be running inside a container [2021-02-04T14:39:04.790Z] $ 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 [2021-02-04T14:39:06.272Z] $ docker top aa079738f15975a71d18ebaa6d3883af444db8c3f35a7086e0c99ea945280fe9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T14:39:07.138Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-04T14:39:07.617Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-04T14:39:07.971Z] + ls /var/log/sa-host [2021-02-04T14:39:07.971Z] + sadf -c /var/log/sa-host/sa04 [2021-02-04T14:39:07.971Z] file_magic: OK [2021-02-04T14:39:07.971Z] HZ: Using current value: 100 [2021-02-04T14:39:07.971Z] file_header: OK [2021-02-04T14:39:07.971Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-04T14:39:07.971Z] Statistics: [2021-02-04T14:39:07.971Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-04T14:39:07.971Z] File successfully converted to sysstat format version 12.2.1 [2021-02-04T14:39:07.986Z] + sadf -c /var/log/sa-host/sa23 [2021-02-04T14:39:07.986Z] file_magic: OK [2021-02-04T14:39:07.986Z] HZ: Using current value: 100 [2021-02-04T14:39:07.986Z] file_header: OK [2021-02-04T14:39:07.986Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-04T14:39:07.986Z] Statistics: [2021-02-04T14:39:07.986Z] Hnuu...uuuununununu... [2021-02-04T14:39:07.986Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-04T14:39:08.591Z] provisioning config files... [2021-02-04T14:39:08.618Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_PR-313@tmp/config8323769111928576613tmp [Pipeline] { [Pipeline] echo [2021-02-04T14:39:08.694Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T14:39:09.006Z] ---> create-netrc.sh [Pipeline] } [2021-02-04T14:39:09.288Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-04T14:39:09.399Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T14:39:10.106Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-04T14:39:10.119Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T14:39:10.463Z] ---> sudo-logs.sh [2021-02-04T14:39:10.463Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-04T14:39:10.476Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T14:39:10.811Z] ---> job-cost.sh [2021-02-04T14:39:11.117Z] lf-activate-venv: SKIPPING [2021-02-04T14:39:11.117Z] INFO: No Stack... [2021-02-04T14:39:12.107Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-04T14:39:13.206Z] INFO: Archiving Costs [Pipeline] echo [2021-02-04T14:39:13.229Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T14:39:13.616Z] ---> logs-deploy.sh [2021-02-04T14:39:13.616Z] lf-activate-venv: SKIPPING [2021-02-04T14:39:13.616Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/PR-313/5 [2021-02-04T14:39:13.616Z] INFO: archiving workspace using pattern(s): [2021-02-04T14:39:16.235Z] Archives upload complete. [2021-02-04T14:39:16.235Z] INFO: archiving logs to Nexus