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 09:12:56 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:12:56 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:12:56 ========================================================= 09:12:56 EdgeX Global Pipelines Version Info 09:12:56 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:12:58 ------------------- 09:12:58 stable info: 09:12:58 ------------------- 09:12:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:12:58 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 09:12:58 Message: update stable to v1.0.122 09:12:59 ------------------- 09:12:59 experimental info: 09:12:59 ------------------- 09:12:59 Commited By: **** collab-it+edgex@linuxfoundation.org 09:12:59 Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 09:12:59 Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 09:13:00 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-c-settings [Pipeline] echo 09:13:00 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-c [Pipeline] echo 09:13:00 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:13:00 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:13:00 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:13:01 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [Pipeline] echo 09:13:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = scripts/Dockerfile.alpine-3.11 [Pipeline] echo 09:13:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = scripts/Dockerfile.alpine-3.11-base [Pipeline] echo 09:13:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:13:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-c [Pipeline] echo 09:13:01 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:13:01 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:13:01 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:13:01 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 09:13:02 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:13:02 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:13:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 09:13:02 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 09:13:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 09:13:02 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0730159153764daa4a8fdc7cfbde25041d3eb933 [Pipeline] echo 09:13:02 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0730159 [Pipeline] echo 09:13:02 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 09:13:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:13:03 09:13:03 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:13:04 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:13:04 latest: Pulling from edgex-devops/git-semver 09:13:04 31603596830f: Pulling fs layer 09:13:04 2a8b12db71e7: Pulling fs layer 09:13:04 6ca5941a6612: Pulling fs layer 09:13:04 ecc8261a40a4: Pulling fs layer 09:13:04 ecc8261a40a4: Waiting 09:13:04 2a8b12db71e7: Download complete 09:13:04 31603596830f: Verifying Checksum 09:13:04 31603596830f: Download complete 09:13:04 ecc8261a40a4: Verifying Checksum 09:13:04 ecc8261a40a4: Download complete 09:13:04 6ca5941a6612: Verifying Checksum 09:13:04 6ca5941a6612: Download complete 09:13:04 31603596830f: Pull complete 09:13:04 2a8b12db71e7: Pull complete 09:13:05 6ca5941a6612: Pull complete 09:13:06 ecc8261a40a4: Pull complete 09:13:06 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:13:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:13:06 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:13:06 prd-centos7-docker-4c-2g-809 does not seem to be running inside a container 09:13:06 $ 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 09:13:08 $ docker top 0199141a5d8834fe0386a067ac3372810a659d57fd48bacb9271ccdd2fd39b9a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:13:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:13:09 [ssh-agent] Looking for ssh-agent implementation... 09:13:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:13:09 $ docker exec 0199141a5d8834fe0386a067ac3372810a659d57fd48bacb9271ccdd2fd39b9a ssh-agent 09:13:09 SSH_AUTH_SOCK=/tmp/ssh-hPoJSAI2nSqV/agent.12 09:13:09 SSH_AGENT_PID=18 09:13:09 Running ssh-add (command line suppressed) 09:13:10 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) 09:13:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:13:10 + git describe --exact-match --tags HEAD 09:13:10 fatal: No names found, cannot describe anything. [Pipeline] } 09:13:10 $ docker exec --env ******** --env ******** 0199141a5d8834fe0386a067ac3372810a659d57fd48bacb9271ccdd2fd39b9a ssh-agent -k 09:13:11 unset SSH_AUTH_SOCK; 09:13:11 unset SSH_AGENT_PID; 09:13:11 echo Agent pid 18 killed; 09:13:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 09:13:11 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 09:13:11 This usually means this commit has not been tagged. [Pipeline] sshagent 09:13:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:13:11 [ssh-agent] Looking for ssh-agent implementation... 09:13:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:13:11 $ docker exec 0199141a5d8834fe0386a067ac3372810a659d57fd48bacb9271ccdd2fd39b9a ssh-agent 09:13:11 SSH_AUTH_SOCK=/tmp/ssh-Nh0Wl0yZvDd9/agent.47 09:13:11 SSH_AGENT_PID=52 09:13:11 Running ssh-add (command line suppressed) 09:13:12 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) 09:13:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:13:12 + git semver init 09:13:12 # -> Open(): unable to determine branch for HEAD 09:13:12 # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git 09:13:12 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master 09:13:12 # $SEMVER_REMOTE_NAME = origin 09:13:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:13:12 # $SEMVER_USER_NAME = edgex-jenkins 09:13:12 # $SEMVER_BRANCH = master 09:13:12 # $SEMVER_TEMP = /tmp/semver-461595975 09:13:12 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-c.git $SEMVER_TEMP 09:13:13 # '/tmp/semver-461595975' -> '/w/workspace/edgexfoundry_device-sdk-c_master/.semver' 09:13:13 # -> Force: false 09:13:13 # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [Pipeline] } 09:13:13 $ docker exec --env ******** --env ******** 0199141a5d8834fe0386a067ac3372810a659d57fd48bacb9271ccdd2fd39b9a ssh-agent -k 09:13:13 unset SSH_AUTH_SOCK; 09:13:13 unset SSH_AGENT_PID; 09:13:13 echo Agent pid 52 killed; 09:13:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:13:14 + git semver [Pipeline] } 09:13:14 $ docker stop --time=1 0199141a5d8834fe0386a067ac3372810a659d57fd48bacb9271ccdd2fd39b9a 09:13:15 $ docker rm -f 0199141a5d8834fe0386a067ac3372810a659d57fd48bacb9271ccdd2fd39b9a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 09:13:17 Stashed 28 file(s) [Pipeline] echo 09:13:17 [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 09:13:32 Still waiting to schedule task 09:13:32 ‘prd-centos7-docker-4c-2g-811’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-810’ doesn’t have label ‘centos7-docker-4c-2g’ 09:13:32 Still waiting to schedule task 09:13:32 ‘prd-ubuntu18.04-docker-arm64-4c-16g-810’ is offline 09:16:16 Running on prd-ubuntu18.04-docker-arm64-4c-16g-812 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] ws 09:16:17 Running in /w/workspace/device-sdk-c/42 [Pipeline] { [Pipeline] checkout 09:16:22 using credential edgex-jenkins-ssh 09:16:22 Cloning the remote Git repository 09:16:22 Cloning with configured refspecs honoured and without tags 09:16:22 Cloning repository git@github.com:edgexfoundry/device-sdk-c.git 09:16:22 > git init /w/workspace/device-sdk-c/42 # timeout=10 09:16:22 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git 09:16:22 > git --version # timeout=10 09:16:22 > git --version # 'git version 2.17.1' 09:16:22 using GIT_SSH to set credentials SSH Credentials for GitHub 09:16:22 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 09:16:23 Fetching without tags 09:16:24 Checking out Revision 0730159153764daa4a8fdc7cfbde25041d3eb933 (master) 09:16:23 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 09:16:23 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 09:16:23 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 09:16:23 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git 09:16:23 using GIT_SSH to set credentials SSH Credentials for GitHub 09:16:23 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 09:16:24 > git config core.sparsecheckout # timeout=10 09:16:24 > git checkout -f 0730159153764daa4a8fdc7cfbde25041d3eb933 # timeout=10 09:16:29 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 09:16:32 ========================================================= 09:16:32 [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] 09:16:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:16:33 + 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 . 09:16:34 Sending build context to Docker daemon 3.549MB 09:16:34 Step 1/21 : ARG BASE=alpine:3.11 09:16:34 Step 2/21 : FROM ${BASE} as builder 09:16:34 latest: Pulling from edgex-devops/edgex-gcc-base-arm64 09:16:34 0362ad1dd800: Pulling fs layer 09:16:34 f2cdb1532d8b: Pulling fs layer 09:16:34 37ed683be191: Pulling fs layer 09:16:34 f2cdb1532d8b: Verifying Checksum 09:16:34 f2cdb1532d8b: Download complete 09:16:34 0362ad1dd800: Verifying Checksum 09:16:34 0362ad1dd800: Download complete 09:16:36 0362ad1dd800: Pull complete 09:16:36 f2cdb1532d8b: Pull complete 09:16:37 37ed683be191: Verifying Checksum 09:16:37 37ed683be191: Download complete 09:16:46 37ed683be191: Pull complete 09:16:46 Digest: sha256:f3a502aba7c4a8aa4a4fcde21dbb9db33787f3779e80dd14fb3ea60ab67de23f 09:16:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest 09:16:46 ---> b23d30803547 09:16:46 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 09:16:47 ---> Running in 82cffadce3fa 09:16:49 fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz 09:16:50 fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz 09:16:51 (1/8) Installing ncurses-dev (6.1_p20190105-r0) 09:16:51 (2/8) Installing libuuid (2.33-r0) 09:16:51 (3/8) Installing libblkid (2.33-r0) 09:16:51 (4/8) Installing libfdisk (2.33-r0) 09:16:51 (5/8) Installing libmount (2.33-r0) 09:16:51 (6/8) Installing libsmartcols (2.33-r0) 09:16:51 (7/8) Installing util-linux-dev (2.33-r0) 09:16:51 (8/8) Installing wget (1.20.3-r0) 09:16:52 Executing busybox-1.29.3-r10.trigger 09:16:52 OK: 285 MiB in 83 packages 09:16:53 Removing intermediate container 82cffadce3fa 09:16:53 ---> e56639be2709 09:16:53 Step 4/21 : ENV CBOR_VERSION=0.5.0 09:16:53 ---> Running in 9714f6a92133 09:16:54 Running on prd-centos7-docker-4c-2g-813 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] ws 09:16:54 Running in /w/workspace/device-sdk-c/42 [Pipeline] { [Pipeline] checkout 09:16:54 Removing intermediate container 9714f6a92133 09:16:54 ---> d3a56e43a64c 09:16:54 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 09:16:54 ---> Running in b2d1da446303 09:16:55 --2020-09-22 09:16:55-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz 09:16:55 Resolving github.com... 140.82.112.3 09:16:55 Connecting to github.com|140.82.112.3|:443... connected. 09:16:55 HTTP request sent, awaiting response... 302 Found 09:16:55 Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] 09:16:55 --2020-09-22 09:16:55-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 09:16:55 Resolving codeload.github.com... 140.82.114.10 09:16:55 Connecting to codeload.github.com|140.82.114.10|:443... connected. 09:16:56 HTTP request sent, awaiting response... 200 OK 09:16:56 Length: unspecified [application/x-gzip] 09:16:56 Saving to: 'STDOUT' 09:16:56  09:16:56 0K .......... .......... .......... .......... .......... 1.24M 09:16:56 50K .......... .......... .......... .......... .......... 2.19M 09:16:56 100K .......... .......... .......... .......... .......... 14.6M 09:16:56 150K .......... .......... .......... .......... .......... 3.19M 09:16:56 200K .......... .......... .......... .......... .......... 13.0M 09:16:56 250K .......... .......... .......... .......... .......... 3.02M 09:16:56 300K .......... .......... .......... .......... .......... 4.28M 09:16:56 350K .......... .......... .......... .......... .......... 5.43M 09:16:56 400K .......... .......... .......... .......... .......... 4.24M 09:16:56 450K .......... .......... .......... .......... .......... 4.31M 09:16:56 500K .......... .......... .......... .......... .......... 5.67M 09:16:56 550K .......... .......... .......... .......... .......... 2.83M 09:16:56 600K .......... .......... .......... .......... .......... 830K 09:16:56 650K .......... .......... .......... .......... .......... 2.86M 09:16:56 700K .. 340K=0.3s 09:16:56 09:16:56 2020-09-22 09:16:56 (2.70 MB/s) - written to stdout [719348] 09:16:56 09:16:56 -- The C compiler identification is GNU 8.3.0 09:16:56 -- The CXX compiler identification is GNU 8.3.0 09:16:56 -- Check for working C compiler: /usr/bin/cc 09:16:57 -- Check for working C compiler: /usr/bin/cc -- works 09:16:57 -- Detecting C compiler ABI info 09:16:57 -- Detecting C compiler ABI info - done 09:16:57 -- Detecting C compile features 09:16:58 using credential edgex-jenkins-ssh 09:16:58 -- Detecting C compile features - done 09:16:58 -- Check for working CXX compiler: /usr/bin/c++ 09:16:58 -- Check for working CXX compiler: /usr/bin/c++ -- works 09:16:58 -- Detecting CXX compiler ABI info 09:16:58 Cloning the remote Git repository 09:16:58 Cloning with configured refspecs honoured and without tags 09:16:58 -- Detecting CXX compiler ABI info - done 09:16:58 -- Detecting CXX compile features 09:16:58 Cloning repository git@github.com:edgexfoundry/device-sdk-c.git 09:16:58 > git init /w/workspace/device-sdk-c/42 # timeout=10 09:16:58 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git 09:16:58 > git --version # timeout=10 09:16:58 > git --version # 'git version 2.16.5' 09:16:58 using GIT_SSH to set credentials SSH Credentials for GitHub 09:16:58 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 09:17:00 -- Detecting CXX compile features - done 09:17:00 -- Looking for include file endian.h 09:17:00 -- Looking for include file endian.h - found 09:17:00 -- Check if the system is big endian 09:17:00 -- Searching 16 bit integer 09:17:00 -- Looking for sys/types.h 09:17:00 -- Looking for sys/types.h - found 09:17:00 -- Looking for stdint.h 09:17:00 -- Looking for stdint.h - found 09:17:00 -- Looking for stddef.h 09:17:01 Fetching without tags 09:17:01 -- Looking for stddef.h - found 09:17:01 -- Check size of unsigned short 09:17:00 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 09:17:01 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 09:17:01 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 09:17:01 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git 09:17:01 using GIT_SSH to set credentials SSH Credentials for GitHub 09:17:01 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 09:17:01 -- Check size of unsigned short - done 09:17:01 -- Using unsigned short 09:17:01 Checking out Revision 0730159153764daa4a8fdc7cfbde25041d3eb933 (master) 09:17:01 -- Check if the system is big endian - little endian 09:17:01 -- Check size of size_t 09:17:02 -- Check size of size_t - done 09:17:02 CMake Warning at examples/CMakeLists.txt:16 (find_package): 09:17:02 By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has 09:17:02 asked CMake to find a package configuration file provided by "cJSON", but 09:17:02 CMake did not find one. 09:17:02 09:17:02 Could not find a package configuration file provided by "cJSON" with any of 09:17:02 the following names: 09:17:02 09:17:02 cJSONConfig.cmake 09:17:02 cjson-config.cmake 09:17:02 09:17:02 Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set 09:17:02 "cJSON_DIR" to a directory containing one of the above files. If "cJSON" 09:17:02 provides a separate development package or SDK, be sure it has been 09:17:02 installed. 09:17:02 09:17:02 09:17:02 -- Configuring done 09:17:02 -- Generating done 09:17:02 -- Build files have been written to: /tmp/cbor 09:17:02 Scanning dependencies of target cbor_shared 09:17:02 [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o 09:17:01 > git config core.sparsecheckout # timeout=10 09:17:01 > git checkout -f 0730159153764daa4a8fdc7cfbde25041d3eb933 # timeout=10 09:17:03 [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o 09:17:03 [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o 09:17:03 [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o 09:17:04 [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o 09:17:04 [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o 09:17:04 [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o 09:17:04 [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o 09:17:05 [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o 09:17:05 Commit message: "Merge pull request #294 from iain-anderson/issue-292" 09:17:05 [ 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 09:17:06 [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [Pipeline] echo 09:17:06 ========================================================= 09:17:06 [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] 09:17:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:17:06 [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o 09:17:06 [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o 09:17:06 + 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 . 09:17:07 Sending build context to Docker daemon 3.549MB 09:17:07 [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o 09:17:07 [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o 09:17:07 Step 1/21 : ARG BASE=alpine:3.11 09:17:07 Step 2/21 : FROM ${BASE} as builder 09:17:07 latest: Pulling from edgex-devops/edgex-gcc-base 09:17:07 e7c96db7181b: Pulling fs layer 09:17:07 4c13bbce0fe7: Pulling fs layer 09:17:07 6059c847ac2f: Pulling fs layer 09:17:07 4c13bbce0fe7: Verifying Checksum 09:17:07 4c13bbce0fe7: Download complete 09:17:07 [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o 09:17:07 e7c96db7181b: Verifying Checksum 09:17:07 e7c96db7181b: Download complete 09:17:07 [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o 09:17:08 e7c96db7181b: Pull complete 09:17:08 4c13bbce0fe7: Pull complete 09:17:08 [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o 09:17:08 [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o 09:17:08 [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o 09:17:08 [ 40%] Linking C shared library libcbor.so 09:17:09 [ 40%] Built target cbor_shared 09:17:09 Scanning dependencies of target cbor 09:17:09 [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o 09:17:09 6059c847ac2f: Verifying Checksum 09:17:09 6059c847ac2f: Download complete 09:17:10 [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o 09:17:10 [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o 09:17:10 [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o 09:17:11 [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o 09:17:11 [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o 09:17:12 [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o 09:17:12 [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o 09:17:12 [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o 09:17:12 [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o 09:17:13 [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o 09:17:13 [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o 09:17:14 [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o 09:17:14 [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o 09:17:14 [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o 09:17:14 6059c847ac2f: Pull complete 09:17:14 Digest: sha256:6b5104d086ae1e5e8a284a473be9a93378e3934f9b07db5717372c857cbcbe5e 09:17:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest 09:17:14 ---> 5eabd8fd8ba2 09:17:14 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 09:17:14 [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o 09:17:15 [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o 09:17:15 [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o 09:17:15 ---> Running in 67d02c282afd 09:17:15 [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o 09:17:16 [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o 09:17:16 fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz 09:17:16 [ 80%] Linking C static library libcbor.a 09:17:16 [ 80%] Built target cbor 09:17:16 Scanning dependencies of target create_items 09:17:16 [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o 09:17:16 [ 84%] Linking C executable create_items 09:17:16 [ 84%] Built target create_items 09:17:16 Scanning dependencies of target readfile 09:17:16 [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o 09:17:16 [ 88%] Linking C executable readfile 09:17:16 [ 88%] Built target readfile 09:17:16 Scanning dependencies of target streaming_parser 09:17:16 [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o 09:17:17 [ 92%] Linking C executable streaming_parser 09:17:17 [ 92%] Built target streaming_parser 09:17:17 fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz 09:17:17 Scanning dependencies of target sort 09:17:17 [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o 09:17:17 [ 96%] Linking C executable sort 09:17:17 (1/8) Installing ncurses-dev (6.1_p20190105-r0) 09:17:17 (2/8) Installing libuuid (2.33-r0) 09:17:17 (3/8) Installing libblkid (2.33-r0) 09:17:17 [ 96%] Built target sort 09:17:17 Scanning dependencies of target hello 09:17:17 [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o 09:17:17 [100%] Linking C executable hello 09:17:17 (4/8) Installing libfdisk (2.33-r0) 09:17:17 (5/8) Installing libmount (2.33-r0) 09:17:17 (6/8) Installing libsmartcols (2.33-r0) 09:17:17 [100%] Built target hello 09:17:17 Install the project... 09:17:17 -- Install configuration: "Release" 09:17:17 -- Installing: /usr/local/include/cbor/configuration.h 09:17:17 -- Installing: /usr/local/lib64/libcbor.a 09:17:17 -- Installing: /usr/local/lib64/libcbor.so.0.0.0 09:17:17 -- Installing: /usr/local/lib64/libcbor.so.0 09:17:17 -- Installing: /usr/local/lib64/libcbor.so 09:17:17 -- Up-to-date: /usr/local/include/cbor 09:17:17 -- Installing: /usr/local/include/cbor/streaming.h 09:17:17 -- Installing: /usr/local/include/cbor/ints.h 09:17:17 -- Installing: /usr/local/include/cbor/floats_ctrls.h 09:17:17 -- Installing: /usr/local/include/cbor/bytestrings.h 09:17:17 -- Installing: /usr/local/include/cbor/encoding.h 09:17:17 -- Installing: /usr/local/include/cbor/serialization.h 09:17:17 -- Installing: /usr/local/include/cbor/data.h 09:17:17 -- Installing: /usr/local/include/cbor/common.h 09:17:17 -- Installing: /usr/local/include/cbor/callbacks.h 09:17:17 -- Installing: /usr/local/include/cbor/strings.h 09:17:17 -- Installing: /usr/local/include/cbor/tags.h 09:17:17 -- Installing: /usr/local/include/cbor/internal 09:17:17 -- Installing: /usr/local/include/cbor/internal/encoders.h 09:17:17 -- Installing: /usr/local/include/cbor/internal/loaders.h 09:17:17 -- Installing: /usr/local/include/cbor/internal/stack.h 09:17:17 -- Installing: /usr/local/include/cbor/internal/unicode.h 09:17:17 -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h 09:17:17 -- Installing: /usr/local/include/cbor/internal/memory_utils.h 09:17:17 -- Installing: /usr/local/include/cbor/arrays.h 09:17:17 -- Installing: /usr/local/include/cbor/maps.h 09:17:17 -- Installing: /usr/local/include/cbor.h 09:17:17 -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc 09:17:18 (7/8) Installing util-linux-dev (2.33-r0) 09:17:18 (8/8) Installing wget (1.20.3-r0) 09:17:18 Executing busybox-1.29.3-r10.trigger 09:17:18 OK: 272 MiB in 83 packages 09:17:19 Removing intermediate container 67d02c282afd 09:17:19 ---> e0c55ab9b6a9 09:17:19 Step 4/21 : ENV CBOR_VERSION=0.5.0 09:17:19 ---> Running in 601d28c542b3 09:17:19 Removing intermediate container 601d28c542b3 09:17:19 ---> 5758e0c0d39b 09:17:19 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 09:17:19 ---> Running in e89d09ff32db 09:17:19 Removing intermediate container b2d1da446303 09:17:19 ---> 38d75e45f456 09:17:19 Step 6/21 : RUN mkdir /tmp/sdk 09:17:19 --2020-09-22 09:17:19-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz 09:17:19 Resolving github.com... 140.82.112.3 09:17:19 Connecting to github.com|140.82.112.3|:443... connected. 09:17:19 HTTP request sent, awaiting response... 302 Found 09:17:19 Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] 09:17:19 --2020-09-22 09:17:19-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 09:17:19 Resolving codeload.github.com... 140.82.114.10 09:17:19 Connecting to codeload.github.com|140.82.114.10|:443... connected. 09:17:20 HTTP request sent, awaiting response... 200 OK 09:17:20 Length: unspecified [application/x-gzip] 09:17:20 Saving to: 'STDOUT' 09:17:20  09:17:20 0K .......... .......... .......... .......... .......... 1.17M 09:17:20 50K .......... .......... .......... .......... .......... 4.83M 09:17:20 100K .......... .......... .......... .......... .......... 4.64M 09:17:20 150K .......... .......... .......... .......... .......... 5.51M 09:17:20 200K .......... .......... .......... .......... .......... 4.74M 09:17:20 250K .......... .......... .......... .......... .......... 18.8M 09:17:20 300K .......... .......... .......... .......... .......... 6.89M 09:17:20 350K .......... .......... .......... .......... .......... 12.9M 09:17:20 400K .......... .......... .......... .......... .......... 8.81M 09:17:20 450K .......... .......... .......... .......... .......... 8.33M 09:17:20 500K .......... .......... .......... .......... .......... 11.4M 09:17:20 550K .......... .......... .......... .......... .......... 7.08M 09:17:20 600K .......... .......... .......... .......... .......... 1.95M 09:17:20 650K .......... .......... .......... .......... .......... 5.34M 09:17:20 700K .. 513K=0.2s 09:17:20 09:17:20 2020-09-22 09:17:20 (4.38 MB/s) - written to stdout [719348] 09:17:20 09:17:20 ---> Running in eef4d227d58b 09:17:20 -- The C compiler identification is GNU 8.3.0 09:17:20 -- The CXX compiler identification is GNU 8.3.0 09:17:20 -- Check for working C compiler: /usr/bin/cc 09:17:20 -- Check for working C compiler: /usr/bin/cc -- works 09:17:20 -- Detecting C compiler ABI info 09:17:20 -- Detecting C compiler ABI info - done 09:17:20 -- Detecting C compile features 09:17:21 -- Detecting C compile features - done 09:17:21 -- Check for working CXX compiler: /usr/bin/c++ 09:17:21 -- Check for working CXX compiler: /usr/bin/c++ -- works 09:17:21 -- Detecting CXX compiler ABI info 09:17:21 -- Detecting CXX compiler ABI info - done 09:17:21 -- Detecting CXX compile features 09:17:21 -- Detecting CXX compile features - done 09:17:21 -- Looking for include file endian.h 09:17:21 -- Looking for include file endian.h - found 09:17:21 -- Check if the system is big endian 09:17:21 -- Searching 16 bit integer 09:17:21 -- Looking for sys/types.h 09:17:21 -- Looking for sys/types.h - found 09:17:21 -- Looking for stdint.h 09:17:21 -- Looking for stdint.h - found 09:17:21 -- Looking for stddef.h 09:17:21 -- Looking for stddef.h - found 09:17:21 -- Check size of unsigned short 09:17:22 -- Check size of unsigned short - done 09:17:22 -- Using unsigned short 09:17:22 -- Check if the system is big endian - little endian 09:17:22 -- Check size of size_t 09:17:22 -- Check size of size_t - done 09:17:22 CMake Warning at examples/CMakeLists.txt:16 (find_package): 09:17:22 By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has 09:17:22 asked CMake to find a package configuration file provided by "cJSON", but 09:17:22 CMake did not find one. 09:17:22 09:17:22 Could not find a package configuration file provided by "cJSON" with any of 09:17:22 the following names: 09:17:22 09:17:22 cJSONConfig.cmake 09:17:22 cjson-config.cmake 09:17:22 09:17:22 Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set 09:17:22 "cJSON_DIR" to a directory containing one of the above files. If "cJSON" 09:17:22 provides a separate development package or SDK, be sure it has been 09:17:22 installed. 09:17:22 09:17:22 09:17:22 -- Configuring done 09:17:22 -- Generating done 09:17:22 -- Build files have been written to: /tmp/cbor 09:17:22 Scanning dependencies of target cbor_shared 09:17:22 [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o 09:17:22 [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o 09:17:22 [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o 09:17:22 [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o 09:17:22 Removing intermediate container eef4d227d58b 09:17:22 ---> 0fbee1d30206 09:17:22 Step 7/21 : COPY VERSION /tmp/sdk 09:17:22 [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o 09:17:22 [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o 09:17:23 [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o 09:17:23 [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o 09:17:23 [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o 09:17:23 [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o 09:17:23 [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o 09:17:23 [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o 09:17:23 ---> 5295d231704b 09:17:23 Step 8/21 : COPY src /tmp/sdk/src 09:17:23 [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o 09:17:23 [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o 09:17:23 [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o 09:17:23 [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o 09:17:23 [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o 09:17:23 [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o 09:17:23 [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o 09:17:24 [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o 09:17:24 [ 40%] Linking C shared library libcbor.so 09:17:24 [ 40%] Built target cbor_shared 09:17:24 Scanning dependencies of target cbor 09:17:24 [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o 09:17:24 ---> 96ced55bf1aa 09:17:24 Step 9/21 : COPY include /tmp/sdk/include 09:17:24 [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o 09:17:24 [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o 09:17:24 [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o 09:17:24 [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o 09:17:25 ---> de11adddb73e 09:17:25 Step 10/21 : COPY scripts /tmp/sdk/scripts 09:17:25 [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o 09:17:25 [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o 09:17:25 [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o 09:17:25 [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o 09:17:25 [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o 09:17:25 [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o 09:17:25 [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o 09:17:25 [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o 09:17:25 ---> 0c10fd0c831a 09:17:25 Step 11/21 : COPY LICENSE /tmp/sdk 09:17:25 [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o 09:17:25 [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o 09:17:25 [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o 09:17:26 [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o 09:17:26 [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o 09:17:26 [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o 09:17:26 [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o 09:17:26 ---> 889f69e31c44 09:17:26 Step 12/21 : COPY Attribution.txt /tmp/sdk 09:17:26 [ 80%] Linking C static library libcbor.a 09:17:26 [ 80%] Built target cbor 09:17:26 Scanning dependencies of target create_items 09:17:26 [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o 09:17:26 [ 84%] Linking C executable create_items 09:17:26 [ 84%] Built target create_items 09:17:26 Scanning dependencies of target readfile 09:17:26 [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o 09:17:26 [ 88%] Linking C executable readfile 09:17:26 [ 88%] Built target readfile 09:17:26 Scanning dependencies of target streaming_parser 09:17:26 [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o 09:17:26 [ 92%] Linking C executable streaming_parser 09:17:26 [ 92%] Built target streaming_parser 09:17:26 Scanning dependencies of target sort 09:17:26 [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o 09:17:26 [ 96%] Linking C executable sort 09:17:26 [ 96%] Built target sort 09:17:26 Scanning dependencies of target hello 09:17:26 [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o 09:17:26 [100%] Linking C executable hello 09:17:26 [100%] Built target hello 09:17:26 Install the project... 09:17:26 -- Install configuration: "Release" 09:17:26 -- Installing: /usr/local/include/cbor/configuration.h 09:17:26 -- Installing: /usr/local/lib64/libcbor.a 09:17:26 -- Installing: /usr/local/lib64/libcbor.so.0.0.0 09:17:26 -- Installing: /usr/local/lib64/libcbor.so.0 09:17:26 -- Installing: /usr/local/lib64/libcbor.so 09:17:26 -- Up-to-date: /usr/local/include/cbor 09:17:26 -- Installing: /usr/local/include/cbor/arrays.h 09:17:26 -- Installing: /usr/local/include/cbor/bytestrings.h 09:17:26 -- Installing: /usr/local/include/cbor/callbacks.h 09:17:26 -- Installing: /usr/local/include/cbor/common.h 09:17:26 -- Installing: /usr/local/include/cbor/data.h 09:17:26 -- Installing: /usr/local/include/cbor/encoding.h 09:17:26 -- Installing: /usr/local/include/cbor/floats_ctrls.h 09:17:26 -- Installing: /usr/local/include/cbor/internal 09:17:26 -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h 09:17:26 -- Installing: /usr/local/include/cbor/internal/encoders.h 09:17:26 -- Installing: /usr/local/include/cbor/internal/loaders.h 09:17:26 -- Installing: /usr/local/include/cbor/internal/memory_utils.h 09:17:26 -- Installing: /usr/local/include/cbor/internal/stack.h 09:17:26 -- Installing: /usr/local/include/cbor/internal/unicode.h 09:17:26 -- Installing: /usr/local/include/cbor/ints.h 09:17:26 -- Installing: /usr/local/include/cbor/maps.h 09:17:26 -- Installing: /usr/local/include/cbor/serialization.h 09:17:26 -- Installing: /usr/local/include/cbor/streaming.h 09:17:26 -- Installing: /usr/local/include/cbor/strings.h 09:17:26 -- Installing: /usr/local/include/cbor/tags.h 09:17:26 -- Installing: /usr/local/include/cbor.h 09:17:26 -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc 09:17:27 ---> 8d2b42e6852a 09:17:27 Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install 09:17:27 ---> Running in a48c5f60ea1b 09:17:28 + CPPCHECK=false 09:17:28 + DOCGEN=false 09:17:28 + TOMLVER=SDK-0.2 09:17:28 + CUTILVER=1.1-branch 09:17:28 + '[' 0 -gt 0 ] 09:17:28 + readlink -f ./scripts/build.sh 09:17:28 + dirname /tmp/sdk/scripts/build.sh 09:17:28 + dirname /tmp/sdk/scripts 09:17:28 + ROOT=/tmp/sdk 09:17:28 + cd /tmp/sdk 09:17:28 + '[' '!' -d deps ] 09:17:28 + mkdir deps 09:17:28 + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz 09:17:28 + tar -C deps -z -x -f - 09:17:28 --2020-09-22 09:17:28-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz 09:17:28 Resolving github.com... 140.82.114.4 09:17:28 Connecting to github.com|140.82.114.4|:443... connected. 09:17:28 HTTP request sent, awaiting response... 302 Found 09:17:28 Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] 09:17:28 --2020-09-22 09:17:28-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 09:17:28 Resolving codeload.github.com... 140.82.114.10 09:17:29 Removing intermediate container e89d09ff32db 09:17:29 ---> 0769a66281ee 09:17:29 Step 6/21 : RUN mkdir /tmp/sdk 09:17:29 ---> Running in d410572e3ffd 09:17:29 Connecting to codeload.github.com|140.82.114.10|:443... connected. 09:17:30 HTTP request sent, awaiting response... 200 OK 09:17:30 Length: unspecified [application/x-gzip] 09:17:30 Saving to: 'STDOUT' 09:17:30  09:17:30 0K .......... ...... 790K=0.02s 09:17:30 09:17:30 2020-09-22 09:17:29 (790 KB/s) - written to stdout [16451] 09:17:30 09:17:30 + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c 09:17:30 + + tarwget -C -O deps - -z https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz -x 09:17:30 -f - 09:17:30 --2020-09-22 09:17:30-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz 09:17:30 Resolving github.com... 140.82.114.4 09:17:30 Connecting to github.com|140.82.114.4|:443... connected. 09:17:30 HTTP request sent, awaiting response... 302 Found 09:17:30 Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch [following] 09:17:30 --2020-09-22 09:17:30-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch 09:17:30 Resolving codeload.github.com... 140.82.114.10 09:17:30 Connecting to codeload.github.com|140.82.114.10|:443... connected. 09:17:30 HTTP request sent, awaiting response... 200 OK 09:17:30 Length: unspecified [application/x-gzip] 09:17:30 Saving to: 'STDOUT' 09:17:30 09:17:30 0K .......... .......... .......... .......... .......... 1.18M 09:17:30 50K .......... .......... .......... .......... .......... 2.26M 09:17:30 100K .......... .......... .......... .......... .......... 15.1M 09:17:30 150K .......... .......... ..... 1.29M=0.09s 09:17:30 09:17:30 2020-09-22 09:17:30 (2.01 MB/s) - written to stdout [179336] 09:17:30 09:17:30 + mkdir -p src/c/iot 09:17:30 + 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 09:17:30 + mkdir -p include/iot 09:17:30 + 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 09:17:30 + mkdir -p include/iot/os 09:17:30 + 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 09:17:30 + mkdir -p /tmp/sdk/build/release 09:17:30 + cd /tmp/sdk/build/release 09:17:30 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src 09:17:30 Removing intermediate container d410572e3ffd 09:17:30 ---> caebd295289e 09:17:30 Step 7/21 : COPY VERSION /tmp/sdk 09:17:30 ---> 5a0945e1cfb0 09:17:30 Step 8/21 : COPY src /tmp/sdk/src 09:17:30 -- The C compiler identification is GNU 8.3.0 09:17:30 -- Check for working C compiler: /usr/bin/cc 09:17:31 -- Check for working C compiler: /usr/bin/cc -- works 09:17:31 -- Detecting C compiler ABI info 09:17:31 -- Detecting C compiler ABI info - done 09:17:31 -- Detecting C compile features 09:17:31 ---> 76c850bf86ef 09:17:31 Step 9/21 : COPY include /tmp/sdk/include 09:17:32 ---> 75521bbbaa08 09:17:32 Step 10/21 : COPY scripts /tmp/sdk/scripts 09:17:32 -- Detecting C compile features - done 09:17:32 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so 09:17:32 -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") 09:17:32 -- Found LIBYAML: /usr/lib/libyaml.so 09:17:32 -- Found LIBUUID: /usr/lib/libuuid.so 09:17:32 -- Found LIBCBOR: /usr/local/lib64/libcbor.so 09:17:32 -- C SDK 1.3.0-dev.6 for Linux 09:17:32 -- Performing Test CSDK_HAVE_ATOMIC 09:17:32 ---> aeedd5c9be26 09:17:32 Step 11/21 : COPY LICENSE /tmp/sdk 09:17:32 ---> 863f4e69accf 09:17:32 Step 12/21 : COPY Attribution.txt /tmp/sdk 09:17:32 -- Performing Test CSDK_HAVE_ATOMIC - Success 09:17:32 -- Found Curses: /usr/lib/libcurses.so 09:17:32 ---> ec2f3e81a325 09:17:32 Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install 09:17:32 ---> Running in dab775480c10 09:17:32 -- Configuring done 09:17:32 -- Generating done 09:17:32 -- Build files have been written to: /tmp/sdk/build/release 09:17:32 + make 09:17:32 + tee release.log 09:17:32 Scanning dependencies of target csdk 09:17:33 + CPPCHECK=false 09:17:33 + DOCGEN=false 09:17:33 + TOMLVER=SDK-0.2 09:17:33 + CUTILVER=1.1-branch 09:17:33 + '[' 0 -gt 0 ] 09:17:33 + readlink -f ./scripts/build.sh 09:17:33 + dirname /tmp/sdk/scripts/build.sh 09:17:33 + dirname /tmp/sdk/scripts 09:17:33 + ROOT=/tmp/sdk 09:17:33 + cd /tmp/sdk 09:17:33 + '[' '!' -d deps ] 09:17:33 + mkdir deps 09:17:33 + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz 09:17:33 + tar -C deps -z -x -f - 09:17:33 --2020-09-22 09:17:33-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz 09:17:33 Resolving github.com... 140.82.114.4 09:17:33 Connecting to github.com|140.82.114.4|:443... connected. 09:17:33 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o 09:17:33 HTTP request sent, awaiting response... 302 Found 09:17:33 Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] 09:17:33 --2020-09-22 09:17:33-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 09:17:33 Resolving codeload.github.com... 140.82.114.10 09:17:33 Connecting to codeload.github.com|140.82.114.10|:443... connected. 09:17:33 HTTP request sent, awaiting response... 200 OK 09:17:33 Length: unspecified [application/x-gzip] 09:17:33 Saving to: 'STDOUT' 09:17:33  09:17:33 0K .......... ......  839K=0.02s 09:17:33 09:17:33 2020-09-22 09:17:33 (839 KB/s) - written to stdout [16451] 09:17:33 09:17:33 + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c 09:17:33 + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz 09:17:33 + tar -C deps -z -x -f - 09:17:33 --2020-09-22 09:17:33-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1-branch.tar.gz 09:17:33 Resolving github.com... 140.82.114.4 09:17:33 Connecting to github.com|140.82.114.4|:443... connected. 09:17:33 HTTP request sent, awaiting response... 302 Found 09:17:33 Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch [following] 09:17:33 --2020-09-22 09:17:33-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1-branch 09:17:33 Resolving codeload.github.com... 140.82.114.10 09:17:33 Connecting to codeload.github.com|140.82.114.10|:443... connected. 09:17:33 HTTP request sent, awaiting response... 200 OK 09:17:33 Length: unspecified [application/x-gzip] 09:17:33 Saving to: 'STDOUT' 09:17:33  09:17:33 0K .......... .......... .......... .......... .......... 1.36M 09:17:33 50K .......... .......... .......... .......... .......... 6.85M 09:17:33 100K .......... .......... .......... .......... .......... 3.94M 09:17:33 150K .......... .......... ..... 571K=0.1s 09:17:33 09:17:33 2020-09-22 09:17:33 (1.72 MB/s) - written to stdout [179336] 09:17:33 09:17:33 [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o 09:17:33 + mkdir -p src/c/iot 09:17:33 + 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 09:17:33 + mkdir -p include/iot 09:17:33 + 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 09:17:33 + mkdir -p include/iot/os 09:17:33 + 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 09:17:33 + mkdir -p /tmp/sdk/build/release 09:17:33 + cd /tmp/sdk/build/release 09:17:33 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src 09:17:34 [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o 09:17:34 -- The C compiler identification is GNU 8.3.0 09:17:34 -- Check for working C compiler: /usr/bin/cc 09:17:34 -- Check for working C compiler: /usr/bin/cc -- works 09:17:34 -- Detecting C compiler ABI info 09:17:34 -- Detecting C compiler ABI info - done 09:17:34 -- Detecting C compile features 09:17:34 -- Detecting C compile features - done 09:17:34 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so 09:17:34 -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") 09:17:34 -- Found LIBYAML: /usr/lib/libyaml.so 09:17:34 -- Found LIBUUID: /usr/lib/libuuid.so 09:17:34 -- Found LIBCBOR: /usr/local/lib64/libcbor.so 09:17:34 -- C SDK 1.3.0-dev.6 for Linux 09:17:34 -- Performing Test CSDK_HAVE_ATOMIC 09:17:34 -- Performing Test CSDK_HAVE_ATOMIC - Success 09:17:34 -- Found Curses: /usr/lib/libcurses.so 09:17:34 -- Configuring done 09:17:34 -- Generating done 09:17:34 -- Build files have been written to: /tmp/sdk/build/release 09:17:34 + make 09:17:34 + tee release.log 09:17:34 Scanning dependencies of target csdk 09:17:34 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o 09:17:35 [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o 09:17:35 [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o 09:17:35 [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o 09:17:35 [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o 09:17:35 [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o 09:17:36 [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o 09:17:36 [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o 09:17:36 [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o 09:17:36 [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o 09:17:36 [ 12%] Building C object c/CMakeFiles/csdk.dir/devman.c.o 09:17:36 [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o 09:17:36 [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o 09:17:37 [ 17%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o 09:17:37 [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o 09:17:37 [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o 09:17:37 [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o 09:17:38 [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o 09:17:38 [ 24%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o 09:17:38 [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o 09:17:38 [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o 09:17:38 [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o 09:17:38 [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o 09:17:38 /tmp/sdk/src/c/iot/data.c:9:10: fatal error: yxml.h: No such file or directory 09:17:38 #include "yxml.h" 09:17:38 ^~~~~~~~ 09:17:38 compilation terminated. 09:17:38 make[2]: *** [c/CMakeFiles/csdk.dir/build.make:297: c/CMakeFiles/csdk.dir/iot/data.c.o] Error 1 09:17:38 make[1]: *** [CMakeFiles/Makefile2:93: c/CMakeFiles/csdk.dir/all] Error 2 09:17:38 make: *** [Makefile:152: all] Error 2 09:17:38 + make package 09:17:38 + tee -a release.log 09:17:38 [ 1%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o 09:17:38 /tmp/sdk/src/c/iot/data.c:9:10: fatal error: yxml.h: No such file or directory 09:17:38 #include "yxml.h" 09:17:38 ^~~~~~~~ 09:17:38 compilation terminated. 09:17:38 make[2]: *** [c/CMakeFiles/csdk.dir/build.make:297: c/CMakeFiles/csdk.dir/iot/data.c.o] Error 1 09:17:38 make[1]: *** [CMakeFiles/Makefile2:93: c/CMakeFiles/csdk.dir/all] Error 2 09:17:38 make: *** [Makefile:152: all] Error 2 09:17:38 + '[' false '=' true ] 09:17:38 + '[' false '=' true ] 09:17:38 + mkdir -p /tmp/sdk/build/debug 09:17:38 + cd /tmp/sdk/build/debug 09:17:38 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src 09:17:39 -- The C compiler identification is GNU 8.3.0 09:17:39 -- Check for working C compiler: /usr/bin/cc 09:17:39 -- Check for working C compiler: /usr/bin/cc -- works 09:17:39 -- Detecting C compiler ABI info 09:17:39 -- Detecting C compiler ABI info - done 09:17:39 -- Detecting C compile features 09:17:39 -- Detecting C compile features - done 09:17:39 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so 09:17:39 -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") 09:17:39 -- Found LIBYAML: /usr/lib/libyaml.so 09:17:39 -- Found LIBUUID: /usr/lib/libuuid.so 09:17:39 -- Found LIBCBOR: /usr/local/lib64/libcbor.so 09:17:39 -- C SDK 1.3.0-dev.6 for Linux 09:17:39 -- Performing Test CSDK_HAVE_ATOMIC 09:17:39 -- Performing Test CSDK_HAVE_ATOMIC - Success 09:17:39 -- Found Curses: /usr/lib/libcurses.so 09:17:39 -- Configuring done 09:17:39 -- Generating done 09:17:39 -- Build files have been written to: /tmp/sdk/build/debug 09:17:39 + make 09:17:39 + tee debug.log 09:17:39 Scanning dependencies of target csdk 09:17:40 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o 09:17:40 [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o 09:17:40 [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o 09:17:40 [ 12%] Building C object c/CMakeFiles/csdk.dir/devman.c.o 09:17:40 [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o 09:17:40 [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o 09:17:40 [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o 09:17:40 [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o 09:17:40 [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o 09:17:40 [ 12%] Building C object c/CMakeFiles/csdk.dir/devman.c.o 09:17:40 [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o 09:17:40 [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o 09:17:41 [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o 09:17:41 [ 17%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o 09:17:41 [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o 09:17:41 [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o 09:17:41 [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o 09:17:41 [ 17%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o 09:17:41 [ 24%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o 09:17:41 [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o 09:17:41 [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o 09:17:41 [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o 09:17:41 [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o 09:17:41 [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o 09:17:41 /tmp/sdk/src/c/iot/data.c:9:10: fatal error: yxml.h: No such file or directory 09:17:41 #include "yxml.h" 09:17:41 ^~~~~~~~ 09:17:41 compilation terminated. 09:17:41 make[2]: *** [c/CMakeFiles/csdk.dir/build.make:297: c/CMakeFiles/csdk.dir/iot/data.c.o] Error 1 09:17:41 make[1]: *** [CMakeFiles/Makefile2:93: c/CMakeFiles/csdk.dir/all] Error 2 09:17:41 make: *** [Makefile:152: all] Error 2 09:17:41 make: Entering directory '/tmp/sdk/build/release' 09:17:41 make[1]: Entering directory '/tmp/sdk/build/release' 09:17:41 make[2]: Entering directory '/tmp/sdk/build/release' 09:17:41 make[2]: Leaving directory '/tmp/sdk/build/release' 09:17:41 make[2]: Entering directory '/tmp/sdk/build/release' 09:17:41 [ 1%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o 09:17:41 /tmp/sdk/src/c/iot/data.c:9:10: fatal error: yxml.h: No such file or directory 09:17:41 #include "yxml.h" 09:17:41 ^~~~~~~~ 09:17:41 compilation terminated. 09:17:41 make[2]: Leaving directory '/tmp/sdk/build/release' 09:17:41 make[2]: *** [c/CMakeFiles/csdk.dir/build.make:297: c/CMakeFiles/csdk.dir/iot/data.c.o] Error 1 09:17:41 make[1]: *** [CMakeFiles/Makefile2:93: c/CMakeFiles/csdk.dir/all] Error 2 09:17:41 make[1]: Leaving directory '/tmp/sdk/build/release' 09:17:41 make: *** [Makefile:152: all] Error 2 09:17:41 make: Leaving directory '/tmp/sdk/build/release' 09:17:42 [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o 09:17:42 [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o 09:17:42 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] } 09:17:44 Failed in branch amd64 09:17:46 [ 24%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o 09:17:46 [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o 09:17:46 [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o 09:17:46 [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o 09:17:47 [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o 09:17:47 /tmp/sdk/src/c/iot/data.c:9:10: fatal error: yxml.h: No such file or directory 09:17:47 #include "yxml.h" 09:17:47 ^~~~~~~~ 09:17:47 compilation terminated. 09:17:47 make[2]: *** [c/CMakeFiles/csdk.dir/build.make:297: c/CMakeFiles/csdk.dir/iot/data.c.o] Error 1 09:17:47 make[1]: *** [CMakeFiles/Makefile2:93: c/CMakeFiles/csdk.dir/all] Error 2 09:17:47 make: *** [Makefile:152: all] Error 2 09:17:47 + + maketee package 09:17:47 -a release.log 09:17:47 [ 1%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o 09:17:47 /tmp/sdk/src/c/iot/data.c:9:10: fatal error: yxml.h: No such file or directory 09:17:47 #include "yxml.h" 09:17:47 ^~~~~~~~ 09:17:47 compilation terminated. 09:17:47 make[2]: *** [c/CMakeFiles/csdk.dir/build.make:297: c/CMakeFiles/csdk.dir/iot/data.c.o] Error 1 09:17:47 make[1]: *** [CMakeFiles/Makefile2:93: c/CMakeFiles/csdk.dir/all] Error 2 09:17:47 make: *** [Makefile:152: all] Error 2 09:17:47 + '[' false '=' true ] 09:17:47 + '[' false '=' true ] 09:17:47 + mkdir -p /tmp/sdk/build/debug 09:17:47 + cd /tmp/sdk/build/debug 09:17:47 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src 09:17:47 -- The C compiler identification is GNU 8.3.0 09:17:48 -- Check for working C compiler: /usr/bin/cc 09:17:48 -- Check for working C compiler: /usr/bin/cc -- works 09:17:48 -- Detecting C compiler ABI info 09:17:48 -- Detecting C compiler ABI info - done 09:17:48 -- Detecting C compile features 09:17:49 -- Detecting C compile features - done 09:17:49 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so 09:17:49 -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") 09:17:49 -- Found LIBYAML: /usr/lib/libyaml.so 09:17:49 -- Found LIBUUID: /usr/lib/libuuid.so 09:17:49 -- Found LIBCBOR: /usr/local/lib64/libcbor.so 09:17:49 -- C SDK 1.3.0-dev.6 for Linux 09:17:49 -- Performing Test CSDK_HAVE_ATOMIC 09:17:49 -- Performing Test CSDK_HAVE_ATOMIC - Success 09:17:49 -- Found Curses: /usr/lib/libcurses.so 09:17:49 -- Configuring done 09:17:49 -- Generating done 09:17:49 -- Build files have been written to: /tmp/sdk/build/debug 09:17:49 + + maketee 09:17:49 debug.log 09:17:49 Scanning dependencies of target csdk 09:17:50 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o 09:17:50 [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o 09:17:50 [ 4%] Building C object c/CMakeFiles/csdk.dir/config.c.o 09:17:51 [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o 09:17:51 [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o 09:17:51 [ 9%] Building C object c/CMakeFiles/csdk.dir/data.c.o 09:17:52 [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o 09:17:52 [ 12%] Building C object c/CMakeFiles/csdk.dir/devman.c.o 09:17:52 [ 14%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o 09:17:53 [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o 09:17:53 [ 17%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o 09:17:53 [ 19%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o 09:17:54 [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o 09:17:54 [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o 09:17:55 [ 24%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o 09:17:55 [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o 09:17:55 [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o 09:17:55 [ 29%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o 09:17:56 [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o 09:17:56 /tmp/sdk/src/c/iot/data.c:9:10: fatal error: yxml.h: No such file or directory 09:17:56 #include "yxml.h" 09:17:56 ^~~~~~~~ 09:17:56 compilation terminated. 09:17:56 make[2]: *** [c/CMakeFiles/csdk.dir/build.make:297: c/CMakeFiles/csdk.dir/iot/data.c.o] Error 1 09:17:56 make[1]: *** [CMakeFiles/Makefile2:93: c/CMakeFiles/csdk.dir/all] Error 2 09:17:56 make: *** [Makefile:152: all] Error 2 09:17:56 make: Entering directory '/tmp/sdk/build/release' 09:17:56 make[1]: Entering directory '/tmp/sdk/build/release' 09:17:56 make[2]: Entering directory '/tmp/sdk/build/release' 09:17:56 make[2]: Leaving directory '/tmp/sdk/build/release' 09:17:56 make[2]: Entering directory '/tmp/sdk/build/release' 09:17:56 [ 1%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o 09:17:56 /tmp/sdk/src/c/iot/data.c:9:10: fatal error: yxml.h: No such file or directory 09:17:56 #include "yxml.h" 09:17:56 ^~~~~~~~ 09:17:56 compilation terminated. 09:17:56 make[2]: *** [c/CMakeFiles/csdk.dir/build.make:297: c/CMakeFiles/csdk.dir/iot/data.c.o] Error 1 09:17:56 make[2]: Leaving directory '/tmp/sdk/build/release' 09:17:56 make[1]: *** [CMakeFiles/Makefile2:93: c/CMakeFiles/csdk.dir/all] Error 2 09:17:56 make[1]: Leaving directory '/tmp/sdk/build/release' 09:17:56 make: *** [Makefile:152: all] Error 2 09:17:56 make: Leaving directory '/tmp/sdk/build/release' 09:17:56 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] } 09:17:58 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 09:17:59 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:18:00 ---> package-listing.sh 09:18:00 ++ facter osfamily 09:18:00 ++ tr '[:upper:]' '[:lower:]' 09:18:00 + OS_FAMILY=redhat 09:18:00 + workspace=/w/workspace/edgexfoundry_device-sdk-c_master 09:18:00 + START_PACKAGES=/tmp/packages_start.txt 09:18:00 + END_PACKAGES=/tmp/packages_end.txt 09:18:00 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:18:00 + PACKAGES=/tmp/packages_start.txt 09:18:00 + '[' /w/workspace/edgexfoundry_device-sdk-c_master ']' 09:18:00 + PACKAGES=/tmp/packages_end.txt 09:18:00 + case "${OS_FAMILY}" in 09:18:00 + rpm -qa 09:18:00 + sort 09:18:04 + '[' -f /tmp/packages_start.txt ']' 09:18:04 + '[' -f /tmp/packages_end.txt ']' 09:18:04 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:18:04 + '[' /w/workspace/edgexfoundry_device-sdk-c_master ']' 09:18:04 + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_master/archives/ 09:18:04 + 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 09:18:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:18:05 09:18:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:18:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:18:05 alpine: Pulling from edgex-lftools-log-publisher 09:18:05 df20fa9351a1: Pulling fs layer 09:18:05 36b3adc4ff6f: Pulling fs layer 09:18:05 8ad3a11d3b57: Pulling fs layer 09:18:05 46f8f816bc3b: Pulling fs layer 09:18:05 0dadc02b9964: Pulling fs layer 09:18:05 ce6a7cf60c04: Pulling fs layer 09:18:05 7a184a31f384: Pulling fs layer 09:18:05 0879bd2ef858: Pulling fs layer 09:18:05 0dadc02b9964: Waiting 09:18:05 ce6a7cf60c04: Waiting 09:18:05 7a184a31f384: Waiting 09:18:05 0879bd2ef858: Waiting 09:18:05 46f8f816bc3b: Waiting 09:18:05 36b3adc4ff6f: Verifying Checksum 09:18:05 36b3adc4ff6f: Download complete 09:18:05 46f8f816bc3b: Download complete 09:18:06 df20fa9351a1: Verifying Checksum 09:18:06 df20fa9351a1: Download complete 09:18:06 ce6a7cf60c04: Verifying Checksum 09:18:06 ce6a7cf60c04: Download complete 09:18:06 7a184a31f384: Verifying Checksum 09:18:06 7a184a31f384: Download complete 09:18:06 0dadc02b9964: Verifying Checksum 09:18:06 0dadc02b9964: Download complete 09:18:06 8ad3a11d3b57: Verifying Checksum 09:18:06 8ad3a11d3b57: Download complete 09:18:06 df20fa9351a1: Pull complete 09:18:07 36b3adc4ff6f: Pull complete 09:18:07 0879bd2ef858: Verifying Checksum 09:18:07 0879bd2ef858: Download complete 09:18:08 8ad3a11d3b57: Pull complete 09:18:08 46f8f816bc3b: Pull complete 09:18:08 0dadc02b9964: Pull complete 09:18:08 ce6a7cf60c04: Pull complete 09:18:08 7a184a31f384: Pull complete 09:18:12 0879bd2ef858: Pull complete 09:18:12 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 09:18:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:18:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:18:12 prd-centos7-docker-4c-2g-809 does not seem to be running inside a container 09:18:13 $ 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 09:18:18 $ docker top d408cfc6577a7be216f1db4035ec7ed0f42bc4b0cd1e6a21c8eb3c00260659c5 -eo pid,comm [Pipeline] { [Pipeline] sh 09:18:19 + mkdir -p /var/log/sa [Pipeline] sh 09:18:19 + ls /var/log/sa-host 09:18:19 + sadf -c /var/log/sa-host/sa05 09:18:19 file_magic: OK 09:18:19 HZ: Using current value: 100 09:18:19 file_header: OK 09:18:19 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 09:18:19 Statistics: 09:18:19 Hnuu...uuuununununu...Hnuu...uuuununununu... 09:18:19 File successfully converted to sysstat format version 12.2.1 09:18:19 + sadf -c /var/log/sa-host/sa22 09:18:19 file_magic: OK 09:18:19 HZ: Using current value: 100 09:18:19 file_header: OK 09:18:19 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 09:18:19 Statistics: 09:18:19 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 09:18:19 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:18:19 provisioning config files... 09:18:20 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config99977200655931714tmp [Pipeline] { [Pipeline] echo 09:18:20 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:18:20 ---> create-netrc.sh [Pipeline] echo 09:18:20 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:18:21 ---> logs-deploy.sh 09:18:21 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/master/42 09:18:21 INFO: archiving workspace using pattern(s): 09:18:23 Archives upload complete. 09:18:23 INFO: archiving logs to Nexus