Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f0de00cff149ffe86b90fb2b2675cd2706e94b93 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildCApp] RAW Config: [project:device-sdk-c, dockerBuildFilePath:scripts/Dockerfile.alpine-base, dockerFilePath:scripts/Dockerfile.alpine, pushImage:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildCApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-c-settings PROJECT: device-sdk-c USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest DOCKER_FILE_PATH: scripts/Dockerfile.alpine DOCKER_BUILD_FILE_PATH: scripts/Dockerfile.alpine-base DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-c DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-17192 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-c.git > git init /w/workspace/edgexfoundry_device-sdk-c_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision f0de00cff149ffe86b90fb2b2675cd2706e94b93 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f f0de00cff149ffe86b90fb2b2675cd2706e94b93 # timeout=10 Commit message: "ci: standardize dockerfiles (#317)" > git rev-list --no-walk 706af55e05cb2cdc0073fc9ec2061f045ee0028b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-22T15:51:57.098Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-22T15:51:57.462Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-22T15:51:57.570Z] ========================================================= [2020-12-22T15:51:57.571Z] EdgeX Global Pipelines Version Info [2020-12-22T15:51:57.571Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-22T15:51:59.432Z] ------------------- [2020-12-22T15:51:59.432Z] stable info: [2020-12-22T15:51:59.432Z] ------------------- [2020-12-22T15:51:59.432Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-22T15:51:59.432Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-22T15:51:59.432Z] Message: update stable to v1.0.173 [2020-12-22T15:52:00.005Z] ------------------- [2020-12-22T15:52:00.005Z] experimental info: [2020-12-22T15:52:00.005Z] ------------------- [2020-12-22T15:52:00.005Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-22T15:52:00.005Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-22T15:52:00.005Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-22T15:52:00.394Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-c-settings [Pipeline] echo [2020-12-22T15:52:00.610Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-c [Pipeline] echo [2020-12-22T15:52:00.715Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-22T15:52:00.823Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-22T15:52:00.913Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-22T15:52:01.047Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [Pipeline] echo [2020-12-22T15:52:01.179Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = scripts/Dockerfile.alpine [Pipeline] echo [2020-12-22T15:52:01.311Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = scripts/Dockerfile.alpine-base [Pipeline] echo [2020-12-22T15:52:01.432Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-22T15:52:01.522Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-c [Pipeline] echo [2020-12-22T15:52:01.614Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-22T15:52:01.703Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-22T15:52:01.786Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-22T15:52:01.925Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-22T15:52:02.015Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-22T15:52:02.115Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-22T15:52:02.218Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-22T15:52:02.305Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-22T15:52:02.389Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-22T15:52:02.577Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-22T15:52:02.750Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-22T15:52:02.836Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f0de00cff149ffe86b90fb2b2675cd2706e94b93 [Pipeline] echo [2020-12-22T15:52:02.921Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f0de00c [Pipeline] echo [2020-12-22T15:52:03.005Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-22T15:52:03.174Z] provisioning config files... [2020-12-22T15:52:03.206Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config8766620613696171275tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-22T15:52:03.644Z] ---> docker-login.sh [2020-12-22T15:52:03.644Z] nexus3.edgexfoundry.org:10001 [2020-12-22T15:52:03.906Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T15:52:04.169Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T15:52:04.169Z] Configure a credential helper to remove this warning. See [2020-12-22T15:52:04.169Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T15:52:04.169Z] [2020-12-22T15:52:04.169Z] Login Succeeded [2020-12-22T15:52:04.169Z] nexus3.edgexfoundry.org:10002 [2020-12-22T15:52:04.434Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T15:52:04.434Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T15:52:04.434Z] Configure a credential helper to remove this warning. See [2020-12-22T15:52:04.434Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T15:52:04.434Z] [2020-12-22T15:52:04.434Z] Login Succeeded [2020-12-22T15:52:04.434Z] nexus3.edgexfoundry.org:10003 [2020-12-22T15:52:04.434Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T15:52:04.434Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T15:52:04.434Z] Configure a credential helper to remove this warning. See [2020-12-22T15:52:04.434Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T15:52:04.434Z] [2020-12-22T15:52:04.434Z] Login Succeeded [2020-12-22T15:52:04.434Z] nexus3.edgexfoundry.org:10004 [2020-12-22T15:52:04.696Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T15:52:04.696Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T15:52:04.696Z] Configure a credential helper to remove this warning. See [2020-12-22T15:52:04.696Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T15:52:04.696Z] [2020-12-22T15:52:04.696Z] Login Succeeded [2020-12-22T15:52:04.696Z] docker.io [2020-12-22T15:52:04.965Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T15:52:05.228Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T15:52:05.228Z] Configure a credential helper to remove this warning. See [2020-12-22T15:52:05.228Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T15:52:05.228Z] [2020-12-22T15:52:05.228Z] Login Succeeded [2020-12-22T15:52:05.228Z] ---> docker-login.sh ends [Pipeline] } [2020-12-22T15:52:05.238Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-12-22T15:52:07.106Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-22T15:52:07.106Z] [2020-12-22T15:52:07.106Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-22T15:52:07.456Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-22T15:52:07.456Z] latest: Pulling from edgex-devops/git-semver [2020-12-22T15:52:07.457Z] 31603596830f: Pulling fs layer [2020-12-22T15:52:07.457Z] 2a8b12db71e7: Pulling fs layer [2020-12-22T15:52:07.457Z] 6ca5941a6612: Pulling fs layer [2020-12-22T15:52:07.457Z] ecc8261a40a4: Pulling fs layer [2020-12-22T15:52:07.457Z] ecc8261a40a4: Waiting [2020-12-22T15:52:07.457Z] 2a8b12db71e7: Download complete [2020-12-22T15:52:07.719Z] 31603596830f: Verifying Checksum [2020-12-22T15:52:07.719Z] 31603596830f: Download complete [2020-12-22T15:52:07.719Z] ecc8261a40a4: Verifying Checksum [2020-12-22T15:52:07.719Z] ecc8261a40a4: Download complete [2020-12-22T15:52:07.719Z] 6ca5941a6612: Verifying Checksum [2020-12-22T15:52:07.719Z] 6ca5941a6612: Download complete [2020-12-22T15:52:07.983Z] 31603596830f: Pull complete [2020-12-22T15:52:08.246Z] 2a8b12db71e7: Pull complete [2020-12-22T15:52:09.197Z] 6ca5941a6612: Pull complete [2020-12-22T15:52:09.459Z] ecc8261a40a4: Pull complete [2020-12-22T15:52:09.459Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-22T15:52:09.459Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-22T15:52:09.459Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-22T15:52:09.610Z] prd-centos7-docker-4c-2g-17192 does not seem to be running inside a container [2020-12-22T15:52:09.661Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-22T15:52:11.862Z] $ docker top 179384d60abdd784a719ee08a5e9043ef4de013822c767876d29f0a6a99ed258 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-22T15:52:12.192Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-22T15:52:12.192Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-22T15:52:12.420Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-22T15:52:12.424Z] $ docker exec 179384d60abdd784a719ee08a5e9043ef4de013822c767876d29f0a6a99ed258 ssh-agent [2020-12-22T15:52:12.597Z] SSH_AUTH_SOCK=/tmp/ssh-mbCwFLXCk4YJ/agent.12 [2020-12-22T15:52:12.597Z] SSH_AGENT_PID=17 [2020-12-22T15:52:12.606Z] Running ssh-add (command line suppressed) [2020-12-22T15:52:12.724Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_1703564229437181572.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_1703564229437181572.key) [2020-12-22T15:52:12.774Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-22T15:52:13.105Z] + git tag --points-at HEAD [Pipeline] } [2020-12-22T15:52:13.236Z] $ docker exec --env ******** --env ******** 179384d60abdd784a719ee08a5e9043ef4de013822c767876d29f0a6a99ed258 ssh-agent -k [2020-12-22T15:52:13.372Z] unset SSH_AUTH_SOCK; [2020-12-22T15:52:13.372Z] unset SSH_AGENT_PID; [2020-12-22T15:52:13.372Z] echo Agent pid 17 killed; [2020-12-22T15:52:13.421Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-22T15:52:13.577Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-22T15:52:13.577Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-22T15:52:13.737Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-22T15:52:13.741Z] $ docker exec 179384d60abdd784a719ee08a5e9043ef4de013822c767876d29f0a6a99ed258 ssh-agent [2020-12-22T15:52:13.897Z] SSH_AUTH_SOCK=/tmp/ssh-JUbnHkuD52rq/agent.46 [2020-12-22T15:52:13.897Z] SSH_AGENT_PID=51 [2020-12-22T15:52:13.905Z] Running ssh-add (command line suppressed) [2020-12-22T15:52:14.028Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_4693122672214510100.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_4693122672214510100.key) [2020-12-22T15:52:14.083Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-22T15:52:14.418Z] + git semver init [2020-12-22T15:52:14.418Z] # -> Open(): unable to determine branch for HEAD [2020-12-22T15:52:14.418Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-12-22T15:52:14.418Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-12-22T15:52:14.418Z] # $SEMVER_REMOTE_NAME = origin [2020-12-22T15:52:14.418Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-22T15:52:14.418Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-22T15:52:14.418Z] # $SEMVER_BRANCH = master [2020-12-22T15:52:14.418Z] # $SEMVER_TEMP = /tmp/semver-378582739 [2020-12-22T15:52:14.418Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-c.git $SEMVER_TEMP [2020-12-22T15:52:14.992Z] # '/tmp/semver-378582739' -> '/w/workspace/edgexfoundry_device-sdk-c_master/.semver' [2020-12-22T15:52:15.254Z] # -> Force: false [2020-12-22T15:52:15.254Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [Pipeline] } [2020-12-22T15:52:15.269Z] $ docker exec --env ******** --env ******** 179384d60abdd784a719ee08a5e9043ef4de013822c767876d29f0a6a99ed258 ssh-agent -k [2020-12-22T15:52:15.395Z] unset SSH_AUTH_SOCK; [2020-12-22T15:52:15.395Z] unset SSH_AGENT_PID; [2020-12-22T15:52:15.396Z] echo Agent pid 51 killed; [2020-12-22T15:52:15.441Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-22T15:52:15.896Z] + git semver [Pipeline] } [2020-12-22T15:52:15.925Z] $ docker stop --time=1 179384d60abdd784a719ee08a5e9043ef4de013822c767876d29f0a6a99ed258 [2020-12-22T15:52:17.285Z] $ docker rm -f 179384d60abdd784a719ee08a5e9043ef4de013822c767876d29f0a6a99ed258 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-22T15:52:17.802Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-22T15:52:18.211Z] Stashed 1 file(s) [Pipeline] echo [2020-12-22T15:52:18.214Z] [edgeXSemver]: initialized semver on version 1.3.1-dev.2 [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-12-22T15:52:33.841Z] Still waiting to schedule task [2020-12-22T15:52:33.842Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-12-22T15:52:33.844Z] Still waiting to schedule task [2020-12-22T15:52:33.844Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-22T15:54:23.601Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-17193 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] ws [2020-12-22T15:54:23.659Z] Running in /w/workspace/device-sdk-c/50 [Pipeline] { [Pipeline] checkout [2020-12-22T15:54:28.447Z] using credential edgex-jenkins-ssh [2020-12-22T15:54:28.511Z] Cloning the remote Git repository [2020-12-22T15:54:28.568Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-12-22T15:54:28.686Z] > git init /w/workspace/device-sdk-c/50 # timeout=10 [2020-12-22T15:54:28.774Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-12-22T15:54:28.775Z] > git --version # timeout=10 [2020-12-22T15:54:28.793Z] > git --version # 'git version 2.17.1' [2020-12-22T15:54:28.795Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-22T15:54:28.858Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-22T15:54:29.852Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-12-22T15:54:29.881Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-22T15:54:30.446Z] Checking out Revision f0de00cff149ffe86b90fb2b2675cd2706e94b93 (master) [2020-12-22T15:54:29.909Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-12-22T15:54:29.940Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-12-22T15:54:29.940Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-22T15:54:29.952Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-22T15:54:30.464Z] > git config core.sparsecheckout # timeout=10 [2020-12-22T15:54:30.484Z] > git checkout -f f0de00cff149ffe86b90fb2b2675cd2706e94b93 # timeout=10 [2020-12-22T15:54:34.521Z] Running on prd-centos7-docker-4c-2g-17194 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] ws [2020-12-22T15:54:34.579Z] Running in /w/workspace/device-sdk-c/50 [Pipeline] { [Pipeline] checkout [2020-12-22T15:54:34.828Z] Commit message: "ci: standardize dockerfiles (#317)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-22T15:54:36.502Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-22T15:54:36.914Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-22T15:54:37.084Z] using credential edgex-jenkins-ssh [2020-12-22T15:54:37.137Z] Cloning the remote Git repository [2020-12-22T15:54:37.259Z] + sudo service docker restart [2020-12-22T15:54:37.259Z] + true [2020-12-22T15:54:36.586Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-12-22T15:54:36.668Z] > git init /w/workspace/device-sdk-c/50 # timeout=10 [2020-12-22T15:54:36.809Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-12-22T15:54:36.809Z] > git --version # timeout=10 [2020-12-22T15:54:36.815Z] > git --version # 'git version 2.24.3' [2020-12-22T15:54:36.816Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-22T15:54:36.848Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-22T15:54:38.472Z] Checking out Revision f0de00cff149ffe86b90fb2b2675cd2706e94b93 (master) [2020-12-22T15:54:37.546Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-12-22T15:54:37.552Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-22T15:54:37.570Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-12-22T15:54:37.584Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-12-22T15:54:37.585Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-22T15:54:37.588Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-22T15:54:38.013Z] > git config core.sparsecheckout # timeout=10 [2020-12-22T15:54:38.019Z] > git checkout -f f0de00cff149ffe86b90fb2b2675cd2706e94b93 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-22T15:54:39.964Z] provisioning config files... [2020-12-22T15:54:40.005Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/device-sdk-c/50@tmp/config2262098643886531460tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-22T15:54:40.551Z] ---> docker-login.sh [2020-12-22T15:54:40.551Z] nexus3.edgexfoundry.org:10001 [2020-12-22T15:54:41.538Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T15:54:41.811Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T15:54:41.811Z] Configure a credential helper to remove this warning. See [2020-12-22T15:54:41.811Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T15:54:41.811Z] [2020-12-22T15:54:41.811Z] Login Succeeded [2020-12-22T15:54:41.811Z] nexus3.edgexfoundry.org:10002 [2020-12-22T15:54:41.847Z] Commit message: "ci: standardize dockerfiles (#317)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2020-12-22T15:54:42.410Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T15:54:42.410Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T15:54:42.410Z] Configure a credential helper to remove this warning. See [2020-12-22T15:54:42.410Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T15:54:42.410Z] [2020-12-22T15:54:42.410Z] Login Succeeded [2020-12-22T15:54:42.410Z] nexus3.edgexfoundry.org:10003 [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-22T15:54:43.021Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T15:54:43.021Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T15:54:43.021Z] Configure a credential helper to remove this warning. See [2020-12-22T15:54:43.021Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T15:54:43.021Z] [2020-12-22T15:54:43.021Z] Login Succeeded [2020-12-22T15:54:43.021Z] nexus3.edgexfoundry.org:10004 [2020-12-22T15:54:43.099Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-22T15:54:43.297Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T15:54:43.424Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-22T15:54:43.572Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T15:54:43.572Z] Configure a credential helper to remove this warning. See [2020-12-22T15:54:43.572Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T15:54:43.572Z] [2020-12-22T15:54:43.572Z] Login Succeeded [2020-12-22T15:54:43.572Z] docker.io [2020-12-22T15:54:43.724Z] + sudo service docker restart [2020-12-22T15:54:43.724Z] + true [2020-12-22T15:54:43.724Z] Redirecting to /bin/systemctl restart docker.service [2020-12-22T15:54:43.848Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T15:54:44.444Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T15:54:44.444Z] Configure a credential helper to remove this warning. See [2020-12-22T15:54:44.444Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T15:54:44.444Z] [2020-12-22T15:54:44.444Z] Login Succeeded [2020-12-22T15:54:44.444Z] ---> docker-login.sh ends [Pipeline] } [2020-12-22T15:54:44.463Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-22T15:54:44.730Z] provisioning config files... [2020-12-22T15:54:44.755Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/device-sdk-c/50@tmp/config8825480875967846348tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] echo [2020-12-22T15:54:44.964Z] ========================================================= [2020-12-22T15:54:44.964Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] [2020-12-22T15:54:44.964Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-22T15:54:45.153Z] ---> docker-login.sh [2020-12-22T15:54:45.153Z] nexus3.edgexfoundry.org:10001 [2020-12-22T15:54:45.336Z] + docker build -t ci-base-image-arm64 -f scripts/Dockerfile.alpine-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest . [2020-12-22T15:54:45.416Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T15:54:45.416Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T15:54:45.416Z] Configure a credential helper to remove this warning. See [2020-12-22T15:54:45.416Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T15:54:45.416Z] [2020-12-22T15:54:45.416Z] Login Succeeded [2020-12-22T15:54:45.416Z] nexus3.edgexfoundry.org:10002 [2020-12-22T15:54:45.610Z] Sending build context to Docker daemon 2.374MB [2020-12-22T15:54:45.610Z] Step 1/21 : ARG BASE=alpine:3.12 [2020-12-22T15:54:45.610Z] Step 2/21 : FROM ${BASE} as builder [2020-12-22T15:54:45.680Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T15:54:45.680Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T15:54:45.680Z] Configure a credential helper to remove this warning. See [2020-12-22T15:54:45.680Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T15:54:45.680Z] [2020-12-22T15:54:45.680Z] Login Succeeded [2020-12-22T15:54:45.680Z] nexus3.edgexfoundry.org:10003 [2020-12-22T15:54:45.885Z] latest: Pulling from edgex-devops/edgex-gcc-base-arm64 [2020-12-22T15:54:45.885Z] 0362ad1dd800: Pulling fs layer [2020-12-22T15:54:45.885Z] f2cdb1532d8b: Pulling fs layer [2020-12-22T15:54:45.885Z] 37ed683be191: Pulling fs layer [2020-12-22T15:54:45.885Z] f2cdb1532d8b: Verifying Checksum [2020-12-22T15:54:45.885Z] f2cdb1532d8b: Download complete [2020-12-22T15:54:45.942Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T15:54:46.483Z] 0362ad1dd800: Verifying Checksum [2020-12-22T15:54:46.483Z] 0362ad1dd800: Download complete [2020-12-22T15:54:46.518Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T15:54:46.518Z] Configure a credential helper to remove this warning. See [2020-12-22T15:54:46.518Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T15:54:46.518Z] [2020-12-22T15:54:46.518Z] Login Succeeded [2020-12-22T15:54:46.518Z] nexus3.edgexfoundry.org:10004 [2020-12-22T15:54:46.518Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T15:54:46.780Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T15:54:46.780Z] Configure a credential helper to remove this warning. See [2020-12-22T15:54:46.780Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T15:54:46.780Z] [2020-12-22T15:54:46.780Z] Login Succeeded [2020-12-22T15:54:46.780Z] docker.io [2020-12-22T15:54:46.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T15:54:47.044Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T15:54:47.044Z] Configure a credential helper to remove this warning. See [2020-12-22T15:54:47.044Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T15:54:47.044Z] [2020-12-22T15:54:47.044Z] Login Succeeded [2020-12-22T15:54:47.044Z] ---> docker-login.sh ends [Pipeline] } [2020-12-22T15:54:47.054Z] Deleting 1 temporary files [Pipeline] // wrap [2020-12-22T15:54:47.112Z] 0362ad1dd800: Pull complete [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-22T15:54:47.334Z] ========================================================= [2020-12-22T15:54:47.334Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2020-12-22T15:54:47.334Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-22T15:54:47.672Z] + docker build -t ci-base-image-x86_64 -f scripts/Dockerfile.alpine-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest . [2020-12-22T15:54:47.672Z] Sending build context to Docker daemon 2.375MB [2020-12-22T15:54:47.672Z] Step 1/21 : ARG BASE=alpine:3.12 [2020-12-22T15:54:47.672Z] Step 2/21 : FROM ${BASE} as builder [2020-12-22T15:54:47.709Z] f2cdb1532d8b: Pull complete [2020-12-22T15:54:47.935Z] latest: Pulling from edgex-devops/edgex-gcc-base [2020-12-22T15:54:47.935Z] e7c96db7181b: Pulling fs layer [2020-12-22T15:54:47.935Z] 4c13bbce0fe7: Pulling fs layer [2020-12-22T15:54:47.935Z] 6059c847ac2f: Pulling fs layer [2020-12-22T15:54:47.935Z] 4c13bbce0fe7: Download complete [2020-12-22T15:54:48.514Z] e7c96db7181b: Verifying Checksum [2020-12-22T15:54:48.514Z] e7c96db7181b: Download complete [2020-12-22T15:54:48.781Z] e7c96db7181b: Pull complete [2020-12-22T15:54:48.781Z] 4c13bbce0fe7: Pull complete [2020-12-22T15:54:49.146Z] 37ed683be191: Verifying Checksum [2020-12-22T15:54:49.146Z] 37ed683be191: Download complete [2020-12-22T15:54:50.174Z] 6059c847ac2f: Verifying Checksum [2020-12-22T15:54:50.174Z] 6059c847ac2f: Download complete [2020-12-22T15:54:55.500Z] 6059c847ac2f: Pull complete [2020-12-22T15:54:55.500Z] Digest: sha256:6b5104d086ae1e5e8a284a473be9a93378e3934f9b07db5717372c857cbcbe5e [2020-12-22T15:54:55.500Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [2020-12-22T15:54:55.500Z] ---> 5eabd8fd8ba2 [2020-12-22T15:54:55.500Z] 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-12-22T15:54:56.897Z] ---> Running in 9633b40f993e [2020-12-22T15:54:57.844Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-12-22T15:54:58.793Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-12-22T15:54:59.055Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-12-22T15:54:59.055Z] (2/8) Installing libuuid (2.33-r0) [2020-12-22T15:54:59.055Z] (3/8) Installing libblkid (2.33-r0) [2020-12-22T15:54:59.311Z] 37ed683be191: Pull complete [2020-12-22T15:54:59.311Z] Digest: sha256:f3a502aba7c4a8aa4a4fcde21dbb9db33787f3779e80dd14fb3ea60ab67de23f [2020-12-22T15:54:59.311Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest [2020-12-22T15:54:59.311Z] ---> b23d30803547 [2020-12-22T15:54:59.311Z] 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-12-22T15:54:59.317Z] (4/8) Installing libfdisk (2.33-r0) [2020-12-22T15:54:59.317Z] (5/8) Installing libmount (2.33-r0) [2020-12-22T15:54:59.317Z] (6/8) Installing libsmartcols (2.33-r0) [2020-12-22T15:54:59.579Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-12-22T15:54:59.845Z] (8/8) Installing wget (1.20.3-r0) [2020-12-22T15:54:59.845Z] Executing busybox-1.29.3-r10.trigger [2020-12-22T15:54:59.845Z] OK: 272 MiB in 83 packages [2020-12-22T15:54:59.910Z] ---> Running in c36c59be7c1f [2020-12-22T15:55:00.793Z] Removing intermediate container 9633b40f993e [2020-12-22T15:55:00.793Z] ---> e64959426021 [2020-12-22T15:55:00.793Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-12-22T15:55:00.793Z] ---> Running in 68433e982a24 [2020-12-22T15:55:00.793Z] Removing intermediate container 68433e982a24 [2020-12-22T15:55:00.793Z] ---> 033b6d604214 [2020-12-22T15:55:00.793Z] 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-12-22T15:55:00.793Z] ---> Running in f67bbbb628f4 [2020-12-22T15:55:00.888Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-12-22T15:55:01.369Z] --2020-12-22 15:55:01-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-12-22T15:55:01.369Z] Resolving github.com... 140.82.112.4 [2020-12-22T15:55:01.369Z] Connecting to github.com|140.82.112.4|:443... connected. [2020-12-22T15:55:01.369Z] HTTP request sent, awaiting response... 302 Found [2020-12-22T15:55:01.369Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-12-22T15:55:01.369Z] --2020-12-22 15:55:01-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-12-22T15:55:01.369Z] Resolving codeload.github.com... 140.82.113.10 [2020-12-22T15:55:01.369Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2020-12-22T15:55:01.634Z] HTTP request sent, awaiting response... 200 OK [2020-12-22T15:55:01.634Z] Length: unspecified [application/x-gzip] [2020-12-22T15:55:01.634Z] Saving to: 'STDOUT' [2020-12-22T15:55:01.634Z] [2020-12-22T15:55:01.634Z] 0K .......... .......... .......... .......... .......... 1.39M [2020-12-22T15:55:01.634Z] 50K .......... .......... .......... .......... .......... 2.92M [2020-12-22T15:55:01.634Z] 100K .......... .......... .......... .......... .......... 37.4M [2020-12-22T15:55:01.634Z] 150K .......... .......... .......... .......... .......... 3.10M [2020-12-22T15:55:01.634Z] 200K .......... .......... .......... .......... .......... 32.0M [2020-12-22T15:55:01.634Z] 250K .......... .......... .......... .......... .......... 9.93M [2020-12-22T15:55:01.634Z] 300K .......... .......... .......... .......... .......... 7.39M [2020-12-22T15:55:01.634Z] 350K .......... .......... .......... .......... .......... 4.90M [2020-12-22T15:55:01.634Z] 400K .......... .......... .......... .......... .......... 5.89M [2020-12-22T15:55:01.634Z] 450K .......... .......... .......... .......... .......... 7.90M [2020-12-22T15:55:01.871Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-12-22T15:55:01.903Z] 500K .......... .......... .......... .......... .......... 14.2M [2020-12-22T15:55:01.903Z] 550K .......... .......... .......... .......... .......... 4.18M [2020-12-22T15:55:01.903Z] 600K .......... .......... .......... .......... .......... 2.43M [2020-12-22T15:55:01.903Z] 650K .......... .......... .......... .......... .......... 4.20M [2020-12-22T15:55:01.903Z] 700K .. 44.2M=0.2s [2020-12-22T15:55:01.903Z] [2020-12-22T15:55:01.903Z] 2020-12-22 15:55:01 (4.47 MB/s) - written to stdout [719348] [2020-12-22T15:55:01.903Z] [2020-12-22T15:55:01.903Z] -- The C compiler identification is GNU 8.3.0 [2020-12-22T15:55:01.903Z] -- The CXX compiler identification is GNU 8.3.0 [2020-12-22T15:55:02.144Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-12-22T15:55:02.144Z] (2/8) Installing libuuid (2.33-r0) [2020-12-22T15:55:02.167Z] -- Check for working C compiler: /usr/bin/cc [2020-12-22T15:55:02.167Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-12-22T15:55:02.167Z] -- Detecting C compiler ABI info [2020-12-22T15:55:02.167Z] -- Detecting C compiler ABI info - done [2020-12-22T15:55:02.168Z] -- Detecting C compile features [2020-12-22T15:55:02.416Z] (3/8) Installing libblkid (2.33-r0) [2020-12-22T15:55:02.416Z] (4/8) Installing libfdisk (2.33-r0) [2020-12-22T15:55:02.416Z] (5/8) Installing libmount (2.33-r0) [2020-12-22T15:55:02.430Z] -- Detecting C compile features - done [2020-12-22T15:55:02.430Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-12-22T15:55:02.430Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-12-22T15:55:02.430Z] -- Detecting CXX compiler ABI info [2020-12-22T15:55:02.689Z] (6/8) Installing libsmartcols (2.33-r0) [2020-12-22T15:55:02.689Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-12-22T15:55:02.692Z] -- Detecting CXX compiler ABI info - done [2020-12-22T15:55:02.692Z] -- Detecting CXX compile features [2020-12-22T15:55:02.955Z] -- Detecting CXX compile features - done [2020-12-22T15:55:02.955Z] -- Looking for include file endian.h [2020-12-22T15:55:02.963Z] (8/8) Installing wget (1.20.3-r0) [2020-12-22T15:55:03.217Z] -- Looking for include file endian.h - found [2020-12-22T15:55:03.217Z] -- Check if the system is big endian [2020-12-22T15:55:03.217Z] -- Searching 16 bit integer [2020-12-22T15:55:03.217Z] -- Looking for sys/types.h [2020-12-22T15:55:03.217Z] -- Looking for sys/types.h - found [2020-12-22T15:55:03.217Z] -- Looking for stdint.h [2020-12-22T15:55:03.217Z] -- Looking for stdint.h - found [2020-12-22T15:55:03.217Z] -- Looking for stddef.h [2020-12-22T15:55:03.235Z] Executing busybox-1.29.3-r10.trigger [2020-12-22T15:55:03.236Z] OK: 285 MiB in 83 packages [2020-12-22T15:55:03.478Z] -- Looking for stddef.h - found [2020-12-22T15:55:03.478Z] -- Check size of unsigned short [2020-12-22T15:55:03.478Z] -- Check size of unsigned short - done [2020-12-22T15:55:03.478Z] -- Using unsigned short [2020-12-22T15:55:03.478Z] -- Check if the system is big endian - little endian [2020-12-22T15:55:03.478Z] -- Check size of size_t [2020-12-22T15:55:03.740Z] -- Check size of size_t - done [2020-12-22T15:55:03.740Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-12-22T15:55:03.740Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-12-22T15:55:03.740Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-12-22T15:55:03.740Z] CMake did not find one. [2020-12-22T15:55:03.740Z] [2020-12-22T15:55:03.740Z] Could not find a package configuration file provided by "cJSON" with any of [2020-12-22T15:55:03.740Z] the following names: [2020-12-22T15:55:03.740Z] [2020-12-22T15:55:03.740Z] cJSONConfig.cmake [2020-12-22T15:55:03.740Z] cjson-config.cmake [2020-12-22T15:55:03.740Z] [2020-12-22T15:55:03.740Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-12-22T15:55:03.740Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-12-22T15:55:03.740Z] provides a separate development package or SDK, be sure it has been [2020-12-22T15:55:03.740Z] installed. [2020-12-22T15:55:03.740Z] [2020-12-22T15:55:03.740Z] [2020-12-22T15:55:03.740Z] -- Configuring done [2020-12-22T15:55:03.740Z] -- Generating done [2020-12-22T15:55:03.740Z] -- Build files have been written to: /tmp/cbor [2020-12-22T15:55:03.740Z] Scanning dependencies of target cbor_shared [2020-12-22T15:55:03.740Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-12-22T15:55:04.003Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-12-22T15:55:04.264Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-12-22T15:55:04.264Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-12-22T15:55:04.264Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-12-22T15:55:04.526Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-12-22T15:55:04.526Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-12-22T15:55:04.526Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-12-22T15:55:04.526Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-12-22T15:55:04.681Z] Removing intermediate container c36c59be7c1f [2020-12-22T15:55:04.681Z] ---> 55e951f2a460 [2020-12-22T15:55:04.681Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-12-22T15:55:04.681Z] ---> Running in c8d783b6596c [2020-12-22T15:55:04.789Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-12-22T15:55:04.789Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-12-22T15:55:04.789Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-12-22T15:55:05.053Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-12-22T15:55:05.053Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-12-22T15:55:05.053Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-12-22T15:55:05.279Z] Removing intermediate container c8d783b6596c [2020-12-22T15:55:05.280Z] ---> 7b9349f9eef3 [2020-12-22T15:55:05.280Z] 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-12-22T15:55:05.280Z] ---> Running in 6affdc57fc7b [2020-12-22T15:55:05.316Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-12-22T15:55:05.316Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-12-22T15:55:05.316Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-12-22T15:55:05.578Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-12-22T15:55:05.578Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-12-22T15:55:05.578Z] [ 40%] Linking C shared library libcbor.so [2020-12-22T15:55:05.578Z] [ 40%] Built target cbor_shared [2020-12-22T15:55:05.578Z] Scanning dependencies of target cbor [2020-12-22T15:55:05.578Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-12-22T15:55:05.840Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-12-22T15:55:06.103Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-12-22T15:55:06.103Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-12-22T15:55:06.262Z] --2020-12-22 15:55:06-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-12-22T15:55:06.262Z] Resolving github.com... 140.82.112.4 [2020-12-22T15:55:06.262Z] Connecting to github.com|140.82.112.4|:443... connected. [2020-12-22T15:55:06.369Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-12-22T15:55:06.369Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-12-22T15:55:06.369Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-12-22T15:55:06.546Z] HTTP request sent, awaiting response... 302 Found [2020-12-22T15:55:06.546Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-12-22T15:55:06.546Z] --2020-12-22 15:55:06-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-12-22T15:55:06.546Z] Resolving codeload.github.com... 140.82.113.10 [2020-12-22T15:55:06.546Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2020-12-22T15:55:06.546Z] HTTP request sent, awaiting response... 200 OK [2020-12-22T15:55:06.546Z] Length: unspecified [application/x-gzip] [2020-12-22T15:55:06.546Z] Saving to: 'STDOUT' [2020-12-22T15:55:06.546Z] [2020-12-22T15:55:06.546Z] 0K .......... .......... .......... .......... .......... 1.32M [2020-12-22T15:55:06.546Z] 50K .......... .......... .......... .......... .......... 4.17M [2020-12-22T15:55:06.546Z] 100K .......... .......... .......... .......... .......... 5.52M [2020-12-22T15:55:06.546Z] 150K .......... .......... .......... .......... .......... 6.72M [2020-12-22T15:55:06.546Z] 200K .......... .......... .......... .......... .......... 4.71M [2020-12-22T15:55:06.546Z] 250K .......... .......... .......... .......... .......... 4.38M [2020-12-22T15:55:06.632Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-12-22T15:55:06.632Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-12-22T15:55:06.632Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-12-22T15:55:06.822Z] 300K .......... .......... .......... .......... .......... 3.73M [2020-12-22T15:55:06.823Z] 350K .......... .......... .......... .......... .......... 5.54M [2020-12-22T15:55:06.823Z] 400K .......... .......... .......... .......... .......... 1.34M [2020-12-22T15:55:06.823Z] 450K .......... .......... .......... .......... .......... 5.86M [2020-12-22T15:55:06.823Z] 500K .......... .......... .......... .......... .......... 6.52M [2020-12-22T15:55:06.823Z] 550K .......... .......... .......... .......... .......... 2.86M [2020-12-22T15:55:06.823Z] 600K .......... .......... .......... .......... .......... 920K [2020-12-22T15:55:06.823Z] 650K .......... .......... .......... .......... .......... 4.93M [2020-12-22T15:55:06.823Z] 700K .. 4746G=0.2s [2020-12-22T15:55:06.823Z] [2020-12-22T15:55:06.823Z] 2020-12-22 15:55:06 (2.84 MB/s) - written to stdout [719348] [2020-12-22T15:55:06.823Z] [2020-12-22T15:55:06.894Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-12-22T15:55:06.894Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-12-22T15:55:07.107Z] -- The C compiler identification is GNU 8.3.0 [2020-12-22T15:55:07.156Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-12-22T15:55:07.156Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-12-22T15:55:07.156Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-12-22T15:55:07.156Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-12-22T15:55:07.382Z] -- The CXX compiler identification is GNU 8.3.0 [2020-12-22T15:55:07.382Z] -- Check for working C compiler: /usr/bin/cc [2020-12-22T15:55:07.418Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-12-22T15:55:07.418Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-12-22T15:55:07.418Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-12-22T15:55:07.657Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-12-22T15:55:07.658Z] -- Detecting C compiler ABI info [2020-12-22T15:55:07.682Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-12-22T15:55:07.682Z] [ 80%] Linking C static library libcbor.a [2020-12-22T15:55:07.682Z] [ 80%] Built target cbor [2020-12-22T15:55:07.682Z] Scanning dependencies of target create_items [2020-12-22T15:55:07.682Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-12-22T15:55:07.682Z] [ 84%] Linking C executable create_items [2020-12-22T15:55:07.682Z] [ 84%] Built target create_items [2020-12-22T15:55:07.682Z] Scanning dependencies of target readfile [2020-12-22T15:55:07.682Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-12-22T15:55:07.930Z] -- Detecting C compiler ABI info - done [2020-12-22T15:55:07.930Z] -- Detecting C compile features [2020-12-22T15:55:07.944Z] [ 88%] Linking C executable readfile [2020-12-22T15:55:07.944Z] [ 88%] Built target readfile [2020-12-22T15:55:07.944Z] Scanning dependencies of target streaming_parser [2020-12-22T15:55:07.944Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-12-22T15:55:07.944Z] [ 92%] Linking C executable streaming_parser [2020-12-22T15:55:07.944Z] [ 92%] Built target streaming_parser [2020-12-22T15:55:07.944Z] Scanning dependencies of target sort [2020-12-22T15:55:07.944Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-12-22T15:55:08.206Z] [ 96%] Linking C executable sort [2020-12-22T15:55:08.206Z] [ 96%] Built target sort [2020-12-22T15:55:08.206Z] Scanning dependencies of target hello [2020-12-22T15:55:08.206Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-12-22T15:55:08.206Z] [100%] Linking C executable hello [2020-12-22T15:55:08.206Z] [100%] Built target hello [2020-12-22T15:55:08.206Z] Install the project... [2020-12-22T15:55:08.206Z] -- Install configuration: "Release" [2020-12-22T15:55:08.206Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-12-22T15:55:08.206Z] -- Installing: /usr/local/lib64/libcbor.a [2020-12-22T15:55:08.206Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-12-22T15:55:08.206Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-12-22T15:55:08.206Z] -- Installing: /usr/local/lib64/libcbor.so [2020-12-22T15:55:08.206Z] -- Up-to-date: /usr/local/include/cbor [2020-12-22T15:55:08.206Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-12-22T15:55:08.206Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-12-22T15:55:08.206Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-12-22T15:55:08.206Z] -- Installing: /usr/local/include/cbor/common.h [2020-12-22T15:55:08.206Z] -- Installing: /usr/local/include/cbor/data.h [2020-12-22T15:55:08.206Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-12-22T15:55:08.206Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-12-22T15:55:08.206Z] -- Installing: /usr/local/include/cbor/internal [2020-12-22T15:55:08.206Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-12-22T15:55:08.206Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-12-22T15:55:08.206Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-12-22T15:55:08.206Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-12-22T15:55:08.206Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-12-22T15:55:08.206Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-12-22T15:55:08.206Z] -- Installing: /usr/local/include/cbor/ints.h [2020-12-22T15:55:08.206Z] -- Installing: /usr/local/include/cbor/maps.h [2020-12-22T15:55:08.206Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-12-22T15:55:08.206Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-12-22T15:55:08.206Z] -- Installing: /usr/local/include/cbor/strings.h [2020-12-22T15:55:08.206Z] -- Installing: /usr/local/include/cbor/tags.h [2020-12-22T15:55:08.206Z] -- Installing: /usr/local/include/cbor.h [2020-12-22T15:55:08.206Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-12-22T15:55:08.911Z] -- Detecting C compile features - done [2020-12-22T15:55:08.911Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-12-22T15:55:08.912Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-12-22T15:55:08.912Z] -- Detecting CXX compiler ABI info [2020-12-22T15:55:09.187Z] -- Detecting CXX compiler ABI info - done [2020-12-22T15:55:09.187Z] -- Detecting CXX compile features [2020-12-22T15:55:10.770Z] Removing intermediate container f67bbbb628f4 [2020-12-22T15:55:10.770Z] ---> cd6103aee755 [2020-12-22T15:55:10.770Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-12-22T15:55:10.770Z] ---> Running in 62ba7b1c95bf [2020-12-22T15:55:11.157Z] -- Detecting CXX compile features - done [2020-12-22T15:55:11.157Z] -- Looking for include file endian.h [2020-12-22T15:55:11.157Z] -- Looking for include file endian.h - found [2020-12-22T15:55:11.157Z] -- Check if the system is big endian [2020-12-22T15:55:11.157Z] -- Searching 16 bit integer [2020-12-22T15:55:11.157Z] -- Looking for sys/types.h [2020-12-22T15:55:11.430Z] -- Looking for sys/types.h - found [2020-12-22T15:55:11.430Z] -- Looking for stdint.h [2020-12-22T15:55:11.703Z] -- Looking for stdint.h - found [2020-12-22T15:55:11.703Z] -- Looking for stddef.h [2020-12-22T15:55:11.703Z] -- Looking for stddef.h - found [2020-12-22T15:55:11.703Z] -- Check size of unsigned short [2020-12-22T15:55:11.720Z] Removing intermediate container 62ba7b1c95bf [2020-12-22T15:55:11.720Z] ---> 0c7048faee7d [2020-12-22T15:55:11.720Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-12-22T15:55:11.976Z] -- Check size of unsigned short - done [2020-12-22T15:55:11.976Z] -- Using unsigned short [2020-12-22T15:55:11.983Z] ---> 3a8af3c6a6f5 [2020-12-22T15:55:11.983Z] Step 8/21 : COPY src /tmp/sdk/src [2020-12-22T15:55:12.249Z] -- Check if the system is big endian - little endian [2020-12-22T15:55:12.521Z] -- Check size of size_t [2020-12-22T15:55:12.521Z] -- Check size of size_t - done [2020-12-22T15:55:12.560Z] ---> 1fa22439c581 [2020-12-22T15:55:12.560Z] Step 9/21 : COPY include /tmp/sdk/include [2020-12-22T15:55:12.560Z] ---> 7d36069e5e78 [2020-12-22T15:55:12.560Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-12-22T15:55:12.794Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-12-22T15:55:12.794Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-12-22T15:55:12.794Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-12-22T15:55:12.794Z] CMake did not find one. [2020-12-22T15:55:12.794Z] [2020-12-22T15:55:12.794Z] Could not find a package configuration file provided by "cJSON" with any of [2020-12-22T15:55:12.794Z] the following names: [2020-12-22T15:55:12.794Z] [2020-12-22T15:55:12.794Z] cJSONConfig.cmake [2020-12-22T15:55:12.794Z] cjson-config.cmake [2020-12-22T15:55:12.794Z] [2020-12-22T15:55:12.794Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-12-22T15:55:12.794Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-12-22T15:55:12.794Z] provides a separate development package or SDK, be sure it has been [2020-12-22T15:55:12.794Z] installed. [2020-12-22T15:55:12.794Z] [2020-12-22T15:55:12.794Z] [2020-12-22T15:55:12.794Z] -- Configuring done [2020-12-22T15:55:12.794Z] -- Generating done [2020-12-22T15:55:12.794Z] -- Build files have been written to: /tmp/cbor [2020-12-22T15:55:12.823Z] ---> 7364e4c2dc99 [2020-12-22T15:55:12.823Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-12-22T15:55:13.066Z] Scanning dependencies of target cbor_shared [2020-12-22T15:55:13.066Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-12-22T15:55:13.085Z] ---> 758357250cf6 [2020-12-22T15:55:13.085Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-12-22T15:55:13.347Z] ---> e41c78499225 [2020-12-22T15:55:13.347Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-12-22T15:55:13.347Z] ---> Running in 74e8637730d5 [2020-12-22T15:55:13.609Z] + CPPCHECK=false [2020-12-22T15:55:13.609Z] + DOCGEN=false [2020-12-22T15:55:13.609Z] + TOMLVER=SDK-0.2 [2020-12-22T15:55:13.609Z] + CUTILVER=1.1.1 [2020-12-22T15:55:13.609Z] + '[' 0 -gt 0 ] [2020-12-22T15:55:13.609Z] + readlink -f ./scripts/build.sh [2020-12-22T15:55:13.609Z] + dirname /tmp/sdk/scripts/build.sh [2020-12-22T15:55:13.609Z] + dirname /tmp/sdk/scripts [2020-12-22T15:55:13.609Z] + ROOT=/tmp/sdk [2020-12-22T15:55:13.609Z] + cd /tmp/sdk [2020-12-22T15:55:13.609Z] + '[' '!' -d deps ] [2020-12-22T15:55:13.609Z] + mkdir deps [2020-12-22T15:55:13.609Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-12-22T15:55:13.609Z] + tar -C deps -z -x -f - [2020-12-22T15:55:13.609Z] --2020-12-22 15:55:13-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-12-22T15:55:13.871Z] Resolving github.com... 140.82.112.4 [2020-12-22T15:55:13.871Z] Connecting to github.com|140.82.112.4|:443... connected. [2020-12-22T15:55:13.871Z] HTTP request sent, awaiting response... 302 Found [2020-12-22T15:55:13.871Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-12-22T15:55:13.871Z] --2020-12-22 15:55:13-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-12-22T15:55:13.871Z] Resolving codeload.github.com... 140.82.113.10 [2020-12-22T15:55:13.871Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2020-12-22T15:55:14.044Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-12-22T15:55:14.135Z] HTTP request sent, awaiting response... 200 OK [2020-12-22T15:55:14.135Z] Length: unspecified [application/x-gzip] [2020-12-22T15:55:14.135Z] Saving to: 'STDOUT' [2020-12-22T15:55:14.135Z]  [2020-12-22T15:55:14.135Z] 0K .......... ......  1.07M=0.01s [2020-12-22T15:55:14.135Z] [2020-12-22T15:55:14.135Z] 2020-12-22 15:55:13 (1.07 MB/s) - written to stdout [16451] [2020-12-22T15:55:14.135Z] [2020-12-22T15:55:14.135Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-12-22T15:55:14.135Z] + wget -O+ - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.1.tar.gztar [2020-12-22T15:55:14.135Z] -C deps -z -x -f - [2020-12-22T15:55:14.135Z] --2020-12-22 15:55:13-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.1.tar.gz [2020-12-22T15:55:14.135Z] Resolving github.com... 140.82.112.4 [2020-12-22T15:55:14.135Z] Connecting to github.com|140.82.112.4|:443... connected. [2020-12-22T15:55:14.316Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-12-22T15:55:14.399Z] HTTP request sent, awaiting response... 302 Found [2020-12-22T15:55:14.399Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.1 [following] [2020-12-22T15:55:14.399Z] --2020-12-22 15:55:14-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.1 [2020-12-22T15:55:14.399Z] Resolving codeload.github.com... 140.82.113.10 [2020-12-22T15:55:14.399Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2020-12-22T15:55:14.399Z] HTTP request sent, awaiting response... 200 OK [2020-12-22T15:55:14.399Z] Length: unspecified [application/x-gzip] [2020-12-22T15:55:14.399Z] Saving to: 'STDOUT' [2020-12-22T15:55:14.399Z]  [2020-12-22T15:55:14.399Z] 0K .......... .......... .......... .......... .......... 1.63M [2020-12-22T15:55:14.399Z] 50K .......... .......... .......... .......... .......... 3.27M [2020-12-22T15:55:14.399Z] 100K .......... .......... .......... .......... .......... 25.2M [2020-12-22T15:55:14.589Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-12-22T15:55:14.661Z] 150K .......... .......... ..... 3.69M=0.05s [2020-12-22T15:55:14.661Z] [2020-12-22T15:55:14.661Z] 2020-12-22 15:55:14 (3.19 MB/s) - written to stdout [179833] [2020-12-22T15:55:14.661Z] [2020-12-22T15:55:14.661Z] + mkdir -p src/c/iot [2020-12-22T15:55:14.661Z] + cp deps/iotech-c-utils-1.1.1/src/c/base64.c deps/iotech-c-utils-1.1.1/src/c/component.c deps/iotech-c-utils-1.1.1/src/c/config.c deps/iotech-c-utils-1.1.1/src/c/container.c deps/iotech-c-utils-1.1.1/src/c/data.c deps/iotech-c-utils-1.1.1/src/c/hash.c deps/iotech-c-utils-1.1.1/src/c/iot.c deps/iotech-c-utils-1.1.1/src/c/json.c deps/iotech-c-utils-1.1.1/src/c/logger.c deps/iotech-c-utils-1.1.1/src/c/os.c deps/iotech-c-utils-1.1.1/src/c/scheduler.c deps/iotech-c-utils-1.1.1/src/c/thread.c deps/iotech-c-utils-1.1.1/src/c/threadpool.c deps/iotech-c-utils-1.1.1/src/c/time.c deps/iotech-c-utils-1.1.1/src/c/yxml.c src/c/iot [2020-12-22T15:55:14.661Z] + mkdir -p include/iot [2020-12-22T15:55:14.662Z] + cp deps/iotech-c-utils-1.1.1/include/iot/base64.h deps/iotech-c-utils-1.1.1/include/iot/component.h deps/iotech-c-utils-1.1.1/include/iot/config.h deps/iotech-c-utils-1.1.1/include/iot/container.h deps/iotech-c-utils-1.1.1/include/iot/data.h deps/iotech-c-utils-1.1.1/include/iot/hash.h deps/iotech-c-utils-1.1.1/include/iot/iot.h deps/iotech-c-utils-1.1.1/include/iot/json.h deps/iotech-c-utils-1.1.1/include/iot/logger.h deps/iotech-c-utils-1.1.1/include/iot/os.h deps/iotech-c-utils-1.1.1/include/iot/scheduler.h deps/iotech-c-utils-1.1.1/include/iot/thread.h deps/iotech-c-utils-1.1.1/include/iot/threadpool.h deps/iotech-c-utils-1.1.1/include/iot/time.h deps/iotech-c-utils-1.1.1/include/iot/typecode.h deps/iotech-c-utils-1.1.1/include/iot/yxml.h include/iot [2020-12-22T15:55:14.662Z] + mkdir -p include/iot/os [2020-12-22T15:55:14.662Z] + cp deps/iotech-c-utils-1.1.1/include/iot/os/linux.h deps/iotech-c-utils-1.1.1/include/iot/os/macos.h deps/iotech-c-utils-1.1.1/include/iot/os/zephyr.h include/iot/os [2020-12-22T15:55:14.662Z] + mkdir -p /tmp/sdk/build/release [2020-12-22T15:55:14.662Z] + cd /tmp/sdk/build/release [2020-12-22T15:55:14.662Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-12-22T15:55:14.662Z] -- The C compiler identification is GNU 8.3.0 [2020-12-22T15:55:14.662Z] -- Check for working C compiler: /usr/bin/cc [2020-12-22T15:55:14.662Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-12-22T15:55:14.662Z] -- Detecting C compiler ABI info [2020-12-22T15:55:14.923Z] -- Detecting C compiler ABI info - done [2020-12-22T15:55:14.923Z] -- Detecting C compile features [2020-12-22T15:55:15.182Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-12-22T15:55:15.185Z] -- Detecting C compile features - done [2020-12-22T15:55:15.185Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-12-22T15:55:15.185Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-12-22T15:55:15.185Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-12-22T15:55:15.185Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-12-22T15:55:15.185Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-12-22T15:55:15.185Z] -- C SDK 1.3.1-dev.2 for Linux [2020-12-22T15:55:15.185Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-12-22T15:55:15.185Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-12-22T15:55:15.185Z] -- Found Curses: /usr/lib/libcurses.so [2020-12-22T15:55:15.185Z] -- Configuring done [2020-12-22T15:55:15.447Z] -- Generating done [2020-12-22T15:55:15.447Z] -- Build files have been written to: /tmp/sdk/build/release [2020-12-22T15:55:15.447Z] + make [2020-12-22T15:55:15.447Z] + tee release.log [2020-12-22T15:55:15.447Z] Scanning dependencies of target csdk [2020-12-22T15:55:15.448Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-12-22T15:55:15.455Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-12-22T15:55:15.710Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-12-22T15:55:15.710Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2020-12-22T15:55:15.710Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-12-22T15:55:15.730Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-12-22T15:55:16.002Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-12-22T15:55:16.002Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-12-22T15:55:16.275Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-12-22T15:55:16.285Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-12-22T15:55:16.547Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-12-22T15:55:16.547Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-12-22T15:55:16.811Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-12-22T15:55:16.870Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-12-22T15:55:17.143Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-12-22T15:55:17.407Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-12-22T15:55:17.407Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-12-22T15:55:17.691Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-12-22T15:55:17.691Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-12-22T15:55:17.740Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-12-22T15:55:17.976Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-12-22T15:55:17.976Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-12-22T15:55:17.976Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-12-22T15:55:18.039Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-12-22T15:55:18.311Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-12-22T15:55:18.311Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-12-22T15:55:18.909Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-12-22T15:55:18.909Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-12-22T15:55:18.973Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-12-22T15:55:18.973Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-12-22T15:55:19.183Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-12-22T15:55:19.248Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-12-22T15:55:19.248Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-12-22T15:55:19.455Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-12-22T15:55:19.519Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-12-22T15:55:19.733Z] [ 40%] Linking C shared library libcbor.so [2020-12-22T15:55:19.733Z] [ 40%] Built target cbor_shared [2020-12-22T15:55:19.733Z] Scanning dependencies of target cbor [2020-12-22T15:55:20.006Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-12-22T15:55:20.094Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-12-22T15:55:20.094Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-12-22T15:55:20.094Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-12-22T15:55:20.357Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-12-22T15:55:20.357Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-12-22T15:55:20.357Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-12-22T15:55:20.601Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-12-22T15:55:20.619Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-12-22T15:55:20.881Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-12-22T15:55:20.881Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-12-22T15:55:21.142Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2020-12-22T15:55:21.198Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-12-22T15:55:21.404Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-12-22T15:55:21.470Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-12-22T15:55:21.667Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-12-22T15:55:21.930Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-12-22T15:55:21.930Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-12-22T15:55:22.442Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-12-22T15:55:22.715Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-12-22T15:55:22.988Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-12-22T15:55:22.988Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-12-22T15:55:23.261Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-12-22T15:55:23.320Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-12-22T15:55:23.320Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-12-22T15:55:23.320Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-12-22T15:55:23.320Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-12-22T15:55:23.533Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-12-22T15:55:23.587Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-12-22T15:55:24.161Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-12-22T15:55:24.423Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-12-22T15:55:24.508Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-12-22T15:55:24.508Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-12-22T15:55:25.106Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-12-22T15:55:25.367Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-12-22T15:55:25.367Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-12-22T15:55:25.378Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-12-22T15:55:25.649Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-12-22T15:55:25.923Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-12-22T15:55:25.941Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-12-22T15:55:25.941Z] [ 71%] Linking C shared library libcsdk.so [2020-12-22T15:55:25.941Z] [ 71%] Built target csdk [2020-12-22T15:55:25.941Z] Scanning dependencies of target template [2020-12-22T15:55:25.941Z] [ 73%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-12-22T15:55:26.201Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-12-22T15:55:26.208Z] [ 74%] Linking C executable template [2020-12-22T15:55:26.208Z] [ 74%] Built target template [2020-12-22T15:55:26.208Z] Scanning dependencies of target device-counter [2020-12-22T15:55:26.208Z] [ 76%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-12-22T15:55:26.471Z] [ 77%] Linking C executable device-counter [2020-12-22T15:55:26.471Z] [ 77%] Built target device-counter [2020-12-22T15:55:26.471Z] Scanning dependencies of target device-random [2020-12-22T15:55:26.471Z] [ 79%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-12-22T15:55:26.471Z] [ 80%] Linking C executable device-random [2020-12-22T15:55:26.475Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-12-22T15:55:26.738Z] [ 80%] Built target device-random [2020-12-22T15:55:26.738Z] Scanning dependencies of target device-gyro [2020-12-22T15:55:26.738Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-12-22T15:55:26.738Z] [ 84%] Linking C executable device-gyro [2020-12-22T15:55:26.738Z] [ 84%] Built target device-gyro [2020-12-22T15:55:26.749Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-12-22T15:55:27.001Z] Scanning dependencies of target device-bitfields [2020-12-22T15:55:27.001Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-12-22T15:55:27.001Z] [ 87%] Linking C executable device-bitfields [2020-12-22T15:55:27.001Z] [ 87%] Built target device-bitfields [2020-12-22T15:55:27.001Z] Scanning dependencies of target template-discovery [2020-12-22T15:55:27.001Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-12-22T15:55:27.020Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-12-22T15:55:27.020Z] [ 80%] Linking C static library libcbor.a [2020-12-22T15:55:27.264Z] [ 90%] Linking C executable template-discovery [2020-12-22T15:55:27.264Z] [ 90%] Built target template-discovery [2020-12-22T15:55:27.264Z] Scanning dependencies of target device-file [2020-12-22T15:55:27.264Z] [ 92%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-12-22T15:55:27.300Z] [ 80%] Built target cbor [2020-12-22T15:55:27.300Z] Scanning dependencies of target create_items [2020-12-22T15:55:27.300Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-12-22T15:55:27.300Z] [ 84%] Linking C executable create_items [2020-12-22T15:55:27.532Z] [ 93%] Linking C executable device-file [2020-12-22T15:55:27.532Z] [ 93%] Built target device-file [2020-12-22T15:55:27.532Z] Scanning dependencies of target device-terminal [2020-12-22T15:55:27.532Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-12-22T15:55:27.575Z] [ 84%] Built target create_items [2020-12-22T15:55:27.575Z] Scanning dependencies of target readfile [2020-12-22T15:55:27.575Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-12-22T15:55:27.794Z] [ 96%] Linking C executable device-terminal [2020-12-22T15:55:27.794Z] [ 96%] Built target device-terminal [2020-12-22T15:55:27.794Z] Scanning dependencies of target templatev1 [2020-12-22T15:55:27.794Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-12-22T15:55:27.846Z] [ 88%] Linking C executable readfile [2020-12-22T15:55:27.846Z] [ 88%] Built target readfile [2020-12-22T15:55:27.846Z] Scanning dependencies of target streaming_parser [2020-12-22T15:55:27.846Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-12-22T15:55:28.055Z] [100%] Linking C executable templatev1 [2020-12-22T15:55:28.055Z] [100%] Built target templatev1 [2020-12-22T15:55:28.055Z] + make package [2020-12-22T15:55:28.055Z] + tee -a release.log [2020-12-22T15:55:28.119Z] [ 92%] Linking C executable streaming_parser [2020-12-22T15:55:28.119Z] [ 92%] Built target streaming_parser [2020-12-22T15:55:28.119Z] Scanning dependencies of target sort [2020-12-22T15:55:28.119Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-12-22T15:55:28.316Z] [ 71%] Built target csdk [2020-12-22T15:55:28.316Z] [ 74%] Built target template [2020-12-22T15:55:28.316Z] [ 77%] Built target device-counter [2020-12-22T15:55:28.316Z] [ 80%] Built target device-random [2020-12-22T15:55:28.316Z] [ 84%] Built target device-gyro [2020-12-22T15:55:28.316Z] [ 87%] Built target device-bitfields [2020-12-22T15:55:28.316Z] [ 90%] Built target template-discovery [2020-12-22T15:55:28.316Z] [ 93%] Built target device-file [2020-12-22T15:55:28.316Z] [ 96%] Built target device-terminal [2020-12-22T15:55:28.316Z] [100%] Built target templatev1 [2020-12-22T15:55:28.316Z] Run CPack packaging tool... [2020-12-22T15:55:28.394Z] [ 96%] Linking C executable sort [2020-12-22T15:55:28.395Z] [ 96%] Built target sort [2020-12-22T15:55:28.578Z] CPack: Create package using TGZ [2020-12-22T15:55:28.578Z] CPack: Install projects [2020-12-22T15:55:28.578Z] CPack: - Run preinstall target for: Csdk [2020-12-22T15:55:28.578Z] CPack: - Install project: Csdk [2020-12-22T15:55:28.670Z] Scanning dependencies of target hello [2020-12-22T15:55:28.670Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-12-22T15:55:28.670Z] [100%] Linking C executable hello [2020-12-22T15:55:28.841Z] CPack: Create package [2020-12-22T15:55:28.841Z] CPack: - package: /tmp/sdk/build/release/csdk-1.3.1-dev.2.tar.gz generated. [2020-12-22T15:55:28.841Z] + '[' false '=' true ] [2020-12-22T15:55:28.841Z] + '[' false '=' true ] [2020-12-22T15:55:28.841Z] + mkdir -p /tmp/sdk/build/debug [2020-12-22T15:55:28.841Z] + cd /tmp/sdk/build/debug [2020-12-22T15:55:28.841Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-12-22T15:55:28.841Z] -- The C compiler identification is GNU 8.3.0 [2020-12-22T15:55:28.841Z] -- Check for working C compiler: /usr/bin/cc [2020-12-22T15:55:28.841Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-12-22T15:55:28.841Z] -- Detecting C compiler ABI info [2020-12-22T15:55:28.944Z] [100%] Built target hello [2020-12-22T15:55:28.945Z] Install the project... [2020-12-22T15:55:28.945Z] -- Install configuration: "Release" [2020-12-22T15:55:28.945Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-12-22T15:55:28.945Z] -- Installing: /usr/local/lib64/libcbor.a [2020-12-22T15:55:28.945Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-12-22T15:55:28.945Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-12-22T15:55:28.945Z] -- Installing: /usr/local/lib64/libcbor.so [2020-12-22T15:55:28.945Z] -- Up-to-date: /usr/local/include/cbor [2020-12-22T15:55:28.945Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-12-22T15:55:28.945Z] -- Installing: /usr/local/include/cbor/ints.h [2020-12-22T15:55:28.945Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-12-22T15:55:28.945Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-12-22T15:55:28.945Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-12-22T15:55:28.945Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-12-22T15:55:28.945Z] -- Installing: /usr/local/include/cbor/data.h [2020-12-22T15:55:28.945Z] -- Installing: /usr/local/include/cbor/common.h [2020-12-22T15:55:28.945Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-12-22T15:55:28.945Z] -- Installing: /usr/local/include/cbor/strings.h [2020-12-22T15:55:28.945Z] -- Installing: /usr/local/include/cbor/tags.h [2020-12-22T15:55:28.945Z] -- Installing: /usr/local/include/cbor/internal [2020-12-22T15:55:28.945Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-12-22T15:55:28.945Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-12-22T15:55:28.945Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-12-22T15:55:28.945Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-12-22T15:55:28.945Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-12-22T15:55:28.945Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-12-22T15:55:28.945Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-12-22T15:55:28.945Z] -- Installing: /usr/local/include/cbor/maps.h [2020-12-22T15:55:28.945Z] -- Installing: /usr/local/include/cbor.h [2020-12-22T15:55:28.945Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-12-22T15:55:29.104Z] -- Detecting C compiler ABI info - done [2020-12-22T15:55:29.104Z] -- Detecting C compile features [2020-12-22T15:55:29.366Z] -- Detecting C compile features - done [2020-12-22T15:55:29.366Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-12-22T15:55:29.366Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-12-22T15:55:29.366Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-12-22T15:55:29.366Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-12-22T15:55:29.366Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-12-22T15:55:29.366Z] -- C SDK 1.3.1-dev.2 for Linux [2020-12-22T15:55:29.366Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-12-22T15:55:29.366Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-12-22T15:55:29.366Z] -- Found Curses: /usr/lib/libcurses.so [2020-12-22T15:55:29.366Z] -- Configuring done [2020-12-22T15:55:29.628Z] -- Generating done [2020-12-22T15:55:29.628Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-12-22T15:55:29.628Z] + make [2020-12-22T15:55:29.628Z] + tee debug.log [2020-12-22T15:55:29.628Z] Scanning dependencies of target csdk [2020-12-22T15:55:29.628Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-12-22T15:55:29.628Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-12-22T15:55:29.891Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2020-12-22T15:55:29.891Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-12-22T15:55:30.153Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-12-22T15:55:30.153Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-12-22T15:55:30.153Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-12-22T15:55:30.415Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-12-22T15:55:30.415Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-12-22T15:55:30.677Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-12-22T15:55:30.677Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-12-22T15:55:30.677Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-12-22T15:55:30.913Z] Removing intermediate container 6affdc57fc7b [2020-12-22T15:55:30.913Z] ---> 7c20d1793eac [2020-12-22T15:55:30.913Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-12-22T15:55:30.938Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-12-22T15:55:30.938Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-12-22T15:55:30.938Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-12-22T15:55:31.191Z] ---> Running in ee4ad0e87ad4 [2020-12-22T15:55:31.201Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-12-22T15:55:31.201Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-12-22T15:55:31.462Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-12-22T15:55:31.462Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-12-22T15:55:31.462Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-12-22T15:55:31.725Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-12-22T15:55:31.725Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-12-22T15:55:31.725Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-12-22T15:55:32.000Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-12-22T15:55:32.001Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-12-22T15:55:32.001Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-12-22T15:55:32.001Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-12-22T15:55:32.263Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-12-22T15:55:32.263Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-12-22T15:55:32.263Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2020-12-22T15:55:32.526Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-12-22T15:55:32.526Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-12-22T15:55:32.526Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-12-22T15:55:32.787Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-12-22T15:55:33.049Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-12-22T15:55:33.049Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-12-22T15:55:33.049Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-12-22T15:55:33.310Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-12-22T15:55:33.310Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-12-22T15:55:33.572Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-12-22T15:55:33.572Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-12-22T15:55:33.812Z] Removing intermediate container ee4ad0e87ad4 [2020-12-22T15:55:33.812Z] ---> c67d87a6d555 [2020-12-22T15:55:33.812Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-12-22T15:55:33.834Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-12-22T15:55:34.086Z] ---> ebc9acef82aa [2020-12-22T15:55:34.086Z] Step 8/21 : COPY src /tmp/sdk/src [2020-12-22T15:55:34.095Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-12-22T15:55:34.096Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-12-22T15:55:34.096Z] [ 71%] Linking C shared library libcsdk.so [2020-12-22T15:55:34.357Z] [ 71%] Built target csdk [2020-12-22T15:55:34.357Z] Scanning dependencies of target template [2020-12-22T15:55:34.357Z] [ 73%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-12-22T15:55:34.357Z] [ 74%] Linking C executable template [2020-12-22T15:55:34.357Z] [ 74%] Built target template [2020-12-22T15:55:34.357Z] Scanning dependencies of target device-counter [2020-12-22T15:55:34.357Z] [ 76%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-12-22T15:55:34.618Z] [ 77%] Linking C executable device-counter [2020-12-22T15:55:34.619Z] [ 77%] Built target device-counter [2020-12-22T15:55:34.619Z] Scanning dependencies of target device-random [2020-12-22T15:55:34.619Z] [ 79%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-12-22T15:55:34.619Z] [ 80%] Linking C executable device-random [2020-12-22T15:55:34.619Z] [ 80%] Built target device-random [2020-12-22T15:55:34.619Z] Scanning dependencies of target device-gyro [2020-12-22T15:55:34.880Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-12-22T15:55:34.880Z] [ 84%] Linking C executable device-gyro [2020-12-22T15:55:34.880Z] [ 84%] Built target device-gyro [2020-12-22T15:55:34.880Z] Scanning dependencies of target device-bitfields [2020-12-22T15:55:34.880Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-12-22T15:55:34.880Z] [ 87%] Linking C executable device-bitfields [2020-12-22T15:55:35.067Z] ---> f7bfb130d555 [2020-12-22T15:55:35.067Z] Step 9/21 : COPY include /tmp/sdk/include [2020-12-22T15:55:35.142Z] [ 87%] Built target device-bitfields [2020-12-22T15:55:35.142Z] Scanning dependencies of target template-discovery [2020-12-22T15:55:35.142Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-12-22T15:55:35.142Z] [ 90%] Linking C executable template-discovery [2020-12-22T15:55:35.142Z] [ 90%] Built target template-discovery [2020-12-22T15:55:35.142Z] Scanning dependencies of target device-file [2020-12-22T15:55:35.142Z] [ 92%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-12-22T15:55:35.414Z] [ 93%] Linking C executable device-file [2020-12-22T15:55:35.414Z] [ 93%] Built target device-file [2020-12-22T15:55:35.414Z] Scanning dependencies of target device-terminal [2020-12-22T15:55:35.414Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-12-22T15:55:35.414Z] [ 96%] Linking C executable device-terminal [2020-12-22T15:55:35.671Z] ---> 506c45e556b0 [2020-12-22T15:55:35.671Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-12-22T15:55:35.678Z] [ 96%] Built target device-terminal [2020-12-22T15:55:35.678Z] Scanning dependencies of target templatev1 [2020-12-22T15:55:35.678Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-12-22T15:55:35.678Z] [100%] Linking C executable templatev1 [2020-12-22T15:55:35.678Z] [100%] Built target templatev1 [2020-12-22T15:55:35.678Z] make: Entering directory '/tmp/sdk/build/release' [2020-12-22T15:55:35.678Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-12-22T15:55:35.678Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-22T15:55:35.678Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T15:55:35.678Z] [ 71%] Built target csdk [2020-12-22T15:55:35.678Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-22T15:55:35.678Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T15:55:35.678Z] [ 74%] Built target template [2020-12-22T15:55:35.678Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-22T15:55:35.678Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T15:55:35.678Z] [ 77%] Built target device-counter [2020-12-22T15:55:35.678Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-22T15:55:35.944Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T15:55:35.944Z] [ 80%] Built target device-random [2020-12-22T15:55:35.944Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-22T15:55:35.944Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T15:55:35.944Z] [ 84%] Built target device-gyro [2020-12-22T15:55:35.944Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-22T15:55:35.944Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T15:55:35.944Z] [ 87%] Built target device-bitfields [2020-12-22T15:55:35.944Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-22T15:55:35.944Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T15:55:35.944Z] [ 90%] Built target template-discovery [2020-12-22T15:55:35.944Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-22T15:55:35.944Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T15:55:35.944Z] [ 93%] Built target device-file [2020-12-22T15:55:35.944Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-22T15:55:35.944Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T15:55:35.944Z] [ 96%] Built target device-terminal [2020-12-22T15:55:35.944Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-22T15:55:35.944Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T15:55:35.944Z] [100%] Built target templatev1 [2020-12-22T15:55:35.944Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T15:55:35.944Z] Install the project... [2020-12-22T15:55:35.944Z] -- Install configuration: "Release" [2020-12-22T15:55:35.944Z] -- Installing: /usr/local/lib/libcsdk.so [2020-12-22T15:55:35.944Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-12-22T15:55:35.944Z] -- Up-to-date: /usr/local/include [2020-12-22T15:55:35.944Z] -- Installing: /usr/local/include/devsdk [2020-12-22T15:55:35.944Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-12-22T15:55:35.944Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-12-22T15:55:35.944Z] -- Installing: /usr/local/include/edgex [2020-12-22T15:55:35.944Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-12-22T15:55:35.944Z] -- Installing: /usr/local/include/edgex/devices.h [2020-12-22T15:55:35.944Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-12-22T15:55:35.944Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-12-22T15:55:35.944Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-12-22T15:55:35.944Z] -- Installing: /usr/local/include/edgex/error.h [2020-12-22T15:55:35.944Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-12-22T15:55:35.944Z] -- Installing: /usr/local/include/edgex/os.h [2020-12-22T15:55:35.944Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-12-22T15:55:35.944Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-12-22T15:55:35.944Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-12-22T15:55:35.944Z] -- Installing: /usr/local/include/iot [2020-12-22T15:55:35.944Z] -- Installing: /usr/local/include/iot/base64.h [2020-12-22T15:55:35.944Z] -- Installing: /usr/local/include/iot/component.h [2020-12-22T15:55:35.944Z] -- Installing: /usr/local/include/iot/config.h [2020-12-22T15:55:35.944Z] -- Installing: /usr/local/include/iot/container.h [2020-12-22T15:55:35.944Z] -- Installing: /usr/local/include/iot/data.h [2020-12-22T15:55:35.944Z] -- Installing: /usr/local/include/iot/hash.h [2020-12-22T15:55:35.944Z] -- Installing: /usr/local/include/iot/iot.h [2020-12-22T15:55:35.944Z] -- Installing: /usr/local/include/iot/json.h [2020-12-22T15:55:35.944Z] -- Installing: /usr/local/include/iot/logger.h [2020-12-22T15:55:35.944Z] -- Installing: /usr/local/include/iot/os.h [2020-12-22T15:55:35.944Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-12-22T15:55:35.944Z] -- Installing: /usr/local/include/iot/thread.h [2020-12-22T15:55:35.944Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-12-22T15:55:35.944Z] -- Installing: /usr/local/include/iot/time.h [2020-12-22T15:55:35.944Z] -- Installing: /usr/local/include/iot/typecode.h [2020-12-22T15:55:35.944Z] -- Installing: /usr/local/include/iot/yxml.h [2020-12-22T15:55:35.944Z] -- Installing: /usr/local/include/iot/os [2020-12-22T15:55:35.944Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-12-22T15:55:35.944Z] -- Installing: /usr/local/include/iot/os/macos.h [2020-12-22T15:55:35.944Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-12-22T15:55:35.944Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-12-22T15:55:35.944Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-12-22T15:55:35.944Z] make: Leaving directory '/tmp/sdk/build/release' [2020-12-22T15:55:36.268Z] ---> f2298e241a20 [2020-12-22T15:55:36.268Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-12-22T15:55:36.863Z] ---> 7400ffa850f0 [2020-12-22T15:55:36.863Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-12-22T15:55:37.459Z] ---> 9b9e86d52104 [2020-12-22T15:55:37.459Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-12-22T15:55:37.731Z] ---> Running in aba1fe65848d [2020-12-22T15:55:38.512Z] Removing intermediate container 74e8637730d5 [2020-12-22T15:55:38.512Z] ---> 0b8cb072b81a [2020-12-22T15:55:38.512Z] Step 14/21 : FROM ${BASE} [2020-12-22T15:55:38.512Z] ---> 5eabd8fd8ba2 [2020-12-22T15:55:38.513Z] Step 15/21 : LABEL maintainer="IOTech " [2020-12-22T15:55:38.513Z] ---> Running in 226d13ea83e5 [2020-12-22T15:55:38.513Z] Removing intermediate container 226d13ea83e5 [2020-12-22T15:55:38.513Z] ---> 4874f02d7dfe [2020-12-22T15:55:38.513Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-12-22T15:55:38.513Z] ---> Running in dc13493aa4f9 [2020-12-22T15:55:38.715Z] + CPPCHECK=false [2020-12-22T15:55:38.715Z] + DOCGEN=false [2020-12-22T15:55:38.715Z] + TOMLVER=SDK-0.2 [2020-12-22T15:55:38.715Z] + CUTILVER=1.1.1 [2020-12-22T15:55:38.715Z] + '[' 0 -gt 0 ] [2020-12-22T15:55:38.715Z] + readlink -f ./scripts/build.sh [2020-12-22T15:55:38.715Z] + dirname /tmp/sdk/scripts/build.sh [2020-12-22T15:55:38.715Z] + dirname /tmp/sdk/scripts [2020-12-22T15:55:38.715Z] + ROOT=/tmp/sdk [2020-12-22T15:55:38.715Z] + cd /tmp/sdk [2020-12-22T15:55:38.715Z] + '[' '!' -d deps ] [2020-12-22T15:55:38.715Z] + mkdir deps [2020-12-22T15:55:38.715Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-12-22T15:55:38.715Z] + tar -C deps -z -x -f - [2020-12-22T15:55:38.715Z] --2020-12-22 15:55:38-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-12-22T15:55:38.715Z] Resolving github.com... 140.82.112.4 [2020-12-22T15:55:38.715Z] Connecting to github.com|140.82.112.4|:443... connected. [2020-12-22T15:55:38.987Z] HTTP request sent, awaiting response... 302 Found [2020-12-22T15:55:38.987Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-12-22T15:55:38.987Z] --2020-12-22 15:55:38-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-12-22T15:55:38.987Z] Resolving codeload.github.com... 140.82.113.10 [2020-12-22T15:55:38.987Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2020-12-22T15:55:38.987Z] HTTP request sent, awaiting response... 200 OK [2020-12-22T15:55:38.987Z] Length: unspecified [application/x-gzip] [2020-12-22T15:55:38.987Z] Saving to: 'STDOUT' [2020-12-22T15:55:38.987Z] [2020-12-22T15:55:38.987Z] 0K .......... ......  1.08M=0.01s [2020-12-22T15:55:38.987Z] [2020-12-22T15:55:38.987Z] 2020-12-22 15:55:38 (1.08 MB/s) - written to stdout [16451] [2020-12-22T15:55:38.987Z] [2020-12-22T15:55:38.987Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-12-22T15:55:38.987Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.1.tar.gz [2020-12-22T15:55:38.987Z] + tar -C deps -z -x -f - [2020-12-22T15:55:38.987Z] --2020-12-22 15:55:38-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.1.tar.gz [2020-12-22T15:55:38.987Z] Resolving github.com... 140.82.112.4 [2020-12-22T15:55:38.987Z] Connecting to github.com|140.82.112.4|:443... connected. [2020-12-22T15:55:39.087Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-12-22T15:55:39.262Z] HTTP request sent, awaiting response... 302 Found [2020-12-22T15:55:39.262Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.1 [following] [2020-12-22T15:55:39.262Z] --2020-12-22 15:55:39-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.1 [2020-12-22T15:55:39.262Z] Resolving codeload.github.com... 140.82.113.10 [2020-12-22T15:55:39.262Z] Connecting to codeload.github.com|140.82.113.10|:443... connected. [2020-12-22T15:55:39.262Z] HTTP request sent, awaiting response... 200 OK [2020-12-22T15:55:39.262Z] Length: unspecified [application/x-gzip] [2020-12-22T15:55:39.262Z] Saving to: 'STDOUT' [2020-12-22T15:55:39.262Z] [2020-12-22T15:55:39.262Z] 0K .......... .......... .......... .......... .......... 1.59M [2020-12-22T15:55:39.262Z] 50K .......... .......... .......... .......... .......... 3.03M [2020-12-22T15:55:39.262Z] 100K .......... .......... .......... .......... .......... 3.28M [2020-12-22T15:55:39.262Z] 150K .......... .......... .....            1.49M=0.08s [2020-12-22T15:55:39.262Z] [2020-12-22T15:55:39.262Z] 2020-12-22 15:55:39 (2.18 MB/s) - written to stdout [179833] [2020-12-22T15:55:39.262Z] [2020-12-22T15:55:39.262Z] + mkdir -p src/c/iot [2020-12-22T15:55:39.262Z] + cp deps/iotech-c-utils-1.1.1/src/c/base64.c deps/iotech-c-utils-1.1.1/src/c/component.c deps/iotech-c-utils-1.1.1/src/c/config.c deps/iotech-c-utils-1.1.1/src/c/container.c deps/iotech-c-utils-1.1.1/src/c/data.c deps/iotech-c-utils-1.1.1/src/c/hash.c deps/iotech-c-utils-1.1.1/src/c/iot.c deps/iotech-c-utils-1.1.1/src/c/json.c deps/iotech-c-utils-1.1.1/src/c/logger.c deps/iotech-c-utils-1.1.1/src/c/os.c deps/iotech-c-utils-1.1.1/src/c/scheduler.c deps/iotech-c-utils-1.1.1/src/c/thread.c deps/iotech-c-utils-1.1.1/src/c/threadpool.c deps/iotech-c-utils-1.1.1/src/c/time.c deps/iotech-c-utils-1.1.1/src/c/yxml.c src/c/iot [2020-12-22T15:55:39.262Z] + mkdir -p include/iot [2020-12-22T15:55:39.262Z] + cp deps/iotech-c-utils-1.1.1/include/iot/base64.h deps/iotech-c-utils-1.1.1/include/iot/component.h deps/iotech-c-utils-1.1.1/include/iot/config.h deps/iotech-c-utils-1.1.1/include/iot/container.h deps/iotech-c-utils-1.1.1/include/iot/data.h deps/iotech-c-utils-1.1.1/include/iot/hash.h deps/iotech-c-utils-1.1.1/include/iot/iot.h deps/iotech-c-utils-1.1.1/include/iot/json.h deps/iotech-c-utils-1.1.1/include/iot/logger.h deps/iotech-c-utils-1.1.1/include/iot/os.h deps/iotech-c-utils-1.1.1/include/iot/scheduler.h deps/iotech-c-utils-1.1.1/include/iot/thread.h deps/iotech-c-utils-1.1.1/include/iot/threadpool.h deps/iotech-c-utils-1.1.1/include/iot/time.h deps/iotech-c-utils-1.1.1/include/iot/typecode.h deps/iotech-c-utils-1.1.1/include/iot/yxml.h include/iot [2020-12-22T15:55:39.262Z] + mkdir -p include/iot/os [2020-12-22T15:55:39.262Z] + cp deps/iotech-c-utils-1.1.1/include/iot/os/linux.h deps/iotech-c-utils-1.1.1/include/iot/os/macos.h deps/iotech-c-utils-1.1.1/include/iot/os/zephyr.h include/iot/os [2020-12-22T15:55:39.262Z] + mkdir -p /tmp/sdk/build/release [2020-12-22T15:55:39.262Z] + cd /tmp/sdk/build/release [2020-12-22T15:55:39.262Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-12-22T15:55:39.858Z] -- The C compiler identification is GNU 8.3.0 [2020-12-22T15:55:39.858Z] -- Check for working C compiler: /usr/bin/cc [2020-12-22T15:55:39.858Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-12-22T15:55:39.858Z] -- Detecting C compiler ABI info [2020-12-22T15:55:40.060Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-12-22T15:55:40.060Z] (1/3) Installing curl (7.64.0-r5) [2020-12-22T15:55:40.060Z] (2/3) Installing libuuid (2.33-r0) [2020-12-22T15:55:40.135Z] -- Detecting C compiler ABI info - done [2020-12-22T15:55:40.135Z] -- Detecting C compile features [2020-12-22T15:55:40.323Z] (3/3) Installing wget (1.20.3-r0) [2020-12-22T15:55:40.323Z] Executing busybox-1.29.3-r10.trigger [2020-12-22T15:55:40.323Z] OK: 268 MiB in 78 packages [2020-12-22T15:55:40.899Z] Removing intermediate container dc13493aa4f9 [2020-12-22T15:55:40.899Z] ---> 80e39623d916 [2020-12-22T15:55:40.899Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-12-22T15:55:41.113Z] -- Detecting C compile features - done [2020-12-22T15:55:41.113Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-12-22T15:55:41.113Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-12-22T15:55:41.113Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-12-22T15:55:41.113Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-12-22T15:55:41.113Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-12-22T15:55:41.113Z] -- C SDK 1.3.1-dev.2 for Linux [2020-12-22T15:55:41.113Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-12-22T15:55:41.163Z] ---> a58d11a82351 [2020-12-22T15:55:41.163Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-12-22T15:55:41.163Z] ---> 9e8c0503f6fc [2020-12-22T15:55:41.163Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-12-22T15:55:41.387Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-12-22T15:55:41.387Z] -- Found Curses: /usr/lib/libcurses.so [2020-12-22T15:55:41.387Z] -- Configuring done [2020-12-22T15:55:41.425Z] ---> 25f27265b2ae [2020-12-22T15:55:41.425Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-12-22T15:55:41.660Z] -- Generating done [2020-12-22T15:55:41.661Z] -- Build files have been written to: /tmp/sdk/build/release [2020-12-22T15:55:41.661Z] + make [2020-12-22T15:55:41.661Z] + tee release.log [2020-12-22T15:55:41.688Z] ---> 1a21d0370ab8 [2020-12-22T15:55:41.688Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-12-22T15:55:41.934Z] Scanning dependencies of target csdk [2020-12-22T15:55:41.934Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-12-22T15:55:41.952Z] ---> 768895f90401 [2020-12-22T15:55:41.952Z] Successfully built 768895f90401 [2020-12-22T15:55:41.952Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-22T15:55:42.530Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-12-22T15:55:42.615Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-22T15:55:42.615Z] . [Pipeline] withDockerContainer [2020-12-22T15:55:42.726Z] prd-centos7-docker-4c-2g-17194 does not seem to be running inside a container [2020-12-22T15:55:42.775Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/50 -v /w/workspace/device-sdk-c/50:/w/workspace/device-sdk-c/50:rw,z -v /w/workspace/device-sdk-c/50@tmp:/w/workspace/device-sdk-c/50@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-22T15:55:43.124Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2020-12-22T15:55:43.364Z] $ docker top 227c67d8e2b01f29d4960c843423984d9154270d159f5075d0cdac4223ecbbb6 -eo pid,comm [2020-12-22T15:55:43.396Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/config.c.o [Pipeline] { [Pipeline] sh [2020-12-22T15:55:43.827Z] + make test [2020-12-22T15:55:43.827Z] echo "make test" [2020-12-22T15:55:43.827Z] make test [Pipeline] } [2020-12-22T15:55:43.840Z] $ docker stop --time=1 227c67d8e2b01f29d4960c843423984d9154270d159f5075d0cdac4223ecbbb6 [2020-12-22T15:55:45.157Z] $ docker rm -f 227c67d8e2b01f29d4960c843423984d9154270d159f5075d0cdac4223ecbbb6 [Pipeline] // withDockerContainer [Pipeline] } [2020-12-22T15:55:45.374Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-12-22T15:55:45.968Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-12-22T15:55:46.242Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-12-22T15:55:47.221Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [Pipeline] sh [2020-12-22T15:55:48.339Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-22T15:55:48.640Z] + ls -al . [2020-12-22T15:55:48.640Z] total 160 [2020-12-22T15:55:48.640Z] drwxrwxr-x. 8 jenkins jenkins 260 Dec 22 15:54 . [2020-12-22T15:55:48.640Z] drwxrwxr-x. 4 jenkins jenkins 30 Dec 22 15:54 .. [2020-12-22T15:55:48.640Z] -rw-rw-r--. 1 jenkins jenkins 3104 Dec 22 15:54 Attribution.txt [2020-12-22T15:55:48.640Z] -rw-rw-r--. 1 jenkins jenkins 5980 Dec 22 15:54 CHANGES [2020-12-22T15:55:48.640Z] drwxrwxr-x. 2 jenkins jenkins 144 Dec 22 15:54 docs [2020-12-22T15:55:48.640Z] -rw-rw-r--. 1 jenkins jenkins 108574 Dec 22 15:54 Doxyfile [2020-12-22T15:55:48.640Z] drwxrwxr-x. 8 jenkins jenkins 162 Dec 22 15:54 .git [2020-12-22T15:55:48.640Z] drwxrwxr-x. 2 jenkins jenkins 81 Dec 22 15:54 .github [2020-12-22T15:55:48.640Z] -rw-rw-r--. 1 jenkins jenkins 176 Dec 22 15:54 .gitignore [2020-12-22T15:55:48.640Z] drwxrwxr-x. 4 jenkins jenkins 33 Dec 22 15:54 include [2020-12-22T15:55:48.640Z] -rw-rw-r--. 1 jenkins jenkins 784 Dec 22 15:54 Jenkinsfile [2020-12-22T15:55:48.640Z] -rw-rw-r--. 1 jenkins jenkins 10174 Dec 22 15:54 LICENSE [2020-12-22T15:55:48.640Z] -rw-rw-r--. 1 jenkins jenkins 449 Dec 22 15:54 Makefile [2020-12-22T15:55:48.640Z] -rw-rw-r--. 1 jenkins jenkins 2697 Dec 22 15:54 README.md [2020-12-22T15:55:48.640Z] -rw-rw-r--. 1 jenkins jenkins 5977 Dec 22 15:54 README.v2.md [2020-12-22T15:55:48.640Z] drwxrwxr-x. 2 jenkins jenkins 98 Dec 22 15:54 scripts [2020-12-22T15:55:48.640Z] drwxrwxr-x. 4 jenkins jenkins 50 Dec 22 15:54 src [2020-12-22T15:55:48.640Z] -rw-rw-r--. 1 jenkins jenkins 11 Dec 22 15:52 VERSION [Pipeline] isUnix [Pipeline] sh [2020-12-22T15:55:48.948Z] + docker build -t docker-device-sdk-c -f scripts/Dockerfile.alpine --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=f0de00cff149ffe86b90fb2b2675cd2706e94b93 --label arch=amd64 --label version=1.3.1-dev.2 . [2020-12-22T15:55:48.948Z] Sending build context to Docker daemon 2.375MB [2020-12-22T15:55:48.948Z] Step 1/15 : ARG BASE=alpine:3.12 [2020-12-22T15:55:48.948Z] Step 2/15 : FROM ${BASE} [2020-12-22T15:55:48.948Z] ---> 768895f90401 [2020-12-22T15:55:48.948Z] Step 3/15 : LABEL maintainer="IOTech " [2020-12-22T15:55:49.210Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-12-22T15:55:49.521Z] ---> Running in 18e0bab3926c [2020-12-22T15:55:49.791Z] Removing intermediate container 18e0bab3926c [2020-12-22T15:55:49.791Z] ---> fb45c60e5c09 [2020-12-22T15:55:49.791Z] Step 4/15 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev && mkdir -p /edgex-c-sdk/build [2020-12-22T15:55:49.791Z] ---> Running in 1acd3df43ae9 [2020-12-22T15:55:49.802Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-12-22T15:55:50.392Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-12-22T15:55:50.742Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-12-22T15:55:50.985Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-12-22T15:55:51.257Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-12-22T15:55:51.318Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-12-22T15:55:51.529Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-12-22T15:55:51.580Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2020-12-22T15:55:51.580Z] (2/6) Installing libblkid (2.33-r0) [2020-12-22T15:55:51.580Z] (3/6) Installing libfdisk (2.33-r0) [2020-12-22T15:55:51.803Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-12-22T15:55:51.843Z] (4/6) Installing libmount (2.33-r0) [2020-12-22T15:55:51.843Z] (5/6) Installing libsmartcols (2.33-r0) [2020-12-22T15:55:51.843Z] (6/6) Installing util-linux-dev (2.33-r0) [2020-12-22T15:55:52.419Z] Executing busybox-1.29.3-r10.trigger [2020-12-22T15:55:52.419Z] OK: 272 MiB in 84 packages [2020-12-22T15:55:52.999Z] Removing intermediate container 1acd3df43ae9 [2020-12-22T15:55:52.999Z] ---> f58309bfd980 [2020-12-22T15:55:52.999Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-12-22T15:55:53.266Z] ---> dbb5c71b2858 [2020-12-22T15:55:53.267Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-12-22T15:55:53.846Z] ---> 62bcc7d558e5 [2020-12-22T15:55:53.846Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-12-22T15:55:54.107Z] ---> 8acb1852fb3e [2020-12-22T15:55:54.107Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-12-22T15:55:54.370Z] ---> ab577780fd65 [2020-12-22T15:55:54.370Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-12-22T15:55:54.633Z] ---> 5c50b3fb238f [2020-12-22T15:55:54.633Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-12-22T15:55:54.897Z] ---> b1214cb0873e [2020-12-22T15:55:54.897Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-12-22T15:55:54.897Z] ---> Running in 93cc13a54b43 [2020-12-22T15:55:55.160Z] Removing intermediate container 93cc13a54b43 [2020-12-22T15:55:55.160Z] ---> 981907251a68 [2020-12-22T15:55:55.160Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-12-22T15:55:55.160Z] ---> Running in 31ff79100e1e [2020-12-22T15:55:55.182Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-12-22T15:55:55.424Z] Removing intermediate container 31ff79100e1e [2020-12-22T15:55:55.424Z] ---> 115ccdf695b1 [2020-12-22T15:55:55.424Z] Step 13/15 : LABEL arch=amd64 [2020-12-22T15:55:55.424Z] ---> Running in 012d5bf5f269 [2020-12-22T15:55:55.424Z] Removing intermediate container 012d5bf5f269 [2020-12-22T15:55:55.424Z] ---> ff818a091ecd [2020-12-22T15:55:55.424Z] Step 14/15 : LABEL git_sha=f0de00cff149ffe86b90fb2b2675cd2706e94b93 [2020-12-22T15:55:55.454Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-12-22T15:55:55.687Z] ---> Running in eaf13c4df839 [2020-12-22T15:55:55.688Z] Removing intermediate container eaf13c4df839 [2020-12-22T15:55:55.688Z] ---> 7aac4aa77bf4 [2020-12-22T15:55:55.688Z] Step 15/15 : LABEL version=1.3.1-dev.2 [2020-12-22T15:55:55.688Z] ---> Running in 7cff49b9eb41 [2020-12-22T15:55:55.727Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-12-22T15:55:55.950Z] Removing intermediate container 7cff49b9eb41 [2020-12-22T15:55:55.950Z] ---> f3d969d5379d [2020-12-22T15:55:55.950Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2020-12-22T15:55:55.950Z] Successfully built f3d969d5379d [2020-12-22T15:55:55.950Z] Successfully tagged docker-device-sdk-c:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [2020-12-22T15:55:56.318Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2020-12-22T15:55:56.912Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [Pipeline] // stage [Pipeline] } [2020-12-22T15:55:59.520Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-12-22T15:55:59.520Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-12-22T15:55:59.520Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-12-22T15:56:00.110Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-12-22T15:56:00.702Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-12-22T15:56:00.702Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-12-22T15:56:01.675Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-12-22T15:56:01.951Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-12-22T15:56:02.546Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-12-22T15:56:02.819Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2020-12-22T15:56:04.781Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-12-22T15:56:05.056Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-12-22T15:56:06.033Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-12-22T15:56:06.305Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-12-22T15:56:10.697Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-12-22T15:56:11.357Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-12-22T15:56:11.971Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-12-22T15:56:12.273Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-12-22T15:56:13.253Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-12-22T15:56:14.685Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-12-22T15:56:16.112Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-12-22T15:56:19.492Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-12-22T15:56:19.768Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-12-22T15:56:21.195Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-12-22T15:56:21.788Z] [ 71%] Linking C shared library libcsdk.so [2020-12-22T15:56:21.788Z] [ 71%] Built target csdk [2020-12-22T15:56:21.788Z] Scanning dependencies of target template [2020-12-22T15:56:21.788Z] [ 73%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-12-22T15:56:22.379Z] [ 74%] Linking C executable template [2020-12-22T15:56:22.652Z] [ 74%] Built target template [2020-12-22T15:56:22.652Z] Scanning dependencies of target device-counter [2020-12-22T15:56:22.652Z] [ 76%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-12-22T15:56:23.264Z] [ 77%] Linking C executable device-counter [2020-12-22T15:56:23.537Z] [ 77%] Built target device-counter [2020-12-22T15:56:23.537Z] Scanning dependencies of target device-random [2020-12-22T15:56:23.537Z] [ 79%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-12-22T15:56:23.808Z] [ 80%] Linking C executable device-random [2020-12-22T15:56:24.083Z] [ 80%] Built target device-random [2020-12-22T15:56:24.083Z] Scanning dependencies of target device-gyro [2020-12-22T15:56:24.083Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-12-22T15:56:24.676Z] [ 84%] Linking C executable device-gyro [2020-12-22T15:56:24.676Z] [ 84%] Built target device-gyro [2020-12-22T15:56:24.953Z] Scanning dependencies of target device-bitfields [2020-12-22T15:56:24.953Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-12-22T15:56:25.225Z] [ 87%] Linking C executable device-bitfields [2020-12-22T15:56:25.496Z] [ 87%] Built target device-bitfields [2020-12-22T15:56:25.496Z] Scanning dependencies of target template-discovery [2020-12-22T15:56:25.496Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-12-22T15:56:26.089Z] [ 90%] Linking C executable template-discovery [2020-12-22T15:56:26.361Z] [ 90%] Built target template-discovery [2020-12-22T15:56:26.361Z] Scanning dependencies of target device-file [2020-12-22T15:56:26.361Z] [ 92%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-12-22T15:56:26.955Z] [ 93%] Linking C executable device-file [2020-12-22T15:56:27.228Z] [ 93%] Built target device-file [2020-12-22T15:56:27.228Z] Scanning dependencies of target device-terminal [2020-12-22T15:56:27.228Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-12-22T15:56:27.822Z] [ 96%] Linking C executable device-terminal [2020-12-22T15:56:28.095Z] [ 96%] Built target device-terminal [2020-12-22T15:56:28.095Z] Scanning dependencies of target templatev1 [2020-12-22T15:56:28.095Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-12-22T15:56:28.688Z] [100%] Linking C executable templatev1 [2020-12-22T15:56:28.960Z] [100%] Built target templatev1 [2020-12-22T15:56:28.960Z] + make package [2020-12-22T15:56:28.960Z] + tee -a release.log [2020-12-22T15:56:28.960Z] [ 71%] Built target csdk [2020-12-22T15:56:28.960Z] [ 74%] Built target template [2020-12-22T15:56:29.231Z] [ 77%] Built target device-counter [2020-12-22T15:56:29.231Z] [ 80%] Built target device-random [2020-12-22T15:56:29.231Z] [ 84%] Built target device-gyro [2020-12-22T15:56:29.231Z] [ 87%] Built target device-bitfields [2020-12-22T15:56:29.231Z] [ 90%] Built target template-discovery [2020-12-22T15:56:29.231Z] [ 93%] Built target device-file [2020-12-22T15:56:29.231Z] [ 96%] Built target device-terminal [2020-12-22T15:56:29.504Z] [100%] Built target templatev1 [2020-12-22T15:56:29.504Z] Run CPack packaging tool... [2020-12-22T15:56:29.504Z] CPack: Create package using TGZ [2020-12-22T15:56:29.504Z] CPack: Install projects [2020-12-22T15:56:29.504Z] CPack: - Run preinstall target for: Csdk [2020-12-22T15:56:30.097Z] CPack: - Install project: Csdk [2020-12-22T15:56:30.097Z] CPack: Create package [2020-12-22T15:56:30.097Z] CPack: - package: /tmp/sdk/build/release/csdk-1.3.1-dev.2.tar.gz generated. [2020-12-22T15:56:30.097Z] + '[' false '=' true ] [2020-12-22T15:56:30.097Z] + '[' false '=' true ] [2020-12-22T15:56:30.097Z] + mkdir -p /tmp/sdk/build/debug [2020-12-22T15:56:30.097Z] + cd /tmp/sdk/build/debug [2020-12-22T15:56:30.097Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-12-22T15:56:30.689Z] -- The C compiler identification is GNU 8.3.0 [2020-12-22T15:56:30.689Z] -- Check for working C compiler: /usr/bin/cc [2020-12-22T15:56:30.689Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-12-22T15:56:30.689Z] -- Detecting C compiler ABI info [2020-12-22T15:56:30.967Z] -- Detecting C compiler ABI info - done [2020-12-22T15:56:30.967Z] -- Detecting C compile features [2020-12-22T15:56:31.943Z] -- Detecting C compile features - done [2020-12-22T15:56:31.943Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-12-22T15:56:31.943Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-12-22T15:56:31.943Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-12-22T15:56:31.943Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-12-22T15:56:31.943Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-12-22T15:56:31.943Z] -- C SDK 1.3.1-dev.2 for Linux [2020-12-22T15:56:31.943Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-12-22T15:56:32.214Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-12-22T15:56:32.214Z] -- Found Curses: /usr/lib/libcurses.so [2020-12-22T15:56:32.214Z] -- Configuring done [2020-12-22T15:56:32.486Z] -- Generating done [2020-12-22T15:56:32.486Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-12-22T15:56:32.486Z] + make [2020-12-22T15:56:32.486Z] + tee debug.log [2020-12-22T15:56:32.486Z] Scanning dependencies of target csdk [2020-12-22T15:56:32.759Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-12-22T15:56:33.030Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-12-22T15:56:33.302Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2020-12-22T15:56:33.573Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-12-22T15:56:34.163Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-12-22T15:56:34.436Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-12-22T15:56:34.707Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-12-22T15:56:34.979Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-12-22T15:56:35.573Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-12-22T15:56:35.846Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-12-22T15:56:36.440Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-12-22T15:56:36.440Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-12-22T15:56:36.714Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-12-22T15:56:36.986Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-12-22T15:56:37.258Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-12-22T15:56:38.232Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-12-22T15:56:38.232Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-12-22T15:56:38.504Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-12-22T15:56:38.774Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-12-22T15:56:39.047Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-12-22T15:56:39.642Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-12-22T15:56:39.915Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-12-22T15:56:40.187Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-12-22T15:56:40.187Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-12-22T15:56:40.460Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-12-22T15:56:40.732Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-12-22T15:56:41.004Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-12-22T15:56:41.277Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-12-22T15:56:41.548Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-12-22T15:56:41.548Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2020-12-22T15:56:42.143Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-12-22T15:56:42.143Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-12-22T15:56:42.737Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-12-22T15:56:42.737Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-12-22T15:56:43.711Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-12-22T15:56:44.307Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-12-22T15:56:44.307Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-12-22T15:56:44.579Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-12-22T15:56:44.854Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-12-22T15:56:45.831Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-12-22T15:56:46.422Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-12-22T15:56:47.018Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-12-22T15:56:47.289Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-12-22T15:56:47.886Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-12-22T15:56:48.159Z] [ 71%] Linking C shared library libcsdk.so [2020-12-22T15:56:48.159Z] [ 71%] Built target csdk [2020-12-22T15:56:48.159Z] Scanning dependencies of target template [2020-12-22T15:56:48.159Z] [ 73%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-12-22T15:56:48.430Z] [ 74%] Linking C executable template [2020-12-22T15:56:48.700Z] [ 74%] Built target template [2020-12-22T15:56:48.700Z] Scanning dependencies of target device-counter [2020-12-22T15:56:48.700Z] [ 76%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-12-22T15:56:48.970Z] [ 77%] Linking C executable device-counter [2020-12-22T15:56:49.239Z] [ 77%] Built target device-counter [2020-12-22T15:56:49.239Z] Scanning dependencies of target device-random [2020-12-22T15:56:49.239Z] [ 79%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-12-22T15:56:49.509Z] [ 80%] Linking C executable device-random [2020-12-22T15:56:49.780Z] [ 80%] Built target device-random [2020-12-22T15:56:49.780Z] Scanning dependencies of target device-gyro [2020-12-22T15:56:49.780Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-12-22T15:56:50.050Z] [ 84%] Linking C executable device-gyro [2020-12-22T15:56:50.321Z] [ 84%] Built target device-gyro [2020-12-22T15:56:50.321Z] Scanning dependencies of target device-bitfields [2020-12-22T15:56:50.321Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-12-22T15:56:50.593Z] [ 87%] Linking C executable device-bitfields [2020-12-22T15:56:50.593Z] [ 87%] Built target device-bitfields [2020-12-22T15:56:50.593Z] Scanning dependencies of target template-discovery [2020-12-22T15:56:50.593Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-12-22T15:56:50.865Z] [ 90%] Linking C executable template-discovery [2020-12-22T15:56:51.135Z] [ 90%] Built target template-discovery [2020-12-22T15:56:51.135Z] Scanning dependencies of target device-file [2020-12-22T15:56:51.135Z] [ 92%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-12-22T15:56:51.407Z] [ 93%] Linking C executable device-file [2020-12-22T15:56:51.680Z] [ 93%] Built target device-file [2020-12-22T15:56:51.680Z] Scanning dependencies of target device-terminal [2020-12-22T15:56:51.680Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-12-22T15:56:51.950Z] [ 96%] Linking C executable device-terminal [2020-12-22T15:56:52.222Z] [ 96%] Built target device-terminal [2020-12-22T15:56:52.222Z] Scanning dependencies of target templatev1 [2020-12-22T15:56:52.494Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-12-22T15:56:52.494Z] [100%] Linking C executable templatev1 [2020-12-22T15:56:52.765Z] [100%] Built target templatev1 [2020-12-22T15:56:52.765Z] make: Entering directory '/tmp/sdk/build/release' [2020-12-22T15:56:52.765Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-12-22T15:56:53.037Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-22T15:56:53.037Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T15:56:53.037Z] [ 71%] Built target csdk [2020-12-22T15:56:53.037Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-22T15:56:53.037Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T15:56:53.037Z] [ 74%] Built target template [2020-12-22T15:56:53.037Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-22T15:56:53.037Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T15:56:53.037Z] [ 77%] Built target device-counter [2020-12-22T15:56:53.037Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-22T15:56:53.037Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T15:56:53.037Z] [ 80%] Built target device-random [2020-12-22T15:56:53.037Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-22T15:56:53.037Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T15:56:53.037Z] [ 84%] Built target device-gyro [2020-12-22T15:56:53.309Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-22T15:56:53.309Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T15:56:53.309Z] [ 87%] Built target device-bitfields [2020-12-22T15:56:53.309Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-22T15:56:53.309Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T15:56:53.309Z] [ 90%] Built target template-discovery [2020-12-22T15:56:53.309Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-22T15:56:53.309Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T15:56:53.309Z] [ 93%] Built target device-file [2020-12-22T15:56:53.309Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-22T15:56:53.309Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T15:56:53.309Z] [ 96%] Built target device-terminal [2020-12-22T15:56:53.309Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-12-22T15:56:53.309Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T15:56:53.309Z] [100%] Built target templatev1 [2020-12-22T15:56:53.309Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-12-22T15:56:53.309Z] Install the project... [2020-12-22T15:56:53.309Z] -- Install configuration: "Release" [2020-12-22T15:56:53.309Z] -- Installing: /usr/local/lib/libcsdk.so [2020-12-22T15:56:53.582Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-12-22T15:56:53.582Z] -- Up-to-date: /usr/local/include [2020-12-22T15:56:53.582Z] -- Installing: /usr/local/include/edgex [2020-12-22T15:56:53.582Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-12-22T15:56:53.582Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-12-22T15:56:53.582Z] -- Installing: /usr/local/include/edgex/error.h [2020-12-22T15:56:53.582Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-12-22T15:56:53.582Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-12-22T15:56:53.582Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-12-22T15:56:53.582Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-12-22T15:56:53.582Z] -- Installing: /usr/local/include/edgex/devices.h [2020-12-22T15:56:53.582Z] -- Installing: /usr/local/include/edgex/os.h [2020-12-22T15:56:53.582Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-12-22T15:56:53.582Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-12-22T15:56:53.582Z] -- Installing: /usr/local/include/devsdk [2020-12-22T15:56:53.582Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-12-22T15:56:53.582Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-12-22T15:56:53.582Z] -- Installing: /usr/local/include/iot [2020-12-22T15:56:53.582Z] -- Installing: /usr/local/include/iot/json.h [2020-12-22T15:56:53.582Z] -- Installing: /usr/local/include/iot/yxml.h [2020-12-22T15:56:53.582Z] -- Installing: /usr/local/include/iot/container.h [2020-12-22T15:56:53.582Z] -- Installing: /usr/local/include/iot/component.h [2020-12-22T15:56:53.582Z] -- Installing: /usr/local/include/iot/typecode.h [2020-12-22T15:56:53.582Z] -- Installing: /usr/local/include/iot/iot.h [2020-12-22T15:56:53.582Z] -- Installing: /usr/local/include/iot/time.h [2020-12-22T15:56:53.582Z] -- Installing: /usr/local/include/iot/hash.h [2020-12-22T15:56:53.582Z] -- Installing: /usr/local/include/iot/logger.h [2020-12-22T15:56:53.582Z] -- Installing: /usr/local/include/iot/os [2020-12-22T15:56:53.582Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-12-22T15:56:53.582Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-12-22T15:56:53.582Z] -- Installing: /usr/local/include/iot/os/macos.h [2020-12-22T15:56:53.582Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-12-22T15:56:53.582Z] -- Installing: /usr/local/include/iot/data.h [2020-12-22T15:56:53.582Z] -- Installing: /usr/local/include/iot/thread.h [2020-12-22T15:56:53.582Z] -- Installing: /usr/local/include/iot/os.h [2020-12-22T15:56:53.582Z] -- Installing: /usr/local/include/iot/base64.h [2020-12-22T15:56:53.582Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-12-22T15:56:53.582Z] -- Installing: /usr/local/include/iot/config.h [2020-12-22T15:56:53.582Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-12-22T15:56:53.582Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-12-22T15:56:53.582Z] make: Leaving directory '/tmp/sdk/build/release' [2020-12-22T15:56:55.560Z] Removing intermediate container aba1fe65848d [2020-12-22T15:56:55.560Z] ---> f55cbb6ca838 [2020-12-22T15:56:55.560Z] Step 14/21 : FROM ${BASE} [2020-12-22T15:56:55.835Z] ---> b23d30803547 [2020-12-22T15:56:55.835Z] Step 15/21 : LABEL maintainer="IOTech " [2020-12-22T15:56:55.835Z] ---> Running in c4dff17450ac [2020-12-22T15:56:56.427Z] Removing intermediate container c4dff17450ac [2020-12-22T15:56:56.427Z] ---> 0cf84b4190d7 [2020-12-22T15:56:56.427Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-12-22T15:56:56.427Z] ---> Running in 4c322d7baf69 [2020-12-22T15:56:57.406Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-12-22T15:56:58.379Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-12-22T15:56:58.650Z] (1/3) Installing curl (7.64.0-r5) [2020-12-22T15:56:58.650Z] (2/3) Installing libuuid (2.33-r0) [2020-12-22T15:56:58.920Z] (3/3) Installing wget (1.20.3-r0) [2020-12-22T15:56:58.920Z] Executing busybox-1.29.3-r10.trigger [2020-12-22T15:56:58.920Z] OK: 281 MiB in 78 packages [2020-12-22T15:57:00.362Z] Removing intermediate container 4c322d7baf69 [2020-12-22T15:57:00.362Z] ---> e0565b42f633 [2020-12-22T15:57:00.362Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-12-22T15:57:00.959Z] ---> 85302408c8ef [2020-12-22T15:57:00.959Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-12-22T15:57:01.935Z] ---> 31bed88a11d4 [2020-12-22T15:57:01.935Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-12-22T15:57:02.530Z] ---> c0c42e167359 [2020-12-22T15:57:02.530Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-12-22T15:57:03.560Z] ---> 0e54ea259537 [2020-12-22T15:57:03.560Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-12-22T15:57:04.158Z] ---> 3e66137af7c4 [2020-12-22T15:57:04.158Z] Successfully built 3e66137af7c4 [2020-12-22T15:57:04.158Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-22T15:57:04.945Z] + docker inspect -f . ci-base-image-arm64 [2020-12-22T15:57:04.945Z] . [Pipeline] withDockerContainer [2020-12-22T15:57:05.226Z] prd-ubuntu18.04-docker-arm64-4c-16g-17193 does not seem to be running inside a container [2020-12-22T15:57:05.320Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/50 -v /w/workspace/device-sdk-c/50:/w/workspace/device-sdk-c/50:rw,z -v /w/workspace/device-sdk-c/50@tmp:/w/workspace/device-sdk-c/50@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-22T15:57:06.904Z] $ docker top db203b78477fc3bdb2947f9820fef52e82c36106c79e7739a1621a963fea67e1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-22T15:57:07.959Z] + make test [2020-12-22T15:57:07.959Z] echo "make test" [2020-12-22T15:57:07.959Z] make test [Pipeline] } [2020-12-22T15:57:07.988Z] $ docker stop --time=1 db203b78477fc3bdb2947f9820fef52e82c36106c79e7739a1621a963fea67e1 [2020-12-22T15:57:09.939Z] $ docker rm -f db203b78477fc3bdb2947f9820fef52e82c36106c79e7739a1621a963fea67e1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-22T15:57:11.020Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-22T15:57:11.354Z] + ls -al . [2020-12-22T15:57:11.355Z] total 192 [2020-12-22T15:57:11.355Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 22 15:54 . [2020-12-22T15:57:11.355Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 22 15:54 .. [2020-12-22T15:57:11.355Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 22 15:54 .git [2020-12-22T15:57:11.355Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 22 15:54 .github [2020-12-22T15:57:11.355Z] -rw-rw-r-- 1 jenkins jenkins 176 Dec 22 15:54 .gitignore [2020-12-22T15:57:11.355Z] -rw-rw-r-- 1 jenkins jenkins 3104 Dec 22 15:54 Attribution.txt [2020-12-22T15:57:11.355Z] -rw-rw-r-- 1 jenkins jenkins 5980 Dec 22 15:54 CHANGES [2020-12-22T15:57:11.355Z] -rw-rw-r-- 1 jenkins jenkins 108574 Dec 22 15:54 Doxyfile [2020-12-22T15:57:11.355Z] -rw-rw-r-- 1 jenkins jenkins 784 Dec 22 15:54 Jenkinsfile [2020-12-22T15:57:11.355Z] -rw-rw-r-- 1 jenkins jenkins 10174 Dec 22 15:54 LICENSE [2020-12-22T15:57:11.355Z] -rw-rw-r-- 1 jenkins jenkins 449 Dec 22 15:54 Makefile [2020-12-22T15:57:11.355Z] -rw-rw-r-- 1 jenkins jenkins 2697 Dec 22 15:54 README.md [2020-12-22T15:57:11.355Z] -rw-rw-r-- 1 jenkins jenkins 5977 Dec 22 15:54 README.v2.md [2020-12-22T15:57:11.355Z] -rw-rw-r-- 1 jenkins jenkins 11 Dec 22 15:52 VERSION [2020-12-22T15:57:11.355Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 22 15:54 docs [2020-12-22T15:57:11.355Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 22 15:54 include [2020-12-22T15:57:11.355Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 22 15:54 scripts [2020-12-22T15:57:11.355Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 22 15:54 src [Pipeline] isUnix [Pipeline] sh [2020-12-22T15:57:11.701Z] + docker build -t docker-device-sdk-c-arm64 -f scripts/Dockerfile.alpine --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=f0de00cff149ffe86b90fb2b2675cd2706e94b93 --label arch=arm64 --label version=1.3.1-dev.2 . [2020-12-22T15:57:11.976Z] Sending build context to Docker daemon 2.374MB [2020-12-22T15:57:11.976Z] Step 1/15 : ARG BASE=alpine:3.12 [2020-12-22T15:57:11.976Z] Step 2/15 : FROM ${BASE} [2020-12-22T15:57:11.976Z] ---> 3e66137af7c4 [2020-12-22T15:57:11.976Z] Step 3/15 : LABEL maintainer="IOTech " [2020-12-22T15:57:12.248Z] ---> Running in 97ea067adda9 [2020-12-22T15:57:12.844Z] Removing intermediate container 97ea067adda9 [2020-12-22T15:57:12.844Z] ---> b3514ec9e960 [2020-12-22T15:57:12.844Z] Step 4/15 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev && mkdir -p /edgex-c-sdk/build [2020-12-22T15:57:13.123Z] ---> Running in 9e36101afee2 [2020-12-22T15:57:14.105Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-12-22T15:57:15.082Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-12-22T15:57:15.354Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2020-12-22T15:57:15.354Z] (2/6) Installing libblkid (2.33-r0) [2020-12-22T15:57:15.354Z] (3/6) Installing libfdisk (2.33-r0) [2020-12-22T15:57:15.625Z] (4/6) Installing libmount (2.33-r0) [2020-12-22T15:57:15.625Z] (5/6) Installing libsmartcols (2.33-r0) [2020-12-22T15:57:15.625Z] (6/6) Installing util-linux-dev (2.33-r0) [2020-12-22T15:57:15.898Z] Executing busybox-1.29.3-r10.trigger [2020-12-22T15:57:15.898Z] OK: 286 MiB in 84 packages [2020-12-22T15:57:17.333Z] Removing intermediate container 9e36101afee2 [2020-12-22T15:57:17.333Z] ---> 9ca08e7daf8d [2020-12-22T15:57:17.333Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-12-22T15:57:17.929Z] ---> d9f64eeed8aa [2020-12-22T15:57:17.929Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-12-22T15:57:18.909Z] ---> 54406b7fd408 [2020-12-22T15:57:18.909Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-12-22T15:57:19.519Z] ---> 5092db1e6252 [2020-12-22T15:57:19.519Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-12-22T15:57:20.499Z] ---> a4b53529f07f [2020-12-22T15:57:20.499Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-12-22T15:57:21.100Z] ---> e24cc566e786 [2020-12-22T15:57:21.100Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-12-22T15:57:21.694Z] ---> bf4a564f11cf [2020-12-22T15:57:21.694Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-12-22T15:57:21.694Z] ---> Running in 1f5977d021cb [2020-12-22T15:57:22.291Z] Removing intermediate container 1f5977d021cb [2020-12-22T15:57:22.291Z] ---> 764e17d7d957 [2020-12-22T15:57:22.291Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-12-22T15:57:22.564Z] ---> Running in 05585498b81f [2020-12-22T15:57:23.160Z] Removing intermediate container 05585498b81f [2020-12-22T15:57:23.160Z] ---> 623faf42b9e7 [2020-12-22T15:57:23.160Z] Step 13/15 : LABEL arch=arm64 [2020-12-22T15:57:23.160Z] ---> Running in c8030ccd4fcc [2020-12-22T15:57:23.434Z] Removing intermediate container c8030ccd4fcc [2020-12-22T15:57:23.434Z] ---> 37b5d28532fd [2020-12-22T15:57:23.434Z] Step 14/15 : LABEL git_sha=f0de00cff149ffe86b90fb2b2675cd2706e94b93 [2020-12-22T15:57:23.716Z] ---> Running in 9dda48c0bf69 [2020-12-22T15:57:24.313Z] Removing intermediate container 9dda48c0bf69 [2020-12-22T15:57:24.313Z] ---> b4fcdbcc7911 [2020-12-22T15:57:24.313Z] Step 15/15 : LABEL version=1.3.1-dev.2 [2020-12-22T15:57:24.313Z] ---> Running in 425afcb2d921 [2020-12-22T15:57:24.907Z] Removing intermediate container 425afcb2d921 [2020-12-22T15:57:24.907Z] ---> eb553fc08248 [2020-12-22T15:57:24.907Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2020-12-22T15:57:24.907Z] Successfully built eb553fc08248 [2020-12-22T15:57:24.907Z] Successfully tagged docker-device-sdk-c-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-12-22T15:57:26.968Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-22T15:57:26.968Z] . [Pipeline] withDockerContainer [2020-12-22T15:57:27.104Z] prd-centos7-docker-4c-2g-17192 does not seem to be running inside a container [2020-12-22T15:57:27.157Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-22T15:57:27.961Z] $ docker top bb8ef5fb0ccaffeef70aa9e202c7c1e03c6e105c0873a96281610f6f0739c5b2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-22T15:57:28.244Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-22T15:57:28.244Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-22T15:57:28.482Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-22T15:57:28.486Z] $ docker exec bb8ef5fb0ccaffeef70aa9e202c7c1e03c6e105c0873a96281610f6f0739c5b2 ssh-agent [2020-12-22T15:57:28.659Z] SSH_AUTH_SOCK=/tmp/ssh-ZKXsnc9raSGI/agent.11 [2020-12-22T15:57:28.659Z] SSH_AGENT_PID=17 [2020-12-22T15:57:28.666Z] Running ssh-add (command line suppressed) [2020-12-22T15:57:28.788Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_6124411160074317367.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_6124411160074317367.key) [2020-12-22T15:57:28.850Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-22T15:57:29.183Z] + git semver tag [2020-12-22T15:57:29.183Z] # -> Open(): unable to determine branch for HEAD [2020-12-22T15:57:29.183Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-12-22T15:57:29.183Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-12-22T15:57:29.183Z] # $SEMVER_REMOTE_NAME = origin [2020-12-22T15:57:29.183Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-22T15:57:29.183Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-22T15:57:29.183Z] # $SEMVER_BRANCH = master [2020-12-22T15:57:29.183Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [2020-12-22T15:57:29.183Z] # f0de00cff149ffe86b90fb2b2675cd2706e94b93 HEAD [2020-12-22T15:57:29.183Z] # -> Force: false [2020-12-22T15:57:29.183Z] # d8acf57c011a0e29e8e0909e53f18bdcdf4137e8 refs/tags/v1.3.1-dev.2 [Pipeline] } [2020-12-22T15:57:29.197Z] $ docker exec --env ******** --env ******** bb8ef5fb0ccaffeef70aa9e202c7c1e03c6e105c0873a96281610f6f0739c5b2 ssh-agent -k [2020-12-22T15:57:29.317Z] unset SSH_AUTH_SOCK; [2020-12-22T15:57:29.317Z] unset SSH_AGENT_PID; [2020-12-22T15:57:29.317Z] echo Agent pid 17 killed; [2020-12-22T15:57:29.369Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-22T15:57:29.833Z] + git semver [Pipeline] } [2020-12-22T15:57:29.853Z] $ docker stop --time=1 bb8ef5fb0ccaffeef70aa9e202c7c1e03c6e105c0873a96281610f6f0739c5b2 [2020-12-22T15:57:31.207Z] $ docker rm -f bb8ef5fb0ccaffeef70aa9e202c7c1e03c6e105c0873a96281610f6f0739c5b2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-22T15:57:31.859Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-22T15:57:31.859Z] [2020-12-22T15:57:31.860Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-22T15:57:32.204Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-22T15:57:32.204Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-22T15:57:32.204Z] ab5ef0e58194: Pulling fs layer [2020-12-22T15:57:32.204Z] 9712f1f96733: Pulling fs layer [2020-12-22T15:57:32.204Z] 63f879dbbcfc: Pulling fs layer [2020-12-22T15:57:32.204Z] 0d9ebad4ef96: Pulling fs layer [2020-12-22T15:57:32.204Z] e9a5061849ea: Pulling fs layer [2020-12-22T15:57:32.204Z] d747dcd14b5f: Pulling fs layer [2020-12-22T15:57:32.204Z] 2de7ff778b66: Pulling fs layer [2020-12-22T15:57:32.204Z] e9a5061849ea: Waiting [2020-12-22T15:57:32.204Z] 0d9ebad4ef96: Waiting [2020-12-22T15:57:32.204Z] d747dcd14b5f: Waiting [2020-12-22T15:57:32.204Z] 2de7ff778b66: Waiting [2020-12-22T15:57:32.204Z] 9712f1f96733: Verifying Checksum [2020-12-22T15:57:32.204Z] 9712f1f96733: Download complete [2020-12-22T15:57:34.762Z] 63f879dbbcfc: Verifying Checksum [2020-12-22T15:57:34.762Z] 63f879dbbcfc: Download complete [2020-12-22T15:57:35.025Z] e9a5061849ea: Verifying Checksum [2020-12-22T15:57:35.025Z] e9a5061849ea: Download complete [2020-12-22T15:57:35.025Z] d747dcd14b5f: Verifying Checksum [2020-12-22T15:57:35.025Z] d747dcd14b5f: Download complete [2020-12-22T15:57:35.603Z] 0d9ebad4ef96: Verifying Checksum [2020-12-22T15:57:35.603Z] 0d9ebad4ef96: Download complete [2020-12-22T15:57:35.603Z] 2de7ff778b66: Download complete [2020-12-22T15:57:35.603Z] ab5ef0e58194: Download complete [2020-12-22T15:57:40.942Z] ab5ef0e58194: Pull complete [2020-12-22T15:57:41.213Z] 9712f1f96733: Pull complete [2020-12-22T15:57:43.149Z] 63f879dbbcfc: Pull complete [2020-12-22T15:57:49.782Z] 0d9ebad4ef96: Pull complete [2020-12-22T15:57:51.713Z] e9a5061849ea: Pull complete [2020-12-22T15:57:51.713Z] d747dcd14b5f: Pull complete [2020-12-22T15:57:55.039Z] 2de7ff778b66: Pull complete [2020-12-22T15:57:55.039Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-22T15:57:55.039Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-22T15:57:55.039Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-22T15:57:55.236Z] prd-centos7-docker-4c-2g-17192 does not seem to be running inside a container [2020-12-22T15:57:55.285Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-12-22T15:57:59.370Z] $ docker top 70bfcdf030b9b302e7c2230a6156f485c48719ae14c6a39922783f9913c1a078 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-22T15:57:59.597Z] provisioning config files... [2020-12-22T15:57:59.607Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config8404961616264590629tmp [2020-12-22T15:57:59.628Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config3306326139880872295tmp [2020-12-22T15:57:59.644Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config4325183755225764039tmp [Pipeline] { [Pipeline] echo [2020-12-22T15:57:59.696Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-22T15:57:59.996Z] ---> sigul-configuration.sh [2020-12-22T15:57:59.997Z] gpg: directory `/root/.gnupg' created [2020-12-22T15:57:59.997Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-22T15:57:59.997Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-22T15:57:59.997Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-22T15:57:59.997Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-22T15:57:59.997Z] gpg: CAST5 encrypted data [2020-12-22T15:58:00.261Z] gpg: encrypted with 1 passphrase [2020-12-22T15:58:00.261Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-22T15:58:00.568Z] + mkdir /home/jenkins [2020-12-22T15:58:00.568Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-22T15:58:00.879Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-12-22T15:58:00.892Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-22T15:58:01.191Z] ---> sigul-install.sh [2020-12-22T15:58:11.284Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-22T15:58:11.591Z] + git tag --list [2020-12-22T15:58:11.591Z] 0.7.0 [2020-12-22T15:58:11.591Z] 0.7.1 [2020-12-22T15:58:11.591Z] 1.0.0 [2020-12-22T15:58:11.591Z] v1.0.1 [2020-12-22T15:58:11.591Z] v1.0.2 [2020-12-22T15:58:11.591Z] v1.0.3 [2020-12-22T15:58:11.591Z] v1.1.0 [2020-12-22T15:58:11.591Z] v1.1.1 [2020-12-22T15:58:11.591Z] v1.2.0 [2020-12-22T15:58:11.591Z] v1.2.1 [2020-12-22T15:58:11.591Z] v1.2.2 [2020-12-22T15:58:11.591Z] v1.2.2-dev.1 [2020-12-22T15:58:11.591Z] v1.3.0 [2020-12-22T15:58:11.591Z] v1.3.0-dev.1 [2020-12-22T15:58:11.591Z] v1.3.0-dev.10 [2020-12-22T15:58:11.591Z] v1.3.0-dev.2 [2020-12-22T15:58:11.591Z] v1.3.0-dev.3 [2020-12-22T15:58:11.592Z] v1.3.0-dev.4 [2020-12-22T15:58:11.592Z] v1.3.0-dev.5 [2020-12-22T15:58:11.592Z] v1.3.0-dev.6 [2020-12-22T15:58:11.592Z] v1.3.0-dev.7 [2020-12-22T15:58:11.592Z] v1.3.0-dev.8 [2020-12-22T15:58:11.592Z] v1.3.0-dev.9 [2020-12-22T15:58:11.592Z] v1.3.1-dev.1 [2020-12-22T15:58:11.592Z] v1.3.1-dev.2 [Pipeline] sh [2020-12-22T15:58:11.894Z] + lftools sign git-tag v1.3.1-dev.2 [2020-12-22T15:58:13.286Z] Signing Git tag with Sigul... [2020-12-22T15:58:13.286Z] Signing v1.3.1-dev.2 [Pipeline] echo [2020-12-22T15:58:14.250Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-22T15:58:14.544Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-22T15:58:14.554Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-22T15:58:14.660Z] $ docker stop --time=1 70bfcdf030b9b302e7c2230a6156f485c48719ae14c6a39922783f9913c1a078 [2020-12-22T15:58:16.596Z] $ docker rm -f 70bfcdf030b9b302e7c2230a6156f485c48719ae14c6a39922783f9913c1a078 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-22T15:58:17.523Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-22T15:58:17.523Z] . [Pipeline] withDockerContainer [2020-12-22T15:58:17.634Z] prd-centos7-docker-4c-2g-17192 does not seem to be running inside a container [2020-12-22T15:58:17.685Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-22T15:58:18.474Z] $ docker top 427fd1734b752374b1974de802f46737f276e3086f861861b9f71a8b13bb03e6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-22T15:58:18.780Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-22T15:58:18.780Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-22T15:58:19.018Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-22T15:58:19.022Z] $ docker exec 427fd1734b752374b1974de802f46737f276e3086f861861b9f71a8b13bb03e6 ssh-agent [2020-12-22T15:58:19.196Z] SSH_AUTH_SOCK=/tmp/ssh-2d95xz5p0hoJ/agent.12 [2020-12-22T15:58:19.196Z] SSH_AGENT_PID=18 [2020-12-22T15:58:19.202Z] Running ssh-add (command line suppressed) [2020-12-22T15:58:19.332Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_3463753414190254500.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_3463753414190254500.key) [2020-12-22T15:58:19.386Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-22T15:58:19.769Z] + git semver bump pre [2020-12-22T15:58:19.769Z] # -> Open(): unable to determine branch for HEAD [2020-12-22T15:58:19.769Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-12-22T15:58:19.769Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-12-22T15:58:19.769Z] # $SEMVER_REMOTE_NAME = origin [2020-12-22T15:58:19.769Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-22T15:58:19.769Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-22T15:58:19.769Z] # $SEMVER_BRANCH = master [2020-12-22T15:58:19.769Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [2020-12-22T15:58:19.769Z] 1.3.1-dev.3 [Pipeline] } [2020-12-22T15:58:19.796Z] $ docker exec --env ******** --env ******** 427fd1734b752374b1974de802f46737f276e3086f861861b9f71a8b13bb03e6 ssh-agent -k [2020-12-22T15:58:19.971Z] unset SSH_AUTH_SOCK; [2020-12-22T15:58:19.972Z] unset SSH_AGENT_PID; [2020-12-22T15:58:19.972Z] echo Agent pid 18 killed; [2020-12-22T15:58:20.038Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-22T15:58:20.674Z] + git semver [Pipeline] } [2020-12-22T15:58:20.701Z] $ docker stop --time=1 427fd1734b752374b1974de802f46737f276e3086f861861b9f71a8b13bb03e6 [2020-12-22T15:58:22.127Z] $ docker rm -f 427fd1734b752374b1974de802f46737f276e3086f861861b9f71a8b13bb03e6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-22T15:58:22.721Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-22T15:58:22.721Z] . [Pipeline] withDockerContainer [2020-12-22T15:58:22.838Z] prd-centos7-docker-4c-2g-17192 does not seem to be running inside a container [2020-12-22T15:58:22.891Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-22T15:58:23.727Z] $ docker top 4b893b98af3d0e81cf53654c80a79b80a03517980eff9bb89d89406f226ee649 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-22T15:58:24.015Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-22T15:58:24.015Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-22T15:58:24.214Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-22T15:58:24.218Z] $ docker exec 4b893b98af3d0e81cf53654c80a79b80a03517980eff9bb89d89406f226ee649 ssh-agent [2020-12-22T15:58:24.391Z] SSH_AUTH_SOCK=/tmp/ssh-o1v7uRCSL1O4/agent.11 [2020-12-22T15:58:24.391Z] SSH_AGENT_PID=16 [2020-12-22T15:58:24.400Z] Running ssh-add (command line suppressed) [2020-12-22T15:58:24.523Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_144449571529898788.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_144449571529898788.key) [2020-12-22T15:58:24.580Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-22T15:58:24.929Z] + git semver push [2020-12-22T15:58:24.929Z] # -> Open(): unable to determine branch for HEAD [2020-12-22T15:58:24.929Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-12-22T15:58:24.929Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-12-22T15:58:24.929Z] # $SEMVER_REMOTE_NAME = origin [2020-12-22T15:58:24.929Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-22T15:58:24.929Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-22T15:58:24.929Z] # $SEMVER_BRANCH = master [2020-12-22T15:58:24.929Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [Pipeline] } [2020-12-22T15:58:31.544Z] $ docker exec --env ******** --env ******** 4b893b98af3d0e81cf53654c80a79b80a03517980eff9bb89d89406f226ee649 ssh-agent -k [2020-12-22T15:58:31.667Z] unset SSH_AUTH_SOCK; [2020-12-22T15:58:31.667Z] unset SSH_AGENT_PID; [2020-12-22T15:58:31.667Z] echo Agent pid 16 killed; [2020-12-22T15:58:31.726Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-22T15:58:32.180Z] + git semver [Pipeline] } [2020-12-22T15:58:32.196Z] $ docker stop --time=1 4b893b98af3d0e81cf53654c80a79b80a03517980eff9bb89d89406f226ee649 [2020-12-22T15:58:33.557Z] $ docker rm -f 4b893b98af3d0e81cf53654c80a79b80a03517980eff9bb89d89406f226ee649 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-22T15:58:35.013Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-22T15:58:35.324Z] ---> package-listing.sh [2020-12-22T15:58:35.325Z] ++ facter osfamily [2020-12-22T15:58:35.325Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-22T15:58:35.325Z] + OS_FAMILY=redhat [2020-12-22T15:58:35.325Z] + workspace=/w/workspace/edgexfoundry_device-sdk-c_master [2020-12-22T15:58:35.325Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-22T15:58:35.325Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-22T15:58:35.325Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-22T15:58:35.325Z] + PACKAGES=/tmp/packages_start.txt [2020-12-22T15:58:35.325Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_master ']' [2020-12-22T15:58:35.325Z] + PACKAGES=/tmp/packages_end.txt [2020-12-22T15:58:35.325Z] + case "${OS_FAMILY}" in [2020-12-22T15:58:35.325Z] + rpm -qa [2020-12-22T15:58:35.325Z] + sort [2020-12-22T15:58:40.648Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-22T15:58:40.648Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-22T15:58:40.648Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-22T15:58:40.648Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_master ']' [2020-12-22T15:58:40.648Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_master/archives/ [2020-12-22T15:58:40.648Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-c_master/archives/ [Pipeline] echo [2020-12-22T15:58:40.677Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-c_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-22T15:58:40.972Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-22T15:58:41.276Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-22T15:58:41.276Z] [2020-12-22T15:58:41.276Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-22T15:58:41.637Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-22T15:58:41.637Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-22T15:58:41.637Z] df20fa9351a1: Pulling fs layer [2020-12-22T15:58:41.637Z] 36b3adc4ff6f: Pulling fs layer [2020-12-22T15:58:41.637Z] 8ad3a11d3b57: Pulling fs layer [2020-12-22T15:58:41.637Z] 46f8f816bc3b: Pulling fs layer [2020-12-22T15:58:41.637Z] 93b61091891f: Pulling fs layer [2020-12-22T15:58:41.637Z] 93b9cdb0e59b: Pulling fs layer [2020-12-22T15:58:41.637Z] 5e14af77c1be: Pulling fs layer [2020-12-22T15:58:41.637Z] 01666e4c0597: Pulling fs layer [2020-12-22T15:58:41.637Z] aa168da1d23b: Pulling fs layer [2020-12-22T15:58:41.637Z] 5e14af77c1be: Waiting [2020-12-22T15:58:41.637Z] 46f8f816bc3b: Waiting [2020-12-22T15:58:41.637Z] 93b61091891f: Waiting [2020-12-22T15:58:41.637Z] 93b9cdb0e59b: Waiting [2020-12-22T15:58:41.637Z] aa168da1d23b: Waiting [2020-12-22T15:58:41.637Z] 01666e4c0597: Waiting [2020-12-22T15:58:41.637Z] 36b3adc4ff6f: Verifying Checksum [2020-12-22T15:58:41.637Z] 36b3adc4ff6f: Download complete [2020-12-22T15:58:41.637Z] 46f8f816bc3b: Verifying Checksum [2020-12-22T15:58:41.637Z] 46f8f816bc3b: Download complete [2020-12-22T15:58:41.901Z] df20fa9351a1: Download complete [2020-12-22T15:58:41.901Z] 93b9cdb0e59b: Verifying Checksum [2020-12-22T15:58:41.901Z] 93b9cdb0e59b: Download complete [2020-12-22T15:58:41.901Z] 5e14af77c1be: Verifying Checksum [2020-12-22T15:58:41.901Z] 5e14af77c1be: Download complete [2020-12-22T15:58:41.901Z] 01666e4c0597: Verifying Checksum [2020-12-22T15:58:41.901Z] 01666e4c0597: Download complete [2020-12-22T15:58:41.901Z] 93b61091891f: Verifying Checksum [2020-12-22T15:58:41.901Z] 93b61091891f: Download complete [2020-12-22T15:58:41.901Z] 8ad3a11d3b57: Verifying Checksum [2020-12-22T15:58:41.901Z] 8ad3a11d3b57: Download complete [2020-12-22T15:58:42.166Z] df20fa9351a1: Pull complete [2020-12-22T15:58:42.430Z] 36b3adc4ff6f: Pull complete [2020-12-22T15:58:43.385Z] 8ad3a11d3b57: Pull complete [2020-12-22T15:58:43.385Z] 46f8f816bc3b: Pull complete [2020-12-22T15:58:43.979Z] 93b61091891f: Pull complete [2020-12-22T15:58:43.979Z] 93b9cdb0e59b: Pull complete [2020-12-22T15:58:44.241Z] aa168da1d23b: Verifying Checksum [2020-12-22T15:58:44.241Z] aa168da1d23b: Download complete [2020-12-22T15:58:44.503Z] 5e14af77c1be: Pull complete [2020-12-22T15:58:44.770Z] 01666e4c0597: Pull complete [2020-12-22T15:58:51.418Z] aa168da1d23b: Pull complete [2020-12-22T15:58:51.419Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-22T15:58:51.419Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-22T15:58:51.419Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-22T15:58:51.562Z] prd-centos7-docker-4c-2g-17192 does not seem to be running inside a container [2020-12-22T15:58:51.611Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-c_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-22T15:58:57.880Z] $ docker top cee1b68585e77cf18a0e71ffc22fb6847851dcde4ac31540f42c959b6cdad90e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-22T15:58:58.442Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-22T15:58:58.746Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-22T15:58:59.045Z] + ls /var/log/sa-host [2020-12-22T15:58:59.046Z] + sadf -c /var/log/sa-host/sa22 [2020-12-22T15:58:59.046Z] file_magic: OK [2020-12-22T15:58:59.046Z] HZ: Using current value: 100 [2020-12-22T15:58:59.046Z] file_header: OK [2020-12-22T15:58:59.046Z] 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-12-22T15:58:59.046Z] Statistics: [2020-12-22T15:58:59.046Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-22T15:58:59.046Z] File successfully converted to sysstat format version 12.2.1 [2020-12-22T15:58:59.046Z] + sadf -c /var/log/sa-host/sa23 [2020-12-22T15:58:59.046Z] file_magic: OK [2020-12-22T15:58:59.046Z] HZ: Using current value: 100 [2020-12-22T15:58:59.046Z] file_header: OK [2020-12-22T15:58:59.046Z] 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-12-22T15:58:59.046Z] Statistics: [2020-12-22T15:58:59.046Z] Hnuu...uuuununununu... [2020-12-22T15:58:59.046Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-22T15:58:59.705Z] provisioning config files... [2020-12-22T15:58:59.720Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config3483169852332287947tmp [Pipeline] { [Pipeline] echo [2020-12-22T15:58:59.798Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-22T15:59:00.096Z] ---> create-netrc.sh [Pipeline] } [2020-12-22T15:59:00.106Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-22T15:59:00.209Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-22T15:59:00.507Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-22T15:59:00.519Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-22T15:59:00.827Z] ---> sudo-logs.sh [2020-12-22T15:59:00.828Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-22T15:59:00.840Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-22T15:59:01.138Z] ---> job-cost.sh [2020-12-22T15:59:01.138Z] lf-activate-venv: SKIPPING [2020-12-22T15:59:01.138Z] INFO: No Stack... [2020-12-22T15:59:02.554Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-22T15:59:02.817Z] INFO: Archiving Costs [Pipeline] echo [2020-12-22T15:59:02.830Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-22T15:59:03.131Z] ---> logs-deploy.sh [2020-12-22T15:59:03.131Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/master/50 [2020-12-22T15:59:03.131Z] INFO: archiving workspace using pattern(s): [2020-12-22T15:59:05.050Z] Archives upload complete. [2020-12-22T15:59:05.050Z] INFO: archiving logs to Nexus