Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0a87d407e041d20f1864a55fff042c6ab73963fc 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1288 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 0a87d407e041d20f1864a55fff042c6ab73963fc (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0a87d407e041d20f1864a55fff042c6ab73963fc # timeout=10 Commit message: "fix: update Service Keys to new style (#333) (#342)" > git rev-list --no-walk 1a58ea05ec7eb3db9f90d47fb79c2f2571766c40 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-20T22:51:52.793Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-20T22:51:52.888Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-20T22:51:52.912Z] ========================================================= [2021-04-20T22:51:52.913Z] EdgeX Global Pipelines Version Info [2021-04-20T22:51:52.913Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-20T22:51:54.440Z] ------------------- [2021-04-20T22:51:54.440Z] stable info: [2021-04-20T22:51:54.440Z] ------------------- [2021-04-20T22:51:54.440Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-20T22:51:54.440Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-20T22:51:54.440Z] Message: update stable to v1.0.186 [2021-04-20T22:51:55.384Z] ------------------- [2021-04-20T22:51:55.384Z] experimental info: [2021-04-20T22:51:55.384Z] ------------------- [2021-04-20T22:51:55.385Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-20T22:51:55.385Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-20T22:51:55.385Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-20T22:51:55.512Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-c-settings [Pipeline] echo [2021-04-20T22:51:55.533Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-c [Pipeline] echo [2021-04-20T22:51:55.554Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-20T22:51:55.608Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-20T22:51:55.633Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-20T22:51:55.654Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [Pipeline] echo [2021-04-20T22:51:55.674Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = scripts/Dockerfile.alpine [Pipeline] echo [2021-04-20T22:51:55.693Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = scripts/Dockerfile.alpine-base [Pipeline] echo [2021-04-20T22:51:55.721Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-20T22:51:55.742Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-c [Pipeline] echo [2021-04-20T22:51:55.782Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-20T22:51:55.810Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-20T22:51:55.830Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-20T22:51:55.850Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-20T22:51:55.871Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-20T22:51:55.890Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-20T22:51:55.909Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-20T22:51:55.949Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-20T22:51:55.970Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-20T22:51:55.990Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-20T22:51:56.010Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0a87d407e041d20f1864a55fff042c6ab73963fc [Pipeline] echo [2021-04-20T22:51:56.029Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0a87d40 [Pipeline] echo [2021-04-20T22:51:56.049Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T22:51:56.119Z] provisioning config files... [2021-04-20T22:51:56.152Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config4360679765975356176tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T22:51:56.470Z] ---> docker-login.sh [2021-04-20T22:51:56.470Z] nexus3.edgexfoundry.org:10001 [2021-04-20T22:51:56.732Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T22:51:56.994Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T22:51:56.994Z] Configure a credential helper to remove this warning. See [2021-04-20T22:51:56.994Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T22:51:56.994Z] [2021-04-20T22:51:56.994Z] Login Succeeded [2021-04-20T22:51:56.994Z] nexus3.edgexfoundry.org:10002 [2021-04-20T22:51:56.994Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T22:51:57.256Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T22:51:57.256Z] Configure a credential helper to remove this warning. See [2021-04-20T22:51:57.256Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T22:51:57.256Z] [2021-04-20T22:51:57.256Z] Login Succeeded [2021-04-20T22:51:57.256Z] nexus3.edgexfoundry.org:10003 [2021-04-20T22:51:57.256Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T22:51:57.256Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T22:51:57.256Z] Configure a credential helper to remove this warning. See [2021-04-20T22:51:57.256Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T22:51:57.256Z] [2021-04-20T22:51:57.256Z] Login Succeeded [2021-04-20T22:51:57.256Z] nexus3.edgexfoundry.org:10004 [2021-04-20T22:51:57.519Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T22:51:57.519Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T22:51:57.519Z] Configure a credential helper to remove this warning. See [2021-04-20T22:51:57.519Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T22:51:57.519Z] [2021-04-20T22:51:57.519Z] Login Succeeded [2021-04-20T22:51:57.519Z] docker.io [2021-04-20T22:51:57.519Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T22:51:57.784Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T22:51:57.784Z] Configure a credential helper to remove this warning. See [2021-04-20T22:51:57.784Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T22:51:57.784Z] [2021-04-20T22:51:57.784Z] Login Succeeded [2021-04-20T22:51:57.784Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T22:51:57.795Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-04-20T22:51:59.220Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T22:51:59.220Z] [2021-04-20T22:51:59.220Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T22:51:59.544Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T22:51:59.544Z] latest: Pulling from edgex-devops/git-semver [2021-04-20T22:51:59.544Z] 31603596830f: Pulling fs layer [2021-04-20T22:51:59.544Z] 2a8b12db71e7: Pulling fs layer [2021-04-20T22:51:59.544Z] 6ca5941a6612: Pulling fs layer [2021-04-20T22:51:59.544Z] ecc8261a40a4: Pulling fs layer [2021-04-20T22:51:59.544Z] ecc8261a40a4: Waiting [2021-04-20T22:51:59.544Z] 2a8b12db71e7: Verifying Checksum [2021-04-20T22:51:59.544Z] 2a8b12db71e7: Download complete [2021-04-20T22:51:59.544Z] 31603596830f: Verifying Checksum [2021-04-20T22:51:59.544Z] 31603596830f: Download complete [2021-04-20T22:51:59.806Z] ecc8261a40a4: Verifying Checksum [2021-04-20T22:51:59.806Z] ecc8261a40a4: Download complete [2021-04-20T22:51:59.806Z] 6ca5941a6612: Verifying Checksum [2021-04-20T22:51:59.806Z] 6ca5941a6612: Download complete [2021-04-20T22:52:00.077Z] 31603596830f: Pull complete [2021-04-20T22:52:00.344Z] 2a8b12db71e7: Pull complete [2021-04-20T22:52:00.924Z] 6ca5941a6612: Pull complete [2021-04-20T22:52:01.188Z] ecc8261a40a4: Pull complete [2021-04-20T22:52:01.188Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-20T22:52:01.188Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T22:52:01.188Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-20T22:52:01.320Z] prd-centos7-docker-4c-2g-1288 does not seem to be running inside a container [2021-04-20T22:52:01.371Z] $ 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 [2021-04-20T22:52:03.592Z] $ docker top 0a26e35cc69c5075ec98b41c0260fa061c1dcbb758a70c691a88c38264060d00 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-20T22:52:03.752Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T22:52:03.752Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T22:52:03.968Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T22:52:03.971Z] $ docker exec 0a26e35cc69c5075ec98b41c0260fa061c1dcbb758a70c691a88c38264060d00 ssh-agent [2021-04-20T22:52:04.134Z] SSH_AUTH_SOCK=/tmp/ssh-8p4VhOgcQfcg/agent.12 [2021-04-20T22:52:04.134Z] SSH_AGENT_PID=17 [2021-04-20T22:52:04.146Z] Running ssh-add (command line suppressed) [2021-04-20T22:52:04.266Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_4172248045949868811.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_4172248045949868811.key) [2021-04-20T22:52:04.318Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T22:52:04.619Z] + git tag --points-at HEAD [Pipeline] } [2021-04-20T22:52:04.685Z] $ docker exec --env ******** --env ******** 0a26e35cc69c5075ec98b41c0260fa061c1dcbb758a70c691a88c38264060d00 ssh-agent -k [2021-04-20T22:52:04.819Z] unset SSH_AUTH_SOCK; [2021-04-20T22:52:04.819Z] unset SSH_AGENT_PID; [2021-04-20T22:52:04.819Z] echo Agent pid 17 killed; [2021-04-20T22:52:04.868Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-20T22:52:04.903Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T22:52:04.903Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T22:52:05.068Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T22:52:05.070Z] $ docker exec 0a26e35cc69c5075ec98b41c0260fa061c1dcbb758a70c691a88c38264060d00 ssh-agent [2021-04-20T22:52:05.228Z] SSH_AUTH_SOCK=/tmp/ssh-uynnGEyfTM7s/agent.45 [2021-04-20T22:52:05.228Z] SSH_AGENT_PID=50 [2021-04-20T22:52:05.235Z] Running ssh-add (command line suppressed) [2021-04-20T22:52:05.350Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_7343190846731861122.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_7343190846731861122.key) [2021-04-20T22:52:05.403Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T22:52:05.710Z] + git semver init [2021-04-20T22:52:05.710Z] # -> Open(): unable to determine branch for HEAD [2021-04-20T22:52:05.710Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2021-04-20T22:52:05.710Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2021-04-20T22:52:05.710Z] # $SEMVER_REMOTE_NAME = origin [2021-04-20T22:52:05.710Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-20T22:52:05.710Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-20T22:52:05.710Z] # $SEMVER_BRANCH = master [2021-04-20T22:52:05.710Z] # $SEMVER_TEMP = /tmp/semver-086983596 [2021-04-20T22:52:05.710Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-c.git $SEMVER_TEMP [2021-04-20T22:52:06.285Z] # '/tmp/semver-086983596' -> '/w/workspace/edgexfoundry_device-sdk-c_master/.semver' [2021-04-20T22:52:06.285Z] # -> Force: false [2021-04-20T22:52:06.285Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [Pipeline] } [2021-04-20T22:52:06.298Z] $ docker exec --env ******** --env ******** 0a26e35cc69c5075ec98b41c0260fa061c1dcbb758a70c691a88c38264060d00 ssh-agent -k [2021-04-20T22:52:06.420Z] unset SSH_AUTH_SOCK; [2021-04-20T22:52:06.421Z] unset SSH_AGENT_PID; [2021-04-20T22:52:06.421Z] echo Agent pid 50 killed; [2021-04-20T22:52:06.470Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T22:52:06.799Z] + git semver [Pipeline] } [2021-04-20T22:52:06.820Z] $ docker stop --time=1 0a26e35cc69c5075ec98b41c0260fa061c1dcbb758a70c691a88c38264060d00 [2021-04-20T22:52:08.236Z] $ docker rm -f 0a26e35cc69c5075ec98b41c0260fa061c1dcbb758a70c691a88c38264060d00 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T22:52:08.628Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-20T22:52:08.969Z] Stashed 1 file(s) [Pipeline] echo [2021-04-20T22:52:08.972Z] [edgeXSemver]: initialized semver on version 1.3.2-dev.10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-04-20T22:52:24.144Z] Still waiting to schedule task [2021-04-20T22:52:24.145Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1288’ [2021-04-20T22:52:24.149Z] Still waiting to schedule task [2021-04-20T22:52:24.149Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-20T22:54:15.088Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1289 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] ws [2021-04-20T22:54:15.105Z] Running in /w/workspace/device-sdk-c/62 [Pipeline] { [Pipeline] checkout [2021-04-20T22:54:20.503Z] using credential edgex-jenkins-ssh [2021-04-20T22:54:20.521Z] Cloning the remote Git repository [2021-04-20T22:54:20.635Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2021-04-20T22:54:20.758Z] > git init /w/workspace/device-sdk-c/62 # timeout=10 [2021-04-20T22:54:20.917Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2021-04-20T22:54:20.917Z] > git --version # timeout=10 [2021-04-20T22:54:20.934Z] > git --version # 'git version 2.17.1' [2021-04-20T22:54:20.935Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T22:54:20.995Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T22:54:22.637Z] Checking out Revision 0a87d407e041d20f1864a55fff042c6ab73963fc (master) [2021-04-20T22:54:22.059Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2021-04-20T22:54:22.077Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T22:54:22.102Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2021-04-20T22:54:22.137Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2021-04-20T22:54:22.138Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T22:54:22.148Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-20T22:54:22.654Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T22:54:22.669Z] > git checkout -f 0a87d407e041d20f1864a55fff042c6ab73963fc # timeout=10 [2021-04-20T22:54:26.918Z] Commit message: "fix: update Service Keys to new style (#333) (#342)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-20T22:54:28.212Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-20T22:54:28.617Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T22:54:28.962Z] + sudo service docker restart [2021-04-20T22:54:28.962Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T22:54:31.647Z] provisioning config files... [2021-04-20T22:54:31.686Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/device-sdk-c/62@tmp/config3453394640682137741tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T22:54:32.057Z] ---> docker-login.sh [2021-04-20T22:54:32.057Z] nexus3.edgexfoundry.org:10001 [2021-04-20T22:54:32.657Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T22:54:33.252Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T22:54:33.252Z] Configure a credential helper to remove this warning. See [2021-04-20T22:54:33.252Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T22:54:33.252Z] [2021-04-20T22:54:33.252Z] Login Succeeded [2021-04-20T22:54:33.252Z] nexus3.edgexfoundry.org:10002 [2021-04-20T22:54:33.534Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T22:54:33.807Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T22:54:33.807Z] Configure a credential helper to remove this warning. See [2021-04-20T22:54:33.807Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T22:54:33.807Z] [2021-04-20T22:54:33.807Z] Login Succeeded [2021-04-20T22:54:33.807Z] nexus3.edgexfoundry.org:10003 [2021-04-20T22:54:34.080Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T22:54:34.354Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T22:54:34.354Z] Configure a credential helper to remove this warning. See [2021-04-20T22:54:34.354Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T22:54:34.354Z] [2021-04-20T22:54:34.354Z] Login Succeeded [2021-04-20T22:54:34.354Z] nexus3.edgexfoundry.org:10004 [2021-04-20T22:54:34.628Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T22:54:34.903Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T22:54:34.903Z] Configure a credential helper to remove this warning. See [2021-04-20T22:54:34.903Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T22:54:34.903Z] [2021-04-20T22:54:34.903Z] Login Succeeded [2021-04-20T22:54:34.903Z] docker.io [2021-04-20T22:54:35.178Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T22:54:35.773Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T22:54:35.773Z] Configure a credential helper to remove this warning. See [2021-04-20T22:54:35.773Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T22:54:35.773Z] [2021-04-20T22:54:35.773Z] Login Succeeded [2021-04-20T22:54:35.773Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T22:54:35.792Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-20T22:54:36.094Z] ========================================================= [2021-04-20T22:54:36.094Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] [2021-04-20T22:54:36.094Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-20T22:54:36.448Z] + 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 . [2021-04-20T22:54:36.724Z] Sending build context to Docker daemon 2.36MB [2021-04-20T22:54:36.997Z] Step 1/21 : ARG BASE=alpine:3.12 [2021-04-20T22:54:36.997Z] Step 2/21 : FROM ${BASE} as builder [2021-04-20T22:54:36.997Z] latest: Pulling from edgex-devops/edgex-gcc-base-arm64 [2021-04-20T22:54:36.997Z] 0362ad1dd800: Pulling fs layer [2021-04-20T22:54:36.997Z] f2cdb1532d8b: Pulling fs layer [2021-04-20T22:54:36.997Z] 37ed683be191: Pulling fs layer [2021-04-20T22:54:36.997Z] f2cdb1532d8b: Verifying Checksum [2021-04-20T22:54:36.997Z] f2cdb1532d8b: Download complete [2021-04-20T22:54:37.269Z] 0362ad1dd800: Verifying Checksum [2021-04-20T22:54:37.269Z] 0362ad1dd800: Download complete [2021-04-20T22:54:37.867Z] 0362ad1dd800: Pull complete [2021-04-20T22:54:38.154Z] f2cdb1532d8b: Pull complete [2021-04-20T22:54:39.581Z] 37ed683be191: Verifying Checksum [2021-04-20T22:54:39.581Z] 37ed683be191: Download complete [2021-04-20T22:54:47.991Z] Running on prd-centos7-docker-4c-2g-1290 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] ws [2021-04-20T22:54:48.007Z] Running in /w/workspace/device-sdk-c/62 [Pipeline] { [Pipeline] checkout [2021-04-20T22:54:49.764Z] 37ed683be191: Pull complete [2021-04-20T22:54:49.764Z] Digest: sha256:f3a502aba7c4a8aa4a4fcde21dbb9db33787f3779e80dd14fb3ea60ab67de23f [2021-04-20T22:54:49.764Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest [2021-04-20T22:54:49.764Z] ---> b23d30803547 [2021-04-20T22:54:49.764Z] 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 [2021-04-20T22:54:50.521Z] using credential edgex-jenkins-ssh [2021-04-20T22:54:50.536Z] Cloning the remote Git repository [2021-04-20T22:54:50.742Z] ---> Running in 2e939bd43af3 [2021-04-20T22:54:50.561Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2021-04-20T22:54:50.624Z] > git init /w/workspace/device-sdk-c/62 # timeout=10 [2021-04-20T22:54:50.677Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2021-04-20T22:54:50.677Z] > git --version # timeout=10 [2021-04-20T22:54:50.683Z] > git --version # 'git version 2.24.3' [2021-04-20T22:54:50.683Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T22:54:50.708Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T22:54:51.364Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2021-04-20T22:54:51.370Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T22:54:51.381Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2021-04-20T22:54:51.395Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2021-04-20T22:54:51.395Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T22:54:51.399Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-20T22:54:51.731Z] Checking out Revision 0a87d407e041d20f1864a55fff042c6ab73963fc (master) [2021-04-20T22:54:52.176Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2021-04-20T22:54:51.740Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T22:54:51.745Z] > git checkout -f 0a87d407e041d20f1864a55fff042c6ab73963fc # timeout=10 [2021-04-20T22:54:52.767Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2021-04-20T22:54:53.365Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2021-04-20T22:54:53.365Z] (2/8) Installing libuuid (2.33-r0) [2021-04-20T22:54:53.634Z] (3/8) Installing libblkid (2.33-r0) [2021-04-20T22:54:53.634Z] (4/8) Installing libfdisk (2.33-r0) [2021-04-20T22:54:53.634Z] (5/8) Installing libmount (2.33-r0) [2021-04-20T22:54:53.905Z] (6/8) Installing libsmartcols (2.33-r0) [2021-04-20T22:54:53.905Z] (7/8) Installing util-linux-dev (2.33-r0) [2021-04-20T22:54:54.182Z] (8/8) Installing wget (1.20.3-r0) [2021-04-20T22:54:54.182Z] Executing busybox-1.29.3-r10.trigger [2021-04-20T22:54:54.182Z] OK: 285 MiB in 83 packages [2021-04-20T22:54:55.458Z] Commit message: "fix: update Service Keys to new style (#333) (#342)" [2021-04-20T22:54:55.619Z] Removing intermediate container 2e939bd43af3 [2021-04-20T22:54:55.619Z] ---> 7793ca8defed [2021-04-20T22:54:55.619Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-20T22:54:55.902Z] ---> Running in 8a3f85a02de4 [2021-04-20T22:54:56.184Z] Removing intermediate container 8a3f85a02de4 [2021-04-20T22:54:56.184Z] ---> 92d366dc86ff [2021-04-20T22:54:56.184Z] 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 [2021-04-20T22:54:56.184Z] ---> Running in 08dfb1b8b303 [2021-04-20T22:54:56.411Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-20T22:54:56.736Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T22:54:57.032Z] + sudo service docker restart [2021-04-20T22:54:57.033Z] + true [2021-04-20T22:54:57.033Z] Redirecting to /bin/systemctl restart docker.service [2021-04-20T22:54:57.639Z] --2021-04-20 22:54:57-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2021-04-20T22:54:57.639Z] Resolving github.com... 140.82.114.3 [2021-04-20T22:54:57.639Z] Connecting to github.com|140.82.114.3|:443... connected. [2021-04-20T22:54:57.639Z] HTTP request sent, awaiting response... 302 Found [2021-04-20T22:54:57.639Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2021-04-20T22:54:57.639Z] --2021-04-20 22:54:57-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2021-04-20T22:54:57.639Z] Resolving codeload.github.com... 140.82.114.10 [2021-04-20T22:54:57.639Z] Connecting to codeload.github.com|140.82.114.10|:443... connected. [2021-04-20T22:54:57.639Z] HTTP request sent, awaiting response... 200 OK [2021-04-20T22:54:57.639Z] Length: unspecified [application/x-gzip] [2021-04-20T22:54:57.639Z] Saving to: 'STDOUT' [2021-04-20T22:54:57.639Z] [2021-04-20T22:54:57.912Z] 0K .......... .......... .......... .......... .......... 1.20M [2021-04-20T22:54:57.912Z] 50K .......... .......... .......... .......... .......... 2.28M [2021-04-20T22:54:57.912Z] 100K .......... .......... .......... .......... .......... 2.40M [2021-04-20T22:54:57.912Z] 150K .......... .......... .......... .......... .......... 11.4M [2021-04-20T22:54:57.912Z] 200K .......... .......... .......... .......... .......... 7.74M [2021-04-20T22:54:57.912Z] 250K .......... .......... .......... .......... .......... 3.91M [2021-04-20T22:54:57.912Z] 300K .......... .......... .......... .......... .......... 3.98M [2021-04-20T22:54:57.912Z] 350K .......... .......... .......... .......... .......... 4.44M [2021-04-20T22:54:57.912Z] 400K .......... .......... .......... .......... .......... 6.08M [2021-04-20T22:54:57.912Z] 450K .......... .......... .......... .......... .......... 6.88M [2021-04-20T22:54:57.912Z] 500K .......... .......... .......... .......... .......... 5.04M [2021-04-20T22:54:57.912Z] 550K .......... .......... .......... .......... .......... 4.65M [2021-04-20T22:54:57.912Z] 600K .......... .......... .......... .......... .......... 1.04M [2021-04-20T22:54:57.912Z] 650K .......... .......... .......... .......... .......... 1.86M [2021-04-20T22:54:57.912Z] 700K ..     4746G=0.2s [2021-04-20T22:54:57.912Z] [2021-04-20T22:54:57.912Z] 2021-04-20 22:54:57 (2.89 MB/s) - written to stdout [719348] [2021-04-20T22:54:57.912Z] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T22:54:58.008Z] provisioning config files... [2021-04-20T22:54:58.044Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/device-sdk-c/62@tmp/config8754953255030816644tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T22:54:58.182Z] -- The C compiler identification is GNU 8.3.0 [2021-04-20T22:54:58.369Z] ---> docker-login.sh [2021-04-20T22:54:58.369Z] nexus3.edgexfoundry.org:10001 [2021-04-20T22:54:58.456Z] -- The CXX compiler identification is GNU 8.3.0 [2021-04-20T22:54:58.456Z] -- Check for working C compiler: /usr/bin/cc [2021-04-20T22:54:58.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T22:54:58.632Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T22:54:58.632Z] Configure a credential helper to remove this warning. See [2021-04-20T22:54:58.632Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T22:54:58.632Z] [2021-04-20T22:54:58.632Z] Login Succeeded [2021-04-20T22:54:58.632Z] nexus3.edgexfoundry.org:10002 [2021-04-20T22:54:58.732Z] -- Check for working C compiler: /usr/bin/cc -- works [2021-04-20T22:54:58.732Z] -- Detecting C compiler ABI info [2021-04-20T22:54:58.894Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T22:54:58.894Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T22:54:58.894Z] Configure a credential helper to remove this warning. See [2021-04-20T22:54:58.894Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T22:54:58.894Z] [2021-04-20T22:54:58.894Z] Login Succeeded [2021-04-20T22:54:58.894Z] nexus3.edgexfoundry.org:10003 [2021-04-20T22:54:58.894Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T22:54:59.004Z] -- Detecting C compiler ABI info - done [2021-04-20T22:54:59.004Z] -- Detecting C compile features [2021-04-20T22:54:59.156Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T22:54:59.156Z] Configure a credential helper to remove this warning. See [2021-04-20T22:54:59.156Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T22:54:59.156Z] [2021-04-20T22:54:59.156Z] Login Succeeded [2021-04-20T22:54:59.156Z] nexus3.edgexfoundry.org:10004 [2021-04-20T22:54:59.156Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T22:54:59.156Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T22:54:59.156Z] Configure a credential helper to remove this warning. See [2021-04-20T22:54:59.156Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T22:54:59.156Z] [2021-04-20T22:54:59.156Z] Login Succeeded [2021-04-20T22:54:59.156Z] docker.io [2021-04-20T22:54:59.417Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T22:54:59.679Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T22:54:59.679Z] Configure a credential helper to remove this warning. See [2021-04-20T22:54:59.680Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T22:54:59.680Z] [2021-04-20T22:54:59.680Z] Login Succeeded [2021-04-20T22:54:59.680Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T22:54:59.689Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-20T22:54:59.862Z] ========================================================= [2021-04-20T22:54:59.862Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2021-04-20T22:54:59.862Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-20T22:54:59.981Z] -- Detecting C compile features - done [2021-04-20T22:54:59.981Z] -- Check for working CXX compiler: /usr/bin/c++ [2021-04-20T22:54:59.981Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2021-04-20T22:54:59.981Z] -- Detecting CXX compiler ABI info [2021-04-20T22:55:00.171Z] + 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 . [2021-04-20T22:55:00.171Z] Sending build context to Docker daemon 2.361MB [2021-04-20T22:55:00.171Z] Step 1/21 : ARG BASE=alpine:3.12 [2021-04-20T22:55:00.171Z] Step 2/21 : FROM ${BASE} as builder [2021-04-20T22:55:00.171Z] latest: Pulling from edgex-devops/edgex-gcc-base [2021-04-20T22:55:00.171Z] e7c96db7181b: Pulling fs layer [2021-04-20T22:55:00.171Z] 4c13bbce0fe7: Pulling fs layer [2021-04-20T22:55:00.171Z] 6059c847ac2f: Pulling fs layer [2021-04-20T22:55:00.254Z] -- Detecting CXX compiler ABI info - done [2021-04-20T22:55:00.254Z] -- Detecting CXX compile features [2021-04-20T22:55:00.437Z] 4c13bbce0fe7: Download complete [2021-04-20T22:55:00.437Z] e7c96db7181b: Verifying Checksum [2021-04-20T22:55:00.437Z] e7c96db7181b: Download complete [2021-04-20T22:55:00.698Z] e7c96db7181b: Pull complete [2021-04-20T22:55:00.698Z] 4c13bbce0fe7: Pull complete [2021-04-20T22:55:01.646Z] 6059c847ac2f: Verifying Checksum [2021-04-20T22:55:01.646Z] 6059c847ac2f: Download complete [2021-04-20T22:55:01.686Z] -- Detecting CXX compile features - done [2021-04-20T22:55:01.686Z] -- Looking for include file endian.h [2021-04-20T22:55:01.959Z] -- Looking for include file endian.h - found [2021-04-20T22:55:01.959Z] -- Check if the system is big endian [2021-04-20T22:55:01.959Z] -- Searching 16 bit integer [2021-04-20T22:55:01.959Z] -- Looking for sys/types.h [2021-04-20T22:55:02.230Z] -- Looking for sys/types.h - found [2021-04-20T22:55:02.230Z] -- Looking for stdint.h [2021-04-20T22:55:02.500Z] -- Looking for stdint.h - found [2021-04-20T22:55:02.500Z] -- Looking for stddef.h [2021-04-20T22:55:02.775Z] -- Looking for stddef.h - found [2021-04-20T22:55:02.775Z] -- Check size of unsigned short [2021-04-20T22:55:02.775Z] -- Check size of unsigned short - done [2021-04-20T22:55:02.775Z] -- Using unsigned short [2021-04-20T22:55:03.045Z] -- Check if the system is big endian - little endian [2021-04-20T22:55:03.315Z] -- Check size of size_t [2021-04-20T22:55:03.315Z] -- Check size of size_t - done [2021-04-20T22:55:03.589Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2021-04-20T22:55:03.589Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2021-04-20T22:55:03.589Z] asked CMake to find a package configuration file provided by "cJSON", but [2021-04-20T22:55:03.589Z] CMake did not find one. [2021-04-20T22:55:03.589Z] [2021-04-20T22:55:03.589Z] Could not find a package configuration file provided by "cJSON" with any of [2021-04-20T22:55:03.589Z] the following names: [2021-04-20T22:55:03.589Z] [2021-04-20T22:55:03.589Z] cJSONConfig.cmake [2021-04-20T22:55:03.589Z] cjson-config.cmake [2021-04-20T22:55:03.589Z] [2021-04-20T22:55:03.589Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2021-04-20T22:55:03.589Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2021-04-20T22:55:03.590Z] provides a separate development package or SDK, be sure it has been [2021-04-20T22:55:03.590Z] installed. [2021-04-20T22:55:03.590Z] [2021-04-20T22:55:03.590Z] [2021-04-20T22:55:03.590Z] -- Configuring done [2021-04-20T22:55:03.590Z] -- Generating done [2021-04-20T22:55:03.590Z] -- Build files have been written to: /tmp/cbor [2021-04-20T22:55:03.863Z] Scanning dependencies of target cbor_shared [2021-04-20T22:55:03.863Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2021-04-20T22:55:04.454Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2021-04-20T22:55:05.046Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2021-04-20T22:55:05.317Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2021-04-20T22:55:05.908Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2021-04-20T22:55:06.180Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2021-04-20T22:55:06.452Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2021-04-20T22:55:06.452Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2021-04-20T22:55:06.724Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2021-04-20T22:55:06.994Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2021-04-20T22:55:07.003Z] 6059c847ac2f: Pull complete [2021-04-20T22:55:07.003Z] Digest: sha256:6b5104d086ae1e5e8a284a473be9a93378e3934f9b07db5717372c857cbcbe5e [2021-04-20T22:55:07.003Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [2021-04-20T22:55:07.003Z] ---> 5eabd8fd8ba2 [2021-04-20T22:55:07.003Z] 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 [2021-04-20T22:55:07.583Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2021-04-20T22:55:07.852Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2021-04-20T22:55:08.123Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2021-04-20T22:55:08.394Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2021-04-20T22:55:08.429Z] ---> Running in 4c74ea2b69e5 [2021-04-20T22:55:08.671Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2021-04-20T22:55:08.945Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2021-04-20T22:55:09.003Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2021-04-20T22:55:09.217Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2021-04-20T22:55:09.488Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2021-04-20T22:55:09.761Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2021-04-20T22:55:09.955Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2021-04-20T22:55:10.034Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2021-04-20T22:55:10.034Z] [ 40%] Linking C shared library libcbor.so [2021-04-20T22:55:10.306Z] [ 40%] Built target cbor_shared [2021-04-20T22:55:10.306Z] Scanning dependencies of target cbor [2021-04-20T22:55:10.306Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2021-04-20T22:55:10.527Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2021-04-20T22:55:10.528Z] (2/8) Installing libuuid (2.33-r0) [2021-04-20T22:55:10.528Z] (3/8) Installing libblkid (2.33-r0) [2021-04-20T22:55:10.790Z] (4/8) Installing libfdisk (2.33-r0) [2021-04-20T22:55:10.790Z] (5/8) Installing libmount (2.33-r0) [2021-04-20T22:55:11.052Z] (6/8) Installing libsmartcols (2.33-r0) [2021-04-20T22:55:11.052Z] (7/8) Installing util-linux-dev (2.33-r0) [2021-04-20T22:55:11.283Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2021-04-20T22:55:11.314Z] (8/8) Installing wget (1.20.3-r0) [2021-04-20T22:55:11.554Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2021-04-20T22:55:11.576Z] Executing busybox-1.29.3-r10.trigger [2021-04-20T22:55:11.576Z] OK: 272 MiB in 83 packages [2021-04-20T22:55:11.828Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2021-04-20T22:55:12.151Z] Removing intermediate container 4c74ea2b69e5 [2021-04-20T22:55:12.151Z] ---> 85f9355df613 [2021-04-20T22:55:12.151Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2021-04-20T22:55:12.151Z] ---> Running in c40bdc2d5161 [2021-04-20T22:55:12.413Z] Removing intermediate container c40bdc2d5161 [2021-04-20T22:55:12.413Z] ---> 36fd2f66991d [2021-04-20T22:55:12.413Z] 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 [2021-04-20T22:55:12.413Z] ---> Running in 89c3593d15be [2021-04-20T22:55:12.677Z] --2021-04-20 22:55:12-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2021-04-20T22:55:12.798Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2021-04-20T22:55:12.939Z] Resolving github.com... 140.82.114.3 [2021-04-20T22:55:12.939Z] Connecting to github.com|140.82.114.3|:443... connected. [2021-04-20T22:55:12.939Z] HTTP request sent, awaiting response... 302 Found [2021-04-20T22:55:12.939Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2021-04-20T22:55:12.939Z] --2021-04-20 22:55:12-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2021-04-20T22:55:12.939Z] Resolving codeload.github.com... 140.82.114.10 [2021-04-20T22:55:12.939Z] Connecting to codeload.github.com|140.82.114.10|:443... connected. [2021-04-20T22:55:12.939Z] HTTP request sent, awaiting response... 200 OK [2021-04-20T22:55:12.939Z] Length: unspecified [application/x-gzip] [2021-04-20T22:55:12.939Z] Saving to: 'STDOUT' [2021-04-20T22:55:12.939Z]  [2021-04-20T22:55:12.939Z] 0K .......... .......... .......... .......... .......... 1.49M [2021-04-20T22:55:12.939Z] 50K .......... .......... .......... .......... .......... 3.05M [2021-04-20T22:55:12.939Z] 100K .......... .......... .......... .......... .......... 36.1M [2021-04-20T22:55:12.939Z] 150K .......... .......... .......... .......... .......... 3.36M [2021-04-20T22:55:12.939Z] 200K .......... .......... .......... .......... .......... 26.9M [2021-04-20T22:55:12.939Z] 250K .......... .......... .......... .......... .......... 10.6M [2021-04-20T22:55:12.939Z] 300K .......... .......... .......... .......... .......... 8.65M [2021-04-20T22:55:13.068Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2021-04-20T22:55:13.200Z] 350K .......... .......... .......... .......... .......... 7.37M [2021-04-20T22:55:13.200Z] 400K .......... .......... .......... .......... .......... 8.30M [2021-04-20T22:55:13.200Z] 450K .......... .......... .......... .......... .......... 6.00M [2021-04-20T22:55:13.200Z] 500K .......... .......... .......... .......... .......... 31.9M [2021-04-20T22:55:13.200Z] 550K .......... .......... .......... .......... .......... 2.40M [2021-04-20T22:55:13.200Z] 600K .......... .......... .......... .......... .......... 3.41M [2021-04-20T22:55:13.200Z] 650K .......... .......... .......... .......... .......... 4.10M [2021-04-20T22:55:13.200Z] 700K .. 36.6M=0.1s [2021-04-20T22:55:13.200Z] [2021-04-20T22:55:13.200Z] 2021-04-20 22:55:13 (4.71 MB/s) - written to stdout [719348] [2021-04-20T22:55:13.200Z] [2021-04-20T22:55:13.200Z] -- The C compiler identification is GNU 8.3.0 [2021-04-20T22:55:13.345Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2021-04-20T22:55:13.461Z] -- The CXX compiler identification is GNU 8.3.0 [2021-04-20T22:55:13.461Z] -- Check for working C compiler: /usr/bin/cc [2021-04-20T22:55:13.461Z] -- Check for working C compiler: /usr/bin/cc -- works [2021-04-20T22:55:13.461Z] -- Detecting C compiler ABI info [2021-04-20T22:55:13.461Z] -- Detecting C compiler ABI info - done [2021-04-20T22:55:13.461Z] -- Detecting C compile features [2021-04-20T22:55:13.618Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2021-04-20T22:55:13.618Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2021-04-20T22:55:13.722Z] -- Detecting C compile features - done [2021-04-20T22:55:13.722Z] -- Check for working CXX compiler: /usr/bin/c++ [2021-04-20T22:55:13.722Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2021-04-20T22:55:13.722Z] -- Detecting CXX compiler ABI info [2021-04-20T22:55:13.983Z] -- Detecting CXX compiler ABI info - done [2021-04-20T22:55:13.983Z] -- Detecting CXX compile features [2021-04-20T22:55:14.213Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2021-04-20T22:55:14.555Z] -- Detecting CXX compile features - done [2021-04-20T22:55:14.555Z] -- Looking for include file endian.h [2021-04-20T22:55:14.555Z] -- Looking for include file endian.h - found [2021-04-20T22:55:14.555Z] -- Check if the system is big endian [2021-04-20T22:55:14.555Z] -- Searching 16 bit integer [2021-04-20T22:55:14.555Z] -- Looking for sys/types.h [2021-04-20T22:55:14.555Z] -- Looking for sys/types.h - found [2021-04-20T22:55:14.555Z] -- Looking for stdint.h [2021-04-20T22:55:14.555Z] -- Looking for stdint.h - found [2021-04-20T22:55:14.555Z] -- Looking for stddef.h [2021-04-20T22:55:14.806Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2021-04-20T22:55:14.817Z] -- Looking for stddef.h - found [2021-04-20T22:55:14.817Z] -- Check size of unsigned short [2021-04-20T22:55:14.817Z] -- Check size of unsigned short - done [2021-04-20T22:55:14.817Z] -- Using unsigned short [2021-04-20T22:55:14.817Z] -- Check if the system is big endian - little endian [2021-04-20T22:55:14.817Z] -- Check size of size_t [2021-04-20T22:55:15.076Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2021-04-20T22:55:15.078Z] -- Check size of size_t - done [2021-04-20T22:55:15.078Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2021-04-20T22:55:15.078Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2021-04-20T22:55:15.078Z] asked CMake to find a package configuration file provided by "cJSON", but [2021-04-20T22:55:15.078Z] CMake did not find one. [2021-04-20T22:55:15.078Z] [2021-04-20T22:55:15.078Z] Could not find a package configuration file provided by "cJSON" with any of [2021-04-20T22:55:15.078Z] the following names: [2021-04-20T22:55:15.078Z] [2021-04-20T22:55:15.078Z] cJSONConfig.cmake [2021-04-20T22:55:15.078Z] cjson-config.cmake [2021-04-20T22:55:15.078Z] [2021-04-20T22:55:15.078Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2021-04-20T22:55:15.078Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2021-04-20T22:55:15.078Z] provides a separate development package or SDK, be sure it has been [2021-04-20T22:55:15.078Z] installed. [2021-04-20T22:55:15.078Z] [2021-04-20T22:55:15.078Z] [2021-04-20T22:55:15.078Z] -- Configuring done [2021-04-20T22:55:15.078Z] -- Generating done [2021-04-20T22:55:15.078Z] -- Build files have been written to: /tmp/cbor [2021-04-20T22:55:15.078Z] Scanning dependencies of target cbor_shared [2021-04-20T22:55:15.078Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2021-04-20T22:55:15.339Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2021-04-20T22:55:15.339Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2021-04-20T22:55:15.345Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2021-04-20T22:55:15.600Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2021-04-20T22:55:15.600Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2021-04-20T22:55:15.619Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2021-04-20T22:55:15.863Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2021-04-20T22:55:15.863Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2021-04-20T22:55:15.863Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2021-04-20T22:55:15.863Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2021-04-20T22:55:15.888Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2021-04-20T22:55:16.125Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2021-04-20T22:55:16.125Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2021-04-20T22:55:16.125Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2021-04-20T22:55:16.160Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2021-04-20T22:55:16.400Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2021-04-20T22:55:16.400Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2021-04-20T22:55:16.400Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2021-04-20T22:55:16.432Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2021-04-20T22:55:16.662Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2021-04-20T22:55:16.662Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2021-04-20T22:55:16.662Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2021-04-20T22:55:16.662Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2021-04-20T22:55:16.704Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2021-04-20T22:55:16.924Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2021-04-20T22:55:16.924Z] [ 40%] Linking C shared library libcbor.so [2021-04-20T22:55:16.924Z] [ 40%] Built target cbor_shared [2021-04-20T22:55:16.924Z] Scanning dependencies of target cbor [2021-04-20T22:55:16.924Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2021-04-20T22:55:16.974Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2021-04-20T22:55:17.186Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2021-04-20T22:55:17.186Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2021-04-20T22:55:17.246Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2021-04-20T22:55:17.447Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2021-04-20T22:55:17.518Z] [ 80%] Linking C static library libcbor.a [2021-04-20T22:55:17.519Z] [ 80%] Built target cbor [2021-04-20T22:55:17.519Z] Scanning dependencies of target create_items [2021-04-20T22:55:17.519Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2021-04-20T22:55:17.709Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2021-04-20T22:55:17.710Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2021-04-20T22:55:17.710Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2021-04-20T22:55:17.710Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2021-04-20T22:55:17.791Z] [ 84%] Linking C executable create_items [2021-04-20T22:55:17.791Z] [ 84%] Built target create_items [2021-04-20T22:55:17.791Z] Scanning dependencies of target readfile [2021-04-20T22:55:17.791Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2021-04-20T22:55:17.971Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2021-04-20T22:55:17.971Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2021-04-20T22:55:18.063Z] [ 88%] Linking C executable readfile [2021-04-20T22:55:18.063Z] [ 88%] Built target readfile [2021-04-20T22:55:18.063Z] Scanning dependencies of target streaming_parser [2021-04-20T22:55:18.063Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2021-04-20T22:55:18.232Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2021-04-20T22:55:18.232Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2021-04-20T22:55:18.232Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2021-04-20T22:55:18.337Z] [ 92%] Linking C executable streaming_parser [2021-04-20T22:55:18.337Z] [ 92%] Built target streaming_parser [2021-04-20T22:55:18.494Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2021-04-20T22:55:18.494Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2021-04-20T22:55:18.494Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2021-04-20T22:55:18.607Z] Scanning dependencies of target sort [2021-04-20T22:55:18.607Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2021-04-20T22:55:18.607Z] [ 96%] Linking C executable sort [2021-04-20T22:55:18.755Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2021-04-20T22:55:18.755Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2021-04-20T22:55:18.755Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2021-04-20T22:55:18.879Z] [ 96%] Built target sort [2021-04-20T22:55:18.879Z] Scanning dependencies of target hello [2021-04-20T22:55:18.879Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2021-04-20T22:55:18.879Z] [100%] Linking C executable hello [2021-04-20T22:55:19.019Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2021-04-20T22:55:19.019Z] [ 80%] Linking C static library libcbor.a [2021-04-20T22:55:19.019Z] [ 80%] Built target cbor [2021-04-20T22:55:19.019Z] Scanning dependencies of target create_items [2021-04-20T22:55:19.019Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2021-04-20T22:55:19.019Z] [ 84%] Linking C executable create_items [2021-04-20T22:55:19.019Z] [ 84%] Built target create_items [2021-04-20T22:55:19.019Z] Scanning dependencies of target readfile [2021-04-20T22:55:19.019Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2021-04-20T22:55:19.019Z] [ 88%] Linking C executable readfile [2021-04-20T22:55:19.151Z] [100%] Built target hello [2021-04-20T22:55:19.151Z] Install the project... [2021-04-20T22:55:19.151Z] -- Install configuration: "Release" [2021-04-20T22:55:19.151Z] -- Installing: /usr/local/include/cbor/configuration.h [2021-04-20T22:55:19.151Z] -- Installing: /usr/local/lib64/libcbor.a [2021-04-20T22:55:19.151Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2021-04-20T22:55:19.151Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2021-04-20T22:55:19.151Z] -- Installing: /usr/local/lib64/libcbor.so [2021-04-20T22:55:19.151Z] -- Up-to-date: /usr/local/include/cbor [2021-04-20T22:55:19.151Z] -- Installing: /usr/local/include/cbor/streaming.h [2021-04-20T22:55:19.151Z] -- Installing: /usr/local/include/cbor/ints.h [2021-04-20T22:55:19.151Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2021-04-20T22:55:19.151Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2021-04-20T22:55:19.151Z] -- Installing: /usr/local/include/cbor/encoding.h [2021-04-20T22:55:19.151Z] -- Installing: /usr/local/include/cbor/serialization.h [2021-04-20T22:55:19.151Z] -- Installing: /usr/local/include/cbor/data.h [2021-04-20T22:55:19.151Z] -- Installing: /usr/local/include/cbor/common.h [2021-04-20T22:55:19.151Z] -- Installing: /usr/local/include/cbor/callbacks.h [2021-04-20T22:55:19.151Z] -- Installing: /usr/local/include/cbor/strings.h [2021-04-20T22:55:19.151Z] -- Installing: /usr/local/include/cbor/tags.h [2021-04-20T22:55:19.151Z] -- Installing: /usr/local/include/cbor/internal [2021-04-20T22:55:19.151Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2021-04-20T22:55:19.151Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2021-04-20T22:55:19.151Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2021-04-20T22:55:19.151Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2021-04-20T22:55:19.151Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2021-04-20T22:55:19.151Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2021-04-20T22:55:19.151Z] -- Installing: /usr/local/include/cbor/arrays.h [2021-04-20T22:55:19.152Z] -- Installing: /usr/local/include/cbor/maps.h [2021-04-20T22:55:19.152Z] -- Installing: /usr/local/include/cbor.h [2021-04-20T22:55:19.152Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2021-04-20T22:55:19.280Z] [ 88%] Built target readfile [2021-04-20T22:55:19.280Z] Scanning dependencies of target streaming_parser [2021-04-20T22:55:19.280Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2021-04-20T22:55:19.280Z] [ 92%] Linking C executable streaming_parser [2021-04-20T22:55:19.280Z] [ 92%] Built target streaming_parser [2021-04-20T22:55:19.280Z] Scanning dependencies of target sort [2021-04-20T22:55:19.280Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2021-04-20T22:55:19.280Z] [ 96%] Linking C executable sort [2021-04-20T22:55:19.280Z] [ 96%] Built target sort [2021-04-20T22:55:19.280Z] Scanning dependencies of target hello [2021-04-20T22:55:19.280Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2021-04-20T22:55:19.542Z] [100%] Linking C executable hello [2021-04-20T22:55:19.542Z] [100%] Built target hello [2021-04-20T22:55:19.542Z] Install the project... [2021-04-20T22:55:19.542Z] -- Install configuration: "Release" [2021-04-20T22:55:19.542Z] -- Installing: /usr/local/include/cbor/configuration.h [2021-04-20T22:55:19.542Z] -- Installing: /usr/local/lib64/libcbor.a [2021-04-20T22:55:19.542Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2021-04-20T22:55:19.542Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2021-04-20T22:55:19.542Z] -- Installing: /usr/local/lib64/libcbor.so [2021-04-20T22:55:19.542Z] -- Up-to-date: /usr/local/include/cbor [2021-04-20T22:55:19.542Z] -- Installing: /usr/local/include/cbor/arrays.h [2021-04-20T22:55:19.542Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2021-04-20T22:55:19.542Z] -- Installing: /usr/local/include/cbor/callbacks.h [2021-04-20T22:55:19.542Z] -- Installing: /usr/local/include/cbor/common.h [2021-04-20T22:55:19.542Z] -- Installing: /usr/local/include/cbor/data.h [2021-04-20T22:55:19.542Z] -- Installing: /usr/local/include/cbor/encoding.h [2021-04-20T22:55:19.542Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2021-04-20T22:55:19.542Z] -- Installing: /usr/local/include/cbor/internal [2021-04-20T22:55:19.542Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2021-04-20T22:55:19.542Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2021-04-20T22:55:19.542Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2021-04-20T22:55:19.542Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2021-04-20T22:55:19.542Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2021-04-20T22:55:19.542Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2021-04-20T22:55:19.542Z] -- Installing: /usr/local/include/cbor/ints.h [2021-04-20T22:55:19.542Z] -- Installing: /usr/local/include/cbor/maps.h [2021-04-20T22:55:19.542Z] -- Installing: /usr/local/include/cbor/serialization.h [2021-04-20T22:55:19.542Z] -- Installing: /usr/local/include/cbor/streaming.h [2021-04-20T22:55:19.542Z] -- Installing: /usr/local/include/cbor/strings.h [2021-04-20T22:55:19.542Z] -- Installing: /usr/local/include/cbor/tags.h [2021-04-20T22:55:19.542Z] -- Installing: /usr/local/include/cbor.h [2021-04-20T22:55:19.542Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2021-04-20T22:55:21.122Z] Removing intermediate container 08dfb1b8b303 [2021-04-20T22:55:21.122Z] ---> d0f58f6c05c3 [2021-04-20T22:55:21.122Z] Step 6/21 : RUN mkdir /tmp/sdk [2021-04-20T22:55:21.395Z] ---> Running in d82b6267fd37 [2021-04-20T22:55:21.461Z] Removing intermediate container 89c3593d15be [2021-04-20T22:55:21.461Z] ---> 68fd5951c900 [2021-04-20T22:55:21.461Z] Step 6/21 : RUN mkdir /tmp/sdk [2021-04-20T22:55:21.461Z] ---> Running in 60f85459575b [2021-04-20T22:55:22.851Z] Removing intermediate container 60f85459575b [2021-04-20T22:55:22.851Z] ---> bdb7cb4cd689 [2021-04-20T22:55:22.851Z] Step 7/21 : COPY VERSION /tmp/sdk [2021-04-20T22:55:22.851Z] ---> df59a8894ee9 [2021-04-20T22:55:22.851Z] Step 8/21 : COPY src /tmp/sdk/src [2021-04-20T22:55:23.366Z] Removing intermediate container d82b6267fd37 [2021-04-20T22:55:23.366Z] ---> a9a31228447a [2021-04-20T22:55:23.366Z] Step 7/21 : COPY VERSION /tmp/sdk [2021-04-20T22:55:23.795Z] ---> cfc7eea37803 [2021-04-20T22:55:23.795Z] Step 9/21 : COPY include /tmp/sdk/include [2021-04-20T22:55:23.963Z] ---> 57a7ff13c642 [2021-04-20T22:55:23.963Z] Step 8/21 : COPY src /tmp/sdk/src [2021-04-20T22:55:24.059Z] ---> 953605d917f0 [2021-04-20T22:55:24.059Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2021-04-20T22:55:24.059Z] ---> 83a537ce8c8e [2021-04-20T22:55:24.059Z] Step 11/21 : COPY LICENSE /tmp/sdk [2021-04-20T22:55:24.322Z] ---> 9d5ae81b449b [2021-04-20T22:55:24.322Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2021-04-20T22:55:24.590Z] ---> ff7300982246 [2021-04-20T22:55:24.590Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2021-04-20T22:55:24.590Z] ---> Running in 3cac967f3437 [2021-04-20T22:55:24.943Z] ---> c343101f0815 [2021-04-20T22:55:24.943Z] Step 9/21 : COPY include /tmp/sdk/include [2021-04-20T22:55:25.163Z] + CPPCHECK=false [2021-04-20T22:55:25.163Z] + DOCGEN=false [2021-04-20T22:55:25.163Z] + TOMLVER=SDK-0.2 [2021-04-20T22:55:25.163Z] + CUTILVER=1.1.4 [2021-04-20T22:55:25.163Z] + '[' 0 -gt 0 ] [2021-04-20T22:55:25.163Z] + readlink -f ./scripts/build.sh [2021-04-20T22:55:25.163Z] + dirname /tmp/sdk/scripts/build.sh [2021-04-20T22:55:25.163Z] + dirname /tmp/sdk/scripts [2021-04-20T22:55:25.164Z] + ROOT=/tmp/sdk [2021-04-20T22:55:25.164Z] + cd /tmp/sdk [2021-04-20T22:55:25.164Z] + '[' '!' -d deps ] [2021-04-20T22:55:25.164Z] + mkdir deps [2021-04-20T22:55:25.164Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2021-04-20T22:55:25.164Z] + tar -C deps -z -x -f - [2021-04-20T22:55:25.164Z] --2021-04-20 22:55:25-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2021-04-20T22:55:25.164Z] Resolving github.com... 140.82.114.3 [2021-04-20T22:55:25.164Z] Connecting to github.com|140.82.114.3|:443... connected. [2021-04-20T22:55:25.164Z] HTTP request sent, awaiting response... 302 Found [2021-04-20T22:55:25.164Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2021-04-20T22:55:25.164Z] --2021-04-20 22:55:25-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2021-04-20T22:55:25.164Z] Resolving codeload.github.com... 140.82.114.10 [2021-04-20T22:55:25.426Z] Connecting to codeload.github.com|140.82.114.10|:443... connected. [2021-04-20T22:55:25.426Z] HTTP request sent, awaiting response... 200 OK [2021-04-20T22:55:25.426Z] Length: unspecified [application/x-gzip] [2021-04-20T22:55:25.426Z] Saving to: 'STDOUT' [2021-04-20T22:55:25.426Z] [2021-04-20T22:55:25.426Z] 0K .......... ......  1019K=0.02s [2021-04-20T22:55:25.426Z] [2021-04-20T22:55:25.426Z] 2021-04-20 22:55:25 (1019 KB/s) - written to stdout [16451] [2021-04-20T22:55:25.426Z] [2021-04-20T22:55:25.426Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2021-04-20T22:55:25.426Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz [2021-04-20T22:55:25.426Z] + tar -C deps -z -x -f - [2021-04-20T22:55:25.426Z] --2021-04-20 22:55:25-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz [2021-04-20T22:55:25.426Z] Resolving github.com... 140.82.114.3 [2021-04-20T22:55:25.426Z] Connecting to github.com|140.82.114.3|:443... connected. [2021-04-20T22:55:25.536Z] ---> 9ff0098c6bb1 [2021-04-20T22:55:25.536Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2021-04-20T22:55:25.688Z] HTTP request sent, awaiting response... 302 Found [2021-04-20T22:55:25.688Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 [following] [2021-04-20T22:55:25.688Z] --2021-04-20 22:55:25-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 [2021-04-20T22:55:25.688Z] Resolving codeload.github.com... 140.82.114.10 [2021-04-20T22:55:25.688Z] Connecting to codeload.github.com|140.82.114.10|:443... connected. [2021-04-20T22:55:25.688Z] HTTP request sent, awaiting response... 200 OK [2021-04-20T22:55:25.688Z] Length: unspecified [application/x-gzip] [2021-04-20T22:55:25.688Z] Saving to: 'STDOUT' [2021-04-20T22:55:25.688Z] [2021-04-20T22:55:25.949Z] 0K .......... .......... .......... .......... .......... 1.52M [2021-04-20T22:55:25.949Z] 50K .......... .......... .......... .......... .......... 3.18M [2021-04-20T22:55:25.949Z] 100K .......... .......... .......... .......... .......... 29.7M [2021-04-20T22:55:25.949Z] 150K .......... .......... ....... 4.87M=0.05s [2021-04-20T22:55:25.949Z] [2021-04-20T22:55:25.949Z] 2021-04-20 22:55:25 (3.17 MB/s) - written to stdout [181796] [2021-04-20T22:55:25.949Z] [2021-04-20T22:55:25.949Z] + mkdir -p src/c/iot [2021-04-20T22:55:25.949Z] + cp deps/iotech-c-utils-1.1.4/src/c/base64.c deps/iotech-c-utils-1.1.4/src/c/component.c deps/iotech-c-utils-1.1.4/src/c/config.c deps/iotech-c-utils-1.1.4/src/c/container.c deps/iotech-c-utils-1.1.4/src/c/data.c deps/iotech-c-utils-1.1.4/src/c/hash.c deps/iotech-c-utils-1.1.4/src/c/iot.c deps/iotech-c-utils-1.1.4/src/c/json.c deps/iotech-c-utils-1.1.4/src/c/logger.c deps/iotech-c-utils-1.1.4/src/c/os.c deps/iotech-c-utils-1.1.4/src/c/scheduler.c deps/iotech-c-utils-1.1.4/src/c/thread.c deps/iotech-c-utils-1.1.4/src/c/threadpool.c deps/iotech-c-utils-1.1.4/src/c/time.c deps/iotech-c-utils-1.1.4/src/c/yxml.c src/c/iot [2021-04-20T22:55:25.949Z] + cp deps/iotech-c-utils-1.1.4/src/c/defs.h.in src/c/iot [2021-04-20T22:55:25.949Z] + cp deps/iotech-c-utils-1.1.4/src/c/yxml.h src/c/iot [2021-04-20T22:55:25.949Z] + cp deps/iotech-c-utils-1.1.4/VERSION src/c/iot [2021-04-20T22:55:25.949Z] + mkdir -p include/iot [2021-04-20T22:55:25.949Z] + cp deps/iotech-c-utils-1.1.4/include/iot/base64.h deps/iotech-c-utils-1.1.4/include/iot/component.h deps/iotech-c-utils-1.1.4/include/iot/config.h deps/iotech-c-utils-1.1.4/include/iot/container.h deps/iotech-c-utils-1.1.4/include/iot/data.h deps/iotech-c-utils-1.1.4/include/iot/hash.h deps/iotech-c-utils-1.1.4/include/iot/iot.h deps/iotech-c-utils-1.1.4/include/iot/json.h deps/iotech-c-utils-1.1.4/include/iot/logger.h deps/iotech-c-utils-1.1.4/include/iot/os.h deps/iotech-c-utils-1.1.4/include/iot/scheduler.h deps/iotech-c-utils-1.1.4/include/iot/thread.h deps/iotech-c-utils-1.1.4/include/iot/threadpool.h deps/iotech-c-utils-1.1.4/include/iot/time.h deps/iotech-c-utils-1.1.4/include/iot/typecode.h include/iot [2021-04-20T22:55:25.949Z] + mkdir -p include/iot/os [2021-04-20T22:55:25.949Z] + cp deps/iotech-c-utils-1.1.4/include/iot/os/linux.h deps/iotech-c-utils-1.1.4/include/iot/os/macos.h deps/iotech-c-utils-1.1.4/include/iot/os/zephyr.h include/iot/os [2021-04-20T22:55:25.949Z] + mkdir -p /tmp/sdk/build/release [2021-04-20T22:55:25.949Z] + cd /tmp/sdk/build/release [2021-04-20T22:55:25.949Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2021-04-20T22:55:25.949Z] -- The C compiler identification is GNU 8.3.0 [2021-04-20T22:55:25.949Z] -- Check for working C compiler: /usr/bin/cc [2021-04-20T22:55:25.949Z] -- Check for working C compiler: /usr/bin/cc -- works [2021-04-20T22:55:25.949Z] -- Detecting C compiler ABI info [2021-04-20T22:55:26.140Z] ---> 1b54654f81f5 [2021-04-20T22:55:26.140Z] Step 11/21 : COPY LICENSE /tmp/sdk [2021-04-20T22:55:26.211Z] -- Detecting C compiler ABI info - done [2021-04-20T22:55:26.211Z] -- Detecting C compile features [2021-04-20T22:55:26.472Z] -- Detecting C compile features - done [2021-04-20T22:55:26.472Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2021-04-20T22:55:26.472Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2021-04-20T22:55:26.472Z] -- Found LIBYAML: /usr/lib/libyaml.so [2021-04-20T22:55:26.472Z] -- Found LIBUUID: /usr/lib/libuuid.so [2021-04-20T22:55:26.472Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2021-04-20T22:55:26.472Z] -- C SDK 1.3.2-dev.10 for Linux [2021-04-20T22:55:26.472Z] -- Performing Test CSDK_HAVE_ATOMIC [2021-04-20T22:55:26.472Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2021-04-20T22:55:26.472Z] -- Found Curses: /usr/lib/libcurses.so [2021-04-20T22:55:26.472Z] -- Configuring done [2021-04-20T22:55:26.472Z] -- Generating done [2021-04-20T22:55:26.735Z] -- Build files have been written to: /tmp/sdk/build/release [2021-04-20T22:55:26.735Z] + make [2021-04-20T22:55:26.735Z] + tee release.log [2021-04-20T22:55:26.735Z] Scanning dependencies of target csdk [2021-04-20T22:55:26.735Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2021-04-20T22:55:26.735Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2021-04-20T22:55:26.738Z] ---> 89cb5b5b09fa [2021-04-20T22:55:26.738Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2021-04-20T22:55:26.999Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2021-04-20T22:55:27.264Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2021-04-20T22:55:27.530Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2021-04-20T22:55:27.530Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2021-04-20T22:55:27.715Z] ---> eed57877db76 [2021-04-20T22:55:27.715Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2021-04-20T22:55:27.715Z] ---> Running in c436fd03dad2 [2021-04-20T22:55:27.791Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2021-04-20T22:55:28.366Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2021-04-20T22:55:28.366Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2021-04-20T22:55:28.630Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2021-04-20T22:55:28.630Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2021-04-20T22:55:28.696Z] + CPPCHECK=false [2021-04-20T22:55:28.696Z] + DOCGEN=false [2021-04-20T22:55:28.696Z] + TOMLVER=SDK-0.2 [2021-04-20T22:55:28.696Z] + CUTILVER=1.1.4 [2021-04-20T22:55:28.696Z] + '[' 0 -gt 0 ] [2021-04-20T22:55:28.696Z] + readlink -f ./scripts/build.sh [2021-04-20T22:55:28.696Z] + dirname /tmp/sdk/scripts/build.sh [2021-04-20T22:55:28.696Z] + dirname /tmp/sdk/scripts [2021-04-20T22:55:28.696Z] + ROOT=/tmp/sdk [2021-04-20T22:55:28.696Z] + cd /tmp/sdk [2021-04-20T22:55:28.696Z] + '[' '!' -d deps ] [2021-04-20T22:55:28.696Z] + mkdir deps [2021-04-20T22:55:28.696Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2021-04-20T22:55:28.696Z] + tar -C deps -z -x -f - [2021-04-20T22:55:28.696Z] --2021-04-20 22:55:28-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2021-04-20T22:55:28.696Z] Resolving github.com... 140.82.114.3 [2021-04-20T22:55:28.696Z] Connecting to github.com|140.82.114.3|:443... connected. [2021-04-20T22:55:28.893Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2021-04-20T22:55:28.893Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2021-04-20T22:55:28.893Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2021-04-20T22:55:28.967Z] HTTP request sent, awaiting response... 302 Found [2021-04-20T22:55:28.967Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2021-04-20T22:55:28.967Z] --2021-04-20 22:55:28-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2021-04-20T22:55:28.967Z] Resolving codeload.github.com... 140.82.114.10 [2021-04-20T22:55:28.967Z] Connecting to codeload.github.com|140.82.114.10|:443... connected. [2021-04-20T22:55:28.967Z] HTTP request sent, awaiting response... 200 OK [2021-04-20T22:55:28.967Z] Length: unspecified [application/x-gzip] [2021-04-20T22:55:28.967Z] Saving to: 'STDOUT' [2021-04-20T22:55:28.967Z]  [2021-04-20T22:55:28.967Z] 0K .......... ......  963K=0.02s [2021-04-20T22:55:28.967Z] [2021-04-20T22:55:28.967Z] 2021-04-20 22:55:28 (963 KB/s) - written to stdout [16451] [2021-04-20T22:55:28.967Z] [2021-04-20T22:55:28.967Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2021-04-20T22:55:28.967Z] + + tarwget -C -O deps - -z https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz -x [2021-04-20T22:55:28.967Z] -f - [2021-04-20T22:55:28.967Z] --2021-04-20 22:55:28-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz [2021-04-20T22:55:28.967Z] Resolving github.com... 140.82.114.3 [2021-04-20T22:55:28.967Z] Connecting to github.com|140.82.114.3|:443... connected. [2021-04-20T22:55:29.240Z] HTTP request sent, awaiting response... 302 Found [2021-04-20T22:55:29.240Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 [following] [2021-04-20T22:55:29.240Z] --2021-04-20 22:55:28-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 [2021-04-20T22:55:29.240Z] Resolving codeload.github.com... 140.82.114.10 [2021-04-20T22:55:29.240Z] Connecting to codeload.github.com|140.82.114.10|:443... connected. [2021-04-20T22:55:29.240Z] HTTP request sent, awaiting response... 200 OK [2021-04-20T22:55:29.240Z] Length: unspecified [application/x-gzip] [2021-04-20T22:55:29.240Z] Saving to: 'STDOUT' [2021-04-20T22:55:29.240Z] [2021-04-20T22:55:29.240Z] 0K .......... .......... .......... .......... .......... 1.45M [2021-04-20T22:55:29.240Z] 50K .......... .......... .......... .......... .......... 2.93M [2021-04-20T22:55:29.240Z] 100K .......... .......... .......... .......... .......... 3.88M [2021-04-20T22:55:29.240Z] 150K .......... .......... .......  2.16M=0.08s [2021-04-20T22:55:29.240Z] [2021-04-20T22:55:29.240Z] 2021-04-20 22:55:29 (2.30 MB/s) - written to stdout [181796] [2021-04-20T22:55:29.240Z] [2021-04-20T22:55:29.240Z] + mkdir -p src/c/iot [2021-04-20T22:55:29.240Z] + cp deps/iotech-c-utils-1.1.4/src/c/base64.c deps/iotech-c-utils-1.1.4/src/c/component.c deps/iotech-c-utils-1.1.4/src/c/config.c deps/iotech-c-utils-1.1.4/src/c/container.c deps/iotech-c-utils-1.1.4/src/c/data.c deps/iotech-c-utils-1.1.4/src/c/hash.c deps/iotech-c-utils-1.1.4/src/c/iot.c deps/iotech-c-utils-1.1.4/src/c/json.c deps/iotech-c-utils-1.1.4/src/c/logger.c deps/iotech-c-utils-1.1.4/src/c/os.c deps/iotech-c-utils-1.1.4/src/c/scheduler.c deps/iotech-c-utils-1.1.4/src/c/thread.c deps/iotech-c-utils-1.1.4/src/c/threadpool.c deps/iotech-c-utils-1.1.4/src/c/time.c deps/iotech-c-utils-1.1.4/src/c/yxml.c src/c/iot [2021-04-20T22:55:29.240Z] + cp deps/iotech-c-utils-1.1.4/src/c/defs.h.in src/c/iot [2021-04-20T22:55:29.240Z] + cp deps/iotech-c-utils-1.1.4/src/c/yxml.h src/c/iot [2021-04-20T22:55:29.240Z] + cp deps/iotech-c-utils-1.1.4/VERSION src/c/iot [2021-04-20T22:55:29.240Z] + mkdir -p include/iot [2021-04-20T22:55:29.240Z] + cp deps/iotech-c-utils-1.1.4/include/iot/base64.h deps/iotech-c-utils-1.1.4/include/iot/component.h deps/iotech-c-utils-1.1.4/include/iot/config.h deps/iotech-c-utils-1.1.4/include/iot/container.h deps/iotech-c-utils-1.1.4/include/iot/data.h deps/iotech-c-utils-1.1.4/include/iot/hash.h deps/iotech-c-utils-1.1.4/include/iot/iot.h deps/iotech-c-utils-1.1.4/include/iot/json.h deps/iotech-c-utils-1.1.4/include/iot/logger.h deps/iotech-c-utils-1.1.4/include/iot/os.h deps/iotech-c-utils-1.1.4/include/iot/scheduler.h deps/iotech-c-utils-1.1.4/include/iot/thread.h deps/iotech-c-utils-1.1.4/include/iot/threadpool.h deps/iotech-c-utils-1.1.4/include/iot/time.h deps/iotech-c-utils-1.1.4/include/iot/typecode.h include/iot [2021-04-20T22:55:29.240Z] + mkdir -p include/iot/os [2021-04-20T22:55:29.240Z] + cp deps/iotech-c-utils-1.1.4/include/iot/os/linux.h deps/iotech-c-utils-1.1.4/include/iot/os/macos.h deps/iotech-c-utils-1.1.4/include/iot/os/zephyr.h include/iot/os [2021-04-20T22:55:29.240Z] + mkdir -p /tmp/sdk/build/release [2021-04-20T22:55:29.240Z] + cd /tmp/sdk/build/release [2021-04-20T22:55:29.240Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2021-04-20T22:55:29.837Z] -- The C compiler identification is GNU 8.3.0 [2021-04-20T22:55:29.837Z] -- Check for working C compiler: /usr/bin/cc [2021-04-20T22:55:29.837Z] -- Check for working C compiler: /usr/bin/cc -- works [2021-04-20T22:55:29.837Z] -- Detecting C compiler ABI info [2021-04-20T22:55:29.846Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2021-04-20T22:55:29.846Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2021-04-20T22:55:29.846Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2021-04-20T22:55:29.846Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2021-04-20T22:55:30.107Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2021-04-20T22:55:30.108Z] -- Detecting C compiler ABI info - done [2021-04-20T22:55:30.108Z] -- Detecting C compile features [2021-04-20T22:55:30.680Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2021-04-20T22:55:30.680Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2021-04-20T22:55:30.957Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2021-04-20T22:55:30.957Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2021-04-20T22:55:31.082Z] -- Detecting C compile features - done [2021-04-20T22:55:31.083Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2021-04-20T22:55:31.083Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2021-04-20T22:55:31.083Z] -- Found LIBYAML: /usr/lib/libyaml.so [2021-04-20T22:55:31.083Z] -- Found LIBUUID: /usr/lib/libuuid.so [2021-04-20T22:55:31.083Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2021-04-20T22:55:31.083Z] -- C SDK 1.3.2-dev.10 for Linux [2021-04-20T22:55:31.083Z] -- Performing Test CSDK_HAVE_ATOMIC [2021-04-20T22:55:31.083Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2021-04-20T22:55:31.223Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2021-04-20T22:55:31.223Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2021-04-20T22:55:31.353Z] -- Found Curses: /usr/lib/libcurses.so [2021-04-20T22:55:31.353Z] -- Configuring done [2021-04-20T22:55:31.486Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2021-04-20T22:55:31.486Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2021-04-20T22:55:31.625Z] -- Generating done [2021-04-20T22:55:31.625Z] -- Build files have been written to: /tmp/sdk/build/release [2021-04-20T22:55:31.625Z] + + maketee [2021-04-20T22:55:31.625Z] release.log [2021-04-20T22:55:31.625Z] Scanning dependencies of target csdk [2021-04-20T22:55:31.748Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2021-04-20T22:55:31.748Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2021-04-20T22:55:31.896Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2021-04-20T22:55:32.320Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2021-04-20T22:55:32.320Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2021-04-20T22:55:32.488Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2021-04-20T22:55:32.582Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2021-04-20T22:55:32.582Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2021-04-20T22:55:32.761Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2021-04-20T22:55:33.530Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2021-04-20T22:55:33.801Z] [ 59%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2021-04-20T22:55:33.802Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2021-04-20T22:55:34.067Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2021-04-20T22:55:34.067Z] [ 64%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2021-04-20T22:55:34.640Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2021-04-20T22:55:34.756Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2021-04-20T22:55:34.904Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2021-04-20T22:55:35.348Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2021-04-20T22:55:35.348Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2021-04-20T22:55:35.848Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2021-04-20T22:55:36.109Z] [ 71%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2021-04-20T22:55:36.109Z] [ 72%] Linking C shared library libcsdk.so [2021-04-20T22:55:36.109Z] [ 72%] Built target csdk [2021-04-20T22:55:36.109Z] Scanning dependencies of target template [2021-04-20T22:55:36.109Z] [ 74%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2021-04-20T22:55:36.324Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2021-04-20T22:55:36.371Z] [ 76%] Linking C executable template [2021-04-20T22:55:36.371Z] [ 76%] Built target template [2021-04-20T22:55:36.371Z] Scanning dependencies of target device-counter [2021-04-20T22:55:36.371Z] [ 77%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2021-04-20T22:55:36.633Z] [ 79%] Linking C executable device-counter [2021-04-20T22:55:36.633Z] [ 79%] Built target device-counter [2021-04-20T22:55:36.633Z] Scanning dependencies of target device-random [2021-04-20T22:55:36.633Z] [ 81%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2021-04-20T22:55:36.897Z] [ 83%] Linking C executable device-random [2021-04-20T22:55:36.897Z] [ 83%] Built target device-random [2021-04-20T22:55:36.897Z] Scanning dependencies of target device-gyro [2021-04-20T22:55:36.897Z] [ 84%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2021-04-20T22:55:36.897Z] [ 86%] Linking C executable device-gyro [2021-04-20T22:55:37.159Z] [ 86%] Built target device-gyro [2021-04-20T22:55:37.159Z] Scanning dependencies of target device-bitfields [2021-04-20T22:55:37.159Z] [ 88%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2021-04-20T22:55:37.159Z] [ 89%] Linking C executable device-bitfields [2021-04-20T22:55:37.159Z] [ 89%] Built target device-bitfields [2021-04-20T22:55:37.159Z] Scanning dependencies of target template-discovery [2021-04-20T22:55:37.159Z] [ 91%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2021-04-20T22:55:37.420Z] [ 93%] Linking C executable template-discovery [2021-04-20T22:55:37.420Z] [ 93%] Built target template-discovery [2021-04-20T22:55:37.420Z] Scanning dependencies of target device-file [2021-04-20T22:55:37.420Z] [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2021-04-20T22:55:37.682Z] [ 96%] Linking C executable device-file [2021-04-20T22:55:37.682Z] [ 96%] Built target device-file [2021-04-20T22:55:37.682Z] Scanning dependencies of target device-terminal [2021-04-20T22:55:37.682Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2021-04-20T22:55:37.748Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2021-04-20T22:55:37.944Z] [100%] Linking C executable device-terminal [2021-04-20T22:55:38.206Z] [100%] Built target device-terminal [2021-04-20T22:55:38.206Z] + make package [2021-04-20T22:55:38.206Z] + tee -a release.log [2021-04-20T22:55:38.337Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2021-04-20T22:55:38.467Z] [ 72%] Built target csdk [2021-04-20T22:55:38.467Z] [ 76%] Built target template [2021-04-20T22:55:38.467Z] [ 79%] Built target device-counter [2021-04-20T22:55:38.467Z] [ 83%] Built target device-random [2021-04-20T22:55:38.467Z] [ 86%] Built target device-gyro [2021-04-20T22:55:38.467Z] [ 89%] Built target device-bitfields [2021-04-20T22:55:38.467Z] [ 93%] Built target template-discovery [2021-04-20T22:55:38.467Z] [ 96%] Built target device-file [2021-04-20T22:55:38.467Z] [100%] Built target device-terminal [2021-04-20T22:55:38.467Z] Run CPack packaging tool... [2021-04-20T22:55:38.467Z] CPack: Create package using TGZ [2021-04-20T22:55:38.467Z] CPack: Install projects [2021-04-20T22:55:38.467Z] CPack: - Run preinstall target for: Csdk [2021-04-20T22:55:38.728Z] CPack: - Install project: Csdk [2021-04-20T22:55:38.728Z] CPack: Create package [2021-04-20T22:55:38.728Z] CPack: - package: /tmp/sdk/build/release/csdk-1.3.2-dev.10.tar.gz generated. [2021-04-20T22:55:38.728Z] + '[' false '=' true ] [2021-04-20T22:55:38.728Z] + '[' false '=' true ] [2021-04-20T22:55:38.728Z] + mkdir -p /tmp/sdk/build/debug [2021-04-20T22:55:38.728Z] + cd /tmp/sdk/build/debug [2021-04-20T22:55:38.728Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2021-04-20T22:55:38.929Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2021-04-20T22:55:38.988Z] -- The C compiler identification is GNU 8.3.0 [2021-04-20T22:55:38.989Z] -- Check for working C compiler: /usr/bin/cc [2021-04-20T22:55:38.989Z] -- Check for working C compiler: /usr/bin/cc -- works [2021-04-20T22:55:38.989Z] -- Detecting C compiler ABI info [2021-04-20T22:55:38.989Z] -- Detecting C compiler ABI info - done [2021-04-20T22:55:38.989Z] -- Detecting C compile features [2021-04-20T22:55:39.249Z] -- Detecting C compile features - done [2021-04-20T22:55:39.249Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2021-04-20T22:55:39.249Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2021-04-20T22:55:39.249Z] -- Found LIBYAML: /usr/lib/libyaml.so [2021-04-20T22:55:39.249Z] -- Found LIBUUID: /usr/lib/libuuid.so [2021-04-20T22:55:39.249Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2021-04-20T22:55:39.249Z] -- C SDK 1.3.2-dev.10 for Linux [2021-04-20T22:55:39.249Z] -- Performing Test CSDK_HAVE_ATOMIC [2021-04-20T22:55:39.511Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2021-04-20T22:55:39.511Z] -- Found Curses: /usr/lib/libcurses.so [2021-04-20T22:55:39.511Z] -- Configuring done [2021-04-20T22:55:39.511Z] -- Generating done [2021-04-20T22:55:39.511Z] -- Build files have been written to: /tmp/sdk/build/debug [2021-04-20T22:55:39.511Z] + + make [2021-04-20T22:55:39.511Z] tee debug.log [2021-04-20T22:55:39.511Z] Scanning dependencies of target csdk [2021-04-20T22:55:39.511Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2021-04-20T22:55:39.516Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2021-04-20T22:55:39.773Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2021-04-20T22:55:39.773Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2021-04-20T22:55:39.790Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2021-04-20T22:55:39.790Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2021-04-20T22:55:40.035Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2021-04-20T22:55:40.035Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2021-04-20T22:55:40.035Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2021-04-20T22:55:40.059Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2021-04-20T22:55:40.297Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2021-04-20T22:55:40.297Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2021-04-20T22:55:40.563Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2021-04-20T22:55:40.563Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2021-04-20T22:55:40.563Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2021-04-20T22:55:40.563Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2021-04-20T22:55:40.827Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2021-04-20T22:55:40.827Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2021-04-20T22:55:41.088Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2021-04-20T22:55:41.088Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2021-04-20T22:55:41.088Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2021-04-20T22:55:41.088Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2021-04-20T22:55:41.350Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2021-04-20T22:55:41.625Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2021-04-20T22:55:41.625Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2021-04-20T22:55:41.625Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2021-04-20T22:55:41.625Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2021-04-20T22:55:41.625Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2021-04-20T22:55:41.887Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2021-04-20T22:55:41.887Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2021-04-20T22:55:41.887Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2021-04-20T22:55:41.887Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2021-04-20T22:55:42.148Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2021-04-20T22:55:42.148Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2021-04-20T22:55:42.148Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2021-04-20T22:55:42.411Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2021-04-20T22:55:42.411Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2021-04-20T22:55:42.659Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2021-04-20T22:55:42.672Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2021-04-20T22:55:42.672Z] [ 59%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2021-04-20T22:55:42.930Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2021-04-20T22:55:42.932Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2021-04-20T22:55:42.932Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2021-04-20T22:55:42.932Z] [ 64%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2021-04-20T22:55:43.193Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2021-04-20T22:55:43.455Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2021-04-20T22:55:43.522Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2021-04-20T22:55:43.724Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2021-04-20T22:55:43.724Z] [ 71%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2021-04-20T22:55:43.724Z] [ 72%] Linking C shared library libcsdk.so [2021-04-20T22:55:43.724Z] [ 72%] Built target csdk [2021-04-20T22:55:43.724Z] Scanning dependencies of target template [2021-04-20T22:55:43.724Z] [ 74%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2021-04-20T22:55:43.798Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2021-04-20T22:55:43.987Z] [ 76%] Linking C executable template [2021-04-20T22:55:43.987Z] [ 76%] Built target template [2021-04-20T22:55:43.987Z] Scanning dependencies of target device-counter [2021-04-20T22:55:43.987Z] [ 77%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2021-04-20T22:55:43.987Z] [ 79%] Linking C executable device-counter [2021-04-20T22:55:44.254Z] [ 79%] Built target device-counter [2021-04-20T22:55:44.254Z] Scanning dependencies of target device-random [2021-04-20T22:55:44.254Z] [ 81%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2021-04-20T22:55:44.254Z] [ 83%] Linking C executable device-random [2021-04-20T22:55:44.254Z] [ 83%] Built target device-random [2021-04-20T22:55:44.254Z] Scanning dependencies of target device-gyro [2021-04-20T22:55:44.254Z] [ 84%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2021-04-20T22:55:44.392Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2021-04-20T22:55:44.516Z] [ 86%] Linking C executable device-gyro [2021-04-20T22:55:44.516Z] [ 86%] Built target device-gyro [2021-04-20T22:55:44.516Z] Scanning dependencies of target device-bitfields [2021-04-20T22:55:44.516Z] [ 88%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2021-04-20T22:55:44.516Z] [ 89%] Linking C executable device-bitfields [2021-04-20T22:55:44.516Z] [ 89%] Built target device-bitfields [2021-04-20T22:55:44.516Z] Scanning dependencies of target template-discovery [2021-04-20T22:55:44.516Z] [ 91%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2021-04-20T22:55:44.777Z] [ 93%] Linking C executable template-discovery [2021-04-20T22:55:44.777Z] [ 93%] Built target template-discovery [2021-04-20T22:55:44.777Z] Scanning dependencies of target device-file [2021-04-20T22:55:44.777Z] [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2021-04-20T22:55:44.777Z] [ 96%] Linking C executable device-file [2021-04-20T22:55:45.049Z] [ 96%] Built target device-file [2021-04-20T22:55:45.049Z] Scanning dependencies of target device-terminal [2021-04-20T22:55:45.049Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2021-04-20T22:55:45.049Z] [100%] Linking C executable device-terminal [2021-04-20T22:55:45.049Z] [100%] Built target device-terminal [2021-04-20T22:55:45.049Z] make: Entering directory '/tmp/sdk/build/release' [2021-04-20T22:55:45.049Z] make[1]: Entering directory '/tmp/sdk/build/release' [2021-04-20T22:55:45.049Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-04-20T22:55:45.049Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-04-20T22:55:45.328Z] [ 72%] Built target csdk [2021-04-20T22:55:45.328Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-04-20T22:55:45.328Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-04-20T22:55:45.328Z] [ 76%] Built target template [2021-04-20T22:55:45.328Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-04-20T22:55:45.328Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-04-20T22:55:45.328Z] [ 79%] Built target device-counter [2021-04-20T22:55:45.328Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-04-20T22:55:45.328Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-04-20T22:55:45.328Z] [ 83%] Built target device-random [2021-04-20T22:55:45.328Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-04-20T22:55:45.328Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-04-20T22:55:45.328Z] [ 86%] Built target device-gyro [2021-04-20T22:55:45.328Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-04-20T22:55:45.328Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-04-20T22:55:45.328Z] [ 89%] Built target device-bitfields [2021-04-20T22:55:45.328Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-04-20T22:55:45.328Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-04-20T22:55:45.328Z] [ 93%] Built target template-discovery [2021-04-20T22:55:45.328Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-04-20T22:55:45.328Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-04-20T22:55:45.328Z] [ 96%] Built target device-file [2021-04-20T22:55:45.328Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-04-20T22:55:45.328Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-04-20T22:55:45.328Z] [100%] Built target device-terminal [2021-04-20T22:55:45.328Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2021-04-20T22:55:45.328Z] Install the project... [2021-04-20T22:55:45.328Z] -- Install configuration: "Release" [2021-04-20T22:55:45.328Z] -- Installing: /usr/local/lib/libcsdk.so [2021-04-20T22:55:45.328Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2021-04-20T22:55:45.328Z] -- Up-to-date: /usr/local/include [2021-04-20T22:55:45.328Z] -- Installing: /usr/local/include/devsdk [2021-04-20T22:55:45.328Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2021-04-20T22:55:45.328Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2021-04-20T22:55:45.328Z] -- Installing: /usr/local/include/edgex [2021-04-20T22:55:45.328Z] -- Installing: /usr/local/include/edgex/devices.h [2021-04-20T22:55:45.328Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2021-04-20T22:55:45.328Z] -- Installing: /usr/local/include/edgex/edgex.h [2021-04-20T22:55:45.328Z] -- Installing: /usr/local/include/edgex/profiles.h [2021-04-20T22:55:45.328Z] -- Installing: /usr/local/include/edgex/rest-server.h [2021-04-20T22:55:45.328Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2021-04-20T22:55:45.328Z] -- Installing: /usr/local/include/iot [2021-04-20T22:55:45.328Z] -- Installing: /usr/local/include/iot/base64.h [2021-04-20T22:55:45.328Z] -- Installing: /usr/local/include/iot/component.h [2021-04-20T22:55:45.328Z] -- Installing: /usr/local/include/iot/config.h [2021-04-20T22:55:45.328Z] -- Installing: /usr/local/include/iot/container.h [2021-04-20T22:55:45.329Z] -- Installing: /usr/local/include/iot/data.h [2021-04-20T22:55:45.329Z] -- Installing: /usr/local/include/iot/hash.h [2021-04-20T22:55:45.329Z] -- Installing: /usr/local/include/iot/iot.h [2021-04-20T22:55:45.329Z] -- Installing: /usr/local/include/iot/json.h [2021-04-20T22:55:45.329Z] -- Installing: /usr/local/include/iot/logger.h [2021-04-20T22:55:45.329Z] -- Installing: /usr/local/include/iot/os.h [2021-04-20T22:55:45.329Z] -- Installing: /usr/local/include/iot/scheduler.h [2021-04-20T22:55:45.329Z] -- Installing: /usr/local/include/iot/thread.h [2021-04-20T22:55:45.329Z] -- Installing: /usr/local/include/iot/threadpool.h [2021-04-20T22:55:45.329Z] -- Installing: /usr/local/include/iot/time.h [2021-04-20T22:55:45.329Z] -- Installing: /usr/local/include/iot/typecode.h [2021-04-20T22:55:45.329Z] -- Installing: /usr/local/include/iot/os [2021-04-20T22:55:45.329Z] -- Installing: /usr/local/include/iot/os/linux.h [2021-04-20T22:55:45.329Z] -- Installing: /usr/local/include/iot/os/macos.h [2021-04-20T22:55:45.329Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2021-04-20T22:55:45.329Z] -- Installing: /usr/local/include/iot/defs.h [2021-04-20T22:55:45.329Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2021-04-20T22:55:45.329Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2021-04-20T22:55:45.329Z] make: Leaving directory '/tmp/sdk/build/release' [2021-04-20T22:55:47.000Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2021-04-20T22:55:47.001Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2021-04-20T22:55:47.271Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2021-04-20T22:55:47.342Z] Removing intermediate container 3cac967f3437 [2021-04-20T22:55:47.342Z] ---> a19e441302d5 [2021-04-20T22:55:47.342Z] Step 14/21 : FROM ${BASE} [2021-04-20T22:55:47.342Z] ---> 5eabd8fd8ba2 [2021-04-20T22:55:47.342Z] Step 15/21 : LABEL maintainer="IOTech " [2021-04-20T22:55:47.342Z] ---> Running in 0a2231956656 [2021-04-20T22:55:47.607Z] Removing intermediate container 0a2231956656 [2021-04-20T22:55:47.607Z] ---> 2823e911b52c [2021-04-20T22:55:47.607Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2021-04-20T22:55:47.607Z] ---> Running in c9bc8a21d771 [2021-04-20T22:55:47.865Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2021-04-20T22:55:48.136Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2021-04-20T22:55:48.405Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2021-04-20T22:55:48.555Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2021-04-20T22:55:49.127Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2021-04-20T22:55:49.376Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2021-04-20T22:55:49.649Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2021-04-20T22:55:50.077Z] (1/3) Installing curl (7.64.0-r5) [2021-04-20T22:55:50.077Z] (2/3) Installing libuuid (2.33-r0) [2021-04-20T22:55:50.077Z] (3/3) Installing wget (1.20.3-r0) [2021-04-20T22:55:50.077Z] Executing busybox-1.29.3-r10.trigger [2021-04-20T22:55:50.077Z] OK: 268 MiB in 78 packages [2021-04-20T22:55:50.240Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2021-04-20T22:55:50.510Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2021-04-20T22:55:50.652Z] Removing intermediate container c9bc8a21d771 [2021-04-20T22:55:50.652Z] ---> c8b1eee37a0c [2021-04-20T22:55:50.652Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2021-04-20T22:55:50.914Z] ---> 951943aa8193 [2021-04-20T22:55:50.914Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2021-04-20T22:55:51.176Z] ---> 2924d3ae6c4d [2021-04-20T22:55:51.176Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2021-04-20T22:55:51.438Z] ---> aaadaf4cfae3 [2021-04-20T22:55:51.438Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2021-04-20T22:55:51.700Z] ---> 2c7412f7d6aa [2021-04-20T22:55:51.700Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2021-04-20T22:55:51.700Z] ---> f763bbdbcbf1 [2021-04-20T22:55:51.700Z] Successfully built f763bbdbcbf1 [2021-04-20T22:55:51.962Z] 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 [2021-04-20T22:55:52.352Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T22:55:52.352Z] . [Pipeline] withDockerContainer [2021-04-20T22:55:52.459Z] prd-centos7-docker-4c-2g-1290 does not seem to be running inside a container [2021-04-20T22:55:52.473Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2021-04-20T22:55:52.473Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2021-04-20T22:55:52.504Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/62 -v /w/workspace/device-sdk-c/62:/w/workspace/device-sdk-c/62:rw,z -v /w/workspace/device-sdk-c/62@tmp:/w/workspace/device-sdk-c/62@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-x86_64 cat [2021-04-20T22:55:53.196Z] $ docker top 5a87e46b318473ae782e558a1637a479e73d2b203912f94344894e121507b595 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T22:55:53.452Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2021-04-20T22:55:53.452Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2021-04-20T22:55:53.635Z] + make test [2021-04-20T22:55:53.635Z] echo "make test" [2021-04-20T22:55:53.636Z] make test [Pipeline] } [2021-04-20T22:55:53.649Z] $ docker stop --time=1 5a87e46b318473ae782e558a1637a479e73d2b203912f94344894e121507b595 [2021-04-20T22:55:54.997Z] $ docker rm -f 5a87e46b318473ae782e558a1637a479e73d2b203912f94344894e121507b595 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-20T22:55:57.749Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2021-04-20T22:55:57.860Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-20T22:55:58.020Z] [ 59%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2021-04-20T22:55:58.154Z] + ls -al . [2021-04-20T22:55:58.154Z] total 160 [2021-04-20T22:55:58.154Z] drwxrwxr-x. 8 jenkins jenkins 260 Apr 20 22:54 . [2021-04-20T22:55:58.154Z] drwxrwxr-x. 4 jenkins jenkins 30 Apr 20 22:54 .. [2021-04-20T22:55:58.154Z] -rw-rw-r--. 1 jenkins jenkins 3104 Apr 20 22:54 Attribution.txt [2021-04-20T22:55:58.154Z] -rw-rw-r--. 1 jenkins jenkins 6927 Apr 20 22:54 CHANGES [2021-04-20T22:55:58.154Z] drwxrwxr-x. 2 jenkins jenkins 144 Apr 20 22:54 docs [2021-04-20T22:55:58.154Z] -rw-rw-r--. 1 jenkins jenkins 108574 Apr 20 22:54 Doxyfile [2021-04-20T22:55:58.154Z] drwxrwxr-x. 8 jenkins jenkins 162 Apr 20 22:54 .git [2021-04-20T22:55:58.154Z] drwxrwxr-x. 2 jenkins jenkins 81 Apr 20 22:54 .github [2021-04-20T22:55:58.154Z] -rw-rw-r--. 1 jenkins jenkins 176 Apr 20 22:54 .gitignore [2021-04-20T22:55:58.154Z] drwxrwxr-x. 4 jenkins jenkins 33 Apr 20 22:54 include [2021-04-20T22:55:58.154Z] -rw-rw-r--. 1 jenkins jenkins 784 Apr 20 22:54 Jenkinsfile [2021-04-20T22:55:58.154Z] -rw-rw-r--. 1 jenkins jenkins 10174 Apr 20 22:54 LICENSE [2021-04-20T22:55:58.154Z] -rw-rw-r--. 1 jenkins jenkins 444 Apr 20 22:54 Makefile [2021-04-20T22:55:58.154Z] -rw-rw-r--. 1 jenkins jenkins 4008 Apr 20 22:54 README.md [2021-04-20T22:55:58.154Z] -rw-rw-r--. 1 jenkins jenkins 6654 Apr 20 22:54 README.v2.md [2021-04-20T22:55:58.154Z] drwxrwxr-x. 2 jenkins jenkins 98 Apr 20 22:54 scripts [2021-04-20T22:55:58.154Z] drwxrwxr-x. 4 jenkins jenkins 50 Apr 20 22:54 src [2021-04-20T22:55:58.154Z] -rw-rw-r--. 1 jenkins jenkins 12 Apr 20 22:52 VERSION [Pipeline] isUnix [Pipeline] sh [2021-04-20T22:55:58.460Z] + 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=0a87d407e041d20f1864a55fff042c6ab73963fc --label arch=amd64 --label version=1.3.2-dev.10 . [2021-04-20T22:55:58.460Z] Sending build context to Docker daemon 2.361MB [2021-04-20T22:55:58.460Z] Step 1/15 : ARG BASE=alpine:3.12 [2021-04-20T22:55:58.460Z] Step 2/15 : FROM ${BASE} [2021-04-20T22:55:58.460Z] ---> f763bbdbcbf1 [2021-04-20T22:55:58.460Z] Step 3/15 : LABEL maintainer="IOTech " [2021-04-20T22:55:58.611Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2021-04-20T22:55:58.883Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2021-04-20T22:55:59.034Z] ---> Running in 7af827b0ac29 [2021-04-20T22:55:59.299Z] Removing intermediate container 7af827b0ac29 [2021-04-20T22:55:59.299Z] ---> 8be5af9b512a [2021-04-20T22:55:59.299Z] 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 [2021-04-20T22:55:59.299Z] ---> Running in 3f6ad58c76ab [2021-04-20T22:55:59.852Z] [ 64%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2021-04-20T22:55:59.875Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2021-04-20T22:56:00.820Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2021-04-20T22:56:00.820Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2021-04-20T22:56:01.081Z] (2/6) Installing libblkid (2.33-r0) [2021-04-20T22:56:01.081Z] (3/6) Installing libfdisk (2.33-r0) [2021-04-20T22:56:01.081Z] (4/6) Installing libmount (2.33-r0) [2021-04-20T22:56:01.277Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2021-04-20T22:56:01.343Z] (5/6) Installing libsmartcols (2.33-r0) [2021-04-20T22:56:01.343Z] (6/6) Installing util-linux-dev (2.33-r0) [2021-04-20T22:56:01.605Z] Executing busybox-1.29.3-r10.trigger [2021-04-20T22:56:01.605Z] OK: 272 MiB in 84 packages [2021-04-20T22:56:02.179Z] Removing intermediate container 3f6ad58c76ab [2021-04-20T22:56:02.179Z] ---> b15cde4c68b8 [2021-04-20T22:56:02.179Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2021-04-20T22:56:02.443Z] ---> a3b353538a93 [2021-04-20T22:56:02.443Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2021-04-20T22:56:02.711Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2021-04-20T22:56:03.387Z] ---> 7221f550f2e5 [2021-04-20T22:56:03.387Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2021-04-20T22:56:03.387Z] ---> 45831fce62d2 [2021-04-20T22:56:03.387Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2021-04-20T22:56:03.647Z] ---> ec486c476700 [2021-04-20T22:56:03.647Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2021-04-20T22:56:03.909Z] ---> 51923a53a1a5 [2021-04-20T22:56:03.909Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2021-04-20T22:56:04.171Z] ---> f49c4b97ee83 [2021-04-20T22:56:04.171Z] Step 11/15 : WORKDIR /edgex-c-sdk [2021-04-20T22:56:04.171Z] ---> Running in 820e0d2ee831 [2021-04-20T22:56:04.434Z] Removing intermediate container 820e0d2ee831 [2021-04-20T22:56:04.434Z] ---> 3715d09d4d61 [2021-04-20T22:56:04.434Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2021-04-20T22:56:04.434Z] ---> Running in 374a8c55f860 [2021-04-20T22:56:04.434Z] Removing intermediate container 374a8c55f860 [2021-04-20T22:56:04.434Z] ---> bc44fc06fd62 [2021-04-20T22:56:04.434Z] Step 13/15 : LABEL arch=amd64 [2021-04-20T22:56:04.696Z] ---> Running in 0f970b9b8faf [2021-04-20T22:56:04.696Z] Removing intermediate container 0f970b9b8faf [2021-04-20T22:56:04.696Z] ---> 8c8476b68de4 [2021-04-20T22:56:04.696Z] Step 14/15 : LABEL git_sha=0a87d407e041d20f1864a55fff042c6ab73963fc [2021-04-20T22:56:04.961Z] ---> Running in f665879f34f8 [2021-04-20T22:56:04.961Z] Removing intermediate container f665879f34f8 [2021-04-20T22:56:04.961Z] ---> 345fe59c5c42 [2021-04-20T22:56:04.961Z] Step 15/15 : LABEL version=1.3.2-dev.10 [2021-04-20T22:56:04.961Z] ---> Running in 2ef4b37679c4 [2021-04-20T22:56:05.222Z] Removing intermediate container 2ef4b37679c4 [2021-04-20T22:56:05.222Z] ---> 561993f3ce05 [2021-04-20T22:56:05.222Z] [Warning] One or more build-args [MAKE ARCH] were not consumed [2021-04-20T22:56:05.222Z] Successfully built 561993f3ce05 [2021-04-20T22:56:05.222Z] Successfully tagged docker-device-sdk-c:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-20T22:56:06.085Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2021-04-20T22:56:06.357Z] [ 71%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2021-04-20T22:56:06.955Z] [ 72%] Linking C shared library libcsdk.so [2021-04-20T22:56:06.955Z] [ 72%] Built target csdk [2021-04-20T22:56:06.955Z] Scanning dependencies of target template [2021-04-20T22:56:06.955Z] [ 74%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2021-04-20T22:56:07.549Z] [ 76%] Linking C executable template [2021-04-20T22:56:07.820Z] [ 76%] Built target template [2021-04-20T22:56:07.820Z] Scanning dependencies of target device-counter [2021-04-20T22:56:07.820Z] [ 77%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2021-04-20T22:56:08.410Z] [ 79%] Linking C executable device-counter [2021-04-20T22:56:08.681Z] [ 79%] Built target device-counter [2021-04-20T22:56:08.681Z] Scanning dependencies of target device-random [2021-04-20T22:56:08.681Z] [ 81%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2021-04-20T22:56:08.952Z] [ 83%] Linking C executable device-random [2021-04-20T22:56:09.222Z] [ 83%] Built target device-random [2021-04-20T22:56:09.222Z] Scanning dependencies of target device-gyro [2021-04-20T22:56:09.222Z] [ 84%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2021-04-20T22:56:09.816Z] [ 86%] Linking C executable device-gyro [2021-04-20T22:56:09.816Z] [ 86%] Built target device-gyro [2021-04-20T22:56:09.816Z] Scanning dependencies of target device-bitfields [2021-04-20T22:56:09.816Z] [ 88%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2021-04-20T22:56:10.411Z] [ 89%] Linking C executable device-bitfields [2021-04-20T22:56:10.411Z] [ 89%] Built target device-bitfields [2021-04-20T22:56:10.411Z] Scanning dependencies of target template-discovery [2021-04-20T22:56:10.684Z] [ 91%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2021-04-20T22:56:11.281Z] [ 93%] Linking C executable template-discovery [2021-04-20T22:56:11.281Z] [ 93%] Built target template-discovery [2021-04-20T22:56:11.556Z] Scanning dependencies of target device-file [2021-04-20T22:56:11.556Z] [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2021-04-20T22:56:12.152Z] [ 96%] Linking C executable device-file [2021-04-20T22:56:12.152Z] [ 96%] Built target device-file [2021-04-20T22:56:12.152Z] Scanning dependencies of target device-terminal [2021-04-20T22:56:12.152Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2021-04-20T22:56:12.757Z] [100%] Linking C executable device-terminal [2021-04-20T22:56:13.030Z] [100%] Built target device-terminal [2021-04-20T22:56:13.030Z] + + teemake -a package [2021-04-20T22:56:13.030Z] release.log [2021-04-20T22:56:13.030Z] [ 72%] Built target csdk [2021-04-20T22:56:13.302Z] [ 76%] Built target template [2021-04-20T22:56:13.302Z] [ 79%] Built target device-counter [2021-04-20T22:56:13.302Z] [ 83%] Built target device-random [2021-04-20T22:56:13.302Z] [ 86%] Built target device-gyro [2021-04-20T22:56:13.302Z] [ 89%] Built target device-bitfields [2021-04-20T22:56:13.302Z] [ 93%] Built target template-discovery [2021-04-20T22:56:13.302Z] [ 96%] Built target device-file [2021-04-20T22:56:13.574Z] [100%] Built target device-terminal [2021-04-20T22:56:13.574Z] Run CPack packaging tool... [2021-04-20T22:56:13.574Z] CPack: Create package using TGZ [2021-04-20T22:56:13.574Z] CPack: Install projects [2021-04-20T22:56:13.574Z] CPack: - Run preinstall target for: Csdk [2021-04-20T22:56:14.168Z] CPack: - Install project: Csdk [2021-04-20T22:56:14.168Z] CPack: Create package [2021-04-20T22:56:14.168Z] CPack: - package: /tmp/sdk/build/release/csdk-1.3.2-dev.10.tar.gz generated. [2021-04-20T22:56:14.168Z] + '[' false '=' true ] [2021-04-20T22:56:14.168Z] + '[' false '=' true ] [2021-04-20T22:56:14.168Z] + mkdir -p /tmp/sdk/build/debug [2021-04-20T22:56:14.168Z] + cd /tmp/sdk/build/debug [2021-04-20T22:56:14.168Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2021-04-20T22:56:14.441Z] -- The C compiler identification is GNU 8.3.0 [2021-04-20T22:56:14.441Z] -- Check for working C compiler: /usr/bin/cc [2021-04-20T22:56:14.713Z] -- Check for working C compiler: /usr/bin/cc -- works [2021-04-20T22:56:14.713Z] -- Detecting C compiler ABI info [2021-04-20T22:56:14.987Z] -- Detecting C compiler ABI info - done [2021-04-20T22:56:14.987Z] -- Detecting C compile features [2021-04-20T22:56:15.965Z] -- Detecting C compile features - done [2021-04-20T22:56:15.965Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2021-04-20T22:56:15.965Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2021-04-20T22:56:15.965Z] -- Found LIBYAML: /usr/lib/libyaml.so [2021-04-20T22:56:15.965Z] -- Found LIBUUID: /usr/lib/libuuid.so [2021-04-20T22:56:15.965Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2021-04-20T22:56:15.965Z] -- C SDK 1.3.2-dev.10 for Linux [2021-04-20T22:56:15.965Z] -- Performing Test CSDK_HAVE_ATOMIC [2021-04-20T22:56:15.965Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2021-04-20T22:56:15.965Z] -- Found Curses: /usr/lib/libcurses.so [2021-04-20T22:56:16.238Z] -- Configuring done [2021-04-20T22:56:16.510Z] -- Generating done [2021-04-20T22:56:16.510Z] -- Build files have been written to: /tmp/sdk/build/debug [2021-04-20T22:56:16.510Z] + + teemake [2021-04-20T22:56:16.510Z] debug.log [2021-04-20T22:56:16.510Z] Scanning dependencies of target csdk [2021-04-20T22:56:16.783Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2021-04-20T22:56:17.055Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2021-04-20T22:56:17.328Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2021-04-20T22:56:17.922Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2021-04-20T22:56:18.195Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2021-04-20T22:56:18.195Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2021-04-20T22:56:18.789Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2021-04-20T22:56:19.061Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2021-04-20T22:56:19.333Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2021-04-20T22:56:19.605Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2021-04-20T22:56:19.878Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2021-04-20T22:56:20.149Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2021-04-20T22:56:20.423Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2021-04-20T22:56:20.423Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2021-04-20T22:56:21.408Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2021-04-20T22:56:21.408Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2021-04-20T22:56:21.680Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2021-04-20T22:56:21.952Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2021-04-20T22:56:22.225Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2021-04-20T22:56:23.204Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2021-04-20T22:56:23.204Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2021-04-20T22:56:23.204Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2021-04-20T22:56:23.477Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2021-04-20T22:56:23.749Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2021-04-20T22:56:24.022Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2021-04-20T22:56:24.296Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2021-04-20T22:56:24.296Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2021-04-20T22:56:24.571Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2021-04-20T22:56:24.844Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2021-04-20T22:56:25.116Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2021-04-20T22:56:25.390Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2021-04-20T22:56:25.984Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2021-04-20T22:56:25.984Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2021-04-20T22:56:26.962Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2021-04-20T22:56:27.234Z] [ 59%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2021-04-20T22:56:27.507Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2021-04-20T22:56:27.780Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2021-04-20T22:56:28.054Z] [ 64%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2021-04-20T22:56:29.033Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2021-04-20T22:56:29.628Z] [ 67%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2021-04-20T22:56:30.223Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2021-04-20T22:56:30.495Z] [ 71%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2021-04-20T22:56:30.768Z] [ 72%] Linking C shared library libcsdk.so [2021-04-20T22:56:30.768Z] [ 72%] Built target csdk [2021-04-20T22:56:31.041Z] Scanning dependencies of target template [2021-04-20T22:56:31.041Z] [ 74%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2021-04-20T22:56:31.314Z] [ 76%] Linking C executable template [2021-04-20T22:56:31.315Z] [ 76%] Built target template [2021-04-20T22:56:31.315Z] Scanning dependencies of target device-counter [2021-04-20T22:56:31.589Z] [ 77%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2021-04-20T22:56:31.589Z] [ 79%] Linking C executable device-counter [2021-04-20T22:56:31.863Z] [ 79%] Built target device-counter [2021-04-20T22:56:31.863Z] Scanning dependencies of target device-random [2021-04-20T22:56:31.863Z] [ 81%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2021-04-20T22:56:32.137Z] [ 83%] Linking C executable device-random [2021-04-20T22:56:32.410Z] [ 83%] Built target device-random [2021-04-20T22:56:32.410Z] Scanning dependencies of target device-gyro [2021-04-20T22:56:32.410Z] [ 84%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2021-04-20T22:56:32.683Z] [ 86%] Linking C executable device-gyro [2021-04-20T22:56:32.957Z] [ 86%] Built target device-gyro [2021-04-20T22:56:32.957Z] Scanning dependencies of target device-bitfields [2021-04-20T22:56:32.957Z] [ 88%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2021-04-20T22:56:33.231Z] [ 89%] Linking C executable device-bitfields [2021-04-20T22:56:33.502Z] [ 89%] Built target device-bitfields [2021-04-20T22:56:33.502Z] Scanning dependencies of target template-discovery [2021-04-20T22:56:33.502Z] [ 91%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2021-04-20T22:56:33.777Z] [ 93%] Linking C executable template-discovery [2021-04-20T22:56:34.049Z] [ 93%] Built target template-discovery [2021-04-20T22:56:34.049Z] Scanning dependencies of target device-file [2021-04-20T22:56:34.049Z] [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2021-04-20T22:56:34.322Z] [ 96%] Linking C executable device-file [2021-04-20T22:56:34.594Z] [ 96%] Built target device-file [2021-04-20T22:56:34.594Z] Scanning dependencies of target device-terminal [2021-04-20T22:56:34.594Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2021-04-20T22:56:34.867Z] [100%] Linking C executable device-terminal [2021-04-20T22:56:35.138Z] [100%] Built target device-terminal [2021-04-20T22:56:35.138Z] make: Entering directory '/tmp/sdk/build/release' [2021-04-20T22:56:35.138Z] make[1]: Entering directory '/tmp/sdk/build/release' [2021-04-20T22:56:35.138Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-04-20T22:56:35.138Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-04-20T22:56:35.138Z] [ 72%] Built target csdk [2021-04-20T22:56:35.138Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-04-20T22:56:35.138Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-04-20T22:56:35.411Z] [ 76%] Built target template [2021-04-20T22:56:35.411Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-04-20T22:56:35.411Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-04-20T22:56:35.411Z] [ 79%] Built target device-counter [2021-04-20T22:56:35.411Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-04-20T22:56:35.411Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-04-20T22:56:35.411Z] [ 83%] Built target device-random [2021-04-20T22:56:35.411Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-04-20T22:56:35.411Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-04-20T22:56:35.411Z] [ 86%] Built target device-gyro [2021-04-20T22:56:35.411Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-04-20T22:56:35.411Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-04-20T22:56:35.411Z] [ 89%] Built target device-bitfields [2021-04-20T22:56:35.411Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-04-20T22:56:35.411Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-04-20T22:56:35.411Z] [ 93%] Built target template-discovery [2021-04-20T22:56:35.411Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-04-20T22:56:35.411Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-04-20T22:56:35.411Z] [ 96%] Built target device-file [2021-04-20T22:56:35.411Z] make[2]: Entering directory '/tmp/sdk/build/release' [2021-04-20T22:56:35.683Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2021-04-20T22:56:35.683Z] [100%] Built target device-terminal [2021-04-20T22:56:35.683Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2021-04-20T22:56:35.683Z] Install the project... [2021-04-20T22:56:35.683Z] -- Install configuration: "Release" [2021-04-20T22:56:35.683Z] -- Installing: /usr/local/lib/libcsdk.so [2021-04-20T22:56:35.683Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2021-04-20T22:56:35.683Z] -- Up-to-date: /usr/local/include [2021-04-20T22:56:35.683Z] -- Installing: /usr/local/include/edgex [2021-04-20T22:56:35.683Z] -- Installing: /usr/local/include/edgex/rest-server.h [2021-04-20T22:56:35.683Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2021-04-20T22:56:35.683Z] -- Installing: /usr/local/include/edgex/edgex.h [2021-04-20T22:56:35.683Z] -- Installing: /usr/local/include/edgex/devices.h [2021-04-20T22:56:35.683Z] -- Installing: /usr/local/include/edgex/profiles.h [2021-04-20T22:56:35.683Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2021-04-20T22:56:35.683Z] -- Installing: /usr/local/include/devsdk [2021-04-20T22:56:35.683Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2021-04-20T22:56:35.683Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2021-04-20T22:56:35.683Z] -- Installing: /usr/local/include/iot [2021-04-20T22:56:35.683Z] -- Installing: /usr/local/include/iot/json.h [2021-04-20T22:56:35.683Z] -- Installing: /usr/local/include/iot/container.h [2021-04-20T22:56:35.683Z] -- Installing: /usr/local/include/iot/component.h [2021-04-20T22:56:35.683Z] -- Installing: /usr/local/include/iot/typecode.h [2021-04-20T22:56:35.683Z] -- Installing: /usr/local/include/iot/iot.h [2021-04-20T22:56:35.683Z] -- Installing: /usr/local/include/iot/time.h [2021-04-20T22:56:35.683Z] -- Installing: /usr/local/include/iot/hash.h [2021-04-20T22:56:35.683Z] -- Installing: /usr/local/include/iot/logger.h [2021-04-20T22:56:35.683Z] -- Installing: /usr/local/include/iot/os [2021-04-20T22:56:35.683Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2021-04-20T22:56:35.683Z] -- Installing: /usr/local/include/iot/os/linux.h [2021-04-20T22:56:35.683Z] -- Installing: /usr/local/include/iot/os/macos.h [2021-04-20T22:56:35.683Z] -- Installing: /usr/local/include/iot/scheduler.h [2021-04-20T22:56:35.683Z] -- Installing: /usr/local/include/iot/data.h [2021-04-20T22:56:35.683Z] -- Installing: /usr/local/include/iot/thread.h [2021-04-20T22:56:35.683Z] -- Installing: /usr/local/include/iot/os.h [2021-04-20T22:56:35.683Z] -- Installing: /usr/local/include/iot/base64.h [2021-04-20T22:56:35.683Z] -- Installing: /usr/local/include/iot/defs.h [2021-04-20T22:56:35.683Z] -- Installing: /usr/local/include/iot/threadpool.h [2021-04-20T22:56:35.683Z] -- Installing: /usr/local/include/iot/config.h [2021-04-20T22:56:35.683Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2021-04-20T22:56:35.683Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2021-04-20T22:56:35.683Z] make: Leaving directory '/tmp/sdk/build/release' [2021-04-20T22:56:37.660Z] Removing intermediate container c436fd03dad2 [2021-04-20T22:56:37.660Z] ---> a61a88a523ce [2021-04-20T22:56:37.660Z] Step 14/21 : FROM ${BASE} [2021-04-20T22:56:37.660Z] ---> b23d30803547 [2021-04-20T22:56:37.660Z] Step 15/21 : LABEL maintainer="IOTech " [2021-04-20T22:56:37.933Z] ---> Running in dc9520ad187f [2021-04-20T22:56:38.530Z] Removing intermediate container dc9520ad187f [2021-04-20T22:56:38.530Z] ---> 9e388c1612da [2021-04-20T22:56:38.530Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2021-04-20T22:56:38.530Z] ---> Running in e3879c7571f6 [2021-04-20T22:56:39.510Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2021-04-20T22:56:40.482Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2021-04-20T22:56:41.453Z] (1/3) Installing curl (7.64.0-r5) [2021-04-20T22:56:41.453Z] (2/3) Installing libuuid (2.33-r0) [2021-04-20T22:56:41.453Z] (3/3) Installing wget (1.20.3-r0) [2021-04-20T22:56:41.453Z] Executing busybox-1.29.3-r10.trigger [2021-04-20T22:56:41.725Z] OK: 281 MiB in 78 packages [2021-04-20T22:56:42.705Z] Removing intermediate container e3879c7571f6 [2021-04-20T22:56:42.705Z] ---> 5e8edd9d7ace [2021-04-20T22:56:42.705Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2021-04-20T22:56:47.004Z] ---> bb05bf593a48 [2021-04-20T22:56:47.004Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2021-04-20T22:56:47.605Z] ---> 0a8e42a36988 [2021-04-20T22:56:47.605Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2021-04-20T22:56:48.223Z] ---> 87551eb87318 [2021-04-20T22:56:48.223Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2021-04-20T22:56:49.201Z] ---> 316e9bf26e1e [2021-04-20T22:56:49.201Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2021-04-20T22:56:49.800Z] ---> 9fd3c6986211 [2021-04-20T22:56:49.800Z] Successfully built 9fd3c6986211 [2021-04-20T22:56:49.800Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T22:56:50.286Z] + docker inspect -f . ci-base-image-arm64 [2021-04-20T22:56:50.286Z] . [Pipeline] withDockerContainer [2021-04-20T22:56:50.552Z] prd-ubuntu18.04-docker-arm64-4c-16g-1289 does not seem to be running inside a container [2021-04-20T22:56:50.640Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/62 -v /w/workspace/device-sdk-c/62:/w/workspace/device-sdk-c/62:rw,z -v /w/workspace/device-sdk-c/62@tmp:/w/workspace/device-sdk-c/62@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-arm64 cat [2021-04-20T22:56:52.143Z] $ docker top cfcda0be75c99c6a027d55d9d6dcfed89186de484ddd976dbe73a4594dd826f8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T22:56:53.121Z] + make test [2021-04-20T22:56:53.121Z] echo "make test" [2021-04-20T22:56:53.121Z] make test [Pipeline] } [2021-04-20T22:56:53.142Z] $ docker stop --time=1 cfcda0be75c99c6a027d55d9d6dcfed89186de484ddd976dbe73a4594dd826f8 [2021-04-20T22:56:55.105Z] $ docker rm -f cfcda0be75c99c6a027d55d9d6dcfed89186de484ddd976dbe73a4594dd826f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-20T22:56:55.804Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-20T22:56:56.149Z] + ls -al . [2021-04-20T22:56:56.149Z] total 192 [2021-04-20T22:56:56.149Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 20 22:54 . [2021-04-20T22:56:56.149Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 20 22:54 .. [2021-04-20T22:56:56.149Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 20 22:54 .git [2021-04-20T22:56:56.149Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 20 22:54 .github [2021-04-20T22:56:56.149Z] -rw-rw-r-- 1 jenkins jenkins 176 Apr 20 22:54 .gitignore [2021-04-20T22:56:56.149Z] -rw-rw-r-- 1 jenkins jenkins 3104 Apr 20 22:54 Attribution.txt [2021-04-20T22:56:56.149Z] -rw-rw-r-- 1 jenkins jenkins 6927 Apr 20 22:54 CHANGES [2021-04-20T22:56:56.149Z] -rw-rw-r-- 1 jenkins jenkins 108574 Apr 20 22:54 Doxyfile [2021-04-20T22:56:56.149Z] -rw-rw-r-- 1 jenkins jenkins 784 Apr 20 22:54 Jenkinsfile [2021-04-20T22:56:56.149Z] -rw-rw-r-- 1 jenkins jenkins 10174 Apr 20 22:54 LICENSE [2021-04-20T22:56:56.149Z] -rw-rw-r-- 1 jenkins jenkins 444 Apr 20 22:54 Makefile [2021-04-20T22:56:56.149Z] -rw-rw-r-- 1 jenkins jenkins 4008 Apr 20 22:54 README.md [2021-04-20T22:56:56.149Z] -rw-rw-r-- 1 jenkins jenkins 6654 Apr 20 22:54 README.v2.md [2021-04-20T22:56:56.149Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 20 22:52 VERSION [2021-04-20T22:56:56.150Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 20 22:54 docs [2021-04-20T22:56:56.150Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 20 22:54 include [2021-04-20T22:56:56.150Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 20 22:54 scripts [2021-04-20T22:56:56.150Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 20 22:54 src [Pipeline] isUnix [Pipeline] sh [2021-04-20T22:56:56.498Z] + 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=0a87d407e041d20f1864a55fff042c6ab73963fc --label arch=arm64 --label version=1.3.2-dev.10 . [2021-04-20T22:56:56.770Z] Sending build context to Docker daemon 2.36MB [2021-04-20T22:56:56.770Z] Step 1/15 : ARG BASE=alpine:3.12 [2021-04-20T22:56:56.770Z] Step 2/15 : FROM ${BASE} [2021-04-20T22:56:56.770Z] ---> 9fd3c6986211 [2021-04-20T22:56:56.770Z] Step 3/15 : LABEL maintainer="IOTech " [2021-04-20T22:56:57.044Z] ---> Running in 76093f85f958 [2021-04-20T22:56:57.636Z] Removing intermediate container 76093f85f958 [2021-04-20T22:56:57.636Z] ---> b185578bb092 [2021-04-20T22:56:57.636Z] 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 [2021-04-20T22:56:57.636Z] ---> Running in 6fa8dd77c552 [2021-04-20T22:56:58.616Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2021-04-20T22:56:59.587Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2021-04-20T22:57:00.177Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2021-04-20T22:57:00.177Z] (2/6) Installing libblkid (2.33-r0) [2021-04-20T22:57:00.177Z] (3/6) Installing libfdisk (2.33-r0) [2021-04-20T22:57:00.448Z] (4/6) Installing libmount (2.33-r0) [2021-04-20T22:57:00.448Z] (5/6) Installing libsmartcols (2.33-r0) [2021-04-20T22:57:00.448Z] (6/6) Installing util-linux-dev (2.33-r0) [2021-04-20T22:57:00.720Z] Executing busybox-1.29.3-r10.trigger [2021-04-20T22:57:00.720Z] OK: 286 MiB in 84 packages [2021-04-20T22:57:02.153Z] Removing intermediate container 6fa8dd77c552 [2021-04-20T22:57:02.153Z] ---> 5b83f1483ead [2021-04-20T22:57:02.153Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2021-04-20T22:57:02.756Z] ---> 11662fd6d5ec [2021-04-20T22:57:02.756Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2021-04-20T22:57:03.738Z] ---> 282d96c93e27 [2021-04-20T22:57:03.738Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2021-04-20T22:57:04.335Z] ---> 7e8a930aea65 [2021-04-20T22:57:04.335Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2021-04-20T22:57:04.933Z] ---> b9e616a825ac [2021-04-20T22:57:04.933Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2021-04-20T22:57:05.528Z] ---> b1538699fe84 [2021-04-20T22:57:05.528Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2021-04-20T22:57:06.509Z] ---> 84878c32fdac [2021-04-20T22:57:06.509Z] Step 11/15 : WORKDIR /edgex-c-sdk [2021-04-20T22:57:06.509Z] ---> Running in 535487be0a62 [2021-04-20T22:57:07.114Z] Removing intermediate container 535487be0a62 [2021-04-20T22:57:07.114Z] ---> 2c74b7372aef [2021-04-20T22:57:07.114Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2021-04-20T22:57:07.114Z] ---> Running in 802bc78c9ef0 [2021-04-20T22:57:07.712Z] Removing intermediate container 802bc78c9ef0 [2021-04-20T22:57:07.712Z] ---> f9efca7cf2ba [2021-04-20T22:57:07.712Z] Step 13/15 : LABEL arch=arm64 [2021-04-20T22:57:07.712Z] ---> Running in 11f7c6e96473 [2021-04-20T22:57:08.305Z] Removing intermediate container 11f7c6e96473 [2021-04-20T22:57:08.305Z] ---> cdf9d58a92c0 [2021-04-20T22:57:08.305Z] Step 14/15 : LABEL git_sha=0a87d407e041d20f1864a55fff042c6ab73963fc [2021-04-20T22:57:08.305Z] ---> Running in 624473179daa [2021-04-20T22:57:08.907Z] Removing intermediate container 624473179daa [2021-04-20T22:57:08.907Z] ---> 132258b9d775 [2021-04-20T22:57:08.907Z] Step 15/15 : LABEL version=1.3.2-dev.10 [2021-04-20T22:57:08.907Z] ---> Running in c78cc78f1680 [2021-04-20T22:57:09.503Z] Removing intermediate container c78cc78f1680 [2021-04-20T22:57:09.503Z] ---> 748f2d8f9778 [2021-04-20T22:57:09.503Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-20T22:57:09.503Z] Successfully built 748f2d8f9778 [2021-04-20T22:57:09.503Z] 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] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2021-04-20T22:57:10.189Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T22:57:10.189Z] . [Pipeline] withDockerContainer [2021-04-20T22:57:10.316Z] prd-centos7-docker-4c-2g-1288 does not seem to be running inside a container [2021-04-20T22:57:10.362Z] $ 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 [2021-04-20T22:57:11.239Z] $ docker top 489d40058f83e263008340fe3765902321eeae6d6a18b14f6abe0eedd98d2850 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-20T22:57:11.415Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T22:57:11.415Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T22:57:11.638Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T22:57:11.643Z] $ docker exec 489d40058f83e263008340fe3765902321eeae6d6a18b14f6abe0eedd98d2850 ssh-agent [2021-04-20T22:57:11.816Z] SSH_AUTH_SOCK=/tmp/ssh-1IcA4RdR4fEq/agent.12 [2021-04-20T22:57:11.816Z] SSH_AGENT_PID=17 [2021-04-20T22:57:11.824Z] Running ssh-add (command line suppressed) [2021-04-20T22:57:11.945Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_5671733008428170541.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_5671733008428170541.key) [2021-04-20T22:57:12.000Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T22:57:12.300Z] + git semver tag [2021-04-20T22:57:12.300Z] # -> Open(): unable to determine branch for HEAD [2021-04-20T22:57:12.300Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2021-04-20T22:57:12.300Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2021-04-20T22:57:12.300Z] # $SEMVER_REMOTE_NAME = origin [2021-04-20T22:57:12.300Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-20T22:57:12.300Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-20T22:57:12.300Z] # $SEMVER_BRANCH = master [2021-04-20T22:57:12.300Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [2021-04-20T22:57:12.300Z] # 0a87d407e041d20f1864a55fff042c6ab73963fc HEAD [2021-04-20T22:57:12.300Z] # -> Force: false [2021-04-20T22:57:12.300Z] # ec11aa4434cfc199f99a2e4ba78256ba527dabe4 refs/tags/v1.3.2-dev.10 [Pipeline] } [2021-04-20T22:57:12.313Z] $ docker exec --env ******** --env ******** 489d40058f83e263008340fe3765902321eeae6d6a18b14f6abe0eedd98d2850 ssh-agent -k [2021-04-20T22:57:12.453Z] unset SSH_AUTH_SOCK; [2021-04-20T22:57:12.453Z] unset SSH_AGENT_PID; [2021-04-20T22:57:12.453Z] echo Agent pid 17 killed; [2021-04-20T22:57:12.504Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T22:57:13.867Z] + git semver [Pipeline] } [2021-04-20T22:57:13.886Z] $ docker stop --time=1 489d40058f83e263008340fe3765902321eeae6d6a18b14f6abe0eedd98d2850 [2021-04-20T22:57:15.249Z] $ docker rm -f 489d40058f83e263008340fe3765902321eeae6d6a18b14f6abe0eedd98d2850 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-20T22:57:15.741Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-20T22:57:15.741Z] [2021-04-20T22:57:15.741Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-20T22:57:16.052Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-20T22:57:16.052Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-20T22:57:16.053Z] ab5ef0e58194: Pulling fs layer [2021-04-20T22:57:16.053Z] 9712f1f96733: Pulling fs layer [2021-04-20T22:57:16.053Z] 63f879dbbcfc: Pulling fs layer [2021-04-20T22:57:16.053Z] 0d9ebad4ef96: Pulling fs layer [2021-04-20T22:57:16.053Z] e9a5061849ea: Pulling fs layer [2021-04-20T22:57:16.053Z] d747dcd14b5f: Pulling fs layer [2021-04-20T22:57:16.053Z] 2de7ff778b66: Pulling fs layer [2021-04-20T22:57:16.053Z] e9a5061849ea: Waiting [2021-04-20T22:57:16.053Z] d747dcd14b5f: Waiting [2021-04-20T22:57:16.053Z] 2de7ff778b66: Waiting [2021-04-20T22:57:16.053Z] 0d9ebad4ef96: Waiting [2021-04-20T22:57:16.053Z] 9712f1f96733: Verifying Checksum [2021-04-20T22:57:16.053Z] 9712f1f96733: Download complete [2021-04-20T22:57:17.451Z] 63f879dbbcfc: Verifying Checksum [2021-04-20T22:57:17.451Z] 63f879dbbcfc: Download complete [2021-04-20T22:57:17.716Z] e9a5061849ea: Verifying Checksum [2021-04-20T22:57:17.716Z] e9a5061849ea: Download complete [2021-04-20T22:57:17.716Z] d747dcd14b5f: Verifying Checksum [2021-04-20T22:57:17.716Z] d747dcd14b5f: Download complete [2021-04-20T22:57:17.979Z] 2de7ff778b66: Verifying Checksum [2021-04-20T22:57:17.979Z] 2de7ff778b66: Download complete [2021-04-20T22:57:18.557Z] ab5ef0e58194: Verifying Checksum [2021-04-20T22:57:18.557Z] ab5ef0e58194: Download complete [2021-04-20T22:57:18.557Z] 0d9ebad4ef96: Verifying Checksum [2021-04-20T22:57:18.558Z] 0d9ebad4ef96: Download complete [2021-04-20T22:57:22.788Z] ab5ef0e58194: Pull complete [2021-04-20T22:57:22.788Z] 9712f1f96733: Pull complete [2021-04-20T22:57:26.130Z] 63f879dbbcfc: Pull complete [2021-04-20T22:57:32.746Z] 0d9ebad4ef96: Pull complete [2021-04-20T22:57:33.693Z] e9a5061849ea: Pull complete [2021-04-20T22:57:33.693Z] d747dcd14b5f: Pull complete [2021-04-20T22:57:36.253Z] 2de7ff778b66: Pull complete [2021-04-20T22:57:36.253Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-20T22:57:36.253Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-20T22:57:36.253Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-20T22:57:36.434Z] prd-centos7-docker-4c-2g-1288 does not seem to be running inside a container [2021-04-20T22:57:36.480Z] $ 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 [2021-04-20T22:57:40.467Z] $ docker top 8baaf55326537c5db8ff9bb27c5ba28ddb857911997be899cca26d1ad41bd304 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-20T22:57:40.621Z] provisioning config files... [2021-04-20T22:57:40.631Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config4133097809627242394tmp [2021-04-20T22:57:40.647Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config8664620839614992264tmp [2021-04-20T22:57:40.662Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config1928391571049526734tmp [Pipeline] { [Pipeline] echo [2021-04-20T22:57:40.682Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T22:57:40.983Z] ---> sigul-configuration.sh [2021-04-20T22:57:40.983Z] gpg: directory `/root/.gnupg' created [2021-04-20T22:57:40.983Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-20T22:57:40.983Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-20T22:57:40.983Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-20T22:57:40.983Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-20T22:57:40.983Z] gpg: CAST5 encrypted data [2021-04-20T22:57:41.250Z] gpg: encrypted with 1 passphrase [2021-04-20T22:57:41.250Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-20T22:57:41.553Z] + mkdir /home/jenkins [2021-04-20T22:57:41.553Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-20T22:57:41.851Z] + 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 [2021-04-20T22:57:41.863Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T22:57:42.160Z] ---> sigul-install.sh [2021-04-20T22:57:48.758Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-20T22:57:49.061Z] + git tag --list [2021-04-20T22:57:49.061Z] 0.7.0 [2021-04-20T22:57:49.061Z] 0.7.1 [2021-04-20T22:57:49.061Z] 1.0.0 [2021-04-20T22:57:49.061Z] v1.0.1 [2021-04-20T22:57:49.061Z] v1.0.2 [2021-04-20T22:57:49.061Z] v1.0.3 [2021-04-20T22:57:49.061Z] v1.1.0 [2021-04-20T22:57:49.061Z] v1.1.1 [2021-04-20T22:57:49.061Z] v1.2.0 [2021-04-20T22:57:49.061Z] v1.2.1 [2021-04-20T22:57:49.061Z] v1.2.2 [2021-04-20T22:57:49.061Z] v1.3.0 [2021-04-20T22:57:49.061Z] v1.3.1 [2021-04-20T22:57:49.061Z] v1.3.1-dev.1 [2021-04-20T22:57:49.061Z] v1.3.1-dev.2 [2021-04-20T22:57:49.061Z] v1.3.1-dev.3 [2021-04-20T22:57:49.061Z] v1.3.2-dev.1 [2021-04-20T22:57:49.061Z] v1.3.2-dev.10 [2021-04-20T22:57:49.062Z] v1.3.2-dev.2 [2021-04-20T22:57:49.062Z] v1.3.2-dev.3 [2021-04-20T22:57:49.062Z] v1.3.2-dev.4 [2021-04-20T22:57:49.062Z] v1.3.2-dev.5 [2021-04-20T22:57:49.062Z] v1.3.2-dev.6 [2021-04-20T22:57:49.062Z] v1.3.2-dev.7 [2021-04-20T22:57:49.062Z] v1.3.2-dev.8 [2021-04-20T22:57:49.062Z] v1.3.2-dev.9 [Pipeline] sh [2021-04-20T22:57:49.359Z] + lftools sign git-tag v1.3.2-dev.10 [2021-04-20T22:57:50.756Z] Signing Git tag with Sigul... [2021-04-20T22:57:50.756Z] Signing v1.3.2-dev.10 [Pipeline] echo [2021-04-20T22:57:51.716Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T22:57:52.015Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-20T22:57:52.025Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-20T22:57:52.051Z] $ docker stop --time=1 8baaf55326537c5db8ff9bb27c5ba28ddb857911997be899cca26d1ad41bd304 [2021-04-20T22:57:54.229Z] $ docker rm -f 8baaf55326537c5db8ff9bb27c5ba28ddb857911997be899cca26d1ad41bd304 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-20T22:57:54.747Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T22:57:54.747Z] . [Pipeline] withDockerContainer [2021-04-20T22:57:54.845Z] prd-centos7-docker-4c-2g-1288 does not seem to be running inside a container [2021-04-20T22:57:54.894Z] $ 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 [2021-04-20T22:57:55.748Z] $ docker top 677f62bf62e03e0d739145613d1ac3c32321d9938252f9766569163b75423d9a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-20T22:57:55.955Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T22:57:55.955Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T22:57:56.213Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T22:57:56.217Z] $ docker exec 677f62bf62e03e0d739145613d1ac3c32321d9938252f9766569163b75423d9a ssh-agent [2021-04-20T22:57:56.416Z] SSH_AUTH_SOCK=/tmp/ssh-Xzrx0lJKHMdT/agent.11 [2021-04-20T22:57:56.416Z] SSH_AGENT_PID=16 [2021-04-20T22:57:56.423Z] Running ssh-add (command line suppressed) [2021-04-20T22:57:56.558Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_3791208214491547935.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_3791208214491547935.key) [2021-04-20T22:57:56.615Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T22:57:56.918Z] + git semver bump pre [2021-04-20T22:57:56.918Z] # -> Open(): unable to determine branch for HEAD [2021-04-20T22:57:56.918Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2021-04-20T22:57:56.918Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2021-04-20T22:57:56.918Z] # $SEMVER_REMOTE_NAME = origin [2021-04-20T22:57:56.918Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-20T22:57:56.918Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-20T22:57:56.918Z] # $SEMVER_BRANCH = master [2021-04-20T22:57:56.918Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [2021-04-20T22:57:56.918Z] 1.3.2-dev.11 [Pipeline] } [2021-04-20T22:57:56.932Z] $ docker exec --env ******** --env ******** 677f62bf62e03e0d739145613d1ac3c32321d9938252f9766569163b75423d9a ssh-agent -k [2021-04-20T22:57:57.048Z] unset SSH_AUTH_SOCK; [2021-04-20T22:57:57.049Z] unset SSH_AGENT_PID; [2021-04-20T22:57:57.049Z] echo Agent pid 16 killed; [2021-04-20T22:57:57.101Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T22:57:57.426Z] + git semver [Pipeline] } [2021-04-20T22:57:57.446Z] $ docker stop --time=1 677f62bf62e03e0d739145613d1ac3c32321d9938252f9766569163b75423d9a [2021-04-20T22:57:58.827Z] $ docker rm -f 677f62bf62e03e0d739145613d1ac3c32321d9938252f9766569163b75423d9a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-20T22:57:59.246Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T22:57:59.247Z] . [Pipeline] withDockerContainer [2021-04-20T22:57:59.349Z] prd-centos7-docker-4c-2g-1288 does not seem to be running inside a container [2021-04-20T22:57:59.398Z] $ 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 [2021-04-20T22:58:00.057Z] $ docker top b68ed44f8a311efa0a9e3593a11081c100555dd78c0bdc61a8d0f1d98145b9fe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-20T22:58:00.198Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T22:58:00.198Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T22:58:00.381Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T22:58:00.385Z] $ docker exec b68ed44f8a311efa0a9e3593a11081c100555dd78c0bdc61a8d0f1d98145b9fe ssh-agent [2021-04-20T22:58:00.552Z] SSH_AUTH_SOCK=/tmp/ssh-7EvOhq0TmLBp/agent.12 [2021-04-20T22:58:00.552Z] SSH_AGENT_PID=18 [2021-04-20T22:58:00.560Z] Running ssh-add (command line suppressed) [2021-04-20T22:58:00.677Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_2580801913394972268.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_2580801913394972268.key) [2021-04-20T22:58:00.732Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T22:58:01.031Z] + git semver push [2021-04-20T22:58:01.031Z] # -> Open(): unable to determine branch for HEAD [2021-04-20T22:58:01.031Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2021-04-20T22:58:01.031Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2021-04-20T22:58:01.031Z] # $SEMVER_REMOTE_NAME = origin [2021-04-20T22:58:01.031Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-20T22:58:01.031Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-20T22:58:01.031Z] # $SEMVER_BRANCH = master [2021-04-20T22:58:01.031Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [Pipeline] } [2021-04-20T22:58:06.347Z] $ docker exec --env ******** --env ******** b68ed44f8a311efa0a9e3593a11081c100555dd78c0bdc61a8d0f1d98145b9fe ssh-agent -k [2021-04-20T22:58:06.493Z] unset SSH_AUTH_SOCK; [2021-04-20T22:58:06.494Z] unset SSH_AGENT_PID; [2021-04-20T22:58:06.494Z] echo Agent pid 18 killed; [2021-04-20T22:58:06.551Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T22:58:06.881Z] + git semver [Pipeline] } [2021-04-20T22:58:06.900Z] $ docker stop --time=1 b68ed44f8a311efa0a9e3593a11081c100555dd78c0bdc61a8d0f1d98145b9fe [2021-04-20T22:58:08.263Z] $ docker rm -f b68ed44f8a311efa0a9e3593a11081c100555dd78c0bdc61a8d0f1d98145b9fe [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 [2021-04-20T22:58:09.015Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T22:58:09.406Z] ---> package-listing.sh [2021-04-20T22:58:09.406Z] ++ facter osfamily [2021-04-20T22:58:09.406Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-20T22:58:09.406Z] + OS_FAMILY=redhat [2021-04-20T22:58:09.406Z] + workspace=/w/workspace/edgexfoundry_device-sdk-c_master [2021-04-20T22:58:09.406Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-20T22:58:09.406Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-20T22:58:09.406Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-20T22:58:09.406Z] + PACKAGES=/tmp/packages_start.txt [2021-04-20T22:58:09.406Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_master ']' [2021-04-20T22:58:09.406Z] + PACKAGES=/tmp/packages_end.txt [2021-04-20T22:58:09.406Z] + case "${OS_FAMILY}" in [2021-04-20T22:58:09.406Z] + rpm -qa [2021-04-20T22:58:09.406Z] + sort [2021-04-20T22:58:14.758Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-20T22:58:14.758Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-20T22:58:14.758Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-20T22:58:14.758Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_master ']' [2021-04-20T22:58:14.758Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_master/archives/ [2021-04-20T22:58:14.758Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-c_master/archives/ [Pipeline] echo [2021-04-20T22:58:14.771Z] 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 [2021-04-20T22:58:15.064Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-20T22:58:15.371Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T22:58:15.371Z] [2021-04-20T22:58:15.371Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-20T22:58:15.689Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T22:58:15.689Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-20T22:58:15.689Z] df20fa9351a1: Pulling fs layer [2021-04-20T22:58:15.689Z] 36b3adc4ff6f: Pulling fs layer [2021-04-20T22:58:15.689Z] 8ad3a11d3b57: Pulling fs layer [2021-04-20T22:58:15.689Z] 46f8f816bc3b: Pulling fs layer [2021-04-20T22:58:15.689Z] 93b61091891f: Pulling fs layer [2021-04-20T22:58:15.689Z] 93b9cdb0e59b: Pulling fs layer [2021-04-20T22:58:15.689Z] 5e14af77c1be: Pulling fs layer [2021-04-20T22:58:15.689Z] 01666e4c0597: Pulling fs layer [2021-04-20T22:58:15.689Z] aa168da1d23b: Pulling fs layer [2021-04-20T22:58:15.689Z] 93b61091891f: Waiting [2021-04-20T22:58:15.689Z] 93b9cdb0e59b: Waiting [2021-04-20T22:58:15.689Z] 5e14af77c1be: Waiting [2021-04-20T22:58:15.689Z] 01666e4c0597: Waiting [2021-04-20T22:58:15.689Z] aa168da1d23b: Waiting [2021-04-20T22:58:15.689Z] 46f8f816bc3b: Waiting [2021-04-20T22:58:15.689Z] 36b3adc4ff6f: Download complete [2021-04-20T22:58:15.689Z] 46f8f816bc3b: Verifying Checksum [2021-04-20T22:58:15.689Z] 46f8f816bc3b: Download complete [2021-04-20T22:58:15.689Z] df20fa9351a1: Verifying Checksum [2021-04-20T22:58:15.689Z] df20fa9351a1: Download complete [2021-04-20T22:58:15.954Z] 93b9cdb0e59b: Download complete [2021-04-20T22:58:15.954Z] 5e14af77c1be: Verifying Checksum [2021-04-20T22:58:15.954Z] 5e14af77c1be: Download complete [2021-04-20T22:58:15.954Z] 93b61091891f: Download complete [2021-04-20T22:58:15.954Z] 01666e4c0597: Verifying Checksum [2021-04-20T22:58:15.954Z] 01666e4c0597: Download complete [2021-04-20T22:58:15.954Z] 8ad3a11d3b57: Verifying Checksum [2021-04-20T22:58:15.954Z] 8ad3a11d3b57: Download complete [2021-04-20T22:58:16.217Z] df20fa9351a1: Pull complete [2021-04-20T22:58:16.479Z] 36b3adc4ff6f: Pull complete [2021-04-20T22:58:17.880Z] aa168da1d23b: Verifying Checksum [2021-04-20T22:58:17.880Z] aa168da1d23b: Download complete [2021-04-20T22:58:17.880Z] 8ad3a11d3b57: Pull complete [2021-04-20T22:58:18.144Z] 46f8f816bc3b: Pull complete [2021-04-20T22:58:18.722Z] 93b61091891f: Pull complete [2021-04-20T22:58:18.722Z] 93b9cdb0e59b: Pull complete [2021-04-20T22:58:18.989Z] 5e14af77c1be: Pull complete [2021-04-20T22:58:18.989Z] 01666e4c0597: Pull complete [2021-04-20T22:58:27.171Z] aa168da1d23b: Pull complete [2021-04-20T22:58:27.171Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-20T22:58:27.171Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T22:58:27.171Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-20T22:58:27.323Z] prd-centos7-docker-4c-2g-1288 does not seem to be running inside a container [2021-04-20T22:58:27.367Z] $ 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 [2021-04-20T22:58:30.094Z] $ docker top d271471063699896ffe9878ec26c234b188e2d2f224f94ce945fbb87a9d55767 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T22:58:30.535Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-20T22:58:30.832Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-20T22:58:31.127Z] + ls /var/log/sa-host [2021-04-20T22:58:31.127Z] + sadf -c /var/log/sa-host/sa20 [2021-04-20T22:58:31.127Z] file_magic: OK [2021-04-20T22:58:31.127Z] HZ: Using current value: 100 [2021-04-20T22:58:31.127Z] file_header: OK [2021-04-20T22:58:31.127Z] 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 [2021-04-20T22:58:31.127Z] Statistics: [2021-04-20T22:58:31.127Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-20T22:58:31.127Z] File successfully converted to sysstat format version 12.2.1 [2021-04-20T22:58:31.127Z] + sadf -c /var/log/sa-host/sa23 [2021-04-20T22:58:31.127Z] file_magic: OK [2021-04-20T22:58:31.127Z] HZ: Using current value: 100 [2021-04-20T22:58:31.127Z] file_header: OK [2021-04-20T22:58:31.127Z] 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 [2021-04-20T22:58:31.127Z] Statistics: [2021-04-20T22:58:31.127Z] Hnuu...uuuununununu... [2021-04-20T22:58:31.127Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-20T22:58:31.665Z] provisioning config files... [2021-04-20T22:58:31.680Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config7839422099506500050tmp [Pipeline] { [Pipeline] echo [2021-04-20T22:58:31.700Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T22:58:31.999Z] ---> create-netrc.sh [Pipeline] } [2021-04-20T22:58:32.009Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-20T22:58:32.029Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T22:58:32.331Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-20T22:58:32.343Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T22:58:32.643Z] ---> sudo-logs.sh [2021-04-20T22:58:32.643Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-20T22:58:32.675Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T22:58:32.973Z] ---> job-cost.sh [2021-04-20T22:58:32.973Z] lf-activate-venv: SKIPPING [2021-04-20T22:58:32.973Z] INFO: No Stack... [2021-04-20T22:58:33.930Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-20T22:58:34.192Z] INFO: Archiving Costs [Pipeline] echo [2021-04-20T22:58:34.207Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T22:58:34.512Z] ---> logs-deploy.sh [2021-04-20T22:58:34.512Z] lf-activate-venv: SKIPPING [2021-04-20T22:58:34.512Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/master/62 [2021-04-20T22:58:34.512Z] INFO: archiving workspace using pattern(s): [2021-04-20T22:58:35.902Z] Archives upload complete. [2021-04-20T22:58:35.902Z] INFO: archiving logs to Nexus