Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 706af55e05cb2cdc0073fc9ec2061f045ee0028b 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d45bb06fbd349d05c83df7b0a7176550fae40e6 # timeout=10 Commit message: "Merge pull request #295 from ernestojeda/always-docker-auth" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildCApp] RAW Config: [project:device-sdk-c, dockerBuildFilePath:scripts/Dockerfile.alpine-3.11-base, dockerFilePath:scripts/Dockerfile.alpine-3.11, pushImage:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildCApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-c-settings PROJECT: device-sdk-c USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest DOCKER_FILE_PATH: scripts/Dockerfile.alpine-3.11 DOCKER_BUILD_FILE_PATH: scripts/Dockerfile.alpine-3.11-base DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-c DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-12250 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-c.git > git init /w/workspace/edgexfoundry_device-sdk-c_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 706af55e05cb2cdc0073fc9ec2061f045ee0028b (master) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 706af55e05cb2cdc0073fc9ec2061f045ee0028b # timeout=10 Commit message: "ci: add semantic.yml for commit linting (#302)" > git rev-list --no-walk 1c3cbe1168f8f4990475966f6e71602a78dc5c52 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-16T15:54:45.105Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-16T15:54:45.407Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-16T15:54:45.505Z] ========================================================= [2020-11-16T15:54:45.505Z] EdgeX Global Pipelines Version Info [2020-11-16T15:54:45.505Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-16T15:54:47.072Z] ------------------- [2020-11-16T15:54:47.072Z] stable info: [2020-11-16T15:54:47.072Z] ------------------- [2020-11-16T15:54:47.072Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-16T15:54:47.072Z] Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 [2020-11-16T15:54:47.072Z] Message: update stable to v1.0.162 [2020-11-16T15:54:48.021Z] ------------------- [2020-11-16T15:54:48.021Z] experimental info: [2020-11-16T15:54:48.021Z] ------------------- [2020-11-16T15:54:48.021Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-16T15:54:48.021Z] Commit SHA: 6f2ee81cce8ce978e0d8ebd6865d4103bdd6920b [2020-11-16T15:54:48.021Z] Message: update experimental to v1.0.164 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-16T15:54:48.424Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-c-settings [Pipeline] echo [2020-11-16T15:54:48.516Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-c [Pipeline] echo [2020-11-16T15:54:48.619Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-16T15:54:48.707Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-16T15:54:48.854Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-16T15:54:48.934Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [Pipeline] echo [2020-11-16T15:54:49.020Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = scripts/Dockerfile.alpine-3.11 [Pipeline] echo [2020-11-16T15:54:49.129Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = scripts/Dockerfile.alpine-3.11-base [Pipeline] echo [2020-11-16T15:54:49.215Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-16T15:54:49.301Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-c [Pipeline] echo [2020-11-16T15:54:49.396Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-16T15:54:49.481Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-16T15:54:49.601Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-16T15:54:49.694Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-11-16T15:54:49.793Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-16T15:54:49.896Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-16T15:54:49.977Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-16T15:54:50.094Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-11-16T15:54:50.175Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-11-16T15:54:50.311Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-11-16T15:54:50.394Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 706af55e05cb2cdc0073fc9ec2061f045ee0028b [Pipeline] echo [2020-11-16T15:54:50.478Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 706af55 [Pipeline] echo [2020-11-16T15:54:50.567Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-16T15:54:50.923Z] provisioning config files... [2020-11-16T15:54:50.951Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config3125988657040748831tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-16T15:54:51.309Z] ---> docker-login.sh [2020-11-16T15:54:51.310Z] nexus3.edgexfoundry.org:10001 [2020-11-16T15:54:51.575Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-16T15:54:51.838Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-16T15:54:51.838Z] Configure a credential helper to remove this warning. See [2020-11-16T15:54:51.838Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-16T15:54:51.838Z] [2020-11-16T15:54:51.838Z] Login Succeeded [2020-11-16T15:54:51.838Z] nexus3.edgexfoundry.org:10002 [2020-11-16T15:54:51.838Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-16T15:54:52.102Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-16T15:54:52.102Z] Configure a credential helper to remove this warning. See [2020-11-16T15:54:52.102Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-16T15:54:52.102Z] [2020-11-16T15:54:52.102Z] Login Succeeded [2020-11-16T15:54:52.102Z] nexus3.edgexfoundry.org:10003 [2020-11-16T15:54:52.102Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-16T15:54:52.102Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-16T15:54:52.102Z] Configure a credential helper to remove this warning. See [2020-11-16T15:54:52.102Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-16T15:54:52.102Z] [2020-11-16T15:54:52.102Z] Login Succeeded [2020-11-16T15:54:52.102Z] nexus3.edgexfoundry.org:10004 [2020-11-16T15:54:52.367Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-16T15:54:52.367Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-16T15:54:52.367Z] Configure a credential helper to remove this warning. See [2020-11-16T15:54:52.367Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-16T15:54:52.367Z] [2020-11-16T15:54:52.367Z] Login Succeeded [2020-11-16T15:54:52.367Z] docker.io [2020-11-16T15:54:52.367Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-16T15:54:52.946Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-16T15:54:52.946Z] Configure a credential helper to remove this warning. See [2020-11-16T15:54:52.946Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-16T15:54:52.946Z] [2020-11-16T15:54:52.946Z] Login Succeeded [2020-11-16T15:54:52.947Z] ---> docker-login.sh ends [Pipeline] } [2020-11-16T15:54:52.957Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-11-16T15:54:53.980Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-16T15:54:53.980Z] [2020-11-16T15:54:53.980Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-16T15:54:54.339Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-16T15:54:54.339Z] latest: Pulling from edgex-devops/git-semver [2020-11-16T15:54:54.339Z] 31603596830f: Pulling fs layer [2020-11-16T15:54:54.339Z] 2a8b12db71e7: Pulling fs layer [2020-11-16T15:54:54.339Z] 6ca5941a6612: Pulling fs layer [2020-11-16T15:54:54.339Z] ecc8261a40a4: Pulling fs layer [2020-11-16T15:54:54.339Z] ecc8261a40a4: Waiting [2020-11-16T15:54:54.339Z] 2a8b12db71e7: Download complete [2020-11-16T15:54:54.605Z] 31603596830f: Verifying Checksum [2020-11-16T15:54:54.605Z] 31603596830f: Download complete [2020-11-16T15:54:54.605Z] ecc8261a40a4: Verifying Checksum [2020-11-16T15:54:54.605Z] ecc8261a40a4: Download complete [2020-11-16T15:54:54.868Z] 6ca5941a6612: Verifying Checksum [2020-11-16T15:54:54.868Z] 6ca5941a6612: Download complete [2020-11-16T15:54:55.136Z] 31603596830f: Pull complete [2020-11-16T15:54:55.136Z] 2a8b12db71e7: Pull complete [2020-11-16T15:54:56.088Z] 6ca5941a6612: Pull complete [2020-11-16T15:54:56.088Z] ecc8261a40a4: Pull complete [2020-11-16T15:54:56.088Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-16T15:54:56.351Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-16T15:54:56.351Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-16T15:54:56.479Z] prd-centos7-docker-4c-2g-12250 does not seem to be running inside a container [2020-11-16T15:54:56.531Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-16T15:54:58.508Z] $ docker top b50eeb300a5f685d63c37d2dbf6a180e9cce4926bc8310ea544b894f363f1507 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-16T15:54:58.795Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-16T15:54:58.795Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-16T15:54:59.017Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-16T15:54:59.023Z] $ docker exec b50eeb300a5f685d63c37d2dbf6a180e9cce4926bc8310ea544b894f363f1507 ssh-agent [2020-11-16T15:54:59.192Z] SSH_AUTH_SOCK=/tmp/ssh-ok4D1brDdNkx/agent.11 [2020-11-16T15:54:59.192Z] SSH_AGENT_PID=16 [2020-11-16T15:54:59.204Z] Running ssh-add (command line suppressed) [2020-11-16T15:54:59.335Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_1360987471343431644.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_1360987471343431644.key) [2020-11-16T15:54:59.384Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-16T15:54:59.735Z] + git tag --points-at HEAD [Pipeline] } [2020-11-16T15:54:59.871Z] $ docker exec --env ******** --env ******** b50eeb300a5f685d63c37d2dbf6a180e9cce4926bc8310ea544b894f363f1507 ssh-agent -k [2020-11-16T15:55:00.014Z] unset SSH_AUTH_SOCK; [2020-11-16T15:55:00.014Z] unset SSH_AGENT_PID; [2020-11-16T15:55:00.014Z] echo Agent pid 16 killed; [2020-11-16T15:55:00.061Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-16T15:55:00.239Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-16T15:55:00.239Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-16T15:55:00.404Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-16T15:55:00.410Z] $ docker exec b50eeb300a5f685d63c37d2dbf6a180e9cce4926bc8310ea544b894f363f1507 ssh-agent [2020-11-16T15:55:00.572Z] SSH_AUTH_SOCK=/tmp/ssh-8iysx9r4jgtY/agent.45 [2020-11-16T15:55:00.572Z] SSH_AGENT_PID=50 [2020-11-16T15:55:00.579Z] Running ssh-add (command line suppressed) [2020-11-16T15:55:00.704Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_1616937287415048317.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_1616937287415048317.key) [2020-11-16T15:55:00.752Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-16T15:55:01.089Z] + git semver init [2020-11-16T15:55:01.089Z] # -> Open(): unable to determine branch for HEAD [2020-11-16T15:55:01.089Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-11-16T15:55:01.089Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-11-16T15:55:01.089Z] # $SEMVER_REMOTE_NAME = origin [2020-11-16T15:55:01.089Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-16T15:55:01.089Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-16T15:55:01.089Z] # $SEMVER_BRANCH = master [2020-11-16T15:55:01.089Z] # $SEMVER_TEMP = /tmp/semver-292812377 [2020-11-16T15:55:01.089Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-c.git $SEMVER_TEMP [2020-11-16T15:55:02.041Z] # '/tmp/semver-292812377' -> '/w/workspace/edgexfoundry_device-sdk-c_master/.semver' [2020-11-16T15:55:02.041Z] # -> Force: false [2020-11-16T15:55:02.041Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [Pipeline] } [2020-11-16T15:55:02.060Z] $ docker exec --env ******** --env ******** b50eeb300a5f685d63c37d2dbf6a180e9cce4926bc8310ea544b894f363f1507 ssh-agent -k [2020-11-16T15:55:02.193Z] unset SSH_AUTH_SOCK; [2020-11-16T15:55:02.193Z] unset SSH_AGENT_PID; [2020-11-16T15:55:02.193Z] echo Agent pid 50 killed; [2020-11-16T15:55:02.241Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-16T15:55:02.780Z] + git semver [Pipeline] } [2020-11-16T15:55:02.802Z] $ docker stop --time=1 b50eeb300a5f685d63c37d2dbf6a180e9cce4926bc8310ea544b894f363f1507 [2020-11-16T15:55:04.175Z] $ docker rm -f b50eeb300a5f685d63c37d2dbf6a180e9cce4926bc8310ea544b894f363f1507 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-16T15:55:04.644Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-16T15:55:05.046Z] Stashed 1 file(s) [Pipeline] echo [2020-11-16T15:55:05.049Z] [edgeXSemver]: initialized semver on version 1.3.1-dev.1 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-11-16T15:55:20.471Z] Still waiting to schedule task [2020-11-16T15:55:20.471Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-11-16T15:55:20.474Z] Still waiting to schedule task [2020-11-16T15:55:20.474Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-11-16T15:58:15.473Z] Running on prd-centos7-docker-4c-2g-12251 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] ws [2020-11-16T15:58:15.568Z] Running in /w/workspace/device-sdk-c/49 [Pipeline] { [Pipeline] checkout [2020-11-16T15:58:19.680Z] using credential edgex-jenkins-ssh [2020-11-16T15:58:19.738Z] Cloning the remote Git repository [2020-11-16T15:58:19.776Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-11-16T15:58:19.844Z] > git init /w/workspace/device-sdk-c/49 # timeout=10 [2020-11-16T15:58:19.900Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-11-16T15:58:19.900Z] > git --version # timeout=10 [2020-11-16T15:58:19.907Z] > git --version # 'git version 2.16.5' [2020-11-16T15:58:19.908Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-16T15:58:19.940Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-16T15:58:21.300Z] Checking out Revision 706af55e05cb2cdc0073fc9ec2061f045ee0028b (master) [2020-11-16T15:58:20.833Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-11-16T15:58:20.843Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-16T15:58:20.859Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-11-16T15:58:20.872Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-11-16T15:58:20.872Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-16T15:58:20.877Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-16T15:58:21.319Z] > git config core.sparsecheckout # timeout=10 [2020-11-16T15:58:21.326Z] > git checkout -f 706af55e05cb2cdc0073fc9ec2061f045ee0028b # timeout=10 [2020-11-16T15:58:24.999Z] Commit message: "ci: add semantic.yml for commit linting (#302)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-16T15:58:25.980Z] provisioning config files... [2020-11-16T15:58:26.010Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/device-sdk-c/49@tmp/config4830418917351694659tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-16T15:58:26.793Z] ---> docker-login.sh [2020-11-16T15:58:26.793Z] nexus3.edgexfoundry.org:10001 [2020-11-16T15:58:27.058Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-16T15:58:27.321Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-16T15:58:27.321Z] Configure a credential helper to remove this warning. See [2020-11-16T15:58:27.321Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-16T15:58:27.321Z] [2020-11-16T15:58:27.321Z] Login Succeeded [2020-11-16T15:58:27.321Z] nexus3.edgexfoundry.org:10002 [2020-11-16T15:58:27.321Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-16T15:58:27.584Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-16T15:58:27.584Z] Configure a credential helper to remove this warning. See [2020-11-16T15:58:27.584Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-16T15:58:27.584Z] [2020-11-16T15:58:27.584Z] Login Succeeded [2020-11-16T15:58:27.584Z] nexus3.edgexfoundry.org:10003 [2020-11-16T15:58:27.584Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-16T15:58:27.584Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-16T15:58:27.584Z] Configure a credential helper to remove this warning. See [2020-11-16T15:58:27.584Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-16T15:58:27.584Z] [2020-11-16T15:58:27.584Z] Login Succeeded [2020-11-16T15:58:27.584Z] nexus3.edgexfoundry.org:10004 [2020-11-16T15:58:27.846Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-16T15:58:27.847Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-16T15:58:27.847Z] Configure a credential helper to remove this warning. See [2020-11-16T15:58:27.847Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-16T15:58:27.847Z] [2020-11-16T15:58:27.847Z] Login Succeeded [2020-11-16T15:58:27.847Z] docker.io [2020-11-16T15:58:27.847Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-16T15:58:28.109Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-16T15:58:28.109Z] Configure a credential helper to remove this warning. See [2020-11-16T15:58:28.109Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-16T15:58:28.109Z] [2020-11-16T15:58:28.109Z] Login Succeeded [2020-11-16T15:58:28.109Z] ---> docker-login.sh ends [Pipeline] } [2020-11-16T15:58:28.152Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-16T15:58:28.470Z] ========================================================= [2020-11-16T15:58:28.470Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2020-11-16T15:58:28.470Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-16T15:58:28.832Z] + docker build -t ci-base-image-x86_64 -f scripts/Dockerfile.alpine-3.11-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest . [2020-11-16T15:58:29.096Z] Sending build context to Docker daemon 2.416MB [2020-11-16T15:58:29.096Z] Step 1/21 : ARG BASE=alpine:3.11 [2020-11-16T15:58:29.096Z] Step 2/21 : FROM ${BASE} as builder [2020-11-16T15:58:29.359Z] latest: Pulling from edgex-devops/edgex-gcc-base [2020-11-16T15:58:29.359Z] e7c96db7181b: Pulling fs layer [2020-11-16T15:58:29.359Z] 4c13bbce0fe7: Pulling fs layer [2020-11-16T15:58:29.359Z] 6059c847ac2f: Pulling fs layer [2020-11-16T15:58:29.359Z] 4c13bbce0fe7: Verifying Checksum [2020-11-16T15:58:29.359Z] 4c13bbce0fe7: Download complete [2020-11-16T15:58:29.359Z] e7c96db7181b: Verifying Checksum [2020-11-16T15:58:29.359Z] e7c96db7181b: Download complete [2020-11-16T15:58:29.623Z] e7c96db7181b: Pull complete [2020-11-16T15:58:29.623Z] 4c13bbce0fe7: Pull complete [2020-11-16T15:58:31.027Z] 6059c847ac2f: Verifying Checksum [2020-11-16T15:58:31.027Z] 6059c847ac2f: Download complete [2020-11-16T15:58:36.376Z] 6059c847ac2f: Pull complete [2020-11-16T15:58:36.376Z] Digest: sha256:6b5104d086ae1e5e8a284a473be9a93378e3934f9b07db5717372c857cbcbe5e [2020-11-16T15:58:36.376Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [2020-11-16T15:58:36.376Z] ---> 5eabd8fd8ba2 [2020-11-16T15:58:36.376Z] Step 3/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev [2020-11-16T15:58:37.779Z] ---> Running in 4a2e79370249 [2020-11-16T15:58:38.358Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-11-16T15:58:38.935Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-11-16T15:58:39.198Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-11-16T15:58:39.463Z] (2/8) Installing libuuid (2.33-r0) [2020-11-16T15:58:39.463Z] (3/8) Installing libblkid (2.33-r0) [2020-11-16T15:58:39.463Z] (4/8) Installing libfdisk (2.33-r0) [2020-11-16T15:58:39.769Z] (5/8) Installing libmount (2.33-r0) [2020-11-16T15:58:39.769Z] (6/8) Installing libsmartcols (2.33-r0) [2020-11-16T15:58:39.769Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-11-16T15:58:40.047Z] (8/8) Installing wget (1.20.3-r0) [2020-11-16T15:58:40.047Z] Executing busybox-1.29.3-r10.trigger [2020-11-16T15:58:40.317Z] OK: 272 MiB in 83 packages [2020-11-16T15:58:40.896Z] Removing intermediate container 4a2e79370249 [2020-11-16T15:58:40.896Z] ---> af6a6a8d38db [2020-11-16T15:58:40.896Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-11-16T15:58:40.896Z] ---> Running in 27ee447bacc7 [2020-11-16T15:58:41.159Z] Removing intermediate container 27ee447bacc7 [2020-11-16T15:58:41.159Z] ---> 3ae5ed340f11 [2020-11-16T15:58:41.159Z] Step 5/21 : RUN mkdir /tmp/cbor && cd /tmp/cbor && wget -O - https://github.com/PJK/libcbor/archive/v${CBOR_VERSION}.tar.gz | tar -z -x -f - && sed -e 's/-flto//' -i libcbor-${CBOR_VERSION}/CMakeLists.txt && cmake -DCMAKE_BUILD_TYPE=Release -DCBOR_CUSTOM_ALLOC=ON libcbor-${CBOR_VERSION} && make && make install [2020-11-16T15:58:41.159Z] ---> Running in 04008fe4bdd0 [2020-11-16T15:58:42.111Z] --2020-11-16 15:58:41-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-11-16T15:58:42.111Z] Resolving github.com... 140.82.114.4 [2020-11-16T15:58:42.112Z] Connecting to github.com|140.82.114.4|:443... connected. [2020-11-16T15:58:42.112Z] HTTP request sent, awaiting response... 302 Found [2020-11-16T15:58:42.112Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-11-16T15:58:42.112Z] --2020-11-16 15:58:41-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-11-16T15:58:42.112Z] Resolving codeload.github.com... 140.82.114.10 [2020-11-16T15:58:42.112Z] Connecting to codeload.github.com|140.82.114.10|:443... connected. [2020-11-16T15:58:42.375Z] HTTP request sent, awaiting response... 200 OK [2020-11-16T15:58:42.375Z] Length: unspecified [application/x-gzip] [2020-11-16T15:58:42.375Z] Saving to: 'STDOUT' [2020-11-16T15:58:42.375Z]  [2020-11-16T15:58:42.375Z] 0K .......... .......... .......... .......... .......... 1.44M [2020-11-16T15:58:42.375Z] 50K .......... .......... .......... .......... .......... 2.91M [2020-11-16T15:58:42.375Z] 100K .......... .......... .......... .......... .......... 31.8M [2020-11-16T15:58:42.375Z] 150K .......... .......... .......... .......... .......... 40.5M [2020-11-16T15:58:42.375Z] 200K .......... .......... .......... .......... .......... 3.03M [2020-11-16T15:58:42.375Z] 250K .......... .......... .......... .......... .......... 5.93M [2020-11-16T15:58:42.375Z] 300K .......... .......... .......... .......... .......... 10.5M [2020-11-16T15:58:42.375Z] 350K .......... .......... .......... .......... .......... 9.54M [2020-11-16T15:58:42.375Z] 400K .......... .......... .......... .......... .......... 7.05M [2020-11-16T15:58:42.375Z] 450K .......... .......... .......... .......... .......... 7.50M [2020-11-16T15:58:42.375Z] 500K .......... .......... .......... .......... .......... 24.4M [2020-11-16T15:58:42.375Z] 550K .......... .......... .......... .......... .......... 3.02M [2020-11-16T15:58:42.375Z] 600K .......... .......... .......... .......... .......... 2.79M [2020-11-16T15:58:42.375Z] 650K .......... .......... .......... .......... .......... 4.24M [2020-11-16T15:58:42.375Z] 700K .. 34.0M=0.1s [2020-11-16T15:58:42.375Z] [2020-11-16T15:58:42.375Z] 2020-11-16 15:58:42 (4.62 MB/s) - written to stdout [719348] [2020-11-16T15:58:42.375Z] [2020-11-16T15:58:42.639Z] -- The C compiler identification is GNU 8.3.0 [2020-11-16T15:58:42.640Z] -- The CXX compiler identification is GNU 8.3.0 [2020-11-16T15:58:42.640Z] -- Check for working C compiler: /usr/bin/cc [2020-11-16T15:58:42.902Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-11-16T15:58:42.902Z] -- Detecting C compiler ABI info [2020-11-16T15:58:42.902Z] -- Detecting C compiler ABI info - done [2020-11-16T15:58:42.902Z] -- Detecting C compile features [2020-11-16T15:58:43.165Z] -- Detecting C compile features - done [2020-11-16T15:58:43.165Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-11-16T15:58:43.165Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-11-16T15:58:43.165Z] -- Detecting CXX compiler ABI info [2020-11-16T15:58:43.427Z] -- Detecting CXX compiler ABI info - done [2020-11-16T15:58:43.427Z] -- Detecting CXX compile features [2020-11-16T15:58:44.005Z] -- Detecting CXX compile features - done [2020-11-16T15:58:44.005Z] -- Looking for include file endian.h [2020-11-16T15:58:44.005Z] -- Looking for include file endian.h - found [2020-11-16T15:58:44.005Z] -- Check if the system is big endian [2020-11-16T15:58:44.005Z] -- Searching 16 bit integer [2020-11-16T15:58:44.005Z] -- Looking for sys/types.h [2020-11-16T15:58:44.006Z] -- Looking for sys/types.h - found [2020-11-16T15:58:44.006Z] -- Looking for stdint.h [2020-11-16T15:58:44.006Z] -- Looking for stdint.h - found [2020-11-16T15:58:44.006Z] -- Looking for stddef.h [2020-11-16T15:58:44.268Z] -- Looking for stddef.h - found [2020-11-16T15:58:44.268Z] -- Check size of unsigned short [2020-11-16T15:58:44.268Z] -- Check size of unsigned short - done [2020-11-16T15:58:44.268Z] -- Using unsigned short [2020-11-16T15:58:44.268Z] -- Check if the system is big endian - little endian [2020-11-16T15:58:44.268Z] -- Check size of size_t [2020-11-16T15:58:44.531Z] -- Check size of size_t - done [2020-11-16T15:58:44.531Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-11-16T15:58:44.531Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-11-16T15:58:44.531Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-11-16T15:58:44.531Z] CMake did not find one. [2020-11-16T15:58:44.531Z] [2020-11-16T15:58:44.531Z] Could not find a package configuration file provided by "cJSON" with any of [2020-11-16T15:58:44.531Z] the following names: [2020-11-16T15:58:44.531Z] [2020-11-16T15:58:44.531Z] cJSONConfig.cmake [2020-11-16T15:58:44.531Z] cjson-config.cmake [2020-11-16T15:58:44.531Z] [2020-11-16T15:58:44.531Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-11-16T15:58:44.531Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-11-16T15:58:44.531Z] provides a separate development package or SDK, be sure it has been [2020-11-16T15:58:44.531Z] installed. [2020-11-16T15:58:44.531Z] [2020-11-16T15:58:44.531Z] [2020-11-16T15:58:44.531Z] -- Configuring done [2020-11-16T15:58:44.531Z] -- Generating done [2020-11-16T15:58:44.531Z] -- Build files have been written to: /tmp/cbor [2020-11-16T15:58:44.531Z] Scanning dependencies of target cbor_shared [2020-11-16T15:58:44.531Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [2020-11-16T15:58:44.796Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [2020-11-16T15:58:45.059Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-11-16T15:58:45.059Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-11-16T15:58:45.324Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-11-16T15:58:45.324Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-11-16T15:58:45.324Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-11-16T15:58:45.324Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-11-16T15:58:45.588Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-11-16T15:58:45.588Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-11-16T15:58:45.851Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-11-16T15:58:45.851Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-11-16T15:58:45.851Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-11-16T15:58:46.114Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-11-16T15:58:46.114Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-11-16T15:58:46.114Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-11-16T15:58:46.379Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-11-16T15:58:46.379Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-11-16T15:58:46.379Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-11-16T15:58:46.379Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-11-16T15:58:46.644Z] [ 40%] Linking C shared library libcbor.so [2020-11-16T15:58:46.644Z] [ 40%] Built target cbor_shared [2020-11-16T15:58:46.644Z] Scanning dependencies of target cbor [2020-11-16T15:58:46.644Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-11-16T15:58:46.907Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-11-16T15:58:46.907Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-11-16T15:58:47.171Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-11-16T15:58:47.434Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-11-16T15:58:47.434Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-11-16T15:58:47.434Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-11-16T15:58:47.434Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-11-16T15:58:47.697Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-11-16T15:58:47.697Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-11-16T15:58:47.961Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-11-16T15:58:47.961Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-11-16T15:58:48.224Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-11-16T15:58:48.224Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-11-16T15:58:48.224Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-11-16T15:58:48.487Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-11-16T15:58:48.487Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-11-16T15:58:48.487Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-11-16T15:58:48.487Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-11-16T15:58:48.750Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-11-16T15:58:48.750Z] [ 80%] Linking C static library libcbor.a [2020-11-16T15:58:48.750Z] [ 80%] Built target cbor [2020-11-16T15:58:48.750Z] Scanning dependencies of target create_items [2020-11-16T15:58:48.750Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-11-16T15:58:48.750Z] [ 84%] Linking C executable create_items [2020-11-16T15:58:49.013Z] [ 84%] Built target create_items [2020-11-16T15:58:49.013Z] Scanning dependencies of target readfile [2020-11-16T15:58:49.013Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-11-16T15:58:49.013Z] [ 88%] Linking C executable readfile [2020-11-16T15:58:49.013Z] [ 88%] Built target readfile [2020-11-16T15:58:49.013Z] Scanning dependencies of target streaming_parser [2020-11-16T15:58:49.013Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-11-16T15:58:49.013Z] [ 92%] Linking C executable streaming_parser [2020-11-16T15:58:49.013Z] [ 92%] Built target streaming_parser [2020-11-16T15:58:49.013Z] Scanning dependencies of target sort [2020-11-16T15:58:49.278Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-11-16T15:58:49.278Z] [ 96%] Linking C executable sort [2020-11-16T15:58:49.278Z] [ 96%] Built target sort [2020-11-16T15:58:49.278Z] Scanning dependencies of target hello [2020-11-16T15:58:49.278Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-11-16T15:58:49.278Z] [100%] Linking C executable hello [2020-11-16T15:58:49.278Z] [100%] Built target hello [2020-11-16T15:58:49.278Z] Install the project... [2020-11-16T15:58:49.278Z] -- Install configuration: "Release" [2020-11-16T15:58:49.278Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-11-16T15:58:49.278Z] -- Installing: /usr/local/lib64/libcbor.a [2020-11-16T15:58:49.278Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-11-16T15:58:49.278Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-11-16T15:58:49.278Z] -- Installing: /usr/local/lib64/libcbor.so [2020-11-16T15:58:49.278Z] -- Up-to-date: /usr/local/include/cbor [2020-11-16T15:58:49.278Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-11-16T15:58:49.278Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-11-16T15:58:49.278Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-11-16T15:58:49.278Z] -- Installing: /usr/local/include/cbor/common.h [2020-11-16T15:58:49.278Z] -- Installing: /usr/local/include/cbor/data.h [2020-11-16T15:58:49.278Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-11-16T15:58:49.279Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-11-16T15:58:49.279Z] -- Installing: /usr/local/include/cbor/internal [2020-11-16T15:58:49.279Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-11-16T15:58:49.279Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-11-16T15:58:49.279Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-11-16T15:58:49.279Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-11-16T15:58:49.279Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-11-16T15:58:49.279Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-11-16T15:58:49.279Z] -- Installing: /usr/local/include/cbor/ints.h [2020-11-16T15:58:49.279Z] -- Installing: /usr/local/include/cbor/maps.h [2020-11-16T15:58:49.279Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-11-16T15:58:49.279Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-11-16T15:58:49.279Z] -- Installing: /usr/local/include/cbor/strings.h [2020-11-16T15:58:49.279Z] -- Installing: /usr/local/include/cbor/tags.h [2020-11-16T15:58:49.279Z] -- Installing: /usr/local/include/cbor.h [2020-11-16T15:58:49.279Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-11-16T15:58:51.853Z] Removing intermediate container 04008fe4bdd0 [2020-11-16T15:58:51.853Z] ---> b1053f731819 [2020-11-16T15:58:51.853Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-11-16T15:58:51.853Z] ---> Running in 3113d703c07b [2020-11-16T15:58:52.702Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-12252 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] ws [2020-11-16T15:58:52.755Z] Running in /w/workspace/device-sdk-c/49 [Pipeline] { [Pipeline] checkout [2020-11-16T15:58:53.245Z] Removing intermediate container 3113d703c07b [2020-11-16T15:58:53.245Z] ---> bc9b24c3f20d [2020-11-16T15:58:53.245Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-11-16T15:58:53.245Z] ---> 1da03d8d09c8 [2020-11-16T15:58:53.245Z] Step 8/21 : COPY src /tmp/sdk/src [2020-11-16T15:58:54.197Z] ---> d8f44682041a [2020-11-16T15:58:54.197Z] Step 9/21 : COPY include /tmp/sdk/include [2020-11-16T15:58:54.197Z] ---> a17bfad9d45d [2020-11-16T15:58:54.197Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-11-16T15:58:54.459Z] ---> 046249d0486a [2020-11-16T15:58:54.459Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-11-16T15:58:54.730Z] ---> 631b92cfec5c [2020-11-16T15:58:54.730Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-11-16T15:58:54.998Z] ---> 70e7fafbf96a [2020-11-16T15:58:54.999Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-11-16T15:58:54.999Z] ---> Running in 4f35816b490e [2020-11-16T15:58:55.577Z] + CPPCHECK=false [2020-11-16T15:58:55.577Z] + DOCGEN=false [2020-11-16T15:58:55.577Z] + TOMLVER=SDK-0.2 [2020-11-16T15:58:55.577Z] + CUTILVER=1.1.1 [2020-11-16T15:58:55.577Z] + '[' 0 -gt 0 ] [2020-11-16T15:58:55.577Z] + readlink -f ./scripts/build.sh [2020-11-16T15:58:55.577Z] + dirname /tmp/sdk/scripts/build.sh [2020-11-16T15:58:55.577Z] + dirname /tmp/sdk/scripts [2020-11-16T15:58:55.577Z] + ROOT=/tmp/sdk [2020-11-16T15:58:55.577Z] + cd /tmp/sdk [2020-11-16T15:58:55.577Z] + '[' '!' -d deps ] [2020-11-16T15:58:55.577Z] + mkdir deps [2020-11-16T15:58:55.577Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-11-16T15:58:55.577Z] + tar -C deps -z -x -f - [2020-11-16T15:58:55.577Z] --2020-11-16 15:58:55-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-11-16T15:58:55.577Z] Resolving github.com... 140.82.113.4 [2020-11-16T15:58:55.577Z] Connecting to github.com|140.82.113.4|:443... connected. [2020-11-16T15:58:55.577Z] HTTP request sent, awaiting response... 302 Found [2020-11-16T15:58:55.577Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-11-16T15:58:55.577Z] --2020-11-16 15:58:55-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-11-16T15:58:55.577Z] Resolving codeload.github.com... 140.82.114.10 [2020-11-16T15:58:55.577Z] Connecting to codeload.github.com|140.82.114.10|:443... connected. [2020-11-16T15:58:55.840Z] HTTP request sent, awaiting response... 200 OK [2020-11-16T15:58:55.840Z] Length: unspecified [application/x-gzip] [2020-11-16T15:58:55.840Z] Saving to: 'STDOUT' [2020-11-16T15:58:55.840Z] [2020-11-16T15:58:55.840Z] 0K .......... ......   1.05M=0.01s [2020-11-16T15:58:55.840Z] [2020-11-16T15:58:55.840Z] 2020-11-16 15:58:55 (1.05 MB/s) - written to stdout [16451] [2020-11-16T15:58:55.840Z] [2020-11-16T15:58:55.840Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-11-16T15:58:55.840Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.1.tar.gz [2020-11-16T15:58:55.840Z] + tar -C deps -z -x -f - [2020-11-16T15:58:55.840Z] --2020-11-16 15:58:55-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.1.tar.gz [2020-11-16T15:58:55.840Z] Resolving github.com... 140.82.113.4 [2020-11-16T15:58:55.840Z] Connecting to github.com|140.82.113.4|:443... connected. [2020-11-16T15:58:56.105Z] HTTP request sent, awaiting response... 302 Found [2020-11-16T15:58:56.105Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.1 [following] [2020-11-16T15:58:56.105Z] --2020-11-16 15:58:55-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.1 [2020-11-16T15:58:56.105Z] Resolving codeload.github.com... 140.82.114.10 [2020-11-16T15:58:56.105Z] Connecting to codeload.github.com|140.82.114.10|:443... connected. [2020-11-16T15:58:56.105Z] HTTP request sent, awaiting response... 200 OK [2020-11-16T15:58:56.105Z] Length: unspecified [application/x-gzip] [2020-11-16T15:58:56.105Z] Saving to: 'STDOUT' [2020-11-16T15:58:56.105Z]  [2020-11-16T15:58:56.369Z] 0K .......... .......... .......... .......... .......... 1.60M [2020-11-16T15:58:56.369Z] 50K .......... .......... .......... .......... .......... 3.21M [2020-11-16T15:58:56.369Z] 100K .......... .......... .......... .......... .......... 25.3M [2020-11-16T15:58:56.369Z] 150K .......... .......... ..... 2.53M=0.06s [2020-11-16T15:58:56.369Z] [2020-11-16T15:58:56.369Z] 2020-11-16 15:58:56 (2.98 MB/s) - written to stdout [179833] [2020-11-16T15:58:56.369Z] [2020-11-16T15:58:56.369Z] + mkdir -p src/c/iot [2020-11-16T15:58:56.369Z] + cp deps/iotech-c-utils-1.1.1/src/c/base64.c deps/iotech-c-utils-1.1.1/src/c/component.c deps/iotech-c-utils-1.1.1/src/c/config.c deps/iotech-c-utils-1.1.1/src/c/container.c deps/iotech-c-utils-1.1.1/src/c/data.c deps/iotech-c-utils-1.1.1/src/c/hash.c deps/iotech-c-utils-1.1.1/src/c/iot.c deps/iotech-c-utils-1.1.1/src/c/json.c deps/iotech-c-utils-1.1.1/src/c/logger.c deps/iotech-c-utils-1.1.1/src/c/os.c deps/iotech-c-utils-1.1.1/src/c/scheduler.c deps/iotech-c-utils-1.1.1/src/c/thread.c deps/iotech-c-utils-1.1.1/src/c/threadpool.c deps/iotech-c-utils-1.1.1/src/c/time.c deps/iotech-c-utils-1.1.1/src/c/yxml.c src/c/iot [2020-11-16T15:58:56.369Z] + mkdir -p include/iot [2020-11-16T15:58:56.369Z] + cp deps/iotech-c-utils-1.1.1/include/iot/base64.h deps/iotech-c-utils-1.1.1/include/iot/component.h deps/iotech-c-utils-1.1.1/include/iot/config.h deps/iotech-c-utils-1.1.1/include/iot/container.h deps/iotech-c-utils-1.1.1/include/iot/data.h deps/iotech-c-utils-1.1.1/include/iot/hash.h deps/iotech-c-utils-1.1.1/include/iot/iot.h deps/iotech-c-utils-1.1.1/include/iot/json.h deps/iotech-c-utils-1.1.1/include/iot/logger.h deps/iotech-c-utils-1.1.1/include/iot/os.h deps/iotech-c-utils-1.1.1/include/iot/scheduler.h deps/iotech-c-utils-1.1.1/include/iot/thread.h deps/iotech-c-utils-1.1.1/include/iot/threadpool.h deps/iotech-c-utils-1.1.1/include/iot/time.h deps/iotech-c-utils-1.1.1/include/iot/typecode.h deps/iotech-c-utils-1.1.1/include/iot/yxml.h include/iot [2020-11-16T15:58:56.369Z] + mkdir -p include/iot/os [2020-11-16T15:58:56.369Z] + cp deps/iotech-c-utils-1.1.1/include/iot/os/linux.h deps/iotech-c-utils-1.1.1/include/iot/os/macos.h deps/iotech-c-utils-1.1.1/include/iot/os/zephyr.h include/iot/os [2020-11-16T15:58:56.369Z] + mkdir -p /tmp/sdk/build/release [2020-11-16T15:58:56.369Z] + cd /tmp/sdk/build/release [2020-11-16T15:58:56.369Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-11-16T15:58:56.369Z] -- The C compiler identification is GNU 8.3.0 [2020-11-16T15:58:56.369Z] -- Check for working C compiler: /usr/bin/cc [2020-11-16T15:58:56.633Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-11-16T15:58:56.633Z] -- Detecting C compiler ABI info [2020-11-16T15:58:56.633Z] -- Detecting C compiler ABI info - done [2020-11-16T15:58:56.633Z] -- Detecting C compile features [2020-11-16T15:58:56.917Z] -- Detecting C compile features - done [2020-11-16T15:58:56.917Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-11-16T15:58:56.917Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-11-16T15:58:56.917Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-11-16T15:58:56.917Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-11-16T15:58:56.917Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-11-16T15:58:56.917Z] -- C SDK 1.3.1-dev.1 for Linux [2020-11-16T15:58:56.917Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-11-16T15:58:56.917Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-11-16T15:58:56.917Z] -- Found Curses: /usr/lib/libcurses.so [2020-11-16T15:58:57.181Z] -- Configuring done [2020-11-16T15:58:57.181Z] -- Generating done [2020-11-16T15:58:57.181Z] -- Build files have been written to: /tmp/sdk/build/release [2020-11-16T15:58:57.181Z] + make [2020-11-16T15:58:57.181Z] + tee release.log [2020-11-16T15:58:57.181Z] Scanning dependencies of target csdk [2020-11-16T15:58:57.181Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-11-16T15:58:57.443Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-11-16T15:58:57.444Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2020-11-16T15:58:57.543Z] using credential edgex-jenkins-ssh [2020-11-16T15:58:57.604Z] Cloning the remote Git repository [2020-11-16T15:58:57.706Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-11-16T15:58:57.658Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2020-11-16T15:58:57.773Z] > git init /w/workspace/device-sdk-c/49 # timeout=10 [2020-11-16T15:58:58.283Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-11-16T15:58:58.283Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-11-16T15:58:58.283Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-11-16T15:58:58.862Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-11-16T15:58:57.841Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-11-16T15:58:57.842Z] > git --version # timeout=10 [2020-11-16T15:58:57.860Z] > git --version # 'git version 2.17.1' [2020-11-16T15:58:57.861Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-16T15:58:57.907Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-16T15:58:58.947Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-11-16T15:58:58.977Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-16T15:58:59.125Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-11-16T15:58:59.388Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-11-16T15:58:59.540Z] Checking out Revision 706af55e05cb2cdc0073fc9ec2061f045ee0028b (master) [2020-11-16T15:58:59.651Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-11-16T15:58:59.651Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-11-16T15:58:59.914Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-11-16T15:58:59.914Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-11-16T15:59:00.178Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-11-16T15:58:59.012Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2020-11-16T15:58:59.047Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2020-11-16T15:58:59.048Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-16T15:58:59.061Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-16T15:58:59.557Z] > git config core.sparsecheckout # timeout=10 [2020-11-16T15:58:59.578Z] > git checkout -f 706af55e05cb2cdc0073fc9ec2061f045ee0028b # timeout=10 [2020-11-16T15:59:01.139Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-11-16T15:59:01.139Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-11-16T15:59:01.405Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-11-16T15:59:01.405Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-11-16T15:59:01.672Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-11-16T15:59:02.250Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-11-16T15:59:02.250Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-11-16T15:59:02.522Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-11-16T15:59:02.522Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-11-16T15:59:02.888Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-11-16T15:59:02.888Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-11-16T15:59:03.158Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-11-16T15:59:03.158Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-11-16T15:59:03.445Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-11-16T15:59:03.445Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2020-11-16T15:59:03.991Z] Commit message: "ci: add semantic.yml for commit linting (#302)" [2020-11-16T15:59:04.021Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-11-16T15:59:04.021Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-11-16T15:59:04.285Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-11-16T15:59:04.285Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-16T15:59:04.712Z] provisioning config files... [2020-11-16T15:59:04.752Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/device-sdk-c/49@tmp/config5682616276203083976tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-16T15:59:05.679Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-11-16T15:59:05.679Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-11-16T15:59:05.755Z] ---> docker-login.sh [2020-11-16T15:59:05.755Z] nexus3.edgexfoundry.org:10001 [2020-11-16T15:59:05.943Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-11-16T15:59:05.943Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-11-16T15:59:06.208Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-11-16T15:59:06.359Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-16T15:59:06.472Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-11-16T15:59:06.963Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-16T15:59:06.963Z] Configure a credential helper to remove this warning. See [2020-11-16T15:59:06.963Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-16T15:59:06.963Z] [2020-11-16T15:59:06.963Z] Login Succeeded [2020-11-16T15:59:06.963Z] nexus3.edgexfoundry.org:10002 [2020-11-16T15:59:07.050Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-11-16T15:59:07.239Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-16T15:59:07.240Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-16T15:59:07.240Z] Configure a credential helper to remove this warning. See [2020-11-16T15:59:07.240Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-16T15:59:07.240Z] [2020-11-16T15:59:07.240Z] Login Succeeded [2020-11-16T15:59:07.517Z] nexus3.edgexfoundry.org:10003 [2020-11-16T15:59:07.795Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-16T15:59:07.795Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-16T15:59:07.795Z] Configure a credential helper to remove this warning. See [2020-11-16T15:59:07.795Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-16T15:59:07.795Z] [2020-11-16T15:59:07.795Z] Login Succeeded [2020-11-16T15:59:07.795Z] nexus3.edgexfoundry.org:10004 [2020-11-16T15:59:08.002Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-11-16T15:59:08.002Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-11-16T15:59:08.403Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-16T15:59:08.403Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-16T15:59:08.403Z] Configure a credential helper to remove this warning. See [2020-11-16T15:59:08.403Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-16T15:59:08.403Z] [2020-11-16T15:59:08.403Z] Login Succeeded [2020-11-16T15:59:08.403Z] docker.io [2020-11-16T15:59:08.580Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-11-16T15:59:08.580Z] [ 71%] Linking C shared library libcsdk.so [2020-11-16T15:59:08.580Z] [ 71%] Built target csdk [2020-11-16T15:59:08.580Z] Scanning dependencies of target template [2020-11-16T15:59:08.580Z] [ 73%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-11-16T15:59:08.844Z] [ 74%] Linking C executable template [2020-11-16T15:59:08.844Z] [ 74%] Built target template [2020-11-16T15:59:08.844Z] Scanning dependencies of target device-counter [2020-11-16T15:59:09.005Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-16T15:59:09.107Z] [ 76%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-11-16T15:59:09.107Z] [ 77%] Linking C executable device-counter [2020-11-16T15:59:09.107Z] [ 77%] Built target device-counter [2020-11-16T15:59:09.107Z] Scanning dependencies of target device-random [2020-11-16T15:59:09.107Z] [ 79%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-11-16T15:59:09.280Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-16T15:59:09.280Z] Configure a credential helper to remove this warning. See [2020-11-16T15:59:09.280Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-16T15:59:09.280Z] [2020-11-16T15:59:09.280Z] Login Succeeded [2020-11-16T15:59:09.280Z] ---> docker-login.sh ends [Pipeline] } [2020-11-16T15:59:09.354Z] Deleting 1 temporary files [2020-11-16T15:59:09.370Z] [ 80%] Linking C executable device-random [2020-11-16T15:59:09.370Z] [ 80%] Built target device-random [2020-11-16T15:59:09.370Z] Scanning dependencies of target device-gyro [2020-11-16T15:59:09.370Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2020-11-16T15:59:09.632Z] [ 84%] Linking C executable device-gyro [2020-11-16T15:59:09.633Z] [ 84%] Built target device-gyro [2020-11-16T15:59:09.633Z] Scanning dependencies of target device-bitfields [2020-11-16T15:59:09.633Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-11-16T15:59:09.633Z] [ 87%] Linking C executable device-bitfields [2020-11-16T15:59:09.895Z] [ 87%] Built target device-bitfields [2020-11-16T15:59:09.895Z] Scanning dependencies of target template-discovery [2020-11-16T15:59:09.895Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-11-16T15:59:09.895Z] [ 90%] Linking C executable template-discovery [Pipeline] echo [2020-11-16T15:59:09.966Z] ========================================================= [2020-11-16T15:59:09.966Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] [2020-11-16T15:59:09.966Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-16T15:59:10.157Z] [ 90%] Built target template-discovery [2020-11-16T15:59:10.157Z] Scanning dependencies of target device-file [2020-11-16T15:59:10.157Z] [ 92%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-11-16T15:59:10.157Z] [ 93%] Linking C executable device-file [2020-11-16T15:59:10.393Z] + docker build -t ci-base-image-arm64 -f scripts/Dockerfile.alpine-3.11-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest . [2020-11-16T15:59:10.421Z] [ 93%] Built target device-file [2020-11-16T15:59:10.422Z] Scanning dependencies of target device-terminal [2020-11-16T15:59:10.422Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-11-16T15:59:10.422Z] [ 96%] Linking C executable device-terminal [2020-11-16T15:59:10.688Z] [ 96%] Built target device-terminal [2020-11-16T15:59:10.688Z] Scanning dependencies of target templatev1 [2020-11-16T15:59:10.688Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-11-16T15:59:10.688Z] [100%] Linking C executable templatev1 [2020-11-16T15:59:10.954Z] [100%] Built target templatev1 [2020-11-16T15:59:10.954Z] + make package [2020-11-16T15:59:10.954Z] + tee -a release.log [2020-11-16T15:59:10.954Z] [ 71%] Built target csdk [2020-11-16T15:59:10.954Z] [ 74%] Built target template [2020-11-16T15:59:10.954Z] [ 77%] Built target device-counter [2020-11-16T15:59:10.954Z] [ 80%] Built target device-random [2020-11-16T15:59:10.954Z] [ 84%] Built target device-gyro [2020-11-16T15:59:10.954Z] [ 87%] Built target device-bitfields [2020-11-16T15:59:10.954Z] [ 90%] Built target template-discovery [2020-11-16T15:59:10.954Z] [ 93%] Built target device-file [2020-11-16T15:59:10.954Z] [ 96%] Built target device-terminal [2020-11-16T15:59:10.954Z] [100%] Built target templatev1 [2020-11-16T15:59:10.954Z] Run CPack packaging tool... [2020-11-16T15:59:11.017Z] Sending build context to Docker daemon 2.416MB [2020-11-16T15:59:11.017Z] Step 1/21 : ARG BASE=alpine:3.11 [2020-11-16T15:59:11.017Z] Step 2/21 : FROM ${BASE} as builder [2020-11-16T15:59:11.017Z] latest: Pulling from edgex-devops/edgex-gcc-base-arm64 [2020-11-16T15:59:11.017Z] 0362ad1dd800: Pulling fs layer [2020-11-16T15:59:11.017Z] f2cdb1532d8b: Pulling fs layer [2020-11-16T15:59:11.017Z] 37ed683be191: Pulling fs layer [2020-11-16T15:59:11.017Z] f2cdb1532d8b: Download complete [2020-11-16T15:59:11.017Z] 0362ad1dd800: Verifying Checksum [2020-11-16T15:59:11.017Z] 0362ad1dd800: Download complete [2020-11-16T15:59:11.218Z] CPack: Create package using TGZ [2020-11-16T15:59:11.218Z] CPack: Install projects [2020-11-16T15:59:11.218Z] CPack: - Run preinstall target for: Csdk [2020-11-16T15:59:11.218Z] CPack: - Install project: Csdk [2020-11-16T15:59:11.481Z] CPack: Create package [2020-11-16T15:59:11.481Z] CPack: - package: /tmp/sdk/build/release/csdk-1.3.1-dev.1.tar.gz generated. [2020-11-16T15:59:11.481Z] + '[' false '=' true ] [2020-11-16T15:59:11.481Z] + '[' false '=' true ] [2020-11-16T15:59:11.481Z] + mkdir -p /tmp/sdk/build/debug [2020-11-16T15:59:11.481Z] + cd /tmp/sdk/build/debug [2020-11-16T15:59:11.481Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-11-16T15:59:11.481Z] -- The C compiler identification is GNU 8.3.0 [2020-11-16T15:59:11.481Z] -- Check for working C compiler: /usr/bin/cc [2020-11-16T15:59:11.481Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-11-16T15:59:11.481Z] -- Detecting C compiler ABI info [2020-11-16T15:59:11.743Z] -- Detecting C compiler ABI info - done [2020-11-16T15:59:11.743Z] -- Detecting C compile features [2020-11-16T15:59:12.006Z] -- Detecting C compile features - done [2020-11-16T15:59:12.006Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-11-16T15:59:12.006Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-11-16T15:59:12.006Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-11-16T15:59:12.006Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-11-16T15:59:12.006Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-11-16T15:59:12.006Z] -- C SDK 1.3.1-dev.1 for Linux [2020-11-16T15:59:12.006Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-11-16T15:59:12.006Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-11-16T15:59:12.006Z] -- Found Curses: /usr/lib/libcurses.so [2020-11-16T15:59:12.006Z] -- Configuring done [2020-11-16T15:59:12.015Z] 0362ad1dd800: Pull complete [2020-11-16T15:59:12.268Z] -- Generating done [2020-11-16T15:59:12.268Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-11-16T15:59:12.268Z] + + make [2020-11-16T15:59:12.268Z] tee debug.log [2020-11-16T15:59:12.268Z] Scanning dependencies of target csdk [2020-11-16T15:59:12.268Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-11-16T15:59:12.268Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-11-16T15:59:12.310Z] f2cdb1532d8b: Pull complete [2020-11-16T15:59:12.531Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2020-11-16T15:59:12.532Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-11-16T15:59:12.794Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-11-16T15:59:12.794Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-11-16T15:59:12.794Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-11-16T15:59:13.056Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-11-16T15:59:13.056Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-11-16T15:59:13.298Z] 37ed683be191: Verifying Checksum [2020-11-16T15:59:13.298Z] 37ed683be191: Download complete [2020-11-16T15:59:13.317Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-11-16T15:59:13.317Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-11-16T15:59:13.579Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-11-16T15:59:13.579Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-11-16T15:59:13.579Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-11-16T15:59:13.579Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-11-16T15:59:13.841Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-11-16T15:59:14.105Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-11-16T15:59:14.105Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-11-16T15:59:14.105Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-11-16T15:59:14.105Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-11-16T15:59:14.369Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-11-16T15:59:14.630Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-11-16T15:59:14.631Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-11-16T15:59:14.631Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-11-16T15:59:14.631Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-11-16T15:59:14.892Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-11-16T15:59:14.892Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-11-16T15:59:14.892Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-11-16T15:59:15.155Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-11-16T15:59:15.155Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2020-11-16T15:59:15.155Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-11-16T15:59:15.155Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-11-16T15:59:15.417Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-11-16T15:59:15.417Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-11-16T15:59:15.681Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-11-16T15:59:15.944Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-11-16T15:59:15.944Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-11-16T15:59:15.944Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-11-16T15:59:16.206Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-11-16T15:59:16.472Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-11-16T15:59:16.472Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-11-16T15:59:16.733Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-11-16T15:59:16.733Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-11-16T15:59:16.995Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-11-16T15:59:16.995Z] [ 71%] Linking C shared library libcsdk.so [2020-11-16T15:59:17.257Z] [ 71%] Built target csdk [2020-11-16T15:59:17.257Z] Scanning dependencies of target template [2020-11-16T15:59:17.257Z] [ 73%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-11-16T15:59:17.257Z] [ 74%] Linking C executable template [2020-11-16T15:59:17.257Z] [ 74%] Built target template [2020-11-16T15:59:17.257Z] Scanning dependencies of target device-counter [2020-11-16T15:59:17.257Z] [ 76%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-11-16T15:59:17.520Z] [ 77%] Linking C executable device-counter [2020-11-16T15:59:17.520Z] [ 77%] Built target device-counter [2020-11-16T15:59:17.520Z] Scanning dependencies of target device-random [2020-11-16T15:59:17.520Z] [ 79%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-11-16T15:59:17.520Z] [ 80%] Linking C executable device-random [2020-11-16T15:59:17.783Z] [ 80%] Built target device-random [2020-11-16T15:59:17.783Z] Scanning dependencies of target device-gyro [2020-11-16T15:59:17.783Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-11-16T15:59:17.783Z] [ 84%] Linking C executable device-gyro [2020-11-16T15:59:17.783Z] [ 84%] Built target device-gyro [2020-11-16T15:59:17.783Z] Scanning dependencies of target device-bitfields [2020-11-16T15:59:17.783Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-11-16T15:59:18.044Z] [ 87%] Linking C executable device-bitfields [2020-11-16T15:59:18.044Z] [ 87%] Built target device-bitfields [2020-11-16T15:59:18.044Z] Scanning dependencies of target template-discovery [2020-11-16T15:59:18.044Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-11-16T15:59:18.044Z] [ 90%] Linking C executable template-discovery [2020-11-16T15:59:18.044Z] [ 90%] Built target template-discovery [2020-11-16T15:59:18.309Z] Scanning dependencies of target device-file [2020-11-16T15:59:18.309Z] [ 92%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-11-16T15:59:18.309Z] [ 93%] Linking C executable device-file [2020-11-16T15:59:18.309Z] [ 93%] Built target device-file [2020-11-16T15:59:18.309Z] Scanning dependencies of target device-terminal [2020-11-16T15:59:18.309Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-11-16T15:59:18.571Z] [ 96%] Linking C executable device-terminal [2020-11-16T15:59:18.571Z] [ 96%] Built target device-terminal [2020-11-16T15:59:18.571Z] Scanning dependencies of target templatev1 [2020-11-16T15:59:18.571Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-11-16T15:59:18.571Z] [100%] Linking C executable templatev1 [2020-11-16T15:59:18.833Z] [100%] Built target templatev1 [2020-11-16T15:59:18.833Z] make: Entering directory '/tmp/sdk/build/release' [2020-11-16T15:59:18.833Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-11-16T15:59:18.833Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-11-16T15:59:18.833Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-11-16T15:59:18.833Z] [ 71%] Built target csdk [2020-11-16T15:59:18.833Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-11-16T15:59:18.833Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-11-16T15:59:18.833Z] [ 74%] Built target template [2020-11-16T15:59:18.833Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-11-16T15:59:18.833Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-11-16T15:59:18.833Z] [ 77%] Built target device-counter [2020-11-16T15:59:18.833Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-11-16T15:59:18.833Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-11-16T15:59:18.833Z] [ 80%] Built target device-random [2020-11-16T15:59:18.833Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-11-16T15:59:18.833Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-11-16T15:59:18.833Z] [ 84%] Built target device-gyro [2020-11-16T15:59:18.833Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-11-16T15:59:18.833Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-11-16T15:59:18.833Z] [ 87%] Built target device-bitfields [2020-11-16T15:59:18.833Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-11-16T15:59:18.833Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-11-16T15:59:18.833Z] [ 90%] Built target template-discovery [2020-11-16T15:59:18.833Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-11-16T15:59:18.833Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-11-16T15:59:18.833Z] [ 93%] Built target device-file [2020-11-16T15:59:18.833Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-11-16T15:59:18.833Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-11-16T15:59:18.833Z] [ 96%] Built target device-terminal [2020-11-16T15:59:18.833Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-11-16T15:59:18.833Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-11-16T15:59:19.096Z] [100%] Built target templatev1 [2020-11-16T15:59:19.096Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-11-16T15:59:19.096Z] Install the project... [2020-11-16T15:59:19.096Z] -- Install configuration: "Release" [2020-11-16T15:59:19.096Z] -- Installing: /usr/local/lib/libcsdk.so [2020-11-16T15:59:19.096Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-11-16T15:59:19.096Z] -- Up-to-date: /usr/local/include [2020-11-16T15:59:19.096Z] -- Installing: /usr/local/include/devsdk [2020-11-16T15:59:19.096Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-11-16T15:59:19.096Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-11-16T15:59:19.096Z] -- Installing: /usr/local/include/edgex [2020-11-16T15:59:19.096Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-11-16T15:59:19.096Z] -- Installing: /usr/local/include/edgex/devices.h [2020-11-16T15:59:19.096Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-11-16T15:59:19.096Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-11-16T15:59:19.096Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-11-16T15:59:19.096Z] -- Installing: /usr/local/include/edgex/error.h [2020-11-16T15:59:19.096Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-11-16T15:59:19.096Z] -- Installing: /usr/local/include/edgex/os.h [2020-11-16T15:59:19.096Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-11-16T15:59:19.096Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-11-16T15:59:19.096Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-11-16T15:59:19.096Z] -- Installing: /usr/local/include/iot [2020-11-16T15:59:19.096Z] -- Installing: /usr/local/include/iot/base64.h [2020-11-16T15:59:19.096Z] -- Installing: /usr/local/include/iot/component.h [2020-11-16T15:59:19.096Z] -- Installing: /usr/local/include/iot/config.h [2020-11-16T15:59:19.096Z] -- Installing: /usr/local/include/iot/container.h [2020-11-16T15:59:19.096Z] -- Installing: /usr/local/include/iot/data.h [2020-11-16T15:59:19.096Z] -- Installing: /usr/local/include/iot/hash.h [2020-11-16T15:59:19.096Z] -- Installing: /usr/local/include/iot/iot.h [2020-11-16T15:59:19.096Z] -- Installing: /usr/local/include/iot/json.h [2020-11-16T15:59:19.096Z] -- Installing: /usr/local/include/iot/logger.h [2020-11-16T15:59:19.096Z] -- Installing: /usr/local/include/iot/os.h [2020-11-16T15:59:19.096Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-11-16T15:59:19.096Z] -- Installing: /usr/local/include/iot/thread.h [2020-11-16T15:59:19.096Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-11-16T15:59:19.096Z] -- Installing: /usr/local/include/iot/time.h [2020-11-16T15:59:19.096Z] -- Installing: /usr/local/include/iot/typecode.h [2020-11-16T15:59:19.096Z] -- Installing: /usr/local/include/iot/yxml.h [2020-11-16T15:59:19.096Z] -- Installing: /usr/local/include/iot/os [2020-11-16T15:59:19.096Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-11-16T15:59:19.096Z] -- Installing: /usr/local/include/iot/os/macos.h [2020-11-16T15:59:19.096Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-11-16T15:59:19.096Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-11-16T15:59:19.096Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-11-16T15:59:19.096Z] make: Leaving directory '/tmp/sdk/build/release' [2020-11-16T15:59:21.017Z] Removing intermediate container 4f35816b490e [2020-11-16T15:59:21.017Z] ---> b6fa7d0242a3 [2020-11-16T15:59:21.017Z] Step 14/21 : FROM ${BASE} [2020-11-16T15:59:21.017Z] ---> 5eabd8fd8ba2 [2020-11-16T15:59:21.017Z] Step 15/21 : MAINTAINER IOTech [2020-11-16T15:59:21.017Z] ---> Running in 512ba9719d20 [2020-11-16T15:59:21.280Z] Removing intermediate container 512ba9719d20 [2020-11-16T15:59:21.280Z] ---> bc8041c89966 [2020-11-16T15:59:21.280Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-11-16T15:59:21.280Z] ---> Running in d5c9b9d821b9 [2020-11-16T15:59:22.230Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-11-16T15:59:23.179Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-11-16T15:59:23.179Z] (1/3) Installing curl (7.64.0-r4) [2020-11-16T15:59:23.443Z] (2/3) Installing libuuid (2.33-r0) [2020-11-16T15:59:23.443Z] (3/3) Installing wget (1.20.3-r0) [2020-11-16T15:59:23.443Z] Executing busybox-1.29.3-r10.trigger [2020-11-16T15:59:23.443Z] OK: 268 MiB in 78 packages [2020-11-16T15:59:23.504Z] 37ed683be191: Pull complete [2020-11-16T15:59:23.504Z] Digest: sha256:f3a502aba7c4a8aa4a4fcde21dbb9db33787f3779e80dd14fb3ea60ab67de23f [2020-11-16T15:59:23.504Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest [2020-11-16T15:59:23.504Z] ---> b23d30803547 [2020-11-16T15:59:23.504Z] Step 3/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev [2020-11-16T15:59:24.025Z] Removing intermediate container d5c9b9d821b9 [2020-11-16T15:59:24.025Z] ---> 1a09e01df5ae [2020-11-16T15:59:24.025Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-11-16T15:59:24.289Z] ---> 6bfcfcf74ac2 [2020-11-16T15:59:24.289Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-11-16T15:59:24.491Z] ---> Running in f495e2bdf348 [2020-11-16T15:59:24.553Z] ---> 00f8a9669819 [2020-11-16T15:59:24.553Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-11-16T15:59:24.818Z] ---> 5de352f3a0c2 [2020-11-16T15:59:24.818Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-11-16T15:59:25.082Z] ---> 9f34e8e8003a [2020-11-16T15:59:25.082Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-11-16T15:59:25.346Z] ---> e0ba04d4ad45 [2020-11-16T15:59:25.346Z] Successfully built e0ba04d4ad45 [2020-11-16T15:59:25.346Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-16T15:59:26.074Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-16T15:59:26.075Z] . [Pipeline] withDockerContainer [2020-11-16T15:59:26.189Z] prd-centos7-docker-4c-2g-12251 does not seem to be running inside a container [2020-11-16T15:59:26.254Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/49 -v /w/workspace/device-sdk-c/49:/w/workspace/device-sdk-c/49:rw,z -v /w/workspace/device-sdk-c/49@tmp:/w/workspace/device-sdk-c/49@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 ******** ci-base-image-x86_64 cat [2020-11-16T15:59:26.482Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-11-16T15:59:26.756Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-11-16T15:59:26.986Z] $ docker top b0067c99080765893bc05c7a22ac4db11b0d2f34918715820f6da0825a8f6e6f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-16T15:59:27.351Z] (1/8) Installing ncurses-dev (6.1_p20190105-r0) [2020-11-16T15:59:27.351Z] (2/8) Installing libuuid (2.33-r0) [2020-11-16T15:59:27.546Z] + make test [2020-11-16T15:59:27.546Z] echo "make test" [2020-11-16T15:59:27.546Z] make test [Pipeline] } [2020-11-16T15:59:27.574Z] $ docker stop --time=1 b0067c99080765893bc05c7a22ac4db11b0d2f34918715820f6da0825a8f6e6f [2020-11-16T15:59:27.624Z] (3/8) Installing libblkid (2.33-r0) [2020-11-16T15:59:27.624Z] (4/8) Installing libfdisk (2.33-r0) [2020-11-16T15:59:27.624Z] (5/8) Installing libmount (2.33-r0) [2020-11-16T15:59:27.896Z] (6/8) Installing libsmartcols (2.33-r0) [2020-11-16T15:59:27.896Z] (7/8) Installing util-linux-dev (2.33-r0) [2020-11-16T15:59:28.169Z] (8/8) Installing wget (1.20.3-r0) [2020-11-16T15:59:28.447Z] Executing busybox-1.29.3-r10.trigger [2020-11-16T15:59:28.447Z] OK: 285 MiB in 83 packages [2020-11-16T15:59:28.915Z] $ docker rm -f b0067c99080765893bc05c7a22ac4db11b0d2f34918715820f6da0825a8f6e6f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-11-16T15:59:29.897Z] Removing intermediate container f495e2bdf348 [2020-11-16T15:59:29.897Z] ---> ed0d7b96121d [2020-11-16T15:59:29.897Z] Step 4/21 : ENV CBOR_VERSION=0.5.0 [2020-11-16T15:59:29.897Z] ---> Running in 32ae8cec5646 [2020-11-16T15:59:30.491Z] Removing intermediate container 32ae8cec5646 [2020-11-16T15:59:30.491Z] ---> 50eaa4439d96 [2020-11-16T15:59:30.491Z] Step 5/21 : RUN mkdir /tmp/cbor && cd /tmp/cbor && wget -O - https://github.com/PJK/libcbor/archive/v${CBOR_VERSION}.tar.gz | tar -z -x -f - && sed -e 's/-flto//' -i libcbor-${CBOR_VERSION}/CMakeLists.txt && cmake -DCMAKE_BUILD_TYPE=Release -DCBOR_CUSTOM_ALLOC=ON libcbor-${CBOR_VERSION} && make && make install [2020-11-16T15:59:30.491Z] ---> Running in d8a5e9509d62 [Pipeline] sh [2020-11-16T15:59:31.147Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-16T15:59:31.451Z] + ls -al . [2020-11-16T15:59:31.451Z] total 160 [2020-11-16T15:59:31.451Z] drwxrwxr-x. 8 jenkins jenkins 260 Nov 16 15:58 . [2020-11-16T15:59:31.451Z] drwxrwxr-x. 4 jenkins jenkins 30 Nov 16 15:58 .. [2020-11-16T15:59:31.451Z] -rw-rw-r--. 1 jenkins jenkins 3104 Nov 16 15:58 Attribution.txt [2020-11-16T15:59:31.451Z] -rw-rw-r--. 1 jenkins jenkins 5980 Nov 16 15:58 CHANGES [2020-11-16T15:59:31.451Z] drwxrwxr-x. 2 jenkins jenkins 144 Nov 16 15:58 docs [2020-11-16T15:59:31.451Z] -rw-rw-r--. 1 jenkins jenkins 108574 Nov 16 15:58 Doxyfile [2020-11-16T15:59:31.451Z] drwxrwxr-x. 8 jenkins jenkins 162 Nov 16 15:58 .git [2020-11-16T15:59:31.451Z] drwxrwxr-x. 2 jenkins jenkins 81 Nov 16 15:58 .github [2020-11-16T15:59:31.451Z] -rw-rw-r--. 1 jenkins jenkins 176 Nov 16 15:58 .gitignore [2020-11-16T15:59:31.451Z] drwxrwxr-x. 4 jenkins jenkins 33 Nov 16 15:58 include [2020-11-16T15:59:31.451Z] -rw-rw-r--. 1 jenkins jenkins 794 Nov 16 15:58 Jenkinsfile [2020-11-16T15:59:31.451Z] -rw-rw-r--. 1 jenkins jenkins 10174 Nov 16 15:58 LICENSE [2020-11-16T15:59:31.451Z] -rw-rw-r--. 1 jenkins jenkins 449 Nov 16 15:58 Makefile [2020-11-16T15:59:31.451Z] -rw-rw-r--. 1 jenkins jenkins 2697 Nov 16 15:58 README.md [2020-11-16T15:59:31.451Z] -rw-rw-r--. 1 jenkins jenkins 5977 Nov 16 15:58 README.v2.md [2020-11-16T15:59:31.451Z] drwxrwxr-x. 2 jenkins jenkins 108 Nov 16 15:58 scripts [2020-11-16T15:59:31.451Z] drwxrwxr-x. 4 jenkins jenkins 50 Nov 16 15:58 src [2020-11-16T15:59:31.451Z] -rw-rw-r--. 1 jenkins jenkins 11 Nov 16 15:55 VERSION [Pipeline] isUnix [Pipeline] sh [2020-11-16T15:59:31.762Z] + docker build -t docker-device-sdk-c -f scripts/Dockerfile.alpine-3.11 --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=706af55e05cb2cdc0073fc9ec2061f045ee0028b --label arch=amd64 --label version=1.3.1-dev.1 . [2020-11-16T15:59:31.762Z] Sending build context to Docker daemon 2.416MB [2020-11-16T15:59:31.762Z] Step 1/15 : ARG BASE=alpine:3.11 [2020-11-16T15:59:31.762Z] Step 2/15 : FROM ${BASE} [2020-11-16T15:59:31.762Z] ---> e0ba04d4ad45 [2020-11-16T15:59:31.762Z] Step 3/15 : MAINTAINER IOTech [2020-11-16T15:59:31.947Z] --2020-11-16 15:59:31-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz [2020-11-16T15:59:31.947Z] Resolving github.com... 140.82.113.4 [2020-11-16T15:59:31.947Z] Connecting to github.com|140.82.113.4|:443... connected. [2020-11-16T15:59:32.220Z] HTTP request sent, awaiting response... 302 Found [2020-11-16T15:59:32.220Z] Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] [2020-11-16T15:59:32.220Z] --2020-11-16 15:59:32-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [2020-11-16T15:59:32.220Z] Resolving codeload.github.com... 140.82.114.10 [2020-11-16T15:59:32.220Z] Connecting to codeload.github.com|140.82.114.10|:443... connected. [2020-11-16T15:59:32.220Z] HTTP request sent, awaiting response... 200 OK [2020-11-16T15:59:32.220Z] Length: unspecified [application/x-gzip] [2020-11-16T15:59:32.220Z] Saving to: 'STDOUT' [2020-11-16T15:59:32.220Z]  [2020-11-16T15:59:32.221Z] 0K .......... .......... .......... .......... .......... 1.40M [2020-11-16T15:59:32.221Z] 50K .......... .......... .......... .......... .......... 2.71M [2020-11-16T15:59:32.221Z] 100K .......... .......... .......... .......... .......... 11.0M [2020-11-16T15:59:32.221Z] 150K .......... .......... .......... .......... .......... 3.47M [2020-11-16T15:59:32.221Z] 200K .......... .......... .......... .......... .......... 9.07M [2020-11-16T15:59:32.221Z] 250K .......... .......... .......... .......... .......... 3.55M [2020-11-16T15:59:32.221Z] 300K .......... .......... .......... .......... .......... 4.07M [2020-11-16T15:59:32.221Z] 350K .......... .......... .......... .......... .......... 4.26M [2020-11-16T15:59:32.339Z] ---> Running in 0804d6a889fb [2020-11-16T15:59:32.339Z] Removing intermediate container 0804d6a889fb [2020-11-16T15:59:32.339Z] ---> 1558293c1d37 [2020-11-16T15:59:32.339Z] Step 4/15 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev && mkdir -p /edgex-c-sdk/build [2020-11-16T15:59:32.339Z] ---> Running in 4426ac57e8d9 [2020-11-16T15:59:32.498Z] 400K .......... .......... .......... .......... .......... 3.07M [2020-11-16T15:59:32.498Z] 450K .......... .......... .......... .......... .......... 3.77M [2020-11-16T15:59:32.498Z] 500K .......... .......... .......... .......... .......... 8.03M [2020-11-16T15:59:32.498Z] 550K .......... .......... .......... .......... .......... 2.64M [2020-11-16T15:59:32.498Z] 600K .......... .......... .......... .......... .......... 913K [2020-11-16T15:59:32.498Z] 650K .......... .......... .......... .......... .......... 2.55M [2020-11-16T15:59:32.498Z] 700K ..     415K=0.2s [2020-11-16T15:59:32.498Z] [2020-11-16T15:59:32.498Z] 2020-11-16 15:59:32 (2.77 MB/s) - written to stdout [719348] [2020-11-16T15:59:32.498Z] [2020-11-16T15:59:32.771Z] -- The C compiler identification is GNU 8.3.0 [2020-11-16T15:59:32.919Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2020-11-16T15:59:33.046Z] -- The CXX compiler identification is GNU 8.3.0 [2020-11-16T15:59:33.046Z] -- Check for working C compiler: /usr/bin/cc [2020-11-16T15:59:33.321Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-11-16T15:59:33.321Z] -- Detecting C compiler ABI info [2020-11-16T15:59:33.495Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2020-11-16T15:59:33.603Z] -- Detecting C compiler ABI info - done [2020-11-16T15:59:33.603Z] -- Detecting C compile features [2020-11-16T15:59:34.072Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2020-11-16T15:59:34.072Z] (2/6) Installing libblkid (2.33-r0) [2020-11-16T15:59:34.072Z] (3/6) Installing libfdisk (2.33-r0) [2020-11-16T15:59:34.072Z] (4/6) Installing libmount (2.33-r0) [2020-11-16T15:59:34.202Z] -- Detecting C compile features - done [2020-11-16T15:59:34.202Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-11-16T15:59:34.342Z] (5/6) Installing libsmartcols (2.33-r0) [2020-11-16T15:59:34.342Z] (6/6) Installing util-linux-dev (2.33-r0) [2020-11-16T15:59:34.477Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-11-16T15:59:34.477Z] -- Detecting CXX compiler ABI info [2020-11-16T15:59:34.604Z] Executing busybox-1.29.3-r10.trigger [2020-11-16T15:59:34.604Z] OK: 272 MiB in 84 packages [2020-11-16T15:59:34.751Z] -- Detecting CXX compiler ABI info - done [2020-11-16T15:59:34.751Z] -- Detecting CXX compile features [2020-11-16T15:59:35.187Z] Removing intermediate container 4426ac57e8d9 [2020-11-16T15:59:35.187Z] ---> c3f65953a4a3 [2020-11-16T15:59:35.187Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-11-16T15:59:35.453Z] ---> 5d0e29ace7fb [2020-11-16T15:59:35.453Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-11-16T15:59:36.197Z] -- Detecting CXX compile features - done [2020-11-16T15:59:36.403Z] ---> cbedfd6703b4 [2020-11-16T15:59:36.403Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-11-16T15:59:36.403Z] ---> ad076749f9ab [2020-11-16T15:59:36.403Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-11-16T15:59:36.470Z] -- Looking for include file endian.h [2020-11-16T15:59:36.470Z] -- Looking for include file endian.h - found [2020-11-16T15:59:36.470Z] -- Check if the system is big endian [2020-11-16T15:59:36.470Z] -- Searching 16 bit integer [2020-11-16T15:59:36.470Z] -- Looking for sys/types.h [2020-11-16T15:59:36.665Z] ---> 1578e84c2162 [2020-11-16T15:59:36.665Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-11-16T15:59:36.745Z] -- Looking for sys/types.h - found [2020-11-16T15:59:36.745Z] -- Looking for stdint.h [2020-11-16T15:59:36.929Z] ---> 701a4e0e78e5 [2020-11-16T15:59:36.929Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-11-16T15:59:37.025Z] -- Looking for stdint.h - found [2020-11-16T15:59:37.025Z] -- Looking for stddef.h [2020-11-16T15:59:37.195Z] ---> ad4e0b5fa7ac [2020-11-16T15:59:37.195Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-11-16T15:59:37.195Z] ---> Running in 48a41bdc326a [2020-11-16T15:59:37.195Z] Removing intermediate container 48a41bdc326a [2020-11-16T15:59:37.195Z] ---> 9558e382ec81 [2020-11-16T15:59:37.195Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-11-16T15:59:37.298Z] -- Looking for stddef.h - found [2020-11-16T15:59:37.298Z] -- Check size of unsigned short [2020-11-16T15:59:37.463Z] ---> Running in a39b1b8fa555 [2020-11-16T15:59:37.463Z] Removing intermediate container a39b1b8fa555 [2020-11-16T15:59:37.463Z] ---> a19c43085ca4 [2020-11-16T15:59:37.463Z] Step 13/15 : LABEL arch=amd64 [2020-11-16T15:59:37.463Z] ---> Running in 8c8632110d8a [2020-11-16T15:59:37.579Z] -- Check size of unsigned short - done [2020-11-16T15:59:37.579Z] -- Using unsigned short [2020-11-16T15:59:37.729Z] Removing intermediate container 8c8632110d8a [2020-11-16T15:59:37.729Z] ---> 1b4e43716124 [2020-11-16T15:59:37.729Z] Step 14/15 : LABEL git_sha=706af55e05cb2cdc0073fc9ec2061f045ee0028b [2020-11-16T15:59:37.729Z] ---> Running in 1fcd78bf95b9 [2020-11-16T15:59:37.853Z] -- Check if the system is big endian - little endian [2020-11-16T15:59:37.853Z] -- Check size of size_t [2020-11-16T15:59:37.994Z] Removing intermediate container 1fcd78bf95b9 [2020-11-16T15:59:37.994Z] ---> 76f8f4b06297 [2020-11-16T15:59:37.994Z] Step 15/15 : LABEL version=1.3.1-dev.1 [2020-11-16T15:59:37.994Z] ---> Running in 1b11b8cea137 [2020-11-16T15:59:38.128Z] -- Check size of size_t - done [2020-11-16T15:59:38.128Z] CMake Warning at examples/CMakeLists.txt:16 (find_package): [2020-11-16T15:59:38.128Z] By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has [2020-11-16T15:59:38.128Z] asked CMake to find a package configuration file provided by "cJSON", but [2020-11-16T15:59:38.128Z] CMake did not find one. [2020-11-16T15:59:38.128Z] [2020-11-16T15:59:38.128Z] Could not find a package configuration file provided by "cJSON" with any of [2020-11-16T15:59:38.128Z] the following names: [2020-11-16T15:59:38.128Z] [2020-11-16T15:59:38.128Z] cJSONConfig.cmake [2020-11-16T15:59:38.128Z] cjson-config.cmake [2020-11-16T15:59:38.128Z] [2020-11-16T15:59:38.128Z] Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set [2020-11-16T15:59:38.128Z] "cJSON_DIR" to a directory containing one of the above files. If "cJSON" [2020-11-16T15:59:38.128Z] provides a separate development package or SDK, be sure it has been [2020-11-16T15:59:38.128Z] installed. [2020-11-16T15:59:38.128Z] [2020-11-16T15:59:38.128Z] [2020-11-16T15:59:38.128Z] -- Configuring done [2020-11-16T15:59:38.257Z] Removing intermediate container 1b11b8cea137 [2020-11-16T15:59:38.257Z] ---> 95fc53186ddb [2020-11-16T15:59:38.257Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2020-11-16T15:59:38.257Z] Successfully built 95fc53186ddb [2020-11-16T15:59:38.257Z] Successfully tagged docker-device-sdk-c:latest [Pipeline] } [Pipeline] // script [2020-11-16T15:59:38.404Z] -- Generating done [2020-11-16T15:59:38.404Z] -- Build files have been written to: /tmp/cbor [2020-11-16T15:59:38.404Z] Scanning dependencies of target cbor_shared [2020-11-16T15:59:38.404Z] [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o [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 [2020-11-16T15:59:39.400Z] [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-16T15:59:39.996Z] [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o [2020-11-16T15:59:39.996Z] [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o [2020-11-16T15:59:40.591Z] [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o [2020-11-16T15:59:40.873Z] [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o [2020-11-16T15:59:41.146Z] [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o [2020-11-16T15:59:41.146Z] [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o [2020-11-16T15:59:41.418Z] [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o [2020-11-16T15:59:41.690Z] [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o [2020-11-16T15:59:42.283Z] [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o [2020-11-16T15:59:42.563Z] [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o [2020-11-16T15:59:43.157Z] [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o [2020-11-16T15:59:43.434Z] [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o [2020-11-16T15:59:43.706Z] [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o [2020-11-16T15:59:43.706Z] [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o [2020-11-16T15:59:43.979Z] [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o [2020-11-16T15:59:44.252Z] [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o [2020-11-16T15:59:44.524Z] [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o [2020-11-16T15:59:44.798Z] [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o [2020-11-16T15:59:45.071Z] [ 40%] Linking C shared library libcbor.so [2020-11-16T15:59:45.071Z] [ 40%] Built target cbor_shared [2020-11-16T15:59:45.071Z] Scanning dependencies of target cbor [2020-11-16T15:59:45.071Z] [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o [2020-11-16T15:59:46.045Z] [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o [2020-11-16T15:59:46.639Z] [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o [2020-11-16T15:59:46.639Z] [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o [2020-11-16T15:59:48.079Z] [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o [2020-11-16T15:59:48.079Z] [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o [2020-11-16T15:59:48.352Z] [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o [2020-11-16T15:59:48.352Z] [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o [2020-11-16T15:59:48.626Z] [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o [2020-11-16T15:59:48.899Z] [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o [2020-11-16T15:59:49.502Z] [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o [2020-11-16T15:59:50.096Z] [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o [2020-11-16T15:59:50.369Z] [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o [2020-11-16T15:59:50.639Z] [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o [2020-11-16T15:59:50.909Z] [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o [2020-11-16T15:59:51.182Z] [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o [2020-11-16T15:59:51.454Z] [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o [2020-11-16T15:59:51.730Z] [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o [2020-11-16T15:59:52.002Z] [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o [2020-11-16T15:59:52.275Z] [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o [2020-11-16T15:59:52.275Z] [ 80%] Linking C static library libcbor.a [2020-11-16T15:59:52.548Z] [ 80%] Built target cbor [2020-11-16T15:59:52.548Z] Scanning dependencies of target create_items [2020-11-16T15:59:52.548Z] [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o [2020-11-16T15:59:52.548Z] [ 84%] Linking C executable create_items [2020-11-16T15:59:52.821Z] [ 84%] Built target create_items [2020-11-16T15:59:52.821Z] Scanning dependencies of target readfile [2020-11-16T15:59:52.821Z] [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o [2020-11-16T15:59:53.094Z] [ 88%] Linking C executable readfile [2020-11-16T15:59:53.094Z] [ 88%] Built target readfile [2020-11-16T15:59:53.094Z] Scanning dependencies of target streaming_parser [2020-11-16T15:59:53.094Z] [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o [2020-11-16T15:59:53.367Z] [ 92%] Linking C executable streaming_parser [2020-11-16T15:59:53.367Z] [ 92%] Built target streaming_parser [2020-11-16T15:59:53.367Z] Scanning dependencies of target sort [2020-11-16T15:59:53.367Z] [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o [2020-11-16T15:59:53.640Z] [ 96%] Linking C executable sort [2020-11-16T15:59:53.640Z] [ 96%] Built target sort [2020-11-16T15:59:53.640Z] Scanning dependencies of target hello [2020-11-16T15:59:53.913Z] [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o [2020-11-16T15:59:53.913Z] [100%] Linking C executable hello [2020-11-16T15:59:53.913Z] [100%] Built target hello [2020-11-16T15:59:54.185Z] Install the project... [2020-11-16T15:59:54.185Z] -- Install configuration: "Release" [2020-11-16T15:59:54.185Z] -- Installing: /usr/local/include/cbor/configuration.h [2020-11-16T15:59:54.185Z] -- Installing: /usr/local/lib64/libcbor.a [2020-11-16T15:59:54.185Z] -- Installing: /usr/local/lib64/libcbor.so.0.0.0 [2020-11-16T15:59:54.185Z] -- Installing: /usr/local/lib64/libcbor.so.0 [2020-11-16T15:59:54.185Z] -- Installing: /usr/local/lib64/libcbor.so [2020-11-16T15:59:54.185Z] -- Up-to-date: /usr/local/include/cbor [2020-11-16T15:59:54.185Z] -- Installing: /usr/local/include/cbor/streaming.h [2020-11-16T15:59:54.185Z] -- Installing: /usr/local/include/cbor/ints.h [2020-11-16T15:59:54.185Z] -- Installing: /usr/local/include/cbor/floats_ctrls.h [2020-11-16T15:59:54.185Z] -- Installing: /usr/local/include/cbor/bytestrings.h [2020-11-16T15:59:54.185Z] -- Installing: /usr/local/include/cbor/encoding.h [2020-11-16T15:59:54.185Z] -- Installing: /usr/local/include/cbor/serialization.h [2020-11-16T15:59:54.185Z] -- Installing: /usr/local/include/cbor/data.h [2020-11-16T15:59:54.185Z] -- Installing: /usr/local/include/cbor/common.h [2020-11-16T15:59:54.185Z] -- Installing: /usr/local/include/cbor/callbacks.h [2020-11-16T15:59:54.185Z] -- Installing: /usr/local/include/cbor/strings.h [2020-11-16T15:59:54.185Z] -- Installing: /usr/local/include/cbor/tags.h [2020-11-16T15:59:54.185Z] -- Installing: /usr/local/include/cbor/internal [2020-11-16T15:59:54.185Z] -- Installing: /usr/local/include/cbor/internal/encoders.h [2020-11-16T15:59:54.185Z] -- Installing: /usr/local/include/cbor/internal/loaders.h [2020-11-16T15:59:54.185Z] -- Installing: /usr/local/include/cbor/internal/stack.h [2020-11-16T15:59:54.185Z] -- Installing: /usr/local/include/cbor/internal/unicode.h [2020-11-16T15:59:54.185Z] -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h [2020-11-16T15:59:54.185Z] -- Installing: /usr/local/include/cbor/internal/memory_utils.h [2020-11-16T15:59:54.185Z] -- Installing: /usr/local/include/cbor/arrays.h [2020-11-16T15:59:54.185Z] -- Installing: /usr/local/include/cbor/maps.h [2020-11-16T15:59:54.185Z] -- Installing: /usr/local/include/cbor.h [2020-11-16T15:59:54.185Z] -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc [2020-11-16T15:59:56.805Z] Removing intermediate container d8a5e9509d62 [2020-11-16T15:59:56.805Z] ---> 44e5dcc66ebc [2020-11-16T15:59:56.805Z] Step 6/21 : RUN mkdir /tmp/sdk [2020-11-16T15:59:56.805Z] ---> Running in 05d7b1f4280f [2020-11-16T15:59:59.429Z] Removing intermediate container 05d7b1f4280f [2020-11-16T15:59:59.429Z] ---> 0d2cf4f84d85 [2020-11-16T15:59:59.429Z] Step 7/21 : COPY VERSION /tmp/sdk [2020-11-16T15:59:59.703Z] ---> 5ed7d967ef94 [2020-11-16T15:59:59.703Z] Step 8/21 : COPY src /tmp/sdk/src [2020-11-16T16:00:00.685Z] ---> dadabe84062b [2020-11-16T16:00:00.685Z] Step 9/21 : COPY include /tmp/sdk/include [2020-11-16T16:00:01.668Z] ---> 419c9268a6ff [2020-11-16T16:00:01.668Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2020-11-16T16:00:02.272Z] ---> 65466e2650d0 [2020-11-16T16:00:02.272Z] Step 11/21 : COPY LICENSE /tmp/sdk [2020-11-16T16:00:02.874Z] ---> 58b520baf98d [2020-11-16T16:00:02.874Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2020-11-16T16:00:03.478Z] ---> 1acb16823c59 [2020-11-16T16:00:03.478Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2020-11-16T16:00:03.750Z] ---> Running in 87e08502a9f1 [2020-11-16T16:00:05.184Z] + CPPCHECK=false [2020-11-16T16:00:05.184Z] + DOCGEN=false [2020-11-16T16:00:05.184Z] + TOMLVER=SDK-0.2 [2020-11-16T16:00:05.184Z] + CUTILVER=1.1.1 [2020-11-16T16:00:05.184Z] + '[' 0 -gt 0 ] [2020-11-16T16:00:05.184Z] + readlink -f ./scripts/build.sh [2020-11-16T16:00:05.184Z] + dirname /tmp/sdk/scripts/build.sh [2020-11-16T16:00:05.184Z] + dirname /tmp/sdk/scripts [2020-11-16T16:00:05.184Z] + ROOT=/tmp/sdk [2020-11-16T16:00:05.184Z] + cd /tmp/sdk [2020-11-16T16:00:05.184Z] + '[' '!' -d deps ] [2020-11-16T16:00:05.184Z] + mkdir deps [2020-11-16T16:00:05.184Z] + + wgettar -O -C - deps https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz -z [2020-11-16T16:00:05.184Z] -x -f - [2020-11-16T16:00:05.184Z] --2020-11-16 16:00:05-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2020-11-16T16:00:05.184Z] Resolving github.com... 140.82.114.3 [2020-11-16T16:00:05.184Z] Connecting to github.com|140.82.114.3|:443... connected. [2020-11-16T16:00:05.456Z] HTTP request sent, awaiting response... 302 Found [2020-11-16T16:00:05.456Z] Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] [2020-11-16T16:00:05.456Z] --2020-11-16 16:00:05-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [2020-11-16T16:00:05.456Z] Resolving codeload.github.com... 140.82.114.9 [2020-11-16T16:00:05.456Z] Connecting to codeload.github.com|140.82.114.9|:443... connected. [2020-11-16T16:00:05.728Z] HTTP request sent, awaiting response... 200 OK [2020-11-16T16:00:05.728Z] Length: unspecified [application/x-gzip] [2020-11-16T16:00:05.728Z] Saving to: 'STDOUT' [2020-11-16T16:00:05.728Z]  [2020-11-16T16:00:05.728Z] 0K .......... ......   1.00M=0.02s [2020-11-16T16:00:05.728Z] [2020-11-16T16:00:05.728Z] 2020-11-16 16:00:05 (1.00 MB/s) - written to stdout [16451] [2020-11-16T16:00:05.728Z] [2020-11-16T16:00:05.728Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2020-11-16T16:00:05.728Z] + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.1.tar.gz [2020-11-16T16:00:05.728Z] + tar -C deps -z -x -f - [2020-11-16T16:00:05.728Z] --2020-11-16 16:00:05-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.1.tar.gz [2020-11-16T16:00:05.728Z] Resolving github.com... 140.82.114.3 [2020-11-16T16:00:05.728Z] Connecting to github.com|140.82.114.3|:443... connected. [2020-11-16T16:00:06.000Z] HTTP request sent, awaiting response... 302 Found [2020-11-16T16:00:06.000Z] Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.1 [following] [2020-11-16T16:00:06.000Z] --2020-11-16 16:00:05-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.1 [2020-11-16T16:00:06.000Z] Resolving codeload.github.com... 140.82.114.9 [2020-11-16T16:00:06.000Z] Connecting to codeload.github.com|140.82.114.9|:443... connected. [2020-11-16T16:00:08.611Z] HTTP request sent, awaiting response... 200 OK [2020-11-16T16:00:08.611Z] Length: unspecified [application/x-gzip] [2020-11-16T16:00:08.611Z] Saving to: 'STDOUT' [2020-11-16T16:00:08.611Z]  [2020-11-16T16:00:08.883Z] 0K .......... .......... .......... .......... .......... 1.36M [2020-11-16T16:00:08.883Z] 50K .......... .......... .......... .......... .......... 2.54M [2020-11-16T16:00:08.883Z] 100K .......... .......... .......... .......... .......... 2.75M [2020-11-16T16:00:08.883Z] 150K .......... .......... .....  9.90M=0.08s [2020-11-16T16:00:08.883Z] [2020-11-16T16:00:08.883Z] 2020-11-16 16:00:08 (2.28 MB/s) - written to stdout [179833] [2020-11-16T16:00:08.883Z] [2020-11-16T16:00:08.883Z] + mkdir -p src/c/iot [2020-11-16T16:00:08.883Z] + cp deps/iotech-c-utils-1.1.1/src/c/base64.c deps/iotech-c-utils-1.1.1/src/c/component.c deps/iotech-c-utils-1.1.1/src/c/config.c deps/iotech-c-utils-1.1.1/src/c/container.c deps/iotech-c-utils-1.1.1/src/c/data.c deps/iotech-c-utils-1.1.1/src/c/hash.c deps/iotech-c-utils-1.1.1/src/c/iot.c deps/iotech-c-utils-1.1.1/src/c/json.c deps/iotech-c-utils-1.1.1/src/c/logger.c deps/iotech-c-utils-1.1.1/src/c/os.c deps/iotech-c-utils-1.1.1/src/c/scheduler.c deps/iotech-c-utils-1.1.1/src/c/thread.c deps/iotech-c-utils-1.1.1/src/c/threadpool.c deps/iotech-c-utils-1.1.1/src/c/time.c deps/iotech-c-utils-1.1.1/src/c/yxml.c src/c/iot [2020-11-16T16:00:08.883Z] + mkdir -p include/iot [2020-11-16T16:00:08.883Z] + cp deps/iotech-c-utils-1.1.1/include/iot/base64.h deps/iotech-c-utils-1.1.1/include/iot/component.h deps/iotech-c-utils-1.1.1/include/iot/config.h deps/iotech-c-utils-1.1.1/include/iot/container.h deps/iotech-c-utils-1.1.1/include/iot/data.h deps/iotech-c-utils-1.1.1/include/iot/hash.h deps/iotech-c-utils-1.1.1/include/iot/iot.h deps/iotech-c-utils-1.1.1/include/iot/json.h deps/iotech-c-utils-1.1.1/include/iot/logger.h deps/iotech-c-utils-1.1.1/include/iot/os.h deps/iotech-c-utils-1.1.1/include/iot/scheduler.h deps/iotech-c-utils-1.1.1/include/iot/thread.h deps/iotech-c-utils-1.1.1/include/iot/threadpool.h deps/iotech-c-utils-1.1.1/include/iot/time.h deps/iotech-c-utils-1.1.1/include/iot/typecode.h deps/iotech-c-utils-1.1.1/include/iot/yxml.h include/iot [2020-11-16T16:00:08.883Z] + mkdir -p include/iot/os [2020-11-16T16:00:08.883Z] + cp deps/iotech-c-utils-1.1.1/include/iot/os/linux.h deps/iotech-c-utils-1.1.1/include/iot/os/macos.h deps/iotech-c-utils-1.1.1/include/iot/os/zephyr.h include/iot/os [2020-11-16T16:00:08.883Z] + mkdir -p /tmp/sdk/build/release [2020-11-16T16:00:08.883Z] + cd /tmp/sdk/build/release [2020-11-16T16:00:08.883Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2020-11-16T16:00:09.155Z] -- The C compiler identification is GNU 8.3.0 [2020-11-16T16:00:09.155Z] -- Check for working C compiler: /usr/bin/cc [2020-11-16T16:00:09.428Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-11-16T16:00:09.428Z] -- Detecting C compiler ABI info [2020-11-16T16:00:09.701Z] -- Detecting C compiler ABI info - done [2020-11-16T16:00:09.701Z] -- Detecting C compile features [2020-11-16T16:00:10.295Z] -- Detecting C compile features - done [2020-11-16T16:00:10.567Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-11-16T16:00:10.567Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-11-16T16:00:10.567Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-11-16T16:00:10.567Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-11-16T16:00:10.567Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-11-16T16:00:10.567Z] -- C SDK 1.3.1-dev.1 for Linux [2020-11-16T16:00:10.567Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-11-16T16:00:10.842Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-11-16T16:00:10.842Z] -- Found Curses: /usr/lib/libcurses.so [2020-11-16T16:00:10.842Z] -- Configuring done [2020-11-16T16:00:11.113Z] -- Generating done [2020-11-16T16:00:11.113Z] -- Build files have been written to: /tmp/sdk/build/release [2020-11-16T16:00:11.113Z] + + teemake release.log [2020-11-16T16:00:11.113Z] [2020-11-16T16:00:11.113Z] Scanning dependencies of target csdk [2020-11-16T16:00:11.385Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-11-16T16:00:11.979Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-11-16T16:00:12.574Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2020-11-16T16:00:12.848Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-11-16T16:00:14.818Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-11-16T16:00:15.415Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-11-16T16:00:15.415Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-11-16T16:00:16.847Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-11-16T16:00:18.816Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-11-16T16:00:19.088Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-11-16T16:00:20.062Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-11-16T16:00:20.334Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-11-16T16:00:20.606Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-11-16T16:00:20.877Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-11-16T16:00:21.149Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-11-16T16:00:24.534Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-11-16T16:00:24.806Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-11-16T16:00:25.401Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-11-16T16:00:25.674Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-11-16T16:00:26.269Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-11-16T16:00:28.876Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-11-16T16:00:28.876Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-11-16T16:00:28.876Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-11-16T16:00:29.470Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-11-16T16:00:30.063Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-11-16T16:00:30.063Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-11-16T16:00:31.037Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-11-16T16:00:31.312Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-11-16T16:00:31.911Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-11-16T16:00:32.183Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2020-11-16T16:00:34.156Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-11-16T16:00:34.427Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-11-16T16:00:35.398Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-11-16T16:00:35.670Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-11-16T16:00:39.960Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-11-16T16:00:40.230Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-11-16T16:00:40.824Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-11-16T16:00:41.093Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-11-16T16:00:41.683Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-11-16T16:00:43.107Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-11-16T16:00:45.067Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-11-16T16:00:48.547Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-11-16T16:00:48.548Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-11-16T16:00:50.028Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-11-16T16:00:50.636Z] [ 71%] Linking C shared library libcsdk.so [2020-11-16T16:00:50.636Z] [ 71%] Built target csdk [2020-11-16T16:00:50.636Z] Scanning dependencies of target template [2020-11-16T16:00:50.636Z] [ 73%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-11-16T16:00:51.249Z] [ 74%] Linking C executable template [2020-11-16T16:00:51.521Z] [ 74%] Built target template [2020-11-16T16:00:51.521Z] Scanning dependencies of target device-counter [2020-11-16T16:00:51.521Z] [ 76%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-11-16T16:00:52.112Z] [ 77%] Linking C executable device-counter [2020-11-16T16:00:52.385Z] [ 77%] Built target device-counter [2020-11-16T16:00:52.385Z] Scanning dependencies of target device-random [2020-11-16T16:00:52.385Z] [ 79%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-11-16T16:00:52.980Z] [ 80%] Linking C executable device-random [2020-11-16T16:00:52.980Z] [ 80%] Built target device-random [2020-11-16T16:00:52.980Z] Scanning dependencies of target device-gyro [2020-11-16T16:00:52.980Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-11-16T16:00:53.575Z] [ 84%] Linking C executable device-gyro [2020-11-16T16:00:53.575Z] [ 84%] Built target device-gyro [2020-11-16T16:00:53.575Z] Scanning dependencies of target device-bitfields [2020-11-16T16:00:53.849Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-11-16T16:00:54.123Z] [ 87%] Linking C executable device-bitfields [2020-11-16T16:00:54.398Z] [ 87%] Built target device-bitfields [2020-11-16T16:00:54.398Z] Scanning dependencies of target template-discovery [2020-11-16T16:00:54.398Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-11-16T16:00:54.993Z] [ 90%] Linking C executable template-discovery [2020-11-16T16:00:55.266Z] [ 90%] Built target template-discovery [2020-11-16T16:00:55.266Z] Scanning dependencies of target device-file [2020-11-16T16:00:55.266Z] [ 92%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-11-16T16:00:55.861Z] [ 93%] Linking C executable device-file [2020-11-16T16:00:56.133Z] [ 93%] Built target device-file [2020-11-16T16:00:56.133Z] Scanning dependencies of target device-terminal [2020-11-16T16:00:56.133Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-11-16T16:00:56.728Z] [ 96%] Linking C executable device-terminal [2020-11-16T16:00:57.010Z] [ 96%] Built target device-terminal [2020-11-16T16:00:57.010Z] Scanning dependencies of target templatev1 [2020-11-16T16:00:57.010Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-11-16T16:00:57.609Z] [100%] Linking C executable templatev1 [2020-11-16T16:00:57.609Z] [100%] Built target templatev1 [2020-11-16T16:00:57.609Z] + + maketee package -a [2020-11-16T16:00:57.609Z] release.log [2020-11-16T16:00:57.881Z] [ 71%] Built target csdk [2020-11-16T16:00:57.881Z] [ 74%] Built target template [2020-11-16T16:00:57.881Z] [ 77%] Built target device-counter [2020-11-16T16:00:57.881Z] [ 80%] Built target device-random [2020-11-16T16:00:57.881Z] [ 84%] Built target device-gyro [2020-11-16T16:00:58.155Z] [ 87%] Built target device-bitfields [2020-11-16T16:00:58.155Z] [ 90%] Built target template-discovery [2020-11-16T16:00:58.155Z] [ 93%] Built target device-file [2020-11-16T16:00:58.155Z] [ 96%] Built target device-terminal [2020-11-16T16:00:58.155Z] [100%] Built target templatev1 [2020-11-16T16:00:58.155Z] Run CPack packaging tool... [2020-11-16T16:00:58.155Z] CPack: Create package using TGZ [2020-11-16T16:00:58.155Z] CPack: Install projects [2020-11-16T16:00:58.155Z] CPack: - Run preinstall target for: Csdk [2020-11-16T16:00:58.748Z] CPack: - Install project: Csdk [2020-11-16T16:00:59.020Z] CPack: Create package [2020-11-16T16:00:59.020Z] CPack: - package: /tmp/sdk/build/release/csdk-1.3.1-dev.1.tar.gz generated. [2020-11-16T16:00:59.020Z] + '[' false '=' true ] [2020-11-16T16:00:59.020Z] + '[' false '=' true ] [2020-11-16T16:00:59.020Z] + mkdir -p /tmp/sdk/build/debug [2020-11-16T16:00:59.020Z] + cd /tmp/sdk/build/debug [2020-11-16T16:00:59.020Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2020-11-16T16:00:59.291Z] -- The C compiler identification is GNU 8.3.0 [2020-11-16T16:00:59.291Z] -- Check for working C compiler: /usr/bin/cc [2020-11-16T16:00:59.565Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-11-16T16:00:59.565Z] -- Detecting C compiler ABI info [2020-11-16T16:00:59.837Z] -- Detecting C compiler ABI info - done [2020-11-16T16:00:59.837Z] -- Detecting C compile features [2020-11-16T16:01:00.431Z] -- Detecting C compile features - done [2020-11-16T16:01:00.707Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2020-11-16T16:01:00.707Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") [2020-11-16T16:01:00.707Z] -- Found LIBYAML: /usr/lib/libyaml.so [2020-11-16T16:01:00.707Z] -- Found LIBUUID: /usr/lib/libuuid.so [2020-11-16T16:01:00.707Z] -- Found LIBCBOR: /usr/local/lib64/libcbor.so [2020-11-16T16:01:00.707Z] -- C SDK 1.3.1-dev.1 for Linux [2020-11-16T16:01:00.707Z] -- Performing Test CSDK_HAVE_ATOMIC [2020-11-16T16:01:00.707Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2020-11-16T16:01:00.982Z] -- Found Curses: /usr/lib/libcurses.so [2020-11-16T16:01:00.982Z] -- Configuring done [2020-11-16T16:01:01.253Z] -- Generating done [2020-11-16T16:01:01.253Z] -- Build files have been written to: /tmp/sdk/build/debug [2020-11-16T16:01:01.253Z] + + teemake debug.log [2020-11-16T16:01:01.253Z] [2020-11-16T16:01:01.253Z] Scanning dependencies of target csdk [2020-11-16T16:01:01.526Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2020-11-16T16:01:01.797Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback.c.o [2020-11-16T16:01:02.071Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2020-11-16T16:01:02.345Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2020-11-16T16:01:02.941Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2020-11-16T16:01:03.215Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2020-11-16T16:01:03.487Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2020-11-16T16:01:03.762Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2020-11-16T16:01:04.358Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2020-11-16T16:01:04.632Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2020-11-16T16:01:05.228Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2020-11-16T16:01:05.228Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2020-11-16T16:01:05.501Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o [2020-11-16T16:01:05.773Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2020-11-16T16:01:06.045Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2020-11-16T16:01:07.026Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o [2020-11-16T16:01:07.026Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o [2020-11-16T16:01:07.306Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o [2020-11-16T16:01:07.306Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o [2020-11-16T16:01:07.902Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o [2020-11-16T16:01:08.495Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o [2020-11-16T16:01:08.495Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o [2020-11-16T16:01:08.767Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o [2020-11-16T16:01:09.038Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o [2020-11-16T16:01:09.308Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o [2020-11-16T16:01:09.308Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o [2020-11-16T16:01:09.580Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o [2020-11-16T16:01:09.853Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [2020-11-16T16:01:10.124Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o [2020-11-16T16:01:10.396Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o [2020-11-16T16:01:10.669Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2020-11-16T16:01:10.942Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2020-11-16T16:01:11.215Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2020-11-16T16:01:11.488Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2020-11-16T16:01:12.461Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2020-11-16T16:01:12.735Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2020-11-16T16:01:13.006Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2020-11-16T16:01:13.276Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2020-11-16T16:01:13.548Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2020-11-16T16:01:14.525Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2020-11-16T16:01:15.137Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2020-11-16T16:01:15.729Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2020-11-16T16:01:16.001Z] [ 68%] Building C object c/CMakeFiles/csdk.dir/v1compat.c.o [2020-11-16T16:01:16.275Z] [ 69%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2020-11-16T16:01:16.548Z] [ 71%] Linking C shared library libcsdk.so [2020-11-16T16:01:16.819Z] [ 71%] Built target csdk [2020-11-16T16:01:16.819Z] Scanning dependencies of target template [2020-11-16T16:01:16.819Z] [ 73%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2020-11-16T16:01:17.090Z] [ 74%] Linking C executable template [2020-11-16T16:01:17.363Z] [ 74%] Built target template [2020-11-16T16:01:17.363Z] Scanning dependencies of target device-counter [2020-11-16T16:01:17.363Z] [ 76%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2020-11-16T16:01:17.634Z] [ 77%] Linking C executable device-counter [2020-11-16T16:01:17.906Z] [ 77%] Built target device-counter [2020-11-16T16:01:17.906Z] Scanning dependencies of target device-random [2020-11-16T16:01:17.906Z] [ 79%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2020-11-16T16:01:18.175Z] [ 80%] Linking C executable device-random [2020-11-16T16:01:18.445Z] [ 80%] Built target device-random [2020-11-16T16:01:18.445Z] Scanning dependencies of target device-gyro [2020-11-16T16:01:18.445Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2020-11-16T16:01:18.714Z] [ 84%] Linking C executable device-gyro [2020-11-16T16:01:18.714Z] [ 84%] Built target device-gyro [2020-11-16T16:01:18.714Z] Scanning dependencies of target device-bitfields [2020-11-16T16:01:18.985Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2020-11-16T16:01:18.985Z] [ 87%] Linking C executable device-bitfields [2020-11-16T16:01:19.260Z] [ 87%] Built target device-bitfields [2020-11-16T16:01:19.260Z] Scanning dependencies of target template-discovery [2020-11-16T16:01:19.260Z] [ 88%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2020-11-16T16:01:19.531Z] [ 90%] Linking C executable template-discovery [2020-11-16T16:01:19.802Z] [ 90%] Built target template-discovery [2020-11-16T16:01:19.802Z] Scanning dependencies of target device-file [2020-11-16T16:01:19.802Z] [ 92%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2020-11-16T16:01:20.074Z] [ 93%] Linking C executable device-file [2020-11-16T16:01:20.347Z] [ 93%] Built target device-file [2020-11-16T16:01:20.347Z] Scanning dependencies of target device-terminal [2020-11-16T16:01:20.347Z] [ 95%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2020-11-16T16:01:20.618Z] [ 96%] Linking C executable device-terminal [2020-11-16T16:01:20.889Z] [ 96%] Built target device-terminal [2020-11-16T16:01:20.889Z] Scanning dependencies of target templatev1 [2020-11-16T16:01:20.889Z] [ 98%] Building C object c/examples/v1/CMakeFiles/templatev1.dir/template.c.o [2020-11-16T16:01:21.161Z] [100%] Linking C executable templatev1 [2020-11-16T16:01:21.434Z] [100%] Built target templatev1 [2020-11-16T16:01:21.434Z] make: Entering directory '/tmp/sdk/build/release' [2020-11-16T16:01:21.434Z] make[1]: Entering directory '/tmp/sdk/build/release' [2020-11-16T16:01:21.434Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-11-16T16:01:21.434Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-11-16T16:01:21.705Z] [ 71%] Built target csdk [2020-11-16T16:01:21.705Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-11-16T16:01:21.705Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-11-16T16:01:21.705Z] [ 74%] Built target template [2020-11-16T16:01:21.705Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-11-16T16:01:21.705Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-11-16T16:01:21.705Z] [ 77%] Built target device-counter [2020-11-16T16:01:21.705Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-11-16T16:01:21.705Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-11-16T16:01:21.705Z] [ 80%] Built target device-random [2020-11-16T16:01:21.705Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-11-16T16:01:21.705Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-11-16T16:01:21.705Z] [ 84%] Built target device-gyro [2020-11-16T16:01:21.705Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-11-16T16:01:21.705Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-11-16T16:01:21.705Z] [ 87%] Built target device-bitfields [2020-11-16T16:01:21.705Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-11-16T16:01:21.705Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-11-16T16:01:21.976Z] [ 90%] Built target template-discovery [2020-11-16T16:01:21.976Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-11-16T16:01:21.976Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-11-16T16:01:21.976Z] [ 93%] Built target device-file [2020-11-16T16:01:21.976Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-11-16T16:01:21.976Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-11-16T16:01:21.976Z] [ 96%] Built target device-terminal [2020-11-16T16:01:21.976Z] make[2]: Entering directory '/tmp/sdk/build/release' [2020-11-16T16:01:21.976Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2020-11-16T16:01:21.976Z] [100%] Built target templatev1 [2020-11-16T16:01:21.976Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2020-11-16T16:01:21.976Z] Install the project... [2020-11-16T16:01:21.976Z] -- Install configuration: "Release" [2020-11-16T16:01:21.976Z] -- Installing: /usr/local/lib/libcsdk.so [2020-11-16T16:01:21.976Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2020-11-16T16:01:21.976Z] -- Up-to-date: /usr/local/include [2020-11-16T16:01:21.976Z] -- Installing: /usr/local/include/edgex [2020-11-16T16:01:21.976Z] -- Installing: /usr/local/include/edgex/device-mgmt.h [2020-11-16T16:01:21.976Z] -- Installing: /usr/local/include/edgex/eventgen.h [2020-11-16T16:01:21.976Z] -- Installing: /usr/local/include/edgex/error.h [2020-11-16T16:01:21.976Z] -- Installing: /usr/local/include/edgex/rest-server.h [2020-11-16T16:01:21.976Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2020-11-16T16:01:21.976Z] -- Installing: /usr/local/include/edgex/devsdk.h [2020-11-16T16:01:21.976Z] -- Installing: /usr/local/include/edgex/edgex.h [2020-11-16T16:01:21.976Z] -- Installing: /usr/local/include/edgex/devices.h [2020-11-16T16:01:21.976Z] -- Installing: /usr/local/include/edgex/os.h [2020-11-16T16:01:21.976Z] -- Installing: /usr/local/include/edgex/profiles.h [2020-11-16T16:01:21.976Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2020-11-16T16:01:21.976Z] -- Installing: /usr/local/include/devsdk [2020-11-16T16:01:21.976Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2020-11-16T16:01:21.976Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2020-11-16T16:01:21.976Z] -- Installing: /usr/local/include/iot [2020-11-16T16:01:21.976Z] -- Installing: /usr/local/include/iot/json.h [2020-11-16T16:01:21.976Z] -- Installing: /usr/local/include/iot/yxml.h [2020-11-16T16:01:21.976Z] -- Installing: /usr/local/include/iot/container.h [2020-11-16T16:01:21.976Z] -- Installing: /usr/local/include/iot/component.h [2020-11-16T16:01:21.976Z] -- Installing: /usr/local/include/iot/typecode.h [2020-11-16T16:01:21.976Z] -- Installing: /usr/local/include/iot/iot.h [2020-11-16T16:01:21.976Z] -- Installing: /usr/local/include/iot/time.h [2020-11-16T16:01:21.976Z] -- Installing: /usr/local/include/iot/hash.h [2020-11-16T16:01:21.976Z] -- Installing: /usr/local/include/iot/logger.h [2020-11-16T16:01:21.976Z] -- Installing: /usr/local/include/iot/os [2020-11-16T16:01:21.976Z] -- Installing: /usr/local/include/iot/os/zephyr.h [2020-11-16T16:01:21.976Z] -- Installing: /usr/local/include/iot/os/linux.h [2020-11-16T16:01:21.976Z] -- Installing: /usr/local/include/iot/os/macos.h [2020-11-16T16:01:21.976Z] -- Installing: /usr/local/include/iot/scheduler.h [2020-11-16T16:01:21.976Z] -- Installing: /usr/local/include/iot/data.h [2020-11-16T16:01:21.976Z] -- Installing: /usr/local/include/iot/thread.h [2020-11-16T16:01:21.976Z] -- Installing: /usr/local/include/iot/os.h [2020-11-16T16:01:21.976Z] -- Installing: /usr/local/include/iot/base64.h [2020-11-16T16:01:21.976Z] -- Installing: /usr/local/include/iot/threadpool.h [2020-11-16T16:01:21.976Z] -- Installing: /usr/local/include/iot/config.h [2020-11-16T16:01:21.976Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2020-11-16T16:01:21.976Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2020-11-16T16:01:21.976Z] make: Leaving directory '/tmp/sdk/build/release' [2020-11-16T16:01:24.592Z] Removing intermediate container 87e08502a9f1 [2020-11-16T16:01:24.592Z] ---> f94f27cdcd85 [2020-11-16T16:01:24.592Z] Step 14/21 : FROM ${BASE} [2020-11-16T16:01:24.592Z] ---> b23d30803547 [2020-11-16T16:01:24.592Z] Step 15/21 : MAINTAINER IOTech [2020-11-16T16:01:24.592Z] ---> Running in c870373abe01 [2020-11-16T16:01:24.867Z] Removing intermediate container c870373abe01 [2020-11-16T16:01:24.867Z] ---> 9fef527ff76c [2020-11-16T16:01:24.867Z] Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid [2020-11-16T16:01:25.140Z] ---> Running in 165de6b611dd [2020-11-16T16:01:26.569Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-11-16T16:01:27.177Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-11-16T16:01:27.768Z] (1/3) Installing curl (7.64.0-r4) [2020-11-16T16:01:27.768Z] (2/3) Installing libuuid (2.33-r0) [2020-11-16T16:01:27.768Z] (3/3) Installing wget (1.20.3-r0) [2020-11-16T16:01:28.042Z] Executing busybox-1.29.3-r10.trigger [2020-11-16T16:01:28.042Z] OK: 281 MiB in 78 packages [2020-11-16T16:01:29.020Z] Removing intermediate container 165de6b611dd [2020-11-16T16:01:29.020Z] ---> 6542888c1457 [2020-11-16T16:01:29.020Z] Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot [2020-11-16T16:01:29.997Z] ---> 2da239396d06 [2020-11-16T16:01:29.997Z] Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2020-11-16T16:01:30.601Z] ---> afc0e10d098f [2020-11-16T16:01:30.601Z] Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2020-11-16T16:01:31.584Z] ---> 4bac88788010 [2020-11-16T16:01:31.584Z] Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 [2020-11-16T16:01:32.563Z] ---> c29aa79a61b6 [2020-11-16T16:01:32.563Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2020-11-16T16:01:33.156Z] ---> e89f8b90f861 [2020-11-16T16:01:33.156Z] Successfully built e89f8b90f861 [2020-11-16T16:01:33.156Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-16T16:01:33.938Z] + docker inspect -f . ci-base-image-arm64 [2020-11-16T16:01:33.938Z] . [Pipeline] withDockerContainer [2020-11-16T16:01:34.221Z] prd-ubuntu18.04-docker-arm64-4c-16g-12252 does not seem to be running inside a container [2020-11-16T16:01:34.394Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/49 -v /w/workspace/device-sdk-c/49:/w/workspace/device-sdk-c/49:rw,z -v /w/workspace/device-sdk-c/49@tmp:/w/workspace/device-sdk-c/49@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-16T16:01:36.302Z] $ docker top c8ecbdf08c6997b491842e9a6dd698a23fede942abe0b2789e5cf86e04a80e7f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-16T16:01:37.762Z] + make test [2020-11-16T16:01:37.762Z] echo "make test" [2020-11-16T16:01:37.762Z] make test [Pipeline] } [2020-11-16T16:01:37.840Z] $ docker stop --time=1 c8ecbdf08c6997b491842e9a6dd698a23fede942abe0b2789e5cf86e04a80e7f [2020-11-16T16:01:39.789Z] $ docker rm -f c8ecbdf08c6997b491842e9a6dd698a23fede942abe0b2789e5cf86e04a80e7f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-16T16:01:41.154Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-16T16:01:41.484Z] + ls -al . [2020-11-16T16:01:41.484Z] total 192 [2020-11-16T16:01:41.484Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 16 15:58 . [2020-11-16T16:01:41.484Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 16 15:58 .. [2020-11-16T16:01:41.484Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 16 15:59 .git [2020-11-16T16:01:41.484Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 16 15:58 .github [2020-11-16T16:01:41.484Z] -rw-rw-r-- 1 jenkins jenkins 176 Nov 16 15:58 .gitignore [2020-11-16T16:01:41.484Z] -rw-rw-r-- 1 jenkins jenkins 3104 Nov 16 15:58 Attribution.txt [2020-11-16T16:01:41.484Z] -rw-rw-r-- 1 jenkins jenkins 5980 Nov 16 15:58 CHANGES [2020-11-16T16:01:41.484Z] -rw-rw-r-- 1 jenkins jenkins 108574 Nov 16 15:58 Doxyfile [2020-11-16T16:01:41.484Z] -rw-rw-r-- 1 jenkins jenkins 794 Nov 16 15:58 Jenkinsfile [2020-11-16T16:01:41.484Z] -rw-rw-r-- 1 jenkins jenkins 10174 Nov 16 15:58 LICENSE [2020-11-16T16:01:41.484Z] -rw-rw-r-- 1 jenkins jenkins 449 Nov 16 15:58 Makefile [2020-11-16T16:01:41.484Z] -rw-rw-r-- 1 jenkins jenkins 2697 Nov 16 15:58 README.md [2020-11-16T16:01:41.484Z] -rw-rw-r-- 1 jenkins jenkins 5977 Nov 16 15:58 README.v2.md [2020-11-16T16:01:41.484Z] -rw-rw-r-- 1 jenkins jenkins 11 Nov 16 15:55 VERSION [2020-11-16T16:01:41.484Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 16 15:58 docs [2020-11-16T16:01:41.484Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 16 15:58 include [2020-11-16T16:01:41.484Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 16 15:58 scripts [2020-11-16T16:01:41.484Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 16 15:58 src [Pipeline] isUnix [Pipeline] sh [2020-11-16T16:01:41.826Z] + docker build -t docker-device-sdk-c-arm64 -f scripts/Dockerfile.alpine-3.11 --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=706af55e05cb2cdc0073fc9ec2061f045ee0028b --label arch=arm64 --label version=1.3.1-dev.1 . [2020-11-16T16:01:42.097Z] Sending build context to Docker daemon 2.416MB [2020-11-16T16:01:42.371Z] Step 1/15 : ARG BASE=alpine:3.11 [2020-11-16T16:01:42.371Z] Step 2/15 : FROM ${BASE} [2020-11-16T16:01:42.371Z] ---> e89f8b90f861 [2020-11-16T16:01:42.371Z] Step 3/15 : MAINTAINER IOTech [2020-11-16T16:01:42.657Z] ---> Running in a35492e7e71d [2020-11-16T16:01:42.932Z] Removing intermediate container a35492e7e71d [2020-11-16T16:01:42.932Z] ---> 21491b0d264d [2020-11-16T16:01:42.932Z] Step 4/15 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml-dev libcurl curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev && mkdir -p /edgex-c-sdk/build [2020-11-16T16:01:43.206Z] ---> Running in 7020540b7bd6 [2020-11-16T16:01:44.657Z] fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz [2020-11-16T16:01:45.246Z] fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [2020-11-16T16:01:45.839Z] (1/6) Installing ncurses-dev (6.1_p20190105-r0) [2020-11-16T16:01:45.839Z] (2/6) Installing libblkid (2.33-r0) [2020-11-16T16:01:46.110Z] (3/6) Installing libfdisk (2.33-r0) [2020-11-16T16:01:46.110Z] (4/6) Installing libmount (2.33-r0) [2020-11-16T16:01:46.110Z] (5/6) Installing libsmartcols (2.33-r0) [2020-11-16T16:01:46.379Z] (6/6) Installing util-linux-dev (2.33-r0) [2020-11-16T16:01:46.654Z] Executing busybox-1.29.3-r10.trigger [2020-11-16T16:01:46.654Z] OK: 286 MiB in 84 packages [2020-11-16T16:01:48.086Z] Removing intermediate container 7020540b7bd6 [2020-11-16T16:01:48.086Z] ---> 4f57e1be84e5 [2020-11-16T16:01:48.086Z] Step 5/15 : COPY VERSION /edgex-c-sdk/ [2020-11-16T16:01:48.683Z] ---> ba9bcd6f337e [2020-11-16T16:01:48.683Z] Step 6/15 : COPY src /edgex-c-sdk/src/ [2020-11-16T16:01:49.662Z] ---> b807d6c8d202 [2020-11-16T16:01:49.662Z] Step 7/15 : COPY include /edgex-c-sdk/include/ [2020-11-16T16:01:50.255Z] ---> d97b7456342d [2020-11-16T16:01:50.255Z] Step 8/15 : COPY scripts /edgex-c-sdk/scripts [2020-11-16T16:01:51.239Z] ---> 06d2d601ea85 [2020-11-16T16:01:51.239Z] Step 9/15 : COPY LICENSE /edgex-c-sdk/ [2020-11-16T16:01:51.512Z] ---> 967b7b7ca633 [2020-11-16T16:01:51.512Z] Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ [2020-11-16T16:01:52.491Z] ---> f3ba866e3183 [2020-11-16T16:01:52.491Z] Step 11/15 : WORKDIR /edgex-c-sdk [2020-11-16T16:01:52.491Z] ---> Running in a508ab74d9d7 [2020-11-16T16:01:53.088Z] Removing intermediate container a508ab74d9d7 [2020-11-16T16:01:53.088Z] ---> 98428b94ccfe [2020-11-16T16:01:53.088Z] Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2020-11-16T16:01:53.088Z] ---> Running in bb101c8d832a [2020-11-16T16:01:53.681Z] Removing intermediate container bb101c8d832a [2020-11-16T16:01:53.681Z] ---> 747604f4cba2 [2020-11-16T16:01:53.681Z] Step 13/15 : LABEL arch=arm64 [2020-11-16T16:01:53.681Z] ---> Running in 2cda3c29ddb9 [2020-11-16T16:01:54.273Z] Removing intermediate container 2cda3c29ddb9 [2020-11-16T16:01:54.273Z] ---> 5a48c48c9df3 [2020-11-16T16:01:54.273Z] Step 14/15 : LABEL git_sha=706af55e05cb2cdc0073fc9ec2061f045ee0028b [2020-11-16T16:01:54.273Z] ---> Running in 9b85612ce6d8 [2020-11-16T16:01:54.868Z] Removing intermediate container 9b85612ce6d8 [2020-11-16T16:01:54.868Z] ---> b0e77ca31f61 [2020-11-16T16:01:54.868Z] Step 15/15 : LABEL version=1.3.1-dev.1 [2020-11-16T16:01:54.868Z] ---> Running in 1d24b5e07f31 [2020-11-16T16:01:55.140Z] Removing intermediate container 1d24b5e07f31 [2020-11-16T16:01:55.140Z] ---> 13cd433b69cc [2020-11-16T16:01:55.140Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2020-11-16T16:01:55.140Z] Successfully built 13cd433b69cc [2020-11-16T16:01:55.410Z] Successfully tagged docker-device-sdk-c-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-11-16T16:01:57.997Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-16T16:01:57.997Z] . [Pipeline] withDockerContainer [2020-11-16T16:01:58.102Z] prd-centos7-docker-4c-2g-12250 does not seem to be running inside a container [2020-11-16T16:01:58.152Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-16T16:01:59.005Z] $ docker top 5c1ac8766b09133efa9de34043afe53aaa282d9fd05b0c24cde0d09a2dbf538a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-16T16:01:59.316Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-16T16:01:59.316Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-16T16:01:59.540Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-16T16:01:59.545Z] $ docker exec 5c1ac8766b09133efa9de34043afe53aaa282d9fd05b0c24cde0d09a2dbf538a ssh-agent [2020-11-16T16:01:59.727Z] SSH_AUTH_SOCK=/tmp/ssh-vG2KrRZuwzgu/agent.12 [2020-11-16T16:01:59.727Z] SSH_AGENT_PID=17 [2020-11-16T16:01:59.735Z] Running ssh-add (command line suppressed) [2020-11-16T16:01:59.863Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_7095811890479039302.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_7095811890479039302.key) [2020-11-16T16:01:59.916Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-16T16:02:00.266Z] + git semver tag [2020-11-16T16:02:00.267Z] # -> Open(): unable to determine branch for HEAD [2020-11-16T16:02:00.267Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-11-16T16:02:00.267Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-11-16T16:02:00.267Z] # $SEMVER_REMOTE_NAME = origin [2020-11-16T16:02:00.267Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-16T16:02:00.267Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-16T16:02:00.267Z] # $SEMVER_BRANCH = master [2020-11-16T16:02:00.267Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [2020-11-16T16:02:00.267Z] # 706af55e05cb2cdc0073fc9ec2061f045ee0028b HEAD [2020-11-16T16:02:00.267Z] # -> Force: false [2020-11-16T16:02:00.267Z] # 0e525811fc0c78a4633b1c9ca1965bfc3234b683 refs/tags/v1.3.1-dev.1 [Pipeline] } [2020-11-16T16:02:00.281Z] $ docker exec --env ******** --env ******** 5c1ac8766b09133efa9de34043afe53aaa282d9fd05b0c24cde0d09a2dbf538a ssh-agent -k [2020-11-16T16:02:00.400Z] unset SSH_AUTH_SOCK; [2020-11-16T16:02:00.401Z] unset SSH_AGENT_PID; [2020-11-16T16:02:00.401Z] echo Agent pid 17 killed; [2020-11-16T16:02:00.447Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-16T16:02:01.055Z] + git semver [Pipeline] } [2020-11-16T16:02:01.074Z] $ docker stop --time=1 5c1ac8766b09133efa9de34043afe53aaa282d9fd05b0c24cde0d09a2dbf538a [2020-11-16T16:02:02.420Z] $ docker rm -f 5c1ac8766b09133efa9de34043afe53aaa282d9fd05b0c24cde0d09a2dbf538a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-11-16T16:02:03.142Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-16T16:02:03.143Z] [2020-11-16T16:02:03.143Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-11-16T16:02:03.515Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-16T16:02:03.516Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-11-16T16:02:03.516Z] ab5ef0e58194: Pulling fs layer [2020-11-16T16:02:03.516Z] 9712f1f96733: Pulling fs layer [2020-11-16T16:02:03.516Z] 63f879dbbcfc: Pulling fs layer [2020-11-16T16:02:03.516Z] 0d9ebad4ef96: Pulling fs layer [2020-11-16T16:02:03.516Z] e9a5061849ea: Pulling fs layer [2020-11-16T16:02:03.516Z] d747dcd14b5f: Pulling fs layer [2020-11-16T16:02:03.516Z] 2de7ff778b66: Pulling fs layer [2020-11-16T16:02:03.516Z] e9a5061849ea: Waiting [2020-11-16T16:02:03.516Z] d747dcd14b5f: Waiting [2020-11-16T16:02:03.516Z] 2de7ff778b66: Waiting [2020-11-16T16:02:03.516Z] 0d9ebad4ef96: Waiting [2020-11-16T16:02:03.516Z] 9712f1f96733: Verifying Checksum [2020-11-16T16:02:06.084Z] 63f879dbbcfc: Verifying Checksum [2020-11-16T16:02:06.084Z] 63f879dbbcfc: Download complete [2020-11-16T16:02:06.084Z] e9a5061849ea: Verifying Checksum [2020-11-16T16:02:06.084Z] e9a5061849ea: Download complete [2020-11-16T16:02:06.084Z] d747dcd14b5f: Verifying Checksum [2020-11-16T16:02:06.084Z] d747dcd14b5f: Download complete [2020-11-16T16:02:06.663Z] 2de7ff778b66: Verifying Checksum [2020-11-16T16:02:06.663Z] 2de7ff778b66: Download complete [2020-11-16T16:02:06.663Z] 0d9ebad4ef96: Verifying Checksum [2020-11-16T16:02:06.663Z] 0d9ebad4ef96: Download complete [2020-11-16T16:02:06.663Z] ab5ef0e58194: Verifying Checksum [2020-11-16T16:02:06.663Z] ab5ef0e58194: Download complete [2020-11-16T16:02:11.990Z] ab5ef0e58194: Pull complete [2020-11-16T16:02:11.990Z] 9712f1f96733: Pull complete [2020-11-16T16:02:13.936Z] 63f879dbbcfc: Pull complete [2020-11-16T16:02:20.555Z] 0d9ebad4ef96: Pull complete [2020-11-16T16:02:25.859Z] e9a5061849ea: Pull complete [2020-11-16T16:02:25.859Z] d747dcd14b5f: Pull complete [2020-11-16T16:02:28.420Z] 2de7ff778b66: Pull complete [2020-11-16T16:02:28.420Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-11-16T16:02:28.420Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-16T16:02:28.420Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-11-16T16:02:28.675Z] prd-centos7-docker-4c-2g-12250 does not seem to be running inside a container [2020-11-16T16:02:28.722Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-11-16T16:02:31.826Z] $ docker top f67aa9af89006d453fcec542c088069dedfcd69d9570d173050b431b6a5db813 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-11-16T16:02:32.055Z] provisioning config files... [2020-11-16T16:02:32.077Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config4296000294179968411tmp [2020-11-16T16:02:32.163Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config6135229739176007473tmp [2020-11-16T16:02:32.194Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config830229976220598021tmp [Pipeline] { [Pipeline] echo [2020-11-16T16:02:32.257Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-16T16:02:32.624Z] ---> sigul-configuration.sh [2020-11-16T16:02:32.624Z] gpg: directory `/root/.gnupg' created [2020-11-16T16:02:32.624Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-11-16T16:02:32.624Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-11-16T16:02:32.624Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-11-16T16:02:32.624Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-11-16T16:02:32.624Z] gpg: CAST5 encrypted data [2020-11-16T16:02:32.887Z] gpg: encrypted with 1 passphrase [2020-11-16T16:02:32.887Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-11-16T16:02:33.195Z] + mkdir /home/jenkins [2020-11-16T16:02:33.195Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-11-16T16:02:33.498Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-11-16T16:02:33.509Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-16T16:02:33.809Z] ---> sigul-install.sh [2020-11-16T16:02:39.117Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-11-16T16:02:39.419Z] + git tag --list [2020-11-16T16:02:39.419Z] 0.7.0 [2020-11-16T16:02:39.419Z] 0.7.1 [2020-11-16T16:02:39.419Z] 1.0.0 [2020-11-16T16:02:39.419Z] v1.0.1 [2020-11-16T16:02:39.419Z] v1.0.2 [2020-11-16T16:02:39.419Z] v1.0.3 [2020-11-16T16:02:39.419Z] v1.1.0 [2020-11-16T16:02:39.419Z] v1.1.1 [2020-11-16T16:02:39.419Z] v1.2.0 [2020-11-16T16:02:39.419Z] v1.2.1 [2020-11-16T16:02:39.419Z] v1.2.2 [2020-11-16T16:02:39.419Z] v1.2.2-dev.1 [2020-11-16T16:02:39.419Z] v1.3.0 [2020-11-16T16:02:39.419Z] v1.3.0-dev.1 [2020-11-16T16:02:39.419Z] v1.3.0-dev.10 [2020-11-16T16:02:39.419Z] v1.3.0-dev.2 [2020-11-16T16:02:39.419Z] v1.3.0-dev.3 [2020-11-16T16:02:39.419Z] v1.3.0-dev.4 [2020-11-16T16:02:39.419Z] v1.3.0-dev.5 [2020-11-16T16:02:39.419Z] v1.3.0-dev.6 [2020-11-16T16:02:39.419Z] v1.3.0-dev.7 [2020-11-16T16:02:39.419Z] v1.3.0-dev.8 [2020-11-16T16:02:39.419Z] v1.3.0-dev.9 [2020-11-16T16:02:39.419Z] v1.3.1-dev.1 [Pipeline] sh [2020-11-16T16:02:39.715Z] + lftools sign git-tag v1.3.1-dev.1 [2020-11-16T16:02:41.104Z] Signing Git tag with Sigul... [2020-11-16T16:02:41.105Z] Signing v1.3.1-dev.1 [Pipeline] echo [2020-11-16T16:02:42.507Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-16T16:02:42.807Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-11-16T16:02:42.817Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-11-16T16:02:42.919Z] $ docker stop --time=1 f67aa9af89006d453fcec542c088069dedfcd69d9570d173050b431b6a5db813 [2020-11-16T16:02:44.872Z] $ docker rm -f f67aa9af89006d453fcec542c088069dedfcd69d9570d173050b431b6a5db813 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-11-16T16:02:45.747Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-16T16:02:45.747Z] . [Pipeline] withDockerContainer [2020-11-16T16:02:45.854Z] prd-centos7-docker-4c-2g-12250 does not seem to be running inside a container [2020-11-16T16:02:45.912Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-16T16:02:46.616Z] $ docker top 79354188a6d9b6f3405b43f232a28c6d10db7513cc8803b46182a5b3863e76f0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-16T16:02:47.065Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-16T16:02:47.066Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-16T16:02:47.319Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-16T16:02:47.324Z] $ docker exec 79354188a6d9b6f3405b43f232a28c6d10db7513cc8803b46182a5b3863e76f0 ssh-agent [2020-11-16T16:02:47.510Z] SSH_AUTH_SOCK=/tmp/ssh-0Y7yfB85Tolj/agent.12 [2020-11-16T16:02:47.510Z] SSH_AGENT_PID=18 [2020-11-16T16:02:47.518Z] Running ssh-add (command line suppressed) [2020-11-16T16:02:47.656Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_9216210987820404845.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_9216210987820404845.key) [2020-11-16T16:02:47.720Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-16T16:02:48.058Z] + git semver bump pre [2020-11-16T16:02:48.058Z] # -> Open(): unable to determine branch for HEAD [2020-11-16T16:02:48.058Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-11-16T16:02:48.058Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-11-16T16:02:48.058Z] # $SEMVER_REMOTE_NAME = origin [2020-11-16T16:02:48.058Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-16T16:02:48.058Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-16T16:02:48.058Z] # $SEMVER_BRANCH = master [2020-11-16T16:02:48.058Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [2020-11-16T16:02:48.058Z] 1.3.1-dev.2 [Pipeline] } [2020-11-16T16:02:48.081Z] $ docker exec --env ******** --env ******** 79354188a6d9b6f3405b43f232a28c6d10db7513cc8803b46182a5b3863e76f0 ssh-agent -k [2020-11-16T16:02:48.215Z] unset SSH_AUTH_SOCK; [2020-11-16T16:02:48.215Z] unset SSH_AGENT_PID; [2020-11-16T16:02:48.215Z] echo Agent pid 18 killed; [2020-11-16T16:02:48.262Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-16T16:02:48.732Z] + git semver [Pipeline] } [2020-11-16T16:02:48.751Z] $ docker stop --time=1 79354188a6d9b6f3405b43f232a28c6d10db7513cc8803b46182a5b3863e76f0 [2020-11-16T16:02:50.120Z] $ docker rm -f 79354188a6d9b6f3405b43f232a28c6d10db7513cc8803b46182a5b3863e76f0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-11-16T16:02:50.647Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-16T16:02:50.647Z] . [Pipeline] withDockerContainer [2020-11-16T16:02:50.749Z] prd-centos7-docker-4c-2g-12250 does not seem to be running inside a container [2020-11-16T16:02:50.796Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-16T16:02:51.480Z] $ docker top 6fc3e16c258e5d45856ac51f9610c07ab1d5a6c1f3586a51450e9852c5ab2e5c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-16T16:02:51.749Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-16T16:02:51.749Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-16T16:02:51.947Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-16T16:02:51.953Z] $ docker exec 6fc3e16c258e5d45856ac51f9610c07ab1d5a6c1f3586a51450e9852c5ab2e5c ssh-agent [2020-11-16T16:02:52.125Z] SSH_AUTH_SOCK=/tmp/ssh-igdHtZlnMt7K/agent.11 [2020-11-16T16:02:52.126Z] SSH_AGENT_PID=17 [2020-11-16T16:02:52.135Z] Running ssh-add (command line suppressed) [2020-11-16T16:02:52.252Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_7797572987400412130.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_7797572987400412130.key) [2020-11-16T16:02:52.301Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-16T16:02:52.646Z] + git semver push [2020-11-16T16:02:52.646Z] # -> Open(): unable to determine branch for HEAD [2020-11-16T16:02:52.646Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git [2020-11-16T16:02:52.646Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master [2020-11-16T16:02:52.646Z] # $SEMVER_REMOTE_NAME = origin [2020-11-16T16:02:52.646Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-16T16:02:52.646Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-16T16:02:52.646Z] # $SEMVER_BRANCH = master [2020-11-16T16:02:52.646Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [Pipeline] } [2020-11-16T16:02:59.325Z] $ docker exec --env ******** --env ******** 6fc3e16c258e5d45856ac51f9610c07ab1d5a6c1f3586a51450e9852c5ab2e5c ssh-agent -k [2020-11-16T16:02:59.447Z] unset SSH_AUTH_SOCK; [2020-11-16T16:02:59.447Z] unset SSH_AGENT_PID; [2020-11-16T16:02:59.447Z] echo Agent pid 17 killed; [2020-11-16T16:02:59.494Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-16T16:03:00.008Z] + git semver [Pipeline] } [2020-11-16T16:03:00.029Z] $ docker stop --time=1 6fc3e16c258e5d45856ac51f9610c07ab1d5a6c1f3586a51450e9852c5ab2e5c [2020-11-16T16:03:01.379Z] $ docker rm -f 6fc3e16c258e5d45856ac51f9610c07ab1d5a6c1f3586a51450e9852c5ab2e5c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-11-16T16:03:02.456Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-16T16:03:03.027Z] ---> package-listing.sh [2020-11-16T16:03:03.027Z] ++ facter osfamily [2020-11-16T16:03:03.027Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-16T16:03:03.027Z] + OS_FAMILY=redhat [2020-11-16T16:03:03.027Z] + workspace=/w/workspace/edgexfoundry_device-sdk-c_master [2020-11-16T16:03:03.027Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-16T16:03:03.027Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-16T16:03:03.027Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-16T16:03:03.027Z] + PACKAGES=/tmp/packages_start.txt [2020-11-16T16:03:03.027Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_master ']' [2020-11-16T16:03:03.027Z] + PACKAGES=/tmp/packages_end.txt [2020-11-16T16:03:03.027Z] + case "${OS_FAMILY}" in [2020-11-16T16:03:03.027Z] + rpm -qa [2020-11-16T16:03:03.027Z] + sort [2020-11-16T16:03:07.252Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-16T16:03:07.252Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-16T16:03:07.252Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-16T16:03:07.252Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_master ']' [2020-11-16T16:03:07.252Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_master/archives/ [2020-11-16T16:03:07.252Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-c_master/archives/ [Pipeline] echo [2020-11-16T16:03:07.266Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-c_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-16T16:03:07.558Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-16T16:03:07.863Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-16T16:03:07.863Z] [2020-11-16T16:03:07.863Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-16T16:03:08.242Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-16T16:03:08.242Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-16T16:03:08.242Z] df20fa9351a1: Pulling fs layer [2020-11-16T16:03:08.242Z] 36b3adc4ff6f: Pulling fs layer [2020-11-16T16:03:08.242Z] 8ad3a11d3b57: Pulling fs layer [2020-11-16T16:03:08.242Z] 46f8f816bc3b: Pulling fs layer [2020-11-16T16:03:08.242Z] 93b61091891f: Pulling fs layer [2020-11-16T16:03:08.242Z] 93b9cdb0e59b: Pulling fs layer [2020-11-16T16:03:08.242Z] 5e14af77c1be: Pulling fs layer [2020-11-16T16:03:08.242Z] 01666e4c0597: Pulling fs layer [2020-11-16T16:03:08.242Z] aa168da1d23b: Pulling fs layer [2020-11-16T16:03:08.242Z] 46f8f816bc3b: Waiting [2020-11-16T16:03:08.242Z] 93b61091891f: Waiting [2020-11-16T16:03:08.242Z] 93b9cdb0e59b: Waiting [2020-11-16T16:03:08.242Z] 5e14af77c1be: Waiting [2020-11-16T16:03:08.242Z] 01666e4c0597: Waiting [2020-11-16T16:03:08.242Z] 36b3adc4ff6f: Verifying Checksum [2020-11-16T16:03:08.242Z] 36b3adc4ff6f: Download complete [2020-11-16T16:03:08.242Z] 46f8f816bc3b: Download complete [2020-11-16T16:03:08.242Z] df20fa9351a1: Download complete [2020-11-16T16:03:08.510Z] 93b9cdb0e59b: Verifying Checksum [2020-11-16T16:03:08.510Z] 93b9cdb0e59b: Download complete [2020-11-16T16:03:08.510Z] 5e14af77c1be: Verifying Checksum [2020-11-16T16:03:08.510Z] 5e14af77c1be: Download complete [2020-11-16T16:03:08.510Z] 93b61091891f: Download complete [2020-11-16T16:03:08.510Z] 01666e4c0597: Verifying Checksum [2020-11-16T16:03:08.510Z] 01666e4c0597: Download complete [2020-11-16T16:03:08.773Z] df20fa9351a1: Pull complete [2020-11-16T16:03:08.773Z] 8ad3a11d3b57: Verifying Checksum [2020-11-16T16:03:08.773Z] 8ad3a11d3b57: Download complete [2020-11-16T16:03:09.039Z] 36b3adc4ff6f: Pull complete [2020-11-16T16:03:09.622Z] 8ad3a11d3b57: Pull complete [2020-11-16T16:03:09.622Z] 46f8f816bc3b: Pull complete [2020-11-16T16:03:10.203Z] 93b61091891f: Pull complete [2020-11-16T16:03:10.467Z] 93b9cdb0e59b: Pull complete [2020-11-16T16:03:10.467Z] 5e14af77c1be: Pull complete [2020-11-16T16:03:10.736Z] aa168da1d23b: Verifying Checksum [2020-11-16T16:03:10.736Z] aa168da1d23b: Download complete [2020-11-16T16:03:10.736Z] 01666e4c0597: Pull complete [2020-11-16T16:03:17.373Z] aa168da1d23b: Pull complete [2020-11-16T16:03:17.373Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-16T16:03:17.373Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-16T16:03:17.373Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-16T16:03:17.504Z] prd-centos7-docker-4c-2g-12250 does not seem to be running inside a container [2020-11-16T16:03:17.549Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-16T16:03:21.577Z] $ docker top 862fee652ef9b8a723347db5d2bdc911821fc653a84a086c610bf67d0364975c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-16T16:03:22.058Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-16T16:03:22.363Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-16T16:03:22.665Z] + ls /var/log/sa-host [2020-11-16T16:03:22.665Z] + sadf -c /var/log/sa-host/sa05 [2020-11-16T16:03:22.665Z] file_magic: OK [2020-11-16T16:03:22.665Z] HZ: Using current value: 100 [2020-11-16T16:03:22.665Z] file_header: OK [2020-11-16T16:03:22.665Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-11-16T16:03:22.665Z] Statistics: [2020-11-16T16:03:22.665Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-16T16:03:22.665Z] File successfully converted to sysstat format version 12.2.1 [2020-11-16T16:03:22.665Z] + sadf -c /var/log/sa-host/sa16 [2020-11-16T16:03:22.665Z] file_magic: OK [2020-11-16T16:03:22.665Z] HZ: Using current value: 100 [2020-11-16T16:03:22.665Z] file_header: OK [2020-11-16T16:03:22.665Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-11-16T16:03:22.665Z] Statistics: [2020-11-16T16:03:22.665Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-16T16:03:22.665Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-16T16:03:22.927Z] provisioning config files... [2020-11-16T16:03:22.956Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config3714648774353104599tmp [Pipeline] { [Pipeline] echo [2020-11-16T16:03:23.033Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-16T16:03:23.335Z] ---> create-netrc.sh [Pipeline] } [2020-11-16T16:03:23.348Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-16T16:03:23.525Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-16T16:03:23.821Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-16T16:03:23.832Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-16T16:03:24.130Z] ---> sudo-logs.sh [2020-11-16T16:03:24.130Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-16T16:03:24.142Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-16T16:03:24.439Z] ---> job-cost.sh [2020-11-16T16:03:24.439Z] lf-activate-venv: SKIPPING [2020-11-16T16:03:24.439Z] INFO: No Stack... [2020-11-16T16:03:25.833Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-16T16:03:26.407Z] INFO: Archiving Costs [Pipeline] echo [2020-11-16T16:03:26.425Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-16T16:03:26.724Z] ---> logs-deploy.sh [2020-11-16T16:03:26.724Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/master/49 [2020-11-16T16:03:26.724Z] INFO: archiving workspace using pattern(s): [2020-11-16T16:03:28.114Z] Archives upload complete. [2020-11-16T16:03:28.376Z] INFO: archiving logs to Nexus