Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1c3cbe1168f8f4990475966f6e71602a78dc5c52 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildCApp] RAW Config: [project:device-sdk-c, dockerBuildFilePath:scripts/Dockerfile.alpine-3.11-base, dockerFilePath:scripts/Dockerfile.alpine-3.11, pushImage:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildCApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-c-settings PROJECT: device-sdk-c USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest DOCKER_FILE_PATH: scripts/Dockerfile.alpine-3.11 DOCKER_BUILD_FILE_PATH: scripts/Dockerfile.alpine-3.11-base DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-c DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-5401 in /w/workspace/edgexfoundry_device-sdk-c_master [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_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 1c3cbe1168f8f4990475966f6e71602a78dc5c52 (master) > 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 --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1c3cbe1168f8f4990475966f6e71602a78dc5c52 # timeout=10 Commit message: "fix: remove stale profiles when devices are removed (#301)" > git rev-list --no-walk ac2ba39aeba213a52cfe9f32ac5b6b5425a47b84 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-14T14:43:42.481Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-14T14:43:42.828Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-14T14:43:43.005Z] ========================================================= [2020-10-14T14:43:43.005Z] EdgeX Global Pipelines Version Info [2020-10-14T14:43:43.005Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-14T14:43:44.517Z] ------------------- [2020-10-14T14:43:44.517Z] stable info: [2020-10-14T14:43:44.517Z] ------------------- [2020-10-14T14:43:44.517Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-14T14:43:44.517Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-14T14:43:44.517Z] Message: update stable to v1.0.131 [2020-10-14T14:43:45.465Z] ------------------- [2020-10-14T14:43:45.465Z] experimental info: [2020-10-14T14:43:45.465Z] ------------------- [2020-10-14T14:43:45.465Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-14T14:43:45.465Z] Commit SHA: a2275391807e67b7600a554c2b5f26031cb9c010 [2020-10-14T14:43:45.465Z] Message: update experimental to v1.0.141 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-14T14:43:45.811Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-c-settings [Pipeline] echo [2020-10-14T14:43:45.913Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-c [Pipeline] echo [2020-10-14T14:43:46.002Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-14T14:43:46.119Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-14T14:43:46.213Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-14T14:43:46.300Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [Pipeline] echo [2020-10-14T14:43:46.400Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = scripts/Dockerfile.alpine-3.11 [Pipeline] echo [2020-10-14T14:43:46.491Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = scripts/Dockerfile.alpine-3.11-base [Pipeline] echo [2020-10-14T14:43:46.592Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-14T14:43:46.679Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-c [Pipeline] echo [2020-10-14T14:43:46.775Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-14T14:43:46.878Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-14T14:43:46.960Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-14T14:43:47.044Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-14T14:43:47.138Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-14T14:43:47.222Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-14T14:43:47.321Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-14T14:43:47.408Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-14T14:43:47.499Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-14T14:43:47.586Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1c3cbe1168f8f4990475966f6e71602a78dc5c52 [Pipeline] echo [2020-10-14T14:43:47.676Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1c3cbe1 [Pipeline] echo [2020-10-14T14:43:47.778Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-10-14T14:43:49.257Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-14T14:43:49.519Z] [2020-10-14T14:43:49.519Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-14T14:43:49.861Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-14T14:43:49.861Z] latest: Pulling from edgex-devops/git-semver [2020-10-14T14:43:49.861Z] 31603596830f: Pulling fs layer [2020-10-14T14:43:49.861Z] 2a8b12db71e7: Pulling fs layer [2020-10-14T14:43:49.861Z] 6ca5941a6612: Pulling fs layer [2020-10-14T14:43:49.861Z] ecc8261a40a4: Pulling fs layer [2020-10-14T14:43:49.861Z] ecc8261a40a4: Waiting [2020-10-14T14:43:49.861Z] 2a8b12db71e7: Verifying Checksum [2020-10-14T14:43:49.861Z] 2a8b12db71e7: Download complete [2020-10-14T14:43:50.124Z] 31603596830f: Verifying Checksum [2020-10-14T14:43:50.124Z] 31603596830f: Download complete [2020-10-14T14:43:50.124Z] 6ca5941a6612: Verifying Checksum [2020-10-14T14:43:50.124Z] 6ca5941a6612: Download complete [2020-10-14T14:43:50.386Z] ecc8261a40a4: Verifying Checksum [2020-10-14T14:43:50.386Z] ecc8261a40a4: Download complete [2020-10-14T14:43:50.386Z] 31603596830f: Pull complete [2020-10-14T14:43:50.648Z] 2a8b12db71e7: Pull complete [2020-10-14T14:43:51.598Z] 6ca5941a6612: Pull complete [2020-10-14T14:43:52.172Z] ecc8261a40a4: Pull complete [2020-10-14T14:43:52.172Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-14T14:43:52.172Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-14T14:43:52.172Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-14T14:43:52.295Z] prd-centos7-docker-4c-2g-5401 does not seem to be running inside a container [2020-10-14T14:43:52.342Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-14T14:43:53.798Z] $ docker top d21d874dc358135dce16818035d750111c17f4f9a1e88ae18f1bde981e6364f7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-14T14:43:54.149Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-14T14:43:54.149Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-14T14:43:54.370Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-14T14:43:54.375Z] $ docker exec d21d874dc358135dce16818035d750111c17f4f9a1e88ae18f1bde981e6364f7 ssh-agent [2020-10-14T14:43:54.535Z] SSH_AUTH_SOCK=/tmp/ssh-jV5mYQwy3kN2/agent.12 [2020-10-14T14:43:54.535Z] SSH_AGENT_PID=17 [2020-10-14T14:43:54.547Z] Running ssh-add (command line suppressed) [2020-10-14T14:43:54.666Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_7442486913952319451.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_7442486913952319451.key) [2020-10-14T14:43:54.712Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-14T14:43:55.109Z] + git describe --exact-match --tags HEAD [2020-10-14T14:43:55.109Z] fatal: no tag exactly matches '1c3cbe1168f8f4990475966f6e71602a78dc5c52' [Pipeline] } [2020-10-14T14:43:55.177Z] $ docker exec --env ******** --env ******** d21d874dc358135dce16818035d750111c17f4f9a1e88ae18f1bde981e6364f7 ssh-agent -k [2020-10-14T14:43:55.310Z] unset SSH_AUTH_SOCK; [2020-10-14T14:43:55.310Z] unset SSH_AGENT_PID; [2020-10-14T14:43:55.310Z] echo Agent pid 17 killed; [2020-10-14T14:43:55.354Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-14T14:43:55.441Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-14T14:43:55.441Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-14T14:43:55.537Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-14T14:43:55.537Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-14T14:43:55.706Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-14T14:43:55.711Z] $ docker exec d21d874dc358135dce16818035d750111c17f4f9a1e88ae18f1bde981e6364f7 ssh-agent [2020-10-14T14:43:55.899Z] SSH_AUTH_SOCK=/tmp/ssh-8mEIS0PZMm9e/agent.45 [2020-10-14T14:43:55.899Z] SSH_AGENT_PID=51 [2020-10-14T14:43:55.914Z] Running ssh-add (command line suppressed) [2020-10-14T14:43:56.058Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_4203479584718178696.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_4203479584718178696.key) [2020-10-14T14:43:56.108Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-14T14:43:56.443Z] + git semver init [2020-10-14T14:43:56.443Z] # -> Open(): unable to determine branch for HEAD [2020-10-14T14:43:56.443Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-10-14T14:43:56.443Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-10-14T14:43:56.443Z] # $SEMVER_REMOTE_NAME = origin [2020-10-14T14:43:56.443Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-14T14:43:56.443Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-14T14:43:56.443Z] # $SEMVER_BRANCH = master [2020-10-14T14:43:56.443Z] # $SEMVER_TEMP = /tmp/semver-712534498 [2020-10-14T14:43:56.443Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-c.git $SEMVER_TEMP [2020-10-14T14:43:57.019Z] # '/tmp/semver-712534498' -> '/w/workspace/edgexfoundry_device-sdk-c_master/.semver' [2020-10-14T14:43:57.019Z] # -> Force: false [2020-10-14T14:43:57.019Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [Pipeline] } [2020-10-14T14:43:57.034Z] $ docker exec --env ******** --env ******** d21d874dc358135dce16818035d750111c17f4f9a1e88ae18f1bde981e6364f7 ssh-agent -k [2020-10-14T14:43:57.150Z] unset SSH_AUTH_SOCK; [2020-10-14T14:43:57.150Z] unset SSH_AGENT_PID; [2020-10-14T14:43:57.151Z] echo Agent pid 51 killed; [2020-10-14T14:43:57.193Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-14T14:43:57.675Z] + git semver [Pipeline] } [2020-10-14T14:43:57.695Z] $ docker stop --time=1 d21d874dc358135dce16818035d750111c17f4f9a1e88ae18f1bde981e6364f7 [2020-10-14T14:43:59.074Z] $ docker rm -f d21d874dc358135dce16818035d750111c17f4f9a1e88ae18f1bde981e6364f7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-14T14:43:59.945Z] Stashed 32 file(s) [Pipeline] echo [2020-10-14T14:43:59.947Z] [edgeXSemver]: initialized semver on version 1.3.0-dev.10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-10-14T14:44:15.378Z] Still waiting to schedule task [2020-10-14T14:44:15.378Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-14T14:44:15.380Z] Still waiting to schedule task [2020-10-14T14:44:15.380Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline [2020-10-14T14:46:18.461Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5402 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] ws [2020-10-14T14:46:18.530Z] Running in /w/workspace/device-sdk-c/47 [Pipeline] { [Pipeline] checkout [2020-10-14T14:46:24.107Z] using credential edgex-jenkins-ssh [2020-10-14T14:46:24.180Z] Cloning the remote Git repository [2020-10-14T14:46:24.269Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-10-14T14:46:24.408Z] > git init /w/workspace/device-sdk-c/47 # timeout=10 [2020-10-14T14:46:24.490Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-10-14T14:46:24.491Z] > git --version # timeout=10 [2020-10-14T14:46:24.515Z] > git --version # 'git version 2.17.1' [2020-10-14T14:46:24.517Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-14T14:46:24.609Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-14T14:46:26.271Z] Checking out Revision 1c3cbe1168f8f4990475966f6e71602a78dc5c52 (master) [2020-10-14T14:46:25.661Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-10-14T14:46:25.686Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-14T14:46:25.720Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-10-14T14:46:25.753Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-10-14T14:46:25.754Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-14T14:46:25.768Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-14T14:46:26.313Z] > git config core.sparsecheckout # timeout=10 [2020-10-14T14:46:26.326Z] > git checkout -f 1c3cbe1168f8f4990475966f6e71602a78dc5c52 # timeout=10 [2020-10-14T14:46:31.121Z] Commit message: "fix: remove stale profiles when devices are removed (#301)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-14T14:46:32.633Z] ========================================================= [2020-10-14T14:46:32.633Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] [2020-10-14T14:46:32.633Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-14T14:46:34.096Z] + docker build -t ci-base-image-arm64 -f scripts/Dockerfile.alpine-3.11-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest . [2020-10-14T14:46:34.773Z] Sending build context to Docker daemon 3.816MB [2020-10-14T14:46:35.087Z] Step 1/21 : ARG BASE=alpine:3.11 [2020-10-14T14:46:35.087Z] Step 2/21 : FROM ${BASE} as builder [2020-10-14T14:46:35.368Z] latest: Pulling from edgex-devops/edgex-gcc-base-arm64 [2020-10-14T14:46:35.368Z] 0362ad1dd800: Pulling fs layer [2020-10-14T14:46:35.368Z] f2cdb1532d8b: Pulling fs layer [2020-10-14T14:46:35.368Z] 37ed683be191: Pulling fs layer [2020-10-14T14:46:35.368Z] f2cdb1532d8b: Verifying Checksum [2020-10-14T14:46:35.368Z] f2cdb1532d8b: Download complete [2020-10-14T14:46:35.368Z] 0362ad1dd800: Verifying Checksum [2020-10-14T14:46:35.368Z] 0362ad1dd800: Download complete [2020-10-14T14:46:35.974Z] 0362ad1dd800: Pull complete [2020-10-14T14:46:36.582Z] f2cdb1532d8b: Pull complete [2020-10-14T14:46:38.036Z] 37ed683be191: Verifying Checksum [2020-10-14T14:46:38.036Z] 37ed683be191: Download complete [2020-10-14T14:46:46.429Z] 37ed683be191: Pull complete [2020-10-14T14:46:46.429Z] Digest: sha256:f3a502aba7c4a8aa4a4fcde21dbb9db33787f3779e80dd14fb3ea60ab67de23f [2020-10-14T14:46:46.429Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest [2020-10-14T14:46:46.429Z] ---> b23d30803547 [2020-10-14T14:46:46.429Z] Step 3/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev [2020-10-14T14:46:49.851Z] ---> Running in b8792421e287 [2020-10-14T14:46:50.655Z] Running on prd-centos7-docker-4c-2g-5403 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] ws [2020-10-14T14:46:50.803Z] Running in /w/workspace/device-sdk-c/47 [Pipeline] { [2020-10-14T14:46:50.830Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [Pipeline] checkout [2020-10-14T14:46:51.807Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-10-14T14:46:52.399Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-10-14T14:46:52.670Z] (2/8) Installing libuuid (2.33-r0) [2020-10-14T14:46:52.670Z] (3/8) Installing libblkid (2.33-r0) [2020-10-14T14:46:52.940Z] (4/8) Installing libfdisk (2.33-r0) [2020-10-14T14:46:52.940Z] (5/8) Installing libmount (2.33-r0) [2020-10-14T14:46:53.213Z] (6/8) Installing libsmartcols (2.33-r0) [2020-10-14T14:46:53.213Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-10-14T14:46:53.369Z] using credential edgex-jenkins-ssh [2020-10-14T14:46:53.427Z] Cloning the remote Git repository [2020-10-14T14:46:54.188Z] (8/8) Installing wget (1.20.3-r0) [2020-10-14T14:46:54.188Z] Executing busybox-1.29.3-r10.trigger [2020-10-14T14:46:54.188Z] OK: 285 MiB in 83 packages [2020-10-14T14:46:53.450Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-10-14T14:46:53.511Z] > git init /w/workspace/device-sdk-c/47 # timeout=10 [2020-10-14T14:46:53.561Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-10-14T14:46:53.562Z] > git --version # timeout=10 [2020-10-14T14:46:53.570Z] > git --version # 'git version 2.16.5' [2020-10-14T14:46:53.570Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-14T14:46:53.597Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-14T14:46:54.280Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-10-14T14:46:54.287Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-14T14:46:54.298Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-10-14T14:46:54.318Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-10-14T14:46:54.318Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-14T14:46:54.324Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-14T14:46:54.669Z] Checking out Revision 1c3cbe1168f8f4990475966f6e71602a78dc5c52 (master) [2020-10-14T14:46:55.632Z] Removing intermediate container b8792421e287 [2020-10-14T14:46:55.632Z] ---> b6b4274c1376 [2020-10-14T14:46:55.632Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-10-14T14:46:55.632Z] ---> Running in ee2a3ffe760d [2020-10-14T14:46:54.677Z] > git config core.sparsecheckout # timeout=10 [2020-10-14T14:46:54.685Z] > git checkout -f 1c3cbe1168f8f4990475966f6e71602a78dc5c52 # timeout=10 [2020-10-14T14:46:56.235Z] Removing intermediate container ee2a3ffe760d [2020-10-14T14:46:56.235Z] ---> fc20a2ade318 [2020-10-14T14:46:56.235Z] Step 5/21 : RUN mkdir /tmp/cbor && cd /tmp/cbor && wget -O - https://github.com/PJK/libcbor/archive/v${CBOR_VERSION}.tar.gz | tar -z -x -f - && sed -e 's/-flto//' -i libcbor-${CBOR_VERSION}/CMakeLists.txt && cmake -DCMAKE_BUILD_TYPE=Release -DCBOR_CUSTOM_ALLOC=ON libcbor-${CBOR_VERSION} && make && make install [2020-10-14T14:46:56.235Z] ---> Running in c20bb9d46d7c [2020-10-14T14:46:57.676Z] --2020-10-14 14:46:57-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-10-14T14:46:57.676Z] Resolving github.com... 140.82.114.3 [2020-10-14T14:46:57.676Z] Connecting to github.com|140.82.114.3|:443... connected. [2020-10-14T14:46:57.676Z] HTTP request sent, awaiting response... 302 Found [2020-10-14T14:46:57.676Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-10-14T14:46:57.676Z] --2020-10-14 14:46:57-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-10-14T14:46:57.676Z] Resolving codeload.github.com... 140.82.113.10 [2020-10-14T14:46:57.957Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2020-10-14T14:46:57.957Z] HTTP request sent, awaiting response... 200 OK [2020-10-14T14:46:57.957Z] Length: unspecified [application/x-gzip] [2020-10-14T14:46:57.957Z] Saving to: 'STDOUT' [2020-10-14T14:46:57.957Z]  [2020-10-14T14:46:57.957Z] 0K .......... .......... .......... .......... .......... 1.44M [2020-10-14T14:46:57.957Z] 50K .......... .......... .......... .......... .......... 2.79M [2020-10-14T14:46:57.957Z] 100K .......... .......... .......... .......... .......... 2.67M [2020-10-14T14:46:57.957Z] 150K .......... .......... .......... .......... .......... 9.59M [2020-10-14T14:46:57.957Z] 200K .......... .......... .......... .......... .......... 5.61M [2020-10-14T14:46:57.957Z] 250K .......... .......... .......... .......... .......... 4.47M [2020-10-14T14:46:58.233Z] 300K .......... .......... .......... .......... .......... 3.46M [2020-10-14T14:46:58.233Z] 350K .......... .......... .......... .......... .......... 4.59M [2020-10-14T14:46:58.233Z] 400K .......... .......... .......... .......... .......... 3.25M [2020-10-14T14:46:58.233Z] 450K .......... .......... .......... .......... .......... 4.67M [2020-10-14T14:46:58.233Z] 500K .......... .......... .......... .......... .......... 9.26M [2020-10-14T14:46:58.233Z] 550K .......... .......... .......... .......... .......... 1.87M [2020-10-14T14:46:58.233Z] 600K .......... .......... .......... .......... .......... 1.24M [2020-10-14T14:46:58.233Z] 650K .......... .......... .......... .......... .......... 2.53M [2020-10-14T14:46:58.233Z] 700K ..    4746G=0.2s [2020-10-14T14:46:58.233Z] [2020-10-14T14:46:58.233Z] 2020-10-14 14:46:58 (2.92 MB/s) - written to stdout [719348] [2020-10-14T14:46:58.233Z] [2020-10-14T14:46:58.508Z] -- The C compiler identification is GNU 8.3.0 [2020-10-14T14:46:58.550Z] Commit message: "fix: remove stale profiles when devices are removed (#301)" [2020-10-14T14:46:58.781Z] -- The CXX compiler identification is GNU 8.3.0 [2020-10-14T14:46:58.781Z] -- Check for working C compiler: /usr/bin/cc [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2020-10-14T14:46:59.055Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-10-14T14:46:59.056Z] -- Detecting C compiler ABI info [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-10-14T14:46:59.332Z] -- Detecting C compiler ABI info - done [2020-10-14T14:46:59.332Z] -- Detecting C compile features [Pipeline] echo [2020-10-14T14:46:59.451Z] ========================================================= [2020-10-14T14:46:59.452Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2020-10-14T14:46:59.452Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-14T14:46:59.930Z] -- Detecting C compile features - done [2020-10-14T14:46:59.930Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-10-14T14:47:00.173Z] + docker build -t ci-base-image-x86_64 -f scripts/Dockerfile.alpine-3.11-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest . [2020-10-14T14:47:00.202Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-10-14T14:47:00.202Z] -- Detecting CXX compiler ABI info [2020-10-14T14:47:00.450Z] Sending build context to Docker daemon 3.816MB [2020-10-14T14:47:00.450Z] Step 1/21 : ARG BASE=alpine:3.11 [2020-10-14T14:47:00.450Z] Step 2/21 : FROM ${BASE} as builder [2020-10-14T14:47:00.450Z] latest: Pulling from edgex-devops/edgex-gcc-base [2020-10-14T14:47:00.450Z] e7c96db7181b: Pulling fs layer [2020-10-14T14:47:00.450Z] 4c13bbce0fe7: Pulling fs layer [2020-10-14T14:47:00.450Z] 6059c847ac2f: Pulling fs layer [2020-10-14T14:47:00.450Z] 4c13bbce0fe7: Verifying Checksum [2020-10-14T14:47:00.450Z] 4c13bbce0fe7: Download complete [2020-10-14T14:47:00.450Z] e7c96db7181b: Verifying Checksum [2020-10-14T14:47:00.450Z] e7c96db7181b: Download complete [2020-10-14T14:47:00.478Z] -- Detecting CXX compiler ABI info - done [2020-10-14T14:47:00.478Z] -- Detecting CXX compile features [2020-10-14T14:47:00.713Z] e7c96db7181b: Pull complete [2020-10-14T14:47:00.974Z] 4c13bbce0fe7: Pull complete [2020-10-14T14:47:01.921Z] -- Detecting CXX compile features - done [2020-10-14T14:47:01.921Z] -- Looking for include file endian.h [2020-10-14T14:47:01.924Z] 6059c847ac2f: Verifying Checksum [2020-10-14T14:47:01.924Z] 6059c847ac2f: Download complete [2020-10-14T14:47:02.196Z] -- Looking for include file endian.h - found [2020-10-14T14:47:02.196Z] -- Check if the system is big endian [2020-10-14T14:47:02.196Z] -- Searching 16 bit integer [2020-10-14T14:47:02.196Z] -- Looking for sys/types.h [2020-10-14T14:47:02.471Z] -- Looking for sys/types.h - found [2020-10-14T14:47:02.471Z] -- Looking for stdint.h [2020-10-14T14:47:02.744Z] -- Looking for stdint.h - found [2020-10-14T14:47:02.744Z] -- Looking for stddef.h [2020-10-14T14:47:03.019Z] -- Looking for stddef.h - found [2020-10-14T14:47:03.019Z] -- Check size of unsigned short [2020-10-14T14:47:03.294Z] -- Check size of unsigned short - done [2020-10-14T14:47:03.294Z] -- Using unsigned short [2020-10-14T14:47:03.570Z] -- Check if the system is big endian - little endian [2020-10-14T14:47:03.570Z] -- Check size of size_t [2020-10-14T14:47:03.844Z] -- Check size of size_t - done [2020-10-14T14:47:03.845Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-10-14T14:47:03.845Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-10-14T14:47:03.845Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-10-14T14:47:03.845Z] CMake did not find one. [2020-10-14T14:47:03.845Z] [2020-10-14T14:47:03.845Z] Could not find a package configuration file provided by "cJSON" with any of [2020-10-14T14:47:03.845Z] the following names: [2020-10-14T14:47:03.845Z] [2020-10-14T14:47:03.845Z] cJSONConfig.cmake [2020-10-14T14:47:03.845Z] cjson-config.cmake [2020-10-14T14:47:03.845Z] [2020-10-14T14:47:03.845Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-10-14T14:47:03.845Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-10-14T14:47:03.845Z] provides a separate development package or SDK, be sure it has been [2020-10-14T14:47:03.845Z] installed. [2020-10-14T14:47:03.845Z] [2020-10-14T14:47:03.845Z] [2020-10-14T14:47:03.845Z] -- Configuring done [2020-10-14T14:47:04.117Z] -- Generating done [2020-10-14T14:47:04.118Z] -- Build files have been written to: /tmp/cbor [2020-10-14T14:47:04.118Z] Scanning dependencies of target cbor_shared [2020-10-14T14:47:04.118Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-10-14T14:47:05.094Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-10-14T14:47:05.693Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-10-14T14:47:05.693Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-10-14T14:47:06.289Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-10-14T14:47:06.356Z] 6059c847ac2f: Pull complete [2020-10-14T14:47:06.357Z] Digest: sha256:6b5104d086ae1e5e8a284a473be9a93378e3934f9b07db5717372c857cbcbe5e [2020-10-14T14:47:06.357Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [2020-10-14T14:47:06.357Z] ---> 5eabd8fd8ba2 [2020-10-14T14:47:06.357Z] Step 3/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev [2020-10-14T14:47:06.566Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-10-14T14:47:06.841Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-10-14T14:47:06.841Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-10-14T14:47:07.113Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-10-14T14:47:07.388Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-10-14T14:47:07.749Z] ---> Running in d8a73b2bd3b0 [2020-10-14T14:47:07.982Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-10-14T14:47:08.012Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-10-14T14:47:08.254Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-10-14T14:47:08.528Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-10-14T14:47:08.800Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-10-14T14:47:08.961Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-10-14T14:47:09.072Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-10-14T14:47:09.224Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-10-14T14:47:09.345Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-10-14T14:47:09.486Z] (2/8) Installing libuuid (2.33-r0) [2020-10-14T14:47:09.486Z] (3/8) Installing libblkid (2.33-r0) [2020-10-14T14:47:09.486Z] (4/8) Installing libfdisk (2.33-r0) [2020-10-14T14:47:09.620Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-10-14T14:47:09.748Z] (5/8) Installing libmount (2.33-r0) [2020-10-14T14:47:09.891Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-10-14T14:47:10.011Z] (6/8) Installing libsmartcols (2.33-r0) [2020-10-14T14:47:10.011Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-10-14T14:47:10.163Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-10-14T14:47:10.272Z] (8/8) Installing wget (1.20.3-r0) [2020-10-14T14:47:10.438Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-10-14T14:47:10.438Z] [ 40%] Linking C shared library libcbor.so [2020-10-14T14:47:10.534Z] Executing busybox-1.29.3-r10.trigger [2020-10-14T14:47:10.534Z] OK: 272 MiB in 83 packages [2020-10-14T14:47:10.712Z] [ 40%] Built target cbor_shared [2020-10-14T14:47:10.712Z] Scanning dependencies of target cbor [2020-10-14T14:47:10.712Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-10-14T14:47:11.109Z] Removing intermediate container d8a73b2bd3b0 [2020-10-14T14:47:11.109Z] ---> 6e93eff84ec1 [2020-10-14T14:47:11.109Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-10-14T14:47:11.109Z] ---> Running in 061070cdd394 [2020-10-14T14:47:11.371Z] Removing intermediate container 061070cdd394 [2020-10-14T14:47:11.371Z] ---> 4f7fea35a8fb [2020-10-14T14:47:11.371Z] Step 5/21 : RUN mkdir /tmp/cbor && cd /tmp/cbor && wget -O - https://github.com/PJK/libcbor/archive/v${CBOR_VERSION}.tar.gz | tar -z -x -f - && sed -e 's/-flto//' -i libcbor-${CBOR_VERSION}/CMakeLists.txt && cmake -DCMAKE_BUILD_TYPE=Release -DCBOR_CUSTOM_ALLOC=ON libcbor-${CBOR_VERSION} && make && make install [2020-10-14T14:47:11.371Z] ---> Running in 2fc03a858fde [2020-10-14T14:47:11.688Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-10-14T14:47:11.946Z] --2020-10-14 14:47:11-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-10-14T14:47:11.946Z] Resolving github.com... 140.82.114.3 [2020-10-14T14:47:11.946Z] Connecting to github.com|140.82.114.3|:443... connected. [2020-10-14T14:47:11.946Z] HTTP request sent, awaiting response... 302 Found [2020-10-14T14:47:11.946Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-10-14T14:47:11.946Z] --2020-10-14 14:47:11-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-10-14T14:47:11.946Z] Resolving codeload.github.com... 140.82.113.10 [2020-10-14T14:47:11.946Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2020-10-14T14:47:11.962Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-10-14T14:47:12.208Z] HTTP request sent, awaiting response... 200 OK [2020-10-14T14:47:12.209Z] Length: unspecified [application/x-gzip] [2020-10-14T14:47:12.209Z] Saving to: 'STDOUT' [2020-10-14T14:47:12.209Z]  [2020-10-14T14:47:12.209Z] 0K .......... .......... .......... .......... .......... 1.51M [2020-10-14T14:47:12.209Z] 50K .......... .......... .......... .......... .......... 3.11M [2020-10-14T14:47:12.209Z] 100K .......... .......... .......... .......... .......... 22.2M [2020-10-14T14:47:12.209Z] 150K .......... .......... .......... .......... .......... 3.60M [2020-10-14T14:47:12.209Z] 200K .......... .......... .......... .......... .......... 34.9M [2020-10-14T14:47:12.209Z] 250K .......... .......... .......... .......... .......... 7.07M [2020-10-14T14:47:12.209Z] 300K .......... .......... .......... .......... .......... 9.57M [2020-10-14T14:47:12.209Z] 350K .......... .......... .......... .......... .......... 11.2M [2020-10-14T14:47:12.209Z] 400K .......... .......... .......... .......... .......... 9.63M [2020-10-14T14:47:12.209Z] 450K .......... .......... .......... .......... .......... 8.22M [2020-10-14T14:47:12.209Z] 500K .......... .......... .......... .......... .......... 22.3M [2020-10-14T14:47:12.209Z] 550K .......... .......... .......... .......... .......... 8.08M [2020-10-14T14:47:12.209Z] 600K .......... .......... .......... .......... .......... 2.46M [2020-10-14T14:47:12.209Z] 650K .......... .......... .......... .......... .......... 5.55M [2020-10-14T14:47:12.209Z] 700K .. 1.28M=0.1s [2020-10-14T14:47:12.209Z] [2020-10-14T14:47:12.209Z] 2020-10-14 14:47:12 (5.22 MB/s) - written to stdout [719348] [2020-10-14T14:47:12.209Z] [2020-10-14T14:47:12.234Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-10-14T14:47:12.471Z] -- The C compiler identification is GNU 8.3.0 [2020-10-14T14:47:12.471Z] -- The CXX compiler identification is GNU 8.3.0 [2020-10-14T14:47:12.471Z] -- Check for working C compiler: /usr/bin/cc [2020-10-14T14:47:12.471Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-10-14T14:47:12.471Z] -- Detecting C compiler ABI info [2020-10-14T14:47:12.732Z] -- Detecting C compiler ABI info - done [2020-10-14T14:47:12.732Z] -- Detecting C compile features [2020-10-14T14:47:12.732Z] -- Detecting C compile features - done [2020-10-14T14:47:12.732Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-10-14T14:47:12.994Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-10-14T14:47:12.994Z] -- Detecting CXX compiler ABI info [2020-10-14T14:47:12.994Z] -- Detecting CXX compiler ABI info - done [2020-10-14T14:47:12.994Z] -- Detecting CXX compile features [2020-10-14T14:47:13.571Z] -- Detecting CXX compile features - done [2020-10-14T14:47:13.571Z] -- Looking for include file endian.h [2020-10-14T14:47:13.571Z] -- Looking for include file endian.h - found [2020-10-14T14:47:13.571Z] -- Check if the system is big endian [2020-10-14T14:47:13.571Z] -- Searching 16 bit integer [2020-10-14T14:47:13.571Z] -- Looking for sys/types.h [2020-10-14T14:47:13.571Z] -- Looking for sys/types.h - found [2020-10-14T14:47:13.571Z] -- Looking for stdint.h [2020-10-14T14:47:13.571Z] -- Looking for stdint.h - found [2020-10-14T14:47:13.571Z] -- Looking for stddef.h [2020-10-14T14:47:13.668Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-10-14T14:47:13.669Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-10-14T14:47:13.832Z] -- Looking for stddef.h - found [2020-10-14T14:47:13.832Z] -- Check size of unsigned short [2020-10-14T14:47:13.832Z] -- Check size of unsigned short - done [2020-10-14T14:47:13.832Z] -- Using unsigned short [2020-10-14T14:47:13.832Z] -- Check if the system is big endian - little endian [2020-10-14T14:47:13.832Z] -- Check size of size_t [2020-10-14T14:47:13.832Z] -- Check size of size_t - done [2020-10-14T14:47:13.832Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-10-14T14:47:13.832Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-10-14T14:47:13.832Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-10-14T14:47:13.832Z] CMake did not find one. [2020-10-14T14:47:13.832Z] [2020-10-14T14:47:13.832Z] Could not find a package configuration file provided by "cJSON" with any of [2020-10-14T14:47:13.832Z] the following names: [2020-10-14T14:47:13.832Z] [2020-10-14T14:47:13.832Z] cJSONConfig.cmake [2020-10-14T14:47:13.832Z] cjson-config.cmake [2020-10-14T14:47:13.832Z] [2020-10-14T14:47:13.832Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-10-14T14:47:13.832Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-10-14T14:47:13.832Z] provides a separate development package or SDK, be sure it has been [2020-10-14T14:47:13.832Z] installed. [2020-10-14T14:47:13.832Z] [2020-10-14T14:47:13.832Z] [2020-10-14T14:47:13.832Z] -- Configuring done [2020-10-14T14:47:13.942Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-10-14T14:47:13.942Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-10-14T14:47:14.096Z] -- Generating done [2020-10-14T14:47:14.096Z] -- Build files have been written to: /tmp/cbor [2020-10-14T14:47:14.096Z] Scanning dependencies of target cbor_shared [2020-10-14T14:47:14.096Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-10-14T14:47:14.222Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-10-14T14:47:14.358Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-10-14T14:47:14.359Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-10-14T14:47:14.359Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-10-14T14:47:14.503Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-10-14T14:47:14.620Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-10-14T14:47:14.620Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-10-14T14:47:14.620Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-10-14T14:47:14.881Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-10-14T14:47:14.881Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-10-14T14:47:14.882Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-10-14T14:47:15.143Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-10-14T14:47:15.143Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-10-14T14:47:15.143Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-10-14T14:47:15.404Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-10-14T14:47:15.404Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-10-14T14:47:15.404Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-10-14T14:47:15.484Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-10-14T14:47:15.484Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-10-14T14:47:15.667Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-10-14T14:47:15.667Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-10-14T14:47:15.667Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-10-14T14:47:15.667Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-10-14T14:47:15.667Z] [ 40%] Linking C shared library libcbor.so [2020-10-14T14:47:15.929Z] [ 40%] Built target cbor_shared [2020-10-14T14:47:15.929Z] Scanning dependencies of target cbor [2020-10-14T14:47:15.929Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-10-14T14:47:15.929Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-10-14T14:47:16.079Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-10-14T14:47:16.193Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-10-14T14:47:16.193Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-10-14T14:47:16.352Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-10-14T14:47:16.455Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-10-14T14:47:16.455Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-10-14T14:47:16.625Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-10-14T14:47:16.728Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-10-14T14:47:16.728Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-10-14T14:47:16.728Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-10-14T14:47:16.728Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-10-14T14:47:16.901Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-10-14T14:47:17.037Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-10-14T14:47:17.038Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-10-14T14:47:17.172Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-10-14T14:47:17.303Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-10-14T14:47:17.303Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-10-14T14:47:17.303Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-10-14T14:47:17.303Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-10-14T14:47:17.451Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-10-14T14:47:17.565Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-10-14T14:47:17.565Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-10-14T14:47:17.565Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-10-14T14:47:17.565Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-10-14T14:47:17.727Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-10-14T14:47:17.827Z] [ 80%] Linking C static library libcbor.a [2020-10-14T14:47:17.827Z] [ 80%] Built target cbor [2020-10-14T14:47:17.827Z] Scanning dependencies of target create_items [2020-10-14T14:47:17.827Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-10-14T14:47:17.827Z] [ 84%] Linking C executable create_items [2020-10-14T14:47:17.827Z] [ 84%] Built target create_items [2020-10-14T14:47:17.827Z] Scanning dependencies of target readfile [2020-10-14T14:47:17.827Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-10-14T14:47:17.827Z] [ 88%] Linking C executable readfile [2020-10-14T14:47:18.002Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-10-14T14:47:18.002Z] [ 80%] Linking C static library libcbor.a [2020-10-14T14:47:18.089Z] [ 88%] Built target readfile [2020-10-14T14:47:18.090Z] Scanning dependencies of target streaming_parser [2020-10-14T14:47:18.090Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-10-14T14:47:18.090Z] [ 92%] Linking C executable streaming_parser [2020-10-14T14:47:18.090Z] [ 92%] Built target streaming_parser [2020-10-14T14:47:18.090Z] Scanning dependencies of target sort [2020-10-14T14:47:18.090Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-10-14T14:47:18.090Z] [ 96%] Linking C executable sort [2020-10-14T14:47:18.090Z] [ 96%] Built target sort [2020-10-14T14:47:18.090Z] Scanning dependencies of target hello [2020-10-14T14:47:18.090Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-10-14T14:47:18.277Z] [ 80%] Built target cbor [2020-10-14T14:47:18.277Z] Scanning dependencies of target create_items [2020-10-14T14:47:18.277Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-10-14T14:47:18.277Z] [ 84%] Linking C executable create_items [2020-10-14T14:47:18.354Z] [100%] Linking C executable hello [2020-10-14T14:47:18.354Z] [100%] Built target hello [2020-10-14T14:47:18.354Z] Install the project... [2020-10-14T14:47:18.354Z] -- Install configuration: "Release" [2020-10-14T14:47:18.354Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-10-14T14:47:18.354Z] -- Installing: /usr/local/lib64/libcbor.a [2020-10-14T14:47:18.354Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-10-14T14:47:18.354Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-10-14T14:47:18.354Z] -- Installing: /usr/local/lib64/libcbor.so [2020-10-14T14:47:18.354Z] -- Up-to-date: /usr/local/include/cbor [2020-10-14T14:47:18.354Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-10-14T14:47:18.354Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-10-14T14:47:18.354Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-10-14T14:47:18.354Z] -- Installing: /usr/local/include/cbor/common.h [2020-10-14T14:47:18.354Z] -- Installing: /usr/local/include/cbor/data.h [2020-10-14T14:47:18.354Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-10-14T14:47:18.354Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-10-14T14:47:18.354Z] -- Installing: /usr/local/include/cbor/internal [2020-10-14T14:47:18.354Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-10-14T14:47:18.354Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-10-14T14:47:18.354Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-10-14T14:47:18.354Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-10-14T14:47:18.354Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-10-14T14:47:18.354Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-10-14T14:47:18.354Z] -- Installing: /usr/local/include/cbor/ints.h [2020-10-14T14:47:18.354Z] -- Installing: /usr/local/include/cbor/maps.h [2020-10-14T14:47:18.354Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-10-14T14:47:18.354Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-10-14T14:47:18.354Z] -- Installing: /usr/local/include/cbor/strings.h [2020-10-14T14:47:18.354Z] -- Installing: /usr/local/include/cbor/tags.h [2020-10-14T14:47:18.354Z] -- Installing: /usr/local/include/cbor.h [2020-10-14T14:47:18.354Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-10-14T14:47:18.560Z] [ 84%] Built target create_items [2020-10-14T14:47:18.560Z] Scanning dependencies of target readfile [2020-10-14T14:47:18.560Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-10-14T14:47:18.836Z] [ 88%] Linking C executable readfile [2020-10-14T14:47:18.836Z] [ 88%] Built target readfile [2020-10-14T14:47:18.836Z] Scanning dependencies of target streaming_parser [2020-10-14T14:47:18.836Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-10-14T14:47:19.110Z] [ 92%] Linking C executable streaming_parser [2020-10-14T14:47:19.110Z] [ 92%] Built target streaming_parser [2020-10-14T14:47:19.110Z] Scanning dependencies of target sort [2020-10-14T14:47:19.110Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-10-14T14:47:19.384Z] [ 96%] Linking C executable sort [2020-10-14T14:47:19.384Z] [ 96%] Built target sort [2020-10-14T14:47:19.384Z] Scanning dependencies of target hello [2020-10-14T14:47:19.656Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-10-14T14:47:19.656Z] [100%] Linking C executable hello [2020-10-14T14:47:19.656Z] [100%] Built target hello [2020-10-14T14:47:19.930Z] Install the project... [2020-10-14T14:47:19.930Z] -- Install configuration: "Release" [2020-10-14T14:47:19.930Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-10-14T14:47:19.930Z] -- Installing: /usr/local/lib64/libcbor.a [2020-10-14T14:47:19.930Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-10-14T14:47:19.930Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-10-14T14:47:19.930Z] -- Installing: /usr/local/lib64/libcbor.so [2020-10-14T14:47:19.930Z] -- Up-to-date: /usr/local/include/cbor [2020-10-14T14:47:19.930Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-10-14T14:47:19.930Z] -- Installing: /usr/local/include/cbor/ints.h [2020-10-14T14:47:19.930Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-10-14T14:47:19.930Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-10-14T14:47:19.930Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-10-14T14:47:19.930Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-10-14T14:47:19.930Z] -- Installing: /usr/local/include/cbor/data.h [2020-10-14T14:47:19.930Z] -- Installing: /usr/local/include/cbor/common.h [2020-10-14T14:47:19.930Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-10-14T14:47:19.930Z] -- Installing: /usr/local/include/cbor/strings.h [2020-10-14T14:47:19.930Z] -- Installing: /usr/local/include/cbor/tags.h [2020-10-14T14:47:19.930Z] -- Installing: /usr/local/include/cbor/internal [2020-10-14T14:47:19.930Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-10-14T14:47:19.930Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-10-14T14:47:19.930Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-10-14T14:47:19.930Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-10-14T14:47:19.930Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-10-14T14:47:19.930Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-10-14T14:47:19.930Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-10-14T14:47:19.930Z] -- Installing: /usr/local/include/cbor/maps.h [2020-10-14T14:47:19.930Z] -- Installing: /usr/local/include/cbor.h [2020-10-14T14:47:19.930Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-10-14T14:47:20.902Z] Removing intermediate container 2fc03a858fde [2020-10-14T14:47:20.902Z] ---> dc4db749c969 [2020-10-14T14:47:20.902Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-10-14T14:47:20.902Z] ---> Running in 84fe92c62ef3 [2020-10-14T14:47:21.475Z] Removing intermediate container 84fe92c62ef3 [2020-10-14T14:47:21.475Z] ---> d2b8a669d175 [2020-10-14T14:47:21.475Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-10-14T14:47:21.475Z] ---> bdb9a964b9a5 [2020-10-14T14:47:21.475Z] Step 8/21 : COPY src /tmp/sdk/src [2020-10-14T14:47:21.904Z] Removing intermediate container c20bb9d46d7c [2020-10-14T14:47:21.904Z] ---> 50be0376ca24 [2020-10-14T14:47:21.904Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-10-14T14:47:21.904Z] ---> Running in d405cb63cd9f [2020-10-14T14:47:22.421Z] ---> 841c0bedcd1c [2020-10-14T14:47:22.421Z] Step 9/21 : COPY include /tmp/sdk/include [2020-10-14T14:47:22.682Z] ---> 9fd6f9a5f6bd [2020-10-14T14:47:22.682Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-10-14T14:47:22.682Z] ---> abdf5a909b56 [2020-10-14T14:47:22.682Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-10-14T14:47:22.944Z] ---> a658681ed3f9 [2020-10-14T14:47:22.944Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-10-14T14:47:23.206Z] ---> 26a83740afe6 [2020-10-14T14:47:23.206Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-10-14T14:47:23.206Z] ---> Running in 2a91935f9f6d [2020-10-14T14:47:24.152Z] + CPPCHECK=false [2020-10-14T14:47:24.152Z] + DOCGEN=false [2020-10-14T14:47:24.152Z] + TOMLVER=SDK-0.2 [2020-10-14T14:47:24.152Z] + CUTILVER=1.1.1 [2020-10-14T14:47:24.152Z] + '[' 0 -gt 0 ] [2020-10-14T14:47:24.152Z] + readlink -f ./scripts/build.sh [2020-10-14T14:47:24.152Z] + dirname /tmp/sdk/scripts/build.sh [2020-10-14T14:47:24.152Z] + dirname /tmp/sdk/scripts [2020-10-14T14:47:24.152Z] + ROOT=/tmp/sdk [2020-10-14T14:47:24.152Z] + cd /tmp/sdk [2020-10-14T14:47:24.152Z] + '[' '!' -d deps ] [2020-10-14T14:47:24.152Z] + mkdir deps [2020-10-14T14:47:24.152Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-10-14T14:47:24.152Z] + tar -C deps -z -x -f - [2020-10-14T14:47:24.152Z] --2020-10-14 14:47:23-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-10-14T14:47:24.152Z] Resolving github.com... 140.82.114.3 [2020-10-14T14:47:24.152Z] Connecting to github.com|140.82.114.3|:443... connected. [2020-10-14T14:47:24.152Z] HTTP request sent, awaiting response... 302 Found [2020-10-14T14:47:24.152Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-10-14T14:47:24.152Z] --2020-10-14 14:47:24-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-10-14T14:47:24.152Z] Resolving codeload.github.com... 140.82.113.10 [2020-10-14T14:47:24.152Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2020-10-14T14:47:24.419Z] HTTP request sent, awaiting response... 200 OK [2020-10-14T14:47:24.419Z] Length: unspecified [application/x-gzip] [2020-10-14T14:47:24.419Z] Saving to: 'STDOUT' [2020-10-14T14:47:24.419Z] [2020-10-14T14:47:24.419Z] 0K .......... ...... 889K=0.02s [2020-10-14T14:47:24.419Z] [2020-10-14T14:47:24.419Z] 2020-10-14 14:47:24 (889 KB/s) - written to stdout [16451] [2020-10-14T14:47:24.419Z] [2020-10-14T14:47:24.419Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-10-14T14:47:24.419Z] + wget+ -O -tar https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.1.tar.gz [2020-10-14T14:47:24.419Z] -C deps -z -x -f - [2020-10-14T14:47:24.419Z] --2020-10-14 14:47:24-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.1.tar.gz [2020-10-14T14:47:24.419Z] Resolving github.com... 140.82.112.3 [2020-10-14T14:47:24.419Z] Connecting to github.com|140.82.112.3|:443... connected. [2020-10-14T14:47:24.527Z] Removing intermediate container d405cb63cd9f [2020-10-14T14:47:24.527Z] ---> 6f72e4b68faf [2020-10-14T14:47:24.527Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-10-14T14:47:24.681Z] HTTP request sent, awaiting response... 302 Found [2020-10-14T14:47:24.681Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.1 [following] [2020-10-14T14:47:24.681Z] --2020-10-14 14:47:24-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.1 [2020-10-14T14:47:24.681Z] Resolving codeload.github.com... 140.82.113.10 [2020-10-14T14:47:24.681Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2020-10-14T14:47:24.681Z] HTTP request sent, awaiting response... 200 OK [2020-10-14T14:47:24.681Z] Length: unspecified [application/x-gzip] [2020-10-14T14:47:24.681Z] Saving to: 'STDOUT' [2020-10-14T14:47:24.681Z] [2020-10-14T14:47:24.942Z] 0K .......... .......... .......... .......... .......... 1.36M [2020-10-14T14:47:24.942Z] 50K .......... .......... .......... .......... .......... 2.76M [2020-10-14T14:47:24.942Z] 100K .......... .......... .......... .......... .......... 34.0M [2020-10-14T14:47:24.942Z] 150K .......... .......... ..... 7.78M=0.06s [2020-10-14T14:47:24.942Z] [2020-10-14T14:47:24.942Z] 2020-10-14 14:47:24 (2.95 MB/s) - written to stdout [179833] [2020-10-14T14:47:24.942Z] [2020-10-14T14:47:24.942Z] + mkdir -p src/c/iot [2020-10-14T14:47:24.942Z] + cp deps/iotech-c-utils-1.1.1/src/c/base64.c deps/iotech-c-utils-1.1.1/src/c/component.c deps/iotech-c-utils-1.1.1/src/c/config.c deps/iotech-c-utils-1.1.1/src/c/container.c deps/iotech-c-utils-1.1.1/src/c/data.c deps/iotech-c-utils-1.1.1/src/c/hash.c deps/iotech-c-utils-1.1.1/src/c/iot.c deps/iotech-c-utils-1.1.1/src/c/json.c deps/iotech-c-utils-1.1.1/src/c/logger.c deps/iotech-c-utils-1.1.1/src/c/os.c deps/iotech-c-utils-1.1.1/src/c/scheduler.c deps/iotech-c-utils-1.1.1/src/c/thread.c deps/iotech-c-utils-1.1.1/src/c/threadpool.c deps/iotech-c-utils-1.1.1/src/c/time.c deps/iotech-c-utils-1.1.1/src/c/yxml.c src/c/iot [2020-10-14T14:47:24.942Z] + mkdir -p include/iot [2020-10-14T14:47:24.942Z] + cp deps/iotech-c-utils-1.1.1/include/iot/base64.h deps/iotech-c-utils-1.1.1/include/iot/component.h deps/iotech-c-utils-1.1.1/include/iot/config.h deps/iotech-c-utils-1.1.1/include/iot/container.h deps/iotech-c-utils-1.1.1/include/iot/data.h deps/iotech-c-utils-1.1.1/include/iot/hash.h deps/iotech-c-utils-1.1.1/include/iot/iot.h deps/iotech-c-utils-1.1.1/include/iot/json.h deps/iotech-c-utils-1.1.1/include/iot/logger.h deps/iotech-c-utils-1.1.1/include/iot/os.h deps/iotech-c-utils-1.1.1/include/iot/scheduler.h deps/iotech-c-utils-1.1.1/include/iot/thread.h deps/iotech-c-utils-1.1.1/include/iot/threadpool.h deps/iotech-c-utils-1.1.1/include/iot/time.h deps/iotech-c-utils-1.1.1/include/iot/typecode.h deps/iotech-c-utils-1.1.1/include/iot/yxml.h include/iot [2020-10-14T14:47:24.942Z] + mkdir -p include/iot/os [2020-10-14T14:47:24.942Z] + cp deps/iotech-c-utils-1.1.1/include/iot/os/linux.h deps/iotech-c-utils-1.1.1/include/iot/os/macos.h deps/iotech-c-utils-1.1.1/include/iot/os/zephyr.h include/iot/os [2020-10-14T14:47:24.942Z] + mkdir -p /tmp/sdk/build/release [2020-10-14T14:47:24.942Z] + cd /tmp/sdk/build/release [2020-10-14T14:47:24.942Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-10-14T14:47:24.942Z] -- The C compiler identification is GNU 8.3.0 [2020-10-14T14:47:24.942Z] -- Check for working C compiler: /usr/bin/cc [2020-10-14T14:47:24.942Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-10-14T14:47:24.942Z] -- Detecting C compiler ABI info [2020-10-14T14:47:25.123Z] ---> 6d2d4f7baf05 [2020-10-14T14:47:25.123Z] Step 8/21 : COPY src /tmp/sdk/src [2020-10-14T14:47:25.206Z] -- Detecting C compiler ABI info - done [2020-10-14T14:47:25.206Z] -- Detecting C compile features [2020-10-14T14:47:25.471Z] -- Detecting C compile features - done [2020-10-14T14:47:25.471Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-10-14T14:47:25.471Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-10-14T14:47:25.471Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-10-14T14:47:25.471Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-10-14T14:47:25.471Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-10-14T14:47:25.471Z] -- C SDK 1.3.0-dev.10 for Linux [2020-10-14T14:47:25.471Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-10-14T14:47:25.471Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-10-14T14:47:25.471Z] -- Found Curses: /usr/lib/libcurses.so [2020-10-14T14:47:25.471Z] -- Configuring done [2020-10-14T14:47:25.471Z] -- Generating done [2020-10-14T14:47:25.471Z] -- Build files have been written to: /tmp/sdk/build/release [2020-10-14T14:47:25.471Z] + make [2020-10-14T14:47:25.471Z] + tee release.log [2020-10-14T14:47:25.732Z] Scanning dependencies of target csdk [2020-10-14T14:47:25.732Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-10-14T14:47:25.732Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-10-14T14:47:25.996Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2020-10-14T14:47:25.996Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-10-14T14:47:26.106Z] ---> a5e3b55ed79c [2020-10-14T14:47:26.106Z] Step 9/21 : COPY include /tmp/sdk/include [2020-10-14T14:47:26.570Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-10-14T14:47:26.570Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-10-14T14:47:26.709Z] ---> b428f71deba8 [2020-10-14T14:47:26.709Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-10-14T14:47:26.832Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-10-14T14:47:27.097Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-10-14T14:47:27.308Z] ---> 387817c5b3af [2020-10-14T14:47:27.309Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-10-14T14:47:27.358Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-10-14T14:47:27.619Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-10-14T14:47:27.881Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-10-14T14:47:27.881Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-10-14T14:47:27.881Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-10-14T14:47:28.143Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-10-14T14:47:28.143Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-10-14T14:47:28.287Z] ---> cb4f87e7ead9 [2020-10-14T14:47:28.287Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-10-14T14:47:28.883Z] ---> 494da2aa701a [2020-10-14T14:47:28.884Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-10-14T14:47:28.884Z] ---> Running in 8a284faee2f5 [2020-10-14T14:47:29.087Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-10-14T14:47:29.087Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-10-14T14:47:29.087Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-10-14T14:47:29.353Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-10-14T14:47:29.353Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-10-14T14:47:29.938Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-10-14T14:47:29.938Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-10-14T14:47:30.200Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-10-14T14:47:30.200Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-10-14T14:47:30.321Z] + CPPCHECK=false [2020-10-14T14:47:30.321Z] + DOCGEN=false [2020-10-14T14:47:30.321Z] + TOMLVER=SDK-0.2 [2020-10-14T14:47:30.321Z] + CUTILVER=1.1.1 [2020-10-14T14:47:30.321Z] + '[' 0 -gt 0 ] [2020-10-14T14:47:30.321Z] + readlink -f ./scripts/build.sh [2020-10-14T14:47:30.321Z] + dirname /tmp/sdk/scripts/build.sh [2020-10-14T14:47:30.321Z] + dirname /tmp/sdk/scripts [2020-10-14T14:47:30.321Z] + ROOT=/tmp/sdk [2020-10-14T14:47:30.321Z] + cd /tmp/sdk [2020-10-14T14:47:30.321Z] + '[' '!' -d deps ] [2020-10-14T14:47:30.321Z] + mkdir deps [2020-10-14T14:47:30.321Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-10-14T14:47:30.321Z] + tar -C deps -z -x -f - [2020-10-14T14:47:30.322Z] --2020-10-14 14:47:30-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-10-14T14:47:30.322Z] Resolving github.com... 140.82.112.3 [2020-10-14T14:47:30.461Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-10-14T14:47:30.461Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-10-14T14:47:30.593Z] Connecting to github.com|140.82.112.3|:443... connected. [2020-10-14T14:47:30.593Z] HTTP request sent, awaiting response... 302 Found [2020-10-14T14:47:30.593Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-10-14T14:47:30.593Z] --2020-10-14 14:47:30-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-10-14T14:47:30.593Z] Resolving codeload.github.com... 140.82.113.10 [2020-10-14T14:47:30.593Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2020-10-14T14:47:30.723Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-10-14T14:47:30.723Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-10-14T14:47:30.866Z] HTTP request sent, awaiting response... 200 OK [2020-10-14T14:47:30.866Z] Length: unspecified [application/x-gzip] [2020-10-14T14:47:30.866Z] Saving to: 'STDOUT' [2020-10-14T14:47:30.866Z]  [2020-10-14T14:47:30.866Z] 0K .......... ......   1.06M=0.01s [2020-10-14T14:47:30.866Z] [2020-10-14T14:47:30.866Z] 2020-10-14 14:47:30 (1.06 MB/s) - written to stdout [16451] [2020-10-14T14:47:30.866Z] [2020-10-14T14:47:30.866Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-10-14T14:47:30.866Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.1.tar.gz [2020-10-14T14:47:30.866Z] + tar -C deps -z -x -f - [2020-10-14T14:47:30.866Z] --2020-10-14 14:47:30-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.1.tar.gz [2020-10-14T14:47:30.866Z] Resolving github.com... 140.82.112.3 [2020-10-14T14:47:30.866Z] Connecting to github.com|140.82.112.3|:443... connected. [2020-10-14T14:47:30.866Z] HTTP request sent, awaiting response... 302 Found [2020-10-14T14:47:30.866Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.1 [following] [2020-10-14T14:47:30.866Z] --2020-10-14 14:47:30-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.1 [2020-10-14T14:47:30.866Z] Resolving codeload.github.com... 140.82.113.10 [2020-10-14T14:47:30.866Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2020-10-14T14:47:30.984Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-10-14T14:47:30.984Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2020-10-14T14:47:31.138Z] HTTP request sent, awaiting response... 200 OK [2020-10-14T14:47:31.139Z] Length: unspecified [application/x-gzip] [2020-10-14T14:47:31.139Z] Saving to: 'STDOUT' [2020-10-14T14:47:31.139Z]  [2020-10-14T14:47:31.139Z] 0K .......... .......... .......... .......... .......... 1.56M [2020-10-14T14:47:31.139Z] 50K .......... .......... .......... .......... .......... 2.96M [2020-10-14T14:47:31.139Z] 100K .......... .......... .......... .......... .......... 4.03M [2020-10-14T14:47:31.139Z] 150K .......... .......... .....    1.51M=0.08s [2020-10-14T14:47:31.139Z] [2020-10-14T14:47:31.139Z] 2020-10-14 14:47:31 (2.24 MB/s) - written to stdout [179833] [2020-10-14T14:47:31.139Z] [2020-10-14T14:47:31.139Z] + mkdir -p src/c/iot [2020-10-14T14:47:31.139Z] + cp deps/iotech-c-utils-1.1.1/src/c/base64.c deps/iotech-c-utils-1.1.1/src/c/component.c deps/iotech-c-utils-1.1.1/src/c/config.c deps/iotech-c-utils-1.1.1/src/c/container.c deps/iotech-c-utils-1.1.1/src/c/data.c deps/iotech-c-utils-1.1.1/src/c/hash.c deps/iotech-c-utils-1.1.1/src/c/iot.c deps/iotech-c-utils-1.1.1/src/c/json.c deps/iotech-c-utils-1.1.1/src/c/logger.c deps/iotech-c-utils-1.1.1/src/c/os.c deps/iotech-c-utils-1.1.1/src/c/scheduler.c deps/iotech-c-utils-1.1.1/src/c/thread.c deps/iotech-c-utils-1.1.1/src/c/threadpool.c deps/iotech-c-utils-1.1.1/src/c/time.c deps/iotech-c-utils-1.1.1/src/c/yxml.c src/c/iot [2020-10-14T14:47:31.139Z] + mkdir -p include/iot [2020-10-14T14:47:31.139Z] + cp deps/iotech-c-utils-1.1.1/include/iot/base64.h deps/iotech-c-utils-1.1.1/include/iot/component.h deps/iotech-c-utils-1.1.1/include/iot/config.h deps/iotech-c-utils-1.1.1/include/iot/container.h deps/iotech-c-utils-1.1.1/include/iot/data.h deps/iotech-c-utils-1.1.1/include/iot/hash.h deps/iotech-c-utils-1.1.1/include/iot/iot.h deps/iotech-c-utils-1.1.1/include/iot/json.h deps/iotech-c-utils-1.1.1/include/iot/logger.h deps/iotech-c-utils-1.1.1/include/iot/os.h deps/iotech-c-utils-1.1.1/include/iot/scheduler.h deps/iotech-c-utils-1.1.1/include/iot/thread.h deps/iotech-c-utils-1.1.1/include/iot/threadpool.h deps/iotech-c-utils-1.1.1/include/iot/time.h deps/iotech-c-utils-1.1.1/include/iot/typecode.h deps/iotech-c-utils-1.1.1/include/iot/yxml.h include/iot [2020-10-14T14:47:31.139Z] + mkdir -p include/iot/os [2020-10-14T14:47:31.139Z] + cp deps/iotech-c-utils-1.1.1/include/iot/os/linux.h deps/iotech-c-utils-1.1.1/include/iot/os/macos.h deps/iotech-c-utils-1.1.1/include/iot/os/zephyr.h include/iot/os [2020-10-14T14:47:31.139Z] + mkdir -p /tmp/sdk/build/release [2020-10-14T14:47:31.139Z] + cd /tmp/sdk/build/release [2020-10-14T14:47:31.139Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-10-14T14:47:31.412Z] -- The C compiler identification is GNU 8.3.0 [2020-10-14T14:47:31.412Z] -- Check for working C compiler: /usr/bin/cc [2020-10-14T14:47:31.555Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-10-14T14:47:31.555Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-10-14T14:47:31.686Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-10-14T14:47:31.686Z] -- Detecting C compiler ABI info [2020-10-14T14:47:31.819Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-10-14T14:47:31.819Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-10-14T14:47:31.958Z] -- Detecting C compiler ABI info - done [2020-10-14T14:47:31.958Z] -- Detecting C compile features [2020-10-14T14:47:32.766Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-10-14T14:47:32.939Z] -- Detecting C compile features - done [2020-10-14T14:47:32.939Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-10-14T14:47:32.939Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-10-14T14:47:32.939Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-10-14T14:47:32.939Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-10-14T14:47:32.939Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-10-14T14:47:32.939Z] -- C SDK 1.3.0-dev.10 for Linux [2020-10-14T14:47:32.939Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-10-14T14:47:33.028Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-10-14T14:47:33.028Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-10-14T14:47:33.212Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-10-14T14:47:33.212Z] -- Found Curses: /usr/lib/libcurses.so [2020-10-14T14:47:33.212Z] -- Configuring done [2020-10-14T14:47:33.290Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-10-14T14:47:33.486Z] -- Generating done [2020-10-14T14:47:33.486Z] -- Build files have been written to: /tmp/sdk/build/release [2020-10-14T14:47:33.486Z] + make [2020-10-14T14:47:33.486Z] + tee release.log [2020-10-14T14:47:33.486Z] Scanning dependencies of target csdk [2020-10-14T14:47:33.552Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-10-14T14:47:33.760Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-10-14T14:47:33.820Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-10-14T14:47:34.084Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-10-14T14:47:34.355Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-10-14T14:47:34.953Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2020-10-14T14:47:35.040Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-10-14T14:47:35.226Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-10-14T14:47:35.304Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-10-14T14:47:35.567Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-10-14T14:47:35.567Z] [ 71%] Linking C shared library libcsdk.so [2020-10-14T14:47:35.829Z] [ 71%] Built target csdk [2020-10-14T14:47:35.829Z] Scanning dependencies of target template [2020-10-14T14:47:35.829Z] [ 73%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-10-14T14:47:35.829Z] [ 74%] Linking C executable template [2020-10-14T14:47:35.829Z] [ 74%] Built target template [2020-10-14T14:47:35.829Z] Scanning dependencies of target device-counter [2020-10-14T14:47:36.090Z] [ 76%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-10-14T14:47:36.090Z] [ 77%] Linking C executable device-counter [2020-10-14T14:47:36.090Z] [ 77%] Built target device-counter [2020-10-14T14:47:36.090Z] Scanning dependencies of target device-random [2020-10-14T14:47:36.090Z] [ 79%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-10-14T14:47:36.352Z] [ 80%] Linking C executable device-random [2020-10-14T14:47:36.352Z] [ 80%] Built target device-random [2020-10-14T14:47:36.352Z] Scanning dependencies of target device-gyro [2020-10-14T14:47:36.352Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-10-14T14:47:36.352Z] [ 84%] Linking C executable device-gyro [2020-10-14T14:47:36.613Z] [ 84%] Built target device-gyro [2020-10-14T14:47:36.613Z] Scanning dependencies of target device-bitfields [2020-10-14T14:47:36.613Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-10-14T14:47:36.613Z] [ 87%] Linking C executable device-bitfields [2020-10-14T14:47:36.613Z] [ 87%] Built target device-bitfields [2020-10-14T14:47:36.613Z] Scanning dependencies of target template-discovery [2020-10-14T14:47:36.613Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-10-14T14:47:36.874Z] [ 90%] Linking C executable template-discovery [2020-10-14T14:47:36.874Z] [ 90%] Built target template-discovery [2020-10-14T14:47:36.874Z] Scanning dependencies of target device-file [2020-10-14T14:47:36.874Z] [ 92%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-10-14T14:47:37.134Z] [ 93%] Linking C executable device-file [2020-10-14T14:47:37.134Z] [ 93%] Built target device-file [2020-10-14T14:47:37.134Z] Scanning dependencies of target device-terminal [2020-10-14T14:47:37.134Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-10-14T14:47:37.199Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-10-14T14:47:37.395Z] [ 96%] Linking C executable device-terminal [2020-10-14T14:47:37.395Z] [ 96%] Built target device-terminal [2020-10-14T14:47:37.395Z] Scanning dependencies of target templatev1 [2020-10-14T14:47:37.395Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-10-14T14:47:37.658Z] [100%] Linking C executable templatev1 [2020-10-14T14:47:37.658Z] [100%] Built target templatev1 [2020-10-14T14:47:37.658Z] + make package [2020-10-14T14:47:37.658Z] + tee -a release.log [2020-10-14T14:47:37.658Z] [ 71%] Built target csdk [2020-10-14T14:47:37.658Z] [ 74%] Built target template [2020-10-14T14:47:37.658Z] [ 77%] Built target device-counter [2020-10-14T14:47:37.658Z] [ 80%] Built target device-random [2020-10-14T14:47:37.658Z] [ 84%] Built target device-gyro [2020-10-14T14:47:37.658Z] [ 87%] Built target device-bitfields [2020-10-14T14:47:37.658Z] [ 90%] Built target template-discovery [2020-10-14T14:47:37.658Z] [ 93%] Built target device-file [2020-10-14T14:47:37.795Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-10-14T14:47:37.795Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-10-14T14:47:37.921Z] [ 96%] Built target device-terminal [2020-10-14T14:47:37.921Z] [100%] Built target templatev1 [2020-10-14T14:47:37.921Z] Run CPack packaging tool... [2020-10-14T14:47:37.921Z] CPack: Create package using TGZ [2020-10-14T14:47:37.921Z] CPack: Install projects [2020-10-14T14:47:37.921Z] CPack: - Run preinstall target for: Csdk [2020-10-14T14:47:37.921Z] CPack: - Install project: Csdk [2020-10-14T14:47:38.184Z] CPack: Create package [2020-10-14T14:47:38.184Z] CPack: - package: /tmp/sdk/build/release/csdk-1.3.0-dev.10.tar.gz generated. [2020-10-14T14:47:38.184Z] + '[' false '=' true ] [2020-10-14T14:47:38.184Z] + '[' false '=' true ] [2020-10-14T14:47:38.184Z] + mkdir -p /tmp/sdk/build/debug [2020-10-14T14:47:38.184Z] + cd /tmp/sdk/build/debug [2020-10-14T14:47:38.184Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-10-14T14:47:38.184Z] -- The C compiler identification is GNU 8.3.0 [2020-10-14T14:47:38.184Z] -- Check for working C compiler: /usr/bin/cc [2020-10-14T14:47:38.184Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-10-14T14:47:38.184Z] -- Detecting C compiler ABI info [2020-10-14T14:47:38.445Z] -- Detecting C compiler ABI info - done [2020-10-14T14:47:38.445Z] -- Detecting C compile features [2020-10-14T14:47:38.707Z] -- Detecting C compile features - done [2020-10-14T14:47:38.707Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-10-14T14:47:38.707Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-10-14T14:47:38.707Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-10-14T14:47:38.707Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-10-14T14:47:38.707Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-10-14T14:47:38.707Z] -- C SDK 1.3.0-dev.10 for Linux [2020-10-14T14:47:38.707Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-10-14T14:47:38.707Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-10-14T14:47:38.707Z] -- Found Curses: /usr/lib/libcurses.so [2020-10-14T14:47:38.707Z] -- Configuring done [2020-10-14T14:47:38.707Z] -- Generating done [2020-10-14T14:47:38.707Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-10-14T14:47:38.707Z] + make [2020-10-14T14:47:38.707Z] + tee debug.log [2020-10-14T14:47:38.968Z] Scanning dependencies of target csdk [2020-10-14T14:47:38.968Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-10-14T14:47:38.968Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-10-14T14:47:38.968Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2020-10-14T14:47:39.229Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-10-14T14:47:39.229Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-10-14T14:47:39.233Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-10-14T14:47:39.490Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-10-14T14:47:39.490Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-10-14T14:47:39.490Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-10-14T14:47:39.750Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-10-14T14:47:39.750Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-10-14T14:47:40.011Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-10-14T14:47:40.011Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-10-14T14:47:40.011Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-10-14T14:47:40.011Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-10-14T14:47:40.011Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-10-14T14:47:40.272Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-10-14T14:47:40.533Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-10-14T14:47:40.533Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-10-14T14:47:40.533Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-10-14T14:47:40.533Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-10-14T14:47:40.794Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-10-14T14:47:40.794Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-10-14T14:47:41.058Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-10-14T14:47:41.058Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-10-14T14:47:41.058Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-10-14T14:47:41.058Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-10-14T14:47:41.058Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-10-14T14:47:41.208Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-10-14T14:47:41.319Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-10-14T14:47:41.319Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-10-14T14:47:41.319Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2020-10-14T14:47:41.481Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-10-14T14:47:41.580Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-10-14T14:47:41.580Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-10-14T14:47:41.580Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-10-14T14:47:41.844Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-10-14T14:47:42.077Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-10-14T14:47:42.105Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-10-14T14:47:42.106Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-10-14T14:47:42.106Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-10-14T14:47:42.106Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-10-14T14:47:42.366Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-10-14T14:47:42.627Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-10-14T14:47:42.627Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-10-14T14:47:42.675Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-10-14T14:47:42.890Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-10-14T14:47:42.890Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-10-14T14:47:42.949Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-10-14T14:47:43.204Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-10-14T14:47:43.204Z] [ 71%] Linking C shared library libcsdk.so [2020-10-14T14:47:43.204Z] [ 71%] Built target csdk [2020-10-14T14:47:43.204Z] Scanning dependencies of target template [2020-10-14T14:47:43.204Z] [ 73%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-10-14T14:47:43.204Z] [ 74%] Linking C executable template [2020-10-14T14:47:43.223Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-10-14T14:47:43.471Z] [ 74%] Built target template [2020-10-14T14:47:43.471Z] Scanning dependencies of target device-counter [2020-10-14T14:47:43.471Z] [ 76%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-10-14T14:47:43.471Z] [ 77%] Linking C executable device-counter [2020-10-14T14:47:43.471Z] [ 77%] Built target device-counter [2020-10-14T14:47:43.471Z] Scanning dependencies of target device-random [2020-10-14T14:47:43.471Z] [ 79%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-10-14T14:47:43.471Z] [ 80%] Linking C executable device-random [2020-10-14T14:47:43.495Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-10-14T14:47:43.734Z] [ 80%] Built target device-random [2020-10-14T14:47:43.734Z] Scanning dependencies of target device-gyro [2020-10-14T14:47:43.734Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-10-14T14:47:43.734Z] [ 84%] Linking C executable device-gyro [2020-10-14T14:47:43.734Z] [ 84%] Built target device-gyro [2020-10-14T14:47:43.734Z] Scanning dependencies of target device-bitfields [2020-10-14T14:47:43.734Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-10-14T14:47:43.996Z] [ 87%] Linking C executable device-bitfields [2020-10-14T14:47:43.996Z] [ 87%] Built target device-bitfields [2020-10-14T14:47:43.996Z] Scanning dependencies of target template-discovery [2020-10-14T14:47:43.996Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-10-14T14:47:43.996Z] [ 90%] Linking C executable template-discovery [2020-10-14T14:47:43.997Z] [ 90%] Built target template-discovery [2020-10-14T14:47:43.997Z] Scanning dependencies of target device-file [2020-10-14T14:47:44.264Z] [ 92%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-10-14T14:47:44.264Z] [ 93%] Linking C executable device-file [2020-10-14T14:47:44.264Z] [ 93%] Built target device-file [2020-10-14T14:47:44.264Z] Scanning dependencies of target device-terminal [2020-10-14T14:47:44.264Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-10-14T14:47:44.264Z] [ 96%] Linking C executable device-terminal [2020-10-14T14:47:44.526Z] [ 96%] Built target device-terminal [2020-10-14T14:47:44.526Z] Scanning dependencies of target templatev1 [2020-10-14T14:47:44.527Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-10-14T14:47:44.527Z] [100%] Linking C executable templatev1 [2020-10-14T14:47:44.527Z] [100%] Built target templatev1 [2020-10-14T14:47:44.527Z] make: Entering directory '/tmp/sdk/build/release' [2020-10-14T14:47:44.527Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-10-14T14:47:44.527Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-14T14:47:44.527Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-14T14:47:44.527Z] [ 71%] Built target csdk [2020-10-14T14:47:44.527Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-14T14:47:44.527Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-14T14:47:44.527Z] [ 74%] Built target template [2020-10-14T14:47:44.527Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-14T14:47:44.527Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-14T14:47:44.796Z] [ 77%] Built target device-counter [2020-10-14T14:47:44.796Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-14T14:47:44.796Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-14T14:47:44.796Z] [ 80%] Built target device-random [2020-10-14T14:47:44.796Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-14T14:47:44.796Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-14T14:47:44.796Z] [ 84%] Built target device-gyro [2020-10-14T14:47:44.796Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-14T14:47:44.796Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-14T14:47:44.796Z] [ 87%] Built target device-bitfields [2020-10-14T14:47:44.796Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-14T14:47:44.796Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-14T14:47:44.796Z] [ 90%] Built target template-discovery [2020-10-14T14:47:44.796Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-14T14:47:44.796Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-14T14:47:44.796Z] [ 93%] Built target device-file [2020-10-14T14:47:44.796Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-14T14:47:44.796Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-14T14:47:44.796Z] [ 96%] Built target device-terminal [2020-10-14T14:47:44.796Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-14T14:47:44.796Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-14T14:47:44.796Z] [100%] Built target templatev1 [2020-10-14T14:47:44.796Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-10-14T14:47:44.796Z] Install the project... [2020-10-14T14:47:44.796Z] -- Install configuration: "Release" [2020-10-14T14:47:44.796Z] -- Installing: /usr/local/lib/libcsdk.so [2020-10-14T14:47:44.796Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-10-14T14:47:44.796Z] -- Up-to-date: /usr/local/include [2020-10-14T14:47:44.796Z] -- Installing: /usr/local/include/devsdk [2020-10-14T14:47:44.796Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-10-14T14:47:44.796Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-10-14T14:47:44.796Z] -- Installing: /usr/local/include/edgex [2020-10-14T14:47:44.796Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-10-14T14:47:44.796Z] -- Installing: /usr/local/include/edgex/devices.h [2020-10-14T14:47:44.796Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-10-14T14:47:44.796Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-10-14T14:47:44.796Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-10-14T14:47:44.796Z] -- Installing: /usr/local/include/edgex/error.h [2020-10-14T14:47:44.796Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-10-14T14:47:44.796Z] -- Installing: /usr/local/include/edgex/os.h [2020-10-14T14:47:44.796Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-10-14T14:47:44.796Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-10-14T14:47:44.796Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-10-14T14:47:44.797Z] -- Installing: /usr/local/include/iot [2020-10-14T14:47:44.797Z] -- Installing: /usr/local/include/iot/base64.h [2020-10-14T14:47:44.797Z] -- Installing: /usr/local/include/iot/component.h [2020-10-14T14:47:44.797Z] -- Installing: /usr/local/include/iot/config.h [2020-10-14T14:47:44.797Z] -- Installing: /usr/local/include/iot/container.h [2020-10-14T14:47:44.797Z] -- Installing: /usr/local/include/iot/data.h [2020-10-14T14:47:44.797Z] -- Installing: /usr/local/include/iot/hash.h [2020-10-14T14:47:44.797Z] -- Installing: /usr/local/include/iot/iot.h [2020-10-14T14:47:44.797Z] -- Installing: /usr/local/include/iot/json.h [2020-10-14T14:47:44.797Z] -- Installing: /usr/local/include/iot/logger.h [2020-10-14T14:47:44.797Z] -- Installing: /usr/local/include/iot/os.h [2020-10-14T14:47:44.797Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-10-14T14:47:44.797Z] -- Installing: /usr/local/include/iot/thread.h [2020-10-14T14:47:44.797Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-10-14T14:47:44.797Z] -- Installing: /usr/local/include/iot/time.h [2020-10-14T14:47:44.797Z] -- Installing: /usr/local/include/iot/typecode.h [2020-10-14T14:47:44.797Z] -- Installing: /usr/local/include/iot/yxml.h [2020-10-14T14:47:44.797Z] -- Installing: /usr/local/include/iot/os [2020-10-14T14:47:44.797Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-10-14T14:47:44.797Z] -- Installing: /usr/local/include/iot/os/macos.h [2020-10-14T14:47:44.797Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-10-14T14:47:44.797Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-10-14T14:47:44.797Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-10-14T14:47:44.797Z] make: Leaving directory '/tmp/sdk/build/release' [2020-10-14T14:47:46.718Z] Removing intermediate container 2a91935f9f6d [2020-10-14T14:47:46.718Z] ---> 51e9ec769de9 [2020-10-14T14:47:46.718Z] Step 14/21 : FROM ${BASE} [2020-10-14T14:47:46.718Z] ---> 5eabd8fd8ba2 [2020-10-14T14:47:46.718Z] Step 15/21 : MAINTAINER IOTech [2020-10-14T14:47:46.718Z] ---> Running in c4dbeb0615e9 [2020-10-14T14:47:46.718Z] Removing intermediate container c4dbeb0615e9 [2020-10-14T14:47:46.718Z] ---> d9b35d7faa59 [2020-10-14T14:47:46.718Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-10-14T14:47:46.877Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-10-14T14:47:46.981Z] ---> Running in e514db91d966 [2020-10-14T14:47:47.152Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-10-14T14:47:47.243Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-10-14T14:47:47.761Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-10-14T14:47:48.034Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-10-14T14:47:48.191Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-10-14T14:47:48.452Z] (1/3) Installing curl (7.64.0-r4) [2020-10-14T14:47:48.626Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-10-14T14:47:48.714Z] (2/3) Installing libuuid (2.33-r0) [2020-10-14T14:47:48.714Z] (3/3) Installing wget (1.20.3-r0) [2020-10-14T14:47:48.977Z] Executing busybox-1.29.3-r10.trigger [2020-10-14T14:47:48.977Z] OK: 268 MiB in 78 packages [2020-10-14T14:47:49.239Z] Removing intermediate container e514db91d966 [2020-10-14T14:47:49.239Z] ---> 7abc76d5c8c0 [2020-10-14T14:47:49.239Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-10-14T14:47:49.501Z] ---> f6fee6f3b248 [2020-10-14T14:47:49.501Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-10-14T14:47:49.765Z] ---> c12da22cc5f2 [2020-10-14T14:47:49.765Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-10-14T14:47:50.027Z] ---> 419d52179c2c [2020-10-14T14:47:50.027Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-10-14T14:47:50.290Z] ---> 81e002aac7e4 [2020-10-14T14:47:50.290Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-10-14T14:47:50.552Z] ---> d012102feca7 [2020-10-14T14:47:50.552Z] Successfully built d012102feca7 [2020-10-14T14:47:50.552Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-14T14:47:51.236Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-10-14T14:47:51.237Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-10-14T14:47:51.237Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-10-14T14:47:51.333Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-14T14:47:51.333Z] . [Pipeline] withDockerContainer [2020-10-14T14:47:51.489Z] prd-centos7-docker-4c-2g-5403 does not seem to be running inside a container [2020-10-14T14:47:51.556Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/47 -v /w/workspace/device-sdk-c/47:/w/workspace/device-sdk-c/47:rw,z -v /w/workspace/device-sdk-c/47@tmp:/w/workspace/device-sdk-c/47@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 ******** ci-base-image-x86_64 cat [2020-10-14T14:47:51.834Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-10-14T14:47:52.124Z] $ docker top 9e99a6e289d12f038a05ba9ed8d114e052df4efcfaa00f0df1e52874d29ac194 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-14T14:47:52.429Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-10-14T14:47:52.429Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-10-14T14:47:52.599Z] + make test [2020-10-14T14:47:52.599Z] echo "make test" [2020-10-14T14:47:52.599Z] make test [Pipeline] } [2020-10-14T14:47:52.612Z] $ docker stop --time=1 9e99a6e289d12f038a05ba9ed8d114e052df4efcfaa00f0df1e52874d29ac194 [2020-10-14T14:47:53.407Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-10-14T14:47:53.681Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-10-14T14:47:53.953Z] $ docker rm -f 9e99a6e289d12f038a05ba9ed8d114e052df4efcfaa00f0df1e52874d29ac194 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2020-10-14T14:47:54.276Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-10-14T14:47:54.550Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2020-10-14T14:47:56.521Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-10-14T14:47:56.816Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [Pipeline] sh [2020-10-14T14:47:57.459Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-14T14:47:57.758Z] + ls -al . [2020-10-14T14:47:57.758Z] total 160 [2020-10-14T14:47:57.758Z] drwxrwxr-x. 9 jenkins jenkins 275 Oct 14 14:46 . [2020-10-14T14:47:57.758Z] drwxrwxr-x. 4 jenkins jenkins 30 Oct 14 14:46 .. [2020-10-14T14:47:57.758Z] -rw-rw-r--. 1 jenkins jenkins 3104 Oct 14 14:46 Attribution.txt [2020-10-14T14:47:57.758Z] -rw-rw-r--. 1 jenkins jenkins 5980 Oct 14 14:46 CHANGES [2020-10-14T14:47:57.758Z] drwxrwxr-x. 2 jenkins jenkins 144 Oct 14 14:46 docs [2020-10-14T14:47:57.758Z] -rw-rw-r--. 1 jenkins jenkins 108574 Oct 14 14:46 Doxyfile [2020-10-14T14:47:57.758Z] drwxrwxr-x. 8 jenkins jenkins 162 Oct 14 14:46 .git [2020-10-14T14:47:57.758Z] drwxrwxr-x. 2 jenkins jenkins 38 Oct 14 14:46 .github [2020-10-14T14:47:57.758Z] -rw-rw-r--. 1 jenkins jenkins 176 Oct 14 14:46 .gitignore [2020-10-14T14:47:57.758Z] drwxrwxr-x. 4 jenkins jenkins 33 Oct 14 14:46 include [2020-10-14T14:47:57.758Z] -rw-rw-r--. 1 jenkins jenkins 794 Oct 14 14:46 Jenkinsfile [2020-10-14T14:47:57.758Z] -rw-rw-r--. 1 jenkins jenkins 10174 Oct 14 14:46 LICENSE [2020-10-14T14:47:57.758Z] -rw-rw-r--. 1 jenkins jenkins 449 Oct 14 14:46 Makefile [2020-10-14T14:47:57.758Z] -rw-rw-r--. 1 jenkins jenkins 2697 Oct 14 14:46 README.md [2020-10-14T14:47:57.758Z] -rw-rw-r--. 1 jenkins jenkins 5977 Oct 14 14:46 README.v2.md [2020-10-14T14:47:57.758Z] drwxrwxr-x. 2 jenkins jenkins 108 Oct 14 14:46 scripts [2020-10-14T14:47:57.758Z] drwxrwxr-x. 3 jenkins jenkins 58 Oct 14 14:46 .semver [2020-10-14T14:47:57.758Z] drwxrwxr-x. 4 jenkins jenkins 50 Oct 14 14:46 src [2020-10-14T14:47:57.758Z] -rw-rw-r--. 1 jenkins jenkins 12 Oct 14 14:43 VERSION [Pipeline] isUnix [Pipeline] sh [2020-10-14T14:47:57.798Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-10-14T14:47:58.066Z] + docker build -t docker-device-sdk-c -f scripts/Dockerfile.alpine-3.11 --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=1c3cbe1168f8f4990475966f6e71602a78dc5c52 --label arch=amd64 --label version=1.3.0-dev.10 . [2020-10-14T14:47:58.066Z] Sending build context to Docker daemon 3.816MB [2020-10-14T14:47:58.066Z] Step 1/15 : ARG BASE=alpine:3.11 [2020-10-14T14:47:58.066Z] Step 2/15 : FROM ${BASE} [2020-10-14T14:47:58.066Z] ---> d012102feca7 [2020-10-14T14:47:58.066Z] Step 3/15 : MAINTAINER IOTech [2020-10-14T14:47:58.071Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-10-14T14:47:58.638Z] ---> Running in 56bf0bbd47d8 [2020-10-14T14:47:58.901Z] Removing intermediate container 56bf0bbd47d8 [2020-10-14T14:47:58.901Z] ---> ec32fa835a0d [2020-10-14T14:47:58.901Z] Step 4/15 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev && mkdir -p /edgex-c-sdk/build [2020-10-14T14:47:58.901Z] ---> Running in 336f259feacb [2020-10-14T14:47:59.844Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-10-14T14:48:00.786Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-10-14T14:48:01.046Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2020-10-14T14:48:01.046Z] (2/6) Installing libblkid (2.33-r0) [2020-10-14T14:48:01.307Z] (3/6) Installing libfdisk (2.33-r0) [2020-10-14T14:48:01.574Z] (4/6) Installing libmount (2.33-r0) [2020-10-14T14:48:01.574Z] (5/6) Installing libsmartcols (2.33-r0) [2020-10-14T14:48:01.574Z] (6/6) Installing util-linux-dev (2.33-r0) [2020-10-14T14:48:02.154Z] Executing busybox-1.29.3-r10.trigger [2020-10-14T14:48:02.154Z] OK: 272 MiB in 84 packages [2020-10-14T14:48:02.378Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-10-14T14:48:02.650Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-10-14T14:48:02.726Z] Removing intermediate container 336f259feacb [2020-10-14T14:48:02.727Z] ---> 791966f2b266 [2020-10-14T14:48:02.727Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-10-14T14:48:02.987Z] ---> 6e2338d9dbad [2020-10-14T14:48:02.987Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-10-14T14:48:03.244Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-10-14T14:48:03.517Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-10-14T14:48:03.560Z] ---> c55d9ad464a6 [2020-10-14T14:48:03.560Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-10-14T14:48:03.823Z] ---> 18870c7f4598 [2020-10-14T14:48:03.823Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-10-14T14:48:04.083Z] ---> 135b8c718ee1 [2020-10-14T14:48:04.083Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-10-14T14:48:04.343Z] ---> e0f05f7bc35b [2020-10-14T14:48:04.343Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-10-14T14:48:04.492Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-10-14T14:48:04.604Z] ---> 78997d4210f1 [2020-10-14T14:48:04.604Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-10-14T14:48:04.604Z] ---> Running in 6db83d968936 [2020-10-14T14:48:04.864Z] Removing intermediate container 6db83d968936 [2020-10-14T14:48:04.864Z] ---> d3657b7f6c60 [2020-10-14T14:48:04.864Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-10-14T14:48:04.864Z] ---> Running in a936484227ec [2020-10-14T14:48:05.124Z] Removing intermediate container a936484227ec [2020-10-14T14:48:05.124Z] ---> 494a2dd68521 [2020-10-14T14:48:05.124Z] Step 13/15 : LABEL arch=amd64 [2020-10-14T14:48:05.124Z] ---> Running in 237c61e7e7c3 [2020-10-14T14:48:05.384Z] Removing intermediate container 237c61e7e7c3 [2020-10-14T14:48:05.384Z] ---> 52feeabeab98 [2020-10-14T14:48:05.384Z] Step 14/15 : LABEL git_sha=1c3cbe1168f8f4990475966f6e71602a78dc5c52 [2020-10-14T14:48:05.384Z] ---> Running in 36f30e37584c [2020-10-14T14:48:05.471Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-10-14T14:48:05.646Z] Removing intermediate container 36f30e37584c [2020-10-14T14:48:05.646Z] ---> 0f2b63c8e0e8 [2020-10-14T14:48:05.646Z] Step 15/15 : LABEL version=1.3.0-dev.10 [2020-10-14T14:48:05.646Z] ---> Running in 51daf8c5f43e [2020-10-14T14:48:05.646Z] Removing intermediate container 51daf8c5f43e [2020-10-14T14:48:05.646Z] ---> 52fa8c03c4b1 [2020-10-14T14:48:05.646Z] [Warning] One or more build-args [MAKE ARCH] were not consumed [2020-10-14T14:48:05.646Z] Successfully built 52fa8c03c4b1 [2020-10-14T14:48:05.907Z] Successfully tagged docker-device-sdk-c:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-14T14:48:07.443Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-10-14T14:48:10.827Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-10-14T14:48:10.827Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-10-14T14:48:12.259Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-10-14T14:48:12.853Z] [ 71%] Linking C shared library libcsdk.so [2020-10-14T14:48:12.853Z] [ 71%] Built target csdk [2020-10-14T14:48:12.853Z] Scanning dependencies of target template [2020-10-14T14:48:12.853Z] [ 73%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-10-14T14:48:13.450Z] [ 74%] Linking C executable template [2020-10-14T14:48:13.723Z] [ 74%] Built target template [2020-10-14T14:48:13.723Z] Scanning dependencies of target device-counter [2020-10-14T14:48:13.723Z] [ 76%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-10-14T14:48:14.322Z] [ 77%] Linking C executable device-counter [2020-10-14T14:48:14.322Z] [ 77%] Built target device-counter [2020-10-14T14:48:14.596Z] Scanning dependencies of target device-random [2020-10-14T14:48:14.596Z] [ 79%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-10-14T14:48:14.869Z] [ 80%] Linking C executable device-random [2020-10-14T14:48:15.142Z] [ 80%] Built target device-random [2020-10-14T14:48:15.142Z] Scanning dependencies of target device-gyro [2020-10-14T14:48:15.142Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-10-14T14:48:15.740Z] [ 84%] Linking C executable device-gyro [2020-10-14T14:48:15.740Z] [ 84%] Built target device-gyro [2020-10-14T14:48:15.740Z] Scanning dependencies of target device-bitfields [2020-10-14T14:48:15.740Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-10-14T14:48:16.336Z] [ 87%] Linking C executable device-bitfields [2020-10-14T14:48:16.609Z] [ 87%] Built target device-bitfields [2020-10-14T14:48:16.609Z] Scanning dependencies of target template-discovery [2020-10-14T14:48:16.609Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-10-14T14:48:17.204Z] [ 90%] Linking C executable template-discovery [2020-10-14T14:48:17.478Z] [ 90%] Built target template-discovery [2020-10-14T14:48:17.478Z] Scanning dependencies of target device-file [2020-10-14T14:48:17.478Z] [ 92%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-10-14T14:48:18.069Z] [ 93%] Linking C executable device-file [2020-10-14T14:48:18.069Z] [ 93%] Built target device-file [2020-10-14T14:48:18.343Z] Scanning dependencies of target device-terminal [2020-10-14T14:48:18.343Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-10-14T14:48:18.618Z] [ 96%] Linking C executable device-terminal [2020-10-14T14:48:18.892Z] [ 96%] Built target device-terminal [2020-10-14T14:48:18.892Z] Scanning dependencies of target templatev1 [2020-10-14T14:48:19.163Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-10-14T14:48:19.434Z] [100%] Linking C executable templatev1 [2020-10-14T14:48:19.708Z] [100%] Built target templatev1 [2020-10-14T14:48:19.708Z] + + teemake -a package release.log [2020-10-14T14:48:19.708Z] [2020-10-14T14:48:19.979Z] [ 71%] Built target csdk [2020-10-14T14:48:19.979Z] [ 74%] Built target template [2020-10-14T14:48:19.979Z] [ 77%] Built target device-counter [2020-10-14T14:48:19.979Z] [ 80%] Built target device-random [2020-10-14T14:48:19.979Z] [ 84%] Built target device-gyro [2020-10-14T14:48:20.250Z] [ 87%] Built target device-bitfields [2020-10-14T14:48:20.250Z] [ 90%] Built target template-discovery [2020-10-14T14:48:20.250Z] [ 93%] Built target device-file [2020-10-14T14:48:20.250Z] [ 96%] Built target device-terminal [2020-10-14T14:48:20.250Z] [100%] Built target templatev1 [2020-10-14T14:48:20.250Z] Run CPack packaging tool... [2020-10-14T14:48:20.250Z] CPack: Create package using TGZ [2020-10-14T14:48:20.250Z] CPack: Install projects [2020-10-14T14:48:20.250Z] CPack: - Run preinstall target for: Csdk [2020-10-14T14:48:20.840Z] CPack: - Install project: Csdk [2020-10-14T14:48:20.840Z] CPack: Create package [2020-10-14T14:48:21.111Z] CPack: - package: /tmp/sdk/build/release/csdk-1.3.0-dev.10.tar.gz generated. [2020-10-14T14:48:21.111Z] + '[' false '=' true ] [2020-10-14T14:48:21.111Z] + '[' false '=' true ] [2020-10-14T14:48:21.111Z] + mkdir -p /tmp/sdk/build/debug [2020-10-14T14:48:21.111Z] + cd /tmp/sdk/build/debug [2020-10-14T14:48:21.111Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-10-14T14:48:21.382Z] -- The C compiler identification is GNU 8.3.0 [2020-10-14T14:48:21.382Z] -- Check for working C compiler: /usr/bin/cc [2020-10-14T14:48:21.654Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-10-14T14:48:21.654Z] -- Detecting C compiler ABI info [2020-10-14T14:48:21.927Z] -- Detecting C compiler ABI info - done [2020-10-14T14:48:21.927Z] -- Detecting C compile features [2020-10-14T14:48:22.523Z] -- Detecting C compile features - done [2020-10-14T14:48:22.523Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-10-14T14:48:22.523Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-10-14T14:48:22.523Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-10-14T14:48:22.523Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-10-14T14:48:22.523Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-10-14T14:48:22.523Z] -- C SDK 1.3.0-dev.10 for Linux [2020-10-14T14:48:22.523Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-10-14T14:48:22.793Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-10-14T14:48:22.793Z] -- Found Curses: /usr/lib/libcurses.so [2020-10-14T14:48:23.064Z] -- Configuring done [2020-10-14T14:48:23.337Z] -- Generating done [2020-10-14T14:48:23.337Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-10-14T14:48:23.337Z] + + teemake debug.log [2020-10-14T14:48:23.337Z] [2020-10-14T14:48:23.337Z] Scanning dependencies of target csdk [2020-10-14T14:48:23.609Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-10-14T14:48:23.891Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-10-14T14:48:24.166Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2020-10-14T14:48:24.440Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-10-14T14:48:25.033Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-10-14T14:48:25.306Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-10-14T14:48:25.579Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-10-14T14:48:25.851Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-10-14T14:48:26.451Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-10-14T14:48:26.724Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-10-14T14:48:26.996Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-10-14T14:48:27.270Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-10-14T14:48:27.542Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-10-14T14:48:27.814Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-10-14T14:48:27.814Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-10-14T14:48:28.796Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-10-14T14:48:29.071Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-10-14T14:48:29.346Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-10-14T14:48:29.346Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-10-14T14:48:29.946Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-10-14T14:48:30.543Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-10-14T14:48:30.816Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-10-14T14:48:30.816Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-10-14T14:48:31.089Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-10-14T14:48:31.364Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-10-14T14:48:31.364Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-10-14T14:48:31.638Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-10-14T14:48:31.913Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-10-14T14:48:32.186Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-10-14T14:48:32.459Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2020-10-14T14:48:32.734Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-10-14T14:48:33.009Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-10-14T14:48:33.606Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-10-14T14:48:33.606Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-10-14T14:48:34.593Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-10-14T14:48:34.869Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-10-14T14:48:35.142Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-10-14T14:48:35.417Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-10-14T14:48:35.691Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-10-14T14:48:36.670Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-10-14T14:48:37.268Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-10-14T14:48:37.863Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-10-14T14:48:38.138Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-10-14T14:48:38.737Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-10-14T14:48:38.737Z] [ 71%] Linking C shared library libcsdk.so [2020-10-14T14:48:39.012Z] [ 71%] Built target csdk [2020-10-14T14:48:39.012Z] Scanning dependencies of target template [2020-10-14T14:48:39.012Z] [ 73%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-10-14T14:48:39.286Z] [ 74%] Linking C executable template [2020-10-14T14:48:39.560Z] [ 74%] Built target template [2020-10-14T14:48:39.560Z] Scanning dependencies of target device-counter [2020-10-14T14:48:39.560Z] [ 76%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-10-14T14:48:39.833Z] [ 77%] Linking C executable device-counter [2020-10-14T14:48:40.107Z] [ 77%] Built target device-counter [2020-10-14T14:48:40.107Z] Scanning dependencies of target device-random [2020-10-14T14:48:40.107Z] [ 79%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-10-14T14:48:40.380Z] [ 80%] Linking C executable device-random [2020-10-14T14:48:40.654Z] [ 80%] Built target device-random [2020-10-14T14:48:40.654Z] Scanning dependencies of target device-gyro [2020-10-14T14:48:40.654Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-10-14T14:48:40.928Z] [ 84%] Linking C executable device-gyro [2020-10-14T14:48:41.203Z] [ 84%] Built target device-gyro [2020-10-14T14:48:41.203Z] Scanning dependencies of target device-bitfields [2020-10-14T14:48:41.203Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-10-14T14:48:41.488Z] [ 87%] Linking C executable device-bitfields [2020-10-14T14:48:41.488Z] [ 87%] Built target device-bitfields [2020-10-14T14:48:41.763Z] Scanning dependencies of target template-discovery [2020-10-14T14:48:41.763Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-10-14T14:48:42.038Z] [ 90%] Linking C executable template-discovery [2020-10-14T14:48:42.038Z] [ 90%] Built target template-discovery [2020-10-14T14:48:42.311Z] Scanning dependencies of target device-file [2020-10-14T14:48:42.311Z] [ 92%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-10-14T14:48:42.585Z] [ 93%] Linking C executable device-file [2020-10-14T14:48:42.585Z] [ 93%] Built target device-file [2020-10-14T14:48:42.585Z] Scanning dependencies of target device-terminal [2020-10-14T14:48:42.859Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-10-14T14:48:43.138Z] [ 96%] Linking C executable device-terminal [2020-10-14T14:48:43.138Z] [ 96%] Built target device-terminal [2020-10-14T14:48:43.414Z] Scanning dependencies of target templatev1 [2020-10-14T14:48:43.414Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-10-14T14:48:43.690Z] [100%] Linking C executable templatev1 [2020-10-14T14:48:43.690Z] [100%] Built target templatev1 [2020-10-14T14:48:43.690Z] make: Entering directory '/tmp/sdk/build/release' [2020-10-14T14:48:43.964Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-10-14T14:48:43.964Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-14T14:48:43.964Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-14T14:48:43.964Z] [ 71%] Built target csdk [2020-10-14T14:48:43.964Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-14T14:48:43.964Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-14T14:48:43.964Z] [ 74%] Built target template [2020-10-14T14:48:43.964Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-14T14:48:43.964Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-14T14:48:43.964Z] [ 77%] Built target device-counter [2020-10-14T14:48:43.964Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-14T14:48:43.964Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-14T14:48:43.964Z] [ 80%] Built target device-random [2020-10-14T14:48:43.964Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-14T14:48:44.238Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-14T14:48:44.238Z] [ 84%] Built target device-gyro [2020-10-14T14:48:44.238Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-14T14:48:44.238Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-14T14:48:44.238Z] [ 87%] Built target device-bitfields [2020-10-14T14:48:44.238Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-14T14:48:44.238Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-14T14:48:44.238Z] [ 90%] Built target template-discovery [2020-10-14T14:48:44.238Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-14T14:48:44.238Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-14T14:48:44.238Z] [ 93%] Built target device-file [2020-10-14T14:48:44.238Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-14T14:48:44.238Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-14T14:48:44.238Z] [ 96%] Built target device-terminal [2020-10-14T14:48:44.238Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-14T14:48:44.238Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-14T14:48:44.238Z] [100%] Built target templatev1 [2020-10-14T14:48:44.238Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-10-14T14:48:44.513Z] Install the project... [2020-10-14T14:48:44.513Z] -- Install configuration: "Release" [2020-10-14T14:48:44.513Z] -- Installing: /usr/local/lib/libcsdk.so [2020-10-14T14:48:44.513Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-10-14T14:48:44.513Z] -- Up-to-date: /usr/local/include [2020-10-14T14:48:44.513Z] -- Installing: /usr/local/include/edgex [2020-10-14T14:48:44.513Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-10-14T14:48:44.513Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-10-14T14:48:44.513Z] -- Installing: /usr/local/include/edgex/error.h [2020-10-14T14:48:44.513Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-10-14T14:48:44.513Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-10-14T14:48:44.513Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-10-14T14:48:44.513Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-10-14T14:48:44.513Z] -- Installing: /usr/local/include/edgex/devices.h [2020-10-14T14:48:44.513Z] -- Installing: /usr/local/include/edgex/os.h [2020-10-14T14:48:44.513Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-10-14T14:48:44.513Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-10-14T14:48:44.513Z] -- Installing: /usr/local/include/devsdk [2020-10-14T14:48:44.513Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-10-14T14:48:44.513Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-10-14T14:48:44.513Z] -- Installing: /usr/local/include/iot [2020-10-14T14:48:44.513Z] -- Installing: /usr/local/include/iot/json.h [2020-10-14T14:48:44.513Z] -- Installing: /usr/local/include/iot/yxml.h [2020-10-14T14:48:44.513Z] -- Installing: /usr/local/include/iot/container.h [2020-10-14T14:48:44.513Z] -- Installing: /usr/local/include/iot/component.h [2020-10-14T14:48:44.513Z] -- Installing: /usr/local/include/iot/typecode.h [2020-10-14T14:48:44.513Z] -- Installing: /usr/local/include/iot/iot.h [2020-10-14T14:48:44.513Z] -- Installing: /usr/local/include/iot/time.h [2020-10-14T14:48:44.513Z] -- Installing: /usr/local/include/iot/hash.h [2020-10-14T14:48:44.513Z] -- Installing: /usr/local/include/iot/logger.h [2020-10-14T14:48:44.513Z] -- Installing: /usr/local/include/iot/os [2020-10-14T14:48:44.513Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-10-14T14:48:44.513Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-10-14T14:48:44.513Z] -- Installing: /usr/local/include/iot/os/macos.h [2020-10-14T14:48:44.513Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-10-14T14:48:44.513Z] -- Installing: /usr/local/include/iot/data.h [2020-10-14T14:48:44.513Z] -- Installing: /usr/local/include/iot/thread.h [2020-10-14T14:48:44.513Z] -- Installing: /usr/local/include/iot/os.h [2020-10-14T14:48:44.513Z] -- Installing: /usr/local/include/iot/base64.h [2020-10-14T14:48:44.513Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-10-14T14:48:44.513Z] -- Installing: /usr/local/include/iot/config.h [2020-10-14T14:48:44.513Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-10-14T14:48:44.513Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-10-14T14:48:44.513Z] make: Leaving directory '/tmp/sdk/build/release' [2020-10-14T14:48:47.156Z] Removing intermediate container 8a284faee2f5 [2020-10-14T14:48:47.156Z] ---> c37980d97961 [2020-10-14T14:48:47.156Z] Step 14/21 : FROM ${BASE} [2020-10-14T14:48:47.156Z] ---> b23d30803547 [2020-10-14T14:48:47.156Z] Step 15/21 : MAINTAINER IOTech [2020-10-14T14:48:47.156Z] ---> Running in 05b9dec37b6f [2020-10-14T14:48:47.156Z] Removing intermediate container 05b9dec37b6f [2020-10-14T14:48:47.156Z] ---> e1d7b55df1f5 [2020-10-14T14:48:47.156Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-10-14T14:48:47.440Z] ---> Running in 6cc4c24aef52 [2020-10-14T14:48:48.881Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-10-14T14:48:49.852Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-10-14T14:48:50.124Z] (1/3) Installing curl (7.64.0-r4) [2020-10-14T14:48:50.395Z] (2/3) Installing libuuid (2.33-r0) [2020-10-14T14:48:50.395Z] (3/3) Installing wget (1.20.3-r0) [2020-10-14T14:48:50.668Z] Executing busybox-1.29.3-r10.trigger [2020-10-14T14:48:50.668Z] OK: 281 MiB in 78 packages [2020-10-14T14:48:51.649Z] Removing intermediate container 6cc4c24aef52 [2020-10-14T14:48:51.649Z] ---> ff80a417752f [2020-10-14T14:48:51.649Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-10-14T14:48:52.635Z] ---> bf5cb484132f [2020-10-14T14:48:52.635Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-10-14T14:48:53.237Z] ---> 5833e3bf054a [2020-10-14T14:48:53.237Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-10-14T14:48:54.219Z] ---> c9d98f1c4bde [2020-10-14T14:48:54.219Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-10-14T14:48:54.818Z] ---> 00023fed097e [2020-10-14T14:48:54.818Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-10-14T14:48:55.416Z] ---> f5aaf9818802 [2020-10-14T14:48:55.416Z] Successfully built f5aaf9818802 [2020-10-14T14:48:55.416Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-14T14:48:56.256Z] + docker inspect -f . ci-base-image-arm64 [2020-10-14T14:48:56.256Z] . [Pipeline] withDockerContainer [2020-10-14T14:48:56.532Z] prd-ubuntu18.04-docker-arm64-4c-16g-5402 does not seem to be running inside a container [2020-10-14T14:48:56.624Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/47 -v /w/workspace/device-sdk-c/47:/w/workspace/device-sdk-c/47:rw,z -v /w/workspace/device-sdk-c/47@tmp:/w/workspace/device-sdk-c/47@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 ******** ci-base-image-arm64 cat [2020-10-14T14:48:58.486Z] $ docker top 4e1b9f2711b850e5cee406f815734ddd3b403f8252ac84557483a48c6162e21d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-14T14:48:59.911Z] + make test [2020-10-14T14:48:59.911Z] echo "make test" [2020-10-14T14:48:59.911Z] make test [Pipeline] } [2020-10-14T14:48:59.940Z] $ docker stop --time=1 4e1b9f2711b850e5cee406f815734ddd3b403f8252ac84557483a48c6162e21d [2020-10-14T14:49:01.897Z] $ docker rm -f 4e1b9f2711b850e5cee406f815734ddd3b403f8252ac84557483a48c6162e21d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-14T14:49:03.009Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-14T14:49:03.347Z] + ls -al . [2020-10-14T14:49:03.347Z] total 196 [2020-10-14T14:49:03.347Z] drwxrwxr-x 9 jenkins jenkins 4096 Oct 14 14:46 . [2020-10-14T14:49:03.347Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 14 14:46 .. [2020-10-14T14:49:03.347Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 14 14:46 .git [2020-10-14T14:49:03.347Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 14 14:46 .github [2020-10-14T14:49:03.347Z] -rw-rw-r-- 1 jenkins jenkins 176 Oct 14 14:46 .gitignore [2020-10-14T14:49:03.347Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 14 14:46 .semver [2020-10-14T14:49:03.347Z] -rw-rw-r-- 1 jenkins jenkins 3104 Oct 14 14:46 Attribution.txt [2020-10-14T14:49:03.347Z] -rw-rw-r-- 1 jenkins jenkins 5980 Oct 14 14:46 CHANGES [2020-10-14T14:49:03.347Z] -rw-rw-r-- 1 jenkins jenkins 108574 Oct 14 14:46 Doxyfile [2020-10-14T14:49:03.347Z] -rw-rw-r-- 1 jenkins jenkins 794 Oct 14 14:46 Jenkinsfile [2020-10-14T14:49:03.347Z] -rw-rw-r-- 1 jenkins jenkins 10174 Oct 14 14:46 LICENSE [2020-10-14T14:49:03.347Z] -rw-rw-r-- 1 jenkins jenkins 449 Oct 14 14:46 Makefile [2020-10-14T14:49:03.347Z] -rw-rw-r-- 1 jenkins jenkins 2697 Oct 14 14:46 README.md [2020-10-14T14:49:03.347Z] -rw-rw-r-- 1 jenkins jenkins 5977 Oct 14 14:46 README.v2.md [2020-10-14T14:49:03.347Z] -rw-rw-r-- 1 jenkins jenkins 12 Oct 14 14:43 VERSION [2020-10-14T14:49:03.347Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 14 14:46 docs [2020-10-14T14:49:03.347Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 14 14:46 include [2020-10-14T14:49:03.347Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 14 14:46 scripts [2020-10-14T14:49:03.347Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 14 14:46 src [Pipeline] isUnix [Pipeline] sh [2020-10-14T14:49:03.701Z] + docker build -t docker-device-sdk-c-arm64 -f scripts/Dockerfile.alpine-3.11 --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=1c3cbe1168f8f4990475966f6e71602a78dc5c52 --label arch=arm64 --label version=1.3.0-dev.10 . [2020-10-14T14:49:04.299Z] Sending build context to Docker daemon 3.816MB [2020-10-14T14:49:04.299Z] Step 1/15 : ARG BASE=alpine:3.11 [2020-10-14T14:49:04.299Z] Step 2/15 : FROM ${BASE} [2020-10-14T14:49:04.299Z] ---> f5aaf9818802 [2020-10-14T14:49:04.299Z] Step 3/15 : MAINTAINER IOTech [2020-10-14T14:49:04.574Z] ---> Running in 1c7202aa17bf [2020-10-14T14:49:04.846Z] Removing intermediate container 1c7202aa17bf [2020-10-14T14:49:04.846Z] ---> e870008eba9f [2020-10-14T14:49:04.846Z] Step 4/15 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev && mkdir -p /edgex-c-sdk/build [2020-10-14T14:49:05.126Z] ---> Running in 2c494a0f4e9d [2020-10-14T14:49:06.561Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-10-14T14:49:07.538Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-10-14T14:49:07.810Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2020-10-14T14:49:08.082Z] (2/6) Installing libblkid (2.33-r0) [2020-10-14T14:49:08.082Z] (3/6) Installing libfdisk (2.33-r0) [2020-10-14T14:49:08.356Z] (4/6) Installing libmount (2.33-r0) [2020-10-14T14:49:08.356Z] (5/6) Installing libsmartcols (2.33-r0) [2020-10-14T14:49:08.356Z] (6/6) Installing util-linux-dev (2.33-r0) [2020-10-14T14:49:08.953Z] Executing busybox-1.29.3-r10.trigger [2020-10-14T14:49:08.953Z] OK: 286 MiB in 84 packages [2020-10-14T14:49:10.385Z] Removing intermediate container 2c494a0f4e9d [2020-10-14T14:49:10.385Z] ---> 4e9a71505ce0 [2020-10-14T14:49:10.385Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-10-14T14:49:10.981Z] ---> ba64c092ab27 [2020-10-14T14:49:10.981Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-10-14T14:49:11.960Z] ---> 9435e2e9ef2e [2020-10-14T14:49:11.960Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-10-14T14:49:12.558Z] ---> 13eb16109aa1 [2020-10-14T14:49:12.558Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-10-14T14:49:13.156Z] ---> 7a49fca55f90 [2020-10-14T14:49:13.156Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-10-14T14:49:13.758Z] ---> 9d345905b673 [2020-10-14T14:49:13.758Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-10-14T14:49:14.360Z] ---> 89d969fda9e9 [2020-10-14T14:49:14.360Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-10-14T14:49:14.636Z] ---> Running in 8d6cc302da92 [2020-10-14T14:49:15.232Z] Removing intermediate container 8d6cc302da92 [2020-10-14T14:49:15.232Z] ---> b2798c20428d [2020-10-14T14:49:15.232Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-10-14T14:49:15.232Z] ---> Running in 37dec5c317cb [2020-10-14T14:49:15.827Z] Removing intermediate container 37dec5c317cb [2020-10-14T14:49:15.827Z] ---> c600ed227cf2 [2020-10-14T14:49:15.827Z] Step 13/15 : LABEL arch=arm64 [2020-10-14T14:49:16.100Z] ---> Running in 147f3ee3af98 [2020-10-14T14:49:16.375Z] Removing intermediate container 147f3ee3af98 [2020-10-14T14:49:16.375Z] ---> d04e8b3a8806 [2020-10-14T14:49:16.375Z] Step 14/15 : LABEL git_sha=1c3cbe1168f8f4990475966f6e71602a78dc5c52 [2020-10-14T14:49:16.649Z] ---> Running in ac59bb6fa24f [2020-10-14T14:49:17.244Z] Removing intermediate container ac59bb6fa24f [2020-10-14T14:49:17.244Z] ---> e6e2e38a2a98 [2020-10-14T14:49:17.244Z] Step 15/15 : LABEL version=1.3.0-dev.10 [2020-10-14T14:49:17.518Z] ---> Running in 95f09611b2c6 [2020-10-14T14:49:17.793Z] Removing intermediate container 95f09611b2c6 [2020-10-14T14:49:17.793Z] ---> d3ce4340efbd [2020-10-14T14:49:17.793Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2020-10-14T14:49:18.064Z] Successfully built d3ce4340efbd [2020-10-14T14:49:18.064Z] 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] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-10-14T14:49:20.450Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-14T14:49:20.450Z] . [Pipeline] withDockerContainer [2020-10-14T14:49:20.558Z] prd-centos7-docker-4c-2g-5401 does not seem to be running inside a container [2020-10-14T14:49:20.605Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-14T14:49:21.385Z] $ docker top 7c4493d8275b36177b285817d62cd939b90bc21f9c0b012c2550cc547661a158 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-14T14:49:21.680Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-14T14:49:21.680Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-14T14:49:21.885Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-14T14:49:21.889Z] $ docker exec 7c4493d8275b36177b285817d62cd939b90bc21f9c0b012c2550cc547661a158 ssh-agent [2020-10-14T14:49:22.069Z] SSH_AUTH_SOCK=/tmp/ssh-PnboBMQGBRRw/agent.13 [2020-10-14T14:49:22.069Z] SSH_AGENT_PID=18 [2020-10-14T14:49:22.076Z] Running ssh-add (command line suppressed) [2020-10-14T14:49:22.206Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_5128273928951343861.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_5128273928951343861.key) [2020-10-14T14:49:22.265Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-14T14:49:22.634Z] + git semver tag [2020-10-14T14:49:22.634Z] # -> Open(): unable to determine branch for HEAD [2020-10-14T14:49:22.634Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-10-14T14:49:22.634Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-10-14T14:49:22.634Z] # $SEMVER_REMOTE_NAME = origin [2020-10-14T14:49:22.634Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-14T14:49:22.634Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-14T14:49:22.634Z] # $SEMVER_BRANCH = master [2020-10-14T14:49:22.634Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [2020-10-14T14:49:22.634Z] # 1c3cbe1168f8f4990475966f6e71602a78dc5c52 HEAD [2020-10-14T14:49:22.634Z] # -> Force: false [2020-10-14T14:49:22.634Z] # 437c50b2954786f6a5730da2421cb0808da2ba07 refs/tags/v1.3.0-dev.10 [Pipeline] } [2020-10-14T14:49:22.649Z] $ docker exec --env ******** --env ******** 7c4493d8275b36177b285817d62cd939b90bc21f9c0b012c2550cc547661a158 ssh-agent -k [2020-10-14T14:49:22.779Z] unset SSH_AUTH_SOCK; [2020-10-14T14:49:22.779Z] unset SSH_AGENT_PID; [2020-10-14T14:49:22.779Z] echo Agent pid 18 killed; [2020-10-14T14:49:22.828Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-14T14:49:23.281Z] + git semver [Pipeline] } [2020-10-14T14:49:23.300Z] $ docker stop --time=1 7c4493d8275b36177b285817d62cd939b90bc21f9c0b012c2550cc547661a158 [2020-10-14T14:49:24.650Z] $ docker rm -f 7c4493d8275b36177b285817d62cd939b90bc21f9c0b012c2550cc547661a158 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-14T14:49:25.273Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-14T14:49:25.273Z] [2020-10-14T14:49:25.273Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-14T14:49:25.704Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-14T14:49:25.704Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-14T14:49:25.704Z] ab5ef0e58194: Pulling fs layer [2020-10-14T14:49:25.704Z] 9712f1f96733: Pulling fs layer [2020-10-14T14:49:25.704Z] 63f879dbbcfc: Pulling fs layer [2020-10-14T14:49:25.704Z] 0d9ebad4ef96: Pulling fs layer [2020-10-14T14:49:25.704Z] e9a5061849ea: Pulling fs layer [2020-10-14T14:49:25.704Z] d747dcd14b5f: Pulling fs layer [2020-10-14T14:49:25.704Z] 2de7ff778b66: Pulling fs layer [2020-10-14T14:49:25.704Z] e9a5061849ea: Waiting [2020-10-14T14:49:25.704Z] d747dcd14b5f: Waiting [2020-10-14T14:49:25.704Z] 2de7ff778b66: Waiting [2020-10-14T14:49:25.704Z] 0d9ebad4ef96: Waiting [2020-10-14T14:49:25.704Z] 9712f1f96733: Download complete [2020-10-14T14:49:28.266Z] 63f879dbbcfc: Verifying Checksum [2020-10-14T14:49:28.266Z] 63f879dbbcfc: Download complete [2020-10-14T14:49:28.266Z] e9a5061849ea: Verifying Checksum [2020-10-14T14:49:28.266Z] e9a5061849ea: Download complete [2020-10-14T14:49:28.529Z] d747dcd14b5f: Verifying Checksum [2020-10-14T14:49:28.529Z] d747dcd14b5f: Download complete [2020-10-14T14:49:28.792Z] 2de7ff778b66: Verifying Checksum [2020-10-14T14:49:28.792Z] 2de7ff778b66: Download complete [2020-10-14T14:49:28.792Z] 0d9ebad4ef96: Verifying Checksum [2020-10-14T14:49:28.792Z] 0d9ebad4ef96: Download complete [2020-10-14T14:49:29.056Z] ab5ef0e58194: Verifying Checksum [2020-10-14T14:49:29.056Z] ab5ef0e58194: Download complete [2020-10-14T14:49:34.568Z] ab5ef0e58194: Pull complete [2020-10-14T14:49:34.568Z] 9712f1f96733: Pull complete [2020-10-14T14:49:37.125Z] 63f879dbbcfc: Pull complete [2020-10-14T14:49:42.455Z] 0d9ebad4ef96: Pull complete [2020-10-14T14:49:44.385Z] e9a5061849ea: Pull complete [2020-10-14T14:49:44.385Z] d747dcd14b5f: Pull complete [2020-10-14T14:49:47.713Z] 2de7ff778b66: Pull complete [2020-10-14T14:49:47.713Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-14T14:49:47.713Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-14T14:49:47.713Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-14T14:49:47.891Z] prd-centos7-docker-4c-2g-5401 does not seem to be running inside a container [2020-10-14T14:49:47.939Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-14T14:49:51.734Z] $ docker top 914d3d48b0adfff001fd097b86392f2357e90ee6103c089240b7285f40c17561 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-14T14:49:52.001Z] provisioning config files... [2020-10-14T14:49:52.017Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config6534981324102653310tmp [2020-10-14T14:49:52.035Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config6167366575061490007tmp [2020-10-14T14:49:52.050Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config7372169329987984633tmp [Pipeline] { [Pipeline] echo [2020-10-14T14:49:52.105Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-14T14:49:52.408Z] ---> sigul-configuration.sh [2020-10-14T14:49:52.408Z] gpg: directory `/root/.gnupg' created [2020-10-14T14:49:52.408Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-14T14:49:52.408Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-14T14:49:52.408Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-14T14:49:52.408Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-14T14:49:52.408Z] gpg: CAST5 encrypted data [2020-10-14T14:49:52.674Z] gpg: encrypted with 1 passphrase [2020-10-14T14:49:52.674Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-14T14:49:53.236Z] + mkdir /home/jenkins [2020-10-14T14:49:53.236Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-14T14:49:53.535Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-10-14T14:49:53.548Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-14T14:49:53.850Z] ---> sigul-install.sh [2020-10-14T14:49:59.150Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-14T14:49:59.453Z] + git tag --list [2020-10-14T14:49:59.453Z] 0.7.0 [2020-10-14T14:49:59.453Z] 0.7.1 [2020-10-14T14:49:59.453Z] 1.0.0 [2020-10-14T14:49:59.453Z] v1.0.1 [2020-10-14T14:49:59.453Z] v1.0.2 [2020-10-14T14:49:59.453Z] v1.0.3 [2020-10-14T14:49:59.453Z] v1.1.0 [2020-10-14T14:49:59.453Z] v1.1.1 [2020-10-14T14:49:59.453Z] v1.2.0 [2020-10-14T14:49:59.453Z] v1.2.1 [2020-10-14T14:49:59.453Z] v1.2.2 [2020-10-14T14:49:59.453Z] v1.2.2-dev.1 [2020-10-14T14:49:59.453Z] v1.3.0-dev.1 [2020-10-14T14:49:59.453Z] v1.3.0-dev.10 [2020-10-14T14:49:59.453Z] v1.3.0-dev.2 [2020-10-14T14:49:59.453Z] v1.3.0-dev.3 [2020-10-14T14:49:59.453Z] v1.3.0-dev.4 [2020-10-14T14:49:59.453Z] v1.3.0-dev.5 [2020-10-14T14:49:59.453Z] v1.3.0-dev.6 [2020-10-14T14:49:59.453Z] v1.3.0-dev.7 [2020-10-14T14:49:59.453Z] v1.3.0-dev.8 [2020-10-14T14:49:59.453Z] v1.3.0-dev.9 [Pipeline] sh [2020-10-14T14:49:59.754Z] + lftools sign git-tag v1.3.0-dev.10 [2020-10-14T14:50:01.150Z] Signing Git tag with Sigul... [2020-10-14T14:50:01.150Z] Signing v1.3.0-dev.10 [Pipeline] echo [2020-10-14T14:50:02.124Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-14T14:50:02.513Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-14T14:50:02.529Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-14T14:50:02.626Z] $ docker stop --time=1 914d3d48b0adfff001fd097b86392f2357e90ee6103c089240b7285f40c17561 [2020-10-14T14:50:04.716Z] $ docker rm -f 914d3d48b0adfff001fd097b86392f2357e90ee6103c089240b7285f40c17561 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-14T14:50:05.615Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-14T14:50:05.616Z] . [Pipeline] withDockerContainer [2020-10-14T14:50:05.709Z] prd-centos7-docker-4c-2g-5401 does not seem to be running inside a container [2020-10-14T14:50:05.753Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-14T14:50:06.506Z] $ docker top fee88ff3ea542b16e377c0e4e6a823137924c62d60b6ef7afc5b9470781ad685 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-14T14:50:06.780Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-14T14:50:06.780Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-14T14:50:06.991Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-14T14:50:06.996Z] $ docker exec fee88ff3ea542b16e377c0e4e6a823137924c62d60b6ef7afc5b9470781ad685 ssh-agent [2020-10-14T14:50:07.178Z] SSH_AUTH_SOCK=/tmp/ssh-9A0nlvXrB4Au/agent.11 [2020-10-14T14:50:07.178Z] SSH_AGENT_PID=16 [2020-10-14T14:50:07.186Z] Running ssh-add (command line suppressed) [2020-10-14T14:50:07.320Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_7718013476735968217.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_7718013476735968217.key) [2020-10-14T14:50:07.374Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-14T14:50:07.710Z] + git semver bump pre [2020-10-14T14:50:07.710Z] # -> Open(): unable to determine branch for HEAD [2020-10-14T14:50:07.710Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-10-14T14:50:07.710Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-10-14T14:50:07.710Z] # $SEMVER_REMOTE_NAME = origin [2020-10-14T14:50:07.710Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-14T14:50:07.710Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-14T14:50:07.710Z] # $SEMVER_BRANCH = master [2020-10-14T14:50:07.710Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [2020-10-14T14:50:07.710Z] 1.3.0-dev.11 [Pipeline] } [2020-10-14T14:50:07.723Z] $ docker exec --env ******** --env ******** fee88ff3ea542b16e377c0e4e6a823137924c62d60b6ef7afc5b9470781ad685 ssh-agent -k [2020-10-14T14:50:07.837Z] unset SSH_AUTH_SOCK; [2020-10-14T14:50:07.837Z] unset SSH_AGENT_PID; [2020-10-14T14:50:07.837Z] echo Agent pid 16 killed; [2020-10-14T14:50:07.884Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-14T14:50:08.333Z] + git semver [Pipeline] } [2020-10-14T14:50:08.353Z] $ docker stop --time=1 fee88ff3ea542b16e377c0e4e6a823137924c62d60b6ef7afc5b9470781ad685 [2020-10-14T14:50:09.702Z] $ docker rm -f fee88ff3ea542b16e377c0e4e6a823137924c62d60b6ef7afc5b9470781ad685 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-14T14:50:10.209Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-14T14:50:10.209Z] . [Pipeline] withDockerContainer [2020-10-14T14:50:10.311Z] prd-centos7-docker-4c-2g-5401 does not seem to be running inside a container [2020-10-14T14:50:10.357Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-14T14:50:10.986Z] $ docker top 6b0efa2dbc0a9238c39eec1484e90aa44d4f5ec56ae352a455f9913d3a01391e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-14T14:50:11.263Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-14T14:50:11.263Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-14T14:50:11.445Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-14T14:50:11.449Z] $ docker exec 6b0efa2dbc0a9238c39eec1484e90aa44d4f5ec56ae352a455f9913d3a01391e ssh-agent [2020-10-14T14:50:11.635Z] SSH_AUTH_SOCK=/tmp/ssh-IxA8KWa0lDQM/agent.11 [2020-10-14T14:50:11.635Z] SSH_AGENT_PID=17 [2020-10-14T14:50:11.642Z] Running ssh-add (command line suppressed) [2020-10-14T14:50:11.773Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_7654386372094818868.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_7654386372094818868.key) [2020-10-14T14:50:11.828Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-14T14:50:12.159Z] + git semver push [2020-10-14T14:50:12.159Z] # -> Open(): unable to determine branch for HEAD [2020-10-14T14:50:12.159Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-10-14T14:50:12.159Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-10-14T14:50:12.159Z] # $SEMVER_REMOTE_NAME = origin [2020-10-14T14:50:12.159Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-14T14:50:12.159Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-14T14:50:12.159Z] # $SEMVER_BRANCH = master [2020-10-14T14:50:12.159Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [Pipeline] } [2020-10-14T14:50:18.766Z] $ docker exec --env ******** --env ******** 6b0efa2dbc0a9238c39eec1484e90aa44d4f5ec56ae352a455f9913d3a01391e ssh-agent -k [2020-10-14T14:50:18.888Z] unset SSH_AUTH_SOCK; [2020-10-14T14:50:18.888Z] unset SSH_AGENT_PID; [2020-10-14T14:50:18.888Z] echo Agent pid 17 killed; [2020-10-14T14:50:18.941Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-14T14:50:19.471Z] + git semver [Pipeline] } [2020-10-14T14:50:19.489Z] $ docker stop --time=1 6b0efa2dbc0a9238c39eec1484e90aa44d4f5ec56ae352a455f9913d3a01391e [2020-10-14T14:50:20.887Z] $ docker rm -f 6b0efa2dbc0a9238c39eec1484e90aa44d4f5ec56ae352a455f9913d3a01391e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-10-14T14:50:21.850Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-14T14:50:22.417Z] ---> package-listing.sh [2020-10-14T14:50:22.417Z] ++ facter osfamily [2020-10-14T14:50:22.417Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-14T14:50:22.417Z] + OS_FAMILY=redhat [2020-10-14T14:50:22.417Z] + workspace=/w/workspace/edgexfoundry_device-sdk-c_master [2020-10-14T14:50:22.417Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-14T14:50:22.417Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-14T14:50:22.417Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-14T14:50:22.417Z] + PACKAGES=/tmp/packages_start.txt [2020-10-14T14:50:22.417Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_master ']' [2020-10-14T14:50:22.417Z] + PACKAGES=/tmp/packages_end.txt [2020-10-14T14:50:22.417Z] + case "${OS_FAMILY}" in [2020-10-14T14:50:22.417Z] + rpm -qa [2020-10-14T14:50:22.417Z] + sort [2020-10-14T14:50:26.635Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-14T14:50:26.635Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-14T14:50:26.635Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-14T14:50:26.635Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_master ']' [2020-10-14T14:50:26.635Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_master/archives/ [2020-10-14T14:50:26.635Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-c_master/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-14T14:50:27.286Z] provisioning config files... [2020-10-14T14:50:27.302Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config8691373345712399630tmp [Pipeline] { [Pipeline] echo [2020-10-14T14:50:27.368Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-14T14:50:27.663Z] ---> create-netrc.sh [Pipeline] } [2020-10-14T14:50:27.674Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-14T14:50:27.775Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-14T14:50:28.069Z] ---> python-tools-install.sh [2020-10-14T14:50:28.069Z] Generating Requirements File [2020-10-14T14:51:49.614Z] Python 3.6.8 [2020-10-14T14:51:49.614Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-14T14:51:49.614Z] appdirs==1.4.3 [2020-10-14T14:51:49.614Z] argcomplete==1.12.1 [2020-10-14T14:51:49.614Z] aspy.yaml==1.3.0 [2020-10-14T14:51:49.614Z] attrs==19.3.0 [2020-10-14T14:51:49.614Z] Babel==2.8.0 [2020-10-14T14:51:49.614Z] beautifulsoup4==4.8.2 [2020-10-14T14:51:49.614Z] boto3==1.11.6 [2020-10-14T14:51:49.614Z] botocore==1.14.6 [2020-10-14T14:51:49.614Z] bs4==0.0.1 [2020-10-14T14:51:49.614Z] cachetools==4.1.1 [2020-10-14T14:51:49.614Z] certifi==2019.11.28 [2020-10-14T14:51:49.614Z] cffi==1.14.3 [2020-10-14T14:51:49.614Z] cfgv==2.0.1 [2020-10-14T14:51:49.614Z] chardet==3.0.4 [2020-10-14T14:51:49.614Z] click==7.1 [2020-10-14T14:51:49.614Z] cliff==3.4.0 [2020-10-14T14:51:49.614Z] cmd2==1.3.11 [2020-10-14T14:51:49.614Z] colorama==0.4.4 [2020-10-14T14:51:49.614Z] cryptography==3.1.1 [2020-10-14T14:51:49.614Z] debtcollector==2.2.0 [2020-10-14T14:51:49.614Z] decorator==4.4.2 [2020-10-14T14:51:49.614Z] defusedxml==0.6.0 [2020-10-14T14:51:49.614Z] Deprecated==1.2.7 [2020-10-14T14:51:49.615Z] distlib==0.3.1 [2020-10-14T14:51:49.615Z] distro==1.2.0 [2020-10-14T14:51:49.615Z] dnspython==1.16.0 [2020-10-14T14:51:49.615Z] docker==4.2.0 [2020-10-14T14:51:49.615Z] docutils==0.15.2 [2020-10-14T14:51:49.615Z] dogpile.cache==1.0.2 [2020-10-14T14:51:49.615Z] email-validator==1.0.5 [2020-10-14T14:51:49.615Z] filelock==3.0.12 [2020-10-14T14:51:49.615Z] future==0.18.2 [2020-10-14T14:51:49.615Z] google-auth==1.22.1 [2020-10-14T14:51:49.615Z] httplib2==0.17.0 [2020-10-14T14:51:49.615Z] identify==1.4.11 [2020-10-14T14:51:49.615Z] idna==2.9 [2020-10-14T14:51:49.615Z] importlib-metadata==2.0.0 [2020-10-14T14:51:49.615Z] importlib-resources==1.5.0 [2020-10-14T14:51:49.615Z] iso8601==0.1.13 [2020-10-14T14:51:49.615Z] Jinja2==2.11.1 [2020-10-14T14:51:49.615Z] jmespath==0.10.0 [2020-10-14T14:51:49.615Z] jsonpatch==1.26 [2020-10-14T14:51:49.615Z] jsonpointer==2.0 [2020-10-14T14:51:49.615Z] jsonschema==3.2.0 [2020-10-14T14:51:49.615Z] keystoneauth1==4.2.1 [2020-10-14T14:51:49.615Z] kubernetes==11.0.0 [2020-10-14T14:51:49.615Z] lftools==0.34.2 [2020-10-14T14:51:49.615Z] lxml==4.5.0 [2020-10-14T14:51:49.615Z] MarkupSafe==0.23 [2020-10-14T14:51:49.615Z] msgpack==1.0.0 [2020-10-14T14:51:49.615Z] multi-key-dict==2.0.3 [2020-10-14T14:51:49.615Z] munch==2.5.0 [2020-10-14T14:51:49.615Z] netaddr==0.8.0 [2020-10-14T14:51:49.615Z] netifaces==0.10.9 [2020-10-14T14:51:49.615Z] niet==1.4.2 [2020-10-14T14:51:49.615Z] nodeenv==1.3.5 [2020-10-14T14:51:49.615Z] oauth2client==4.1.3 [2020-10-14T14:51:49.615Z] oauthlib==3.1.0 [2020-10-14T14:51:49.615Z] openstacksdk==0.50.0 [2020-10-14T14:51:49.615Z] os-client-config==2.1.0 [2020-10-14T14:51:49.615Z] os-service-types==1.7.0 [2020-10-14T14:51:49.615Z] osc-lib==2.2.1 [2020-10-14T14:51:49.615Z] oslo.config==8.3.2 [2020-10-14T14:51:49.615Z] oslo.context==3.1.1 [2020-10-14T14:51:49.615Z] oslo.i18n==5.0.1 [2020-10-14T14:51:49.615Z] oslo.log==4.4.0 [2020-10-14T14:51:49.615Z] oslo.serialization==4.0.1 [2020-10-14T14:51:49.615Z] oslo.utils==4.6.0 [2020-10-14T14:51:49.615Z] packaging==20.4 [2020-10-14T14:51:49.615Z] pbr==5.4.4 [2020-10-14T14:51:49.615Z] pluggy==0.13.1 [2020-10-14T14:51:49.615Z] prettytable==0.7.2 [2020-10-14T14:51:49.615Z] py==1.9.0 [2020-10-14T14:51:49.615Z] pyasn1==0.4.8 [2020-10-14T14:51:49.615Z] pyasn1-modules==0.2.8 [2020-10-14T14:51:49.615Z] pycparser==2.20 [2020-10-14T14:51:49.615Z] pygerrit2==2.0.10 [2020-10-14T14:51:49.615Z] PyGithub==1.46 [2020-10-14T14:51:49.615Z] pyinotify==0.9.6 [2020-10-14T14:51:49.615Z] PyJWT==1.7.1 [2020-10-14T14:51:49.615Z] pyparsing==2.4.7 [2020-10-14T14:51:49.615Z] pyperclip==1.8.1 [2020-10-14T14:51:49.615Z] pyroute2==0.4.13 [2020-10-14T14:51:49.615Z] pyrsistent==0.15.7 [2020-10-14T14:51:49.615Z] PySocks==1.6.8 [2020-10-14T14:51:49.615Z] python-cinderclient==7.2.0 [2020-10-14T14:51:49.615Z] python-dateutil==2.8.1 [2020-10-14T14:51:49.615Z] python-heatclient==2.2.1 [2020-10-14T14:51:49.615Z] python-jenkins==1.7.0 [2020-10-14T14:51:49.615Z] python-keystoneclient==4.1.1 [2020-10-14T14:51:49.615Z] python-magnumclient==3.2.1 [2020-10-14T14:51:49.615Z] python-novaclient==17.2.1 [2020-10-14T14:51:49.615Z] python-openstackclient==5.4.0 [2020-10-14T14:51:49.615Z] python-swiftclient==3.10.1 [2020-10-14T14:51:49.615Z] pytz==2020.1 [2020-10-14T14:51:49.615Z] PyYAML==5.3 [2020-10-14T14:51:49.615Z] requests==2.23.0 [2020-10-14T14:51:49.615Z] requests-oauthlib==1.3.0 [2020-10-14T14:51:49.615Z] requestsexceptions==1.4.0 [2020-10-14T14:51:49.615Z] rfc3986==1.4.0 [2020-10-14T14:51:49.615Z] rpm==4.11.3 [2020-10-14T14:51:49.615Z] rsa==4.0 [2020-10-14T14:51:49.615Z] ruamel.yaml==0.16.10 [2020-10-14T14:51:49.615Z] ruamel.yaml.clib==0.2.0 [2020-10-14T14:51:49.615Z] s3transfer==0.3.3 [2020-10-14T14:51:49.615Z] shade==1.27.2 [2020-10-14T14:51:49.615Z] simplejson==3.17.2 [2020-10-14T14:51:49.615Z] six==1.14.0 [2020-10-14T14:51:49.615Z] soupsieve==2.0 [2020-10-14T14:51:49.615Z] stevedore==3.2.2 [2020-10-14T14:51:49.615Z] tabulate==0.8.6 [2020-10-14T14:51:49.615Z] toml==0.10.0 [2020-10-14T14:51:49.615Z] tox==3.20.1 [2020-10-14T14:51:49.615Z] tqdm==4.43.0 [2020-10-14T14:51:49.615Z] urllib3==1.25.8 [2020-10-14T14:51:49.615Z] virtualenv==20.0.34 [2020-10-14T14:51:49.615Z] wcwidth==0.2.5 [2020-10-14T14:51:49.615Z] websocket-client==0.57.0 [2020-10-14T14:51:49.615Z] wrapt==1.12.1 [2020-10-14T14:51:49.615Z] xdg==3.0.2 [2020-10-14T14:51:49.615Z] xmltodict==0.12.0 [2020-10-14T14:51:49.615Z] yq==2.11.1 [2020-10-14T14:51:49.615Z] zipp==3.3.0 [2020-10-14T14:51:49.615Z] Cache entry deserialization failed, entry ignored [2020-10-14T14:51:49.615Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-14T14:51:49.615Z] Python 2.7.5 [2020-10-14T14:51:49.615Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-14T14:51:49.615Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-14T14:51:49.615Z] ansible==2.9.7 [2020-10-14T14:51:49.615Z] Babel==0.9.6 [2020-10-14T14:51:49.615Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-14T14:51:49.615Z] beautifulsoup4==4.4.1 [2020-10-14T14:51:49.615Z] bodhi==2.11.0 [2020-10-14T14:51:49.615Z] bodhi-client==2.11.0 [2020-10-14T14:51:49.615Z] CCColUtils==1.4 [2020-10-14T14:51:49.615Z] cffi==1.6.0 [2020-10-14T14:51:49.615Z] chardet==2.2.1 [2020-10-14T14:51:49.615Z] click==6.7 [2020-10-14T14:51:49.615Z] cloud-init==18.5 [2020-10-14T14:51:49.615Z] configobj==4.7.2 [2020-10-14T14:51:49.615Z] cryptography==1.7.2 [2020-10-14T14:51:49.615Z] decorator==3.4.0 [2020-10-14T14:51:49.615Z] distro==1.2.0 [2020-10-14T14:51:49.615Z] enum34==1.0.4 [2020-10-14T14:51:49.615Z] fedpkg==1.38 [2020-10-14T14:51:49.615Z] futures==3.1.1 [2020-10-14T14:51:49.615Z] gitdb==0.6.4 [2020-10-14T14:51:49.615Z] GitPython==1.0.1 [2020-10-14T14:51:49.615Z] html5lib==0.999 [2020-10-14T14:51:49.615Z] httplib2==0.9.2 [2020-10-14T14:51:49.615Z] idna==2.4 [2020-10-14T14:51:49.615Z] iniparse==0.4 [2020-10-14T14:51:49.615Z] ipaddress==1.0.16 [2020-10-14T14:51:49.615Z] IPy==0.75 [2020-10-14T14:51:49.615Z] javapackages==1.0.0 [2020-10-14T14:51:49.615Z] Jinja2==2.7.2 [2020-10-14T14:51:49.615Z] jmespath==0.9.4 [2020-10-14T14:51:49.615Z] jsonpatch==1.2 [2020-10-14T14:51:49.615Z] jsonpointer==1.9 [2020-10-14T14:51:49.615Z] kerberos==1.1 [2020-10-14T14:51:49.615Z] kitchen==1.1.1 [2020-10-14T14:51:49.615Z] langtable==0.0.31 [2020-10-14T14:51:49.615Z] lockfile==0.9.1 [2020-10-14T14:51:49.615Z] lxml==3.2.1 [2020-10-14T14:51:49.615Z] MarkupSafe==0.11 [2020-10-14T14:51:49.615Z] munch==2.0.2 [2020-10-14T14:51:49.615Z] offtrac==0.1.0 [2020-10-14T14:51:49.615Z] openidc-client==0.6.0 [2020-10-14T14:51:49.615Z] packagedb-cli==2.14.1 [2020-10-14T14:51:49.615Z] paramiko==2.1.1 [2020-10-14T14:51:49.615Z] perf==0.1 [2020-10-14T14:51:49.615Z] ply==3.4 [2020-10-14T14:51:49.615Z] policycoreutils-default-encoding==0.1 [2020-10-14T14:51:49.615Z] prettytable==0.7.2 [2020-10-14T14:51:49.615Z] pyasn1==0.1.9 [2020-10-14T14:51:49.615Z] pycparser==2.14 [2020-10-14T14:51:49.615Z] pycurl==7.19.0 [2020-10-14T14:51:49.615Z] pygobject==3.22.0 [2020-10-14T14:51:49.615Z] pygpgme==0.3 [2020-10-14T14:51:49.615Z] pyliblzma==0.5.3 [2020-10-14T14:51:49.615Z] pyOpenSSL==0.13.1 [2020-10-14T14:51:49.615Z] pyparsing==1.5.6 [2020-10-14T14:51:49.615Z] pyserial==2.6 [2020-10-14T14:51:49.615Z] python-augeas==0.5.0 [2020-10-14T14:51:49.615Z] python-bugzilla==2.3.0 [2020-10-14T14:51:49.615Z] python-dateutil==1.5 [2020-10-14T14:51:49.615Z] python-fedora==0.10.0 [2020-10-14T14:51:49.615Z] python-linux-procfs==0.4.9 [2020-10-14T14:51:49.615Z] python-yubico==1.2.3 [2020-10-14T14:51:49.615Z] pyudev==0.15 [2020-10-14T14:51:49.615Z] pyusb==1.0.0b1 [2020-10-14T14:51:49.615Z] pyxattr==0.5.1 [2020-10-14T14:51:49.615Z] PyYAML==3.10 [2020-10-14T14:51:49.615Z] requests==2.6.0 [2020-10-14T14:51:49.615Z] requests-kerberos==0.7.0 [2020-10-14T14:51:49.615Z] rpkg==1.60 [2020-10-14T14:51:49.615Z] schedutils==0.4 [2020-10-14T14:51:49.615Z] seobject==0.1 [2020-10-14T14:51:49.615Z] sepolicy==1.1 [2020-10-14T14:51:49.615Z] six==1.9.0 [2020-10-14T14:51:49.615Z] smmap==0.9.0 [2020-10-14T14:51:49.615Z] urlgrabber==3.10 [2020-10-14T14:51:49.615Z] urllib3==1.10.2 [2020-10-14T14:51:49.615Z] virtualenv==15.1.0 [2020-10-14T14:51:49.615Z] yum-langpacks==0.4.2 [2020-10-14T14:51:49.615Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-14T14:51:49.629Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-14T14:51:49.929Z] ---> sudo-logs.sh [2020-10-14T14:51:49.929Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-14T14:51:50.203Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-14T14:51:50.501Z] ---> job-cost.sh [2020-10-14T14:51:50.502Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-BSOy [2020-10-14T14:52:02.758Z] Cache entry deserialization failed, entry ignored [2020-10-14T14:52:02.758Z] Cache entry deserialization failed, entry ignored [2020-10-14T14:52:03.705Z] Cache entry deserialization failed, entry ignored [2020-10-14T14:52:03.705Z] Cache entry deserialization failed, entry ignored [2020-10-14T14:52:03.968Z] Cache entry deserialization failed, entry ignored [2020-10-14T14:52:03.968Z] Cache entry deserialization failed, entry ignored [2020-10-14T14:52:04.229Z] Cache entry deserialization failed, entry ignored [2020-10-14T14:52:04.229Z] Cache entry deserialization failed, entry ignored [2020-10-14T14:52:04.497Z] Cache entry deserialization failed, entry ignored [2020-10-14T14:52:04.497Z] Cache entry deserialization failed, entry ignored [2020-10-14T14:52:04.497Z] Cache entry deserialization failed, entry ignored [2020-10-14T14:52:04.764Z] Cache entry deserialization failed, entry ignored [2020-10-14T14:52:04.764Z] Cache entry deserialization failed, entry ignored [2020-10-14T14:52:08.082Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-14T14:52:40.257Z] lf-activate-venv(): INFO: Adding /tmp/venv-BSOy/bin to PATH [2020-10-14T14:52:40.257Z] INFO: No Stack... [2020-10-14T14:52:40.257Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-14T14:52:40.257Z] INFO: Archiving Costs [Pipeline] echo [2020-10-14T14:52:40.274Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-14T14:52:40.668Z] ---> logs-deploy.sh [2020-10-14T14:52:40.668Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/master/47 [2020-10-14T14:52:40.668Z] INFO: archiving workspace using pattern(s): [2020-10-14T14:52:42.168Z] Archives upload complete. [2020-10-14T14:52:42.168Z] INFO: archiving logs to Nexus