Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0730159153764daa4a8fdc7cfbde25041d3eb933 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > 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. [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 ‘prd-centos7-docker-4c-2g-802’ is offline Running on prd-centos7-docker-4c-2g-809 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 with configured refspecs honoured and without tags 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 --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision 0730159153764daa4a8fdc7cfbde25041d3eb933 (master) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-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 0730159153764daa4a8fdc7cfbde25041d3eb933 # timeout=10 Commit message: "Merge pull request #294 from iain-anderson/issue-292" > git rev-list --no-walk 6568dd76e6ab4166df02199344f5d2342af650e5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-22T09:12:56.409Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-22T09:12:56.667Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-22T09:12:56.766Z] ========================================================= [2020-09-22T09:12:56.766Z] EdgeX Global Pipelines Version Info [2020-09-22T09:12:56.766Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-22T09:12:58.966Z] ------------------- [2020-09-22T09:12:58.966Z] stable info: [2020-09-22T09:12:58.966Z] ------------------- [2020-09-22T09:12:58.966Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-22T09:12:58.966Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-22T09:12:58.966Z] Message: update stable to v1.0.122 [2020-09-22T09:12:59.938Z] ------------------- [2020-09-22T09:12:59.938Z] experimental info: [2020-09-22T09:12:59.938Z] ------------------- [2020-09-22T09:12:59.938Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-22T09:12:59.938Z] Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 [2020-09-22T09:12:59.938Z] Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-22T09:13:00.488Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-c-settings [Pipeline] echo [2020-09-22T09:13:00.639Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-c [Pipeline] echo [2020-09-22T09:13:00.755Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-22T09:13:00.852Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-22T09:13:00.954Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-22T09:13:01.075Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [Pipeline] echo [2020-09-22T09:13:01.216Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = scripts/Dockerfile.alpine-3.11 [Pipeline] echo [2020-09-22T09:13:01.319Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = scripts/Dockerfile.alpine-3.11-base [Pipeline] echo [2020-09-22T09:13:01.468Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-22T09:13:01.556Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-c [Pipeline] echo [2020-09-22T09:13:01.648Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-22T09:13:01.740Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-22T09:13:01.831Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-22T09:13:01.949Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-22T09:13:02.047Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-22T09:13:02.133Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-22T09:13:02.239Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-22T09:13:02.347Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-22T09:13:02.431Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-22T09:13:02.524Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0730159153764daa4a8fdc7cfbde25041d3eb933 [Pipeline] echo [2020-09-22T09:13:02.611Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0730159 [Pipeline] echo [2020-09-22T09:13:02.697Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-09-22T09:13:03.447Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-22T09:13:03.715Z] [2020-09-22T09:13:03.715Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-22T09:13:04.080Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-22T09:13:04.080Z] latest: Pulling from edgex-devops/git-semver [2020-09-22T09:13:04.080Z] 31603596830f: Pulling fs layer [2020-09-22T09:13:04.080Z] 2a8b12db71e7: Pulling fs layer [2020-09-22T09:13:04.080Z] 6ca5941a6612: Pulling fs layer [2020-09-22T09:13:04.080Z] ecc8261a40a4: Pulling fs layer [2020-09-22T09:13:04.080Z] ecc8261a40a4: Waiting [2020-09-22T09:13:04.080Z] 2a8b12db71e7: Download complete [2020-09-22T09:13:04.353Z] 31603596830f: Verifying Checksum [2020-09-22T09:13:04.353Z] 31603596830f: Download complete [2020-09-22T09:13:04.353Z] ecc8261a40a4: Verifying Checksum [2020-09-22T09:13:04.353Z] ecc8261a40a4: Download complete [2020-09-22T09:13:04.353Z] 6ca5941a6612: Verifying Checksum [2020-09-22T09:13:04.353Z] 6ca5941a6612: Download complete [2020-09-22T09:13:04.623Z] 31603596830f: Pull complete [2020-09-22T09:13:04.895Z] 2a8b12db71e7: Pull complete [2020-09-22T09:13:05.930Z] 6ca5941a6612: Pull complete [2020-09-22T09:13:06.216Z] ecc8261a40a4: Pull complete [2020-09-22T09:13:06.216Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-22T09:13:06.216Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-22T09:13:06.216Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-22T09:13:06.417Z] prd-centos7-docker-4c-2g-809 does not seem to be running inside a container [2020-09-22T09:13:06.521Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-22T09:13:08.947Z] $ docker top 0199141a5d8834fe0386a067ac3372810a659d57fd48bacb9271ccdd2fd39b9a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-22T09:13:09.241Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-22T09:13:09.242Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-22T09:13:09.539Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-22T09:13:09.547Z] $ docker exec 0199141a5d8834fe0386a067ac3372810a659d57fd48bacb9271ccdd2fd39b9a ssh-agent [2020-09-22T09:13:09.767Z] SSH_AUTH_SOCK=/tmp/ssh-hPoJSAI2nSqV/agent.12 [2020-09-22T09:13:09.767Z] SSH_AGENT_PID=18 [2020-09-22T09:13:09.793Z] Running ssh-add (command line suppressed) [2020-09-22T09:13:10.055Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_7911206321245369935.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_7911206321245369935.key) [2020-09-22T09:13:10.151Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-22T09:13:10.572Z] + git describe --exact-match --tags HEAD [2020-09-22T09:13:10.851Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-22T09:13:10.982Z] $ docker exec --env ******** --env ******** 0199141a5d8834fe0386a067ac3372810a659d57fd48bacb9271ccdd2fd39b9a ssh-agent -k [2020-09-22T09:13:11.153Z] unset SSH_AUTH_SOCK; [2020-09-22T09:13:11.153Z] unset SSH_AGENT_PID; [2020-09-22T09:13:11.153Z] echo Agent pid 18 killed; [2020-09-22T09:13:11.224Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-22T09:13:11.307Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-22T09:13:11.307Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-22T09:13:11.415Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-22T09:13:11.415Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-22T09:13:11.726Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-22T09:13:11.734Z] $ docker exec 0199141a5d8834fe0386a067ac3372810a659d57fd48bacb9271ccdd2fd39b9a ssh-agent [2020-09-22T09:13:11.982Z] SSH_AUTH_SOCK=/tmp/ssh-Nh0Wl0yZvDd9/agent.47 [2020-09-22T09:13:11.982Z] SSH_AGENT_PID=52 [2020-09-22T09:13:11.991Z] Running ssh-add (command line suppressed) [2020-09-22T09:13:12.187Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_8554579027904490595.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_8554579027904490595.key) [2020-09-22T09:13:12.248Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-22T09:13:12.592Z] + git semver init [2020-09-22T09:13:12.592Z] # -> Open(): unable to determine branch for HEAD [2020-09-22T09:13:12.592Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-09-22T09:13:12.592Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-09-22T09:13:12.592Z] # $SEMVER_REMOTE_NAME = origin [2020-09-22T09:13:12.592Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-22T09:13:12.592Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-22T09:13:12.592Z] # $SEMVER_BRANCH = master [2020-09-22T09:13:12.592Z] # $SEMVER_TEMP = /tmp/semver-461595975 [2020-09-22T09:13:12.592Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-c.git $SEMVER_TEMP [2020-09-22T09:13:13.559Z] # '/tmp/semver-461595975' -> '/w/workspace/edgexfoundry_device-sdk-c_master/.semver' [2020-09-22T09:13:13.559Z] # -> Force: false [2020-09-22T09:13:13.559Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [Pipeline] } [2020-09-22T09:13:13.576Z] $ docker exec --env ******** --env ******** 0199141a5d8834fe0386a067ac3372810a659d57fd48bacb9271ccdd2fd39b9a ssh-agent -k [2020-09-22T09:13:13.698Z] unset SSH_AUTH_SOCK; [2020-09-22T09:13:13.699Z] unset SSH_AGENT_PID; [2020-09-22T09:13:13.699Z] echo Agent pid 52 killed; [2020-09-22T09:13:13.752Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-22T09:13:14.228Z] + git semver [Pipeline] } [2020-09-22T09:13:14.251Z] $ docker stop --time=1 0199141a5d8834fe0386a067ac3372810a659d57fd48bacb9271ccdd2fd39b9a [2020-09-22T09:13:15.695Z] $ docker rm -f 0199141a5d8834fe0386a067ac3372810a659d57fd48bacb9271ccdd2fd39b9a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-22T09:13:17.087Z] Stashed 28 file(s) [Pipeline] echo [2020-09-22T09:13:17.090Z] [edgeXSemver]: initialized semver on version 1.3.0-dev.6 [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-09-22T09:13:32.392Z] Still waiting to schedule task [2020-09-22T09:13:32.393Z] ‘prd-centos7-docker-4c-2g-811’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-810’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-09-22T09:13:32.395Z] Still waiting to schedule task [2020-09-22T09:13:32.395Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-810’ is offline [2020-09-22T09:16:16.934Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-812 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] ws [2020-09-22T09:16:17.000Z] Running in /w/workspace/device-sdk-c/42 [Pipeline] { [Pipeline] checkout [2020-09-22T09:16:22.358Z] using credential edgex-jenkins-ssh [2020-09-22T09:16:22.477Z] Cloning the remote Git repository [2020-09-22T09:16:22.478Z] Cloning with configured refspecs honoured and without tags [2020-09-22T09:16:22.550Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-09-22T09:16:22.665Z] > git init /w/workspace/device-sdk-c/42 # timeout=10 [2020-09-22T09:16:22.729Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-09-22T09:16:22.732Z] > git --version # timeout=10 [2020-09-22T09:16:22.756Z] > git --version # 'git version 2.17.1' [2020-09-22T09:16:22.758Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-22T09:16:22.832Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-22T09:16:23.835Z] Fetching without tags [2020-09-22T09:16:24.347Z] Checking out Revision 0730159153764daa4a8fdc7cfbde25041d3eb933 (master) [2020-09-22T09:16:23.780Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-09-22T09:16:23.802Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-22T09:16:23.832Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-09-22T09:16:23.861Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-09-22T09:16:23.862Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-22T09:16:23.880Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-22T09:16:24.387Z] > git config core.sparsecheckout # timeout=10 [2020-09-22T09:16:24.400Z] > git checkout -f 0730159153764daa4a8fdc7cfbde25041d3eb933 # timeout=10 [2020-09-22T09:16:29.640Z] Commit message: "Merge pull request #294 from iain-anderson/issue-292" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-22T09:16:32.375Z] ========================================================= [2020-09-22T09:16:32.375Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] [2020-09-22T09:16:32.375Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-22T09:16:33.649Z] + 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-09-22T09:16:34.301Z] Sending build context to Docker daemon 3.549MB [2020-09-22T09:16:34.301Z] Step 1/21 : ARG BASE=alpine:3.11 [2020-09-22T09:16:34.301Z] Step 2/21 : FROM ${BASE} as builder [2020-09-22T09:16:34.619Z] latest: Pulling from edgex-devops/edgex-gcc-base-arm64 [2020-09-22T09:16:34.619Z] 0362ad1dd800: Pulling fs layer [2020-09-22T09:16:34.619Z] f2cdb1532d8b: Pulling fs layer [2020-09-22T09:16:34.619Z] 37ed683be191: Pulling fs layer [2020-09-22T09:16:34.950Z] f2cdb1532d8b: Verifying Checksum [2020-09-22T09:16:34.950Z] f2cdb1532d8b: Download complete [2020-09-22T09:16:34.950Z] 0362ad1dd800: Verifying Checksum [2020-09-22T09:16:34.950Z] 0362ad1dd800: Download complete [2020-09-22T09:16:36.008Z] 0362ad1dd800: Pull complete [2020-09-22T09:16:36.283Z] f2cdb1532d8b: Pull complete [2020-09-22T09:16:37.764Z] 37ed683be191: Verifying Checksum [2020-09-22T09:16:37.764Z] 37ed683be191: Download complete [2020-09-22T09:16:46.145Z] 37ed683be191: Pull complete [2020-09-22T09:16:46.427Z] Digest: sha256:f3a502aba7c4a8aa4a4fcde21dbb9db33787f3779e80dd14fb3ea60ab67de23f [2020-09-22T09:16:46.427Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest [2020-09-22T09:16:46.427Z] ---> b23d30803547 [2020-09-22T09:16:46.427Z] 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-09-22T09:16:47.886Z] ---> Running in 82cffadce3fa [2020-09-22T09:16:49.869Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-09-22T09:16:50.465Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-09-22T09:16:51.084Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-09-22T09:16:51.084Z] (2/8) Installing libuuid (2.33-r0) [2020-09-22T09:16:51.084Z] (3/8) Installing libblkid (2.33-r0) [2020-09-22T09:16:51.357Z] (4/8) Installing libfdisk (2.33-r0) [2020-09-22T09:16:51.357Z] (5/8) Installing libmount (2.33-r0) [2020-09-22T09:16:51.357Z] (6/8) Installing libsmartcols (2.33-r0) [2020-09-22T09:16:51.630Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-09-22T09:16:51.900Z] (8/8) Installing wget (1.20.3-r0) [2020-09-22T09:16:52.176Z] Executing busybox-1.29.3-r10.trigger [2020-09-22T09:16:52.176Z] OK: 285 MiB in 83 packages [2020-09-22T09:16:53.614Z] Removing intermediate container 82cffadce3fa [2020-09-22T09:16:53.614Z] ---> e56639be2709 [2020-09-22T09:16:53.614Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-09-22T09:16:53.614Z] ---> Running in 9714f6a92133 [2020-09-22T09:16:54.046Z] Running on prd-centos7-docker-4c-2g-813 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] ws [2020-09-22T09:16:54.091Z] Running in /w/workspace/device-sdk-c/42 [Pipeline] { [Pipeline] checkout [2020-09-22T09:16:54.218Z] Removing intermediate container 9714f6a92133 [2020-09-22T09:16:54.218Z] ---> d3a56e43a64c [2020-09-22T09:16:54.218Z] 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-09-22T09:16:54.218Z] ---> Running in b2d1da446303 [2020-09-22T09:16:55.669Z] --2020-09-22 09:16:55-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-09-22T09:16:55.669Z] Resolving github.com... 140.82.112.3 [2020-09-22T09:16:55.669Z] Connecting to github.com|140.82.112.3|:443... connected. [2020-09-22T09:16:55.945Z] HTTP request sent, awaiting response... 302 Found [2020-09-22T09:16:55.945Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-09-22T09:16:55.945Z] --2020-09-22 09:16:55-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-09-22T09:16:55.945Z] Resolving codeload.github.com... 140.82.114.10 [2020-09-22T09:16:55.945Z] Connecting to codeload.github.com|140.82.114.10|:443... connected. [2020-09-22T09:16:56.222Z] HTTP request sent, awaiting response... 200 OK [2020-09-22T09:16:56.222Z] Length: unspecified [application/x-gzip] [2020-09-22T09:16:56.222Z] Saving to: 'STDOUT' [2020-09-22T09:16:56.222Z]  [2020-09-22T09:16:56.222Z] 0K .......... .......... .......... .......... .......... 1.24M [2020-09-22T09:16:56.222Z] 50K .......... .......... .......... .......... .......... 2.19M [2020-09-22T09:16:56.222Z] 100K .......... .......... .......... .......... .......... 14.6M [2020-09-22T09:16:56.222Z] 150K .......... .......... .......... .......... .......... 3.19M [2020-09-22T09:16:56.222Z] 200K .......... .......... .......... .......... .......... 13.0M [2020-09-22T09:16:56.222Z] 250K .......... .......... .......... .......... .......... 3.02M [2020-09-22T09:16:56.222Z] 300K .......... .......... .......... .......... .......... 4.28M [2020-09-22T09:16:56.222Z] 350K .......... .......... .......... .......... .......... 5.43M [2020-09-22T09:16:56.222Z] 400K .......... .......... .......... .......... .......... 4.24M [2020-09-22T09:16:56.222Z] 450K .......... .......... .......... .......... .......... 4.31M [2020-09-22T09:16:56.222Z] 500K .......... .......... .......... .......... .......... 5.67M [2020-09-22T09:16:56.222Z] 550K .......... .......... .......... .......... .......... 2.83M [2020-09-22T09:16:56.222Z] 600K .......... .......... .......... .......... .......... 830K [2020-09-22T09:16:56.506Z] 650K .......... .......... .......... .......... .......... 2.86M [2020-09-22T09:16:56.506Z] 700K .. 340K=0.3s [2020-09-22T09:16:56.506Z] [2020-09-22T09:16:56.506Z] 2020-09-22 09:16:56 (2.70 MB/s) - written to stdout [719348] [2020-09-22T09:16:56.506Z] [2020-09-22T09:16:56.796Z] -- The C compiler identification is GNU 8.3.0 [2020-09-22T09:16:56.796Z] -- The CXX compiler identification is GNU 8.3.0 [2020-09-22T09:16:56.796Z] -- Check for working C compiler: /usr/bin/cc [2020-09-22T09:16:57.071Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-09-22T09:16:57.071Z] -- Detecting C compiler ABI info [2020-09-22T09:16:57.347Z] -- Detecting C compiler ABI info - done [2020-09-22T09:16:57.347Z] -- Detecting C compile features [2020-09-22T09:16:58.078Z] using credential edgex-jenkins-ssh [2020-09-22T09:16:58.333Z] -- Detecting C compile features - done [2020-09-22T09:16:58.333Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-09-22T09:16:58.333Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-09-22T09:16:58.333Z] -- Detecting CXX compiler ABI info [2020-09-22T09:16:58.370Z] Cloning the remote Git repository [2020-09-22T09:16:58.370Z] Cloning with configured refspecs honoured and without tags [2020-09-22T09:16:58.623Z] -- Detecting CXX compiler ABI info - done [2020-09-22T09:16:58.623Z] -- Detecting CXX compile features [2020-09-22T09:16:58.401Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-09-22T09:16:58.472Z] > git init /w/workspace/device-sdk-c/42 # timeout=10 [2020-09-22T09:16:58.534Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-09-22T09:16:58.535Z] > git --version # timeout=10 [2020-09-22T09:16:58.542Z] > git --version # 'git version 2.16.5' [2020-09-22T09:16:58.543Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-22T09:16:58.582Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-22T09:17:00.075Z] -- Detecting CXX compile features - done [2020-09-22T09:17:00.076Z] -- Looking for include file endian.h [2020-09-22T09:17:00.350Z] -- Looking for include file endian.h - found [2020-09-22T09:17:00.350Z] -- Check if the system is big endian [2020-09-22T09:17:00.350Z] -- Searching 16 bit integer [2020-09-22T09:17:00.350Z] -- Looking for sys/types.h [2020-09-22T09:17:00.626Z] -- Looking for sys/types.h - found [2020-09-22T09:17:00.626Z] -- Looking for stdint.h [2020-09-22T09:17:00.899Z] -- Looking for stdint.h - found [2020-09-22T09:17:00.899Z] -- Looking for stddef.h [2020-09-22T09:17:01.025Z] Fetching without tags [2020-09-22T09:17:01.174Z] -- Looking for stddef.h - found [2020-09-22T09:17:01.174Z] -- Check size of unsigned short [2020-09-22T09:17:00.995Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-09-22T09:17:01.004Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-22T09:17:01.019Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-09-22T09:17:01.032Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-09-22T09:17:01.032Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-22T09:17:01.037Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-22T09:17:01.457Z] -- Check size of unsigned short - done [2020-09-22T09:17:01.457Z] -- Using unsigned short [2020-09-22T09:17:01.560Z] Checking out Revision 0730159153764daa4a8fdc7cfbde25041d3eb933 (master) [2020-09-22T09:17:01.731Z] -- Check if the system is big endian - little endian [2020-09-22T09:17:01.731Z] -- Check size of size_t [2020-09-22T09:17:02.009Z] -- Check size of size_t - done [2020-09-22T09:17:02.009Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-09-22T09:17:02.009Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-09-22T09:17:02.009Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-09-22T09:17:02.009Z] CMake did not find one. [2020-09-22T09:17:02.009Z] [2020-09-22T09:17:02.009Z] Could not find a package configuration file provided by "cJSON" with any of [2020-09-22T09:17:02.009Z] the following names: [2020-09-22T09:17:02.009Z] [2020-09-22T09:17:02.009Z] cJSONConfig.cmake [2020-09-22T09:17:02.009Z] cjson-config.cmake [2020-09-22T09:17:02.009Z] [2020-09-22T09:17:02.009Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-09-22T09:17:02.009Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-09-22T09:17:02.009Z] provides a separate development package or SDK, be sure it has been [2020-09-22T09:17:02.009Z] installed. [2020-09-22T09:17:02.009Z] [2020-09-22T09:17:02.009Z] [2020-09-22T09:17:02.009Z] -- Configuring done [2020-09-22T09:17:02.285Z] -- Generating done [2020-09-22T09:17:02.285Z] -- Build files have been written to: /tmp/cbor [2020-09-22T09:17:02.285Z] Scanning dependencies of target cbor_shared [2020-09-22T09:17:02.285Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-09-22T09:17:01.571Z] > git config core.sparsecheckout # timeout=10 [2020-09-22T09:17:01.577Z] > git checkout -f 0730159153764daa4a8fdc7cfbde25041d3eb933 # timeout=10 [2020-09-22T09:17:03.263Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-09-22T09:17:03.539Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-09-22T09:17:03.812Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-09-22T09:17:04.409Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-09-22T09:17:04.683Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-09-22T09:17:04.955Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-09-22T09:17:04.955Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-09-22T09:17:05.229Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-09-22T09:17:05.343Z] Commit message: "Merge pull request #294 from iain-anderson/issue-292" [2020-09-22T09:17:05.505Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-09-22T09:17:06.102Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [Pipeline] echo [2020-09-22T09:17:06.231Z] ========================================================= [2020-09-22T09:17:06.231Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2020-09-22T09:17:06.231Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-22T09:17:06.380Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-09-22T09:17:06.672Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-09-22T09:17:06.945Z] + 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-09-22T09:17:07.214Z] Sending build context to Docker daemon 3.549MB [2020-09-22T09:17:07.274Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-09-22T09:17:07.275Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-09-22T09:17:07.481Z] Step 1/21 : ARG BASE=alpine:3.11 [2020-09-22T09:17:07.482Z] Step 2/21 : FROM ${BASE} as builder [2020-09-22T09:17:07.482Z] latest: Pulling from edgex-devops/edgex-gcc-base [2020-09-22T09:17:07.482Z] e7c96db7181b: Pulling fs layer [2020-09-22T09:17:07.482Z] 4c13bbce0fe7: Pulling fs layer [2020-09-22T09:17:07.482Z] 6059c847ac2f: Pulling fs layer [2020-09-22T09:17:07.482Z] 4c13bbce0fe7: Verifying Checksum [2020-09-22T09:17:07.482Z] 4c13bbce0fe7: Download complete [2020-09-22T09:17:07.599Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-09-22T09:17:07.748Z] e7c96db7181b: Verifying Checksum [2020-09-22T09:17:07.748Z] e7c96db7181b: Download complete [2020-09-22T09:17:07.888Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-09-22T09:17:08.012Z] e7c96db7181b: Pull complete [2020-09-22T09:17:08.013Z] 4c13bbce0fe7: Pull complete [2020-09-22T09:17:08.182Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-09-22T09:17:08.481Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-09-22T09:17:08.771Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-09-22T09:17:08.771Z] [ 40%] Linking C shared library libcbor.so [2020-09-22T09:17:09.043Z] [ 40%] Built target cbor_shared [2020-09-22T09:17:09.043Z] Scanning dependencies of target cbor [2020-09-22T09:17:09.043Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-09-22T09:17:09.415Z] 6059c847ac2f: Verifying Checksum [2020-09-22T09:17:09.415Z] 6059c847ac2f: Download complete [2020-09-22T09:17:10.014Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-09-22T09:17:10.288Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-09-22T09:17:10.559Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-09-22T09:17:11.531Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-09-22T09:17:11.804Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-09-22T09:17:12.078Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-09-22T09:17:12.353Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-09-22T09:17:12.353Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-09-22T09:17:12.954Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-09-22T09:17:13.557Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-09-22T09:17:13.847Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-09-22T09:17:14.119Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-09-22T09:17:14.395Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-09-22T09:17:14.669Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-09-22T09:17:14.752Z] 6059c847ac2f: Pull complete [2020-09-22T09:17:14.752Z] Digest: sha256:6b5104d086ae1e5e8a284a473be9a93378e3934f9b07db5717372c857cbcbe5e [2020-09-22T09:17:14.752Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [2020-09-22T09:17:14.752Z] ---> 5eabd8fd8ba2 [2020-09-22T09:17:14.752Z] 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-09-22T09:17:14.944Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-09-22T09:17:15.215Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-09-22T09:17:15.487Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-09-22T09:17:15.701Z] ---> Running in 67d02c282afd [2020-09-22T09:17:15.760Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-09-22T09:17:16.055Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-09-22T09:17:16.278Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-09-22T09:17:16.337Z] [ 80%] Linking C static library libcbor.a [2020-09-22T09:17:16.338Z] [ 80%] Built target cbor [2020-09-22T09:17:16.338Z] Scanning dependencies of target create_items [2020-09-22T09:17:16.338Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-09-22T09:17:16.613Z] [ 84%] Linking C executable create_items [2020-09-22T09:17:16.613Z] [ 84%] Built target create_items [2020-09-22T09:17:16.613Z] Scanning dependencies of target readfile [2020-09-22T09:17:16.613Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-09-22T09:17:16.889Z] [ 88%] Linking C executable readfile [2020-09-22T09:17:16.889Z] [ 88%] Built target readfile [2020-09-22T09:17:16.889Z] Scanning dependencies of target streaming_parser [2020-09-22T09:17:16.889Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-09-22T09:17:17.165Z] [ 92%] Linking C executable streaming_parser [2020-09-22T09:17:17.165Z] [ 92%] Built target streaming_parser [2020-09-22T09:17:17.228Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-09-22T09:17:17.438Z] Scanning dependencies of target sort [2020-09-22T09:17:17.438Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-09-22T09:17:17.438Z] [ 96%] Linking C executable sort [2020-09-22T09:17:17.491Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-09-22T09:17:17.491Z] (2/8) Installing libuuid (2.33-r0) [2020-09-22T09:17:17.491Z] (3/8) Installing libblkid (2.33-r0) [2020-09-22T09:17:17.711Z] [ 96%] Built target sort [2020-09-22T09:17:17.711Z] Scanning dependencies of target hello [2020-09-22T09:17:17.711Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-09-22T09:17:17.711Z] [100%] Linking C executable hello [2020-09-22T09:17:17.761Z] (4/8) Installing libfdisk (2.33-r0) [2020-09-22T09:17:17.761Z] (5/8) Installing libmount (2.33-r0) [2020-09-22T09:17:17.761Z] (6/8) Installing libsmartcols (2.33-r0) [2020-09-22T09:17:17.988Z] [100%] Built target hello [2020-09-22T09:17:17.988Z] Install the project... [2020-09-22T09:17:17.988Z] -- Install configuration: "Release" [2020-09-22T09:17:17.988Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-09-22T09:17:17.988Z] -- Installing: /usr/local/lib64/libcbor.a [2020-09-22T09:17:17.988Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-09-22T09:17:17.988Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-09-22T09:17:17.988Z] -- Installing: /usr/local/lib64/libcbor.so [2020-09-22T09:17:17.988Z] -- Up-to-date: /usr/local/include/cbor [2020-09-22T09:17:17.988Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-09-22T09:17:17.988Z] -- Installing: /usr/local/include/cbor/ints.h [2020-09-22T09:17:17.988Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-09-22T09:17:17.988Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-09-22T09:17:17.988Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-09-22T09:17:17.988Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-09-22T09:17:17.988Z] -- Installing: /usr/local/include/cbor/data.h [2020-09-22T09:17:17.988Z] -- Installing: /usr/local/include/cbor/common.h [2020-09-22T09:17:17.988Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-09-22T09:17:17.988Z] -- Installing: /usr/local/include/cbor/strings.h [2020-09-22T09:17:17.988Z] -- Installing: /usr/local/include/cbor/tags.h [2020-09-22T09:17:17.988Z] -- Installing: /usr/local/include/cbor/internal [2020-09-22T09:17:17.988Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-09-22T09:17:17.988Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-09-22T09:17:17.988Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-09-22T09:17:17.988Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-09-22T09:17:17.988Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-09-22T09:17:17.988Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-09-22T09:17:17.988Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-09-22T09:17:17.988Z] -- Installing: /usr/local/include/cbor/maps.h [2020-09-22T09:17:17.988Z] -- Installing: /usr/local/include/cbor.h [2020-09-22T09:17:17.988Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-09-22T09:17:18.024Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-09-22T09:17:18.286Z] (8/8) Installing wget (1.20.3-r0) [2020-09-22T09:17:18.554Z] Executing busybox-1.29.3-r10.trigger [2020-09-22T09:17:18.554Z] OK: 272 MiB in 83 packages [2020-09-22T09:17:19.132Z] Removing intermediate container 67d02c282afd [2020-09-22T09:17:19.132Z] ---> e0c55ab9b6a9 [2020-09-22T09:17:19.132Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-09-22T09:17:19.132Z] ---> Running in 601d28c542b3 [2020-09-22T09:17:19.398Z] Removing intermediate container 601d28c542b3 [2020-09-22T09:17:19.398Z] ---> 5758e0c0d39b [2020-09-22T09:17:19.398Z] 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-09-22T09:17:19.398Z] ---> Running in e89d09ff32db [2020-09-22T09:17:19.970Z] Removing intermediate container b2d1da446303 [2020-09-22T09:17:19.970Z] ---> 38d75e45f456 [2020-09-22T09:17:19.970Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-09-22T09:17:19.975Z] --2020-09-22 09:17:19-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-09-22T09:17:19.975Z] Resolving github.com... 140.82.112.3 [2020-09-22T09:17:19.975Z] Connecting to github.com|140.82.112.3|:443... connected. [2020-09-22T09:17:19.975Z] HTTP request sent, awaiting response... 302 Found [2020-09-22T09:17:19.975Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-09-22T09:17:19.975Z] --2020-09-22 09:17:19-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-09-22T09:17:19.975Z] Resolving codeload.github.com... 140.82.114.10 [2020-09-22T09:17:19.975Z] Connecting to codeload.github.com|140.82.114.10|:443... connected. [2020-09-22T09:17:20.238Z] HTTP request sent, awaiting response... 200 OK [2020-09-22T09:17:20.238Z] Length: unspecified [application/x-gzip] [2020-09-22T09:17:20.238Z] Saving to: 'STDOUT' [2020-09-22T09:17:20.238Z]  [2020-09-22T09:17:20.238Z] 0K .......... .......... .......... .......... .......... 1.17M [2020-09-22T09:17:20.238Z] 50K .......... .......... .......... .......... .......... 4.83M [2020-09-22T09:17:20.238Z] 100K .......... .......... .......... .......... .......... 4.64M [2020-09-22T09:17:20.238Z] 150K .......... .......... .......... .......... .......... 5.51M [2020-09-22T09:17:20.238Z] 200K .......... .......... .......... .......... .......... 4.74M [2020-09-22T09:17:20.238Z] 250K .......... .......... .......... .......... .......... 18.8M [2020-09-22T09:17:20.238Z] 300K .......... .......... .......... .......... .......... 6.89M [2020-09-22T09:17:20.238Z] 350K .......... .......... .......... .......... .......... 12.9M [2020-09-22T09:17:20.238Z] 400K .......... .......... .......... .......... .......... 8.81M [2020-09-22T09:17:20.238Z] 450K .......... .......... .......... .......... .......... 8.33M [2020-09-22T09:17:20.238Z] 500K .......... .......... .......... .......... .......... 11.4M [2020-09-22T09:17:20.238Z] 550K .......... .......... .......... .......... .......... 7.08M [2020-09-22T09:17:20.238Z] 600K .......... .......... .......... .......... .......... 1.95M [2020-09-22T09:17:20.238Z] 650K .......... .......... .......... .......... .......... 5.34M [2020-09-22T09:17:20.238Z] 700K .. 513K=0.2s [2020-09-22T09:17:20.238Z] [2020-09-22T09:17:20.238Z] 2020-09-22 09:17:20 (4.38 MB/s) - written to stdout [719348] [2020-09-22T09:17:20.238Z] [2020-09-22T09:17:20.244Z] ---> Running in eef4d227d58b [2020-09-22T09:17:20.502Z] -- The C compiler identification is GNU 8.3.0 [2020-09-22T09:17:20.502Z] -- The CXX compiler identification is GNU 8.3.0 [2020-09-22T09:17:20.502Z] -- Check for working C compiler: /usr/bin/cc [2020-09-22T09:17:20.502Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-09-22T09:17:20.765Z] -- Detecting C compiler ABI info [2020-09-22T09:17:20.765Z] -- Detecting C compiler ABI info - done [2020-09-22T09:17:20.765Z] -- Detecting C compile features [2020-09-22T09:17:21.029Z] -- Detecting C compile features - done [2020-09-22T09:17:21.029Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-09-22T09:17:21.029Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-09-22T09:17:21.029Z] -- Detecting CXX compiler ABI info [2020-09-22T09:17:21.029Z] -- Detecting CXX compiler ABI info - done [2020-09-22T09:17:21.029Z] -- Detecting CXX compile features [2020-09-22T09:17:21.607Z] -- Detecting CXX compile features - done [2020-09-22T09:17:21.607Z] -- Looking for include file endian.h [2020-09-22T09:17:21.607Z] -- Looking for include file endian.h - found [2020-09-22T09:17:21.607Z] -- Check if the system is big endian [2020-09-22T09:17:21.607Z] -- Searching 16 bit integer [2020-09-22T09:17:21.607Z] -- Looking for sys/types.h [2020-09-22T09:17:21.871Z] -- Looking for sys/types.h - found [2020-09-22T09:17:21.871Z] -- Looking for stdint.h [2020-09-22T09:17:21.871Z] -- Looking for stdint.h - found [2020-09-22T09:17:21.871Z] -- Looking for stddef.h [2020-09-22T09:17:21.871Z] -- Looking for stddef.h - found [2020-09-22T09:17:21.871Z] -- Check size of unsigned short [2020-09-22T09:17:22.134Z] -- Check size of unsigned short - done [2020-09-22T09:17:22.134Z] -- Using unsigned short [2020-09-22T09:17:22.134Z] -- Check if the system is big endian - little endian [2020-09-22T09:17:22.134Z] -- Check size of size_t [2020-09-22T09:17:22.134Z] -- Check size of size_t - done [2020-09-22T09:17:22.134Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-09-22T09:17:22.134Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-09-22T09:17:22.134Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-09-22T09:17:22.134Z] CMake did not find one. [2020-09-22T09:17:22.134Z] [2020-09-22T09:17:22.134Z] Could not find a package configuration file provided by "cJSON" with any of [2020-09-22T09:17:22.134Z] the following names: [2020-09-22T09:17:22.134Z] [2020-09-22T09:17:22.134Z] cJSONConfig.cmake [2020-09-22T09:17:22.134Z] cjson-config.cmake [2020-09-22T09:17:22.134Z] [2020-09-22T09:17:22.134Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-09-22T09:17:22.134Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-09-22T09:17:22.134Z] provides a separate development package or SDK, be sure it has been [2020-09-22T09:17:22.134Z] installed. [2020-09-22T09:17:22.134Z] [2020-09-22T09:17:22.134Z] [2020-09-22T09:17:22.134Z] -- Configuring done [2020-09-22T09:17:22.398Z] -- Generating done [2020-09-22T09:17:22.398Z] -- Build files have been written to: /tmp/cbor [2020-09-22T09:17:22.398Z] Scanning dependencies of target cbor_shared [2020-09-22T09:17:22.398Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-09-22T09:17:22.661Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-09-22T09:17:22.661Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-09-22T09:17:22.661Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-09-22T09:17:22.862Z] Removing intermediate container eef4d227d58b [2020-09-22T09:17:22.862Z] ---> 0fbee1d30206 [2020-09-22T09:17:22.862Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-09-22T09:17:22.924Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-09-22T09:17:22.924Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-09-22T09:17:23.187Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-09-22T09:17:23.187Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-09-22T09:17:23.187Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-09-22T09:17:23.187Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-09-22T09:17:23.450Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-09-22T09:17:23.450Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-09-22T09:17:23.456Z] ---> 5295d231704b [2020-09-22T09:17:23.456Z] Step 8/21 : COPY src /tmp/sdk/src [2020-09-22T09:17:23.714Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-09-22T09:17:23.714Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-09-22T09:17:23.714Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-09-22T09:17:23.714Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-09-22T09:17:23.982Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-09-22T09:17:23.982Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-09-22T09:17:23.982Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-09-22T09:17:24.249Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-09-22T09:17:24.249Z] [ 40%] Linking C shared library libcbor.so [2020-09-22T09:17:24.249Z] [ 40%] Built target cbor_shared [2020-09-22T09:17:24.249Z] Scanning dependencies of target cbor [2020-09-22T09:17:24.249Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-09-22T09:17:24.431Z] ---> 96ced55bf1aa [2020-09-22T09:17:24.431Z] Step 9/21 : COPY include /tmp/sdk/include [2020-09-22T09:17:24.514Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-09-22T09:17:24.514Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-09-22T09:17:24.777Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-09-22T09:17:24.777Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-09-22T09:17:25.026Z] ---> de11adddb73e [2020-09-22T09:17:25.026Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-09-22T09:17:25.041Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-09-22T09:17:25.041Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-09-22T09:17:25.041Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-09-22T09:17:25.041Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-09-22T09:17:25.304Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-09-22T09:17:25.569Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-09-22T09:17:25.569Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-09-22T09:17:25.569Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-09-22T09:17:25.629Z] ---> 0c10fd0c831a [2020-09-22T09:17:25.629Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-09-22T09:17:25.833Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-09-22T09:17:25.834Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-09-22T09:17:25.834Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-09-22T09:17:26.095Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-09-22T09:17:26.095Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-09-22T09:17:26.095Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-09-22T09:17:26.095Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-09-22T09:17:26.228Z] ---> 889f69e31c44 [2020-09-22T09:17:26.228Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-09-22T09:17:26.359Z] [ 80%] Linking C static library libcbor.a [2020-09-22T09:17:26.359Z] [ 80%] Built target cbor [2020-09-22T09:17:26.359Z] Scanning dependencies of target create_items [2020-09-22T09:17:26.359Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-09-22T09:17:26.359Z] [ 84%] Linking C executable create_items [2020-09-22T09:17:26.359Z] [ 84%] Built target create_items [2020-09-22T09:17:26.359Z] Scanning dependencies of target readfile [2020-09-22T09:17:26.359Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-09-22T09:17:26.621Z] [ 88%] Linking C executable readfile [2020-09-22T09:17:26.621Z] [ 88%] Built target readfile [2020-09-22T09:17:26.621Z] Scanning dependencies of target streaming_parser [2020-09-22T09:17:26.621Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-09-22T09:17:26.621Z] [ 92%] Linking C executable streaming_parser [2020-09-22T09:17:26.621Z] [ 92%] Built target streaming_parser [2020-09-22T09:17:26.621Z] Scanning dependencies of target sort [2020-09-22T09:17:26.621Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-09-22T09:17:26.885Z] [ 96%] Linking C executable sort [2020-09-22T09:17:26.885Z] [ 96%] Built target sort [2020-09-22T09:17:26.885Z] Scanning dependencies of target hello [2020-09-22T09:17:26.885Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-09-22T09:17:26.885Z] [100%] Linking C executable hello [2020-09-22T09:17:26.885Z] [100%] Built target hello [2020-09-22T09:17:26.885Z] Install the project... [2020-09-22T09:17:26.885Z] -- Install configuration: "Release" [2020-09-22T09:17:26.885Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-09-22T09:17:26.885Z] -- Installing: /usr/local/lib64/libcbor.a [2020-09-22T09:17:26.885Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-09-22T09:17:26.885Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-09-22T09:17:26.885Z] -- Installing: /usr/local/lib64/libcbor.so [2020-09-22T09:17:26.885Z] -- Up-to-date: /usr/local/include/cbor [2020-09-22T09:17:26.885Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-09-22T09:17:26.885Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-09-22T09:17:26.885Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-09-22T09:17:26.885Z] -- Installing: /usr/local/include/cbor/common.h [2020-09-22T09:17:26.885Z] -- Installing: /usr/local/include/cbor/data.h [2020-09-22T09:17:26.885Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-09-22T09:17:26.885Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-09-22T09:17:26.885Z] -- Installing: /usr/local/include/cbor/internal [2020-09-22T09:17:26.885Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-09-22T09:17:26.885Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-09-22T09:17:26.885Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-09-22T09:17:26.885Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-09-22T09:17:26.885Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-09-22T09:17:26.885Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-09-22T09:17:26.885Z] -- Installing: /usr/local/include/cbor/ints.h [2020-09-22T09:17:26.885Z] -- Installing: /usr/local/include/cbor/maps.h [2020-09-22T09:17:26.885Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-09-22T09:17:26.885Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-09-22T09:17:26.885Z] -- Installing: /usr/local/include/cbor/strings.h [2020-09-22T09:17:26.885Z] -- Installing: /usr/local/include/cbor/tags.h [2020-09-22T09:17:26.885Z] -- Installing: /usr/local/include/cbor.h [2020-09-22T09:17:26.885Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-09-22T09:17:27.206Z] ---> 8d2b42e6852a [2020-09-22T09:17:27.206Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-09-22T09:17:27.206Z] ---> Running in a48c5f60ea1b [2020-09-22T09:17:28.634Z] + CPPCHECK=false [2020-09-22T09:17:28.634Z] + DOCGEN=false [2020-09-22T09:17:28.634Z] + TOMLVER=SDK-0.2 [2020-09-22T09:17:28.634Z] + CUTILVER=1.1-branch [2020-09-22T09:17:28.634Z] + '[' 0 -gt 0 ] [2020-09-22T09:17:28.634Z] + readlink -f ./scripts/build.sh [2020-09-22T09:17:28.634Z] + dirname /tmp/sdk/scripts/build.sh [2020-09-22T09:17:28.634Z] + dirname /tmp/sdk/scripts [2020-09-22T09:17:28.634Z] + ROOT=/tmp/sdk [2020-09-22T09:17:28.634Z] + cd /tmp/sdk [2020-09-22T09:17:28.634Z] + '[' '!' -d deps ] [2020-09-22T09:17:28.634Z] + mkdir deps [2020-09-22T09:17:28.634Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-09-22T09:17:28.634Z] + tar -C deps -z -x -f - [2020-09-22T09:17:28.634Z] --2020-09-22 09:17:28-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-09-22T09:17:28.634Z] Resolving github.com... 140.82.114.4 [2020-09-22T09:17:28.634Z] Connecting to github.com|140.82.114.4|:443... connected. [2020-09-22T09:17:28.904Z] HTTP request sent, awaiting response... 302 Found [2020-09-22T09:17:28.904Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-09-22T09:17:28.904Z] --2020-09-22 09:17:28-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-09-22T09:17:28.904Z] Resolving codeload.github.com... 140.82.114.10 [2020-09-22T09:17:29.444Z] Removing intermediate container e89d09ff32db [2020-09-22T09:17:29.444Z] ---> 0769a66281ee [2020-09-22T09:17:29.444Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-09-22T09:17:29.444Z] ---> Running in d410572e3ffd [2020-09-22T09:17:29.871Z] Connecting to codeload.github.com|140.82.114.10|:443... connected. [2020-09-22T09:17:30.142Z] HTTP request sent, awaiting response... 200 OK [2020-09-22T09:17:30.142Z] Length: unspecified [application/x-gzip] [2020-09-22T09:17:30.142Z] Saving to: 'STDOUT' [2020-09-22T09:17:30.142Z]  [2020-09-22T09:17:30.142Z] 0K .......... ...... 790K=0.02s [2020-09-22T09:17:30.142Z] [2020-09-22T09:17:30.142Z] 2020-09-22 09:17:29 (790 KB/s) - written to stdout [16451] [2020-09-22T09:17:30.142Z] [2020-09-22T09:17:30.142Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-09-22T09:17:30.142Z] + + tarwget -C -O deps - -z https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz -x [2020-09-22T09:17:30.142Z] -f - [2020-09-22T09:17:30.142Z] --2020-09-22 09:17:30-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz [2020-09-22T09:17:30.142Z] Resolving github.com... 140.82.114.4 [2020-09-22T09:17:30.142Z] Connecting to github.com|140.82.114.4|:443... connected. [2020-09-22T09:17:30.414Z] HTTP request sent, awaiting response... 302 Found [2020-09-22T09:17:30.414Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch [following] [2020-09-22T09:17:30.414Z] --2020-09-22 09:17:30-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch [2020-09-22T09:17:30.414Z] Resolving codeload.github.com... 140.82.114.10 [2020-09-22T09:17:30.415Z] Connecting to codeload.github.com|140.82.114.10|:443... connected. [2020-09-22T09:17:30.415Z] HTTP request sent, awaiting response... 200 OK [2020-09-22T09:17:30.415Z] Length: unspecified [application/x-gzip] [2020-09-22T09:17:30.415Z] Saving to: 'STDOUT' [2020-09-22T09:17:30.415Z] [2020-09-22T09:17:30.415Z] 0K .......... .......... .......... .......... .......... 1.18M [2020-09-22T09:17:30.687Z] 50K .......... .......... .......... .......... .......... 2.26M [2020-09-22T09:17:30.687Z] 100K .......... .......... .......... .......... .......... 15.1M [2020-09-22T09:17:30.687Z] 150K .......... .......... ..... 1.29M=0.09s [2020-09-22T09:17:30.687Z] [2020-09-22T09:17:30.687Z] 2020-09-22 09:17:30 (2.01 MB/s) - written to stdout [179336] [2020-09-22T09:17:30.687Z] [2020-09-22T09:17:30.687Z] + mkdir -p src/c/iot [2020-09-22T09:17:30.687Z] + cp deps/iotech-c-utils-1.1-branch/src/c/base64.c deps/iotech-c-utils-1.1-branch/src/c/component.c deps/iotech-c-utils-1.1-branch/src/c/config.c deps/iotech-c-utils-1.1-branch/src/c/container.c deps/iotech-c-utils-1.1-branch/src/c/data.c deps/iotech-c-utils-1.1-branch/src/c/hash.c deps/iotech-c-utils-1.1-branch/src/c/iot.c deps/iotech-c-utils-1.1-branch/src/c/json.c deps/iotech-c-utils-1.1-branch/src/c/logger.c deps/iotech-c-utils-1.1-branch/src/c/os.c deps/iotech-c-utils-1.1-branch/src/c/scheduler.c deps/iotech-c-utils-1.1-branch/src/c/thread.c deps/iotech-c-utils-1.1-branch/src/c/threadpool.c deps/iotech-c-utils-1.1-branch/src/c/time.c deps/iotech-c-utils-1.1-branch/src/c/yxml.c src/c/iot [2020-09-22T09:17:30.687Z] + mkdir -p include/iot [2020-09-22T09:17:30.687Z] + cp deps/iotech-c-utils-1.1-branch/include/iot/base64.h deps/iotech-c-utils-1.1-branch/include/iot/component.h deps/iotech-c-utils-1.1-branch/include/iot/config.h deps/iotech-c-utils-1.1-branch/include/iot/container.h deps/iotech-c-utils-1.1-branch/include/iot/data.h deps/iotech-c-utils-1.1-branch/include/iot/hash.h deps/iotech-c-utils-1.1-branch/include/iot/iot.h deps/iotech-c-utils-1.1-branch/include/iot/json.h deps/iotech-c-utils-1.1-branch/include/iot/logger.h deps/iotech-c-utils-1.1-branch/include/iot/os.h deps/iotech-c-utils-1.1-branch/include/iot/scheduler.h deps/iotech-c-utils-1.1-branch/include/iot/thread.h deps/iotech-c-utils-1.1-branch/include/iot/threadpool.h deps/iotech-c-utils-1.1-branch/include/iot/time.h deps/iotech-c-utils-1.1-branch/include/iot/typecode.h include/iot [2020-09-22T09:17:30.687Z] + mkdir -p include/iot/os [2020-09-22T09:17:30.687Z] + cp deps/iotech-c-utils-1.1-branch/include/iot/os/linux.h deps/iotech-c-utils-1.1-branch/include/iot/os/macos.h deps/iotech-c-utils-1.1-branch/include/iot/os/zephyr.h include/iot/os [2020-09-22T09:17:30.687Z] + mkdir -p /tmp/sdk/build/release [2020-09-22T09:17:30.687Z] + cd /tmp/sdk/build/release [2020-09-22T09:17:30.687Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-09-22T09:17:30.843Z] Removing intermediate container d410572e3ffd [2020-09-22T09:17:30.844Z] ---> caebd295289e [2020-09-22T09:17:30.844Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-09-22T09:17:30.844Z] ---> 5a0945e1cfb0 [2020-09-22T09:17:30.844Z] Step 8/21 : COPY src /tmp/sdk/src [2020-09-22T09:17:30.959Z] -- The C compiler identification is GNU 8.3.0 [2020-09-22T09:17:30.959Z] -- Check for working C compiler: /usr/bin/cc [2020-09-22T09:17:31.233Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-09-22T09:17:31.233Z] -- Detecting C compiler ABI info [2020-09-22T09:17:31.508Z] -- Detecting C compiler ABI info - done [2020-09-22T09:17:31.509Z] -- Detecting C compile features [2020-09-22T09:17:31.795Z] ---> 76c850bf86ef [2020-09-22T09:17:31.795Z] Step 9/21 : COPY include /tmp/sdk/include [2020-09-22T09:17:32.057Z] ---> 75521bbbaa08 [2020-09-22T09:17:32.057Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-09-22T09:17:32.105Z] -- Detecting C compile features - done [2020-09-22T09:17:32.105Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-09-22T09:17:32.105Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-09-22T09:17:32.105Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-09-22T09:17:32.105Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-09-22T09:17:32.105Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-09-22T09:17:32.105Z] -- C SDK 1.3.0-dev.6 for Linux [2020-09-22T09:17:32.105Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-09-22T09:17:32.321Z] ---> aeedd5c9be26 [2020-09-22T09:17:32.321Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-09-22T09:17:32.321Z] ---> 863f4e69accf [2020-09-22T09:17:32.321Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-09-22T09:17:32.376Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-09-22T09:17:32.376Z] -- Found Curses: /usr/lib/libcurses.so [2020-09-22T09:17:32.584Z] ---> ec2f3e81a325 [2020-09-22T09:17:32.584Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-09-22T09:17:32.584Z] ---> Running in dab775480c10 [2020-09-22T09:17:32.650Z] -- Configuring done [2020-09-22T09:17:32.923Z] -- Generating done [2020-09-22T09:17:32.924Z] -- Build files have been written to: /tmp/sdk/build/release [2020-09-22T09:17:32.924Z] + make [2020-09-22T09:17:32.924Z] + tee release.log [2020-09-22T09:17:32.924Z] Scanning dependencies of target csdk [2020-09-22T09:17:33.180Z] + CPPCHECK=false [2020-09-22T09:17:33.180Z] + DOCGEN=false [2020-09-22T09:17:33.180Z] + TOMLVER=SDK-0.2 [2020-09-22T09:17:33.180Z] + CUTILVER=1.1-branch [2020-09-22T09:17:33.180Z] + '[' 0 -gt 0 ] [2020-09-22T09:17:33.180Z] + readlink -f ./scripts/build.sh [2020-09-22T09:17:33.180Z] + dirname /tmp/sdk/scripts/build.sh [2020-09-22T09:17:33.180Z] + dirname /tmp/sdk/scripts [2020-09-22T09:17:33.180Z] + ROOT=/tmp/sdk [2020-09-22T09:17:33.180Z] + cd /tmp/sdk [2020-09-22T09:17:33.180Z] + '[' '!' -d deps ] [2020-09-22T09:17:33.180Z] + mkdir deps [2020-09-22T09:17:33.180Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-09-22T09:17:33.180Z] + tar -C deps -z -x -f - [2020-09-22T09:17:33.180Z] --2020-09-22 09:17:33-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-09-22T09:17:33.180Z] Resolving github.com... 140.82.114.4 [2020-09-22T09:17:33.180Z] Connecting to github.com|140.82.114.4|:443... connected. [2020-09-22T09:17:33.194Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-09-22T09:17:33.444Z] HTTP request sent, awaiting response... 302 Found [2020-09-22T09:17:33.444Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-09-22T09:17:33.444Z] --2020-09-22 09:17:33-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-09-22T09:17:33.444Z] Resolving codeload.github.com... 140.82.114.10 [2020-09-22T09:17:33.444Z] Connecting to codeload.github.com|140.82.114.10|:443... connected. [2020-09-22T09:17:33.444Z] HTTP request sent, awaiting response... 200 OK [2020-09-22T09:17:33.444Z] Length: unspecified [application/x-gzip] [2020-09-22T09:17:33.444Z] Saving to: 'STDOUT' [2020-09-22T09:17:33.444Z]  [2020-09-22T09:17:33.444Z] 0K .......... ......  839K=0.02s [2020-09-22T09:17:33.444Z] [2020-09-22T09:17:33.444Z] 2020-09-22 09:17:33 (839 KB/s) - written to stdout [16451] [2020-09-22T09:17:33.444Z] [2020-09-22T09:17:33.444Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-09-22T09:17:33.444Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz [2020-09-22T09:17:33.444Z] + tar -C deps -z -x -f - [2020-09-22T09:17:33.444Z] --2020-09-22 09:17:33-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz [2020-09-22T09:17:33.444Z] Resolving github.com... 140.82.114.4 [2020-09-22T09:17:33.444Z] Connecting to github.com|140.82.114.4|:443... connected. [2020-09-22T09:17:33.444Z] HTTP request sent, awaiting response... 302 Found [2020-09-22T09:17:33.444Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch [following] [2020-09-22T09:17:33.444Z] --2020-09-22 09:17:33-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch [2020-09-22T09:17:33.444Z] Resolving codeload.github.com... 140.82.114.10 [2020-09-22T09:17:33.709Z] Connecting to codeload.github.com|140.82.114.10|:443... connected. [2020-09-22T09:17:33.710Z] HTTP request sent, awaiting response... 200 OK [2020-09-22T09:17:33.710Z] Length: unspecified [application/x-gzip] [2020-09-22T09:17:33.710Z] Saving to: 'STDOUT' [2020-09-22T09:17:33.710Z]  [2020-09-22T09:17:33.710Z] 0K .......... .......... .......... .......... .......... 1.36M [2020-09-22T09:17:33.710Z] 50K .......... .......... .......... .......... .......... 6.85M [2020-09-22T09:17:33.710Z] 100K .......... .......... .......... .......... .......... 3.94M [2020-09-22T09:17:33.710Z] 150K .......... .......... ..... 571K=0.1s [2020-09-22T09:17:33.710Z] [2020-09-22T09:17:33.710Z] 2020-09-22 09:17:33 (1.72 MB/s) - written to stdout [179336] [2020-09-22T09:17:33.710Z] [2020-09-22T09:17:33.791Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-09-22T09:17:33.975Z] + mkdir -p src/c/iot [2020-09-22T09:17:33.975Z] + cp deps/iotech-c-utils-1.1-branch/src/c/base64.c deps/iotech-c-utils-1.1-branch/src/c/component.c deps/iotech-c-utils-1.1-branch/src/c/config.c deps/iotech-c-utils-1.1-branch/src/c/container.c deps/iotech-c-utils-1.1-branch/src/c/data.c deps/iotech-c-utils-1.1-branch/src/c/hash.c deps/iotech-c-utils-1.1-branch/src/c/iot.c deps/iotech-c-utils-1.1-branch/src/c/json.c deps/iotech-c-utils-1.1-branch/src/c/logger.c deps/iotech-c-utils-1.1-branch/src/c/os.c deps/iotech-c-utils-1.1-branch/src/c/scheduler.c deps/iotech-c-utils-1.1-branch/src/c/thread.c deps/iotech-c-utils-1.1-branch/src/c/threadpool.c deps/iotech-c-utils-1.1-branch/src/c/time.c deps/iotech-c-utils-1.1-branch/src/c/yxml.c src/c/iot [2020-09-22T09:17:33.975Z] + mkdir -p include/iot [2020-09-22T09:17:33.975Z] + cp deps/iotech-c-utils-1.1-branch/include/iot/base64.h deps/iotech-c-utils-1.1-branch/include/iot/component.h deps/iotech-c-utils-1.1-branch/include/iot/config.h deps/iotech-c-utils-1.1-branch/include/iot/container.h deps/iotech-c-utils-1.1-branch/include/iot/data.h deps/iotech-c-utils-1.1-branch/include/iot/hash.h deps/iotech-c-utils-1.1-branch/include/iot/iot.h deps/iotech-c-utils-1.1-branch/include/iot/json.h deps/iotech-c-utils-1.1-branch/include/iot/logger.h deps/iotech-c-utils-1.1-branch/include/iot/os.h deps/iotech-c-utils-1.1-branch/include/iot/scheduler.h deps/iotech-c-utils-1.1-branch/include/iot/thread.h deps/iotech-c-utils-1.1-branch/include/iot/threadpool.h deps/iotech-c-utils-1.1-branch/include/iot/time.h deps/iotech-c-utils-1.1-branch/include/iot/typecode.h include/iot [2020-09-22T09:17:33.975Z] + mkdir -p include/iot/os [2020-09-22T09:17:33.975Z] + cp deps/iotech-c-utils-1.1-branch/include/iot/os/linux.h deps/iotech-c-utils-1.1-branch/include/iot/os/macos.h deps/iotech-c-utils-1.1-branch/include/iot/os/zephyr.h include/iot/os [2020-09-22T09:17:33.975Z] + mkdir -p /tmp/sdk/build/release [2020-09-22T09:17:33.975Z] + cd /tmp/sdk/build/release [2020-09-22T09:17:33.975Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-09-22T09:17:34.065Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-09-22T09:17:34.238Z] -- The C compiler identification is GNU 8.3.0 [2020-09-22T09:17:34.238Z] -- Check for working C compiler: /usr/bin/cc [2020-09-22T09:17:34.238Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-09-22T09:17:34.238Z] -- Detecting C compiler ABI info [2020-09-22T09:17:34.238Z] -- Detecting C compiler ABI info - done [2020-09-22T09:17:34.238Z] -- Detecting C compile features [2020-09-22T09:17:34.502Z] -- Detecting C compile features - done [2020-09-22T09:17:34.502Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-09-22T09:17:34.502Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-09-22T09:17:34.502Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-09-22T09:17:34.502Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-09-22T09:17:34.502Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-09-22T09:17:34.502Z] -- C SDK 1.3.0-dev.6 for Linux [2020-09-22T09:17:34.502Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-09-22T09:17:34.502Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-09-22T09:17:34.502Z] -- Found Curses: /usr/lib/libcurses.so [2020-09-22T09:17:34.767Z] -- Configuring done [2020-09-22T09:17:34.767Z] -- Generating done [2020-09-22T09:17:34.767Z] -- Build files have been written to: /tmp/sdk/build/release [2020-09-22T09:17:34.767Z] + make [2020-09-22T09:17:34.767Z] + tee release.log [2020-09-22T09:17:34.767Z] Scanning dependencies of target csdk [2020-09-22T09:17:34.767Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-09-22T09:17:35.032Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-09-22T09:17:35.032Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-09-22T09:17:35.609Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-09-22T09:17:35.871Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-09-22T09:17:35.871Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-09-22T09:17:36.032Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-09-22T09:17:36.134Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-09-22T09:17:36.627Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-09-22T09:17:36.627Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-09-22T09:17:36.709Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-09-22T09:17:36.710Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-09-22T09:17:36.972Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-09-22T09:17:37.233Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-09-22T09:17:37.233Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-09-22T09:17:37.233Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-09-22T09:17:37.233Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-09-22T09:17:38.053Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-09-22T09:17:38.622Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-09-22T09:17:38.622Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-09-22T09:17:38.622Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-09-22T09:17:38.622Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-09-22T09:17:38.885Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-09-22T09:17:38.885Z] /tmp/sdk/src/c/iot/data.c:9:10: fatal error: yxml.h: No such file or directory [2020-09-22T09:17:38.885Z] #include "yxml.h" [2020-09-22T09:17:38.885Z] ^~~~~~~~ [2020-09-22T09:17:38.885Z] compilation terminated. [2020-09-22T09:17:38.885Z] make[2]: *** [c/CMakeFiles/csdk.dir/build.make:297: c/CMakeFiles/csdk.dir/iot/data.c.o] Error 1 [2020-09-22T09:17:38.885Z] make[1]: *** [CMakeFiles/Makefile2:93: c/CMakeFiles/csdk.dir/all] Error 2 [2020-09-22T09:17:38.885Z] make: *** [Makefile:152: all] Error 2 [2020-09-22T09:17:38.885Z] + make package [2020-09-22T09:17:38.885Z] + tee -a release.log [2020-09-22T09:17:38.885Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-09-22T09:17:38.885Z] /tmp/sdk/src/c/iot/data.c:9:10: fatal error: yxml.h: No such file or directory [2020-09-22T09:17:38.885Z] #include "yxml.h" [2020-09-22T09:17:38.885Z] ^~~~~~~~ [2020-09-22T09:17:38.885Z] compilation terminated. [2020-09-22T09:17:38.885Z] make[2]: *** [c/CMakeFiles/csdk.dir/build.make:297: c/CMakeFiles/csdk.dir/iot/data.c.o] Error 1 [2020-09-22T09:17:38.885Z] make[1]: *** [CMakeFiles/Makefile2:93: c/CMakeFiles/csdk.dir/all] Error 2 [2020-09-22T09:17:38.885Z] make: *** [Makefile:152: all] Error 2 [2020-09-22T09:17:38.885Z] + '[' false '=' true ] [2020-09-22T09:17:38.885Z] + '[' false '=' true ] [2020-09-22T09:17:38.885Z] + mkdir -p /tmp/sdk/build/debug [2020-09-22T09:17:38.885Z] + cd /tmp/sdk/build/debug [2020-09-22T09:17:38.885Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-09-22T09:17:39.148Z] -- The C compiler identification is GNU 8.3.0 [2020-09-22T09:17:39.148Z] -- Check for working C compiler: /usr/bin/cc [2020-09-22T09:17:39.148Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-09-22T09:17:39.148Z] -- Detecting C compiler ABI info [2020-09-22T09:17:39.148Z] -- Detecting C compiler ABI info - done [2020-09-22T09:17:39.148Z] -- Detecting C compile features [2020-09-22T09:17:39.411Z] -- Detecting C compile features - done [2020-09-22T09:17:39.411Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-09-22T09:17:39.411Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-09-22T09:17:39.411Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-09-22T09:17:39.411Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-09-22T09:17:39.411Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-09-22T09:17:39.411Z] -- C SDK 1.3.0-dev.6 for Linux [2020-09-22T09:17:39.411Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-09-22T09:17:39.705Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-09-22T09:17:39.705Z] -- Found Curses: /usr/lib/libcurses.so [2020-09-22T09:17:39.705Z] -- Configuring done [2020-09-22T09:17:39.705Z] -- Generating done [2020-09-22T09:17:39.705Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-09-22T09:17:39.705Z] + make [2020-09-22T09:17:39.705Z] + tee debug.log [2020-09-22T09:17:39.705Z] Scanning dependencies of target csdk [2020-09-22T09:17:40.005Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-09-22T09:17:40.005Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-09-22T09:17:40.005Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-09-22T09:17:40.013Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-09-22T09:17:40.267Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-09-22T09:17:40.267Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-09-22T09:17:40.284Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-09-22T09:17:40.529Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-09-22T09:17:40.529Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-09-22T09:17:40.791Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-09-22T09:17:40.791Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-09-22T09:17:40.876Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-09-22T09:17:41.053Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-09-22T09:17:41.054Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-09-22T09:17:41.054Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-09-22T09:17:41.054Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-09-22T09:17:41.319Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-09-22T09:17:41.476Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-09-22T09:17:41.582Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-09-22T09:17:41.583Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-09-22T09:17:41.583Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-09-22T09:17:41.583Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-09-22T09:17:41.749Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-09-22T09:17:41.844Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-09-22T09:17:41.845Z] /tmp/sdk/src/c/iot/data.c:9:10: fatal error: yxml.h: No such file or directory [2020-09-22T09:17:41.845Z] #include "yxml.h" [2020-09-22T09:17:41.845Z] ^~~~~~~~ [2020-09-22T09:17:41.845Z] compilation terminated. [2020-09-22T09:17:41.845Z] make[2]: *** [c/CMakeFiles/csdk.dir/build.make:297: c/CMakeFiles/csdk.dir/iot/data.c.o] Error 1 [2020-09-22T09:17:41.845Z] make[1]: *** [CMakeFiles/Makefile2:93: c/CMakeFiles/csdk.dir/all] Error 2 [2020-09-22T09:17:41.845Z] make: *** [Makefile:152: all] Error 2 [2020-09-22T09:17:41.845Z] make: Entering directory '/tmp/sdk/build/release' [2020-09-22T09:17:41.845Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-09-22T09:17:41.845Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-22T09:17:41.845Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-22T09:17:41.845Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-22T09:17:41.845Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-09-22T09:17:41.845Z] /tmp/sdk/src/c/iot/data.c:9:10: fatal error: yxml.h: No such file or directory [2020-09-22T09:17:41.845Z] #include "yxml.h" [2020-09-22T09:17:41.845Z] ^~~~~~~~ [2020-09-22T09:17:41.845Z] compilation terminated. [2020-09-22T09:17:41.845Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-22T09:17:41.845Z] make[2]: *** [c/CMakeFiles/csdk.dir/build.make:297: c/CMakeFiles/csdk.dir/iot/data.c.o] Error 1 [2020-09-22T09:17:41.845Z] make[1]: *** [CMakeFiles/Makefile2:93: c/CMakeFiles/csdk.dir/all] Error 2 [2020-09-22T09:17:41.845Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-09-22T09:17:41.845Z] make: *** [Makefile:152: all] Error 2 [2020-09-22T09:17:41.845Z] make: Leaving directory '/tmp/sdk/build/release' [2020-09-22T09:17:42.022Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-09-22T09:17:42.022Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-09-22T09:17:42.792Z] The command '/bin/sh -c cd /tmp/sdk && ./scripts/build.sh && make -C build/release install' returned a non-zero code: 2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-22T09:17:44.689Z] Failed in branch amd64 [2020-09-22T09:17:46.322Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-09-22T09:17:46.322Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-09-22T09:17:46.322Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-09-22T09:17:46.596Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-09-22T09:17:47.188Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-09-22T09:17:47.188Z] /tmp/sdk/src/c/iot/data.c:9:10: fatal error: yxml.h: No such file or directory [2020-09-22T09:17:47.188Z] #include "yxml.h" [2020-09-22T09:17:47.188Z] ^~~~~~~~ [2020-09-22T09:17:47.188Z] compilation terminated. [2020-09-22T09:17:47.188Z] make[2]: *** [c/CMakeFiles/csdk.dir/build.make:297: c/CMakeFiles/csdk.dir/iot/data.c.o] Error 1 [2020-09-22T09:17:47.188Z] make[1]: *** [CMakeFiles/Makefile2:93: c/CMakeFiles/csdk.dir/all] Error 2 [2020-09-22T09:17:47.188Z] make: *** [Makefile:152: all] Error 2 [2020-09-22T09:17:47.188Z] + + maketee package [2020-09-22T09:17:47.188Z] -a release.log [2020-09-22T09:17:47.463Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-09-22T09:17:47.463Z] /tmp/sdk/src/c/iot/data.c:9:10: fatal error: yxml.h: No such file or directory [2020-09-22T09:17:47.463Z] #include "yxml.h" [2020-09-22T09:17:47.463Z] ^~~~~~~~ [2020-09-22T09:17:47.463Z] compilation terminated. [2020-09-22T09:17:47.463Z] make[2]: *** [c/CMakeFiles/csdk.dir/build.make:297: c/CMakeFiles/csdk.dir/iot/data.c.o] Error 1 [2020-09-22T09:17:47.463Z] make[1]: *** [CMakeFiles/Makefile2:93: c/CMakeFiles/csdk.dir/all] Error 2 [2020-09-22T09:17:47.463Z] make: *** [Makefile:152: all] Error 2 [2020-09-22T09:17:47.463Z] + '[' false '=' true ] [2020-09-22T09:17:47.463Z] + '[' false '=' true ] [2020-09-22T09:17:47.463Z] + mkdir -p /tmp/sdk/build/debug [2020-09-22T09:17:47.463Z] + cd /tmp/sdk/build/debug [2020-09-22T09:17:47.463Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-09-22T09:17:47.736Z] -- The C compiler identification is GNU 8.3.0 [2020-09-22T09:17:48.010Z] -- Check for working C compiler: /usr/bin/cc [2020-09-22T09:17:48.010Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-09-22T09:17:48.010Z] -- Detecting C compiler ABI info [2020-09-22T09:17:48.281Z] -- Detecting C compiler ABI info - done [2020-09-22T09:17:48.281Z] -- Detecting C compile features [2020-09-22T09:17:49.259Z] -- Detecting C compile features - done [2020-09-22T09:17:49.259Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-09-22T09:17:49.259Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-09-22T09:17:49.259Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-09-22T09:17:49.259Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-09-22T09:17:49.259Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-09-22T09:17:49.259Z] -- C SDK 1.3.0-dev.6 for Linux [2020-09-22T09:17:49.259Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-09-22T09:17:49.259Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-09-22T09:17:49.259Z] -- Found Curses: /usr/lib/libcurses.so [2020-09-22T09:17:49.530Z] -- Configuring done [2020-09-22T09:17:49.803Z] -- Generating done [2020-09-22T09:17:49.803Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-09-22T09:17:49.803Z] + + maketee [2020-09-22T09:17:49.803Z] debug.log [2020-09-22T09:17:49.803Z] Scanning dependencies of target csdk [2020-09-22T09:17:50.078Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-09-22T09:17:50.353Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-09-22T09:17:50.629Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-09-22T09:17:51.223Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-09-22T09:17:51.501Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-09-22T09:17:51.774Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-09-22T09:17:52.047Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-09-22T09:17:52.641Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-09-22T09:17:52.915Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-09-22T09:17:53.189Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-09-22T09:17:53.461Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-09-22T09:17:53.734Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-09-22T09:17:54.007Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-09-22T09:17:54.280Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-09-22T09:17:55.259Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-09-22T09:17:55.259Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-09-22T09:17:55.533Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-09-22T09:17:55.807Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-09-22T09:17:56.079Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-09-22T09:17:56.079Z] /tmp/sdk/src/c/iot/data.c:9:10: fatal error: yxml.h: No such file or directory [2020-09-22T09:17:56.079Z] #include "yxml.h" [2020-09-22T09:17:56.079Z] ^~~~~~~~ [2020-09-22T09:17:56.079Z] compilation terminated. [2020-09-22T09:17:56.079Z] make[2]: *** [c/CMakeFiles/csdk.dir/build.make:297: c/CMakeFiles/csdk.dir/iot/data.c.o] Error 1 [2020-09-22T09:17:56.079Z] make[1]: *** [CMakeFiles/Makefile2:93: c/CMakeFiles/csdk.dir/all] Error 2 [2020-09-22T09:17:56.079Z] make: *** [Makefile:152: all] Error 2 [2020-09-22T09:17:56.079Z] make: Entering directory '/tmp/sdk/build/release' [2020-09-22T09:17:56.079Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-09-22T09:17:56.079Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-22T09:17:56.079Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-22T09:17:56.079Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-09-22T09:17:56.360Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-09-22T09:17:56.360Z] /tmp/sdk/src/c/iot/data.c:9:10: fatal error: yxml.h: No such file or directory [2020-09-22T09:17:56.360Z] #include "yxml.h" [2020-09-22T09:17:56.360Z] ^~~~~~~~ [2020-09-22T09:17:56.360Z] compilation terminated. [2020-09-22T09:17:56.360Z] make[2]: *** [c/CMakeFiles/csdk.dir/build.make:297: c/CMakeFiles/csdk.dir/iot/data.c.o] Error 1 [2020-09-22T09:17:56.360Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-09-22T09:17:56.360Z] make[1]: *** [CMakeFiles/Makefile2:93: c/CMakeFiles/csdk.dir/all] Error 2 [2020-09-22T09:17:56.360Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-09-22T09:17:56.360Z] make: *** [Makefile:152: all] Error 2 [2020-09-22T09:17:56.360Z] make: Leaving directory '/tmp/sdk/build/release' [2020-09-22T09:17:56.956Z] The command '/bin/sh -c cd /tmp/sdk && ./scripts/build.sh && make -C build/release install' returned a non-zero code: 2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-22T09:17:58.448Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-09-22T09:17:59.852Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-22T09:18:00.440Z] ---> package-listing.sh [2020-09-22T09:18:00.440Z] ++ facter osfamily [2020-09-22T09:18:00.440Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-22T09:18:00.705Z] + OS_FAMILY=redhat [2020-09-22T09:18:00.705Z] + workspace=/w/workspace/edgexfoundry_device-sdk-c_master [2020-09-22T09:18:00.705Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-22T09:18:00.705Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-22T09:18:00.705Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-22T09:18:00.705Z] + PACKAGES=/tmp/packages_start.txt [2020-09-22T09:18:00.705Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_master ']' [2020-09-22T09:18:00.705Z] + PACKAGES=/tmp/packages_end.txt [2020-09-22T09:18:00.705Z] + case "${OS_FAMILY}" in [2020-09-22T09:18:00.705Z] + rpm -qa [2020-09-22T09:18:00.705Z] + sort [2020-09-22T09:18:04.962Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-22T09:18:04.962Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-22T09:18:04.962Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-22T09:18:04.962Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_master ']' [2020-09-22T09:18:04.962Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_master/archives/ [2020-09-22T09:18:04.962Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-c_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-22T09:18:05.476Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-22T09:18:05.476Z] [2020-09-22T09:18:05.476Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-22T09:18:05.854Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-22T09:18:05.854Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-22T09:18:05.854Z] df20fa9351a1: Pulling fs layer [2020-09-22T09:18:05.854Z] 36b3adc4ff6f: Pulling fs layer [2020-09-22T09:18:05.854Z] 8ad3a11d3b57: Pulling fs layer [2020-09-22T09:18:05.854Z] 46f8f816bc3b: Pulling fs layer [2020-09-22T09:18:05.854Z] 0dadc02b9964: Pulling fs layer [2020-09-22T09:18:05.854Z] ce6a7cf60c04: Pulling fs layer [2020-09-22T09:18:05.854Z] 7a184a31f384: Pulling fs layer [2020-09-22T09:18:05.854Z] 0879bd2ef858: Pulling fs layer [2020-09-22T09:18:05.854Z] 0dadc02b9964: Waiting [2020-09-22T09:18:05.854Z] ce6a7cf60c04: Waiting [2020-09-22T09:18:05.854Z] 7a184a31f384: Waiting [2020-09-22T09:18:05.854Z] 0879bd2ef858: Waiting [2020-09-22T09:18:05.854Z] 46f8f816bc3b: Waiting [2020-09-22T09:18:05.854Z] 36b3adc4ff6f: Verifying Checksum [2020-09-22T09:18:05.854Z] 36b3adc4ff6f: Download complete [2020-09-22T09:18:05.854Z] 46f8f816bc3b: Download complete [2020-09-22T09:18:06.135Z] df20fa9351a1: Verifying Checksum [2020-09-22T09:18:06.135Z] df20fa9351a1: Download complete [2020-09-22T09:18:06.135Z] ce6a7cf60c04: Verifying Checksum [2020-09-22T09:18:06.135Z] ce6a7cf60c04: Download complete [2020-09-22T09:18:06.135Z] 7a184a31f384: Verifying Checksum [2020-09-22T09:18:06.135Z] 7a184a31f384: Download complete [2020-09-22T09:18:06.135Z] 0dadc02b9964: Verifying Checksum [2020-09-22T09:18:06.135Z] 0dadc02b9964: Download complete [2020-09-22T09:18:06.764Z] 8ad3a11d3b57: Verifying Checksum [2020-09-22T09:18:06.764Z] 8ad3a11d3b57: Download complete [2020-09-22T09:18:06.764Z] df20fa9351a1: Pull complete [2020-09-22T09:18:07.049Z] 36b3adc4ff6f: Pull complete [2020-09-22T09:18:07.338Z] 0879bd2ef858: Verifying Checksum [2020-09-22T09:18:07.338Z] 0879bd2ef858: Download complete [2020-09-22T09:18:08.328Z] 8ad3a11d3b57: Pull complete [2020-09-22T09:18:08.328Z] 46f8f816bc3b: Pull complete [2020-09-22T09:18:08.914Z] 0dadc02b9964: Pull complete [2020-09-22T09:18:08.914Z] ce6a7cf60c04: Pull complete [2020-09-22T09:18:08.914Z] 7a184a31f384: Pull complete [2020-09-22T09:18:12.285Z] 0879bd2ef858: Pull complete [2020-09-22T09:18:12.285Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-22T09:18:12.285Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-22T09:18:12.285Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-22T09:18:12.888Z] prd-centos7-docker-4c-2g-809 does not seem to be running inside a container [2020-09-22T09:18:13.025Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-22T09:18:18.680Z] $ docker top d408cfc6577a7be216f1db4035ec7ed0f42bc4b0cd1e6a21c8eb3c00260659c5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-22T09:18:19.528Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-22T09:18:19.897Z] + ls /var/log/sa-host [2020-09-22T09:18:19.897Z] + sadf -c /var/log/sa-host/sa05 [2020-09-22T09:18:19.897Z] file_magic: OK [2020-09-22T09:18:19.897Z] HZ: Using current value: 100 [2020-09-22T09:18:19.897Z] file_header: OK [2020-09-22T09:18:19.897Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-22T09:18:19.897Z] Statistics: [2020-09-22T09:18:19.897Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-22T09:18:19.897Z] File successfully converted to sysstat format version 12.2.1 [2020-09-22T09:18:19.897Z] + sadf -c /var/log/sa-host/sa22 [2020-09-22T09:18:19.897Z] file_magic: OK [2020-09-22T09:18:19.897Z] HZ: Using current value: 100 [2020-09-22T09:18:19.897Z] file_header: OK [2020-09-22T09:18:19.897Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-22T09:18:19.897Z] Statistics: [2020-09-22T09:18:19.897Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-22T09:18:19.897Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-22T09:18:19.965Z] provisioning config files... [2020-09-22T09:18:20.066Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config99977200655931714tmp [Pipeline] { [Pipeline] echo [2020-09-22T09:18:20.157Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-22T09:18:20.598Z] ---> create-netrc.sh [Pipeline] echo [2020-09-22T09:18:20.646Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-22T09:18:21.033Z] ---> logs-deploy.sh [2020-09-22T09:18:21.033Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/master/42 [2020-09-22T09:18:21.033Z] INFO: archiving workspace using pattern(s): [2020-09-22T09:18:23.058Z] Archives upload complete. [2020-09-22T09:18:23.058Z] INFO: archiving logs to Nexus