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 14:34:54 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 14:34:54 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:34:54 ========================================================= 14:34:54 EdgeX Global Pipelines Version Info 14:34:54 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:34:57 ------------------- 14:34:57 stable info: 14:34:57 ------------------- 14:34:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:34:57 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 14:34:57 Message: update stable to v1.0.179 14:34:57 ------------------- 14:34:57 experimental info: 14:34:57 ------------------- 14:34:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:34:57 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 14:34:57 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:34:58 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-c-settings [Pipeline] echo 14:34:58 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-c [Pipeline] echo 14:34:58 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:34:58 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:34:58 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:34:58 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [Pipeline] echo 14:34:58 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = scripts/Dockerfile.alpine [Pipeline] echo 14:34:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = scripts/Dockerfile.alpine-base [Pipeline] echo 14:34:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:34:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-c [Pipeline] echo 14:34:59 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:34:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:34:59 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:34:59 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 14:34:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:34:59 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 14:34:59 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 14:34:59 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 14:35:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-313 [Pipeline] echo 14:35:00 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-313 [Pipeline] echo 14:35:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-313 [Pipeline] echo 14:35:00 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 68613c929cb1eddbf0c3bf62aba01aab2d090aab [Pipeline] echo 14:35:00 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 68613c9 [Pipeline] echo 14:35:00 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:35:00 provisioning config files... 14:35:00 copy managed file [device-sdk-c-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_PR-313@tmp/config2454601471154147216tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:35:01 ---> docker-login.sh 14:35:01 nexus3.edgexfoundry.org:10001 14:35:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:35:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:35:02 Configure a credential helper to remove this warning. See 14:35:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:35:02 14:35:02 Login Succeeded 14:35:02 nexus3.edgexfoundry.org:10002 14:35:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:35:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:35:02 Configure a credential helper to remove this warning. See 14:35:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:35:02 14:35:02 Login Succeeded 14:35:02 nexus3.edgexfoundry.org:10003 14:35:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:35:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:35:03 Configure a credential helper to remove this warning. See 14:35:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:35:03 14:35:03 Login Succeeded 14:35:03 nexus3.edgexfoundry.org:10004 14:35:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:35:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:35:03 Configure a credential helper to remove this warning. See 14:35:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:35:03 14:35:03 Login Succeeded 14:35:03 docker.io 14:35:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:35:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:35:04 Configure a credential helper to remove this warning. See 14:35:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:35:04 14:35:04 Login Succeeded 14:35:04 ---> docker-login.sh ends [Pipeline] } 14:35:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 14:35:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:35:06 14:35:06 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:35:06 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:35:06 latest: Pulling from edgex-devops/git-semver 14:35:06 31603596830f: Pulling fs layer 14:35:06 2a8b12db71e7: Pulling fs layer 14:35:06 6ca5941a6612: Pulling fs layer 14:35:06 ecc8261a40a4: Pulling fs layer 14:35:06 ecc8261a40a4: Waiting 14:35:06 2a8b12db71e7: Verifying Checksum 14:35:06 2a8b12db71e7: Download complete 14:35:06 31603596830f: Verifying Checksum 14:35:06 31603596830f: Download complete 14:35:06 ecc8261a40a4: Verifying Checksum 14:35:06 ecc8261a40a4: Download complete 14:35:07 6ca5941a6612: Verifying Checksum 14:35:07 6ca5941a6612: Download complete 14:35:08 31603596830f: Pull complete 14:35:08 2a8b12db71e7: Pull complete 14:35:10 6ca5941a6612: Pull complete 14:35:11 ecc8261a40a4: Pull complete 14:35:11 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 14:35:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:35:11 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:35:11 prd-centos7-docker-4c-2g-24977 does not seem to be running inside a container 14:35:11 $ 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 14:35:15 $ docker top 425f9b0056bfedb3ef28b81861b0b60e109a2639e13c0971ed2c7caaf961a70e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:35:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:35:16 [ssh-agent] Looking for ssh-agent implementation... 14:35:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:35:16 $ docker exec 425f9b0056bfedb3ef28b81861b0b60e109a2639e13c0971ed2c7caaf961a70e ssh-agent 14:35:17 SSH_AUTH_SOCK=/tmp/ssh-HPBy3nN8Iw7E/agent.13 14:35:17 SSH_AGENT_PID=18 14:35:17 Running ssh-add (command line suppressed) 14:35:17 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) 14:35:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:35:18 + git tag --points-at HEAD [Pipeline] } 14:35:18 $ docker exec --env ******** --env ******** 425f9b0056bfedb3ef28b81861b0b60e109a2639e13c0971ed2c7caaf961a70e ssh-agent -k 14:35:18 unset SSH_AUTH_SOCK; 14:35:18 unset SSH_AGENT_PID; 14:35:18 echo Agent pid 18 killed; 14:35:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:35:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:35:18 [ssh-agent] Looking for ssh-agent implementation... 14:35:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:35:19 $ docker exec 425f9b0056bfedb3ef28b81861b0b60e109a2639e13c0971ed2c7caaf961a70e ssh-agent 14:35:19 SSH_AUTH_SOCK=/tmp/ssh-1FAjH1o4oISI/agent.47 14:35:19 SSH_AGENT_PID=52 14:35:19 Running ssh-add (command line suppressed) 14:35:19 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) 14:35:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:35:20 + git semver init 14:35:20 # -> Open(): unable to determine branch for HEAD 14:35:20 # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_PR-313/.git 14:35:20 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_PR-313 14:35:20 # $SEMVER_REMOTE_NAME = origin 14:35:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:35:20 # $SEMVER_USER_NAME = edgex-jenkins 14:35:20 # $SEMVER_BRANCH = PR-313 14:35:20 # $SEMVER_TEMP = /tmp/semver-902738816 14:35:20 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-c.git $SEMVER_TEMP 14:35:21 # '/tmp/semver-902738816' -> '/w/workspace/edgexfoundry_device-sdk-c_PR-313/.semver' 14:35:21 # -> Force: false 14:35:21 # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_PR-313/.semver [Pipeline] } 14:35:21 $ docker exec --env ******** --env ******** 425f9b0056bfedb3ef28b81861b0b60e109a2639e13c0971ed2c7caaf961a70e ssh-agent -k 14:35:22 unset SSH_AUTH_SOCK; 14:35:22 unset SSH_AGENT_PID; 14:35:22 echo Agent pid 52 killed; 14:35:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:35:22 + git semver [Pipeline] } 14:35:22 $ docker stop --time=1 425f9b0056bfedb3ef28b81861b0b60e109a2639e13c0971ed2c7caaf961a70e 14:35:24 $ docker rm -f 425f9b0056bfedb3ef28b81861b0b60e109a2639e13c0971ed2c7caaf961a70e [Pipeline] // withDockerContainer [Pipeline] sh 14:35:25 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:35:25 Stashed 1 file(s) [Pipeline] echo 14:35:25 [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 14:35:26 Running on prd-centos7-docker-4c-2g-24978 in /w/workspace/edgexfoundry_device-sdk-c_PR-313 [Pipeline] { 14:35:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24984 in /w/workspace/edgexfoundry_device-sdk-c_PR-313 [Pipeline] { [Pipeline] ws 14:35:26 Running in /w/workspace/device-sdk-c/5 [Pipeline] { [Pipeline] ws 14:35:26 Running in /w/workspace/device-sdk-c/5 [Pipeline] { [Pipeline] checkout [Pipeline] checkout 14:35:29 using credential edgex-jenkins-ssh 14:35:29 Cloning the remote Git repository 14:35:29 Cloning repository git@github.com:edgexfoundry/device-sdk-c.git 14:35:29 > git init /w/workspace/device-sdk-c/5 # timeout=10 14:35:29 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git 14:35:29 > git --version # timeout=10 14:35:29 > git --version # 'git version 2.24.3' 14:35:29 using GIT_SSH to set credentials SSH Credentials for GitHub 14:35:29 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:35:30 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 14:35:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:35:30 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 14:35:30 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git 14:35:30 using GIT_SSH to set credentials SSH Credentials for GitHub 14:35:30 > 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 14:35:30 Merging remotes/origin/master commit e144b802fa1870b274eef210e2a0de0603b8b97f into PR head commit 68613c929cb1eddbf0c3bf62aba01aab2d090aab 14:35:30 Merge succeeded, producing 68613c929cb1eddbf0c3bf62aba01aab2d090aab 14:35:30 Checking out Revision 68613c929cb1eddbf0c3bf62aba01aab2d090aab (PR-313) 14:35:31 using credential edgex-jenkins-ssh 14:35:31 Cloning the remote Git repository 14:35:30 > git config core.sparsecheckout # timeout=10 14:35:30 > git checkout -f 68613c929cb1eddbf0c3bf62aba01aab2d090aab # timeout=10 14:35:30 > git remote # timeout=10 14:35:30 > git config --get remote.origin.url # timeout=10 14:35:30 using GIT_SSH to set credentials SSH Credentials for GitHub 14:35:30 > git merge e144b802fa1870b274eef210e2a0de0603b8b97f # timeout=10 14:35:30 > git rev-parse HEAD^{commit} # timeout=10 14:35:30 > git config core.sparsecheckout # timeout=10 14:35:30 > git checkout -f 68613c929cb1eddbf0c3bf62aba01aab2d090aab # timeout=10 14:35:31 Cloning repository git@github.com:edgexfoundry/device-sdk-c.git 14:35:31 > git init /w/workspace/device-sdk-c/5 # timeout=10 14:35:31 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git 14:35:31 > git --version # timeout=10 14:35:31 > git --version # 'git version 2.17.1' 14:35:31 using GIT_SSH to set credentials SSH Credentials for GitHub 14:35:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:35:32 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 14:35:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:35:32 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 14:35:32 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git 14:35:32 using GIT_SSH to set credentials SSH Credentials for GitHub 14:35:32 > 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 14:35:33 Merging remotes/origin/master commit e144b802fa1870b274eef210e2a0de0603b8b97f into PR head commit 68613c929cb1eddbf0c3bf62aba01aab2d090aab 14:35:33 Merge succeeded, producing 68613c929cb1eddbf0c3bf62aba01aab2d090aab 14:35:33 Checking out Revision 68613c929cb1eddbf0c3bf62aba01aab2d090aab (PR-313) 14:35:33 > git config core.sparsecheckout # timeout=10 14:35:33 > git checkout -f 68613c929cb1eddbf0c3bf62aba01aab2d090aab # timeout=10 14:35:33 > git remote # timeout=10 14:35:33 > git config --get remote.origin.url # timeout=10 14:35:33 using GIT_SSH to set credentials SSH Credentials for GitHub 14:35:33 > git merge e144b802fa1870b274eef210e2a0de0603b8b97f # timeout=10 14:35:33 > git rev-parse HEAD^{commit} # timeout=10 14:35:33 > git config core.sparsecheckout # timeout=10 14:35:33 > git checkout -f 68613c929cb1eddbf0c3bf62aba01aab2d090aab # timeout=10 14:35:34 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 14:35:35 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 14:35:35 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:35:36 + sudo service docker restart 14:35:36 + true 14:35:36 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { 14:35:37 Commit message: "fix: Don't use configuration profiles in registry" [Pipeline] wrap 14:35:37 provisioning config files... 14:35:37 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] { 14:35:38 ---> docker-login.sh 14:35:38 nexus3.edgexfoundry.org:10001 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:35:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:35:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:35:38 Configure a credential helper to remove this warning. See 14:35:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:35:38 14:35:38 Login Succeeded 14:35:38 nexus3.edgexfoundry.org:10002 14:35:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:35:39 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 14:35:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:35:39 Configure a credential helper to remove this warning. See 14:35:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:35:39 14:35:39 Login Succeeded 14:35:39 nexus3.edgexfoundry.org:10003 14:35:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:35:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:35:39 Configure a credential helper to remove this warning. See 14:35:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:35:39 14:35:39 Login Succeeded 14:35:39 nexus3.edgexfoundry.org:10004 [Pipeline] sh 14:35:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:35:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:35:39 Configure a credential helper to remove this warning. See 14:35:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:35:39 14:35:39 Login Succeeded 14:35:39 docker.io 14:35:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:35:39 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:35:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:35:39 Configure a credential helper to remove this warning. See 14:35:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:35:39 14:35:39 Login Succeeded 14:35:39 ---> docker-login.sh ends [Pipeline] } 14:35:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } 14:35:39 + + truesudo 14:35:39 service docker restart [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:35:40 ========================================================= 14:35:40 [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] 14:35:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:35:40 + 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 . 14:35:40 Sending build context to Docker daemon 2.553MB 14:35:40 Step 1/21 : ARG BASE=alpine:3.12 14:35:40 Step 2/21 : FROM ${BASE} as builder 14:35:40 latest: Pulling from edgex-devops/edgex-gcc-base 14:35:40 e7c96db7181b: Pulling fs layer 14:35:40 4c13bbce0fe7: Pulling fs layer 14:35:40 6059c847ac2f: Pulling fs layer 14:35:40 4c13bbce0fe7: Verifying Checksum 14:35:40 4c13bbce0fe7: Download complete 14:35:40 e7c96db7181b: Verifying Checksum 14:35:40 e7c96db7181b: Download complete 14:35:41 e7c96db7181b: Pull complete 14:35:41 4c13bbce0fe7: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:35:41 provisioning config files... 14:35:41 copy managed file [device-sdk-c-settings] to file:/w/workspace/device-sdk-c/5@tmp/config2502601542520787916tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:35:42 ---> docker-login.sh 14:35:42 nexus3.edgexfoundry.org:10001 14:35:43 6059c847ac2f: Verifying Checksum 14:35:43 6059c847ac2f: Download complete 14:35:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:35:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:35:43 Configure a credential helper to remove this warning. See 14:35:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:35:43 14:35:43 Login Succeeded 14:35:43 nexus3.edgexfoundry.org:10002 14:35:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:35:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:35:44 Configure a credential helper to remove this warning. See 14:35:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:35:44 14:35:44 Login Succeeded 14:35:44 nexus3.edgexfoundry.org:10003 14:35:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:35:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:35:45 Configure a credential helper to remove this warning. See 14:35:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:35:45 14:35:45 Login Succeeded 14:35:45 nexus3.edgexfoundry.org:10004 14:35:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:35:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:35:45 Configure a credential helper to remove this warning. See 14:35:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:35:45 14:35:45 Login Succeeded 14:35:45 docker.io 14:35:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:35:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:35:46 Configure a credential helper to remove this warning. See 14:35:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:35:46 14:35:46 Login Succeeded 14:35:46 ---> docker-login.sh ends [Pipeline] } 14:35:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:35:46 ========================================================= 14:35:46 [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] 14:35:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:35:46 + 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 . 14:35:47 Sending build context to Docker daemon 2.552MB 14:35:47 Step 1/21 : ARG BASE=alpine:3.12 14:35:47 Step 2/21 : FROM ${BASE} as builder 14:35:47 latest: Pulling from edgex-devops/edgex-gcc-base-arm64 14:35:47 0362ad1dd800: Pulling fs layer 14:35:47 f2cdb1532d8b: Pulling fs layer 14:35:47 37ed683be191: Pulling fs layer 14:35:47 f2cdb1532d8b: Verifying Checksum 14:35:47 f2cdb1532d8b: Download complete 14:35:47 0362ad1dd800: Verifying Checksum 14:35:47 0362ad1dd800: Download complete 14:35:48 0362ad1dd800: Pull complete 14:35:48 6059c847ac2f: Pull complete 14:35:48 Digest: sha256:6b5104d086ae1e5e8a284a473be9a93378e3934f9b07db5717372c857cbcbe5e 14:35:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest 14:35:48 ---> 5eabd8fd8ba2 14:35:48 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 14:35:48 f2cdb1532d8b: Pull complete 14:35:49 ---> Running in 4eae1d5d85bb 14:35:49 37ed683be191: Verifying Checksum 14:35:49 37ed683be191: Download complete 14:35:50 fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz 14:35:51 fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz 14:35:51 (1/8) Installing ncurses-dev (6.1_p20190105-r0) 14:35:51 (2/8) Installing libuuid (2.33-r0) 14:35:51 (3/8) Installing libblkid (2.33-r0) 14:35:51 (4/8) Installing libfdisk (2.33-r0) 14:35:52 (5/8) Installing libmount (2.33-r0) 14:35:52 (6/8) Installing libsmartcols (2.33-r0) 14:35:52 (7/8) Installing util-linux-dev (2.33-r0) 14:35:52 (8/8) Installing wget (1.20.3-r0) 14:35:52 Executing busybox-1.29.3-r10.trigger 14:35:52 OK: 272 MiB in 83 packages 14:35:53 Removing intermediate container 4eae1d5d85bb 14:35:53 ---> 020f674b3c4d 14:35:53 Step 4/21 : ENV CBOR_VERSION=0.5.0 14:35:53 ---> Running in ab0029844a67 14:35:53 Removing intermediate container ab0029844a67 14:35:53 ---> c09760c41505 14:35:53 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 14:35:53 ---> Running in a16a9472a0de 14:35:54 --2021-02-04 14:35:54-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz 14:35:54 Resolving github.com... 140.82.112.4 14:35:54 Connecting to github.com|140.82.112.4|:443... connected. 14:35:54 HTTP request sent, awaiting response... 302 Found 14:35:54 Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] 14:35:54 --2021-02-04 14:35:54-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 14:35:54 Resolving codeload.github.com... 140.82.113.10 14:35:54 Connecting to codeload.github.com|140.82.113.10|:443... connected. 14:35:54 HTTP request sent, awaiting response... 200 OK 14:35:54 Length: unspecified [application/x-gzip] 14:35:54 Saving to: 'STDOUT' 14:35:54 14:35:54 0K .......... .......... .......... .......... .......... 1.35M 14:35:54 50K .......... .......... .......... .......... .......... 2.71M 14:35:54 100K .......... .......... .......... .......... .......... 21.0M 14:35:54 150K .......... .......... .......... .......... .......... 27.9M 14:35:54 200K .......... .......... .......... .......... .......... 3.31M 14:35:54 250K .......... .......... .......... .......... .......... 7.10M 14:35:54 300K .......... .......... .......... .......... .......... 8.43M 14:35:54 350K .......... .......... .......... .......... .......... 11.6M 14:35:54 400K .......... .......... .......... .......... .......... 7.05M 14:35:54 450K .......... .......... .......... .......... .......... 6.70M 14:35:54 500K .......... .......... .......... .......... .......... 28.0M 14:35:54 550K .......... .......... .......... .......... .......... 6.48M 14:35:54 600K .......... .......... .......... .......... .......... 2.10M 14:35:54 650K .......... .......... .......... .......... .......... 6.26M 14:35:54 700K ..     29.8M=0.1s 14:35:54 14:35:54 2021-02-04 14:35:54 (4.75 MB/s) - written to stdout [719348] 14:35:54 14:35:54 -- The C compiler identification is GNU 8.3.0 14:35:54 -- The CXX compiler identification is GNU 8.3.0 14:35:54 -- Check for working C compiler: /usr/bin/cc 14:35:54 -- Check for working C compiler: /usr/bin/cc -- works 14:35:54 -- Detecting C compiler ABI info 14:35:55 -- Detecting C compiler ABI info - done 14:35:55 -- Detecting C compile features 14:35:55 -- Detecting C compile features - done 14:35:55 -- Check for working CXX compiler: /usr/bin/c++ 14:35:55 -- Check for working CXX compiler: /usr/bin/c++ -- works 14:35:55 -- Detecting CXX compiler ABI info 14:35:55 -- Detecting CXX compiler ABI info - done 14:35:55 -- Detecting CXX compile features 14:35:56 -- Detecting CXX compile features - done 14:35:56 -- Looking for include file endian.h 14:35:56 -- Looking for include file endian.h - found 14:35:56 -- Check if the system is big endian 14:35:56 -- Searching 16 bit integer 14:35:56 -- Looking for sys/types.h 14:35:56 -- Looking for sys/types.h - found 14:35:56 -- Looking for stdint.h 14:35:56 -- Looking for stdint.h - found 14:35:56 -- Looking for stddef.h 14:35:56 -- Looking for stddef.h - found 14:35:56 -- Check size of unsigned short 14:35:56 -- Check size of unsigned short - done 14:35:56 -- Using unsigned short 14:35:56 -- Check if the system is big endian - little endian 14:35:56 -- Check size of size_t 14:35:56 -- Check size of size_t - done 14:35:56 CMake Warning at examples/CMakeLists.txt:16 (find_package): 14:35:56 By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has 14:35:56 asked CMake to find a package configuration file provided by "cJSON", but 14:35:56 CMake did not find one. 14:35:56 14:35:56 Could not find a package configuration file provided by "cJSON" with any of 14:35:56 the following names: 14:35:56 14:35:56 cJSONConfig.cmake 14:35:56 cjson-config.cmake 14:35:56 14:35:56 Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set 14:35:56 "cJSON_DIR" to a directory containing one of the above files. If "cJSON" 14:35:56 provides a separate development package or SDK, be sure it has been 14:35:56 installed. 14:35:56 14:35:56 14:35:56 -- Configuring done 14:35:56 -- Generating done 14:35:56 -- Build files have been written to: /tmp/cbor 14:35:56 Scanning dependencies of target cbor_shared 14:35:56 [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o 14:35:57 [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o 14:35:57 [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o 14:35:57 [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o 14:35:57 [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o 14:35:57 [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o 14:35:57 [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o 14:35:57 [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o 14:35:57 [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o 14:35:57 [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o 14:35:57 [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o 14:35:57 [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o 14:35:58 [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o 14:35:58 [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o 14:35:58 [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o 14:35:58 [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o 14:35:58 [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o 14:35:58 [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o 14:35:58 [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o 14:35:58 [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o 14:35:58 [ 40%] Linking C shared library libcbor.so 14:35:58 [ 40%] Built target cbor_shared 14:35:58 Scanning dependencies of target cbor 14:35:58 [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o 14:35:58 [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o 14:35:59 [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o 14:35:59 [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o 14:35:59 [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o 14:35:59 [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o 14:35:59 [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o 14:35:59 [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o 14:35:59 [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o 14:35:59 37ed683be191: Pull complete 14:35:59 Digest: sha256:f3a502aba7c4a8aa4a4fcde21dbb9db33787f3779e80dd14fb3ea60ab67de23f 14:35:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest 14:35:59 ---> b23d30803547 14:35:59 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 14:35:59 [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o 14:35:59 [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o 14:36:00 [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o 14:36:00 [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o 14:36:00 [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o 14:36:00 ---> Running in 19f6d21e0abd 14:36:00 [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o 14:36:00 [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o 14:36:00 [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o 14:36:00 [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o 14:36:00 [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o 14:36:00 [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o 14:36:00 [ 80%] Linking C static library libcbor.a 14:36:00 [ 80%] Built target cbor 14:36:00 Scanning dependencies of target create_items 14:36:00 [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o 14:36:00 [ 84%] Linking C executable create_items 14:36:00 [ 84%] Built target create_items 14:36:00 Scanning dependencies of target readfile 14:36:00 [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o 14:36:00 [ 88%] Linking C executable readfile 14:36:01 [ 88%] Built target readfile 14:36:01 Scanning dependencies of target streaming_parser 14:36:01 [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o 14:36:01 [ 92%] Linking C executable streaming_parser 14:36:01 [ 92%] Built target streaming_parser 14:36:01 Scanning dependencies of target sort 14:36:01 [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o 14:36:01 [ 96%] Linking C executable sort 14:36:01 [ 96%] Built target sort 14:36:01 Scanning dependencies of target hello 14:36:01 [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o 14:36:01 fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz 14:36:01 [100%] Linking C executable hello 14:36:01 [100%] Built target hello 14:36:01 Install the project... 14:36:01 -- Install configuration: "Release" 14:36:01 -- Installing: /usr/local/include/cbor/configuration.h 14:36:01 -- Installing: /usr/local/lib64/libcbor.a 14:36:01 -- Installing: /usr/local/lib64/libcbor.so.0.0.0 14:36:01 -- Installing: /usr/local/lib64/libcbor.so.0 14:36:01 -- Installing: /usr/local/lib64/libcbor.so 14:36:01 -- Up-to-date: /usr/local/include/cbor 14:36:01 -- Installing: /usr/local/include/cbor/arrays.h 14:36:01 -- Installing: /usr/local/include/cbor/bytestrings.h 14:36:01 -- Installing: /usr/local/include/cbor/callbacks.h 14:36:01 -- Installing: /usr/local/include/cbor/common.h 14:36:01 -- Installing: /usr/local/include/cbor/data.h 14:36:01 -- Installing: /usr/local/include/cbor/encoding.h 14:36:01 -- Installing: /usr/local/include/cbor/floats_ctrls.h 14:36:01 -- Installing: /usr/local/include/cbor/internal 14:36:01 -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h 14:36:01 -- Installing: /usr/local/include/cbor/internal/encoders.h 14:36:01 -- Installing: /usr/local/include/cbor/internal/loaders.h 14:36:01 -- Installing: /usr/local/include/cbor/internal/memory_utils.h 14:36:01 -- Installing: /usr/local/include/cbor/internal/stack.h 14:36:01 -- Installing: /usr/local/include/cbor/internal/unicode.h 14:36:01 -- Installing: /usr/local/include/cbor/ints.h 14:36:01 -- Installing: /usr/local/include/cbor/maps.h 14:36:01 -- Installing: /usr/local/include/cbor/serialization.h 14:36:01 -- Installing: /usr/local/include/cbor/streaming.h 14:36:01 -- Installing: /usr/local/include/cbor/strings.h 14:36:01 -- Installing: /usr/local/include/cbor/tags.h 14:36:01 -- Installing: /usr/local/include/cbor.h 14:36:01 -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc 14:36:02 fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz 14:36:02 (1/8) Installing ncurses-dev (6.1_p20190105-r0) 14:36:02 (2/8) Installing libuuid (2.33-r0) 14:36:02 (3/8) Installing libblkid (2.33-r0) 14:36:02 (4/8) Installing libfdisk (2.33-r0) 14:36:02 (5/8) Installing libmount (2.33-r0) 14:36:03 (6/8) Installing libsmartcols (2.33-r0) 14:36:03 (7/8) Installing util-linux-dev (2.33-r0) 14:36:03 (8/8) Installing wget (1.20.3-r0) 14:36:03 Executing busybox-1.29.3-r10.trigger 14:36:03 OK: 285 MiB in 83 packages 14:36:04 Removing intermediate container a16a9472a0de 14:36:04 ---> 050a69a382ef 14:36:04 Step 6/21 : RUN mkdir /tmp/sdk 14:36:04 ---> Running in fc1748a4c859 14:36:04 Removing intermediate container fc1748a4c859 14:36:04 ---> bfd83cc1946d 14:36:04 Step 7/21 : COPY VERSION /tmp/sdk 14:36:04 ---> f7e77b931143 14:36:04 Step 8/21 : COPY src /tmp/sdk/src 14:36:05 Removing intermediate container 19f6d21e0abd 14:36:05 ---> 41bb104ed93a 14:36:05 Step 4/21 : ENV CBOR_VERSION=0.5.0 14:36:05 ---> Running in 64dbd12ff472 14:36:05 Removing intermediate container 64dbd12ff472 14:36:05 ---> ba5f4816638a 14:36:05 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 14:36:05 ---> Running in f8eaf474d319 14:36:05 ---> 56302dd45d66 14:36:05 Step 9/21 : COPY include /tmp/sdk/include 14:36:06 ---> f8934856d16f 14:36:06 Step 10/21 : COPY scripts /tmp/sdk/scripts 14:36:06 ---> c9c9efbb3005 14:36:06 Step 11/21 : COPY LICENSE /tmp/sdk 14:36:06 ---> b5ef9bcc2900 14:36:06 Step 12/21 : COPY Attribution.txt /tmp/sdk 14:36:06 ---> 4265f22d05e0 14:36:06 Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install 14:36:06 ---> Running in 623d1401db05 14:36:06 --2021-02-04 14:36:06-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz 14:36:07 Resolving github.com... 140.82.112.4 14:36:07 Connecting to github.com|140.82.112.4|:443... connected. 14:36:07 HTTP request sent, awaiting response... 302 Found 14:36:07 Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] 14:36:07 --2021-02-04 14:36:06-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 14:36:07 Resolving codeload.github.com... 140.82.113.10 14:36:07 Connecting to codeload.github.com|140.82.113.10|:443... connected. 14:36:07 HTTP request sent, awaiting response... 200 OK 14:36:07 Length: unspecified [application/x-gzip] 14:36:07 Saving to: 'STDOUT' 14:36:07  14:36:07 0K .......... .......... .......... .......... .......... 1.34M 14:36:07 50K .......... .......... .......... .......... .......... 2.54M 14:36:07 100K .......... .......... .......... .......... .......... 13.4M 14:36:07 150K .......... .......... .......... .......... .......... 3.40M 14:36:07 200K .......... .......... .......... .......... .......... 11.7M 14:36:07 250K .......... .......... .......... .......... .......... 3.68M 14:36:07 300K .......... .......... .......... .......... .......... 3.16M 14:36:07 + CPPCHECK=false 14:36:07 + DOCGEN=false 14:36:07 + TOMLVER=SDK-0.2 14:36:07 + CUTILVER=1.1.4 14:36:07 + '[' 0 -gt 0 ] 14:36:07 + readlink -f ./scripts/build.sh 14:36:07 + dirname /tmp/sdk/scripts/build.sh 14:36:07 + dirname /tmp/sdk/scripts 14:36:07 + ROOT=/tmp/sdk 14:36:07 + cd /tmp/sdk 14:36:07 + '[' '!' -d deps ] 14:36:07 + mkdir deps 14:36:07 + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz 14:36:07 + tar -C deps -z -x -f - 14:36:07 --2021-02-04 14:36:07-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz 14:36:07 Resolving github.com... 140.82.112.4 14:36:07 Connecting to github.com|140.82.112.4|:443... connected. 14:36:07 350K .......... .......... .......... .......... .......... 5.75M 14:36:07 400K .......... .......... .......... .......... .......... 3.34M 14:36:07 450K .......... .......... .......... .......... .......... 4.13M 14:36:07 500K .......... .......... .......... .......... .......... 9.24M 14:36:07 550K .......... .......... .......... .......... .......... 2.49M 14:36:07 600K .......... .......... .......... .......... .......... 844K 14:36:07 650K .......... .......... .......... .......... .......... 2.18M 14:36:07 700K ..  9.57M=0.2s 14:36:07 14:36:07 2021-02-04 14:36:07 (2.76 MB/s) - written to stdout [719348] 14:36:07 14:36:07 HTTP request sent, awaiting response... 302 Found 14:36:07 Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] 14:36:07 --2021-02-04 14:36:07-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 14:36:07 Resolving codeload.github.com... 140.82.113.10 14:36:07 Connecting to codeload.github.com|140.82.113.10|:443... connected. 14:36:07 HTTP request sent, awaiting response... 200 OK 14:36:07 Length: unspecified [application/x-gzip] 14:36:07 Saving to: 'STDOUT' 14:36:07 14:36:07 0K .......... ......   1.06M=0.01s 14:36:07 14:36:07 2021-02-04 14:36:07 (1.06 MB/s) - written to stdout [16451] 14:36:07 14:36:07 + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c 14:36:07 + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz 14:36:07 + tar -C deps -z -x -f - 14:36:07 --2021-02-04 14:36:07-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz 14:36:07 Resolving github.com... 140.82.112.4 14:36:07 Connecting to github.com|140.82.112.4|:443... connected. 14:36:07 -- The C compiler identification is GNU 8.3.0 14:36:07 HTTP request sent, awaiting response... 302 Found 14:36:07 Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 [following] 14:36:07 --2021-02-04 14:36:07-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 14:36:07 Resolving codeload.github.com... 140.82.113.10 14:36:07 Connecting to codeload.github.com|140.82.113.10|:443... connected. 14:36:07 -- The CXX compiler identification is GNU 8.3.0 14:36:07 -- Check for working C compiler: /usr/bin/cc 14:36:08 HTTP request sent, awaiting response... 200 OK 14:36:08 Length: unspecified [application/x-gzip] 14:36:08 Saving to: 'STDOUT' 14:36:08  14:36:08 0K .......... .......... .......... .......... .......... 1.59M 14:36:08 50K .......... .......... .......... .......... .......... 3.31M 14:36:08 100K .......... .......... .......... .......... .......... 35.7M 14:36:08 150K .......... .......... ....... 3.04M=0.06s 14:36:08 14:36:08 2021-02-04 14:36:07 (3.12 MB/s) - written to stdout [181536] 14:36:08 14:36:08 + mkdir -p src/c/iot 14:36:08 + 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 14:36:08 + cp deps/iotech-c-utils-1.1.4/src/c/defs.h.in src/c/iot 14:36:08 + cp deps/iotech-c-utils-1.1.4/src/c/yxml.h src/c/iot 14:36:08 + cp deps/iotech-c-utils-1.1.4/VERSION src/c/iot 14:36:08 + mkdir -p include/iot 14:36:08 + 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 14:36:08 + mkdir -p include/iot/os 14:36:08 + 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 14:36:08 + mkdir -p /tmp/sdk/build/release 14:36:08 + cd /tmp/sdk/build/release 14:36:08 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src 14:36:08 -- The C compiler identification is GNU 8.3.0 14:36:08 -- Check for working C compiler: /usr/bin/cc 14:36:08 -- Check for working C compiler: /usr/bin/cc -- works 14:36:08 -- Detecting C compiler ABI info 14:36:08 -- Check for working C compiler: /usr/bin/cc -- works 14:36:08 -- Detecting C compiler ABI info 14:36:08 -- Detecting C compiler ABI info - done 14:36:08 -- Detecting C compile features 14:36:08 -- Detecting C compiler ABI info - done 14:36:08 -- Detecting C compile features 14:36:08 -- Detecting C compile features - done 14:36:08 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so 14:36:08 -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") 14:36:08 -- Found LIBYAML: /usr/lib/libyaml.so 14:36:08 -- Found LIBUUID: /usr/lib/libuuid.so 14:36:08 -- Found LIBCBOR: /usr/local/lib64/libcbor.so 14:36:08 -- C SDK 0.0.0 for Linux 14:36:08 -- Performing Test CSDK_HAVE_ATOMIC 14:36:08 -- Performing Test CSDK_HAVE_ATOMIC - Success 14:36:08 -- Found Curses: /usr/lib/libcurses.so 14:36:08 -- Configuring done 14:36:08 -- Generating done 14:36:08 -- Build files have been written to: /tmp/sdk/build/release 14:36:08 + make 14:36:08 + tee release.log 14:36:08 Scanning dependencies of target csdk 14:36:08 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o 14:36:09 -- Detecting C compile features - done 14:36:09 [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o 14:36:09 [ 4%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o 14:36:09 -- Check for working CXX compiler: /usr/bin/c++ 14:36:09 -- Check for working CXX compiler: /usr/bin/c++ -- works 14:36:09 [ 6%] Building C object c/CMakeFiles/csdk.dir/config.c.o 14:36:09 -- Detecting CXX compiler ABI info 14:36:09 -- Detecting CXX compiler ABI info - done 14:36:09 -- Detecting CXX compile features 14:36:09 [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o 14:36:09 [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o 14:36:09 [ 11%] Building C object c/CMakeFiles/csdk.dir/data.c.o 14:36:10 [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o 14:36:11 [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o 14:36:11 [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o 14:36:11 -- Detecting CXX compile features - done 14:36:11 -- Looking for include file endian.h 14:36:11 [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o 14:36:11 [ 19%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o 14:36:11 -- Looking for include file endian.h - found 14:36:11 -- Check if the system is big endian 14:36:11 -- Searching 16 bit integer 14:36:11 -- Looking for sys/types.h 14:36:11 [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o 14:36:11 [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o 14:36:11 [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o 14:36:11 -- Looking for sys/types.h - found 14:36:11 -- Looking for stdint.h 14:36:12 -- Looking for stdint.h - found 14:36:12 -- Looking for stddef.h 14:36:12 -- Looking for stddef.h - found 14:36:12 -- Check size of unsigned short 14:36:12 [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o 14:36:12 [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o 14:36:12 -- Check size of unsigned short - done 14:36:12 -- Using unsigned short 14:36:12 -- Check if the system is big endian - little endian 14:36:12 [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o 14:36:12 [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o 14:36:12 -- Check size of size_t 14:36:13 [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o 14:36:13 -- Check size of size_t - done 14:36:13 CMake Warning at examples/CMakeLists.txt:16 (find_package): 14:36:13 By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has 14:36:13 asked CMake to find a package configuration file provided by "cJSON", but 14:36:13 CMake did not find one. 14:36:13 14:36:13 Could not find a package configuration file provided by "cJSON" with any of 14:36:13 the following names: 14:36:13 14:36:13 cJSONConfig.cmake 14:36:13 cjson-config.cmake 14:36:13 14:36:13 Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set 14:36:13 "cJSON_DIR" to a directory containing one of the above files. If "cJSON" 14:36:13 provides a separate development package or SDK, be sure it has been 14:36:13 installed. 14:36:13 14:36:13 14:36:13 -- Configuring done 14:36:13 -- Generating done 14:36:13 -- Build files have been written to: /tmp/cbor 14:36:13 Scanning dependencies of target cbor_shared 14:36:13 [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o 14:36:14 [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o 14:36:14 [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o 14:36:14 [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o 14:36:14 [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o 14:36:14 [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o 14:36:14 [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o 14:36:14 [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o 14:36:14 [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o 14:36:14 [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o 14:36:14 [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o 14:36:14 [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o 14:36:15 [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o 14:36:15 [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o 14:36:15 [ 49%] Building C object c/CMakeFiles/csdk.dir/map.c.o 14:36:15 [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o 14:36:15 [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o 14:36:15 [ 52%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o 14:36:15 [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o 14:36:15 [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o 14:36:16 [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o 14:36:16 [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o 14:36:16 [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o 14:36:16 [ 55%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o 14:36:17 [ 57%] Building C object c/CMakeFiles/csdk.dir/registry.c.o 14:36:17 [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o 14:36:17 [ 58%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o 14:36:17 [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o 14:36:17 [ 61%] Building C object c/CMakeFiles/csdk.dir/rest.c.o 14:36:17 [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o 14:36:17 [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o 14:36:17 [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o 14:36:18 [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o 14:36:18 [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o 14:36:18 [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o 14:36:18 [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o 14:36:19 [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o 14:36:19 [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o 14:36:19 [ 66%] Building C object c/CMakeFiles/csdk.dir/transform.c.o 14:36:19 [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o 14:36:19 [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o 14:36:19 [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o 14:36:20 [ 69%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o 14:36:20 [ 71%] Linking C shared library libcsdk.so 14:36:20 [ 71%] Built target csdk 14:36:20 Scanning dependencies of target template 14:36:20 [ 73%] Building C object c/examples/CMakeFiles/template.dir/template.c.o 14:36:20 [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o 14:36:20 [ 74%] Linking C executable template 14:36:20 [ 74%] Built target template 14:36:20 Scanning dependencies of target device-counter 14:36:20 [ 76%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o 14:36:20 [ 40%] Linking C shared library libcbor.so 14:36:20 [ 40%] Built target cbor_shared 14:36:20 Scanning dependencies of target cbor 14:36:20 [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o 14:36:20 [ 77%] Linking C executable device-counter 14:36:20 [ 77%] Built target device-counter 14:36:20 Scanning dependencies of target device-random 14:36:20 [ 79%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o 14:36:20 [ 80%] Linking C executable device-random 14:36:20 [ 80%] Built target device-random 14:36:20 Scanning dependencies of target device-gyro 14:36:20 [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o 14:36:20 [ 84%] Linking C executable device-gyro 14:36:20 [ 84%] Built target device-gyro 14:36:21 Scanning dependencies of target device-bitfields 14:36:21 [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o 14:36:21 [ 87%] Linking C executable device-bitfields 14:36:21 [ 87%] Built target device-bitfields 14:36:21 Scanning dependencies of target template-discovery 14:36:21 [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o 14:36:21 [ 90%] Linking C executable template-discovery 14:36:21 [ 90%] Built target template-discovery 14:36:21 Scanning dependencies of target device-file 14:36:21 [ 92%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o 14:36:21 [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o 14:36:21 [ 93%] Linking C executable device-file 14:36:21 [ 93%] Built target device-file 14:36:21 Scanning dependencies of target device-terminal 14:36:21 [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o 14:36:21 [ 96%] Linking C executable device-terminal 14:36:21 [ 96%] Built target device-terminal 14:36:21 Scanning dependencies of target templatev1 14:36:21 [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o 14:36:21 [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o 14:36:21 [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o 14:36:22 [100%] Linking C executable templatev1 14:36:22 [100%] Built target templatev1 14:36:22 + make package 14:36:22 + tee -a release.log 14:36:22 [ 71%] Built target csdk 14:36:22 [ 74%] Built target template 14:36:22 [ 77%] Built target device-counter 14:36:22 [ 80%] Built target device-random 14:36:22 [ 84%] Built target device-gyro 14:36:22 [ 87%] Built target device-bitfields 14:36:22 [ 90%] Built target template-discovery 14:36:22 [ 93%] Built target device-file 14:36:22 [ 96%] Built target device-terminal 14:36:22 [100%] Built target templatev1 14:36:22 Run CPack packaging tool... 14:36:22 CPack: Create package using TGZ 14:36:22 CPack: Install projects 14:36:22 CPack: - Run preinstall target for: Csdk 14:36:22 CPack: - Install project: Csdk 14:36:22 CPack: Create package 14:36:22 CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. 14:36:22 + '[' false '=' true ] 14:36:22 + '[' false '=' true ] 14:36:22 + mkdir -p /tmp/sdk/build/debug 14:36:22 + cd /tmp/sdk/build/debug 14:36:22 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src 14:36:22 -- The C compiler identification is GNU 8.3.0 14:36:22 -- Check for working C compiler: /usr/bin/cc 14:36:22 -- Check for working C compiler: /usr/bin/cc -- works 14:36:22 -- Detecting C compiler ABI info 14:36:22 -- Detecting C compiler ABI info - done 14:36:22 -- Detecting C compile features 14:36:23 -- Detecting C compile features - done 14:36:23 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so 14:36:23 -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") 14:36:23 -- Found LIBYAML: /usr/lib/libyaml.so 14:36:23 -- Found LIBUUID: /usr/lib/libuuid.so 14:36:23 -- Found LIBCBOR: /usr/local/lib64/libcbor.so 14:36:23 -- C SDK 0.0.0 for Linux 14:36:23 -- Performing Test CSDK_HAVE_ATOMIC 14:36:23 [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o 14:36:23 [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o 14:36:23 -- Performing Test CSDK_HAVE_ATOMIC - Success 14:36:23 -- Found Curses: /usr/lib/libcurses.so 14:36:23 -- Configuring done 14:36:23 -- Generating done 14:36:23 -- Build files have been written to: /tmp/sdk/build/debug 14:36:23 + make 14:36:23 + tee debug.log 14:36:23 Scanning dependencies of target csdk 14:36:23 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o 14:36:23 [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o 14:36:23 [ 4%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o 14:36:23 [ 6%] Building C object c/CMakeFiles/csdk.dir/config.c.o 14:36:23 [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o 14:36:23 [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o 14:36:23 [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o 14:36:23 [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o 14:36:23 [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o 14:36:24 [ 11%] Building C object c/CMakeFiles/csdk.dir/data.c.o 14:36:24 [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o 14:36:24 [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o 14:36:24 [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o 14:36:24 [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o 14:36:24 [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o 14:36:24 [ 19%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o 14:36:24 [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o 14:36:24 [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o 14:36:24 [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o 14:36:25 [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o 14:36:25 [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o 14:36:25 [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o 14:36:25 [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o 14:36:25 [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o 14:36:25 [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o 14:36:25 [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o 14:36:25 [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o 14:36:25 [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o 14:36:25 [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o 14:36:25 [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o 14:36:25 [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o 14:36:25 [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o 14:36:26 [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o 14:36:26 [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o 14:36:26 [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o 14:36:26 [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o 14:36:26 [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o 14:36:26 [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o 14:36:26 [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o 14:36:26 [ 49%] Building C object c/CMakeFiles/csdk.dir/map.c.o 14:36:26 [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o 14:36:26 [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o 14:36:26 [ 52%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o 14:36:26 [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o 14:36:26 [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o 14:36:26 [ 55%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o 14:36:27 [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o 14:36:27 [ 57%] Building C object c/CMakeFiles/csdk.dir/registry.c.o 14:36:27 [ 58%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o 14:36:27 [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o 14:36:27 [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o 14:36:27 [ 61%] Building C object c/CMakeFiles/csdk.dir/rest.c.o 14:36:27 [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o 14:36:27 [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o 14:36:27 [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o 14:36:27 [ 80%] Linking C static library libcbor.a 14:36:27 [ 80%] Built target cbor 14:36:27 Scanning dependencies of target create_items 14:36:27 [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o 14:36:27 [ 66%] Building C object c/CMakeFiles/csdk.dir/transform.c.o 14:36:27 [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o 14:36:28 [ 84%] Linking C executable create_items 14:36:28 [ 84%] Built target create_items 14:36:28 Scanning dependencies of target readfile 14:36:28 [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o 14:36:28 [ 69%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o 14:36:28 [ 71%] Linking C shared library libcsdk.so 14:36:28 [ 88%] Linking C executable readfile 14:36:28 [ 88%] Built target readfile 14:36:28 Scanning dependencies of target streaming_parser 14:36:28 [ 71%] Built target csdk 14:36:28 Scanning dependencies of target template 14:36:28 [ 73%] Building C object c/examples/CMakeFiles/template.dir/template.c.o 14:36:28 [ 74%] Linking C executable template 14:36:28 [ 74%] Built target template 14:36:28 Scanning dependencies of target device-counter 14:36:28 [ 76%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o 14:36:28 [ 77%] Linking C executable device-counter 14:36:28 [ 77%] Built target device-counter 14:36:28 Scanning dependencies of target device-random 14:36:28 [ 79%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o 14:36:28 [ 80%] Linking C executable device-random 14:36:28 [ 80%] Built target device-random 14:36:28 Scanning dependencies of target device-gyro 14:36:28 [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o 14:36:28 [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o 14:36:28 [ 92%] Linking C executable streaming_parser 14:36:28 [ 84%] Linking C executable device-gyro 14:36:28 [ 84%] Built target device-gyro 14:36:28 Scanning dependencies of target device-bitfields 14:36:28 [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o 14:36:28 [ 87%] Linking C executable device-bitfields 14:36:28 [ 92%] Built target streaming_parser 14:36:28 Scanning dependencies of target sort 14:36:28 [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o 14:36:29 [ 87%] Built target device-bitfields 14:36:29 Scanning dependencies of target template-discovery 14:36:29 [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o 14:36:29 [ 90%] Linking C executable template-discovery 14:36:29 [ 90%] Built target template-discovery 14:36:29 Scanning dependencies of target device-file 14:36:29 [ 92%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o 14:36:29 [ 96%] Linking C executable sort 14:36:29 [ 96%] Built target sort 14:36:29 Scanning dependencies of target hello 14:36:29 [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o 14:36:29 [ 93%] Linking C executable device-file 14:36:29 [ 93%] Built target device-file 14:36:29 Scanning dependencies of target device-terminal 14:36:29 [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o 14:36:29 [ 96%] Linking C executable device-terminal 14:36:29 [100%] Linking C executable hello 14:36:29 [100%] Built target hello 14:36:29 Install the project... 14:36:29 -- Install configuration: "Release" 14:36:29 -- Installing: /usr/local/include/cbor/configuration.h 14:36:29 -- Installing: /usr/local/lib64/libcbor.a 14:36:29 -- Installing: /usr/local/lib64/libcbor.so.0.0.0 14:36:29 -- Installing: /usr/local/lib64/libcbor.so.0 14:36:29 -- Installing: /usr/local/lib64/libcbor.so 14:36:29 -- Up-to-date: /usr/local/include/cbor 14:36:29 -- Installing: /usr/local/include/cbor/streaming.h 14:36:29 -- Installing: /usr/local/include/cbor/ints.h 14:36:29 -- Installing: /usr/local/include/cbor/floats_ctrls.h 14:36:29 -- Installing: /usr/local/include/cbor/bytestrings.h 14:36:29 -- Installing: /usr/local/include/cbor/encoding.h 14:36:29 -- Installing: /usr/local/include/cbor/serialization.h 14:36:29 -- Installing: /usr/local/include/cbor/data.h 14:36:29 -- Installing: /usr/local/include/cbor/common.h 14:36:29 -- Installing: /usr/local/include/cbor/callbacks.h 14:36:29 -- Installing: /usr/local/include/cbor/strings.h 14:36:29 -- Installing: /usr/local/include/cbor/tags.h 14:36:29 -- Installing: /usr/local/include/cbor/internal 14:36:29 -- Installing: /usr/local/include/cbor/internal/encoders.h 14:36:29 -- Installing: /usr/local/include/cbor/internal/loaders.h 14:36:29 -- Installing: /usr/local/include/cbor/internal/stack.h 14:36:29 -- Installing: /usr/local/include/cbor/internal/unicode.h 14:36:29 -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h 14:36:29 -- Installing: /usr/local/include/cbor/internal/memory_utils.h 14:36:29 -- Installing: /usr/local/include/cbor/arrays.h 14:36:29 -- Installing: /usr/local/include/cbor/maps.h 14:36:29 -- Installing: /usr/local/include/cbor.h 14:36:29 -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc 14:36:29 [ 96%] Built target device-terminal 14:36:29 Scanning dependencies of target templatev1 14:36:29 [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o 14:36:29 [100%] Linking C executable templatev1 14:36:29 [100%] Built target templatev1 14:36:29 make: Entering directory '/tmp/sdk/build/release' 14:36:29 make[1]: Entering directory '/tmp/sdk/build/release' 14:36:29 make[2]: Entering directory '/tmp/sdk/build/release' 14:36:29 make[2]: Leaving directory '/tmp/sdk/build/release' 14:36:29 [ 71%] Built target csdk 14:36:29 make[2]: Entering directory '/tmp/sdk/build/release' 14:36:29 make[2]: Leaving directory '/tmp/sdk/build/release' 14:36:29 [ 74%] Built target template 14:36:29 make[2]: Entering directory '/tmp/sdk/build/release' 14:36:29 make[2]: Leaving directory '/tmp/sdk/build/release' 14:36:29 [ 77%] Built target device-counter 14:36:29 make[2]: Entering directory '/tmp/sdk/build/release' 14:36:29 make[2]: Leaving directory '/tmp/sdk/build/release' 14:36:29 [ 80%] Built target device-random 14:36:29 make[2]: Entering directory '/tmp/sdk/build/release' 14:36:29 make[2]: Leaving directory '/tmp/sdk/build/release' 14:36:29 [ 84%] Built target device-gyro 14:36:29 make[2]: Entering directory '/tmp/sdk/build/release' 14:36:29 make[2]: Leaving directory '/tmp/sdk/build/release' 14:36:29 [ 87%] Built target device-bitfields 14:36:29 make[2]: Entering directory '/tmp/sdk/build/release' 14:36:29 make[2]: Leaving directory '/tmp/sdk/build/release' 14:36:29 [ 90%] Built target template-discovery 14:36:29 make[2]: Entering directory '/tmp/sdk/build/release' 14:36:29 make[2]: Leaving directory '/tmp/sdk/build/release' 14:36:29 [ 93%] Built target device-file 14:36:29 make[2]: Entering directory '/tmp/sdk/build/release' 14:36:29 make[2]: Leaving directory '/tmp/sdk/build/release' 14:36:29 [ 96%] Built target device-terminal 14:36:29 make[2]: Entering directory '/tmp/sdk/build/release' 14:36:29 make[2]: Leaving directory '/tmp/sdk/build/release' 14:36:29 [100%] Built target templatev1 14:36:29 make[1]: Leaving directory '/tmp/sdk/build/release' 14:36:29 Install the project... 14:36:29 -- Install configuration: "Release" 14:36:29 -- Installing: /usr/local/lib/libcsdk.so 14:36:29 -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" 14:36:29 -- Up-to-date: /usr/local/include 14:36:29 -- Installing: /usr/local/include/devsdk 14:36:29 -- Installing: /usr/local/include/devsdk/devsdk-base.h 14:36:29 -- Installing: /usr/local/include/devsdk/devsdk.h 14:36:29 -- Installing: /usr/local/include/edgex 14:36:29 -- Installing: /usr/local/include/edgex/device-mgmt.h 14:36:29 -- Installing: /usr/local/include/edgex/devices.h 14:36:29 -- Installing: /usr/local/include/edgex/devsdk.h 14:36:29 -- Installing: /usr/local/include/edgex/edgex-base.h 14:36:29 -- Installing: /usr/local/include/edgex/edgex.h 14:36:29 -- Installing: /usr/local/include/edgex/error.h 14:36:29 -- Installing: /usr/local/include/edgex/eventgen.h 14:36:29 -- Installing: /usr/local/include/edgex/os.h 14:36:29 -- Installing: /usr/local/include/edgex/profiles.h 14:36:29 -- Installing: /usr/local/include/edgex/rest-server.h 14:36:29 -- Installing: /usr/local/include/edgex/csdk-defs.h 14:36:29 -- Installing: /usr/local/include/iot 14:36:29 -- Installing: /usr/local/include/iot/base64.h 14:36:29 -- Installing: /usr/local/include/iot/component.h 14:36:29 -- Installing: /usr/local/include/iot/config.h 14:36:29 -- Installing: /usr/local/include/iot/container.h 14:36:29 -- Installing: /usr/local/include/iot/data.h 14:36:29 -- Installing: /usr/local/include/iot/hash.h 14:36:29 -- Installing: /usr/local/include/iot/iot.h 14:36:29 -- Installing: /usr/local/include/iot/json.h 14:36:29 -- Installing: /usr/local/include/iot/logger.h 14:36:29 -- Installing: /usr/local/include/iot/os.h 14:36:29 -- Installing: /usr/local/include/iot/scheduler.h 14:36:29 -- Installing: /usr/local/include/iot/thread.h 14:36:29 -- Installing: /usr/local/include/iot/threadpool.h 14:36:29 -- Installing: /usr/local/include/iot/time.h 14:36:29 -- Installing: /usr/local/include/iot/typecode.h 14:36:29 -- Installing: /usr/local/include/iot/os 14:36:29 -- Installing: /usr/local/include/iot/os/linux.h 14:36:29 -- Installing: /usr/local/include/iot/os/macos.h 14:36:29 -- Installing: /usr/local/include/iot/os/zephyr.h 14:36:29 -- Installing: /usr/local/include/iot/defs.h 14:36:29 -- Installing: /usr/local/share/device-sdk-c/LICENSE 14:36:29 -- Installing: /usr/local/share/device-sdk-c/Attribution.txt 14:36:29 make: Leaving directory '/tmp/sdk/build/release' 14:36:32 Removing intermediate container f8eaf474d319 14:36:32 ---> 1ef3e843bbfd 14:36:32 Step 6/21 : RUN mkdir /tmp/sdk 14:36:32 ---> Running in 67f15f923dbc 14:36:32 Removing intermediate container 623d1401db05 14:36:32 ---> 63b73b408095 14:36:32 Step 14/21 : FROM ${BASE} 14:36:32 ---> 5eabd8fd8ba2 14:36:32 Step 15/21 : LABEL maintainer="IOTech " 14:36:32 ---> Running in 806042654ece 14:36:32 Removing intermediate container 806042654ece 14:36:32 ---> 7c87d2002ce6 14:36:32 Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid 14:36:32 ---> Running in 900af25bce0c 14:36:33 fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz 14:36:34 fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz 14:36:34 Removing intermediate container 67f15f923dbc 14:36:34 ---> 5fee52109e07 14:36:34 Step 7/21 : COPY VERSION /tmp/sdk 14:36:34 (1/3) Installing curl (7.64.0-r5) 14:36:34 (2/3) Installing libuuid (2.33-r0) 14:36:34 (3/3) Installing wget (1.20.3-r0) 14:36:34 Executing busybox-1.29.3-r10.trigger 14:36:34 OK: 268 MiB in 78 packages 14:36:34 ---> e9af7670e208 14:36:34 Step 8/21 : COPY src /tmp/sdk/src 14:36:35 Removing intermediate container 900af25bce0c 14:36:35 ---> cb565283738c 14:36:35 Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot 14:36:35 ---> 9ad83b6208ca 14:36:35 Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex 14:36:35 ---> 5cee5e9451bd 14:36:35 Step 9/21 : COPY include /tmp/sdk/include 14:36:35 ---> 3e1792bc1937 14:36:35 Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib 14:36:35 ---> 145e341a8a3a 14:36:35 Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 14:36:35 ---> a25c6dc8eb7a 14:36:35 Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c 14:36:36 ---> 1c10273f959f 14:36:36 Successfully built 1c10273f959f 14:36:36 ---> da9c584ed4a2 14:36:36 Step 10/21 : COPY scripts /tmp/sdk/scripts 14:36:36 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 14:36:37 + docker inspect -f . ci-base-image-x86_64 14:36:37 . [Pipeline] withDockerContainer 14:36:37 prd-centos7-docker-4c-2g-24978 does not seem to be running inside a container 14:36:37 ---> 4396605cb60b 14:36:37 Step 11/21 : COPY LICENSE /tmp/sdk 14:36:37 $ 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 14:36:37 ---> b251b8eb67bd 14:36:37 Step 12/21 : COPY Attribution.txt /tmp/sdk 14:36:38 $ docker top 81ccb897b830e873d87cc001b4c0bcecb26357a57dbfef92581e659370d951b4 -eo pid,comm [Pipeline] { [Pipeline] sh 14:36:38 ---> 2184799a7c61 14:36:38 Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install 14:36:38 + make test 14:36:38 echo "make test" 14:36:38 make test [Pipeline] } 14:36:38 $ docker stop --time=1 81ccb897b830e873d87cc001b4c0bcecb26357a57dbfef92581e659370d951b4 14:36:38 ---> Running in bdd0339e06e2 14:36:39 + CPPCHECK=false 14:36:39 + DOCGEN=false 14:36:39 + TOMLVER=SDK-0.2 14:36:39 + CUTILVER=1.1.4 14:36:39 + '[' 0 -gt 0 ] 14:36:39 + readlink -f ./scripts/build.sh 14:36:39 + dirname /tmp/sdk/scripts/build.sh 14:36:39 + dirname /tmp/sdk/scripts 14:36:39 + ROOT=/tmp/sdk 14:36:39 + cd /tmp/sdk 14:36:39 + '[' '!' -d deps ] 14:36:39 + mkdir deps 14:36:39 + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz 14:36:39 --2021-02-04 14:36:39-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz 14:36:39 + tar -C deps -z -x -f - 14:36:39 Resolving github.com... 140.82.112.4 14:36:39 Connecting to github.com|140.82.112.4|:443... connected. 14:36:39 HTTP request sent, awaiting response... 302 Found 14:36:39 Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] 14:36:39 --2021-02-04 14:36:39-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 14:36:39 Resolving codeload.github.com... 140.82.113.10 14:36:39 Connecting to codeload.github.com|140.82.113.10|:443... connected. 14:36:39 $ docker rm -f 81ccb897b830e873d87cc001b4c0bcecb26357a57dbfef92581e659370d951b4 14:36:39 HTTP request sent, awaiting response... 200 OK 14:36:39 Length: unspecified [application/x-gzip] 14:36:39 Saving to: 'STDOUT' 14:36:39  14:36:39 0K .......... ......  893K=0.02s 14:36:39 14:36:39 2021-02-04 14:36:39 (893 KB/s) - written to stdout [16451] 14:36:39 14:36:39 + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c 14:36:39 + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz 14:36:39 + tar -C deps -z -x -f - 14:36:39 --2021-02-04 14:36:39-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz 14:36:39 Resolving github.com... 140.82.112.4 14:36:39 Connecting to github.com|140.82.112.4|:443... connected. 14:36:39 HTTP request sent, awaiting response... 302 Found 14:36:39 Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 [following] 14:36:39 --2021-02-04 14:36:39-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 14:36:39 Resolving codeload.github.com... 140.82.113.10 14:36:39 Connecting to codeload.github.com|140.82.113.10|:443... connected. [Pipeline] // withDockerContainer 14:36:40 HTTP request sent, awaiting response... 200 OK 14:36:40 Length: unspecified [application/x-gzip] 14:36:40 Saving to: 'STDOUT' 14:36:40  14:36:40 0K .......... .......... .......... .......... .......... 1.29M 14:36:40 50K .......... .......... .......... .......... .......... 2.47M 14:36:40 100K .......... .......... .......... .......... .......... 12.8M 14:36:40 150K .......... .......... .......   9.37M=0.06s 14:36:40 14:36:40 2021-02-04 14:36:40 (2.69 MB/s) - written to stdout [181536] 14:36:40 14:36:40 + mkdir -p src/c/iot 14:36:40 + 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 14:36:40 + cp deps/iotech-c-utils-1.1.4/src/c/defs.h.in src/c/iot 14:36:40 + cp deps/iotech-c-utils-1.1.4/src/c/yxml.h src/c/iot 14:36:40 + cp deps/iotech-c-utils-1.1.4/VERSION src/c/iot 14:36:40 + mkdir -p include/iot 14:36:40 + 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 14:36:40 + mkdir -p include/iot/os 14:36:40 + 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 14:36:40 + mkdir -p /tmp/sdk/build/release 14:36:40 + cd /tmp/sdk/build/release 14:36:40 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [Pipeline] } [Pipeline] // script [Pipeline] } 14:36:40 -- The C compiler identification is GNU 8.3.0 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 14:36:40 -- Check for working C compiler: /usr/bin/cc 14:36:40 -- Check for working C compiler: /usr/bin/cc -- works 14:36:40 -- Detecting C compiler ABI info 14:36:41 -- Detecting C compiler ABI info - done 14:36:41 -- Detecting C compile features 14:36:41 -- Detecting C compile features - done 14:36:41 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so 14:36:41 -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") 14:36:41 -- Found LIBYAML: /usr/lib/libyaml.so 14:36:41 -- Found LIBUUID: /usr/lib/libuuid.so 14:36:41 -- Found LIBCBOR: /usr/local/lib64/libcbor.so 14:36:41 -- C SDK 0.0.0 for Linux 14:36:41 -- Performing Test CSDK_HAVE_ATOMIC 14:36:42 -- Performing Test CSDK_HAVE_ATOMIC - Success 14:36:42 -- Found Curses: /usr/lib/libcurses.so 14:36:42 -- Configuring done 14:36:42 -- Generating done 14:36:42 -- Build files have been written to: /tmp/sdk/build/release 14:36:42 + + maketee release.log 14:36:42 14:36:42 Scanning dependencies of target csdk 14:36:43 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [Pipeline] sh 14:36:43 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:36:43 [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o 14:36:43 + ls -al . 14:36:43 total 160 14:36:43 drwxrwxr-x. 8 jenkins jenkins 260 Feb 4 14:35 . 14:36:43 drwxrwxr-x. 4 jenkins jenkins 28 Feb 4 14:35 .. 14:36:43 -rw-rw-r--. 1 jenkins jenkins 3104 Feb 4 14:35 Attribution.txt 14:36:43 -rw-rw-r--. 1 jenkins jenkins 6490 Feb 4 14:35 CHANGES 14:36:43 drwxrwxr-x. 2 jenkins jenkins 144 Feb 4 14:35 docs 14:36:43 -rw-rw-r--. 1 jenkins jenkins 108574 Feb 4 14:35 Doxyfile 14:36:43 drwxrwxr-x. 8 jenkins jenkins 179 Feb 4 14:35 .git 14:36:43 drwxrwxr-x. 2 jenkins jenkins 81 Feb 4 14:35 .github 14:36:43 -rw-rw-r--. 1 jenkins jenkins 176 Feb 4 14:35 .gitignore 14:36:43 drwxrwxr-x. 4 jenkins jenkins 33 Feb 4 14:35 include 14:36:43 -rw-rw-r--. 1 jenkins jenkins 784 Feb 4 14:35 Jenkinsfile 14:36:43 -rw-rw-r--. 1 jenkins jenkins 10174 Feb 4 14:35 LICENSE 14:36:43 -rw-rw-r--. 1 jenkins jenkins 449 Feb 4 14:35 Makefile 14:36:43 -rw-rw-r--. 1 jenkins jenkins 2697 Feb 4 14:35 README.md 14:36:43 -rw-rw-r--. 1 jenkins jenkins 6451 Feb 4 14:35 README.v2.md 14:36:43 drwxrwxr-x. 2 jenkins jenkins 98 Feb 4 14:35 scripts 14:36:43 drwxrwxr-x. 4 jenkins jenkins 50 Feb 4 14:35 src 14:36:43 -rw-rw-r--. 1 jenkins jenkins 5 Feb 4 14:35 VERSION [Pipeline] isUnix [Pipeline] sh 14:36:44 + 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 . 14:36:44 Sending build context to Docker daemon 2.553MB 14:36:44 Step 1/15 : ARG BASE=alpine:3.12 14:36:44 Step 2/15 : FROM ${BASE} 14:36:44 ---> 1c10273f959f 14:36:44 Step 3/15 : LABEL maintainer="IOTech " 14:36:44 [ 4%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o 14:36:44 [ 6%] Building C object c/CMakeFiles/csdk.dir/config.c.o 14:36:44 ---> Running in 5d2452711040 14:36:44 Removing intermediate container 5d2452711040 14:36:44 ---> 38517f4b3169 14:36:44 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 14:36:44 ---> Running in 2f09bd0a63f6 14:36:45 fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz 14:36:46 fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz 14:36:46 [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o 14:36:46 (1/6) Installing ncurses-dev (6.1_p20190105-r0) 14:36:46 (2/6) Installing libblkid (2.33-r0) 14:36:46 (3/6) Installing libfdisk (2.33-r0) 14:36:46 (4/6) Installing libmount (2.33-r0) 14:36:46 (5/6) Installing libsmartcols (2.33-r0) 14:36:46 (6/6) Installing util-linux-dev (2.33-r0) 14:36:47 [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o 14:36:47 [ 11%] Building C object c/CMakeFiles/csdk.dir/data.c.o 14:36:47 Executing busybox-1.29.3-r10.trigger 14:36:47 OK: 272 MiB in 84 packages 14:36:48 Removing intermediate container 2f09bd0a63f6 14:36:48 ---> c48c84c94517 14:36:48 Step 5/15 : COPY VERSION /edgex-c-sdk/ 14:36:48 ---> c9b39387c7a2 14:36:48 Step 6/15 : COPY src /edgex-c-sdk/src/ 14:36:48 [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o 14:36:49 ---> 412d24a1ab58 14:36:49 Step 7/15 : COPY include /edgex-c-sdk/include/ 14:36:49 ---> 556b7a95bb71 14:36:49 Step 8/15 : COPY scripts /edgex-c-sdk/scripts 14:36:49 ---> 7de6008e3f40 14:36:49 Step 9/15 : COPY LICENSE /edgex-c-sdk/ 14:36:49 ---> eb695303cc06 14:36:49 Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ 14:36:49 ---> 7f2165200795 14:36:49 Step 11/15 : WORKDIR /edgex-c-sdk 14:36:49 ---> Running in 7697d9c77f59 14:36:49 Removing intermediate container 7697d9c77f59 14:36:49 ---> c028abe9f31c 14:36:49 Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] 14:36:50 ---> Running in ed9fbad1c9b9 14:36:50 Removing intermediate container ed9fbad1c9b9 14:36:50 ---> 2e7218a7e099 14:36:50 Step 13/15 : LABEL arch=amd64 14:36:50 ---> Running in 6f833e066241 14:36:50 Removing intermediate container 6f833e066241 14:36:50 ---> ff2c98dc273b 14:36:50 Step 14/15 : LABEL git_sha=68613c929cb1eddbf0c3bf62aba01aab2d090aab 14:36:50 ---> Running in 5d894a68fb77 14:36:50 [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o 14:36:50 Removing intermediate container 5d894a68fb77 14:36:50 ---> a6456fd121a5 14:36:50 Step 15/15 : LABEL version=0.0.0 14:36:50 ---> Running in a78129661d90 14:36:50 [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o 14:36:50 Removing intermediate container a78129661d90 14:36:50 ---> d918fa177c5e 14:36:50 [Warning] One or more build-args [ARCH MAKE] were not consumed 14:36:50 Successfully built d918fa177c5e 14:36:50 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] } 14:36:51 [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } 14:36:51 [ 19%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 14:36:52 [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o 14:36:52 [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o 14:36:52 [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o 14:36:56 [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o 14:36:56 [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o 14:36:57 [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o 14:36:57 [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o 14:36:57 [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o 14:37:00 [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o 14:37:00 [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o 14:37:00 [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o 14:37:01 [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o 14:37:01 [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o 14:37:01 [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o 14:37:02 [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o 14:37:03 [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o 14:37:03 [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o 14:37:04 [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o 14:37:06 [ 49%] Building C object c/CMakeFiles/csdk.dir/map.c.o 14:37:06 [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o 14:37:07 [ 52%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o 14:37:07 [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o 14:37:11 [ 55%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o 14:37:12 [ 57%] Building C object c/CMakeFiles/csdk.dir/registry.c.o 14:37:12 [ 58%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o 14:37:13 [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o 14:37:13 [ 61%] Building C object c/CMakeFiles/csdk.dir/rest.c.o 14:37:15 [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o 14:37:16 [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o 14:37:20 [ 66%] Building C object c/CMakeFiles/csdk.dir/transform.c.o 14:37:20 [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o 14:37:22 [ 69%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o 14:37:22 [ 71%] Linking C shared library libcsdk.so 14:37:22 [ 71%] Built target csdk 14:37:22 Scanning dependencies of target template 14:37:22 [ 73%] Building C object c/examples/CMakeFiles/template.dir/template.c.o 14:37:23 [ 74%] Linking C executable template 14:37:23 [ 74%] Built target template 14:37:23 Scanning dependencies of target device-counter 14:37:23 [ 76%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o 14:37:23 [ 77%] Linking C executable device-counter 14:37:24 [ 77%] Built target device-counter 14:37:24 Scanning dependencies of target device-random 14:37:24 [ 79%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o 14:37:24 [ 80%] Linking C executable device-random 14:37:24 [ 80%] Built target device-random 14:37:24 Scanning dependencies of target device-gyro 14:37:24 [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o 14:37:25 [ 84%] Linking C executable device-gyro 14:37:25 [ 84%] Built target device-gyro 14:37:25 Scanning dependencies of target device-bitfields 14:37:25 [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o 14:37:26 [ 87%] Linking C executable device-bitfields 14:37:26 [ 87%] Built target device-bitfields 14:37:26 Scanning dependencies of target template-discovery 14:37:26 [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o 14:37:27 [ 90%] Linking C executable template-discovery 14:37:27 [ 90%] Built target template-discovery 14:37:27 Scanning dependencies of target device-file 14:37:27 [ 92%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o 14:37:27 [ 93%] Linking C executable device-file 14:37:27 [ 93%] Built target device-file 14:37:27 Scanning dependencies of target device-terminal 14:37:27 [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o 14:37:28 [ 96%] Linking C executable device-terminal 14:37:28 [ 96%] Built target device-terminal 14:37:28 Scanning dependencies of target templatev1 14:37:28 [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o 14:37:29 [100%] Linking C executable templatev1 14:37:29 [100%] Built target templatev1 14:37:29 + make package 14:37:29 + tee -a release.log 14:37:29 [ 71%] Built target csdk 14:37:29 [ 74%] Built target template 14:37:29 [ 77%] Built target device-counter 14:37:29 [ 80%] Built target device-random 14:37:29 [ 84%] Built target device-gyro 14:37:29 [ 87%] Built target device-bitfields 14:37:29 [ 90%] Built target template-discovery 14:37:29 [ 93%] Built target device-file 14:37:29 [ 96%] Built target device-terminal 14:37:29 [100%] Built target templatev1 14:37:29 Run CPack packaging tool... 14:37:30 CPack: Create package using TGZ 14:37:30 CPack: Install projects 14:37:30 CPack: - Run preinstall target for: Csdk 14:37:30 CPack: - Install project: Csdk 14:37:30 CPack: Create package 14:37:30 CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. 14:37:30 + '[' false '=' true ] 14:37:30 + '[' false '=' true ] 14:37:30 + mkdir -p /tmp/sdk/build/debug 14:37:30 + cd /tmp/sdk/build/debug 14:37:30 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src 14:37:31 -- The C compiler identification is GNU 8.3.0 14:37:31 -- Check for working C compiler: /usr/bin/cc 14:37:31 -- Check for working C compiler: /usr/bin/cc -- works 14:37:31 -- Detecting C compiler ABI info 14:37:31 -- Detecting C compiler ABI info - done 14:37:31 -- Detecting C compile features 14:37:32 -- Detecting C compile features - done 14:37:32 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so 14:37:32 -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") 14:37:32 -- Found LIBYAML: /usr/lib/libyaml.so 14:37:32 -- Found LIBUUID: /usr/lib/libuuid.so 14:37:32 -- Found LIBCBOR: /usr/local/lib64/libcbor.so 14:37:32 -- C SDK 0.0.0 for Linux 14:37:32 -- Performing Test CSDK_HAVE_ATOMIC 14:37:32 -- Performing Test CSDK_HAVE_ATOMIC - Success 14:37:32 -- Found Curses: /usr/lib/libcurses.so 14:37:32 -- Configuring done 14:37:33 -- Generating done 14:37:33 -- Build files have been written to: /tmp/sdk/build/debug 14:37:33 + make 14:37:33 + tee debug.log 14:37:33 Scanning dependencies of target csdk 14:37:33 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o 14:37:34 [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o 14:37:34 [ 4%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o 14:37:34 [ 6%] Building C object c/CMakeFiles/csdk.dir/config.c.o 14:37:35 [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o 14:37:35 [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o 14:37:35 [ 11%] Building C object c/CMakeFiles/csdk.dir/data.c.o 14:37:36 [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o 14:37:36 [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o 14:37:37 [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o 14:37:37 [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o 14:37:37 [ 19%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o 14:37:37 [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o 14:37:38 [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o 14:37:38 [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o 14:37:39 [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o 14:37:39 [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o 14:37:39 [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o 14:37:39 [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o 14:37:40 [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o 14:37:40 [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o 14:37:41 [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o 14:37:41 [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o 14:37:41 [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o 14:37:41 [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o 14:37:41 [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o 14:37:42 [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o 14:37:42 [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o 14:37:42 [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o 14:37:42 [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o 14:37:43 [ 49%] Building C object c/CMakeFiles/csdk.dir/map.c.o 14:37:43 [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o 14:37:43 [ 52%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o 14:37:44 [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o 14:37:45 [ 55%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o 14:37:45 [ 57%] Building C object c/CMakeFiles/csdk.dir/registry.c.o 14:37:45 [ 58%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o 14:37:45 [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o 14:37:46 [ 61%] Building C object c/CMakeFiles/csdk.dir/rest.c.o 14:37:47 [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o 14:37:47 [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o 14:37:48 [ 66%] Building C object c/CMakeFiles/csdk.dir/transform.c.o 14:37:48 [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o 14:37:49 [ 69%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o 14:37:49 [ 71%] Linking C shared library libcsdk.so 14:37:49 [ 71%] Built target csdk 14:37:49 Scanning dependencies of target template 14:37:49 [ 73%] Building C object c/examples/CMakeFiles/template.dir/template.c.o 14:37:49 [ 74%] Linking C executable template 14:37:50 [ 74%] Built target template 14:37:50 Scanning dependencies of target device-counter 14:37:50 [ 76%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o 14:37:50 [ 77%] Linking C executable device-counter 14:37:50 [ 77%] Built target device-counter 14:37:50 Scanning dependencies of target device-random 14:37:50 [ 79%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o 14:37:50 [ 80%] Linking C executable device-random 14:37:51 [ 80%] Built target device-random 14:37:51 Scanning dependencies of target device-gyro 14:37:51 [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o 14:37:51 [ 84%] Linking C executable device-gyro 14:37:51 [ 84%] Built target device-gyro 14:37:51 Scanning dependencies of target device-bitfields 14:37:51 [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o 14:37:51 [ 87%] Linking C executable device-bitfields 14:37:52 [ 87%] Built target device-bitfields 14:37:52 Scanning dependencies of target template-discovery 14:37:52 [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o 14:37:52 [ 90%] Linking C executable template-discovery 14:37:52 [ 90%] Built target template-discovery 14:37:52 Scanning dependencies of target device-file 14:37:52 [ 92%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o 14:37:52 [ 93%] Linking C executable device-file 14:37:53 [ 93%] Built target device-file 14:37:53 Scanning dependencies of target device-terminal 14:37:53 [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o 14:37:53 [ 96%] Linking C executable device-terminal 14:37:53 [ 96%] Built target device-terminal 14:37:53 Scanning dependencies of target templatev1 14:37:53 [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o 14:37:53 [100%] Linking C executable templatev1 14:37:54 [100%] Built target templatev1 14:37:54 make: Entering directory '/tmp/sdk/build/release' 14:37:54 make[1]: Entering directory '/tmp/sdk/build/release' 14:37:54 make[2]: Entering directory '/tmp/sdk/build/release' 14:37:54 make[2]: Leaving directory '/tmp/sdk/build/release' 14:37:54 [ 71%] Built target csdk 14:37:54 make[2]: Entering directory '/tmp/sdk/build/release' 14:37:54 make[2]: Leaving directory '/tmp/sdk/build/release' 14:37:54 [ 74%] Built target template 14:37:54 make[2]: Entering directory '/tmp/sdk/build/release' 14:37:54 make[2]: Leaving directory '/tmp/sdk/build/release' 14:37:54 [ 77%] Built target device-counter 14:37:54 make[2]: Entering directory '/tmp/sdk/build/release' 14:37:54 make[2]: Leaving directory '/tmp/sdk/build/release' 14:37:54 [ 80%] Built target device-random 14:37:54 make[2]: Entering directory '/tmp/sdk/build/release' 14:37:54 make[2]: Leaving directory '/tmp/sdk/build/release' 14:37:54 [ 84%] Built target device-gyro 14:37:54 make[2]: Entering directory '/tmp/sdk/build/release' 14:37:54 make[2]: Leaving directory '/tmp/sdk/build/release' 14:37:54 [ 87%] Built target device-bitfields 14:37:54 make[2]: Entering directory '/tmp/sdk/build/release' 14:37:54 make[2]: Leaving directory '/tmp/sdk/build/release' 14:37:54 [ 90%] Built target template-discovery 14:37:54 make[2]: Entering directory '/tmp/sdk/build/release' 14:37:54 make[2]: Leaving directory '/tmp/sdk/build/release' 14:37:54 [ 93%] Built target device-file 14:37:54 make[2]: Entering directory '/tmp/sdk/build/release' 14:37:54 make[2]: Leaving directory '/tmp/sdk/build/release' 14:37:54 [ 96%] Built target device-terminal 14:37:54 make[2]: Entering directory '/tmp/sdk/build/release' 14:37:54 make[2]: Leaving directory '/tmp/sdk/build/release' 14:37:54 [100%] Built target templatev1 14:37:54 make[1]: Leaving directory '/tmp/sdk/build/release' 14:37:54 Install the project... 14:37:54 -- Install configuration: "Release" 14:37:54 -- Installing: /usr/local/lib/libcsdk.so 14:37:54 -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" 14:37:54 -- Up-to-date: /usr/local/include 14:37:54 -- Installing: /usr/local/include/edgex 14:37:54 -- Installing: /usr/local/include/edgex/device-mgmt.h 14:37:54 -- Installing: /usr/local/include/edgex/eventgen.h 14:37:54 -- Installing: /usr/local/include/edgex/error.h 14:37:54 -- Installing: /usr/local/include/edgex/rest-server.h 14:37:54 -- Installing: /usr/local/include/edgex/edgex-base.h 14:37:54 -- Installing: /usr/local/include/edgex/devsdk.h 14:37:54 -- Installing: /usr/local/include/edgex/edgex.h 14:37:54 -- Installing: /usr/local/include/edgex/devices.h 14:37:54 -- Installing: /usr/local/include/edgex/os.h 14:37:54 -- Installing: /usr/local/include/edgex/profiles.h 14:37:54 -- Installing: /usr/local/include/edgex/csdk-defs.h 14:37:54 -- Installing: /usr/local/include/devsdk 14:37:54 -- Installing: /usr/local/include/devsdk/devsdk-base.h 14:37:54 -- Installing: /usr/local/include/devsdk/devsdk.h 14:37:54 -- Installing: /usr/local/include/iot 14:37:54 -- Installing: /usr/local/include/iot/json.h 14:37:54 -- Installing: /usr/local/include/iot/container.h 14:37:54 -- Installing: /usr/local/include/iot/component.h 14:37:54 -- Installing: /usr/local/include/iot/typecode.h 14:37:54 -- Installing: /usr/local/include/iot/iot.h 14:37:54 -- Installing: /usr/local/include/iot/time.h 14:37:54 -- Installing: /usr/local/include/iot/hash.h 14:37:54 -- Installing: /usr/local/include/iot/logger.h 14:37:54 -- Installing: /usr/local/include/iot/os 14:37:54 -- Installing: /usr/local/include/iot/os/zephyr.h 14:37:54 -- Installing: /usr/local/include/iot/os/linux.h 14:37:54 -- Installing: /usr/local/include/iot/os/macos.h 14:37:54 -- Installing: /usr/local/include/iot/scheduler.h 14:37:54 -- Installing: /usr/local/include/iot/data.h 14:37:54 -- Installing: /usr/local/include/iot/thread.h 14:37:54 -- Installing: /usr/local/include/iot/os.h 14:37:54 -- Installing: /usr/local/include/iot/base64.h 14:37:54 -- Installing: /usr/local/include/iot/defs.h 14:37:54 -- Installing: /usr/local/include/iot/threadpool.h 14:37:54 -- Installing: /usr/local/include/iot/config.h 14:37:54 -- Installing: /usr/local/share/device-sdk-c/LICENSE 14:37:54 -- Installing: /usr/local/share/device-sdk-c/Attribution.txt 14:37:55 make: Leaving directory '/tmp/sdk/build/release' 14:37:56 Removing intermediate container bdd0339e06e2 14:37:56 ---> 9bad2a620e6c 14:37:56 Step 14/21 : FROM ${BASE} 14:37:56 ---> b23d30803547 14:37:56 Step 15/21 : LABEL maintainer="IOTech " 14:37:57 ---> Running in 98270af016c5 14:37:57 Removing intermediate container 98270af016c5 14:37:57 ---> a59e61e382a6 14:37:57 Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid 14:37:57 ---> Running in acaba6c42133 14:37:59 fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz 14:37:59 fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz 14:38:00 (1/3) Installing curl (7.64.0-r5) 14:38:00 (2/3) Installing libuuid (2.33-r0) 14:38:00 (3/3) Installing wget (1.20.3-r0) 14:38:00 Executing busybox-1.29.3-r10.trigger 14:38:00 OK: 281 MiB in 78 packages 14:38:02 Removing intermediate container acaba6c42133 14:38:02 ---> 49b842034a1e 14:38:02 Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot 14:38:02 ---> 57213b59fb4f 14:38:02 Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex 14:38:03 ---> 07bc88cc90a0 14:38:03 Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib 14:38:04 ---> ce10c4630ad7 14:38:04 Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 14:38:05 ---> cf5f7d994bfa 14:38:05 Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c 14:38:06 ---> d2c1d3b9f79a 14:38:06 Successfully built d2c1d3b9f79a 14:38:06 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:38:06 + docker inspect -f . ci-base-image-arm64 14:38:06 . [Pipeline] withDockerContainer 14:38:07 prd-ubuntu18.04-docker-arm64-4c-16g-24984 does not seem to be running inside a container 14:38:07 $ 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 14:38:08 $ docker top 1c7d5580242845c384d1879b88b7796ca42d41982aa1be47ca708456afbd7545 -eo pid,comm [Pipeline] { [Pipeline] sh 14:38:09 + make test 14:38:09 echo "make test" 14:38:09 make test [Pipeline] } 14:38:09 $ docker stop --time=1 1c7d5580242845c384d1879b88b7796ca42d41982aa1be47ca708456afbd7545 14:38:11 $ docker rm -f 1c7d5580242845c384d1879b88b7796ca42d41982aa1be47ca708456afbd7545 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 14:38:12 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:38:13 + ls -al . 14:38:13 total 192 14:38:13 drwxrwxr-x 8 jenkins jenkins 4096 Feb 4 14:35 . 14:38:13 drwxrwxr-x 4 jenkins jenkins 4096 Feb 4 14:35 .. 14:38:13 drwxrwxr-x 8 jenkins jenkins 4096 Feb 4 14:35 .git 14:38:13 drwxrwxr-x 2 jenkins jenkins 4096 Feb 4 14:35 .github 14:38:13 -rw-rw-r-- 1 jenkins jenkins 176 Feb 4 14:35 .gitignore 14:38:13 -rw-rw-r-- 1 jenkins jenkins 3104 Feb 4 14:35 Attribution.txt 14:38:13 -rw-rw-r-- 1 jenkins jenkins 6490 Feb 4 14:35 CHANGES 14:38:13 -rw-rw-r-- 1 jenkins jenkins 108574 Feb 4 14:35 Doxyfile 14:38:13 -rw-rw-r-- 1 jenkins jenkins 784 Feb 4 14:35 Jenkinsfile 14:38:13 -rw-rw-r-- 1 jenkins jenkins 10174 Feb 4 14:35 LICENSE 14:38:13 -rw-rw-r-- 1 jenkins jenkins 449 Feb 4 14:35 Makefile 14:38:13 -rw-rw-r-- 1 jenkins jenkins 2697 Feb 4 14:35 README.md 14:38:13 -rw-rw-r-- 1 jenkins jenkins 6451 Feb 4 14:35 README.v2.md 14:38:13 -rw-rw-r-- 1 jenkins jenkins 5 Feb 4 14:35 VERSION 14:38:13 drwxrwxr-x 2 jenkins jenkins 4096 Feb 4 14:35 docs 14:38:13 drwxrwxr-x 4 jenkins jenkins 4096 Feb 4 14:35 include 14:38:13 drwxrwxr-x 2 jenkins jenkins 4096 Feb 4 14:35 scripts 14:38:13 drwxrwxr-x 4 jenkins jenkins 4096 Feb 4 14:35 src [Pipeline] isUnix [Pipeline] sh 14:38:13 + 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 . 14:38:13 Sending build context to Docker daemon 2.552MB 14:38:13 Step 1/15 : ARG BASE=alpine:3.12 14:38:13 Step 2/15 : FROM ${BASE} 14:38:13 ---> d2c1d3b9f79a 14:38:13 Step 3/15 : LABEL maintainer="IOTech " 14:38:14 ---> Running in 2149858d0683 14:38:14 Removing intermediate container 2149858d0683 14:38:14 ---> de31ec32c09c 14:38:14 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 14:38:14 ---> Running in b14b85e3ef84 14:38:15 fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz 14:38:16 fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz 14:38:17 (1/6) Installing ncurses-dev (6.1_p20190105-r0) 14:38:17 (2/6) Installing libblkid (2.33-r0) 14:38:17 (3/6) Installing libfdisk (2.33-r0) 14:38:17 (4/6) Installing libmount (2.33-r0) 14:38:17 (5/6) Installing libsmartcols (2.33-r0) 14:38:17 (6/6) Installing util-linux-dev (2.33-r0) 14:38:17 Executing busybox-1.29.3-r10.trigger 14:38:17 OK: 286 MiB in 84 packages 14:38:19 Removing intermediate container b14b85e3ef84 14:38:19 ---> 192d7595478c 14:38:19 Step 5/15 : COPY VERSION /edgex-c-sdk/ 14:38:19 ---> c436bd1004b1 14:38:19 Step 6/15 : COPY src /edgex-c-sdk/src/ 14:38:20 ---> 253bb7c9fc63 14:38:20 Step 7/15 : COPY include /edgex-c-sdk/include/ 14:38:21 ---> 93b78146a774 14:38:21 Step 8/15 : COPY scripts /edgex-c-sdk/scripts 14:38:22 ---> 7f7d1c202fdc 14:38:22 Step 9/15 : COPY LICENSE /edgex-c-sdk/ 14:38:22 ---> 80112cdd01ff 14:38:22 Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ 14:38:23 ---> b7ca862d9f31 14:38:23 Step 11/15 : WORKDIR /edgex-c-sdk 14:38:23 ---> Running in e488a9245108 14:38:23 Removing intermediate container e488a9245108 14:38:23 ---> c18f18691e0b 14:38:23 Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] 14:38:24 ---> Running in a92867c86ad4 14:38:24 Removing intermediate container a92867c86ad4 14:38:24 ---> 0bcc100fe485 14:38:24 Step 13/15 : LABEL arch=arm64 14:38:24 ---> Running in 1cb0aec58a93 14:38:25 Removing intermediate container 1cb0aec58a93 14:38:25 ---> 6cac69852d7e 14:38:25 Step 14/15 : LABEL git_sha=68613c929cb1eddbf0c3bf62aba01aab2d090aab 14:38:25 ---> Running in 012c5dcc9391 14:38:25 Removing intermediate container 012c5dcc9391 14:38:25 ---> c292597d8326 14:38:25 Step 15/15 : LABEL version=0.0.0 14:38:25 ---> Running in be8486b84c27 14:38:26 Removing intermediate container be8486b84c27 14:38:26 ---> aae47f3c8a3b 14:38:26 [Warning] One or more build-args [ARCH MAKE] were not consumed 14:38:26 Successfully built aae47f3c8a3b 14:38:26 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 14:38:29 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:38:29 ---> package-listing.sh 14:38:29 ++ facter osfamily 14:38:29 ++ tr '[:upper:]' '[:lower:]' 14:38:30 + OS_FAMILY=redhat 14:38:30 + workspace=/w/workspace/edgexfoundry_device-sdk-c_PR-313 14:38:30 + START_PACKAGES=/tmp/packages_start.txt 14:38:30 + END_PACKAGES=/tmp/packages_end.txt 14:38:30 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:38:30 + PACKAGES=/tmp/packages_start.txt 14:38:30 + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-313 ']' 14:38:30 + PACKAGES=/tmp/packages_end.txt 14:38:30 + case "${OS_FAMILY}" in 14:38:30 + rpm -qa 14:38:30 + sort 14:38:39 + '[' -f /tmp/packages_start.txt ']' 14:38:39 + '[' -f /tmp/packages_end.txt ']' 14:38:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:38:39 + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-313 ']' 14:38:39 + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_PR-313/archives/ 14:38:39 + 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 14:38:39 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 14:38:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 14:38:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:38:40 14:38:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:38:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:38:41 alpine: Pulling from edgex-lftools-log-publisher 14:38:41 df20fa9351a1: Pulling fs layer 14:38:41 36b3adc4ff6f: Pulling fs layer 14:38:41 8ad3a11d3b57: Pulling fs layer 14:38:41 46f8f816bc3b: Pulling fs layer 14:38:41 93b61091891f: Pulling fs layer 14:38:41 93b9cdb0e59b: Pulling fs layer 14:38:41 5e14af77c1be: Pulling fs layer 14:38:41 01666e4c0597: Pulling fs layer 14:38:41 aa168da1d23b: Pulling fs layer 14:38:41 93b9cdb0e59b: Waiting 14:38:41 46f8f816bc3b: Waiting 14:38:41 5e14af77c1be: Waiting 14:38:41 aa168da1d23b: Waiting 14:38:41 01666e4c0597: Waiting 14:38:41 36b3adc4ff6f: Verifying Checksum 14:38:41 36b3adc4ff6f: Download complete 14:38:41 46f8f816bc3b: Verifying Checksum 14:38:41 46f8f816bc3b: Download complete 14:38:41 df20fa9351a1: Verifying Checksum 14:38:41 df20fa9351a1: Download complete 14:38:41 93b9cdb0e59b: Verifying Checksum 14:38:41 93b9cdb0e59b: Download complete 14:38:41 93b61091891f: Verifying Checksum 14:38:41 93b61091891f: Download complete 14:38:41 5e14af77c1be: Verifying Checksum 14:38:41 5e14af77c1be: Download complete 14:38:41 01666e4c0597: Verifying Checksum 14:38:41 01666e4c0597: Download complete 14:38:42 df20fa9351a1: Pull complete 14:38:42 36b3adc4ff6f: Pull complete 14:38:42 8ad3a11d3b57: Verifying Checksum 14:38:42 8ad3a11d3b57: Download complete 14:38:44 8ad3a11d3b57: Pull complete 14:38:44 46f8f816bc3b: Pull complete 14:38:45 93b61091891f: Pull complete 14:38:45 93b9cdb0e59b: Pull complete 14:38:46 5e14af77c1be: Pull complete 14:38:46 01666e4c0597: Pull complete 14:38:48 aa168da1d23b: Verifying Checksum 14:38:48 aa168da1d23b: Download complete 14:39:04 aa168da1d23b: Pull complete 14:39:04 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 14:39:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:39:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:39:04 prd-centos7-docker-4c-2g-24977 does not seem to be running inside a container 14:39:04 $ 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 14:39:06 $ docker top aa079738f15975a71d18ebaa6d3883af444db8c3f35a7086e0c99ea945280fe9 -eo pid,comm [Pipeline] { [Pipeline] sh 14:39:07 + touch /tmp/pre-build-complete [Pipeline] sh 14:39:07 + mkdir -p /var/log/sa [Pipeline] sh 14:39:07 + ls /var/log/sa-host 14:39:07 + sadf -c /var/log/sa-host/sa04 14:39:07 file_magic: OK 14:39:07 HZ: Using current value: 100 14:39:07 file_header: OK 14:39:07 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 14:39:07 Statistics: 14:39:07 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... 14:39:07 File successfully converted to sysstat format version 12.2.1 14:39:07 + sadf -c /var/log/sa-host/sa23 14:39:07 file_magic: OK 14:39:07 HZ: Using current value: 100 14:39:07 file_header: OK 14:39:07 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 14:39:07 Statistics: 14:39:07 Hnuu...uuuununununu... 14:39:07 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:39:08 provisioning config files... 14:39:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_PR-313@tmp/config8323769111928576613tmp [Pipeline] { [Pipeline] echo 14:39:08 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:39:09 ---> create-netrc.sh [Pipeline] } 14:39:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 14:39:09 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 14:39:10 ---> python-tools-install.sh [Pipeline] echo 14:39:10 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:39:10 ---> sudo-logs.sh 14:39:10 Archiving 'sudo' log.. [Pipeline] echo 14:39:10 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:39:10 ---> job-cost.sh 14:39:11 lf-activate-venv: SKIPPING 14:39:11 INFO: No Stack... 14:39:12 INFO: Retrieving Pricing Info for: v1-standard-2 14:39:13 INFO: Archiving Costs [Pipeline] echo 14:39:13 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:39:13 ---> logs-deploy.sh 14:39:13 lf-activate-venv: SKIPPING 14:39:13 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/PR-313/5 14:39:13 INFO: archiving workspace using pattern(s): 14:39:16 Archives upload complete. 14:39:16 INFO: archiving logs to Nexus