Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0d340e7c652269917b5d824de8cebed33754d819 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2748 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 0d340e7c652269917b5d824de8cebed33754d819 (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 0d340e7c652269917b5d824de8cebed33754d819 # timeout=10 Commit message: "feat: add v2 metrics endpoint (#298)" > git rev-list --no-walk 1e5a10bcc6a32557a45eb75dadaf0f2ee0898f15 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-01T12:52:41.958Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-01T12:52:42.201Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-01T12:52:42.293Z] ========================================================= [2020-10-01T12:52:42.293Z] EdgeX Global Pipelines Version Info [2020-10-01T12:52:42.293Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-01T12:52:43.831Z] ------------------- [2020-10-01T12:52:43.832Z] stable info: [2020-10-01T12:52:43.832Z] ------------------- [2020-10-01T12:52:43.832Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-01T12:52:43.832Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-01T12:52:43.832Z] Message: update stable to v1.0.131 [2020-10-01T12:52:44.778Z] ------------------- [2020-10-01T12:52:44.778Z] experimental info: [2020-10-01T12:52:44.778Z] ------------------- [2020-10-01T12:52:44.778Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-01T12:52:44.778Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-01T12:52:44.778Z] Message: update experimental to v1.0.131 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-01T12:52:45.218Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-c-settings [Pipeline] echo [2020-10-01T12:52:45.307Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-c [Pipeline] echo [2020-10-01T12:52:45.415Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-01T12:52:45.502Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-01T12:52:45.603Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-01T12:52:45.696Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [Pipeline] echo [2020-10-01T12:52:45.796Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = scripts/Dockerfile.alpine-3.11 [Pipeline] echo [2020-10-01T12:52:45.886Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = scripts/Dockerfile.alpine-3.11-base [Pipeline] echo [2020-10-01T12:52:45.983Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-01T12:52:46.072Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-c [Pipeline] echo [2020-10-01T12:52:46.162Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-01T12:52:46.253Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-01T12:52:46.352Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-01T12:52:46.481Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-01T12:52:46.573Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-01T12:52:46.661Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-01T12:52:46.749Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-01T12:52:46.838Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-01T12:52:46.924Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-01T12:52:47.035Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0d340e7c652269917b5d824de8cebed33754d819 [Pipeline] echo [2020-10-01T12:52:47.122Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0d340e7 [Pipeline] echo [2020-10-01T12:52:47.211Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-10-01T12:52:48.053Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-01T12:52:49.456Z] [2020-10-01T12:52:49.456Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-01T12:52:49.853Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-01T12:52:49.853Z] latest: Pulling from edgex-devops/git-semver [2020-10-01T12:52:49.853Z] 31603596830f: Pulling fs layer [2020-10-01T12:52:49.853Z] 2a8b12db71e7: Pulling fs layer [2020-10-01T12:52:49.853Z] 6ca5941a6612: Pulling fs layer [2020-10-01T12:52:49.853Z] ecc8261a40a4: Pulling fs layer [2020-10-01T12:52:49.853Z] ecc8261a40a4: Waiting [2020-10-01T12:52:49.853Z] 2a8b12db71e7: Verifying Checksum [2020-10-01T12:52:49.853Z] 2a8b12db71e7: Download complete [2020-10-01T12:52:50.120Z] 31603596830f: Verifying Checksum [2020-10-01T12:52:50.120Z] 31603596830f: Download complete [2020-10-01T12:52:50.120Z] ecc8261a40a4: Verifying Checksum [2020-10-01T12:52:50.120Z] ecc8261a40a4: Download complete [2020-10-01T12:52:50.120Z] 6ca5941a6612: Verifying Checksum [2020-10-01T12:52:50.120Z] 6ca5941a6612: Download complete [2020-10-01T12:52:50.385Z] 31603596830f: Pull complete [2020-10-01T12:52:50.385Z] 2a8b12db71e7: Pull complete [2020-10-01T12:52:51.334Z] 6ca5941a6612: Pull complete [2020-10-01T12:52:51.334Z] ecc8261a40a4: Pull complete [2020-10-01T12:52:51.334Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-01T12:52:51.334Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-01T12:52:51.334Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-01T12:52:51.447Z] prd-centos7-docker-4c-2g-2748 does not seem to be running inside a container [2020-10-01T12:52:51.496Z] $ 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-01T12:52:54.075Z] $ docker top ddf447828c9fee80a7d4940f303b560748f61a6d610c22b9b8042afe7be37464 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-01T12:52:54.446Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-01T12:52:54.446Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-01T12:52:54.668Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-01T12:52:54.674Z] $ docker exec ddf447828c9fee80a7d4940f303b560748f61a6d610c22b9b8042afe7be37464 ssh-agent [2020-10-01T12:52:54.848Z] SSH_AUTH_SOCK=/tmp/ssh-vrC7rnseyW5b/agent.11 [2020-10-01T12:52:54.848Z] SSH_AGENT_PID=16 [2020-10-01T12:52:54.864Z] Running ssh-add (command line suppressed) [2020-10-01T12:52:54.984Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_5211748494591174893.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_5211748494591174893.key) [2020-10-01T12:52:55.034Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-01T12:52:55.372Z] + git describe --exact-match --tags HEAD [2020-10-01T12:52:55.372Z] fatal: no tag exactly matches '0d340e7c652269917b5d824de8cebed33754d819' [Pipeline] } [2020-10-01T12:52:55.447Z] $ docker exec --env ******** --env ******** ddf447828c9fee80a7d4940f303b560748f61a6d610c22b9b8042afe7be37464 ssh-agent -k [2020-10-01T12:52:55.576Z] unset SSH_AUTH_SOCK; [2020-10-01T12:52:55.576Z] unset SSH_AGENT_PID; [2020-10-01T12:52:55.576Z] echo Agent pid 16 killed; [2020-10-01T12:52:55.618Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-01T12:52:55.744Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-01T12:52:55.744Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-01T12:52:55.847Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-01T12:52:55.847Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-01T12:52:56.017Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-01T12:52:56.023Z] $ docker exec ddf447828c9fee80a7d4940f303b560748f61a6d610c22b9b8042afe7be37464 ssh-agent [2020-10-01T12:52:56.188Z] SSH_AUTH_SOCK=/tmp/ssh-qQ2QbXFyVQdc/agent.44 [2020-10-01T12:52:56.189Z] SSH_AGENT_PID=50 [2020-10-01T12:52:56.195Z] Running ssh-add (command line suppressed) [2020-10-01T12:52:56.313Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_3705584146354442514.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_3705584146354442514.key) [2020-10-01T12:52:56.365Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-01T12:52:56.704Z] + git semver init [2020-10-01T12:52:56.704Z] # -> Open(): unable to determine branch for HEAD [2020-10-01T12:52:56.704Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-10-01T12:52:56.704Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-10-01T12:52:56.704Z] # $SEMVER_REMOTE_NAME = origin [2020-10-01T12:52:56.704Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-01T12:52:56.704Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-01T12:52:56.704Z] # $SEMVER_BRANCH = master [2020-10-01T12:52:56.704Z] # $SEMVER_TEMP = /tmp/semver-787205383 [2020-10-01T12:52:56.704Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-c.git $SEMVER_TEMP [2020-10-01T12:52:57.654Z] # '/tmp/semver-787205383' -> '/w/workspace/edgexfoundry_device-sdk-c_master/.semver' [2020-10-01T12:52:57.654Z] # -> Force: false [2020-10-01T12:52:57.654Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [Pipeline] } [2020-10-01T12:52:57.668Z] $ docker exec --env ******** --env ******** ddf447828c9fee80a7d4940f303b560748f61a6d610c22b9b8042afe7be37464 ssh-agent -k [2020-10-01T12:52:57.787Z] unset SSH_AUTH_SOCK; [2020-10-01T12:52:57.788Z] unset SSH_AGENT_PID; [2020-10-01T12:52:57.788Z] echo Agent pid 50 killed; [2020-10-01T12:52:57.831Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-01T12:52:58.296Z] + git semver [Pipeline] } [2020-10-01T12:52:58.317Z] $ docker stop --time=1 ddf447828c9fee80a7d4940f303b560748f61a6d610c22b9b8042afe7be37464 [2020-10-01T12:52:59.680Z] $ docker rm -f ddf447828c9fee80a7d4940f303b560748f61a6d610c22b9b8042afe7be37464 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-01T12:53:00.485Z] Stashed 30 file(s) [Pipeline] echo [2020-10-01T12:53:00.488Z] [edgeXSemver]: initialized semver on version 1.3.0-dev.8 [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-01T12:53:15.876Z] Still waiting to schedule task [2020-10-01T12:53:15.876Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-01T12:53:15.880Z] Still waiting to schedule task [2020-10-01T12:53:15.880Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-01T12:54:52.499Z] Running on prd-centos7-docker-4c-2g-2750 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] ws [2020-10-01T12:54:52.598Z] Running in /w/workspace/device-sdk-c/45 [Pipeline] { [Pipeline] checkout [2020-10-01T12:54:54.987Z] using credential edgex-jenkins-ssh [2020-10-01T12:54:55.038Z] Cloning the remote Git repository [2020-10-01T12:54:55.065Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-10-01T12:54:55.133Z] > git init /w/workspace/device-sdk-c/45 # timeout=10 [2020-10-01T12:54:55.186Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-10-01T12:54:55.186Z] > git --version # timeout=10 [2020-10-01T12:54:55.193Z] > git --version # 'git version 2.16.5' [2020-10-01T12:54:55.193Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-01T12:54:55.220Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-01T12:54:55.911Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-10-01T12:54:55.918Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-01T12:54:55.930Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-10-01T12:54:55.943Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-10-01T12:54:55.943Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-01T12:54:55.948Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-01T12:54:56.357Z] Checking out Revision 0d340e7c652269917b5d824de8cebed33754d819 (master) [2020-10-01T12:54:56.367Z] > git config core.sparsecheckout # timeout=10 [2020-10-01T12:54:56.372Z] > git checkout -f 0d340e7c652269917b5d824de8cebed33754d819 # timeout=10 [2020-10-01T12:54:59.996Z] Commit message: "feat: add v2 metrics endpoint (#298)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-01T12:55:00.948Z] ========================================================= [2020-10-01T12:55:00.948Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2020-10-01T12:55:00.948Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-01T12:55:01.667Z] + 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-01T12:55:01.935Z] Sending build context to Docker daemon 3.761MB [2020-10-01T12:55:01.935Z] Step 1/21 : ARG BASE=alpine:3.11 [2020-10-01T12:55:01.935Z] Step 2/21 : FROM ${BASE} as builder [2020-10-01T12:55:02.200Z] latest: Pulling from edgex-devops/edgex-gcc-base [2020-10-01T12:55:02.200Z] e7c96db7181b: Pulling fs layer [2020-10-01T12:55:02.200Z] 4c13bbce0fe7: Pulling fs layer [2020-10-01T12:55:02.200Z] 6059c847ac2f: Pulling fs layer [2020-10-01T12:55:02.200Z] 4c13bbce0fe7: Verifying Checksum [2020-10-01T12:55:02.200Z] 4c13bbce0fe7: Download complete [2020-10-01T12:55:02.200Z] e7c96db7181b: Verifying Checksum [2020-10-01T12:55:02.200Z] e7c96db7181b: Download complete [2020-10-01T12:55:02.463Z] e7c96db7181b: Pull complete [2020-10-01T12:55:02.463Z] 4c13bbce0fe7: Pull complete [2020-10-01T12:55:04.408Z] 6059c847ac2f: Verifying Checksum [2020-10-01T12:55:04.408Z] 6059c847ac2f: Download complete [2020-10-01T12:55:08.668Z] 6059c847ac2f: Pull complete [2020-10-01T12:55:08.668Z] Digest: sha256:6b5104d086ae1e5e8a284a473be9a93378e3934f9b07db5717372c857cbcbe5e [2020-10-01T12:55:08.668Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [2020-10-01T12:55:08.668Z] ---> 5eabd8fd8ba2 [2020-10-01T12:55:08.668Z] 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-01T12:55:10.599Z] ---> Running in 7b38576a2cd3 [2020-10-01T12:55:11.181Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-10-01T12:55:11.756Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-10-01T12:55:12.018Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-10-01T12:55:12.282Z] (2/8) Installing libuuid (2.33-r0) [2020-10-01T12:55:12.282Z] (3/8) Installing libblkid (2.33-r0) [2020-10-01T12:55:12.282Z] (4/8) Installing libfdisk (2.33-r0) [2020-10-01T12:55:12.545Z] (5/8) Installing libmount (2.33-r0) [2020-10-01T12:55:12.545Z] (6/8) Installing libsmartcols (2.33-r0) [2020-10-01T12:55:12.808Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-10-01T12:55:13.071Z] (8/8) Installing wget (1.20.3-r0) [2020-10-01T12:55:13.071Z] Executing busybox-1.29.3-r10.trigger [2020-10-01T12:55:13.071Z] OK: 272 MiB in 83 packages [2020-10-01T12:55:13.644Z] Removing intermediate container 7b38576a2cd3 [2020-10-01T12:55:13.644Z] ---> f8e1333e1c64 [2020-10-01T12:55:13.644Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-10-01T12:55:13.644Z] ---> Running in a8b0eec64535 [2020-10-01T12:55:13.908Z] Removing intermediate container a8b0eec64535 [2020-10-01T12:55:13.908Z] ---> 010762400385 [2020-10-01T12:55:13.908Z] 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-01T12:55:13.908Z] ---> Running in db1ec881f119 [2020-10-01T12:55:14.484Z] --2020-10-01 12:55:14-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-10-01T12:55:14.484Z] Resolving github.com... 140.82.114.3 [2020-10-01T12:55:14.484Z] Connecting to github.com|140.82.114.3|:443... connected. [2020-10-01T12:55:14.746Z] HTTP request sent, awaiting response... 302 Found [2020-10-01T12:55:14.746Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-10-01T12:55:14.746Z] --2020-10-01 12:55:14-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-10-01T12:55:14.746Z] Resolving codeload.github.com... 140.82.112.10 [2020-10-01T12:55:14.746Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2020-10-01T12:55:15.009Z] HTTP request sent, awaiting response... 200 OK [2020-10-01T12:55:15.009Z] Length: unspecified [application/x-gzip] [2020-10-01T12:55:15.009Z] Saving to: 'STDOUT' [2020-10-01T12:55:15.009Z]  [2020-10-01T12:55:15.009Z] 0K .......... .......... .......... .......... .......... 1.40M [2020-10-01T12:55:15.010Z] 50K .......... .......... .......... .......... .......... 2.63M [2020-10-01T12:55:15.010Z] 100K .......... .......... .......... .......... .......... 49.5M [2020-10-01T12:55:15.010Z] 150K .......... .......... .......... .......... .......... 3.00M [2020-10-01T12:55:15.010Z] 200K .......... .......... .......... .......... .......... 37.3M [2020-10-01T12:55:15.010Z] 250K .......... .......... .......... .......... .......... 7.85M [2020-10-01T12:55:15.010Z] 300K .......... .......... .......... .......... .......... 9.16M [2020-10-01T12:55:15.010Z] 350K .......... .......... .......... .......... .......... 9.17M [2020-10-01T12:55:15.010Z] 400K .......... .......... .......... .......... .......... 9.93M [2020-10-01T12:55:15.010Z] 450K .......... .......... .......... .......... .......... 6.56M [2020-10-01T12:55:15.010Z] 500K .......... .......... .......... .......... .......... 13.8M [2020-10-01T12:55:15.010Z] 550K .......... .......... .......... .......... .......... 3.46M [2020-10-01T12:55:15.010Z] 600K .......... .......... .......... .......... .......... 3.25M [2020-10-01T12:55:15.010Z] 650K .......... .......... .......... .......... .......... 4.95M [2020-10-01T12:55:15.010Z] 700K .. 45.7M=0.1s [2020-10-01T12:55:15.010Z] [2020-10-01T12:55:15.010Z] 2020-10-01 12:55:14 (4.77 MB/s) - written to stdout [719348] [2020-10-01T12:55:15.010Z] [2020-10-01T12:55:15.271Z] -- The C compiler identification is GNU 8.3.0 [2020-10-01T12:55:15.271Z] -- The CXX compiler identification is GNU 8.3.0 [2020-10-01T12:55:15.271Z] -- Check for working C compiler: /usr/bin/cc [2020-10-01T12:55:15.271Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-10-01T12:55:15.271Z] -- Detecting C compiler ABI info [2020-10-01T12:55:15.533Z] -- Detecting C compiler ABI info - done [2020-10-01T12:55:15.533Z] -- Detecting C compile features [2020-10-01T12:55:15.533Z] -- Detecting C compile features - done [2020-10-01T12:55:15.796Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-10-01T12:55:15.796Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-10-01T12:55:15.796Z] -- Detecting CXX compiler ABI info [2020-10-01T12:55:15.796Z] -- Detecting CXX compiler ABI info - done [2020-10-01T12:55:15.796Z] -- Detecting CXX compile features [2020-10-01T12:55:16.371Z] -- Detecting CXX compile features - done [2020-10-01T12:55:16.371Z] -- Looking for include file endian.h [2020-10-01T12:55:16.371Z] -- Looking for include file endian.h - found [2020-10-01T12:55:16.371Z] -- Check if the system is big endian [2020-10-01T12:55:16.371Z] -- Searching 16 bit integer [2020-10-01T12:55:16.371Z] -- Looking for sys/types.h [2020-10-01T12:55:16.371Z] -- Looking for sys/types.h - found [2020-10-01T12:55:16.371Z] -- Looking for stdint.h [2020-10-01T12:55:16.636Z] -- Looking for stdint.h - found [2020-10-01T12:55:16.636Z] -- Looking for stddef.h [2020-10-01T12:55:16.636Z] -- Looking for stddef.h - found [2020-10-01T12:55:16.636Z] -- Check size of unsigned short [2020-10-01T12:55:16.636Z] -- Check size of unsigned short - done [2020-10-01T12:55:16.636Z] -- Using unsigned short [2020-10-01T12:55:16.898Z] -- Check if the system is big endian - little endian [2020-10-01T12:55:16.898Z] -- Check size of size_t [2020-10-01T12:55:16.898Z] -- Check size of size_t - done [2020-10-01T12:55:16.898Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-10-01T12:55:16.898Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-10-01T12:55:16.898Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-10-01T12:55:16.898Z] CMake did not find one. [2020-10-01T12:55:16.898Z] [2020-10-01T12:55:16.898Z] Could not find a package configuration file provided by "cJSON" with any of [2020-10-01T12:55:16.898Z] the following names: [2020-10-01T12:55:16.898Z] [2020-10-01T12:55:16.898Z] cJSONConfig.cmake [2020-10-01T12:55:16.898Z] cjson-config.cmake [2020-10-01T12:55:16.898Z] [2020-10-01T12:55:16.898Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-10-01T12:55:16.898Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-10-01T12:55:16.898Z] provides a separate development package or SDK, be sure it has been [2020-10-01T12:55:16.898Z] installed. [2020-10-01T12:55:16.898Z] [2020-10-01T12:55:16.898Z] [2020-10-01T12:55:16.898Z] -- Configuring done [2020-10-01T12:55:16.898Z] -- Generating done [2020-10-01T12:55:16.898Z] -- Build files have been written to: /tmp/cbor [2020-10-01T12:55:17.161Z] Scanning dependencies of target cbor_shared [2020-10-01T12:55:17.161Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-10-01T12:55:17.161Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-10-01T12:55:17.426Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-10-01T12:55:17.426Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-10-01T12:55:17.690Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-10-01T12:55:17.690Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-10-01T12:55:17.690Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-10-01T12:55:17.690Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-10-01T12:55:17.952Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-10-01T12:55:17.952Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-10-01T12:55:18.215Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-10-01T12:55:18.215Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-10-01T12:55:18.215Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-10-01T12:55:18.486Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-10-01T12:55:18.486Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-10-01T12:55:18.486Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-10-01T12:55:18.486Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-10-01T12:55:18.750Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-10-01T12:55:18.750Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-10-01T12:55:18.750Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-10-01T12:55:18.750Z] [ 40%] Linking C shared library libcbor.so [2020-10-01T12:55:19.013Z] [ 40%] Built target cbor_shared [2020-10-01T12:55:19.014Z] Scanning dependencies of target cbor [2020-10-01T12:55:19.014Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-10-01T12:55:19.014Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-10-01T12:55:19.277Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-10-01T12:55:19.277Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-10-01T12:55:19.538Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-10-01T12:55:19.806Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-10-01T12:55:19.806Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-10-01T12:55:19.806Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-10-01T12:55:19.806Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-10-01T12:55:20.069Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-10-01T12:55:20.069Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-10-01T12:55:20.332Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-10-01T12:55:20.332Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-10-01T12:55:20.332Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-10-01T12:55:20.596Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-10-01T12:55:20.596Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-10-01T12:55:20.596Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-10-01T12:55:20.858Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-10-01T12:55:20.858Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-10-01T12:55:20.858Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-10-01T12:55:20.858Z] [ 80%] Linking C static library libcbor.a [2020-10-01T12:55:20.858Z] [ 80%] Built target cbor [2020-10-01T12:55:20.858Z] Scanning dependencies of target create_items [2020-10-01T12:55:21.120Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-10-01T12:55:21.120Z] [ 84%] Linking C executable create_items [2020-10-01T12:55:21.120Z] [ 84%] Built target create_items [2020-10-01T12:55:21.120Z] Scanning dependencies of target readfile [2020-10-01T12:55:21.120Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-10-01T12:55:21.120Z] [ 88%] Linking C executable readfile [2020-10-01T12:55:21.120Z] [ 88%] Built target readfile [2020-10-01T12:55:21.120Z] Scanning dependencies of target streaming_parser [2020-10-01T12:55:21.120Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-10-01T12:55:21.383Z] [ 92%] Linking C executable streaming_parser [2020-10-01T12:55:21.383Z] [ 92%] Built target streaming_parser [2020-10-01T12:55:21.383Z] Scanning dependencies of target sort [2020-10-01T12:55:21.383Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-10-01T12:55:21.383Z] [ 96%] Linking C executable sort [2020-10-01T12:55:21.383Z] [ 96%] Built target sort [2020-10-01T12:55:21.383Z] Scanning dependencies of target hello [2020-10-01T12:55:21.383Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-10-01T12:55:21.383Z] [100%] Linking C executable hello [2020-10-01T12:55:21.383Z] [100%] Built target hello [2020-10-01T12:55:21.647Z] Install the project... [2020-10-01T12:55:21.647Z] -- Install configuration: "Release" [2020-10-01T12:55:21.647Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-10-01T12:55:21.647Z] -- Installing: /usr/local/lib64/libcbor.a [2020-10-01T12:55:21.647Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-10-01T12:55:21.647Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-10-01T12:55:21.647Z] -- Installing: /usr/local/lib64/libcbor.so [2020-10-01T12:55:21.647Z] -- Up-to-date: /usr/local/include/cbor [2020-10-01T12:55:21.647Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-10-01T12:55:21.647Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-10-01T12:55:21.647Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-10-01T12:55:21.647Z] -- Installing: /usr/local/include/cbor/common.h [2020-10-01T12:55:21.647Z] -- Installing: /usr/local/include/cbor/data.h [2020-10-01T12:55:21.647Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-10-01T12:55:21.647Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-10-01T12:55:21.647Z] -- Installing: /usr/local/include/cbor/internal [2020-10-01T12:55:21.647Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-10-01T12:55:21.647Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-10-01T12:55:21.647Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-10-01T12:55:21.647Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-10-01T12:55:21.647Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-10-01T12:55:21.647Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-10-01T12:55:21.647Z] -- Installing: /usr/local/include/cbor/ints.h [2020-10-01T12:55:21.647Z] -- Installing: /usr/local/include/cbor/maps.h [2020-10-01T12:55:21.647Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-10-01T12:55:21.647Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-10-01T12:55:21.647Z] -- Installing: /usr/local/include/cbor/strings.h [2020-10-01T12:55:21.647Z] -- Installing: /usr/local/include/cbor/tags.h [2020-10-01T12:55:21.647Z] -- Installing: /usr/local/include/cbor.h [2020-10-01T12:55:21.647Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-10-01T12:55:24.206Z] Removing intermediate container db1ec881f119 [2020-10-01T12:55:24.206Z] ---> 05f81b4d3ae9 [2020-10-01T12:55:24.206Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-10-01T12:55:24.206Z] ---> Running in 3dca4bf66f64 [2020-10-01T12:55:24.786Z] Removing intermediate container 3dca4bf66f64 [2020-10-01T12:55:24.786Z] ---> 6874942cc3b2 [2020-10-01T12:55:24.786Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-10-01T12:55:25.050Z] ---> 29f0a46c6d23 [2020-10-01T12:55:25.050Z] Step 8/21 : COPY src /tmp/sdk/src [2020-10-01T12:55:25.995Z] ---> 45c946fded7c [2020-10-01T12:55:25.995Z] Step 9/21 : COPY include /tmp/sdk/include [2020-10-01T12:55:25.995Z] ---> 1aeb74bec7ee [2020-10-01T12:55:25.995Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-10-01T12:55:26.258Z] ---> 6007fa529878 [2020-10-01T12:55:26.258Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-10-01T12:55:26.520Z] ---> 75ce2d833589 [2020-10-01T12:55:26.520Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-10-01T12:55:26.784Z] ---> 788477fecd49 [2020-10-01T12:55:26.784Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-10-01T12:55:26.784Z] ---> Running in 562790eb911c [2020-10-01T12:55:27.359Z] + CPPCHECK=false [2020-10-01T12:55:27.359Z] + DOCGEN=false [2020-10-01T12:55:27.359Z] + TOMLVER=SDK-0.2 [2020-10-01T12:55:27.359Z] + CUTILVER=1.1.1 [2020-10-01T12:55:27.359Z] + '[' 0 -gt 0 ] [2020-10-01T12:55:27.359Z] + readlink -f ./scripts/build.sh [2020-10-01T12:55:27.359Z] + dirname /tmp/sdk/scripts/build.sh [2020-10-01T12:55:27.359Z] + dirname /tmp/sdk/scripts [2020-10-01T12:55:27.359Z] + ROOT=/tmp/sdk [2020-10-01T12:55:27.359Z] + cd /tmp/sdk [2020-10-01T12:55:27.359Z] + '[' '!' -d deps ] [2020-10-01T12:55:27.359Z] + mkdir deps [2020-10-01T12:55:27.359Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-10-01T12:55:27.359Z] + tar -C deps -z -x -f - [2020-10-01T12:55:27.359Z] --2020-10-01 12:55:27-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-10-01T12:55:27.359Z] Resolving github.com... 140.82.114.3 [2020-10-01T12:55:27.359Z] Connecting to github.com|140.82.114.3|:443... connected. [2020-10-01T12:55:27.359Z] HTTP request sent, awaiting response... 302 Found [2020-10-01T12:55:27.359Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-10-01T12:55:27.359Z] --2020-10-01 12:55:27-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-10-01T12:55:27.359Z] Resolving codeload.github.com... 140.82.112.10 [2020-10-01T12:55:27.359Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2020-10-01T12:55:27.622Z] HTTP request sent, awaiting response... 200 OK [2020-10-01T12:55:27.622Z] Length: unspecified [application/x-gzip] [2020-10-01T12:55:27.622Z] Saving to: 'STDOUT' [2020-10-01T12:55:27.622Z] [2020-10-01T12:55:27.622Z] 0K .......... ......  955K=0.02s [2020-10-01T12:55:27.622Z] [2020-10-01T12:55:27.622Z] 2020-10-01 12:55:27 (955 KB/s) - written to stdout [16451] [2020-10-01T12:55:27.622Z] [2020-10-01T12:55:27.622Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-10-01T12:55:27.622Z] + tar -C deps -z -x -f - [2020-10-01T12:55:27.622Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.1.tar.gz [2020-10-01T12:55:27.622Z] --2020-10-01 12:55:27-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.1.tar.gz [2020-10-01T12:55:27.622Z] Resolving github.com... 140.82.114.3 [2020-10-01T12:55:27.622Z] Connecting to github.com|140.82.114.3|:443... connected. [2020-10-01T12:55:27.887Z] HTTP request sent, awaiting response... 302 Found [2020-10-01T12:55:27.887Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.1 [following] [2020-10-01T12:55:27.887Z] --2020-10-01 12:55:27-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.1 [2020-10-01T12:55:27.887Z] Resolving codeload.github.com... 140.82.112.10 [2020-10-01T12:55:27.887Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2020-10-01T12:55:27.887Z] HTTP request sent, awaiting response... 200 OK [2020-10-01T12:55:27.887Z] Length: unspecified [application/x-gzip] [2020-10-01T12:55:27.887Z] Saving to: 'STDOUT' [2020-10-01T12:55:27.887Z]  [2020-10-01T12:55:28.150Z] 0K .......... .......... .......... .......... .......... 1.43M [2020-10-01T12:55:28.150Z] 50K .......... .......... .......... .......... .......... 2.87M [2020-10-01T12:55:28.150Z] 100K .......... .......... .......... .......... .......... 18.1M [2020-10-01T12:55:28.150Z] 150K .......... .......... ..... 3.32M=0.06s [2020-10-01T12:55:28.150Z] [2020-10-01T12:55:28.150Z] 2020-10-01 12:55:27 (2.79 MB/s) - written to stdout [179833] [2020-10-01T12:55:28.150Z] [2020-10-01T12:55:28.150Z] + mkdir -p src/c/iot [2020-10-01T12:55:28.150Z] + 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-01T12:55:28.150Z] + mkdir -p include/iot [2020-10-01T12:55:28.150Z] + 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-01T12:55:28.150Z] + mkdir -p include/iot/os [2020-10-01T12:55:28.150Z] + 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-01T12:55:28.150Z] + mkdir -p /tmp/sdk/build/release [2020-10-01T12:55:28.150Z] + cd /tmp/sdk/build/release [2020-10-01T12:55:28.150Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-10-01T12:55:28.150Z] -- The C compiler identification is GNU 8.3.0 [2020-10-01T12:55:28.150Z] -- Check for working C compiler: /usr/bin/cc [2020-10-01T12:55:28.150Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-10-01T12:55:28.150Z] -- Detecting C compiler ABI info [2020-10-01T12:55:28.411Z] -- Detecting C compiler ABI info - done [2020-10-01T12:55:28.411Z] -- Detecting C compile features [2020-10-01T12:55:28.674Z] -- Detecting C compile features - done [2020-10-01T12:55:28.674Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-10-01T12:55:28.674Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-10-01T12:55:28.674Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-10-01T12:55:28.674Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-10-01T12:55:28.674Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-10-01T12:55:28.674Z] -- C SDK 1.3.0-dev.8 for Linux [2020-10-01T12:55:28.674Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-10-01T12:55:28.674Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-10-01T12:55:28.674Z] -- Found Curses: /usr/lib/libcurses.so [2020-10-01T12:55:28.674Z] -- Configuring done [2020-10-01T12:55:28.674Z] -- Generating done [2020-10-01T12:55:28.937Z] -- Build files have been written to: /tmp/sdk/build/release [2020-10-01T12:55:28.937Z] + make [2020-10-01T12:55:28.937Z] + tee release.log [2020-10-01T12:55:28.937Z] Scanning dependencies of target csdk [2020-10-01T12:55:28.937Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-10-01T12:55:28.937Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-10-01T12:55:29.200Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-10-01T12:55:29.814Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-10-01T12:55:29.814Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-10-01T12:55:29.814Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-10-01T12:55:30.105Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-10-01T12:55:30.737Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-10-01T12:55:30.737Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-10-01T12:55:31.000Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-10-01T12:55:31.262Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-10-01T12:55:31.262Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-10-01T12:55:31.262Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-10-01T12:55:31.524Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-10-01T12:55:32.473Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-10-01T12:55:32.473Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-10-01T12:55:32.473Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-10-01T12:55:32.473Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-10-01T12:55:32.736Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-10-01T12:55:33.313Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-10-01T12:55:33.313Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-10-01T12:55:33.576Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-10-01T12:55:33.576Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-10-01T12:55:33.839Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-10-01T12:55:33.839Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-10-01T12:55:34.101Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-10-01T12:55:34.101Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-10-01T12:55:34.364Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-10-01T12:55:34.364Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2020-10-01T12:55:34.938Z] [ 48%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-10-01T12:55:34.938Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-10-01T12:55:35.200Z] [ 51%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-10-01T12:55:35.200Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-10-01T12:55:36.590Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-10-01T12:55:36.590Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-10-01T12:55:36.590Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-10-01T12:55:36.854Z] [ 59%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-10-01T12:55:36.854Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-10-01T12:55:37.428Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-10-01T12:55:37.691Z] [ 64%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-10-01T12:55:38.636Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-10-01T12:55:38.898Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-10-01T12:55:39.159Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-10-01T12:55:39.159Z] [ 70%] Linking C shared library libcsdk.so [2020-10-01T12:55:39.424Z] [ 70%] Built target csdk [2020-10-01T12:55:39.424Z] Scanning dependencies of target template [2020-10-01T12:55:39.424Z] [ 72%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-10-01T12:55:39.424Z] [ 74%] Linking C executable template [2020-10-01T12:55:39.686Z] [ 74%] Built target template [2020-10-01T12:55:39.686Z] Scanning dependencies of target device-counter [2020-10-01T12:55:39.686Z] [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-10-01T12:55:39.686Z] [ 77%] Linking C executable device-counter [2020-10-01T12:55:39.950Z] [ 77%] Built target device-counter [2020-10-01T12:55:39.950Z] Scanning dependencies of target device-random [2020-10-01T12:55:39.950Z] [ 79%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-10-01T12:55:39.950Z] [ 80%] Linking C executable device-random [2020-10-01T12:55:40.213Z] [ 80%] Built target device-random [2020-10-01T12:55:40.213Z] Scanning dependencies of target device-gyro [2020-10-01T12:55:40.213Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-10-01T12:55:40.213Z] [ 83%] Linking C executable device-gyro [2020-10-01T12:55:40.476Z] [ 83%] Built target device-gyro [2020-10-01T12:55:40.476Z] Scanning dependencies of target device-bitfields [2020-10-01T12:55:40.476Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-10-01T12:55:40.476Z] [ 87%] Linking C executable device-bitfields [2020-10-01T12:55:40.476Z] [ 87%] Built target device-bitfields [2020-10-01T12:55:40.476Z] Scanning dependencies of target template-discovery [2020-10-01T12:55:40.476Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-10-01T12:55:40.740Z] [ 90%] Linking C executable template-discovery [2020-10-01T12:55:40.740Z] [ 90%] Built target template-discovery [2020-10-01T12:55:40.740Z] Scanning dependencies of target device-file [2020-10-01T12:55:40.740Z] [ 91%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-10-01T12:55:41.002Z] [ 93%] Linking C executable device-file [2020-10-01T12:55:41.002Z] [ 93%] Built target device-file [2020-10-01T12:55:41.002Z] Scanning dependencies of target device-terminal [2020-10-01T12:55:41.002Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-10-01T12:55:41.264Z] [ 96%] Linking C executable device-terminal [2020-10-01T12:55:41.264Z] [ 96%] Built target device-terminal [2020-10-01T12:55:41.264Z] Scanning dependencies of target templatev1 [2020-10-01T12:55:41.264Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-10-01T12:55:41.526Z] [100%] Linking C executable templatev1 [2020-10-01T12:55:41.526Z] [100%] Built target templatev1 [2020-10-01T12:55:41.526Z] + + maketee package [2020-10-01T12:55:41.526Z] -a release.log [2020-10-01T12:55:41.526Z] [ 70%] Built target csdk [2020-10-01T12:55:41.526Z] [ 74%] Built target template [2020-10-01T12:55:41.526Z] [ 77%] Built target device-counter [2020-10-01T12:55:41.789Z] [ 80%] Built target device-random [2020-10-01T12:55:41.789Z] [ 83%] Built target device-gyro [2020-10-01T12:55:41.789Z] [ 87%] Built target device-bitfields [2020-10-01T12:55:41.789Z] [ 90%] Built target template-discovery [2020-10-01T12:55:41.789Z] [ 93%] Built target device-file [2020-10-01T12:55:41.789Z] [ 96%] Built target device-terminal [2020-10-01T12:55:41.789Z] [100%] Built target templatev1 [2020-10-01T12:55:41.789Z] Run CPack packaging tool... [2020-10-01T12:55:41.789Z] CPack: Create package using TGZ [2020-10-01T12:55:41.789Z] CPack: Install projects [2020-10-01T12:55:41.789Z] CPack: - Run preinstall target for: Csdk [2020-10-01T12:55:42.053Z] CPack: - Install project: Csdk [2020-10-01T12:55:42.053Z] CPack: Create package [2020-10-01T12:55:42.053Z] CPack: - package: /tmp/sdk/build/release/csdk-1.3.0-dev.8.tar.gz generated. [2020-10-01T12:55:42.053Z] + '[' false '=' true ] [2020-10-01T12:55:42.053Z] + '[' false '=' true ] [2020-10-01T12:55:42.053Z] + mkdir -p /tmp/sdk/build/debug [2020-10-01T12:55:42.053Z] + cd /tmp/sdk/build/debug [2020-10-01T12:55:42.053Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-10-01T12:55:42.315Z] -- The C compiler identification is GNU 8.3.0 [2020-10-01T12:55:42.315Z] -- Check for working C compiler: /usr/bin/cc [2020-10-01T12:55:42.315Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-10-01T12:55:42.315Z] -- Detecting C compiler ABI info [2020-10-01T12:55:42.315Z] -- Detecting C compiler ABI info - done [2020-10-01T12:55:42.315Z] -- Detecting C compile features [2020-10-01T12:55:42.577Z] -- Detecting C compile features - done [2020-10-01T12:55:42.577Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-10-01T12:55:42.577Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-10-01T12:55:42.577Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-10-01T12:55:42.577Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-10-01T12:55:42.577Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-10-01T12:55:42.577Z] -- C SDK 1.3.0-dev.8 for Linux [2020-10-01T12:55:42.577Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-10-01T12:55:42.577Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-10-01T12:55:42.577Z] -- Found Curses: /usr/lib/libcurses.so [2020-10-01T12:55:42.839Z] -- Configuring done [2020-10-01T12:55:42.839Z] -- Generating done [2020-10-01T12:55:42.839Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-10-01T12:55:42.839Z] + make [2020-10-01T12:55:42.839Z] + tee debug.log [2020-10-01T12:55:42.839Z] Scanning dependencies of target csdk [2020-10-01T12:55:42.839Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-10-01T12:55:43.101Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-10-01T12:55:43.101Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-10-01T12:55:43.364Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-10-01T12:55:43.364Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-10-01T12:55:43.364Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-10-01T12:55:43.627Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-10-01T12:55:43.627Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-10-01T12:55:43.889Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-10-01T12:55:43.889Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-10-01T12:55:43.889Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-10-01T12:55:43.889Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-10-01T12:55:44.155Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-10-01T12:55:44.155Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-10-01T12:55:44.417Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-10-01T12:55:44.417Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-10-01T12:55:44.417Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-10-01T12:55:44.679Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-10-01T12:55:44.679Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-10-01T12:55:44.941Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-10-01T12:55:44.941Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-10-01T12:55:44.941Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-10-01T12:55:45.204Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-10-01T12:55:45.205Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-10-01T12:55:45.205Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-10-01T12:55:45.205Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-10-01T12:55:45.205Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-10-01T12:55:45.467Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-10-01T12:55:45.468Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2020-10-01T12:55:45.468Z] [ 48%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-10-01T12:55:45.730Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-10-01T12:55:45.730Z] [ 51%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-10-01T12:55:45.730Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-10-01T12:55:46.306Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-10-01T12:55:46.306Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-10-01T12:55:46.306Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-10-01T12:55:46.306Z] [ 59%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-10-01T12:55:46.569Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-10-01T12:55:46.832Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-10-01T12:55:46.832Z] [ 64%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-10-01T12:55:47.095Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-10-01T12:55:47.095Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-10-01T12:55:47.357Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-10-01T12:55:47.357Z] [ 70%] Linking C shared library libcsdk.so [2020-10-01T12:55:47.357Z] [ 70%] Built target csdk [2020-10-01T12:55:47.357Z] Scanning dependencies of target template [2020-10-01T12:55:47.357Z] [ 72%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-10-01T12:55:47.620Z] [ 74%] Linking C executable template [2020-10-01T12:55:47.620Z] [ 74%] Built target template [2020-10-01T12:55:47.620Z] Scanning dependencies of target device-counter [2020-10-01T12:55:47.620Z] [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-10-01T12:55:47.620Z] [ 77%] Linking C executable device-counter [2020-10-01T12:55:47.883Z] [ 77%] Built target device-counter [2020-10-01T12:55:47.883Z] Scanning dependencies of target device-random [2020-10-01T12:55:47.883Z] [ 79%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-10-01T12:55:47.883Z] [ 80%] Linking C executable device-random [2020-10-01T12:55:47.883Z] [ 80%] Built target device-random [2020-10-01T12:55:47.883Z] Scanning dependencies of target device-gyro [2020-10-01T12:55:47.883Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-10-01T12:55:47.883Z] [ 83%] Linking C executable device-gyro [2020-10-01T12:55:48.147Z] [ 83%] Built target device-gyro [2020-10-01T12:55:48.147Z] Scanning dependencies of target device-bitfields [2020-10-01T12:55:48.147Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-10-01T12:55:48.147Z] [ 87%] Linking C executable device-bitfields [2020-10-01T12:55:48.147Z] [ 87%] Built target device-bitfields [2020-10-01T12:55:48.147Z] Scanning dependencies of target template-discovery [2020-10-01T12:55:48.147Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-10-01T12:55:48.409Z] [ 90%] Linking C executable template-discovery [2020-10-01T12:55:48.409Z] [ 90%] Built target template-discovery [2020-10-01T12:55:48.409Z] Scanning dependencies of target device-file [2020-10-01T12:55:48.409Z] [ 91%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-10-01T12:55:48.409Z] [ 93%] Linking C executable device-file [2020-10-01T12:55:48.672Z] [ 93%] Built target device-file [2020-10-01T12:55:48.672Z] Scanning dependencies of target device-terminal [2020-10-01T12:55:48.672Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-10-01T12:55:48.672Z] [ 96%] Linking C executable device-terminal [2020-10-01T12:55:48.672Z] [ 96%] Built target device-terminal [2020-10-01T12:55:48.672Z] Scanning dependencies of target templatev1 [2020-10-01T12:55:48.672Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-10-01T12:55:48.934Z] [100%] Linking C executable templatev1 [2020-10-01T12:55:48.934Z] [100%] Built target templatev1 [2020-10-01T12:55:48.934Z] make: Entering directory '/tmp/sdk/build/release' [2020-10-01T12:55:48.934Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-10-01T12:55:48.934Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-01T12:55:48.934Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-01T12:55:48.934Z] [ 70%] Built target csdk [2020-10-01T12:55:48.934Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-01T12:55:48.934Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-01T12:55:48.934Z] [ 74%] Built target template [2020-10-01T12:55:48.934Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-01T12:55:48.934Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-01T12:55:48.934Z] [ 77%] Built target device-counter [2020-10-01T12:55:48.934Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-01T12:55:48.934Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-01T12:55:48.934Z] [ 80%] Built target device-random [2020-10-01T12:55:48.934Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-01T12:55:48.934Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-01T12:55:48.934Z] [ 83%] Built target device-gyro [2020-10-01T12:55:48.934Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-01T12:55:48.934Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-01T12:55:48.934Z] [ 87%] Built target device-bitfields [2020-10-01T12:55:48.934Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-01T12:55:48.934Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-01T12:55:48.934Z] [ 90%] Built target template-discovery [2020-10-01T12:55:48.934Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-01T12:55:49.197Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-01T12:55:49.197Z] [ 93%] Built target device-file [2020-10-01T12:55:49.197Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-01T12:55:49.197Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-01T12:55:49.197Z] [ 96%] Built target device-terminal [2020-10-01T12:55:49.197Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-01T12:55:49.197Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-01T12:55:49.197Z] [100%] Built target templatev1 [2020-10-01T12:55:49.197Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-10-01T12:55:49.197Z] Install the project... [2020-10-01T12:55:49.197Z] -- Install configuration: "Release" [2020-10-01T12:55:49.197Z] -- Installing: /usr/local/lib/libcsdk.so [2020-10-01T12:55:49.197Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-10-01T12:55:49.197Z] -- Up-to-date: /usr/local/include [2020-10-01T12:55:49.197Z] -- Installing: /usr/local/include/devsdk [2020-10-01T12:55:49.197Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-10-01T12:55:49.197Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-10-01T12:55:49.197Z] -- Installing: /usr/local/include/edgex [2020-10-01T12:55:49.197Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-10-01T12:55:49.197Z] -- Installing: /usr/local/include/edgex/devices.h [2020-10-01T12:55:49.197Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-10-01T12:55:49.197Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-10-01T12:55:49.197Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-10-01T12:55:49.197Z] -- Installing: /usr/local/include/edgex/error.h [2020-10-01T12:55:49.197Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-10-01T12:55:49.197Z] -- Installing: /usr/local/include/edgex/os.h [2020-10-01T12:55:49.197Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-10-01T12:55:49.197Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-10-01T12:55:49.197Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-10-01T12:55:49.197Z] -- Installing: /usr/local/include/iot [2020-10-01T12:55:49.197Z] -- Installing: /usr/local/include/iot/base64.h [2020-10-01T12:55:49.197Z] -- Installing: /usr/local/include/iot/component.h [2020-10-01T12:55:49.197Z] -- Installing: /usr/local/include/iot/config.h [2020-10-01T12:55:49.197Z] -- Installing: /usr/local/include/iot/container.h [2020-10-01T12:55:49.197Z] -- Installing: /usr/local/include/iot/data.h [2020-10-01T12:55:49.197Z] -- Installing: /usr/local/include/iot/hash.h [2020-10-01T12:55:49.197Z] -- Installing: /usr/local/include/iot/iot.h [2020-10-01T12:55:49.197Z] -- Installing: /usr/local/include/iot/json.h [2020-10-01T12:55:49.197Z] -- Installing: /usr/local/include/iot/logger.h [2020-10-01T12:55:49.197Z] -- Installing: /usr/local/include/iot/os.h [2020-10-01T12:55:49.197Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-10-01T12:55:49.197Z] -- Installing: /usr/local/include/iot/thread.h [2020-10-01T12:55:49.197Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-10-01T12:55:49.197Z] -- Installing: /usr/local/include/iot/time.h [2020-10-01T12:55:49.197Z] -- Installing: /usr/local/include/iot/typecode.h [2020-10-01T12:55:49.197Z] -- Installing: /usr/local/include/iot/yxml.h [2020-10-01T12:55:49.197Z] -- Installing: /usr/local/include/iot/os [2020-10-01T12:55:49.197Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-10-01T12:55:49.197Z] -- Installing: /usr/local/include/iot/os/macos.h [2020-10-01T12:55:49.197Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-10-01T12:55:49.197Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-10-01T12:55:49.197Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-10-01T12:55:49.197Z] make: Leaving directory '/tmp/sdk/build/release' [2020-10-01T12:55:51.759Z] Removing intermediate container 562790eb911c [2020-10-01T12:55:51.760Z] ---> 58113dc981d2 [2020-10-01T12:55:51.760Z] Step 14/21 : FROM ${BASE} [2020-10-01T12:55:51.760Z] ---> 5eabd8fd8ba2 [2020-10-01T12:55:51.760Z] Step 15/21 : MAINTAINER IOTech [2020-10-01T12:55:51.760Z] ---> Running in e3a4ed1ac20d [2020-10-01T12:55:51.760Z] Removing intermediate container e3a4ed1ac20d [2020-10-01T12:55:51.760Z] ---> 7be6be477025 [2020-10-01T12:55:51.760Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-10-01T12:55:51.760Z] ---> Running in 612ae636962f [2020-10-01T12:55:52.334Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-10-01T12:55:52.910Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-10-01T12:55:53.172Z] (1/3) Installing curl (7.64.0-r4) [2020-10-01T12:55:53.438Z] (2/3) Installing libuuid (2.33-r0) [2020-10-01T12:55:53.438Z] (3/3) Installing wget (1.20.3-r0) [2020-10-01T12:55:53.438Z] Executing busybox-1.29.3-r10.trigger [2020-10-01T12:55:53.438Z] OK: 268 MiB in 78 packages [2020-10-01T12:55:54.014Z] Removing intermediate container 612ae636962f [2020-10-01T12:55:54.014Z] ---> 76f2b28fa4f9 [2020-10-01T12:55:54.014Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-10-01T12:55:54.278Z] ---> 41d7a2e15a66 [2020-10-01T12:55:54.278Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-10-01T12:55:54.540Z] ---> bdd317be78d0 [2020-10-01T12:55:54.540Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-10-01T12:55:54.803Z] ---> 7e85ef87be5c [2020-10-01T12:55:54.803Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-10-01T12:55:54.803Z] ---> 5e97c26e2a01 [2020-10-01T12:55:54.803Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-10-01T12:55:55.064Z] ---> cce2e378f14a [2020-10-01T12:55:55.064Z] Successfully built cce2e378f14a [2020-10-01T12:55:55.064Z] 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-01T12:55:55.793Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-01T12:55:55.793Z] . [Pipeline] withDockerContainer [2020-10-01T12:55:55.901Z] prd-centos7-docker-4c-2g-2750 does not seem to be running inside a container [2020-10-01T12:55:55.950Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/45 -v /w/workspace/device-sdk-c/45:/w/workspace/device-sdk-c/45:rw,z -v /w/workspace/device-sdk-c/45@tmp:/w/workspace/device-sdk-c/45@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-x86_64 cat [2020-10-01T12:55:56.943Z] $ docker top 85440e71d102d0b290bb9532283a58192438e9bcb3a517416d1b158049518fb4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-01T12:55:57.501Z] + make test [2020-10-01T12:55:57.501Z] echo "make test" [2020-10-01T12:55:57.501Z] make test [Pipeline] } [2020-10-01T12:55:57.516Z] $ docker stop --time=1 85440e71d102d0b290bb9532283a58192438e9bcb3a517416d1b158049518fb4 [2020-10-01T12:55:58.895Z] $ docker rm -f 85440e71d102d0b290bb9532283a58192438e9bcb3a517416d1b158049518fb4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-01T12:56:01.614Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-01T12:56:01.923Z] + ls -al . [2020-10-01T12:56:01.923Z] total 160 [2020-10-01T12:56:01.923Z] drwxrwxr-x. 9 jenkins jenkins 275 Oct 1 12:55 . [2020-10-01T12:56:01.923Z] drwxrwxr-x. 4 jenkins jenkins 30 Oct 1 12:54 .. [2020-10-01T12:56:01.923Z] -rw-rw-r--. 1 jenkins jenkins 3104 Oct 1 12:54 Attribution.txt [2020-10-01T12:56:01.923Z] -rw-rw-r--. 1 jenkins jenkins 5980 Oct 1 12:54 CHANGES [2020-10-01T12:56:01.923Z] drwxrwxr-x. 2 jenkins jenkins 144 Oct 1 12:54 docs [2020-10-01T12:56:01.923Z] -rw-rw-r--. 1 jenkins jenkins 108574 Oct 1 12:54 Doxyfile [2020-10-01T12:56:01.923Z] drwxrwxr-x. 8 jenkins jenkins 162 Oct 1 12:54 .git [2020-10-01T12:56:01.923Z] drwxrwxr-x. 2 jenkins jenkins 38 Oct 1 12:54 .github [2020-10-01T12:56:01.923Z] -rw-rw-r--. 1 jenkins jenkins 176 Oct 1 12:54 .gitignore [2020-10-01T12:56:01.923Z] drwxrwxr-x. 4 jenkins jenkins 33 Oct 1 12:54 include [2020-10-01T12:56:01.923Z] -rw-rw-r--. 1 jenkins jenkins 794 Oct 1 12:54 Jenkinsfile [2020-10-01T12:56:01.923Z] -rw-rw-r--. 1 jenkins jenkins 10174 Oct 1 12:54 LICENSE [2020-10-01T12:56:01.923Z] -rw-rw-r--. 1 jenkins jenkins 449 Oct 1 12:54 Makefile [2020-10-01T12:56:01.923Z] -rw-rw-r--. 1 jenkins jenkins 2697 Oct 1 12:54 README.md [2020-10-01T12:56:01.923Z] -rw-rw-r--. 1 jenkins jenkins 5977 Oct 1 12:54 README.v2.md [2020-10-01T12:56:01.923Z] drwxrwxr-x. 2 jenkins jenkins 108 Oct 1 12:54 scripts [2020-10-01T12:56:01.923Z] drwxrwxr-x. 3 jenkins jenkins 58 Oct 1 12:55 .semver [2020-10-01T12:56:01.923Z] drwxrwxr-x. 4 jenkins jenkins 50 Oct 1 12:54 src [2020-10-01T12:56:01.923Z] -rw-rw-r--. 1 jenkins jenkins 11 Oct 1 12:52 VERSION [Pipeline] isUnix [Pipeline] sh [2020-10-01T12:56:02.230Z] + 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=0d340e7c652269917b5d824de8cebed33754d819 --label arch=amd64 --label version=1.3.0-dev.8 . [2020-10-01T12:56:02.230Z] Sending build context to Docker daemon 3.761MB [2020-10-01T12:56:02.230Z] Step 1/15 : ARG BASE=alpine:3.11 [2020-10-01T12:56:02.230Z] Step 2/15 : FROM ${BASE} [2020-10-01T12:56:02.230Z] ---> cce2e378f14a [2020-10-01T12:56:02.230Z] Step 3/15 : MAINTAINER IOTech [2020-10-01T12:56:02.806Z] ---> Running in 4b7cbed53d87 [2020-10-01T12:56:03.069Z] Removing intermediate container 4b7cbed53d87 [2020-10-01T12:56:03.069Z] ---> 7fc3a980c90e [2020-10-01T12:56:03.069Z] 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-01T12:56:03.069Z] ---> Running in 32df5eb7b490 [2020-10-01T12:56:03.646Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-10-01T12:56:04.222Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-10-01T12:56:04.485Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2020-10-01T12:56:04.485Z] (2/6) Installing libblkid (2.33-r0) [2020-10-01T12:56:05.061Z] (3/6) Installing libfdisk (2.33-r0) [2020-10-01T12:56:05.061Z] (4/6) Installing libmount (2.33-r0) [2020-10-01T12:56:05.324Z] (5/6) Installing libsmartcols (2.33-r0) [2020-10-01T12:56:05.324Z] (6/6) Installing util-linux-dev (2.33-r0) [2020-10-01T12:56:05.588Z] Executing busybox-1.29.3-r10.trigger [2020-10-01T12:56:05.851Z] OK: 272 MiB in 84 packages [2020-10-01T12:56:06.426Z] Removing intermediate container 32df5eb7b490 [2020-10-01T12:56:06.426Z] ---> fd5f9260bbb1 [2020-10-01T12:56:06.426Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-10-01T12:56:06.426Z] ---> 43c3c7ae03a9 [2020-10-01T12:56:06.426Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-10-01T12:56:07.376Z] ---> 7989d070720f [2020-10-01T12:56:07.376Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-10-01T12:56:07.376Z] ---> 187256ee626a [2020-10-01T12:56:07.376Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-10-01T12:56:07.639Z] ---> 4dd42604649b [2020-10-01T12:56:07.639Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-10-01T12:56:07.901Z] ---> 28cedacb79cc [2020-10-01T12:56:07.901Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-10-01T12:56:08.164Z] ---> dbe76ea0ef85 [2020-10-01T12:56:08.164Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-10-01T12:56:08.164Z] ---> Running in 7670f22b37eb [2020-10-01T12:56:08.427Z] Removing intermediate container 7670f22b37eb [2020-10-01T12:56:08.427Z] ---> f48623b71309 [2020-10-01T12:56:08.427Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-10-01T12:56:08.427Z] ---> Running in b01a436732b3 [2020-10-01T12:56:08.690Z] Removing intermediate container b01a436732b3 [2020-10-01T12:56:08.690Z] ---> ae9280a90000 [2020-10-01T12:56:08.690Z] Step 13/15 : LABEL arch=amd64 [2020-10-01T12:56:08.690Z] ---> Running in 5b67045b09fb [2020-10-01T12:56:08.953Z] Removing intermediate container 5b67045b09fb [2020-10-01T12:56:08.954Z] ---> 5dac85e8c348 [2020-10-01T12:56:08.954Z] Step 14/15 : LABEL git_sha=0d340e7c652269917b5d824de8cebed33754d819 [2020-10-01T12:56:08.954Z] ---> Running in 185150e98d1b [2020-10-01T12:56:09.217Z] Removing intermediate container 185150e98d1b [2020-10-01T12:56:09.217Z] ---> c7cefafac224 [2020-10-01T12:56:09.217Z] Step 15/15 : LABEL version=1.3.0-dev.8 [2020-10-01T12:56:09.217Z] ---> Running in bb332d435888 [2020-10-01T12:56:09.482Z] Removing intermediate container bb332d435888 [2020-10-01T12:56:09.482Z] ---> 26e9fcae20f2 [2020-10-01T12:56:09.482Z] [Warning] One or more build-args [MAKE ARCH] were not consumed [2020-10-01T12:56:09.482Z] Successfully built 26e9fcae20f2 [2020-10-01T12:56:09.482Z] 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-01T12:56:17.702Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2751 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] ws [2020-10-01T12:56:17.755Z] Running in /w/workspace/device-sdk-c/45 [Pipeline] { [Pipeline] checkout [2020-10-01T12:56:22.708Z] using credential edgex-jenkins-ssh [2020-10-01T12:56:22.763Z] Cloning the remote Git repository [2020-10-01T12:56:22.836Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-10-01T12:56:22.949Z] > git init /w/workspace/device-sdk-c/45 # timeout=10 [2020-10-01T12:56:23.024Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-10-01T12:56:23.025Z] > git --version # timeout=10 [2020-10-01T12:56:23.038Z] > git --version # 'git version 2.17.1' [2020-10-01T12:56:23.040Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-01T12:56:23.124Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-01T12:56:24.642Z] Checking out Revision 0d340e7c652269917b5d824de8cebed33754d819 (master) [2020-10-01T12:56:24.097Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-10-01T12:56:24.121Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-01T12:56:24.146Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-10-01T12:56:24.175Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-10-01T12:56:24.175Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-01T12:56:24.187Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-01T12:56:24.679Z] > git config core.sparsecheckout # timeout=10 [2020-10-01T12:56:24.696Z] > git checkout -f 0d340e7c652269917b5d824de8cebed33754d819 # timeout=10 [2020-10-01T12:56:29.038Z] Commit message: "feat: add v2 metrics endpoint (#298)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-01T12:56:30.351Z] ========================================================= [2020-10-01T12:56:30.351Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] [2020-10-01T12:56:30.351Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-01T12:56:31.671Z] + 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-01T12:56:32.663Z] Sending build context to Docker daemon 3.761MB [2020-10-01T12:56:32.663Z] Step 1/21 : ARG BASE=alpine:3.11 [2020-10-01T12:56:32.663Z] Step 2/21 : FROM ${BASE} as builder [2020-10-01T12:56:32.937Z] latest: Pulling from edgex-devops/edgex-gcc-base-arm64 [2020-10-01T12:56:32.937Z] 0362ad1dd800: Pulling fs layer [2020-10-01T12:56:32.937Z] f2cdb1532d8b: Pulling fs layer [2020-10-01T12:56:32.937Z] 37ed683be191: Pulling fs layer [2020-10-01T12:56:32.937Z] f2cdb1532d8b: Verifying Checksum [2020-10-01T12:56:32.937Z] f2cdb1532d8b: Download complete [2020-10-01T12:56:33.214Z] 0362ad1dd800: Verifying Checksum [2020-10-01T12:56:33.214Z] 0362ad1dd800: Download complete [2020-10-01T12:56:34.213Z] 0362ad1dd800: Pull complete [2020-10-01T12:56:34.490Z] f2cdb1532d8b: Pull complete [2020-10-01T12:56:35.930Z] 37ed683be191: Download complete [2020-10-01T12:56:44.235Z] 37ed683be191: Pull complete [2020-10-01T12:56:44.235Z] Digest: sha256:f3a502aba7c4a8aa4a4fcde21dbb9db33787f3779e80dd14fb3ea60ab67de23f [2020-10-01T12:56:44.235Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest [2020-10-01T12:56:44.235Z] ---> b23d30803547 [2020-10-01T12:56:44.235Z] 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-01T12:56:46.221Z] ---> Running in 95070e79a2bd [2020-10-01T12:56:47.659Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-10-01T12:56:48.639Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-10-01T12:56:48.915Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-10-01T12:56:48.915Z] (2/8) Installing libuuid (2.33-r0) [2020-10-01T12:56:49.191Z] (3/8) Installing libblkid (2.33-r0) [2020-10-01T12:56:49.191Z] (4/8) Installing libfdisk (2.33-r0) [2020-10-01T12:56:49.191Z] (5/8) Installing libmount (2.33-r0) [2020-10-01T12:56:49.468Z] (6/8) Installing libsmartcols (2.33-r0) [2020-10-01T12:56:49.468Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-10-01T12:56:49.738Z] (8/8) Installing wget (1.20.3-r0) [2020-10-01T12:56:50.012Z] Executing busybox-1.29.3-r10.trigger [2020-10-01T12:56:50.012Z] OK: 285 MiB in 83 packages [2020-10-01T12:56:51.464Z] Removing intermediate container 95070e79a2bd [2020-10-01T12:56:51.464Z] ---> 651db22c5242 [2020-10-01T12:56:51.464Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-10-01T12:56:51.464Z] ---> Running in 6098014ca27d [2020-10-01T12:56:51.736Z] Removing intermediate container 6098014ca27d [2020-10-01T12:56:51.736Z] ---> 7c6498153b8d [2020-10-01T12:56:51.736Z] 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-01T12:56:52.011Z] ---> Running in b80860813997 [2020-10-01T12:56:53.447Z] --2020-10-01 12:56:53-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-10-01T12:56:53.447Z] Resolving github.com... 140.82.113.3 [2020-10-01T12:56:53.447Z] Connecting to github.com|140.82.113.3|:443... connected. [2020-10-01T12:56:53.724Z] HTTP request sent, awaiting response... 302 Found [2020-10-01T12:56:53.724Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-10-01T12:56:53.724Z] --2020-10-01 12:56:53-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-10-01T12:56:53.724Z] Resolving codeload.github.com... 140.82.112.10 [2020-10-01T12:56:53.724Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2020-10-01T12:56:53.724Z] HTTP request sent, awaiting response... 200 OK [2020-10-01T12:56:53.724Z] Length: unspecified [application/x-gzip] [2020-10-01T12:56:53.724Z] Saving to: 'STDOUT' [2020-10-01T12:56:53.724Z] [2020-10-01T12:56:53.724Z] 0K .......... .......... .......... .......... .......... 1.42M [2020-10-01T12:56:53.724Z] 50K .......... .......... .......... .......... .......... 2.81M [2020-10-01T12:56:53.724Z] 100K .......... .......... .......... .......... .......... 2.70M [2020-10-01T12:56:53.724Z] 150K .......... .......... .......... .......... .......... 10.8M [2020-10-01T12:56:53.724Z] 200K .......... .......... .......... .......... .......... 5.70M [2020-10-01T12:56:54.001Z] 250K .......... .......... .......... .......... .......... 2.54M [2020-10-01T12:56:54.001Z] 300K .......... .......... .......... .......... .......... 4.54M [2020-10-01T12:56:54.001Z] 350K .......... .......... .......... .......... .......... 4.11M [2020-10-01T12:56:54.001Z] 400K .......... .......... .......... .......... .......... 3.72M [2020-10-01T12:56:54.001Z] 450K .......... .......... .......... .......... .......... 3.13M [2020-10-01T12:56:54.001Z] 500K .......... .......... .......... .......... .......... 11.2M [2020-10-01T12:56:54.001Z] 550K .......... .......... .......... .......... .......... 1.83M [2020-10-01T12:56:54.001Z] 600K .......... .......... .......... .......... .......... 1.01M [2020-10-01T12:56:54.001Z] 650K .......... .......... .......... .......... .......... 2.08M [2020-10-01T12:56:54.001Z] 700K .. 6.69M=0.3s [2020-10-01T12:56:54.001Z] [2020-10-01T12:56:54.001Z] 2020-10-01 12:56:53 (2.67 MB/s) - written to stdout [719348] [2020-10-01T12:56:54.001Z] [2020-10-01T12:56:54.276Z] -- The C compiler identification is GNU 8.3.0 [2020-10-01T12:56:54.548Z] -- The CXX compiler identification is GNU 8.3.0 [2020-10-01T12:56:54.548Z] -- Check for working C compiler: /usr/bin/cc [2020-10-01T12:56:54.836Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-10-01T12:56:54.836Z] -- Detecting C compiler ABI info [2020-10-01T12:56:55.111Z] -- Detecting C compiler ABI info - done [2020-10-01T12:56:55.111Z] -- Detecting C compile features [2020-10-01T12:56:55.711Z] -- Detecting C compile features - done [2020-10-01T12:56:55.711Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-10-01T12:56:55.985Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-10-01T12:56:55.985Z] -- Detecting CXX compiler ABI info [2020-10-01T12:56:56.268Z] -- Detecting CXX compiler ABI info - done [2020-10-01T12:56:56.268Z] -- Detecting CXX compile features [2020-10-01T12:56:58.245Z] -- Detecting CXX compile features - done [2020-10-01T12:56:58.245Z] -- Looking for include file endian.h [2020-10-01T12:56:58.245Z] -- Looking for include file endian.h - found [2020-10-01T12:56:58.245Z] -- Check if the system is big endian [2020-10-01T12:56:58.245Z] -- Searching 16 bit integer [2020-10-01T12:56:58.245Z] -- Looking for sys/types.h [2020-10-01T12:56:58.245Z] -- Looking for sys/types.h - found [2020-10-01T12:56:58.245Z] -- Looking for stdint.h [2020-10-01T12:56:58.519Z] -- Looking for stdint.h - found [2020-10-01T12:56:58.519Z] -- Looking for stddef.h [2020-10-01T12:56:58.795Z] -- Looking for stddef.h - found [2020-10-01T12:56:58.795Z] -- Check size of unsigned short [2020-10-01T12:56:59.070Z] -- Check size of unsigned short - done [2020-10-01T12:56:59.070Z] -- Using unsigned short [2020-10-01T12:56:59.343Z] -- Check if the system is big endian - little endian [2020-10-01T12:56:59.343Z] -- Check size of size_t [2020-10-01T12:56:59.615Z] -- Check size of size_t - done [2020-10-01T12:56:59.615Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-10-01T12:56:59.615Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-10-01T12:56:59.615Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-10-01T12:56:59.615Z] CMake did not find one. [2020-10-01T12:56:59.615Z] [2020-10-01T12:56:59.615Z] Could not find a package configuration file provided by "cJSON" with any of [2020-10-01T12:56:59.615Z] the following names: [2020-10-01T12:56:59.615Z] [2020-10-01T12:56:59.615Z] cJSONConfig.cmake [2020-10-01T12:56:59.615Z] cjson-config.cmake [2020-10-01T12:56:59.615Z] [2020-10-01T12:56:59.615Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-10-01T12:56:59.615Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-10-01T12:56:59.615Z] provides a separate development package or SDK, be sure it has been [2020-10-01T12:56:59.615Z] installed. [2020-10-01T12:56:59.615Z] [2020-10-01T12:56:59.615Z] [2020-10-01T12:56:59.615Z] -- Configuring done [2020-10-01T12:56:59.888Z] -- Generating done [2020-10-01T12:56:59.888Z] -- Build files have been written to: /tmp/cbor [2020-10-01T12:56:59.888Z] Scanning dependencies of target cbor_shared [2020-10-01T12:57:00.162Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-10-01T12:57:00.759Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-10-01T12:57:01.359Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-10-01T12:57:01.635Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-10-01T12:57:02.233Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-10-01T12:57:02.508Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-10-01T12:57:02.782Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-10-01T12:57:02.782Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-10-01T12:57:03.055Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-10-01T12:57:03.328Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-10-01T12:57:03.927Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-10-01T12:57:04.200Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-10-01T12:57:04.473Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-10-01T12:57:05.068Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-10-01T12:57:05.068Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-10-01T12:57:05.341Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-10-01T12:57:05.613Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-10-01T12:57:05.885Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-10-01T12:57:06.157Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-10-01T12:57:06.431Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-10-01T12:57:06.705Z] [ 40%] Linking C shared library libcbor.so [2020-10-01T12:57:06.706Z] [ 40%] Built target cbor_shared [2020-10-01T12:57:06.706Z] Scanning dependencies of target cbor [2020-10-01T12:57:06.706Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-10-01T12:57:07.680Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-10-01T12:57:08.280Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-10-01T12:57:08.280Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-10-01T12:57:09.712Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-10-01T12:57:09.712Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-10-01T12:57:09.985Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-10-01T12:57:09.985Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-10-01T12:57:10.258Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-10-01T12:57:10.531Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-10-01T12:57:11.509Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-10-01T12:57:11.509Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-10-01T12:57:12.106Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-10-01T12:57:12.378Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-10-01T12:57:12.652Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-10-01T12:57:12.925Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-10-01T12:57:13.199Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-10-01T12:57:13.472Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-10-01T12:57:13.744Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-10-01T12:57:14.018Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-10-01T12:57:14.292Z] [ 80%] Linking C static library libcbor.a [2020-10-01T12:57:14.292Z] [ 80%] Built target cbor [2020-10-01T12:57:14.292Z] Scanning dependencies of target create_items [2020-10-01T12:57:14.292Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-10-01T12:57:14.565Z] [ 84%] Linking C executable create_items [2020-10-01T12:57:14.565Z] [ 84%] Built target create_items [2020-10-01T12:57:14.565Z] Scanning dependencies of target readfile [2020-10-01T12:57:14.565Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-10-01T12:57:14.844Z] [ 88%] Linking C executable readfile [2020-10-01T12:57:14.844Z] [ 88%] Built target readfile [2020-10-01T12:57:14.844Z] Scanning dependencies of target streaming_parser [2020-10-01T12:57:14.844Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-10-01T12:57:15.123Z] [ 92%] Linking C executable streaming_parser [2020-10-01T12:57:15.397Z] [ 92%] Built target streaming_parser [2020-10-01T12:57:15.397Z] Scanning dependencies of target sort [2020-10-01T12:57:15.397Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-10-01T12:57:15.397Z] [ 96%] Linking C executable sort [2020-10-01T12:57:15.668Z] [ 96%] Built target sort [2020-10-01T12:57:15.668Z] Scanning dependencies of target hello [2020-10-01T12:57:15.668Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-10-01T12:57:15.668Z] [100%] Linking C executable hello [2020-10-01T12:57:15.942Z] [100%] Built target hello [2020-10-01T12:57:15.942Z] Install the project... [2020-10-01T12:57:15.942Z] -- Install configuration: "Release" [2020-10-01T12:57:15.942Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-10-01T12:57:15.942Z] -- Installing: /usr/local/lib64/libcbor.a [2020-10-01T12:57:15.942Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-10-01T12:57:15.942Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-10-01T12:57:15.942Z] -- Installing: /usr/local/lib64/libcbor.so [2020-10-01T12:57:15.942Z] -- Up-to-date: /usr/local/include/cbor [2020-10-01T12:57:15.942Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-10-01T12:57:15.942Z] -- Installing: /usr/local/include/cbor/ints.h [2020-10-01T12:57:15.942Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-10-01T12:57:15.942Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-10-01T12:57:15.942Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-10-01T12:57:15.942Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-10-01T12:57:15.942Z] -- Installing: /usr/local/include/cbor/data.h [2020-10-01T12:57:15.942Z] -- Installing: /usr/local/include/cbor/common.h [2020-10-01T12:57:15.942Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-10-01T12:57:15.942Z] -- Installing: /usr/local/include/cbor/strings.h [2020-10-01T12:57:15.942Z] -- Installing: /usr/local/include/cbor/tags.h [2020-10-01T12:57:15.942Z] -- Installing: /usr/local/include/cbor/internal [2020-10-01T12:57:15.942Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-10-01T12:57:15.942Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-10-01T12:57:15.942Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-10-01T12:57:15.942Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-10-01T12:57:15.942Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-10-01T12:57:15.942Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-10-01T12:57:15.942Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-10-01T12:57:15.942Z] -- Installing: /usr/local/include/cbor/maps.h [2020-10-01T12:57:15.942Z] -- Installing: /usr/local/include/cbor.h [2020-10-01T12:57:15.942Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-10-01T12:57:17.927Z] Removing intermediate container b80860813997 [2020-10-01T12:57:17.927Z] ---> 7d87e84ab7d8 [2020-10-01T12:57:17.927Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-10-01T12:57:18.210Z] ---> Running in 1c2bd56a4cd4 [2020-10-01T12:57:20.829Z] Removing intermediate container 1c2bd56a4cd4 [2020-10-01T12:57:20.829Z] ---> d346bdc2e681 [2020-10-01T12:57:20.829Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-10-01T12:57:21.428Z] ---> 45a6a8e21286 [2020-10-01T12:57:21.428Z] Step 8/21 : COPY src /tmp/sdk/src [2020-10-01T12:57:22.408Z] ---> c60367ab8689 [2020-10-01T12:57:22.409Z] Step 9/21 : COPY include /tmp/sdk/include [2020-10-01T12:57:23.003Z] ---> 368cf3f53f47 [2020-10-01T12:57:23.003Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-10-01T12:57:23.600Z] ---> 1c4b7c8c6b8c [2020-10-01T12:57:23.600Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-10-01T12:57:24.591Z] ---> 19ec04b14736 [2020-10-01T12:57:24.591Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-10-01T12:57:25.188Z] ---> 31548daf4c67 [2020-10-01T12:57:25.188Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-10-01T12:57:25.188Z] ---> Running in ee649812d7ec [2020-10-01T12:57:26.624Z] + CPPCHECK=false [2020-10-01T12:57:26.624Z] + DOCGEN=false [2020-10-01T12:57:26.624Z] + TOMLVER=SDK-0.2 [2020-10-01T12:57:26.624Z] + CUTILVER=1.1.1 [2020-10-01T12:57:26.624Z] + '[' 0 -gt 0 ] [2020-10-01T12:57:26.624Z] + readlink -f ./scripts/build.sh [2020-10-01T12:57:26.624Z] + dirname /tmp/sdk/scripts/build.sh [2020-10-01T12:57:26.624Z] + dirname /tmp/sdk/scripts [2020-10-01T12:57:26.624Z] + ROOT=/tmp/sdk [2020-10-01T12:57:26.624Z] + cd /tmp/sdk [2020-10-01T12:57:26.624Z] + '[' '!' -d deps ] [2020-10-01T12:57:26.624Z] + mkdir deps [2020-10-01T12:57:26.624Z] + + tar -C deps -z -x -f - [2020-10-01T12:57:26.624Z] wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-10-01T12:57:26.624Z] --2020-10-01 12:57:26-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-10-01T12:57:26.624Z] Resolving github.com... 140.82.113.3 [2020-10-01T12:57:26.624Z] Connecting to github.com|140.82.113.3|:443... connected. [2020-10-01T12:57:26.897Z] HTTP request sent, awaiting response... 302 Found [2020-10-01T12:57:26.897Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-10-01T12:57:26.897Z] --2020-10-01 12:57:26-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-10-01T12:57:26.897Z] Resolving codeload.github.com... 140.82.112.10 [2020-10-01T12:57:26.897Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2020-10-01T12:57:26.897Z] HTTP request sent, awaiting response... 200 OK [2020-10-01T12:57:26.897Z] Length: unspecified [application/x-gzip] [2020-10-01T12:57:26.897Z] Saving to: 'STDOUT' [2020-10-01T12:57:26.897Z] [2020-10-01T12:57:26.897Z] 0K .......... ......  953K=0.02s [2020-10-01T12:57:26.897Z] [2020-10-01T12:57:26.897Z] 2020-10-01 12:57:26 (953 KB/s) - written to stdout [16451] [2020-10-01T12:57:26.897Z] [2020-10-01T12:57:26.897Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-10-01T12:57:26.897Z] + + tarwget -C -O deps - -z https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.1.tar.gz -x [2020-10-01T12:57:26.897Z] -f - [2020-10-01T12:57:26.897Z] --2020-10-01 12:57:26-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.1.tar.gz [2020-10-01T12:57:27.170Z] Resolving github.com... 140.82.113.3 [2020-10-01T12:57:27.170Z] Connecting to github.com|140.82.113.3|:443... connected. [2020-10-01T12:57:27.170Z] HTTP request sent, awaiting response... 302 Found [2020-10-01T12:57:27.170Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.1 [following] [2020-10-01T12:57:27.170Z] --2020-10-01 12:57:27-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.1 [2020-10-01T12:57:27.170Z] Resolving codeload.github.com... 140.82.112.10 [2020-10-01T12:57:27.170Z] Connecting to codeload.github.com|140.82.112.10|:443... connected. [2020-10-01T12:57:27.442Z] HTTP request sent, awaiting response... 200 OK [2020-10-01T12:57:27.442Z] Length: unspecified [application/x-gzip] [2020-10-01T12:57:27.442Z] Saving to: 'STDOUT' [2020-10-01T12:57:27.442Z]  [2020-10-01T12:57:27.442Z] 0K .......... .......... .......... .......... .......... 1.37M [2020-10-01T12:57:27.442Z] 50K .......... .......... .......... .......... .......... 2.78M [2020-10-01T12:57:27.442Z] 100K .......... .......... .......... .......... .......... 3.11M [2020-10-01T12:57:27.442Z] 150K .......... .......... .....   2.25M=0.08s [2020-10-01T12:57:27.442Z] [2020-10-01T12:57:27.442Z] 2020-10-01 12:57:27 (2.14 MB/s) - written to stdout [179833] [2020-10-01T12:57:27.442Z] [2020-10-01T12:57:27.442Z] + mkdir -p src/c/iot [2020-10-01T12:57:27.442Z] + 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-01T12:57:27.442Z] + mkdir -p include/iot [2020-10-01T12:57:27.442Z] + 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-01T12:57:27.442Z] + mkdir -p include/iot/os [2020-10-01T12:57:27.442Z] + 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-01T12:57:27.442Z] + mkdir -p /tmp/sdk/build/release [2020-10-01T12:57:27.442Z] + cd /tmp/sdk/build/release [2020-10-01T12:57:27.442Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-10-01T12:57:27.713Z] -- The C compiler identification is GNU 8.3.0 [2020-10-01T12:57:27.989Z] -- Check for working C compiler: /usr/bin/cc [2020-10-01T12:57:27.989Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-10-01T12:57:27.989Z] -- Detecting C compiler ABI info [2020-10-01T12:57:28.261Z] -- Detecting C compiler ABI info - done [2020-10-01T12:57:28.261Z] -- Detecting C compile features [2020-10-01T12:57:29.240Z] -- Detecting C compile features - done [2020-10-01T12:57:29.240Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-10-01T12:57:29.240Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-10-01T12:57:29.240Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-10-01T12:57:29.240Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-10-01T12:57:29.240Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-10-01T12:57:29.240Z] -- C SDK 1.3.0-dev.8 for Linux [2020-10-01T12:57:29.240Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-10-01T12:57:29.511Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-10-01T12:57:29.511Z] -- Found Curses: /usr/lib/libcurses.so [2020-10-01T12:57:29.511Z] -- Configuring done [2020-10-01T12:57:29.785Z] -- Generating done [2020-10-01T12:57:29.785Z] -- Build files have been written to: /tmp/sdk/build/release [2020-10-01T12:57:29.785Z] + make [2020-10-01T12:57:29.785Z] + tee release.log [2020-10-01T12:57:29.785Z] Scanning dependencies of target csdk [2020-10-01T12:57:30.060Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-10-01T12:57:30.652Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-10-01T12:57:31.249Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-10-01T12:57:33.222Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-10-01T12:57:33.496Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-10-01T12:57:33.768Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-10-01T12:57:34.745Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-10-01T12:57:36.711Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-10-01T12:57:37.310Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-10-01T12:57:37.904Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-10-01T12:57:38.495Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-10-01T12:57:38.768Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-10-01T12:57:38.768Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-10-01T12:57:39.042Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-10-01T12:57:42.418Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-10-01T12:57:43.009Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-10-01T12:57:43.282Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-10-01T12:57:43.554Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-10-01T12:57:44.152Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-10-01T12:57:46.774Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-10-01T12:57:46.774Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-10-01T12:57:47.052Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-10-01T12:57:47.649Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-10-01T12:57:47.923Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-10-01T12:57:48.196Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-10-01T12:57:49.171Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-10-01T12:57:49.442Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-10-01T12:57:50.036Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-10-01T12:57:50.310Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2020-10-01T12:57:52.268Z] [ 48%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-10-01T12:57:52.539Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-10-01T12:57:53.514Z] [ 51%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-10-01T12:57:53.789Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-10-01T12:57:58.079Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-10-01T12:57:58.352Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-10-01T12:57:58.950Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-10-01T12:57:59.222Z] [ 59%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-10-01T12:57:59.818Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-10-01T12:58:01.251Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-10-01T12:58:03.219Z] [ 64%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-10-01T12:58:06.733Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-10-01T12:58:06.733Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-10-01T12:58:08.206Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-10-01T12:58:08.809Z] [ 70%] Linking C shared library libcsdk.so [2020-10-01T12:58:08.809Z] [ 70%] Built target csdk [2020-10-01T12:58:08.809Z] Scanning dependencies of target template [2020-10-01T12:58:09.081Z] [ 72%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-10-01T12:58:09.682Z] [ 74%] Linking C executable template [2020-10-01T12:58:09.682Z] [ 74%] Built target template [2020-10-01T12:58:09.682Z] Scanning dependencies of target device-counter [2020-10-01T12:58:09.682Z] [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-10-01T12:58:10.282Z] [ 77%] Linking C executable device-counter [2020-10-01T12:58:10.555Z] [ 77%] Built target device-counter [2020-10-01T12:58:10.555Z] Scanning dependencies of target device-random [2020-10-01T12:58:10.555Z] [ 79%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-10-01T12:58:11.153Z] [ 80%] Linking C executable device-random [2020-10-01T12:58:11.153Z] [ 80%] Built target device-random [2020-10-01T12:58:11.153Z] Scanning dependencies of target device-gyro [2020-10-01T12:58:11.153Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-10-01T12:58:11.751Z] [ 83%] Linking C executable device-gyro [2020-10-01T12:58:11.751Z] [ 83%] Built target device-gyro [2020-10-01T12:58:11.751Z] Scanning dependencies of target device-bitfields [2020-10-01T12:58:12.025Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-10-01T12:58:12.300Z] [ 87%] Linking C executable device-bitfields [2020-10-01T12:58:12.575Z] [ 87%] Built target device-bitfields [2020-10-01T12:58:12.575Z] Scanning dependencies of target template-discovery [2020-10-01T12:58:12.575Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-10-01T12:58:13.170Z] [ 90%] Linking C executable template-discovery [2020-10-01T12:58:13.444Z] [ 90%] Built target template-discovery [2020-10-01T12:58:13.444Z] Scanning dependencies of target device-file [2020-10-01T12:58:13.444Z] [ 91%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-10-01T12:58:14.042Z] [ 93%] Linking C executable device-file [2020-10-01T12:58:14.314Z] [ 93%] Built target device-file [2020-10-01T12:58:14.314Z] Scanning dependencies of target device-terminal [2020-10-01T12:58:14.314Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-10-01T12:58:14.908Z] [ 96%] Linking C executable device-terminal [2020-10-01T12:58:15.179Z] [ 96%] Built target device-terminal [2020-10-01T12:58:15.179Z] Scanning dependencies of target templatev1 [2020-10-01T12:58:15.179Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-10-01T12:58:15.781Z] [100%] Linking C executable templatev1 [2020-10-01T12:58:15.781Z] [100%] Built target templatev1 [2020-10-01T12:58:15.781Z] + + teemake -a package release.log [2020-10-01T12:58:15.781Z] [2020-10-01T12:58:16.054Z] [ 70%] Built target csdk [2020-10-01T12:58:16.054Z] [ 74%] Built target template [2020-10-01T12:58:16.054Z] [ 77%] Built target device-counter [2020-10-01T12:58:16.054Z] [ 80%] Built target device-random [2020-10-01T12:58:16.328Z] [ 83%] Built target device-gyro [2020-10-01T12:58:16.328Z] [ 87%] Built target device-bitfields [2020-10-01T12:58:16.328Z] [ 90%] Built target template-discovery [2020-10-01T12:58:16.328Z] [ 93%] Built target device-file [2020-10-01T12:58:16.328Z] [ 96%] Built target device-terminal [2020-10-01T12:58:16.328Z] [100%] Built target templatev1 [2020-10-01T12:58:16.328Z] Run CPack packaging tool... [2020-10-01T12:58:16.601Z] CPack: Create package using TGZ [2020-10-01T12:58:16.601Z] CPack: Install projects [2020-10-01T12:58:16.601Z] CPack: - Run preinstall target for: Csdk [2020-10-01T12:58:17.197Z] CPack: - Install project: Csdk [2020-10-01T12:58:17.197Z] CPack: Create package [2020-10-01T12:58:17.197Z] CPack: - package: /tmp/sdk/build/release/csdk-1.3.0-dev.8.tar.gz generated. [2020-10-01T12:58:17.197Z] + '[' false '=' true ] [2020-10-01T12:58:17.197Z] + '[' false '=' true ] [2020-10-01T12:58:17.197Z] + mkdir -p /tmp/sdk/build/debug [2020-10-01T12:58:17.197Z] + cd /tmp/sdk/build/debug [2020-10-01T12:58:17.197Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-10-01T12:58:17.467Z] -- The C compiler identification is GNU 8.3.0 [2020-10-01T12:58:17.467Z] -- Check for working C compiler: /usr/bin/cc [2020-10-01T12:58:17.740Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-10-01T12:58:17.740Z] -- Detecting C compiler ABI info [2020-10-01T12:58:18.012Z] -- Detecting C compiler ABI info - done [2020-10-01T12:58:18.012Z] -- Detecting C compile features [2020-10-01T12:58:18.992Z] -- Detecting C compile features - done [2020-10-01T12:58:18.992Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-10-01T12:58:18.992Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-10-01T12:58:18.992Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-10-01T12:58:18.992Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-10-01T12:58:18.992Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-10-01T12:58:18.992Z] -- C SDK 1.3.0-dev.8 for Linux [2020-10-01T12:58:18.992Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-10-01T12:58:18.992Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-10-01T12:58:18.992Z] -- Found Curses: /usr/lib/libcurses.so [2020-10-01T12:58:19.267Z] -- Configuring done [2020-10-01T12:58:19.540Z] -- Generating done [2020-10-01T12:58:19.540Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-10-01T12:58:19.540Z] + make [2020-10-01T12:58:19.540Z] + tee debug.log [2020-10-01T12:58:19.540Z] Scanning dependencies of target csdk [2020-10-01T12:58:19.816Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-10-01T12:58:20.089Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-10-01T12:58:20.362Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-10-01T12:58:20.956Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-10-01T12:58:21.230Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-10-01T12:58:21.508Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-10-01T12:58:21.781Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-10-01T12:58:22.379Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-10-01T12:58:22.652Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-10-01T12:58:23.246Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-10-01T12:58:23.246Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-10-01T12:58:23.518Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-10-01T12:58:23.792Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-10-01T12:58:23.792Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-10-01T12:58:24.765Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-10-01T12:58:25.038Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-10-01T12:58:25.311Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-10-01T12:58:25.311Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-10-01T12:58:25.904Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-10-01T12:58:26.495Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-10-01T12:58:26.784Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-10-01T12:58:26.784Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-10-01T12:58:27.054Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-10-01T12:58:27.327Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-10-01T12:58:27.327Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-10-01T12:58:27.603Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-10-01T12:58:27.874Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-10-01T12:58:28.146Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-10-01T12:58:28.417Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2020-10-01T12:58:28.689Z] [ 48%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-10-01T12:58:28.962Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-10-01T12:58:29.555Z] [ 51%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-10-01T12:58:29.830Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-10-01T12:58:30.802Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-10-01T12:58:31.076Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-10-01T12:58:31.348Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-10-01T12:58:31.348Z] [ 59%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-10-01T12:58:31.944Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-10-01T12:58:32.536Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-10-01T12:58:33.127Z] [ 64%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-10-01T12:58:33.720Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-10-01T12:58:34.315Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-10-01T12:58:34.587Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-10-01T12:58:34.860Z] [ 70%] Linking C shared library libcsdk.so [2020-10-01T12:58:35.131Z] [ 70%] Built target csdk [2020-10-01T12:58:35.131Z] Scanning dependencies of target template [2020-10-01T12:58:35.131Z] [ 72%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-10-01T12:58:35.403Z] [ 74%] Linking C executable template [2020-10-01T12:58:35.674Z] [ 74%] Built target template [2020-10-01T12:58:35.674Z] Scanning dependencies of target device-counter [2020-10-01T12:58:35.674Z] [ 75%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-10-01T12:58:35.946Z] [ 77%] Linking C executable device-counter [2020-10-01T12:58:35.946Z] [ 77%] Built target device-counter [2020-10-01T12:58:36.218Z] Scanning dependencies of target device-random [2020-10-01T12:58:36.218Z] [ 79%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-10-01T12:58:36.489Z] [ 80%] Linking C executable device-random [2020-10-01T12:58:36.489Z] [ 80%] Built target device-random [2020-10-01T12:58:36.489Z] Scanning dependencies of target device-gyro [2020-10-01T12:58:36.761Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-10-01T12:58:36.761Z] [ 83%] Linking C executable device-gyro [2020-10-01T12:58:37.033Z] [ 83%] Built target device-gyro [2020-10-01T12:58:37.033Z] Scanning dependencies of target device-bitfields [2020-10-01T12:58:37.033Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-10-01T12:58:37.305Z] [ 87%] Linking C executable device-bitfields [2020-10-01T12:58:37.577Z] [ 87%] Built target device-bitfields [2020-10-01T12:58:37.577Z] Scanning dependencies of target template-discovery [2020-10-01T12:58:37.577Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-10-01T12:58:37.851Z] [ 90%] Linking C executable template-discovery [2020-10-01T12:58:38.125Z] [ 90%] Built target template-discovery [2020-10-01T12:58:38.125Z] Scanning dependencies of target device-file [2020-10-01T12:58:38.125Z] [ 91%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-10-01T12:58:38.402Z] [ 93%] Linking C executable device-file [2020-10-01T12:58:38.676Z] [ 93%] Built target device-file [2020-10-01T12:58:38.676Z] Scanning dependencies of target device-terminal [2020-10-01T12:58:38.676Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-10-01T12:58:38.947Z] [ 96%] Linking C executable device-terminal [2020-10-01T12:58:39.240Z] [ 96%] Built target device-terminal [2020-10-01T12:58:39.240Z] Scanning dependencies of target templatev1 [2020-10-01T12:58:39.240Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-10-01T12:58:39.513Z] [100%] Linking C executable templatev1 [2020-10-01T12:58:39.786Z] [100%] Built target templatev1 [2020-10-01T12:58:39.786Z] make: Entering directory '/tmp/sdk/build/release' [2020-10-01T12:58:39.786Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-10-01T12:58:40.060Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-01T12:58:40.060Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-01T12:58:40.060Z] [ 70%] Built target csdk [2020-10-01T12:58:40.060Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-01T12:58:40.060Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-01T12:58:40.060Z] [ 74%] Built target template [2020-10-01T12:58:40.060Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-01T12:58:40.060Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-01T12:58:40.060Z] [ 77%] Built target device-counter [2020-10-01T12:58:40.060Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-01T12:58:40.060Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-01T12:58:40.060Z] [ 80%] Built target device-random [2020-10-01T12:58:40.060Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-01T12:58:40.060Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-01T12:58:40.060Z] [ 83%] Built target device-gyro [2020-10-01T12:58:40.334Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-01T12:58:40.334Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-01T12:58:40.334Z] [ 87%] Built target device-bitfields [2020-10-01T12:58:40.334Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-01T12:58:40.334Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-01T12:58:40.334Z] [ 90%] Built target template-discovery [2020-10-01T12:58:40.334Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-01T12:58:40.334Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-01T12:58:40.334Z] [ 93%] Built target device-file [2020-10-01T12:58:40.334Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-01T12:58:40.334Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-01T12:58:40.334Z] [ 96%] Built target device-terminal [2020-10-01T12:58:40.334Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-10-01T12:58:40.334Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-10-01T12:58:40.334Z] [100%] Built target templatev1 [2020-10-01T12:58:40.334Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-10-01T12:58:40.334Z] Install the project... [2020-10-01T12:58:40.334Z] -- Install configuration: "Release" [2020-10-01T12:58:40.334Z] -- Installing: /usr/local/lib/libcsdk.so [2020-10-01T12:58:40.607Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-10-01T12:58:40.607Z] -- Up-to-date: /usr/local/include [2020-10-01T12:58:40.607Z] -- Installing: /usr/local/include/edgex [2020-10-01T12:58:40.607Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-10-01T12:58:40.607Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-10-01T12:58:40.607Z] -- Installing: /usr/local/include/edgex/error.h [2020-10-01T12:58:40.607Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-10-01T12:58:40.607Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-10-01T12:58:40.607Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-10-01T12:58:40.607Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-10-01T12:58:40.607Z] -- Installing: /usr/local/include/edgex/devices.h [2020-10-01T12:58:40.607Z] -- Installing: /usr/local/include/edgex/os.h [2020-10-01T12:58:40.607Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-10-01T12:58:40.607Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-10-01T12:58:40.607Z] -- Installing: /usr/local/include/devsdk [2020-10-01T12:58:40.607Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-10-01T12:58:40.607Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-10-01T12:58:40.607Z] -- Installing: /usr/local/include/iot [2020-10-01T12:58:40.607Z] -- Installing: /usr/local/include/iot/json.h [2020-10-01T12:58:40.607Z] -- Installing: /usr/local/include/iot/yxml.h [2020-10-01T12:58:40.607Z] -- Installing: /usr/local/include/iot/container.h [2020-10-01T12:58:40.607Z] -- Installing: /usr/local/include/iot/component.h [2020-10-01T12:58:40.607Z] -- Installing: /usr/local/include/iot/typecode.h [2020-10-01T12:58:40.607Z] -- Installing: /usr/local/include/iot/iot.h [2020-10-01T12:58:40.607Z] -- Installing: /usr/local/include/iot/time.h [2020-10-01T12:58:40.607Z] -- Installing: /usr/local/include/iot/hash.h [2020-10-01T12:58:40.607Z] -- Installing: /usr/local/include/iot/logger.h [2020-10-01T12:58:40.607Z] -- Installing: /usr/local/include/iot/os [2020-10-01T12:58:40.607Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-10-01T12:58:40.607Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-10-01T12:58:40.607Z] -- Installing: /usr/local/include/iot/os/macos.h [2020-10-01T12:58:40.607Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-10-01T12:58:40.607Z] -- Installing: /usr/local/include/iot/data.h [2020-10-01T12:58:40.607Z] -- Installing: /usr/local/include/iot/thread.h [2020-10-01T12:58:40.607Z] -- Installing: /usr/local/include/iot/os.h [2020-10-01T12:58:40.607Z] -- Installing: /usr/local/include/iot/base64.h [2020-10-01T12:58:40.607Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-10-01T12:58:40.607Z] -- Installing: /usr/local/include/iot/config.h [2020-10-01T12:58:40.607Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-10-01T12:58:40.607Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-10-01T12:58:40.607Z] make: Leaving directory '/tmp/sdk/build/release' [2020-10-01T12:58:43.220Z] Removing intermediate container ee649812d7ec [2020-10-01T12:58:43.220Z] ---> 3ab948e45500 [2020-10-01T12:58:43.220Z] Step 14/21 : FROM ${BASE} [2020-10-01T12:58:43.221Z] ---> b23d30803547 [2020-10-01T12:58:43.221Z] Step 15/21 : MAINTAINER IOTech [2020-10-01T12:58:43.221Z] ---> Running in 8468f5b85c23 [2020-10-01T12:58:43.495Z] Removing intermediate container 8468f5b85c23 [2020-10-01T12:58:43.495Z] ---> 53eb73bfd4bf [2020-10-01T12:58:43.495Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-10-01T12:58:43.495Z] ---> Running in 99538e0d7f92 [2020-10-01T12:58:44.925Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-10-01T12:58:45.900Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-10-01T12:58:46.492Z] (1/3) Installing curl (7.64.0-r4) [2020-10-01T12:58:46.492Z] (2/3) Installing libuuid (2.33-r0) [2020-10-01T12:58:46.492Z] (3/3) Installing wget (1.20.3-r0) [2020-10-01T12:58:46.765Z] Executing busybox-1.29.3-r10.trigger [2020-10-01T12:58:46.765Z] OK: 281 MiB in 78 packages [2020-10-01T12:58:48.206Z] Removing intermediate container 99538e0d7f92 [2020-10-01T12:58:48.206Z] ---> 1fff72ce2c6c [2020-10-01T12:58:48.206Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-10-01T12:58:48.797Z] ---> dd73b7f3cd57 [2020-10-01T12:58:48.797Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-10-01T12:58:49.395Z] ---> 8195ee48881e [2020-10-01T12:58:49.395Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-10-01T12:58:50.373Z] ---> 328c26aa4058 [2020-10-01T12:58:50.373Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-10-01T12:58:50.968Z] ---> ccce568570f0 [2020-10-01T12:58:50.968Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-10-01T12:58:51.944Z] ---> b6b41361e1e7 [2020-10-01T12:58:51.944Z] Successfully built b6b41361e1e7 [2020-10-01T12:58:51.944Z] 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-01T12:58:52.873Z] + docker inspect -f . ci-base-image-arm64 [2020-10-01T12:58:52.873Z] . [Pipeline] withDockerContainer [2020-10-01T12:58:53.149Z] prd-ubuntu18.04-docker-arm64-4c-16g-2751 does not seem to be running inside a container [2020-10-01T12:58:53.296Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/45 -v /w/workspace/device-sdk-c/45:/w/workspace/device-sdk-c/45:rw,z -v /w/workspace/device-sdk-c/45@tmp:/w/workspace/device-sdk-c/45@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-01T12:58:55.184Z] $ docker top 7bb25830af52f6754a8d08dcb340019e624e3f1bdca683114e7e4e9ab8f47b68 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-01T12:58:56.681Z] + make test [2020-10-01T12:58:56.681Z] echo "make test" [2020-10-01T12:58:56.681Z] make test [Pipeline] } [2020-10-01T12:58:56.716Z] $ docker stop --time=1 7bb25830af52f6754a8d08dcb340019e624e3f1bdca683114e7e4e9ab8f47b68 [2020-10-01T12:58:58.668Z] $ docker rm -f 7bb25830af52f6754a8d08dcb340019e624e3f1bdca683114e7e4e9ab8f47b68 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-01T12:58:59.693Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-01T12:59:00.030Z] + ls -al . [2020-10-01T12:59:00.030Z] total 196 [2020-10-01T12:59:00.030Z] drwxrwxr-x 9 jenkins jenkins 4096 Oct 1 12:56 . [2020-10-01T12:59:00.030Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 1 12:56 .. [2020-10-01T12:59:00.030Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 1 12:56 .git [2020-10-01T12:59:00.030Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 1 12:56 .github [2020-10-01T12:59:00.030Z] -rw-rw-r-- 1 jenkins jenkins 176 Oct 1 12:56 .gitignore [2020-10-01T12:59:00.030Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 1 12:56 .semver [2020-10-01T12:59:00.030Z] -rw-rw-r-- 1 jenkins jenkins 3104 Oct 1 12:56 Attribution.txt [2020-10-01T12:59:00.030Z] -rw-rw-r-- 1 jenkins jenkins 5980 Oct 1 12:56 CHANGES [2020-10-01T12:59:00.030Z] -rw-rw-r-- 1 jenkins jenkins 108574 Oct 1 12:56 Doxyfile [2020-10-01T12:59:00.030Z] -rw-rw-r-- 1 jenkins jenkins 794 Oct 1 12:56 Jenkinsfile [2020-10-01T12:59:00.030Z] -rw-rw-r-- 1 jenkins jenkins 10174 Oct 1 12:56 LICENSE [2020-10-01T12:59:00.030Z] -rw-rw-r-- 1 jenkins jenkins 449 Oct 1 12:56 Makefile [2020-10-01T12:59:00.030Z] -rw-rw-r-- 1 jenkins jenkins 2697 Oct 1 12:56 README.md [2020-10-01T12:59:00.030Z] -rw-rw-r-- 1 jenkins jenkins 5977 Oct 1 12:56 README.v2.md [2020-10-01T12:59:00.030Z] -rw-rw-r-- 1 jenkins jenkins 11 Oct 1 12:52 VERSION [2020-10-01T12:59:00.030Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 1 12:56 docs [2020-10-01T12:59:00.030Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 1 12:56 include [2020-10-01T12:59:00.030Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 1 12:56 scripts [2020-10-01T12:59:00.030Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 1 12:56 src [Pipeline] isUnix [Pipeline] sh [2020-10-01T12:59:00.382Z] + 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=0d340e7c652269917b5d824de8cebed33754d819 --label arch=arm64 --label version=1.3.0-dev.8 . [2020-10-01T12:59:00.977Z] Sending build context to Docker daemon 3.761MB [2020-10-01T12:59:00.977Z] Step 1/15 : ARG BASE=alpine:3.11 [2020-10-01T12:59:00.977Z] Step 2/15 : FROM ${BASE} [2020-10-01T12:59:00.977Z] ---> b6b41361e1e7 [2020-10-01T12:59:00.977Z] Step 3/15 : MAINTAINER IOTech [2020-10-01T12:59:01.251Z] ---> Running in 67005038e9d7 [2020-10-01T12:59:01.526Z] Removing intermediate container 67005038e9d7 [2020-10-01T12:59:01.526Z] ---> 746405af34ac [2020-10-01T12:59:01.526Z] 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-01T12:59:01.803Z] ---> Running in a366f4ef96ab [2020-10-01T12:59:03.243Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-10-01T12:59:04.220Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-10-01T12:59:04.492Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2020-10-01T12:59:04.492Z] (2/6) Installing libblkid (2.33-r0) [2020-10-01T12:59:04.764Z] (3/6) Installing libfdisk (2.33-r0) [2020-10-01T12:59:04.764Z] (4/6) Installing libmount (2.33-r0) [2020-10-01T12:59:04.764Z] (5/6) Installing libsmartcols (2.33-r0) [2020-10-01T12:59:05.034Z] (6/6) Installing util-linux-dev (2.33-r0) [2020-10-01T12:59:05.306Z] Executing busybox-1.29.3-r10.trigger [2020-10-01T12:59:05.306Z] OK: 286 MiB in 84 packages [2020-10-01T12:59:06.751Z] Removing intermediate container a366f4ef96ab [2020-10-01T12:59:06.751Z] ---> 4fc2dcd7b488 [2020-10-01T12:59:06.751Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-10-01T12:59:07.348Z] ---> e89e15d1b160 [2020-10-01T12:59:07.348Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-10-01T12:59:08.344Z] ---> ce1a0bbb21b5 [2020-10-01T12:59:08.344Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-10-01T12:59:08.941Z] ---> e0b503e7522e [2020-10-01T12:59:08.941Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-10-01T12:59:09.919Z] ---> 3cd5fec45812 [2020-10-01T12:59:09.919Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-10-01T12:59:10.516Z] ---> 0b3cf15abfd8 [2020-10-01T12:59:10.516Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-10-01T12:59:11.109Z] ---> b6f8f36fad10 [2020-10-01T12:59:11.109Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-10-01T12:59:11.109Z] ---> Running in c7ae9e96d2de [2020-10-01T12:59:11.703Z] Removing intermediate container c7ae9e96d2de [2020-10-01T12:59:11.703Z] ---> c5352b6f2b86 [2020-10-01T12:59:11.703Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-10-01T12:59:11.975Z] ---> Running in f31956d8ee84 [2020-10-01T12:59:12.571Z] Removing intermediate container f31956d8ee84 [2020-10-01T12:59:12.571Z] ---> ee28d50c53e8 [2020-10-01T12:59:12.571Z] Step 13/15 : LABEL arch=arm64 [2020-10-01T12:59:12.571Z] ---> Running in 50d5454ac8e4 [2020-10-01T12:59:13.166Z] Removing intermediate container 50d5454ac8e4 [2020-10-01T12:59:13.166Z] ---> bd9c622b283c [2020-10-01T12:59:13.166Z] Step 14/15 : LABEL git_sha=0d340e7c652269917b5d824de8cebed33754d819 [2020-10-01T12:59:13.166Z] ---> Running in b4685397aee7 [2020-10-01T12:59:13.441Z] Removing intermediate container b4685397aee7 [2020-10-01T12:59:13.441Z] ---> 9469e28f3d6d [2020-10-01T12:59:13.441Z] Step 15/15 : LABEL version=1.3.0-dev.8 [2020-10-01T12:59:13.715Z] ---> Running in 0cc791ec0d67 [2020-10-01T12:59:14.313Z] Removing intermediate container 0cc791ec0d67 [2020-10-01T12:59:14.313Z] ---> 172a867d6dfa [2020-10-01T12:59:14.313Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2020-10-01T12:59:14.313Z] Successfully built 172a867d6dfa [2020-10-01T12:59:14.313Z] 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-01T12:59:17.438Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-01T12:59:17.438Z] . [Pipeline] withDockerContainer [2020-10-01T12:59:17.547Z] prd-centos7-docker-4c-2g-2748 does not seem to be running inside a container [2020-10-01T12:59:17.604Z] $ 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-01T12:59:18.315Z] $ docker top e2a86143dfaab579fe7f0a3d6ed6472db8fdeb7def07410ae37c4695f096aa5b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-01T12:59:18.662Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-01T12:59:18.662Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-01T12:59:18.873Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-01T12:59:18.878Z] $ docker exec e2a86143dfaab579fe7f0a3d6ed6472db8fdeb7def07410ae37c4695f096aa5b ssh-agent [2020-10-01T12:59:19.054Z] SSH_AUTH_SOCK=/tmp/ssh-q8TnTVGCRTY5/agent.11 [2020-10-01T12:59:19.054Z] SSH_AGENT_PID=17 [2020-10-01T12:59:19.062Z] Running ssh-add (command line suppressed) [2020-10-01T12:59:19.188Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_7379143023053575727.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_7379143023053575727.key) [2020-10-01T12:59:19.240Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-01T12:59:19.571Z] + git semver tag [2020-10-01T12:59:19.571Z] # -> Open(): unable to determine branch for HEAD [2020-10-01T12:59:19.571Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-10-01T12:59:19.571Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-10-01T12:59:19.571Z] # $SEMVER_REMOTE_NAME = origin [2020-10-01T12:59:19.571Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-01T12:59:19.571Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-01T12:59:19.571Z] # $SEMVER_BRANCH = master [2020-10-01T12:59:19.571Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [2020-10-01T12:59:19.571Z] # 0d340e7c652269917b5d824de8cebed33754d819 HEAD [2020-10-01T12:59:19.571Z] # -> Force: false [2020-10-01T12:59:19.571Z] # dfd7455d9714e215d6263a069dfa412f0179a3b0 refs/tags/v1.3.0-dev.8 [Pipeline] } [2020-10-01T12:59:19.584Z] $ docker exec --env ******** --env ******** e2a86143dfaab579fe7f0a3d6ed6472db8fdeb7def07410ae37c4695f096aa5b ssh-agent -k [2020-10-01T12:59:19.716Z] unset SSH_AUTH_SOCK; [2020-10-01T12:59:19.716Z] unset SSH_AGENT_PID; [2020-10-01T12:59:19.716Z] echo Agent pid 17 killed; [2020-10-01T12:59:19.764Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-01T12:59:20.225Z] + git semver [Pipeline] } [2020-10-01T12:59:20.243Z] $ docker stop --time=1 e2a86143dfaab579fe7f0a3d6ed6472db8fdeb7def07410ae37c4695f096aa5b [2020-10-01T12:59:21.570Z] $ docker rm -f e2a86143dfaab579fe7f0a3d6ed6472db8fdeb7def07410ae37c4695f096aa5b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-01T12:59:22.220Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-01T12:59:22.220Z] [2020-10-01T12:59:22.220Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-01T12:59:22.578Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-01T12:59:22.578Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-01T12:59:22.578Z] ab5ef0e58194: Pulling fs layer [2020-10-01T12:59:22.578Z] 9712f1f96733: Pulling fs layer [2020-10-01T12:59:22.578Z] 63f879dbbcfc: Pulling fs layer [2020-10-01T12:59:22.578Z] 0d9ebad4ef96: Pulling fs layer [2020-10-01T12:59:22.578Z] e9a5061849ea: Pulling fs layer [2020-10-01T12:59:22.578Z] d747dcd14b5f: Pulling fs layer [2020-10-01T12:59:22.578Z] 2de7ff778b66: Pulling fs layer [2020-10-01T12:59:22.578Z] e9a5061849ea: Waiting [2020-10-01T12:59:22.578Z] d747dcd14b5f: Waiting [2020-10-01T12:59:22.578Z] 2de7ff778b66: Waiting [2020-10-01T12:59:22.578Z] 0d9ebad4ef96: Waiting [2020-10-01T12:59:22.578Z] 9712f1f96733: Verifying Checksum [2020-10-01T12:59:22.578Z] 9712f1f96733: Download complete [2020-10-01T12:59:25.137Z] 63f879dbbcfc: Verifying Checksum [2020-10-01T12:59:25.137Z] 63f879dbbcfc: Download complete [2020-10-01T12:59:25.137Z] e9a5061849ea: Verifying Checksum [2020-10-01T12:59:25.137Z] e9a5061849ea: Download complete [2020-10-01T12:59:25.137Z] d747dcd14b5f: Verifying Checksum [2020-10-01T12:59:25.402Z] 2de7ff778b66: Verifying Checksum [2020-10-01T12:59:25.402Z] 2de7ff778b66: Download complete [2020-10-01T12:59:25.670Z] 0d9ebad4ef96: Verifying Checksum [2020-10-01T12:59:25.670Z] 0d9ebad4ef96: Download complete [2020-10-01T12:59:25.933Z] ab5ef0e58194: Verifying Checksum [2020-10-01T12:59:25.933Z] ab5ef0e58194: Download complete [2020-10-01T12:59:30.164Z] ab5ef0e58194: Pull complete [2020-10-01T12:59:30.426Z] 9712f1f96733: Pull complete [2020-10-01T12:59:32.979Z] 63f879dbbcfc: Pull complete [2020-10-01T12:59:39.621Z] 0d9ebad4ef96: Pull complete [2020-10-01T12:59:42.965Z] e9a5061849ea: Pull complete [2020-10-01T12:59:42.965Z] d747dcd14b5f: Pull complete [2020-10-01T12:59:45.521Z] 2de7ff778b66: Pull complete [2020-10-01T12:59:45.521Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-01T12:59:45.521Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-01T12:59:45.521Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-01T12:59:45.684Z] prd-centos7-docker-4c-2g-2748 does not seem to be running inside a container [2020-10-01T12:59:45.731Z] $ 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-01T12:59:49.032Z] $ docker top a82d9a9130269c3f3f7dc5527781ff1412eaca6bd874c37e29acac086b4a4944 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-01T12:59:49.290Z] provisioning config files... [2020-10-01T12:59:49.305Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config7286695365689549042tmp [2020-10-01T12:59:49.321Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config3075005383817260084tmp [2020-10-01T12:59:49.336Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config3124919712624333870tmp [Pipeline] { [Pipeline] echo [2020-10-01T12:59:49.386Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T12:59:49.681Z] ---> sigul-configuration.sh [2020-10-01T12:59:49.681Z] gpg: directory `/root/.gnupg' created [2020-10-01T12:59:49.681Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-01T12:59:49.681Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-01T12:59:49.681Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-01T12:59:49.681Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-01T12:59:49.681Z] gpg: CAST5 encrypted data [2020-10-01T12:59:49.942Z] gpg: encrypted with 1 passphrase [2020-10-01T12:59:49.942Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-01T12:59:50.243Z] + mkdir /home/jenkins [2020-10-01T12:59:50.243Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-01T12:59:50.537Z] + 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-01T12:59:50.554Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T12:59:50.854Z] ---> sigul-install.sh [2020-10-01T12:59:56.151Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-01T12:59:56.529Z] + git tag --list [2020-10-01T12:59:56.529Z] 0.7.0 [2020-10-01T12:59:56.529Z] 0.7.1 [2020-10-01T12:59:56.529Z] 1.0.0 [2020-10-01T12:59:56.529Z] v1.0.1 [2020-10-01T12:59:56.529Z] v1.0.2 [2020-10-01T12:59:56.529Z] v1.0.3 [2020-10-01T12:59:56.530Z] v1.1.0 [2020-10-01T12:59:56.530Z] v1.1.1 [2020-10-01T12:59:56.530Z] v1.2.0 [2020-10-01T12:59:56.530Z] v1.2.1 [2020-10-01T12:59:56.530Z] v1.2.2 [2020-10-01T12:59:56.530Z] v1.2.2-dev.1 [2020-10-01T12:59:56.530Z] v1.3.0-dev.1 [2020-10-01T12:59:56.530Z] v1.3.0-dev.2 [2020-10-01T12:59:56.530Z] v1.3.0-dev.3 [2020-10-01T12:59:56.530Z] v1.3.0-dev.4 [2020-10-01T12:59:56.530Z] v1.3.0-dev.5 [2020-10-01T12:59:56.530Z] v1.3.0-dev.6 [2020-10-01T12:59:56.530Z] v1.3.0-dev.7 [2020-10-01T12:59:56.530Z] v1.3.0-dev.8 [Pipeline] sh [2020-10-01T12:59:56.960Z] + lftools sign git-tag v1.3.0-dev.8 [2020-10-01T12:59:57.906Z] Signing Git tag with Sigul... [2020-10-01T12:59:57.906Z] Signing v1.3.0-dev.8 [Pipeline] echo [2020-10-01T12:59:59.309Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T12:59:59.603Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-01T12:59:59.613Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-01T12:59:59.702Z] $ docker stop --time=1 a82d9a9130269c3f3f7dc5527781ff1412eaca6bd874c37e29acac086b4a4944 [2020-10-01T13:00:01.621Z] $ docker rm -f a82d9a9130269c3f3f7dc5527781ff1412eaca6bd874c37e29acac086b4a4944 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-01T13:00:02.728Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-01T13:00:02.728Z] . [Pipeline] withDockerContainer [2020-10-01T13:00:02.831Z] prd-centos7-docker-4c-2g-2748 does not seem to be running inside a container [2020-10-01T13:00:02.878Z] $ 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-01T13:00:03.611Z] $ docker top 0255e93c076d0b736fbbaa36830d8fe8c61960a2a8b3dae6c8e55ac070c18c3b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-01T13:00:03.918Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-01T13:00:03.918Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-01T13:00:04.133Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-01T13:00:04.138Z] $ docker exec 0255e93c076d0b736fbbaa36830d8fe8c61960a2a8b3dae6c8e55ac070c18c3b ssh-agent [2020-10-01T13:00:04.306Z] SSH_AUTH_SOCK=/tmp/ssh-XAoAHV9mvICA/agent.12 [2020-10-01T13:00:04.306Z] SSH_AGENT_PID=18 [2020-10-01T13:00:04.313Z] Running ssh-add (command line suppressed) [2020-10-01T13:00:04.444Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_1863136664830346462.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_1863136664830346462.key) [2020-10-01T13:00:04.496Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-01T13:00:04.857Z] + git semver bump pre [2020-10-01T13:00:04.857Z] # -> Open(): unable to determine branch for HEAD [2020-10-01T13:00:04.857Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-10-01T13:00:04.857Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-10-01T13:00:04.857Z] # $SEMVER_REMOTE_NAME = origin [2020-10-01T13:00:04.857Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-01T13:00:04.857Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-01T13:00:04.857Z] # $SEMVER_BRANCH = master [2020-10-01T13:00:04.857Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [2020-10-01T13:00:04.857Z] 1.3.0-dev.9 [Pipeline] } [2020-10-01T13:00:04.870Z] $ docker exec --env ******** --env ******** 0255e93c076d0b736fbbaa36830d8fe8c61960a2a8b3dae6c8e55ac070c18c3b ssh-agent -k [2020-10-01T13:00:04.983Z] unset SSH_AUTH_SOCK; [2020-10-01T13:00:04.983Z] unset SSH_AGENT_PID; [2020-10-01T13:00:04.983Z] echo Agent pid 18 killed; [2020-10-01T13:00:05.030Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-01T13:00:05.490Z] + git semver [Pipeline] } [2020-10-01T13:00:05.507Z] $ docker stop --time=1 0255e93c076d0b736fbbaa36830d8fe8c61960a2a8b3dae6c8e55ac070c18c3b [2020-10-01T13:00:06.837Z] $ docker rm -f 0255e93c076d0b736fbbaa36830d8fe8c61960a2a8b3dae6c8e55ac070c18c3b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-01T13:00:07.383Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-01T13:00:07.383Z] . [Pipeline] withDockerContainer [2020-10-01T13:00:07.479Z] prd-centos7-docker-4c-2g-2748 does not seem to be running inside a container [2020-10-01T13:00:07.526Z] $ 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-01T13:00:08.120Z] $ docker top 68c79d76780592844d4f40c94bc8776ca635b0f84291a91e44a64680295692c1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-01T13:00:08.416Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-01T13:00:08.416Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-01T13:00:08.600Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-01T13:00:08.605Z] $ docker exec 68c79d76780592844d4f40c94bc8776ca635b0f84291a91e44a64680295692c1 ssh-agent [2020-10-01T13:00:08.778Z] SSH_AUTH_SOCK=/tmp/ssh-iIKrDMSYkrKF/agent.12 [2020-10-01T13:00:08.778Z] SSH_AGENT_PID=17 [2020-10-01T13:00:08.785Z] Running ssh-add (command line suppressed) [2020-10-01T13:00:08.916Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_5341530376438086346.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_5341530376438086346.key) [2020-10-01T13:00:08.969Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-01T13:00:09.305Z] + git semver push [2020-10-01T13:00:09.306Z] # -> Open(): unable to determine branch for HEAD [2020-10-01T13:00:09.306Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-10-01T13:00:09.306Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-10-01T13:00:09.306Z] # $SEMVER_REMOTE_NAME = origin [2020-10-01T13:00:09.306Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-01T13:00:09.306Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-01T13:00:09.306Z] # $SEMVER_BRANCH = master [2020-10-01T13:00:09.306Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [Pipeline] } [2020-10-01T13:00:15.915Z] $ docker exec --env ******** --env ******** 68c79d76780592844d4f40c94bc8776ca635b0f84291a91e44a64680295692c1 ssh-agent -k [2020-10-01T13:00:16.092Z] unset SSH_AUTH_SOCK; [2020-10-01T13:00:16.093Z] unset SSH_AGENT_PID; [2020-10-01T13:00:16.093Z] echo Agent pid 17 killed; [2020-10-01T13:00:16.152Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-01T13:00:16.609Z] + git semver [Pipeline] } [2020-10-01T13:00:16.630Z] $ docker stop --time=1 68c79d76780592844d4f40c94bc8776ca635b0f84291a91e44a64680295692c1 [2020-10-01T13:00:17.983Z] $ docker rm -f 68c79d76780592844d4f40c94bc8776ca635b0f84291a91e44a64680295692c1 [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-01T13:00:18.933Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T13:00:19.498Z] ---> package-listing.sh [2020-10-01T13:00:19.498Z] ++ facter osfamily [2020-10-01T13:00:19.498Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-01T13:00:19.498Z] + OS_FAMILY=redhat [2020-10-01T13:00:19.498Z] + workspace=/w/workspace/edgexfoundry_device-sdk-c_master [2020-10-01T13:00:19.498Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-01T13:00:19.498Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-01T13:00:19.498Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-01T13:00:19.498Z] + PACKAGES=/tmp/packages_start.txt [2020-10-01T13:00:19.498Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_master ']' [2020-10-01T13:00:19.498Z] + PACKAGES=/tmp/packages_end.txt [2020-10-01T13:00:19.498Z] + case "${OS_FAMILY}" in [2020-10-01T13:00:19.498Z] + rpm -qa [2020-10-01T13:00:19.498Z] + sort [2020-10-01T13:00:23.713Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-01T13:00:23.713Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-01T13:00:23.713Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-01T13:00:23.713Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_master ']' [2020-10-01T13:00:23.713Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_master/archives/ [2020-10-01T13:00:23.713Z] + 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-01T13:00:23.948Z] provisioning config files... [2020-10-01T13:00:23.963Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config5628656818927602018tmp [Pipeline] { [Pipeline] echo [2020-10-01T13:00:24.102Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T13:00:24.399Z] ---> create-netrc.sh [Pipeline] } [2020-10-01T13:00:24.408Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-01T13:00:24.492Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T13:00:24.787Z] ---> python-tools-install.sh [2020-10-01T13:00:24.788Z] Generating Requirements File [2020-10-01T13:01:46.741Z] Python 3.6.8 [2020-10-01T13:01:46.741Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-01T13:01:46.741Z] aiohttp==3.6.2 [2020-10-01T13:01:46.741Z] appdirs==1.4.3 [2020-10-01T13:01:46.741Z] argcomplete==1.12.1 [2020-10-01T13:01:46.741Z] aspy.yaml==1.3.0 [2020-10-01T13:01:46.741Z] async-timeout==3.0.1 [2020-10-01T13:01:46.741Z] attrs==19.3.0 [2020-10-01T13:01:46.741Z] Babel==2.8.0 [2020-10-01T13:01:46.741Z] beautifulsoup4==4.8.2 [2020-10-01T13:01:46.741Z] boto3==1.11.6 [2020-10-01T13:01:46.741Z] botocore==1.14.6 [2020-10-01T13:01:46.741Z] bs4==0.0.1 [2020-10-01T13:01:46.741Z] cachetools==4.1.1 [2020-10-01T13:01:46.741Z] certifi==2019.11.28 [2020-10-01T13:01:46.741Z] cffi==1.14.3 [2020-10-01T13:01:46.741Z] cfgv==2.0.1 [2020-10-01T13:01:46.741Z] chardet==3.0.4 [2020-10-01T13:01:46.741Z] click==7.1 [2020-10-01T13:01:46.741Z] cliff==3.4.0 [2020-10-01T13:01:46.741Z] cmd2==1.3.10 [2020-10-01T13:01:46.741Z] colorama==0.4.3 [2020-10-01T13:01:46.741Z] cryptography==3.1.1 [2020-10-01T13:01:46.741Z] debtcollector==2.2.0 [2020-10-01T13:01:46.741Z] decorator==4.4.2 [2020-10-01T13:01:46.741Z] defusedxml==0.6.0 [2020-10-01T13:01:46.741Z] Deprecated==1.2.7 [2020-10-01T13:01:46.741Z] distlib==0.3.1 [2020-10-01T13:01:46.741Z] distro==1.2.0 [2020-10-01T13:01:46.741Z] dnspython==1.16.0 [2020-10-01T13:01:46.741Z] docker==4.2.0 [2020-10-01T13:01:46.741Z] docutils==0.15.2 [2020-10-01T13:01:46.741Z] dogpile.cache==1.0.2 [2020-10-01T13:01:46.741Z] email-validator==1.0.5 [2020-10-01T13:01:46.741Z] filelock==3.0.12 [2020-10-01T13:01:46.741Z] future==0.18.2 [2020-10-01T13:01:46.741Z] google-auth==1.22.0 [2020-10-01T13:01:46.741Z] httplib2==0.17.0 [2020-10-01T13:01:46.741Z] identify==1.4.11 [2020-10-01T13:01:46.741Z] idna==2.9 [2020-10-01T13:01:46.741Z] idna-ssl==1.1.0 [2020-10-01T13:01:46.741Z] importlib-metadata==1.7.0 [2020-10-01T13:01:46.741Z] importlib-resources==1.5.0 [2020-10-01T13:01:46.741Z] iso8601==0.1.13 [2020-10-01T13:01:46.741Z] Jinja2==2.11.1 [2020-10-01T13:01:46.741Z] jmespath==0.10.0 [2020-10-01T13:01:46.741Z] jsonpatch==1.26 [2020-10-01T13:01:46.741Z] jsonpointer==2.0 [2020-10-01T13:01:46.741Z] jsonschema==3.2.0 [2020-10-01T13:01:46.741Z] keystoneauth1==4.2.1 [2020-10-01T13:01:46.741Z] kubernetes==11.0.0 [2020-10-01T13:01:46.741Z] lftools==0.34.2 [2020-10-01T13:01:46.741Z] lxml==4.5.0 [2020-10-01T13:01:46.741Z] MarkupSafe==0.23 [2020-10-01T13:01:46.741Z] msgpack==1.0.0 [2020-10-01T13:01:46.741Z] multi-key-dict==2.0.3 [2020-10-01T13:01:46.741Z] multidict==4.7.6 [2020-10-01T13:01:46.741Z] munch==2.5.0 [2020-10-01T13:01:46.741Z] netaddr==0.8.0 [2020-10-01T13:01:46.741Z] netifaces==0.10.9 [2020-10-01T13:01:46.741Z] niet==1.4.2 [2020-10-01T13:01:46.741Z] nodeenv==1.3.5 [2020-10-01T13:01:46.741Z] oauth2client==4.1.3 [2020-10-01T13:01:46.741Z] oauthlib==3.1.0 [2020-10-01T13:01:46.741Z] openstacksdk==0.50.0 [2020-10-01T13:01:46.741Z] os-client-config==2.1.0 [2020-10-01T13:01:46.741Z] os-service-types==1.7.0 [2020-10-01T13:01:46.741Z] osc-lib==2.2.1 [2020-10-01T13:01:46.741Z] oslo.config==8.3.2 [2020-10-01T13:01:46.741Z] oslo.context==3.1.1 [2020-10-01T13:01:46.741Z] oslo.i18n==5.0.1 [2020-10-01T13:01:46.741Z] oslo.log==4.4.0 [2020-10-01T13:01:46.741Z] oslo.serialization==4.0.1 [2020-10-01T13:01:46.741Z] oslo.utils==4.6.0 [2020-10-01T13:01:46.741Z] packaging==20.4 [2020-10-01T13:01:46.741Z] pbr==5.4.4 [2020-10-01T13:01:46.741Z] pluggy==0.13.1 [2020-10-01T13:01:46.741Z] prettytable==0.7.2 [2020-10-01T13:01:46.741Z] py==1.9.0 [2020-10-01T13:01:46.741Z] pyasn1==0.4.8 [2020-10-01T13:01:46.741Z] pyasn1-modules==0.2.8 [2020-10-01T13:01:46.741Z] pycparser==2.20 [2020-10-01T13:01:46.741Z] pygerrit2==2.0.10 [2020-10-01T13:01:46.741Z] PyGithub==1.46 [2020-10-01T13:01:46.741Z] pyinotify==0.9.6 [2020-10-01T13:01:46.741Z] PyJWT==1.7.1 [2020-10-01T13:01:46.741Z] pyparsing==2.4.7 [2020-10-01T13:01:46.741Z] pyperclip==1.8.0 [2020-10-01T13:01:46.741Z] pyroute2==0.4.13 [2020-10-01T13:01:46.741Z] pyrsistent==0.15.7 [2020-10-01T13:01:46.741Z] PySocks==1.6.8 [2020-10-01T13:01:46.741Z] python-cinderclient==7.2.0 [2020-10-01T13:01:46.741Z] python-dateutil==2.8.1 [2020-10-01T13:01:46.741Z] python-heatclient==2.2.1 [2020-10-01T13:01:46.741Z] python-jenkins==1.7.0 [2020-10-01T13:01:46.741Z] python-keystoneclient==4.1.1 [2020-10-01T13:01:46.741Z] python-magnumclient==3.2.1 [2020-10-01T13:01:46.741Z] python-novaclient==17.2.1 [2020-10-01T13:01:46.741Z] python-openstackclient==5.3.1 [2020-10-01T13:01:46.741Z] python-swiftclient==3.10.1 [2020-10-01T13:01:46.741Z] pytz==2020.1 [2020-10-01T13:01:46.741Z] PyYAML==5.3 [2020-10-01T13:01:46.741Z] requests==2.23.0 [2020-10-01T13:01:46.741Z] requests-oauthlib==1.3.0 [2020-10-01T13:01:46.741Z] requestsexceptions==1.4.0 [2020-10-01T13:01:46.741Z] rfc3986==1.4.0 [2020-10-01T13:01:46.741Z] rpm==4.11.3 [2020-10-01T13:01:46.741Z] rsa==4.0 [2020-10-01T13:01:46.741Z] ruamel.yaml==0.16.10 [2020-10-01T13:01:46.741Z] ruamel.yaml.clib==0.2.0 [2020-10-01T13:01:46.741Z] s3transfer==0.3.3 [2020-10-01T13:01:46.741Z] shade==1.27.2 [2020-10-01T13:01:46.741Z] simplejson==3.17.2 [2020-10-01T13:01:46.741Z] six==1.14.0 [2020-10-01T13:01:46.741Z] soupsieve==2.0 [2020-10-01T13:01:46.741Z] stevedore==3.2.2 [2020-10-01T13:01:46.741Z] tabulate==0.8.6 [2020-10-01T13:01:46.741Z] toml==0.10.0 [2020-10-01T13:01:46.741Z] tox==3.20.0 [2020-10-01T13:01:46.741Z] tqdm==4.43.0 [2020-10-01T13:01:46.741Z] typing-extensions==3.7.4.3 [2020-10-01T13:01:46.741Z] urllib3==1.25.8 [2020-10-01T13:01:46.741Z] virtualenv==20.0.31 [2020-10-01T13:01:46.741Z] wcwidth==0.2.5 [2020-10-01T13:01:46.741Z] websocket-client==0.57.0 [2020-10-01T13:01:46.741Z] wrapt==1.12.1 [2020-10-01T13:01:46.741Z] xdg==3.0.2 [2020-10-01T13:01:46.741Z] xmltodict==0.12.0 [2020-10-01T13:01:46.741Z] yarl==1.6.0 [2020-10-01T13:01:46.741Z] yq==2.11.1 [2020-10-01T13:01:46.741Z] zipp==3.2.0 [2020-10-01T13:01:46.741Z] Cache entry deserialization failed, entry ignored [2020-10-01T13:01:46.741Z] 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-01T13:01:46.741Z] Python 2.7.5 [2020-10-01T13:01:46.741Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-01T13:01:46.741Z] 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-01T13:01:46.741Z] ansible==2.9.7 [2020-10-01T13:01:46.741Z] Babel==0.9.6 [2020-10-01T13:01:46.741Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-01T13:01:46.741Z] beautifulsoup4==4.4.1 [2020-10-01T13:01:46.741Z] bodhi==2.11.0 [2020-10-01T13:01:46.741Z] bodhi-client==2.11.0 [2020-10-01T13:01:46.741Z] CCColUtils==1.4 [2020-10-01T13:01:46.741Z] cffi==1.6.0 [2020-10-01T13:01:46.741Z] chardet==2.2.1 [2020-10-01T13:01:46.741Z] click==6.7 [2020-10-01T13:01:46.741Z] cloud-init==18.5 [2020-10-01T13:01:46.741Z] configobj==4.7.2 [2020-10-01T13:01:46.741Z] cryptography==1.7.2 [2020-10-01T13:01:46.741Z] decorator==3.4.0 [2020-10-01T13:01:46.741Z] distro==1.2.0 [2020-10-01T13:01:46.741Z] enum34==1.0.4 [2020-10-01T13:01:46.741Z] fedpkg==1.38 [2020-10-01T13:01:46.741Z] futures==3.1.1 [2020-10-01T13:01:46.741Z] gitdb==0.6.4 [2020-10-01T13:01:46.741Z] GitPython==1.0.1 [2020-10-01T13:01:46.741Z] html5lib==0.999 [2020-10-01T13:01:46.741Z] httplib2==0.9.2 [2020-10-01T13:01:46.741Z] idna==2.4 [2020-10-01T13:01:46.741Z] iniparse==0.4 [2020-10-01T13:01:46.741Z] ipaddress==1.0.16 [2020-10-01T13:01:46.741Z] IPy==0.75 [2020-10-01T13:01:46.741Z] javapackages==1.0.0 [2020-10-01T13:01:46.741Z] Jinja2==2.7.2 [2020-10-01T13:01:46.741Z] jmespath==0.9.4 [2020-10-01T13:01:46.741Z] jsonpatch==1.2 [2020-10-01T13:01:46.741Z] jsonpointer==1.9 [2020-10-01T13:01:46.741Z] kerberos==1.1 [2020-10-01T13:01:46.741Z] kitchen==1.1.1 [2020-10-01T13:01:46.741Z] langtable==0.0.31 [2020-10-01T13:01:46.741Z] lockfile==0.9.1 [2020-10-01T13:01:46.741Z] lxml==3.2.1 [2020-10-01T13:01:46.741Z] MarkupSafe==0.11 [2020-10-01T13:01:46.741Z] munch==2.0.2 [2020-10-01T13:01:46.741Z] offtrac==0.1.0 [2020-10-01T13:01:46.741Z] openidc-client==0.6.0 [2020-10-01T13:01:46.741Z] packagedb-cli==2.14.1 [2020-10-01T13:01:46.741Z] paramiko==2.1.1 [2020-10-01T13:01:46.741Z] perf==0.1 [2020-10-01T13:01:46.741Z] ply==3.4 [2020-10-01T13:01:46.741Z] policycoreutils-default-encoding==0.1 [2020-10-01T13:01:46.741Z] prettytable==0.7.2 [2020-10-01T13:01:46.741Z] pyasn1==0.1.9 [2020-10-01T13:01:46.741Z] pycparser==2.14 [2020-10-01T13:01:46.741Z] pycurl==7.19.0 [2020-10-01T13:01:46.741Z] pygobject==3.22.0 [2020-10-01T13:01:46.741Z] pygpgme==0.3 [2020-10-01T13:01:46.741Z] pyliblzma==0.5.3 [2020-10-01T13:01:46.741Z] pyOpenSSL==0.13.1 [2020-10-01T13:01:46.741Z] pyparsing==1.5.6 [2020-10-01T13:01:46.741Z] pyserial==2.6 [2020-10-01T13:01:46.741Z] python-augeas==0.5.0 [2020-10-01T13:01:46.741Z] python-bugzilla==2.3.0 [2020-10-01T13:01:46.741Z] python-dateutil==1.5 [2020-10-01T13:01:46.741Z] python-fedora==0.10.0 [2020-10-01T13:01:46.741Z] python-linux-procfs==0.4.9 [2020-10-01T13:01:46.741Z] python-yubico==1.2.3 [2020-10-01T13:01:46.741Z] pyudev==0.15 [2020-10-01T13:01:46.741Z] pyusb==1.0.0b1 [2020-10-01T13:01:46.741Z] pyxattr==0.5.1 [2020-10-01T13:01:46.741Z] PyYAML==3.10 [2020-10-01T13:01:46.741Z] requests==2.6.0 [2020-10-01T13:01:46.741Z] requests-kerberos==0.7.0 [2020-10-01T13:01:46.741Z] rpkg==1.60 [2020-10-01T13:01:46.741Z] schedutils==0.4 [2020-10-01T13:01:46.741Z] seobject==0.1 [2020-10-01T13:01:46.741Z] sepolicy==1.1 [2020-10-01T13:01:46.741Z] six==1.9.0 [2020-10-01T13:01:46.741Z] smmap==0.9.0 [2020-10-01T13:01:46.741Z] urlgrabber==3.10 [2020-10-01T13:01:46.741Z] urllib3==1.10.2 [2020-10-01T13:01:46.741Z] virtualenv==15.1.0 [2020-10-01T13:01:46.741Z] yum-langpacks==0.4.2 [2020-10-01T13:01:46.741Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-01T13:01:46.753Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T13:01:47.057Z] ---> sudo-logs.sh [2020-10-01T13:01:47.057Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-01T13:01:47.334Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T13:01:47.634Z] ---> job-cost.sh [2020-10-01T13:01:47.634Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Gp3l [2020-10-01T13:01:55.782Z] Cache entry deserialization failed, entry ignored [2020-10-01T13:01:55.782Z] Cache entry deserialization failed, entry ignored [2020-10-01T13:01:56.728Z] Cache entry deserialization failed, entry ignored [2020-10-01T13:01:56.728Z] Cache entry deserialization failed, entry ignored [2020-10-01T13:01:56.991Z] Cache entry deserialization failed, entry ignored [2020-10-01T13:01:56.991Z] Cache entry deserialization failed, entry ignored [2020-10-01T13:01:56.991Z] Cache entry deserialization failed, entry ignored [2020-10-01T13:01:57.259Z] Cache entry deserialization failed, entry ignored [2020-10-01T13:01:57.259Z] Cache entry deserialization failed, entry ignored [2020-10-01T13:01:57.259Z] Cache entry deserialization failed, entry ignored [2020-10-01T13:01:57.525Z] Cache entry deserialization failed, entry ignored [2020-10-01T13:01:57.525Z] Cache entry deserialization failed, entry ignored [2020-10-01T13:01:57.525Z] Cache entry deserialization failed, entry ignored [2020-10-01T13:02:00.836Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-01T13:02:33.123Z] ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts. [2020-10-01T13:02:33.123Z] [2020-10-01T13:02:33.123Z] We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default. [2020-10-01T13:02:33.123Z] [2020-10-01T13:02:33.123Z] virtualenv 20.0.31 requires importlib-metadata<2,>=0.12; python_version < "3.8", but you'll have importlib-metadata 2.0.0 which is incompatible. [2020-10-01T13:02:33.123Z] lf-activate-venv(): INFO: Adding /tmp/venv-Gp3l/bin to PATH [2020-10-01T13:02:33.123Z] INFO: No Stack... [2020-10-01T13:02:33.123Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-01T13:02:33.123Z] INFO: Archiving Costs [Pipeline] echo [2020-10-01T13:02:33.138Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T13:02:33.440Z] ---> logs-deploy.sh [2020-10-01T13:02:33.440Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/master/45 [2020-10-01T13:02:33.440Z] INFO: archiving workspace using pattern(s): [2020-10-01T13:02:35.355Z] Archives upload complete. [2020-10-01T13:02:35.355Z] INFO: archiving logs to Nexus