Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3a634a1c00d95d9219bb951cd4c22fd9c49f79ac Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildCApp] RAW Config: [project:device-sdk-c, dockerBuildFilePath:scripts/Dockerfile.alpine-base, dockerFilePath:scripts/Dockerfile.alpine, pushImage:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildCApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-c-settings PROJECT: device-sdk-c USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest DOCKER_FILE_PATH: scripts/Dockerfile.alpine DOCKER_BUILD_FILE_PATH: scripts/Dockerfile.alpine-base DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-c DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-33203 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-c.git > git init /w/workspace/edgexfoundry_device-sdk-c_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 3a634a1c00d95d9219bb951cd4c22fd9c49f79ac (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 3a634a1c00d95d9219bb951cd4c22fd9c49f79ac # timeout=10 Commit message: "refactor: Switch to 2.0 Consul path (#340)" > git rev-list --no-walk 603e15a22e98ad0ffc0e9ce671b1afa02ea84060 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:39:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:39:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:39:34 ========================================================= 22:39:34 EdgeX Global Pipelines Version Info 22:39:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:39:36 ------------------- 22:39:36 stable info: 22:39:36 ------------------- 22:39:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:39:36 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 22:39:36 Message: update stable to v1.0.186 22:39:37 ------------------- 22:39:37 experimental info: 22:39:37 ------------------- 22:39:37 Commited By: **** collab-it+edgex@linuxfoundation.org 22:39:37 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 22:39:37 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:39:37 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-c-settings [Pipeline] echo 22:39:37 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-c [Pipeline] echo 22:39:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:39:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:39:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:39:38 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [Pipeline] echo 22:39:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = scripts/Dockerfile.alpine [Pipeline] echo 22:39:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = scripts/Dockerfile.alpine-base [Pipeline] echo 22:39:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:39:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-c [Pipeline] echo 22:39:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:39:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:39:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:39:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:39:38 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:39:39 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:39:39 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:39:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 22:39:39 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 22:39:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 22:39:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3a634a1c00d95d9219bb951cd4c22fd9c49f79ac [Pipeline] echo 22:39:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3a634a1 [Pipeline] echo 22:39:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:39:39 provisioning config files... 22:39:39 copy managed file [device-sdk-c-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config2016977111835071465tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:39:40 ---> docker-login.sh 22:39:40 nexus3.edgexfoundry.org:10001 22:39:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:39:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:39:40 Configure a credential helper to remove this warning. See 22:39:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:39:40 22:39:40 Login Succeeded 22:39:40 nexus3.edgexfoundry.org:10002 22:39:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:39:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:39:40 Configure a credential helper to remove this warning. See 22:39:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:39:40 22:39:40 Login Succeeded 22:39:40 nexus3.edgexfoundry.org:10003 22:39:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:39:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:39:41 Configure a credential helper to remove this warning. See 22:39:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:39:41 22:39:41 Login Succeeded 22:39:41 nexus3.edgexfoundry.org:10004 22:39:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:39:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:39:41 Configure a credential helper to remove this warning. See 22:39:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:39:41 22:39:41 Login Succeeded 22:39:41 docker.io 22:39:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:39:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:39:41 Configure a credential helper to remove this warning. See 22:39:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:39:41 22:39:41 Login Succeeded 22:39:41 ---> docker-login.sh ends [Pipeline] } 22:39:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 22:39:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:39:43 22:39:43 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:39:43 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:39:43 latest: Pulling from edgex-devops/git-semver 22:39:43 31603596830f: Pulling fs layer 22:39:43 2a8b12db71e7: Pulling fs layer 22:39:43 6ca5941a6612: Pulling fs layer 22:39:43 ecc8261a40a4: Pulling fs layer 22:39:43 ecc8261a40a4: Waiting 22:39:43 2a8b12db71e7: Verifying Checksum 22:39:43 2a8b12db71e7: Download complete 22:39:44 31603596830f: Verifying Checksum 22:39:44 31603596830f: Download complete 22:39:44 6ca5941a6612: Verifying Checksum 22:39:44 6ca5941a6612: Download complete 22:39:44 ecc8261a40a4: Verifying Checksum 22:39:44 ecc8261a40a4: Download complete 22:39:44 31603596830f: Pull complete 22:39:44 2a8b12db71e7: Pull complete 22:39:45 6ca5941a6612: Pull complete 22:39:45 ecc8261a40a4: Pull complete 22:39:45 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:39:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:39:45 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:39:46 prd-centos7-docker-4c-2g-33203 does not seem to be running inside a container 22:39:46 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:39:48 $ docker top 51e3e21299cb4107154aee15eae1fbde9cff09febbdee1d4ccea7842d902a0fe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:39:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:39:48 [ssh-agent] Looking for ssh-agent implementation... 22:39:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:39:48 $ docker exec 51e3e21299cb4107154aee15eae1fbde9cff09febbdee1d4ccea7842d902a0fe ssh-agent 22:39:48 SSH_AUTH_SOCK=/tmp/ssh-rsCFiEdVZMSL/agent.12 22:39:48 SSH_AGENT_PID=17 22:39:48 Running ssh-add (command line suppressed) 22:39:49 Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_8078584946409630515.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_8078584946409630515.key) 22:39:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:39:49 + git tag --points-at HEAD [Pipeline] } 22:39:49 $ docker exec --env ******** --env ******** 51e3e21299cb4107154aee15eae1fbde9cff09febbdee1d4ccea7842d902a0fe ssh-agent -k 22:39:49 unset SSH_AUTH_SOCK; 22:39:49 unset SSH_AGENT_PID; 22:39:49 echo Agent pid 17 killed; 22:39:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:39:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:39:49 [ssh-agent] Looking for ssh-agent implementation... 22:39:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:39:50 $ docker exec 51e3e21299cb4107154aee15eae1fbde9cff09febbdee1d4ccea7842d902a0fe ssh-agent 22:39:50 SSH_AUTH_SOCK=/tmp/ssh-fegIuOM8hr9v/agent.46 22:39:50 SSH_AGENT_PID=51 22:39:50 Running ssh-add (command line suppressed) 22:39:50 Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_3790064999157702745.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_3790064999157702745.key) 22:39:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:39:50 + git semver init 22:39:50 # -> Open(): unable to determine branch for HEAD 22:39:50 # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git 22:39:50 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master 22:39:50 # $SEMVER_REMOTE_NAME = origin 22:39:50 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:39:50 # $SEMVER_USER_NAME = edgex-jenkins 22:39:50 # $SEMVER_BRANCH = master 22:39:50 # $SEMVER_TEMP = /tmp/semver-821876842 22:39:50 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-c.git $SEMVER_TEMP 22:39:51 # '/tmp/semver-821876842' -> '/w/workspace/edgexfoundry_device-sdk-c_master/.semver' 22:39:51 # -> Force: false 22:39:51 # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [Pipeline] } 22:39:51 $ docker exec --env ******** --env ******** 51e3e21299cb4107154aee15eae1fbde9cff09febbdee1d4ccea7842d902a0fe ssh-agent -k 22:39:51 unset SSH_AUTH_SOCK; 22:39:51 unset SSH_AGENT_PID; 22:39:51 echo Agent pid 51 killed; 22:39:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:39:52 + git semver [Pipeline] } 22:39:52 $ docker stop --time=1 51e3e21299cb4107154aee15eae1fbde9cff09febbdee1d4ccea7842d902a0fe 22:39:53 $ docker rm -f 51e3e21299cb4107154aee15eae1fbde9cff09febbdee1d4ccea7842d902a0fe [Pipeline] // withDockerContainer [Pipeline] sh 22:39:54 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:39:54 Stashed 1 file(s) [Pipeline] echo 22:39:54 [edgeXSemver]: initialized semver on version 1.3.2-dev.8 [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 22:40:10 Still waiting to schedule task 22:40:10 Waiting for next available executor on ‘centos7-docker-4c-2g’ 22:40:10 Still waiting to schedule task 22:40:10 ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline 22:41:29 Running on prd-centos7-docker-4c-2g-33207 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] ws 22:41:29 Running in /w/workspace/device-sdk-c/60 [Pipeline] { [Pipeline] checkout 22:41:31 using credential edgex-jenkins-ssh 22:41:31 Cloning the remote Git repository 22:41:31 Cloning repository git@github.com:edgexfoundry/device-sdk-c.git 22:41:31 > git init /w/workspace/device-sdk-c/60 # timeout=10 22:41:31 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git 22:41:31 > git --version # timeout=10 22:41:31 > git --version # 'git version 2.24.3' 22:41:31 using GIT_SSH to set credentials SSH Credentials for GitHub 22:41:31 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:41:32 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 22:41:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:41:32 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 22:41:32 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git 22:41:32 using GIT_SSH to set credentials SSH Credentials for GitHub 22:41:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:41:33 Checking out Revision 3a634a1c00d95d9219bb951cd4c22fd9c49f79ac (master) 22:41:33 > git config core.sparsecheckout # timeout=10 22:41:33 > git checkout -f 3a634a1c00d95d9219bb951cd4c22fd9c49f79ac # timeout=10 22:41:36 Commit message: "refactor: Switch to 2.0 Consul path (#340)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:41:37 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:41:38 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:41:38 + sudo service docker restart 22:41:38 + true 22:41:38 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:41:39 provisioning config files... 22:41:39 copy managed file [device-sdk-c-settings] to file:/w/workspace/device-sdk-c/60@tmp/config4016667205878340854tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:41:39 ---> docker-login.sh 22:41:39 nexus3.edgexfoundry.org:10001 22:41:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:41:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:41:40 Configure a credential helper to remove this warning. See 22:41:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:41:40 22:41:40 Login Succeeded 22:41:40 nexus3.edgexfoundry.org:10002 22:41:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:41:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:41:40 Configure a credential helper to remove this warning. See 22:41:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:41:40 22:41:40 Login Succeeded 22:41:40 nexus3.edgexfoundry.org:10003 22:41:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:41:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:41:40 Configure a credential helper to remove this warning. See 22:41:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:41:40 22:41:40 Login Succeeded 22:41:40 nexus3.edgexfoundry.org:10004 22:41:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:41:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:41:40 Configure a credential helper to remove this warning. See 22:41:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:41:40 22:41:40 Login Succeeded 22:41:40 docker.io 22:41:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:41:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:41:41 Configure a credential helper to remove this warning. See 22:41:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:41:41 22:41:41 Login Succeeded 22:41:41 ---> docker-login.sh ends [Pipeline] } 22:41:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:41:41 ========================================================= 22:41:41 [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] 22:41:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:41:41 + docker build -t ci-base-image-x86_64 -f scripts/Dockerfile.alpine-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest . 22:41:41 Sending build context to Docker daemon 2.341MB 22:41:41 Step 1/21 : ARG BASE=alpine:3.12 22:41:41 Step 2/21 : FROM ${BASE} as builder 22:41:42 latest: Pulling from edgex-devops/edgex-gcc-base 22:41:42 e7c96db7181b: Pulling fs layer 22:41:42 4c13bbce0fe7: Pulling fs layer 22:41:42 6059c847ac2f: Pulling fs layer 22:41:42 4c13bbce0fe7: Verifying Checksum 22:41:42 4c13bbce0fe7: Download complete 22:41:42 e7c96db7181b: Verifying Checksum 22:41:42 e7c96db7181b: Download complete 22:41:43 e7c96db7181b: Pull complete 22:41:43 4c13bbce0fe7: Pull complete 22:41:44 6059c847ac2f: Verifying Checksum 22:41:44 6059c847ac2f: Download complete 22:41:48 6059c847ac2f: Pull complete 22:41:48 Digest: sha256:6b5104d086ae1e5e8a284a473be9a93378e3934f9b07db5717372c857cbcbe5e 22:41:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest 22:41:48 ---> 5eabd8fd8ba2 22:41:48 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 22:41:50 ---> Running in 2a9c35285fcc 22:41:50 fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz 22:41:51 fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz 22:41:51 (1/8) Installing ncurses-dev (6.1_p20190105-r0) 22:41:51 (2/8) Installing libuuid (2.33-r0) 22:41:51 (3/8) Installing libblkid (2.33-r0) 22:41:52 (4/8) Installing libfdisk (2.33-r0) 22:41:52 (5/8) Installing libmount (2.33-r0) 22:41:52 (6/8) Installing libsmartcols (2.33-r0) 22:41:52 (7/8) Installing util-linux-dev (2.33-r0) 22:41:53 (8/8) Installing wget (1.20.3-r0) 22:41:53 Executing busybox-1.29.3-r10.trigger 22:41:53 OK: 272 MiB in 83 packages 22:41:53 Removing intermediate container 2a9c35285fcc 22:41:53 ---> de65ce4e7989 22:41:53 Step 4/21 : ENV CBOR_VERSION=0.5.0 22:41:53 ---> Running in 349c3bc94517 22:41:53 Removing intermediate container 349c3bc94517 22:41:53 ---> 67de10f753fd 22:41:53 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 22:41:53 ---> Running in 5a14daf85e45 22:41:54 --2021-04-07 22:41:54-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz 22:41:54 Resolving github.com... 140.82.112.4 22:41:54 Connecting to github.com|140.82.112.4|:443... connected. 22:41:54 HTTP request sent, awaiting response... 302 Found 22:41:54 Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] 22:41:54 --2021-04-07 22:41:54-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 22:41:54 Resolving codeload.github.com... 140.82.113.9 22:41:54 Connecting to codeload.github.com|140.82.113.9|:443... connected. 22:41:54 HTTP request sent, awaiting response... 200 OK 22:41:54 Length: unspecified [application/x-gzip] 22:41:54 Saving to: 'STDOUT' 22:41:54 22:41:54 0K .......... .......... .......... .......... .......... 1.43M 22:41:54 50K .......... .......... .......... .......... .......... 2.99M 22:41:54 100K .......... .......... .......... .......... .......... 21.9M 22:41:54 150K .......... .......... .......... .......... .......... 27.5M 22:41:54 200K .......... .......... .......... .......... .......... 3.39M 22:41:55 250K .......... .......... .......... .......... .......... 3.35M 22:41:55 300K .......... .......... .......... .......... .......... 14.3M 22:41:55 350K .......... .......... .......... .......... .......... 34.9M 22:41:55 400K .......... .......... .......... .......... .......... 8.20M 22:41:55 450K .......... .......... .......... .......... .......... 5.19M 22:41:55 500K .......... .......... .......... .......... .......... 25.1M 22:41:55 550K .......... .......... .......... .......... .......... 5.53M 22:41:55 600K .......... .......... .......... .......... .......... 2.16M 22:41:55 650K .......... .......... .......... .......... .......... 6.45M 22:41:55 700K .. 44.6M=0.1s 22:41:55 22:41:55 2021-04-07 22:41:54 (4.74 MB/s) - written to stdout [719348] 22:41:55 22:41:55 -- The C compiler identification is GNU 8.3.0 22:41:55 -- The CXX compiler identification is GNU 8.3.0 22:41:55 -- Check for working C compiler: /usr/bin/cc 22:41:55 -- Check for working C compiler: /usr/bin/cc -- works 22:41:55 -- Detecting C compiler ABI info 22:41:55 -- Detecting C compiler ABI info - done 22:41:55 -- Detecting C compile features 22:41:55 -- Detecting C compile features - done 22:41:55 -- Check for working CXX compiler: /usr/bin/c++ 22:41:55 -- Check for working CXX compiler: /usr/bin/c++ -- works 22:41:55 -- Detecting CXX compiler ABI info 22:41:55 -- Detecting CXX compiler ABI info - done 22:41:55 -- Detecting CXX compile features 22:41:56 -- Detecting CXX compile features - done 22:41:56 -- Looking for include file endian.h 22:41:56 -- Looking for include file endian.h - found 22:41:56 -- Check if the system is big endian 22:41:56 -- Searching 16 bit integer 22:41:56 -- Looking for sys/types.h 22:41:56 -- Looking for sys/types.h - found 22:41:56 -- Looking for stdint.h 22:41:56 -- Looking for stdint.h - found 22:41:56 -- Looking for stddef.h 22:41:56 -- Looking for stddef.h - found 22:41:56 -- Check size of unsigned short 22:41:56 -- Check size of unsigned short - done 22:41:56 -- Using unsigned short 22:41:56 -- Check if the system is big endian - little endian 22:41:56 -- Check size of size_t 22:41:56 -- Check size of size_t - done 22:41:56 CMake Warning at examples/CMakeLists.txt:16 (find_package): 22:41:56 By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has 22:41:56 asked CMake to find a package configuration file provided by "cJSON", but 22:41:56 CMake did not find one. 22:41:56 22:41:56 Could not find a package configuration file provided by "cJSON" with any of 22:41:56 the following names: 22:41:56 22:41:56 cJSONConfig.cmake 22:41:56 cjson-config.cmake 22:41:56 22:41:56 Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set 22:41:56 "cJSON_DIR" to a directory containing one of the above files. If "cJSON" 22:41:56 provides a separate development package or SDK, be sure it has been 22:41:56 installed. 22:41:56 22:41:56 22:41:56 -- Configuring done 22:41:56 -- Generating done 22:41:56 -- Build files have been written to: /tmp/cbor 22:41:56 Scanning dependencies of target cbor_shared 22:41:56 [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o 22:41:57 [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o 22:41:57 [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o 22:41:57 [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o 22:41:57 [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o 22:41:57 [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o 22:41:57 [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o 22:41:57 [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o 22:41:57 [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o 22:41:57 [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o 22:41:57 [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o 22:41:57 [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o 22:41:57 [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o 22:41:58 [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o 22:41:58 [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o 22:41:58 [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o 22:41:58 [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o 22:41:58 [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o 22:41:58 [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o 22:41:58 [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o 22:41:58 [ 40%] Linking C shared library libcbor.so 22:41:58 [ 40%] Built target cbor_shared 22:41:58 Scanning dependencies of target cbor 22:41:58 [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o 22:41:58 [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o 22:41:59 [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o 22:41:59 [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o 22:41:59 [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o 22:41:59 [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o 22:41:59 [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o 22:41:59 [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o 22:41:59 [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o 22:41:59 [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o 22:41:59 [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o 22:41:59 [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o 22:42:00 [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o 22:42:00 [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o 22:42:00 [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o 22:42:00 [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o 22:42:00 [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o 22:42:00 [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o 22:42:00 [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o 22:42:00 [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o 22:42:00 [ 80%] Linking C static library libcbor.a 22:42:00 [ 80%] Built target cbor 22:42:00 Scanning dependencies of target create_items 22:42:00 [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o 22:42:00 [ 84%] Linking C executable create_items 22:42:00 [ 84%] Built target create_items 22:42:00 Scanning dependencies of target readfile 22:42:00 [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o 22:42:00 [ 88%] Linking C executable readfile 22:42:00 [ 88%] Built target readfile 22:42:00 Scanning dependencies of target streaming_parser 22:42:00 [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o 22:42:00 [ 92%] Linking C executable streaming_parser 22:42:00 [ 92%] Built target streaming_parser 22:42:00 Scanning dependencies of target sort 22:42:00 [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o 22:42:00 [ 96%] Linking C executable sort 22:42:01 [ 96%] Built target sort 22:42:01 Scanning dependencies of target hello 22:42:01 [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o 22:42:01 [100%] Linking C executable hello 22:42:01 [100%] Built target hello 22:42:01 Install the project... 22:42:01 -- Install configuration: "Release" 22:42:01 -- Installing: /usr/local/include/cbor/configuration.h 22:42:01 -- Installing: /usr/local/lib64/libcbor.a 22:42:01 -- Installing: /usr/local/lib64/libcbor.so.0.0.0 22:42:01 -- Installing: /usr/local/lib64/libcbor.so.0 22:42:01 -- Installing: /usr/local/lib64/libcbor.so 22:42:01 -- Up-to-date: /usr/local/include/cbor 22:42:01 -- Installing: /usr/local/include/cbor/arrays.h 22:42:01 -- Installing: /usr/local/include/cbor/bytestrings.h 22:42:01 -- Installing: /usr/local/include/cbor/callbacks.h 22:42:01 -- Installing: /usr/local/include/cbor/common.h 22:42:01 -- Installing: /usr/local/include/cbor/data.h 22:42:01 -- Installing: /usr/local/include/cbor/encoding.h 22:42:01 -- Installing: /usr/local/include/cbor/floats_ctrls.h 22:42:01 -- Installing: /usr/local/include/cbor/internal 22:42:01 -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h 22:42:01 -- Installing: /usr/local/include/cbor/internal/encoders.h 22:42:01 -- Installing: /usr/local/include/cbor/internal/loaders.h 22:42:01 -- Installing: /usr/local/include/cbor/internal/memory_utils.h 22:42:01 -- Installing: /usr/local/include/cbor/internal/stack.h 22:42:01 -- Installing: /usr/local/include/cbor/internal/unicode.h 22:42:01 -- Installing: /usr/local/include/cbor/ints.h 22:42:01 -- Installing: /usr/local/include/cbor/maps.h 22:42:01 -- Installing: /usr/local/include/cbor/serialization.h 22:42:01 -- Installing: /usr/local/include/cbor/streaming.h 22:42:01 -- Installing: /usr/local/include/cbor/strings.h 22:42:01 -- Installing: /usr/local/include/cbor/tags.h 22:42:01 -- Installing: /usr/local/include/cbor.h 22:42:01 -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc 22:42:01 Running on prd-ubuntu18.04-docker-arm64-4c-16g-33206 in /w/workspace/edgexfoundry_device-sdk-c_master [Pipeline] { [Pipeline] ws 22:42:01 Running in /w/workspace/device-sdk-c/60 [Pipeline] { [Pipeline] checkout 22:42:03 Removing intermediate container 5a14daf85e45 22:42:03 ---> dce77e5856a2 22:42:03 Step 6/21 : RUN mkdir /tmp/sdk 22:42:03 ---> Running in 86a84d3c2942 22:42:04 Removing intermediate container 86a84d3c2942 22:42:04 ---> 32ebc7981020 22:42:04 Step 7/21 : COPY VERSION /tmp/sdk 22:42:04 ---> 347a421647cb 22:42:04 Step 8/21 : COPY src /tmp/sdk/src 22:42:05 ---> c04d066a2216 22:42:05 Step 9/21 : COPY include /tmp/sdk/include 22:42:06 ---> a1e4659389f5 22:42:06 Step 10/21 : COPY scripts /tmp/sdk/scripts 22:42:06 ---> 1c3f2cfc7c02 22:42:06 Step 11/21 : COPY LICENSE /tmp/sdk 22:42:06 ---> 09425bc3f1c2 22:42:06 Step 12/21 : COPY Attribution.txt /tmp/sdk 22:42:06 ---> ce47453f05f1 22:42:06 Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install 22:42:06 ---> Running in 6aced2402ed7 22:42:06 using credential edgex-jenkins-ssh 22:42:06 Cloning the remote Git repository 22:42:06 Cloning repository git@github.com:edgexfoundry/device-sdk-c.git 22:42:06 > git init /w/workspace/device-sdk-c/60 # timeout=10 22:42:07 + CPPCHECK=false 22:42:07 + DOCGEN=false 22:42:07 + TOMLVER=SDK-0.2 22:42:07 + CUTILVER=1.1.4 22:42:07 + '[' 0 -gt 0 ] 22:42:07 + readlink -f ./scripts/build.sh 22:42:07 + dirname /tmp/sdk/scripts/build.sh 22:42:07 + dirname /tmp/sdk/scripts 22:42:07 + ROOT=/tmp/sdk 22:42:07 + cd /tmp/sdk 22:42:07 + '[' '!' -d deps ] 22:42:07 + mkdir deps 22:42:07 + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz 22:42:07 + tar -C deps -z -x -f - 22:42:07 --2021-04-07 22:42:07-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz 22:42:07 Resolving github.com... 140.82.112.4 22:42:07 Connecting to github.com|140.82.112.4|:443... connected. 22:42:07 HTTP request sent, awaiting response... 302 Found 22:42:07 Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] 22:42:07 --2021-04-07 22:42:07-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 22:42:07 Resolving codeload.github.com... 140.82.113.9 22:42:07 Connecting to codeload.github.com|140.82.113.9|:443... connected. 22:42:07 HTTP request sent, awaiting response... 200 OK 22:42:07 Length: unspecified [application/x-gzip] 22:42:07 Saving to: 'STDOUT' 22:42:07 22:42:07 0K .......... ......  917K=0.02s 22:42:07 22:42:07 2021-04-07 22:42:07 (917 KB/s) - written to stdout [16451] 22:42:07 22:42:07 + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c 22:42:07 + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz 22:42:07 + tar -C deps -z -x -f - 22:42:07 --2021-04-07 22:42:07-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz 22:42:07 Resolving github.com... 140.82.112.4 22:42:07 Connecting to github.com|140.82.112.4|:443... connected. 22:42:07 HTTP request sent, awaiting response... 302 Found 22:42:07 Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 [following] 22:42:07 --2021-04-07 22:42:07-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 22:42:07 Resolving codeload.github.com... 140.82.113.9 22:42:07 Connecting to codeload.github.com|140.82.113.9|:443... connected. 22:42:08 HTTP request sent, awaiting response... 200 OK 22:42:08 Length: unspecified [application/x-gzip] 22:42:08 Saving to: 'STDOUT' 22:42:08 22:42:08 0K .......... .......... .......... .......... .......... 833K 22:42:08 50K .......... .......... .......... .......... .......... 744K 22:42:08 100K .......... .......... .......... .......... .......... 987K 22:42:08 150K .......... .......... ....... 1.58M=0.2s 22:42:08 22:42:08 2021-04-07 22:42:07 (910 KB/s) - written to stdout [181796] 22:42:08 22:42:08 + mkdir -p src/c/iot 22:42:08 + cp deps/iotech-c-utils-1.1.4/src/c/base64.c deps/iotech-c-utils-1.1.4/src/c/component.c deps/iotech-c-utils-1.1.4/src/c/config.c deps/iotech-c-utils-1.1.4/src/c/container.c deps/iotech-c-utils-1.1.4/src/c/data.c deps/iotech-c-utils-1.1.4/src/c/hash.c deps/iotech-c-utils-1.1.4/src/c/iot.c deps/iotech-c-utils-1.1.4/src/c/json.c deps/iotech-c-utils-1.1.4/src/c/logger.c deps/iotech-c-utils-1.1.4/src/c/os.c deps/iotech-c-utils-1.1.4/src/c/scheduler.c deps/iotech-c-utils-1.1.4/src/c/thread.c deps/iotech-c-utils-1.1.4/src/c/threadpool.c deps/iotech-c-utils-1.1.4/src/c/time.c deps/iotech-c-utils-1.1.4/src/c/yxml.c src/c/iot 22:42:08 + cp deps/iotech-c-utils-1.1.4/src/c/defs.h.in src/c/iot 22:42:08 + cp deps/iotech-c-utils-1.1.4/src/c/yxml.h src/c/iot 22:42:08 + cp deps/iotech-c-utils-1.1.4/VERSION src/c/iot 22:42:08 + mkdir -p include/iot 22:42:08 + cp deps/iotech-c-utils-1.1.4/include/iot/base64.h deps/iotech-c-utils-1.1.4/include/iot/component.h deps/iotech-c-utils-1.1.4/include/iot/config.h deps/iotech-c-utils-1.1.4/include/iot/container.h deps/iotech-c-utils-1.1.4/include/iot/data.h deps/iotech-c-utils-1.1.4/include/iot/hash.h deps/iotech-c-utils-1.1.4/include/iot/iot.h deps/iotech-c-utils-1.1.4/include/iot/json.h deps/iotech-c-utils-1.1.4/include/iot/logger.h deps/iotech-c-utils-1.1.4/include/iot/os.h deps/iotech-c-utils-1.1.4/include/iot/scheduler.h deps/iotech-c-utils-1.1.4/include/iot/thread.h deps/iotech-c-utils-1.1.4/include/iot/threadpool.h deps/iotech-c-utils-1.1.4/include/iot/time.h deps/iotech-c-utils-1.1.4/include/iot/typecode.h include/iot 22:42:08 + mkdir -p include/iot/os 22:42:08 + cp deps/iotech-c-utils-1.1.4/include/iot/os/linux.h deps/iotech-c-utils-1.1.4/include/iot/os/macos.h deps/iotech-c-utils-1.1.4/include/iot/os/zephyr.h include/iot/os 22:42:08 + mkdir -p /tmp/sdk/build/release 22:42:08 + cd /tmp/sdk/build/release 22:42:08 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src 22:42:07 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git 22:42:07 > git --version # timeout=10 22:42:07 > git --version # 'git version 2.17.1' 22:42:07 using GIT_SSH to set credentials SSH Credentials for GitHub 22:42:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:42:08 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 22:42:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:42:08 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 22:42:08 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git 22:42:08 using GIT_SSH to set credentials SSH Credentials for GitHub 22:42:08 -- The C compiler identification is GNU 8.3.0 22:42:08 -- Check for working C compiler: /usr/bin/cc 22:42:08 -- Check for working C compiler: /usr/bin/cc -- works 22:42:08 -- Detecting C compiler ABI info 22:42:08 -- Detecting C compiler ABI info - done 22:42:08 -- Detecting C compile features 22:42:08 -- Detecting C compile features - done 22:42:08 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so 22:42:08 -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") 22:42:08 -- Found LIBYAML: /usr/lib/libyaml.so 22:42:08 -- Found LIBUUID: /usr/lib/libuuid.so 22:42:08 -- Found LIBCBOR: /usr/local/lib64/libcbor.so 22:42:08 -- C SDK 1.3.2-dev.8 for Linux 22:42:08 -- Performing Test CSDK_HAVE_ATOMIC 22:42:08 Checking out Revision 3a634a1c00d95d9219bb951cd4c22fd9c49f79ac (master) 22:42:08 -- Performing Test CSDK_HAVE_ATOMIC - Success 22:42:08 -- Found Curses: /usr/lib/libcurses.so 22:42:08 -- Configuring done 22:42:08 -- Generating done 22:42:08 -- Build files have been written to: /tmp/sdk/build/release 22:42:08 + make 22:42:08 + tee release.log 22:42:08 Scanning dependencies of target csdk 22:42:08 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o 22:42:09 [ 3%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o 22:42:09 [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o 22:42:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:42:08 > git config core.sparsecheckout # timeout=10 22:42:08 > git checkout -f 3a634a1c00d95d9219bb951cd4c22fd9c49f79ac # timeout=10 22:42:09 [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o 22:42:09 [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o 22:42:09 [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o 22:42:10 [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o 22:42:10 [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o 22:42:10 [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o 22:42:10 [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o 22:42:10 [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o 22:42:10 [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o 22:42:10 [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o 22:42:10 [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o 22:42:11 [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o 22:42:11 [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o 22:42:11 [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o 22:42:11 [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o 22:42:12 [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o 22:42:12 [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o 22:42:12 [ 35%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o 22:42:13 [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o 22:42:13 [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o 22:42:13 Commit message: "refactor: Switch to 2.0 Consul path (#340)" 22:42:13 [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o 22:42:13 [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o 22:42:13 [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o 22:42:13 [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:42:13 [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o 22:42:13 [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o 22:42:14 [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o 22:42:14 [ 52%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o 22:42:14 [ 54%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o 22:42:14 [ 55%] Building C object c/CMakeFiles/csdk.dir/parson.c.o 22:42:14 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:42:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:42:15 + true 22:42:15 + sudo service docker restart 22:42:15 [ 57%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o 22:42:15 [ 59%] Building C object c/CMakeFiles/csdk.dir/registry.c.o 22:42:15 [ 61%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o 22:42:16 [ 62%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o 22:42:16 [ 64%] Building C object c/CMakeFiles/csdk.dir/rest.c.o 22:42:16 [ 66%] Building C object c/CMakeFiles/csdk.dir/service.c.o 22:42:16 [ 67%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:42:17 provisioning config files... 22:42:17 copy managed file [device-sdk-c-settings] to file:/w/workspace/device-sdk-c/60@tmp/config934096461620613560tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:42:17 [ 69%] Building C object c/CMakeFiles/csdk.dir/transform.c.o 22:42:17 [ 71%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o 22:42:18 ---> docker-login.sh 22:42:18 nexus3.edgexfoundry.org:10001 22:42:18 [ 72%] Linking C shared library libcsdk.so 22:42:18 [ 72%] Built target csdk 22:42:18 Scanning dependencies of target template 22:42:18 [ 74%] Building C object c/examples/CMakeFiles/template.dir/template.c.o 22:42:18 [ 76%] Linking C executable template 22:42:18 [ 76%] Built target template 22:42:18 Scanning dependencies of target device-counter 22:42:18 [ 77%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o 22:42:18 [ 79%] Linking C executable device-counter 22:42:18 [ 79%] Built target device-counter 22:42:18 Scanning dependencies of target device-random 22:42:18 [ 81%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o 22:42:18 [ 83%] Linking C executable device-random 22:42:18 [ 83%] Built target device-random 22:42:18 Scanning dependencies of target device-gyro 22:42:18 [ 84%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o 22:42:18 [ 86%] Linking C executable device-gyro 22:42:18 [ 86%] Built target device-gyro 22:42:18 Scanning dependencies of target device-bitfields 22:42:18 [ 88%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o 22:42:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:19 [ 89%] Linking C executable device-bitfields 22:42:19 [ 89%] Built target device-bitfields 22:42:19 Scanning dependencies of target template-discovery 22:42:19 [ 91%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o 22:42:19 [ 93%] Linking C executable template-discovery 22:42:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:19 Configure a credential helper to remove this warning. See 22:42:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:19 22:42:19 Login Succeeded 22:42:19 nexus3.edgexfoundry.org:10002 22:42:19 [ 93%] Built target template-discovery 22:42:19 Scanning dependencies of target device-file 22:42:19 [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o 22:42:19 [ 96%] Linking C executable device-file 22:42:19 [ 96%] Built target device-file 22:42:19 Scanning dependencies of target device-terminal 22:42:19 [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o 22:42:19 [100%] Linking C executable device-terminal 22:42:19 [100%] Built target device-terminal 22:42:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:19 Configure a credential helper to remove this warning. See 22:42:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:19 22:42:19 Login Succeeded 22:42:19 nexus3.edgexfoundry.org:10003 22:42:20 + make package 22:42:20 + tee -a release.log 22:42:20 [ 72%] Built target csdk 22:42:20 [ 76%] Built target template 22:42:20 [ 79%] Built target device-counter 22:42:20 [ 83%] Built target device-random 22:42:20 [ 86%] Built target device-gyro 22:42:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:20 [ 89%] Built target device-bitfields 22:42:20 [ 93%] Built target template-discovery 22:42:20 [ 96%] Built target device-file 22:42:20 [100%] Built target device-terminal 22:42:20 Run CPack packaging tool... 22:42:20 CPack: Create package using TGZ 22:42:20 CPack: Install projects 22:42:20 CPack: - Run preinstall target for: Csdk 22:42:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:20 Configure a credential helper to remove this warning. See 22:42:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:20 22:42:20 Login Succeeded 22:42:20 nexus3.edgexfoundry.org:10004 22:42:20 CPack: - Install project: Csdk 22:42:20 CPack: Create package 22:42:20 CPack: - package: /tmp/sdk/build/release/csdk-1.3.2-dev.8.tar.gz generated. 22:42:20 + '[' false '=' true ] 22:42:20 + '[' false '=' true ] 22:42:20 + mkdir -p /tmp/sdk/build/debug 22:42:20 + cd /tmp/sdk/build/debug 22:42:20 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src 22:42:20 -- The C compiler identification is GNU 8.3.0 22:42:20 -- Check for working C compiler: /usr/bin/cc 22:42:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:20 -- Check for working C compiler: /usr/bin/cc -- works 22:42:20 -- Detecting C compiler ABI info 22:42:20 -- Detecting C compiler ABI info - done 22:42:20 -- Detecting C compile features 22:42:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:21 Configure a credential helper to remove this warning. See 22:42:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:21 22:42:21 Login Succeeded 22:42:21 docker.io 22:42:21 -- Detecting C compile features - done 22:42:21 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so 22:42:21 -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") 22:42:21 -- Found LIBYAML: /usr/lib/libyaml.so 22:42:21 -- Found LIBUUID: /usr/lib/libuuid.so 22:42:21 -- Found LIBCBOR: /usr/local/lib64/libcbor.so 22:42:21 -- C SDK 1.3.2-dev.8 for Linux 22:42:21 -- Performing Test CSDK_HAVE_ATOMIC 22:42:21 -- Performing Test CSDK_HAVE_ATOMIC - Success 22:42:21 -- Found Curses: /usr/lib/libcurses.so 22:42:21 -- Configuring done 22:42:21 -- Generating done 22:42:21 -- Build files have been written to: /tmp/sdk/build/debug 22:42:21 + make 22:42:21 + tee debug.log 22:42:21 Scanning dependencies of target csdk 22:42:21 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o 22:42:21 [ 3%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o 22:42:21 [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o 22:42:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:21 [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o 22:42:21 [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o 22:42:21 [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o 22:42:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:21 Configure a credential helper to remove this warning. See 22:42:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:21 22:42:21 Login Succeeded 22:42:21 ---> docker-login.sh ends [Pipeline] } 22:42:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 22:42:21 [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o [Pipeline] echo 22:42:22 ========================================================= 22:42:22 [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] 22:42:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:42:22 [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o 22:42:22 [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o 22:42:22 [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o 22:42:22 [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o 22:42:22 [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o 22:42:22 [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o 22:42:22 [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o 22:42:22 + docker build -t ci-base-image-arm64 -f scripts/Dockerfile.alpine-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest . 22:42:22 [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o 22:42:22 [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o 22:42:22 [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o 22:42:22 [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o 22:42:22 Sending build context to Docker daemon 2.34MB 22:42:23 [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o 22:42:23 [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o 22:42:23 Step 1/21 : ARG BASE=alpine:3.12 22:42:23 Step 2/21 : FROM ${BASE} as builder 22:42:23 latest: Pulling from edgex-devops/edgex-gcc-base-arm64 22:42:23 0362ad1dd800: Pulling fs layer 22:42:23 f2cdb1532d8b: Pulling fs layer 22:42:23 37ed683be191: Pulling fs layer 22:42:23 f2cdb1532d8b: Verifying Checksum 22:42:23 f2cdb1532d8b: Download complete 22:42:23 [ 35%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o 22:42:23 [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o 22:42:23 [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o 22:42:23 [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o 22:42:23 [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o 22:42:23 [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o 22:42:23 [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o 22:42:23 [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o 22:42:23 [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o 22:42:23 0362ad1dd800: Verifying Checksum 22:42:23 0362ad1dd800: Download complete 22:42:23 [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o 22:42:23 [ 52%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o 22:42:24 [ 54%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o 22:42:24 [ 55%] Building C object c/CMakeFiles/csdk.dir/parson.c.o 22:42:24 0362ad1dd800: Pull complete 22:42:24 [ 57%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o 22:42:24 [ 59%] Building C object c/CMakeFiles/csdk.dir/registry.c.o 22:42:24 [ 61%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o 22:42:24 [ 62%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o 22:42:24 [ 64%] Building C object c/CMakeFiles/csdk.dir/rest.c.o 22:42:24 f2cdb1532d8b: Pull complete 22:42:24 [ 66%] Building C object c/CMakeFiles/csdk.dir/service.c.o 22:42:24 [ 67%] Building C object c/CMakeFiles/csdk.dir/toml.c.o 22:42:25 [ 69%] Building C object c/CMakeFiles/csdk.dir/transform.c.o 22:42:25 [ 71%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o 22:42:25 [ 72%] Linking C shared library libcsdk.so 22:42:25 [ 72%] Built target csdk 22:42:25 Scanning dependencies of target template 22:42:25 [ 74%] Building C object c/examples/CMakeFiles/template.dir/template.c.o 22:42:25 [ 76%] Linking C executable template 22:42:25 [ 76%] Built target template 22:42:25 Scanning dependencies of target device-counter 22:42:25 [ 77%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o 22:42:25 [ 79%] Linking C executable device-counter 22:42:25 [ 79%] Built target device-counter 22:42:25 Scanning dependencies of target device-random 22:42:25 [ 81%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o 22:42:25 37ed683be191: Verifying Checksum 22:42:25 37ed683be191: Download complete 22:42:25 [ 83%] Linking C executable device-random 22:42:25 [ 83%] Built target device-random 22:42:25 Scanning dependencies of target device-gyro 22:42:25 [ 84%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o 22:42:25 [ 86%] Linking C executable device-gyro 22:42:25 [ 86%] Built target device-gyro 22:42:25 Scanning dependencies of target device-bitfields 22:42:25 [ 88%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o 22:42:26 [ 89%] Linking C executable device-bitfields 22:42:26 [ 89%] Built target device-bitfields 22:42:26 Scanning dependencies of target template-discovery 22:42:26 [ 91%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o 22:42:26 [ 93%] Linking C executable template-discovery 22:42:26 [ 93%] Built target template-discovery 22:42:26 Scanning dependencies of target device-file 22:42:26 [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o 22:42:26 [ 96%] Linking C executable device-file 22:42:26 [ 96%] Built target device-file 22:42:26 Scanning dependencies of target device-terminal 22:42:26 [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o 22:42:26 [100%] Linking C executable device-terminal 22:42:26 [100%] Built target device-terminal 22:42:26 make: Entering directory '/tmp/sdk/build/release' 22:42:26 make[1]: Entering directory '/tmp/sdk/build/release' 22:42:26 make[2]: Entering directory '/tmp/sdk/build/release' 22:42:26 make[2]: Leaving directory '/tmp/sdk/build/release' 22:42:26 [ 72%] Built target csdk 22:42:26 make[2]: Entering directory '/tmp/sdk/build/release' 22:42:26 make[2]: Leaving directory '/tmp/sdk/build/release' 22:42:26 [ 76%] Built target template 22:42:26 make[2]: Entering directory '/tmp/sdk/build/release' 22:42:26 make[2]: Leaving directory '/tmp/sdk/build/release' 22:42:26 [ 79%] Built target device-counter 22:42:26 make[2]: Entering directory '/tmp/sdk/build/release' 22:42:26 make[2]: Leaving directory '/tmp/sdk/build/release' 22:42:26 [ 83%] Built target device-random 22:42:26 make[2]: Entering directory '/tmp/sdk/build/release' 22:42:26 make[2]: Leaving directory '/tmp/sdk/build/release' 22:42:26 [ 86%] Built target device-gyro 22:42:26 make[2]: Entering directory '/tmp/sdk/build/release' 22:42:26 make[2]: Leaving directory '/tmp/sdk/build/release' 22:42:26 [ 89%] Built target device-bitfields 22:42:26 make[2]: Entering directory '/tmp/sdk/build/release' 22:42:26 make[2]: Leaving directory '/tmp/sdk/build/release' 22:42:26 [ 93%] Built target template-discovery 22:42:26 make[2]: Entering directory '/tmp/sdk/build/release' 22:42:26 make[2]: Leaving directory '/tmp/sdk/build/release' 22:42:26 [ 96%] Built target device-file 22:42:26 make[2]: Entering directory '/tmp/sdk/build/release' 22:42:26 make[2]: Leaving directory '/tmp/sdk/build/release' 22:42:26 [100%] Built target device-terminal 22:42:26 make[1]: Leaving directory '/tmp/sdk/build/release' 22:42:26 Install the project... 22:42:26 -- Install configuration: "Release" 22:42:26 -- Installing: /usr/local/lib/libcsdk.so 22:42:26 -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" 22:42:26 -- Up-to-date: /usr/local/include 22:42:26 -- Installing: /usr/local/include/devsdk 22:42:26 -- Installing: /usr/local/include/devsdk/devsdk-base.h 22:42:26 -- Installing: /usr/local/include/devsdk/devsdk.h 22:42:26 -- Installing: /usr/local/include/edgex 22:42:26 -- Installing: /usr/local/include/edgex/devices.h 22:42:26 -- Installing: /usr/local/include/edgex/edgex-base.h 22:42:26 -- Installing: /usr/local/include/edgex/edgex.h 22:42:26 -- Installing: /usr/local/include/edgex/profiles.h 22:42:26 -- Installing: /usr/local/include/edgex/rest-server.h 22:42:26 -- Installing: /usr/local/include/edgex/csdk-defs.h 22:42:26 -- Installing: /usr/local/include/iot 22:42:26 -- Installing: /usr/local/include/iot/base64.h 22:42:26 -- Installing: /usr/local/include/iot/component.h 22:42:26 -- Installing: /usr/local/include/iot/config.h 22:42:26 -- Installing: /usr/local/include/iot/container.h 22:42:26 -- Installing: /usr/local/include/iot/data.h 22:42:26 -- Installing: /usr/local/include/iot/hash.h 22:42:26 -- Installing: /usr/local/include/iot/iot.h 22:42:26 -- Installing: /usr/local/include/iot/json.h 22:42:26 -- Installing: /usr/local/include/iot/logger.h 22:42:26 -- Installing: /usr/local/include/iot/os.h 22:42:26 -- Installing: /usr/local/include/iot/scheduler.h 22:42:26 -- Installing: /usr/local/include/iot/thread.h 22:42:26 -- Installing: /usr/local/include/iot/threadpool.h 22:42:26 -- Installing: /usr/local/include/iot/time.h 22:42:26 -- Installing: /usr/local/include/iot/typecode.h 22:42:26 -- Installing: /usr/local/include/iot/os 22:42:26 -- Installing: /usr/local/include/iot/os/linux.h 22:42:26 -- Installing: /usr/local/include/iot/os/macos.h 22:42:26 -- Installing: /usr/local/include/iot/os/zephyr.h 22:42:26 -- Installing: /usr/local/include/iot/defs.h 22:42:26 -- Installing: /usr/local/share/device-sdk-c/LICENSE 22:42:26 -- Installing: /usr/local/share/device-sdk-c/Attribution.txt 22:42:26 make: Leaving directory '/tmp/sdk/build/release' 22:42:28 Removing intermediate container 6aced2402ed7 22:42:28 ---> cc8599a917f7 22:42:28 Step 14/21 : FROM ${BASE} 22:42:28 ---> 5eabd8fd8ba2 22:42:28 Step 15/21 : LABEL maintainer="IOTech " 22:42:28 ---> Running in 93015934b111 22:42:29 Removing intermediate container 93015934b111 22:42:29 ---> 6fdce7441646 22:42:29 Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid 22:42:29 ---> Running in f463058323f7 22:42:29 fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz 22:42:30 fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz 22:42:30 (1/3) Installing curl (7.64.0-r5) 22:42:30 (2/3) Installing libuuid (2.33-r0) 22:42:30 (3/3) Installing wget (1.20.3-r0) 22:42:30 Executing busybox-1.29.3-r10.trigger 22:42:30 OK: 268 MiB in 78 packages 22:42:31 Removing intermediate container f463058323f7 22:42:31 ---> 406f53ba2855 22:42:31 Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot 22:42:31 ---> f80995621cb9 22:42:31 Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex 22:42:31 ---> 78505f234852 22:42:31 Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib 22:42:32 ---> 247377fe5c23 22:42:32 Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 22:42:32 ---> 991ad62efdfb 22:42:32 Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c 22:42:32 ---> b2c7044a7b7a 22:42:32 Successfully built b2c7044a7b7a 22:42:32 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 22:42:33 + docker inspect -f . ci-base-image-x86_64 22:42:33 . [Pipeline] withDockerContainer 22:42:33 prd-centos7-docker-4c-2g-33207 does not seem to be running inside a container 22:42:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/60 -v /w/workspace/device-sdk-c/60:/w/workspace/device-sdk-c/60:rw,z -v /w/workspace/device-sdk-c/60@tmp:/w/workspace/device-sdk-c/60@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:42:34 $ docker top 539a8f4fde717bf90e2729943696211bf3ca8aac350f2a39250dc88ee51cdc08 -eo pid,comm [Pipeline] { [Pipeline] sh 22:42:34 + make test 22:42:34 echo "make test" 22:42:34 make test [Pipeline] } 22:42:34 $ docker stop --time=1 539a8f4fde717bf90e2729943696211bf3ca8aac350f2a39250dc88ee51cdc08 22:42:36 37ed683be191: Pull complete 22:42:36 Digest: sha256:f3a502aba7c4a8aa4a4fcde21dbb9db33787f3779e80dd14fb3ea60ab67de23f 22:42:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest 22:42:36 ---> b23d30803547 22:42:36 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 22:42:36 $ docker rm -f 539a8f4fde717bf90e2729943696211bf3ca8aac350f2a39250dc88ee51cdc08 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 22:42:36 ---> Running in 0377d80183c5 22:42:38 fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz 22:42:38 fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz [Pipeline] sh 22:42:39 (1/8) Installing ncurses-dev (6.1_p20190105-r0) 22:42:39 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:42:39 (2/8) Installing libuuid (2.33-r0) 22:42:39 (3/8) Installing libblkid (2.33-r0) 22:42:39 (4/8) Installing libfdisk (2.33-r0) 22:42:39 + ls -al . 22:42:39 total 160 22:42:39 drwxrwxr-x. 8 jenkins jenkins 260 Apr 7 22:41 . 22:42:39 drwxrwxr-x. 4 jenkins jenkins 30 Apr 7 22:41 .. 22:42:39 -rw-rw-r--. 1 jenkins jenkins 3104 Apr 7 22:41 Attribution.txt 22:42:39 -rw-rw-r--. 1 jenkins jenkins 6927 Apr 7 22:41 CHANGES 22:42:39 drwxrwxr-x. 2 jenkins jenkins 144 Apr 7 22:41 docs 22:42:39 -rw-rw-r--. 1 jenkins jenkins 108574 Apr 7 22:41 Doxyfile 22:42:39 drwxrwxr-x. 8 jenkins jenkins 162 Apr 7 22:41 .git 22:42:39 drwxrwxr-x. 2 jenkins jenkins 81 Apr 7 22:41 .github 22:42:39 -rw-rw-r--. 1 jenkins jenkins 176 Apr 7 22:41 .gitignore 22:42:39 drwxrwxr-x. 4 jenkins jenkins 33 Apr 7 22:41 include 22:42:39 -rw-rw-r--. 1 jenkins jenkins 784 Apr 7 22:41 Jenkinsfile 22:42:39 -rw-rw-r--. 1 jenkins jenkins 10174 Apr 7 22:41 LICENSE 22:42:39 -rw-rw-r--. 1 jenkins jenkins 444 Apr 7 22:41 Makefile 22:42:39 -rw-rw-r--. 1 jenkins jenkins 2697 Apr 7 22:41 README.md 22:42:39 -rw-rw-r--. 1 jenkins jenkins 6654 Apr 7 22:41 README.v2.md 22:42:39 drwxrwxr-x. 2 jenkins jenkins 98 Apr 7 22:41 scripts 22:42:39 drwxrwxr-x. 4 jenkins jenkins 50 Apr 7 22:41 src 22:42:39 -rw-rw-r--. 1 jenkins jenkins 11 Apr 7 22:39 VERSION [Pipeline] isUnix [Pipeline] sh 22:42:39 (5/8) Installing libmount (2.33-r0) 22:42:39 (6/8) Installing libsmartcols (2.33-r0) 22:42:39 + docker build -t docker-device-sdk-c -f scripts/Dockerfile.alpine --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=3a634a1c00d95d9219bb951cd4c22fd9c49f79ac --label arch=amd64 --label version=1.3.2-dev.8 . 22:42:39 Sending build context to Docker daemon 2.341MB 22:42:39 Step 1/15 : ARG BASE=alpine:3.12 22:42:39 Step 2/15 : FROM ${BASE} 22:42:39 ---> b2c7044a7b7a 22:42:39 Step 3/15 : LABEL maintainer="IOTech " 22:42:39 (7/8) Installing util-linux-dev (2.33-r0) 22:42:39 ---> Running in da398d8953f2 22:42:40 (8/8) Installing wget (1.20.3-r0) 22:42:40 Executing busybox-1.29.3-r10.trigger 22:42:40 OK: 285 MiB in 83 packages 22:42:40 Removing intermediate container da398d8953f2 22:42:40 ---> 607ec85bb6e6 22:42:40 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 22:42:40 ---> Running in 1e76f47b86e8 22:42:40 fetch http://nl.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz 22:42:41 fetch http://nl.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz 22:42:41 Removing intermediate container 0377d80183c5 22:42:41 ---> 10ed11dea19d 22:42:41 Step 4/21 : ENV CBOR_VERSION=0.5.0 22:42:41 ---> Running in a70ad8745833 22:42:41 (1/6) Installing ncurses-dev (6.1_p20190105-r0) 22:42:41 (2/6) Installing libblkid (2.33-r0) 22:42:41 (3/6) Installing libfdisk (2.33-r0) 22:42:41 (4/6) Installing libmount (2.33-r0) 22:42:42 Removing intermediate container a70ad8745833 22:42:42 ---> c06841c11621 22:42:42 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 22:42:42 ---> Running in e80a995fb659 22:42:42 (5/6) Installing libsmartcols (2.33-r0) 22:42:42 (6/6) Installing util-linux-dev (2.33-r0) 22:42:42 Executing busybox-1.29.3-r10.trigger 22:42:42 OK: 272 MiB in 84 packages 22:42:42 Removing intermediate container 1e76f47b86e8 22:42:42 ---> 86901af6516e 22:42:42 Step 5/15 : COPY VERSION /edgex-c-sdk/ 22:42:43 --2021-04-07 22:42:43-- https://github.com/PJK/libcbor/archive/v0.5.0.tar.gz 22:42:43 ---> 6a6850938f3d 22:42:43 Step 6/15 : COPY src /edgex-c-sdk/src/ 22:42:43 Resolving github.com... 140.82.113.4 22:42:43 Connecting to github.com|140.82.113.4|:443... connected. 22:42:43 HTTP request sent, awaiting response... 302 Found 22:42:43 Location: https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 [following] 22:42:43 --2021-04-07 22:42:43-- https://codeload.github.com/PJK/libcbor/tar.gz/v0.5.0 22:42:43 Resolving codeload.github.com... 140.82.113.9 22:42:43 Connecting to codeload.github.com|140.82.113.9|:443... connected. 22:42:43 HTTP request sent, awaiting response... 200 OK 22:42:43 Length: unspecified [application/x-gzip] 22:42:43 Saving to: 'STDOUT' 22:42:43  22:42:43 0K .......... .......... .......... .......... .......... 1.57M 22:42:43 50K .......... .......... .......... .......... .......... 2.98M 22:42:43 100K .......... .......... .......... .......... .......... 10.7M 22:42:43 150K .......... .......... .......... .......... .......... 4.21M 22:42:43 200K .......... .......... .......... .......... .......... 14.2M 22:42:43 250K .......... .......... .......... .......... .......... 2.94M 22:42:43 300K .......... .......... .......... .......... .......... 4.31M 22:42:43 350K .......... .......... .......... .......... .......... 4.52M 22:42:43 400K .......... .......... .......... .......... .......... 3.61M 22:42:43 450K .......... .......... .......... .......... .......... 3.54M 22:42:43 500K .......... .......... .......... .......... .......... 6.27M 22:42:43 550K .......... .......... .......... .......... .......... 2.87M 22:42:43 600K .......... .......... .......... .......... .......... 857K 22:42:43 650K .......... .......... .......... .......... .......... 2.79M 22:42:43 700K ..  341K=0.2s 22:42:43 22:42:43 2021-04-07 22:42:43 (2.85 MB/s) - written to stdout [719348] 22:42:43 22:42:43 ---> 85ca5ce11201 22:42:43 Step 7/15 : COPY include /edgex-c-sdk/include/ 22:42:43 -- The C compiler identification is GNU 8.3.0 22:42:44 ---> 92cc26530664 22:42:44 Step 8/15 : COPY scripts /edgex-c-sdk/scripts 22:42:44 -- The CXX compiler identification is GNU 8.3.0 22:42:44 -- Check for working C compiler: /usr/bin/cc 22:42:44 ---> b6e204f44ca3 22:42:44 Step 9/15 : COPY LICENSE /edgex-c-sdk/ 22:42:44 ---> 940fb89ecd60 22:42:44 Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ 22:42:44 -- Check for working C compiler: /usr/bin/cc -- works 22:42:44 -- Detecting C compiler ABI info 22:42:44 ---> 8f4817778020 22:42:44 Step 11/15 : WORKDIR /edgex-c-sdk 22:42:44 -- Detecting C compiler ABI info - done 22:42:44 -- Detecting C compile features 22:42:44 ---> Running in babe7f285fa4 22:42:44 Removing intermediate container babe7f285fa4 22:42:44 ---> ebaf07681cd1 22:42:44 Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] 22:42:45 ---> Running in de8147251449 22:42:45 Removing intermediate container de8147251449 22:42:45 ---> be1f72bdbdd2 22:42:45 Step 13/15 : LABEL arch=amd64 22:42:45 ---> Running in 63c93a3db957 22:42:45 -- Detecting C compile features - done 22:42:45 -- Check for working CXX compiler: /usr/bin/c++ 22:42:45 Removing intermediate container 63c93a3db957 22:42:45 ---> 413c0093bbde 22:42:45 Step 14/15 : LABEL git_sha=3a634a1c00d95d9219bb951cd4c22fd9c49f79ac 22:42:45 ---> Running in 470d32c4d1e6 22:42:45 -- Check for working CXX compiler: /usr/bin/c++ -- works 22:42:45 -- Detecting CXX compiler ABI info 22:42:45 Removing intermediate container 470d32c4d1e6 22:42:45 ---> 11bcc8d113e4 22:42:45 Step 15/15 : LABEL version=1.3.2-dev.8 22:42:45 ---> Running in 9270d9a2e721 22:42:45 Removing intermediate container 9270d9a2e721 22:42:45 ---> c1f216334b73 22:42:45 [Warning] One or more build-args [ARCH MAKE] were not consumed 22:42:45 Successfully built c1f216334b73 22:42:45 Successfully tagged docker-device-sdk-c:latest 22:42:45 -- Detecting CXX compiler ABI info - done 22:42:45 -- Detecting CXX compile features [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] } 22:42:47 -- Detecting CXX compile features - done 22:42:47 -- Looking for include file endian.h 22:42:47 -- Looking for include file endian.h - found 22:42:47 -- Check if the system is big endian 22:42:47 -- Searching 16 bit integer 22:42:47 -- Looking for sys/types.h 22:42:47 -- Looking for sys/types.h - found 22:42:47 -- Looking for stdint.h 22:42:48 -- Looking for stdint.h - found 22:42:48 -- Looking for stddef.h 22:42:48 -- Looking for stddef.h - found 22:42:48 -- Check size of unsigned short 22:42:48 -- Check size of unsigned short - done 22:42:48 -- Using unsigned short 22:42:48 -- Check if the system is big endian - little endian 22:42:49 -- Check size of size_t 22:42:49 -- Check size of size_t - done 22:42:49 CMake Warning at examples/CMakeLists.txt:16 (find_package): 22:42:49 By not providing "FindcJSON.cmake" in CMAKE_MODULE_PATH this project has 22:42:49 asked CMake to find a package configuration file provided by "cJSON", but 22:42:49 CMake did not find one. 22:42:49 22:42:49 Could not find a package configuration file provided by "cJSON" with any of 22:42:49 the following names: 22:42:49 22:42:49 cJSONConfig.cmake 22:42:49 cjson-config.cmake 22:42:49 22:42:49 Add the installation prefix of "cJSON" to CMAKE_PREFIX_PATH or set 22:42:49 "cJSON_DIR" to a directory containing one of the above files. If "cJSON" 22:42:49 provides a separate development package or SDK, be sure it has been 22:42:49 installed. 22:42:49 22:42:49 22:42:49 -- Configuring done 22:42:49 -- Generating done 22:42:49 -- Build files have been written to: /tmp/cbor 22:42:49 Scanning dependencies of target cbor_shared 22:42:49 [ 1%] Building C object src/CMakeFiles/cbor_shared.dir/cbor.c.o 22:42:50 [ 3%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/streaming.c.o 22:42:50 [ 5%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/encoders.c.o 22:42:51 [ 7%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/builder_callbacks.c.o 22:42:51 [ 9%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/loaders.c.o 22:42:51 [ 11%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/memory_utils.c.o 22:42:52 [ 13%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/stack.c.o 22:42:52 [ 15%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/internal/unicode.c.o 22:42:52 [ 17%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/encoding.c.o 22:42:52 [ 19%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/serialization.c.o 22:42:53 [ 21%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/arrays.c.o 22:42:53 [ 23%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/common.c.o 22:42:53 [ 25%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/floats_ctrls.c.o 22:42:54 [ 26%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/bytestrings.c.o 22:42:54 [ 28%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/callbacks.c.o 22:42:54 [ 30%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/strings.c.o 22:42:55 [ 32%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/maps.c.o 22:42:55 [ 34%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/tags.c.o 22:42:55 [ 36%] Building C object src/CMakeFiles/cbor_shared.dir/cbor/ints.c.o 22:42:55 [ 38%] Building C object src/CMakeFiles/cbor_shared.dir/allocators.c.o 22:42:56 [ 40%] Linking C shared library libcbor.so 22:42:56 [ 40%] Built target cbor_shared 22:42:56 Scanning dependencies of target cbor 22:42:56 [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o 22:42:57 [ 44%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o 22:42:57 [ 46%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o 22:42:57 [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o 22:42:59 [ 50%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o 22:42:59 [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o 22:42:59 [ 53%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o 22:42:59 [ 55%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o 22:42:59 [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o 22:42:59 [ 59%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o 22:43:00 [ 61%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o 22:43:01 [ 63%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o 22:43:01 [ 65%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o 22:43:01 [ 67%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o 22:43:01 [ 69%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o 22:43:02 [ 71%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o 22:43:02 [ 73%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o 22:43:02 [ 75%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o 22:43:03 [ 76%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o 22:43:03 [ 78%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o 22:43:03 [ 80%] Linking C static library libcbor.a 22:43:03 [ 80%] Built target cbor 22:43:03 Scanning dependencies of target create_items 22:43:03 [ 82%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o 22:43:03 [ 84%] Linking C executable create_items 22:43:03 [ 84%] Built target create_items 22:43:03 Scanning dependencies of target readfile 22:43:03 [ 86%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o 22:43:04 [ 88%] Linking C executable readfile 22:43:04 [ 88%] Built target readfile 22:43:04 Scanning dependencies of target streaming_parser 22:43:04 [ 90%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o 22:43:04 [ 92%] Linking C executable streaming_parser 22:43:04 [ 92%] Built target streaming_parser 22:43:04 Scanning dependencies of target sort 22:43:04 [ 94%] Building C object examples/CMakeFiles/sort.dir/sort.c.o 22:43:04 [ 96%] Linking C executable sort 22:43:04 [ 96%] Built target sort 22:43:04 Scanning dependencies of target hello 22:43:04 [ 98%] Building C object examples/CMakeFiles/hello.dir/hello.c.o 22:43:04 [100%] Linking C executable hello 22:43:05 [100%] Built target hello 22:43:05 Install the project... 22:43:05 -- Install configuration: "Release" 22:43:05 -- Installing: /usr/local/include/cbor/configuration.h 22:43:05 -- Installing: /usr/local/lib64/libcbor.a 22:43:05 -- Installing: /usr/local/lib64/libcbor.so.0.0.0 22:43:05 -- Installing: /usr/local/lib64/libcbor.so.0 22:43:05 -- Installing: /usr/local/lib64/libcbor.so 22:43:05 -- Up-to-date: /usr/local/include/cbor 22:43:05 -- Installing: /usr/local/include/cbor/streaming.h 22:43:05 -- Installing: /usr/local/include/cbor/ints.h 22:43:05 -- Installing: /usr/local/include/cbor/floats_ctrls.h 22:43:05 -- Installing: /usr/local/include/cbor/bytestrings.h 22:43:05 -- Installing: /usr/local/include/cbor/encoding.h 22:43:05 -- Installing: /usr/local/include/cbor/serialization.h 22:43:05 -- Installing: /usr/local/include/cbor/data.h 22:43:05 -- Installing: /usr/local/include/cbor/common.h 22:43:05 -- Installing: /usr/local/include/cbor/callbacks.h 22:43:05 -- Installing: /usr/local/include/cbor/strings.h 22:43:05 -- Installing: /usr/local/include/cbor/tags.h 22:43:05 -- Installing: /usr/local/include/cbor/internal 22:43:05 -- Installing: /usr/local/include/cbor/internal/encoders.h 22:43:05 -- Installing: /usr/local/include/cbor/internal/loaders.h 22:43:05 -- Installing: /usr/local/include/cbor/internal/stack.h 22:43:05 -- Installing: /usr/local/include/cbor/internal/unicode.h 22:43:05 -- Installing: /usr/local/include/cbor/internal/builder_callbacks.h 22:43:05 -- Installing: /usr/local/include/cbor/internal/memory_utils.h 22:43:05 -- Installing: /usr/local/include/cbor/arrays.h 22:43:05 -- Installing: /usr/local/include/cbor/maps.h 22:43:05 -- Installing: /usr/local/include/cbor.h 22:43:05 -- Installing: /usr/local/lib64/pkgconfig/libcbor.pc 22:43:07 Removing intermediate container e80a995fb659 22:43:07 ---> 43d469679c9f 22:43:07 Step 6/21 : RUN mkdir /tmp/sdk 22:43:07 ---> Running in 0011f613397b 22:43:09 Removing intermediate container 0011f613397b 22:43:09 ---> 23b520aef3fc 22:43:09 Step 7/21 : COPY VERSION /tmp/sdk 22:43:10 ---> ed97c299af4b 22:43:10 Step 8/21 : COPY src /tmp/sdk/src 22:43:11 ---> 659d2008e60d 22:43:11 Step 9/21 : COPY include /tmp/sdk/include 22:43:11 ---> b97030b64639 22:43:11 Step 10/21 : COPY scripts /tmp/sdk/scripts 22:43:12 ---> b7c4f9bc4439 22:43:12 Step 11/21 : COPY LICENSE /tmp/sdk 22:43:12 ---> 456623e5a4f6 22:43:12 Step 12/21 : COPY Attribution.txt /tmp/sdk 22:43:13 ---> 78f7c986c4ec 22:43:13 Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install 22:43:13 ---> Running in 06ec9d50afdc 22:43:14 + CPPCHECK=false 22:43:14 + DOCGEN=false 22:43:14 + TOMLVER=SDK-0.2 22:43:14 + CUTILVER=1.1.4 22:43:14 + '[' 0 -gt 0 ] 22:43:14 + readlink -f ./scripts/build.sh 22:43:14 + dirname /tmp/sdk/scripts/build.sh 22:43:14 + dirname /tmp/sdk/scripts 22:43:14 + ROOT=/tmp/sdk 22:43:14 + cd /tmp/sdk 22:43:14 + '[' '!' -d deps ] 22:43:14 + mkdir deps 22:43:14 + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz 22:43:14 + tar -C deps -z -x -f - 22:43:14 --2021-04-07 22:43:14-- https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz 22:43:14 Resolving github.com... 140.82.113.4 22:43:14 Connecting to github.com|140.82.113.4|:443... connected. 22:43:14 HTTP request sent, awaiting response... 302 Found 22:43:14 Location: https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 [following] 22:43:14 --2021-04-07 22:43:14-- https://codeload.github.com/IOTechSystems/tomlc99/tar.gz/SDK-0.2 22:43:14 Resolving codeload.github.com... 140.82.112.9 22:43:14 Connecting to codeload.github.com|140.82.112.9|:443... connected. 22:43:15 HTTP request sent, awaiting response... 200 OK 22:43:15 Length: unspecified [application/x-gzip] 22:43:15 Saving to: 'STDOUT' 22:43:15  22:43:15 0K .......... ......   1.09M=0.01s 22:43:15 22:43:15 2021-04-07 22:43:14 (1.09 MB/s) - written to stdout [16451] 22:43:15 22:43:15 + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c 22:43:15 + wget -O - https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz 22:43:15 + tar -C deps -z -x -f - 22:43:15 --2021-04-07 22:43:14-- https://github.com/IOTechSystems/iotech-c-utils/archive/v1.1.4.tar.gz 22:43:15 Resolving github.com... 140.82.113.4 22:43:15 Connecting to github.com|140.82.113.4|:443... connected. 22:43:15 HTTP request sent, awaiting response... 302 Found 22:43:15 Location: https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 [following] 22:43:15 --2021-04-07 22:43:15-- https://codeload.github.com/IOTechSystems/iotech-c-utils/tar.gz/v1.1.4 22:43:15 Resolving codeload.github.com... 140.82.112.9 22:43:15 Connecting to codeload.github.com|140.82.112.9|:443... connected. 22:43:15 HTTP request sent, awaiting response... 200 OK 22:43:15 Length: unspecified [application/x-gzip] 22:43:15 Saving to: 'STDOUT' 22:43:15  22:43:15 0K .......... .......... .......... .......... .......... 1.40M 22:43:15 50K .......... .......... .......... .......... .......... 2.59M 22:43:15 100K .......... .......... .......... .......... .......... 7.10M 22:43:15 150K .......... .......... .......   1.56M=0.08s 22:43:15 22:43:15 2021-04-07 22:43:15 (2.23 MB/s) - written to stdout [181796] 22:43:15 22:43:15 + mkdir -p src/c/iot 22:43:15 + cp deps/iotech-c-utils-1.1.4/src/c/base64.c deps/iotech-c-utils-1.1.4/src/c/component.c deps/iotech-c-utils-1.1.4/src/c/config.c deps/iotech-c-utils-1.1.4/src/c/container.c deps/iotech-c-utils-1.1.4/src/c/data.c deps/iotech-c-utils-1.1.4/src/c/hash.c deps/iotech-c-utils-1.1.4/src/c/iot.c deps/iotech-c-utils-1.1.4/src/c/json.c deps/iotech-c-utils-1.1.4/src/c/logger.c deps/iotech-c-utils-1.1.4/src/c/os.c deps/iotech-c-utils-1.1.4/src/c/scheduler.c deps/iotech-c-utils-1.1.4/src/c/thread.c deps/iotech-c-utils-1.1.4/src/c/threadpool.c deps/iotech-c-utils-1.1.4/src/c/time.c deps/iotech-c-utils-1.1.4/src/c/yxml.c src/c/iot 22:43:15 + cp deps/iotech-c-utils-1.1.4/src/c/defs.h.in src/c/iot 22:43:15 + cp deps/iotech-c-utils-1.1.4/src/c/yxml.h src/c/iot 22:43:15 + cp deps/iotech-c-utils-1.1.4/VERSION src/c/iot 22:43:15 + mkdir -p include/iot 22:43:15 + cp deps/iotech-c-utils-1.1.4/include/iot/base64.h deps/iotech-c-utils-1.1.4/include/iot/component.h deps/iotech-c-utils-1.1.4/include/iot/config.h deps/iotech-c-utils-1.1.4/include/iot/container.h deps/iotech-c-utils-1.1.4/include/iot/data.h deps/iotech-c-utils-1.1.4/include/iot/hash.h deps/iotech-c-utils-1.1.4/include/iot/iot.h deps/iotech-c-utils-1.1.4/include/iot/json.h deps/iotech-c-utils-1.1.4/include/iot/logger.h deps/iotech-c-utils-1.1.4/include/iot/os.h deps/iotech-c-utils-1.1.4/include/iot/scheduler.h deps/iotech-c-utils-1.1.4/include/iot/thread.h deps/iotech-c-utils-1.1.4/include/iot/threadpool.h deps/iotech-c-utils-1.1.4/include/iot/time.h deps/iotech-c-utils-1.1.4/include/iot/typecode.h include/iot 22:43:15 + mkdir -p include/iot/os 22:43:15 + cp deps/iotech-c-utils-1.1.4/include/iot/os/linux.h deps/iotech-c-utils-1.1.4/include/iot/os/macos.h deps/iotech-c-utils-1.1.4/include/iot/os/zephyr.h include/iot/os 22:43:15 + mkdir -p /tmp/sdk/build/release 22:43:15 + cd /tmp/sdk/build/release 22:43:15 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src 22:43:16 -- The C compiler identification is GNU 8.3.0 22:43:16 -- Check for working C compiler: /usr/bin/cc 22:43:16 -- Check for working C compiler: /usr/bin/cc -- works 22:43:16 -- Detecting C compiler ABI info 22:43:16 -- Detecting C compiler ABI info - done 22:43:16 -- Detecting C compile features 22:43:17 -- Detecting C compile features - done 22:43:17 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so 22:43:17 -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") 22:43:17 -- Found LIBYAML: /usr/lib/libyaml.so 22:43:17 -- Found LIBUUID: /usr/lib/libuuid.so 22:43:17 -- Found LIBCBOR: /usr/local/lib64/libcbor.so 22:43:17 -- C SDK 1.3.2-dev.8 for Linux 22:43:17 -- Performing Test CSDK_HAVE_ATOMIC 22:43:17 -- Performing Test CSDK_HAVE_ATOMIC - Success 22:43:17 -- Found Curses: /usr/lib/libcurses.so 22:43:17 -- Configuring done 22:43:17 -- Generating done 22:43:17 -- Build files have been written to: /tmp/sdk/build/release 22:43:17 + make 22:43:17 + tee release.log 22:43:17 Scanning dependencies of target csdk 22:43:17 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o 22:43:18 [ 3%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o 22:43:19 [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o 22:43:20 [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o 22:43:21 [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o 22:43:21 [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o 22:43:22 [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o 22:43:23 [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o 22:43:24 [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o 22:43:25 [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o 22:43:25 [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o 22:43:25 [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o 22:43:25 [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o 22:43:26 [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o 22:43:28 [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o 22:43:29 [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o 22:43:29 [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o 22:43:30 [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o 22:43:30 [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o 22:43:33 [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o 22:43:33 [ 35%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o 22:43:33 [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o 22:43:34 [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o 22:43:34 [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o 22:43:34 [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o 22:43:35 [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o 22:43:35 [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o 22:43:36 [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o 22:43:36 [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o 22:43:38 [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o 22:43:39 [ 52%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o 22:43:39 [ 54%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o 22:43:39 [ 55%] Building C object c/CMakeFiles/csdk.dir/parson.c.o 22:43:44 [ 57%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o 22:43:44 [ 59%] Building C object c/CMakeFiles/csdk.dir/registry.c.o 22:43:45 [ 61%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o 22:43:45 [ 62%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o 22:43:46 [ 64%] Building C object c/CMakeFiles/csdk.dir/rest.c.o 22:43:47 [ 66%] Building C object c/CMakeFiles/csdk.dir/service.c.o 22:43:49 [ 67%] Building C object c/CMakeFiles/csdk.dir/toml.c.o 22:43:52 [ 69%] Building C object c/CMakeFiles/csdk.dir/transform.c.o 22:43:53 [ 71%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o 22:43:53 [ 72%] Linking C shared library libcsdk.so 22:43:53 [ 72%] Built target csdk 22:43:53 Scanning dependencies of target template 22:43:53 [ 74%] Building C object c/examples/CMakeFiles/template.dir/template.c.o 22:43:54 [ 76%] Linking C executable template 22:43:54 [ 76%] Built target template 22:43:54 Scanning dependencies of target device-counter 22:43:54 [ 77%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o 22:43:55 [ 79%] Linking C executable device-counter 22:43:55 [ 79%] Built target device-counter 22:43:55 Scanning dependencies of target device-random 22:43:55 [ 81%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o 22:43:56 [ 83%] Linking C executable device-random 22:43:56 [ 83%] Built target device-random 22:43:56 Scanning dependencies of target device-gyro 22:43:56 [ 84%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o 22:43:56 [ 86%] Linking C executable device-gyro 22:43:56 [ 86%] Built target device-gyro 22:43:56 Scanning dependencies of target device-bitfields 22:43:56 [ 88%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o 22:43:57 [ 89%] Linking C executable device-bitfields 22:43:57 [ 89%] Built target device-bitfields 22:43:57 Scanning dependencies of target template-discovery 22:43:57 [ 91%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o 22:43:58 [ 93%] Linking C executable template-discovery 22:43:58 [ 93%] Built target template-discovery 22:43:58 Scanning dependencies of target device-file 22:43:58 [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o 22:43:59 [ 96%] Linking C executable device-file 22:43:59 [ 96%] Built target device-file 22:43:59 Scanning dependencies of target device-terminal 22:43:59 [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o 22:43:59 [100%] Linking C executable device-terminal 22:43:59 [100%] Built target device-terminal 22:44:00 + + maketee package -a 22:44:00 release.log 22:44:00 [ 72%] Built target csdk 22:44:00 [ 76%] Built target template 22:44:00 [ 79%] Built target device-counter 22:44:00 [ 83%] Built target device-random 22:44:00 [ 86%] Built target device-gyro 22:44:00 [ 89%] Built target device-bitfields 22:44:00 [ 93%] Built target template-discovery 22:44:00 [ 96%] Built target device-file 22:44:00 [100%] Built target device-terminal 22:44:00 Run CPack packaging tool... 22:44:00 CPack: Create package using TGZ 22:44:00 CPack: Install projects 22:44:00 CPack: - Run preinstall target for: Csdk 22:44:01 CPack: - Install project: Csdk 22:44:01 CPack: Create package 22:44:01 CPack: - package: /tmp/sdk/build/release/csdk-1.3.2-dev.8.tar.gz generated. 22:44:01 + '[' false '=' true ] 22:44:01 + '[' false '=' true ] 22:44:01 + mkdir -p /tmp/sdk/build/debug 22:44:01 + cd /tmp/sdk/build/debug 22:44:01 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src 22:44:01 -- The C compiler identification is GNU 8.3.0 22:44:01 -- Check for working C compiler: /usr/bin/cc 22:44:01 -- Check for working C compiler: /usr/bin/cc -- works 22:44:01 -- Detecting C compiler ABI info 22:44:02 -- Detecting C compiler ABI info - done 22:44:02 -- Detecting C compile features 22:44:03 -- Detecting C compile features - done 22:44:03 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so 22:44:03 -- Found CURL: /usr/lib/libcurl.so (found version "7.64.0") 22:44:03 -- Found LIBYAML: /usr/lib/libyaml.so 22:44:03 -- Found LIBUUID: /usr/lib/libuuid.so 22:44:03 -- Found LIBCBOR: /usr/local/lib64/libcbor.so 22:44:03 -- C SDK 1.3.2-dev.8 for Linux 22:44:03 -- Performing Test CSDK_HAVE_ATOMIC 22:44:03 -- Performing Test CSDK_HAVE_ATOMIC - Success 22:44:03 -- Found Curses: /usr/lib/libcurses.so 22:44:03 -- Configuring done 22:44:03 -- Generating done 22:44:03 -- Build files have been written to: /tmp/sdk/build/debug 22:44:03 + + teemake debug.log 22:44:03 22:44:03 Scanning dependencies of target csdk 22:44:03 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o 22:44:04 [ 3%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o 22:44:04 [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o 22:44:05 [ 6%] Building C object c/CMakeFiles/csdk.dir/consul.c.o 22:44:05 [ 8%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o 22:44:05 [ 10%] Building C object c/CMakeFiles/csdk.dir/data.c.o 22:44:05 [ 11%] Building C object c/CMakeFiles/csdk.dir/device.c.o 22:44:06 [ 13%] Building C object c/CMakeFiles/csdk.dir/devman.c.o 22:44:06 [ 15%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o 22:44:07 [ 16%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o 22:44:07 [ 18%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o 22:44:07 [ 20%] Building C object c/CMakeFiles/csdk.dir/edgex-base.c.o 22:44:07 [ 22%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o 22:44:07 [ 23%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o 22:44:08 [ 25%] Building C object c/CMakeFiles/csdk.dir/iot/base64.c.o 22:44:08 [ 27%] Building C object c/CMakeFiles/csdk.dir/iot/component.c.o 22:44:08 [ 28%] Building C object c/CMakeFiles/csdk.dir/iot/config.c.o 22:44:09 [ 30%] Building C object c/CMakeFiles/csdk.dir/iot/container.c.o 22:44:09 [ 32%] Building C object c/CMakeFiles/csdk.dir/iot/data.c.o 22:44:10 [ 33%] Building C object c/CMakeFiles/csdk.dir/iot/hash.c.o 22:44:10 [ 35%] Building C object c/CMakeFiles/csdk.dir/iot/iot.c.o 22:44:10 [ 37%] Building C object c/CMakeFiles/csdk.dir/iot/json.c.o 22:44:10 [ 38%] Building C object c/CMakeFiles/csdk.dir/iot/logger.c.o 22:44:11 [ 40%] Building C object c/CMakeFiles/csdk.dir/iot/os.c.o 22:44:11 [ 42%] Building C object c/CMakeFiles/csdk.dir/iot/scheduler.c.o 22:44:11 [ 44%] Building C object c/CMakeFiles/csdk.dir/iot/thread.c.o 22:44:11 [ 45%] Building C object c/CMakeFiles/csdk.dir/iot/threadpool.c.o 22:44:12 [ 47%] Building C object c/CMakeFiles/csdk.dir/iot/time.c.o 22:44:12 [ 49%] Building C object c/CMakeFiles/csdk.dir/iot/yxml.c.o 22:44:12 [ 50%] Building C object c/CMakeFiles/csdk.dir/map.c.o 22:44:12 [ 52%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o 22:44:13 [ 54%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o 22:44:13 [ 55%] Building C object c/CMakeFiles/csdk.dir/parson.c.o 22:44:14 [ 57%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o 22:44:14 [ 59%] Building C object c/CMakeFiles/csdk.dir/registry.c.o 22:44:14 [ 61%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o 22:44:15 [ 62%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o 22:44:15 [ 64%] Building C object c/CMakeFiles/csdk.dir/rest.c.o 22:44:16 [ 66%] Building C object c/CMakeFiles/csdk.dir/service.c.o 22:44:16 [ 67%] Building C object c/CMakeFiles/csdk.dir/toml.c.o 22:44:17 [ 69%] Building C object c/CMakeFiles/csdk.dir/transform.c.o 22:44:17 [ 71%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o 22:44:18 [ 72%] Linking C shared library libcsdk.so 22:44:18 [ 72%] Built target csdk 22:44:18 Scanning dependencies of target template 22:44:18 [ 74%] Building C object c/examples/CMakeFiles/template.dir/template.c.o 22:44:18 [ 76%] Linking C executable template 22:44:18 [ 76%] Built target template 22:44:18 Scanning dependencies of target device-counter 22:44:18 [ 77%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o 22:44:19 [ 79%] Linking C executable device-counter 22:44:19 [ 79%] Built target device-counter 22:44:19 Scanning dependencies of target device-random 22:44:19 [ 81%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o 22:44:19 [ 83%] Linking C executable device-random 22:44:19 [ 83%] Built target device-random 22:44:19 Scanning dependencies of target device-gyro 22:44:19 [ 84%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o 22:44:20 [ 86%] Linking C executable device-gyro 22:44:20 [ 86%] Built target device-gyro 22:44:20 Scanning dependencies of target device-bitfields 22:44:20 [ 88%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o 22:44:20 [ 89%] Linking C executable device-bitfields 22:44:21 [ 89%] Built target device-bitfields 22:44:21 Scanning dependencies of target template-discovery 22:44:21 [ 91%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o 22:44:21 [ 93%] Linking C executable template-discovery 22:44:21 [ 93%] Built target template-discovery 22:44:21 Scanning dependencies of target device-file 22:44:21 [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o 22:44:21 [ 96%] Linking C executable device-file 22:44:22 [ 96%] Built target device-file 22:44:22 Scanning dependencies of target device-terminal 22:44:22 [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o 22:44:22 [100%] Linking C executable device-terminal 22:44:23 [100%] Built target device-terminal 22:44:23 make: Entering directory '/tmp/sdk/build/release' 22:44:23 make[1]: Entering directory '/tmp/sdk/build/release' 22:44:23 make[2]: Entering directory '/tmp/sdk/build/release' 22:44:23 make[2]: Leaving directory '/tmp/sdk/build/release' 22:44:23 [ 72%] Built target csdk 22:44:23 make[2]: Entering directory '/tmp/sdk/build/release' 22:44:23 make[2]: Leaving directory '/tmp/sdk/build/release' 22:44:23 [ 76%] Built target template 22:44:23 make[2]: Entering directory '/tmp/sdk/build/release' 22:44:23 make[2]: Leaving directory '/tmp/sdk/build/release' 22:44:23 [ 79%] Built target device-counter 22:44:23 make[2]: Entering directory '/tmp/sdk/build/release' 22:44:23 make[2]: Leaving directory '/tmp/sdk/build/release' 22:44:23 [ 83%] Built target device-random 22:44:23 make[2]: Entering directory '/tmp/sdk/build/release' 22:44:23 make[2]: Leaving directory '/tmp/sdk/build/release' 22:44:23 [ 86%] Built target device-gyro 22:44:23 make[2]: Entering directory '/tmp/sdk/build/release' 22:44:23 make[2]: Leaving directory '/tmp/sdk/build/release' 22:44:23 [ 89%] Built target device-bitfields 22:44:23 make[2]: Entering directory '/tmp/sdk/build/release' 22:44:23 make[2]: Leaving directory '/tmp/sdk/build/release' 22:44:23 [ 93%] Built target template-discovery 22:44:23 make[2]: Entering directory '/tmp/sdk/build/release' 22:44:23 make[2]: Leaving directory '/tmp/sdk/build/release' 22:44:23 [ 96%] Built target device-file 22:44:23 make[2]: Entering directory '/tmp/sdk/build/release' 22:44:23 make[2]: Leaving directory '/tmp/sdk/build/release' 22:44:23 [100%] Built target device-terminal 22:44:23 make[1]: Leaving directory '/tmp/sdk/build/release' 22:44:23 Install the project... 22:44:23 -- Install configuration: "Release" 22:44:23 -- Installing: /usr/local/lib/libcsdk.so 22:44:23 -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" 22:44:23 -- Up-to-date: /usr/local/include 22:44:23 -- Installing: /usr/local/include/edgex 22:44:23 -- Installing: /usr/local/include/edgex/rest-server.h 22:44:23 -- Installing: /usr/local/include/edgex/edgex-base.h 22:44:23 -- Installing: /usr/local/include/edgex/edgex.h 22:44:23 -- Installing: /usr/local/include/edgex/devices.h 22:44:23 -- Installing: /usr/local/include/edgex/profiles.h 22:44:23 -- Installing: /usr/local/include/edgex/csdk-defs.h 22:44:23 -- Installing: /usr/local/include/devsdk 22:44:23 -- Installing: /usr/local/include/devsdk/devsdk-base.h 22:44:23 -- Installing: /usr/local/include/devsdk/devsdk.h 22:44:23 -- Installing: /usr/local/include/iot 22:44:23 -- Installing: /usr/local/include/iot/json.h 22:44:23 -- Installing: /usr/local/include/iot/container.h 22:44:23 -- Installing: /usr/local/include/iot/component.h 22:44:23 -- Installing: /usr/local/include/iot/typecode.h 22:44:23 -- Installing: /usr/local/include/iot/iot.h 22:44:23 -- Installing: /usr/local/include/iot/time.h 22:44:23 -- Installing: /usr/local/include/iot/hash.h 22:44:23 -- Installing: /usr/local/include/iot/logger.h 22:44:23 -- Installing: /usr/local/include/iot/os 22:44:23 -- Installing: /usr/local/include/iot/os/zephyr.h 22:44:23 -- Installing: /usr/local/include/iot/os/linux.h 22:44:23 -- Installing: /usr/local/include/iot/os/macos.h 22:44:23 -- Installing: /usr/local/include/iot/scheduler.h 22:44:23 -- Installing: /usr/local/include/iot/data.h 22:44:23 -- Installing: /usr/local/include/iot/thread.h 22:44:23 -- Installing: /usr/local/include/iot/os.h 22:44:23 -- Installing: /usr/local/include/iot/base64.h 22:44:23 -- Installing: /usr/local/include/iot/defs.h 22:44:23 -- Installing: /usr/local/include/iot/threadpool.h 22:44:23 -- Installing: /usr/local/include/iot/config.h 22:44:23 -- Installing: /usr/local/share/device-sdk-c/LICENSE 22:44:23 -- Installing: /usr/local/share/device-sdk-c/Attribution.txt 22:44:23 make: Leaving directory '/tmp/sdk/build/release' 22:44:25 Removing intermediate container 06ec9d50afdc 22:44:25 ---> d4751e445411 22:44:25 Step 14/21 : FROM ${BASE} 22:44:25 ---> b23d30803547 22:44:25 Step 15/21 : LABEL maintainer="IOTech " 22:44:25 ---> Running in dce57e4fd659 22:44:26 Removing intermediate container dce57e4fd659 22:44:26 ---> 6b3290384ca2 22:44:26 Step 16/21 : RUN apk add --update --no-cache build-base wget git gcc cmake make yaml curl libmicrohttpd libuuid 22:44:26 ---> Running in 8001b1f1afac 22:44:27 fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz 22:44:28 fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz 22:44:28 (1/3) Installing curl (7.64.0-r5) 22:44:28 (2/3) Installing libuuid (2.33-r0) 22:44:28 (3/3) Installing wget (1.20.3-r0) 22:44:28 Executing busybox-1.29.3-r10.trigger 22:44:29 OK: 281 MiB in 78 packages 22:44:30 Removing intermediate container 8001b1f1afac 22:44:30 ---> 604f3867f5a9 22:44:30 Step 17/21 : COPY --from=builder /usr/local/include/iot /usr/local/include/iot 22:44:31 ---> e52a42406a92 22:44:31 Step 18/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex 22:44:31 ---> 75626adfe46b 22:44:31 Step 19/21 : COPY --from=builder /usr/local/lib /usr/local/lib 22:44:32 ---> 47fcbf4b1d08 22:44:32 Step 20/21 : COPY --from=builder /usr/local/lib64 /usr/local/lib64 22:44:33 ---> 51c18cf50c1d 22:44:33 Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c 22:44:34 ---> f06655bae346 22:44:34 Successfully built f06655bae346 22:44:34 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:44:34 + docker inspect -f . ci-base-image-arm64 22:44:34 . [Pipeline] withDockerContainer 22:44:35 prd-ubuntu18.04-docker-arm64-4c-16g-33206 does not seem to be running inside a container 22:44:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/60 -v /w/workspace/device-sdk-c/60:/w/workspace/device-sdk-c/60:rw,z -v /w/workspace/device-sdk-c/60@tmp:/w/workspace/device-sdk-c/60@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 22:44:36 $ docker top 5076fe71801c9ce562c9537269328ba35f46ca75ea5befc93fbdf0ad5000b4ba -eo pid,comm [Pipeline] { [Pipeline] sh 22:44:37 + make test 22:44:37 echo "make test" 22:44:37 make test [Pipeline] } 22:44:37 $ docker stop --time=1 5076fe71801c9ce562c9537269328ba35f46ca75ea5befc93fbdf0ad5000b4ba 22:44:39 $ docker rm -f 5076fe71801c9ce562c9537269328ba35f46ca75ea5befc93fbdf0ad5000b4ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 22:44:40 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:44:41 + ls -al . 22:44:41 total 192 22:44:41 drwxrwxr-x 8 jenkins jenkins 4096 Apr 7 22:42 . 22:44:41 drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 22:42 .. 22:44:41 drwxrwxr-x 8 jenkins jenkins 4096 Apr 7 22:42 .git 22:44:41 drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 22:42 .github 22:44:41 -rw-rw-r-- 1 jenkins jenkins 176 Apr 7 22:42 .gitignore 22:44:41 -rw-rw-r-- 1 jenkins jenkins 3104 Apr 7 22:42 Attribution.txt 22:44:41 -rw-rw-r-- 1 jenkins jenkins 6927 Apr 7 22:42 CHANGES 22:44:41 -rw-rw-r-- 1 jenkins jenkins 108574 Apr 7 22:42 Doxyfile 22:44:41 -rw-rw-r-- 1 jenkins jenkins 784 Apr 7 22:42 Jenkinsfile 22:44:41 -rw-rw-r-- 1 jenkins jenkins 10174 Apr 7 22:42 LICENSE 22:44:41 -rw-rw-r-- 1 jenkins jenkins 444 Apr 7 22:42 Makefile 22:44:41 -rw-rw-r-- 1 jenkins jenkins 2697 Apr 7 22:42 README.md 22:44:41 -rw-rw-r-- 1 jenkins jenkins 6654 Apr 7 22:42 README.v2.md 22:44:41 -rw-rw-r-- 1 jenkins jenkins 11 Apr 7 22:39 VERSION 22:44:41 drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 22:42 docs 22:44:41 drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 22:42 include 22:44:41 drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 22:42 scripts 22:44:41 drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 22:42 src [Pipeline] isUnix [Pipeline] sh 22:44:41 + docker build -t docker-device-sdk-c-arm64 -f scripts/Dockerfile.alpine --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=3a634a1c00d95d9219bb951cd4c22fd9c49f79ac --label arch=arm64 --label version=1.3.2-dev.8 . 22:44:41 Sending build context to Docker daemon 2.34MB 22:44:41 Step 1/15 : ARG BASE=alpine:3.12 22:44:41 Step 2/15 : FROM ${BASE} 22:44:41 ---> f06655bae346 22:44:41 Step 3/15 : LABEL maintainer="IOTech " 22:44:41 ---> Running in 6eead7988309 22:44:42 Removing intermediate container 6eead7988309 22:44:42 ---> f52de453782a 22:44:42 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 22:44:42 ---> Running in 4e903c61d099 22:44:43 fetch http://nl.alpinelinux.org/alpine/v3.9/main/aarch64/APKINDEX.tar.gz 22:44:44 fetch http://nl.alpinelinux.org/alpine/v3.9/community/aarch64/APKINDEX.tar.gz 22:44:44 (1/6) Installing ncurses-dev (6.1_p20190105-r0) 22:44:45 (2/6) Installing libblkid (2.33-r0) 22:44:45 (3/6) Installing libfdisk (2.33-r0) 22:44:45 (4/6) Installing libmount (2.33-r0) 22:44:45 (5/6) Installing libsmartcols (2.33-r0) 22:44:45 (6/6) Installing util-linux-dev (2.33-r0) 22:44:45 Executing busybox-1.29.3-r10.trigger 22:44:45 OK: 286 MiB in 84 packages 22:44:47 Removing intermediate container 4e903c61d099 22:44:47 ---> 901ce32b8136 22:44:47 Step 5/15 : COPY VERSION /edgex-c-sdk/ 22:44:47 ---> 49eaa2d6175a 22:44:47 Step 6/15 : COPY src /edgex-c-sdk/src/ 22:44:48 ---> c7b7597b93e4 22:44:48 Step 7/15 : COPY include /edgex-c-sdk/include/ 22:44:49 ---> 2117c62c8644 22:44:49 Step 8/15 : COPY scripts /edgex-c-sdk/scripts 22:44:50 ---> 133dc2b5da6e 22:44:50 Step 9/15 : COPY LICENSE /edgex-c-sdk/ 22:44:50 ---> 40cb303aba8c 22:44:50 Step 10/15 : COPY Attribution.txt /edgex-c-sdk/ 22:44:51 ---> 63b67c3053c3 22:44:51 Step 11/15 : WORKDIR /edgex-c-sdk 22:44:51 ---> Running in 4684362bf33b 22:44:52 Removing intermediate container 4684362bf33b 22:44:52 ---> 165f9cf4586e 22:44:52 Step 12/15 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] 22:44:52 ---> Running in aad596e58b13 22:44:52 Removing intermediate container aad596e58b13 22:44:52 ---> bb8c0e320f27 22:44:52 Step 13/15 : LABEL arch=arm64 22:44:53 ---> Running in 25e072e14a3d 22:44:53 Removing intermediate container 25e072e14a3d 22:44:53 ---> 0f53c2ac1a65 22:44:53 Step 14/15 : LABEL git_sha=3a634a1c00d95d9219bb951cd4c22fd9c49f79ac 22:44:53 ---> Running in 7706d23a336e 22:44:53 Removing intermediate container 7706d23a336e 22:44:53 ---> 102dc3740726 22:44:53 Step 15/15 : LABEL version=1.3.2-dev.8 22:44:54 ---> Running in ffbd4d14d610 22:44:54 Removing intermediate container ffbd4d14d610 22:44:54 ---> 1209ca9cea70 22:44:54 [Warning] One or more build-args [ARCH MAKE] were not consumed 22:44:54 Successfully built 1209ca9cea70 22:44:54 Successfully tagged docker-device-sdk-c-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 22:44:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:44:56 . [Pipeline] withDockerContainer 22:44:56 prd-centos7-docker-4c-2g-33203 does not seem to be running inside a container 22:44:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:44:57 $ docker top 06f80bddccc7e981c84a96afcd1d8db1ac6516027eba48027d3237370d962929 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:44:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:44:57 [ssh-agent] Looking for ssh-agent implementation... 22:44:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:44:57 $ docker exec 06f80bddccc7e981c84a96afcd1d8db1ac6516027eba48027d3237370d962929 ssh-agent 22:44:58 SSH_AUTH_SOCK=/tmp/ssh-qBdCgjzQzcbF/agent.11 22:44:58 SSH_AGENT_PID=17 22:44:58 Running ssh-add (command line suppressed) 22:44:58 Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_3649815493306057883.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_3649815493306057883.key) 22:44:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:44:58 + git semver tag 22:44:58 # -> Open(): unable to determine branch for HEAD 22:44:58 # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git 22:44:58 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master 22:44:58 # $SEMVER_REMOTE_NAME = origin 22:44:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:44:58 # $SEMVER_USER_NAME = edgex-jenkins 22:44:58 # $SEMVER_BRANCH = master 22:44:58 # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver 22:44:58 # 3a634a1c00d95d9219bb951cd4c22fd9c49f79ac HEAD 22:44:58 # -> Force: false 22:44:58 # 8b7cd09c3e7a59eeae47a6fe682590dff333f919 refs/tags/v1.3.2-dev.8 [Pipeline] } 22:44:58 $ docker exec --env ******** --env ******** 06f80bddccc7e981c84a96afcd1d8db1ac6516027eba48027d3237370d962929 ssh-agent -k 22:44:58 unset SSH_AUTH_SOCK; 22:44:58 unset SSH_AGENT_PID; 22:44:58 echo Agent pid 17 killed; 22:44:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:44:59 + git semver [Pipeline] } 22:44:59 $ docker stop --time=1 06f80bddccc7e981c84a96afcd1d8db1ac6516027eba48027d3237370d962929 22:45:00 $ docker rm -f 06f80bddccc7e981c84a96afcd1d8db1ac6516027eba48027d3237370d962929 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 22:45:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:45:01 22:45:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 22:45:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:45:01 0.23.1-centos7: Pulling from edgex-lftools 22:45:01 ab5ef0e58194: Pulling fs layer 22:45:01 9712f1f96733: Pulling fs layer 22:45:01 63f879dbbcfc: Pulling fs layer 22:45:01 0d9ebad4ef96: Pulling fs layer 22:45:01 e9a5061849ea: Pulling fs layer 22:45:01 d747dcd14b5f: Pulling fs layer 22:45:01 2de7ff778b66: Pulling fs layer 22:45:01 e9a5061849ea: Waiting 22:45:01 d747dcd14b5f: Waiting 22:45:01 2de7ff778b66: Waiting 22:45:01 0d9ebad4ef96: Waiting 22:45:01 9712f1f96733: Download complete 22:45:04 63f879dbbcfc: Verifying Checksum 22:45:04 63f879dbbcfc: Download complete 22:45:04 e9a5061849ea: Verifying Checksum 22:45:04 e9a5061849ea: Download complete 22:45:04 d747dcd14b5f: Verifying Checksum 22:45:04 d747dcd14b5f: Download complete 22:45:05 2de7ff778b66: Verifying Checksum 22:45:05 2de7ff778b66: Download complete 22:45:05 0d9ebad4ef96: Verifying Checksum 22:45:05 0d9ebad4ef96: Download complete 22:45:05 ab5ef0e58194: Verifying Checksum 22:45:05 ab5ef0e58194: Download complete 22:45:10 ab5ef0e58194: Pull complete 22:45:10 9712f1f96733: Pull complete 22:45:11 63f879dbbcfc: Pull complete 22:45:20 0d9ebad4ef96: Pull complete 22:45:20 e9a5061849ea: Pull complete 22:45:20 d747dcd14b5f: Pull complete 22:45:24 2de7ff778b66: Pull complete 22:45:24 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:45:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:45:24 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 22:45:24 prd-centos7-docker-4c-2g-33203 does not seem to be running inside a container 22:45:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 22:45:27 $ docker top 36a0b9b9e917fbe2bf9e400027af2dcecf5790ee34d83bc48f7ece5ff31cc349 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:45:27 provisioning config files... 22:45:27 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config7702931208466076685tmp 22:45:27 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config5945522312148706639tmp 22:45:27 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config6523915979139415649tmp [Pipeline] { [Pipeline] echo 22:45:27 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:45:28 ---> sigul-configuration.sh 22:45:28 gpg: directory `/root/.gnupg' created 22:45:28 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:45:28 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:45:28 gpg: keyring `/root/.gnupg/secring.gpg' created 22:45:28 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:45:28 gpg: CAST5 encrypted data 22:45:28 gpg: encrypted with 1 passphrase 22:45:28 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:45:28 + mkdir /home/jenkins 22:45:28 + mkdir /home/jenkins/sigul [Pipeline] sh 22:45:29 + 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 22:45:29 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:45:29 ---> sigul-install.sh 22:45:35 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 22:45:36 + git tag --list 22:45:36 0.7.0 22:45:36 0.7.1 22:45:36 1.0.0 22:45:36 v1.0.1 22:45:36 v1.0.2 22:45:36 v1.0.3 22:45:36 v1.1.0 22:45:36 v1.1.1 22:45:36 v1.2.0 22:45:36 v1.2.1 22:45:36 v1.2.2 22:45:36 v1.3.0 22:45:36 v1.3.1 22:45:36 v1.3.1-dev.1 22:45:36 v1.3.1-dev.2 22:45:36 v1.3.1-dev.3 22:45:36 v1.3.2-dev.1 22:45:36 v1.3.2-dev.2 22:45:36 v1.3.2-dev.3 22:45:36 v1.3.2-dev.4 22:45:36 v1.3.2-dev.5 22:45:36 v1.3.2-dev.6 22:45:36 v1.3.2-dev.7 22:45:36 v1.3.2-dev.8 [Pipeline] sh 22:45:36 + lftools sign git-tag v1.3.2-dev.8 22:45:37 Signing Git tag with Sigul... 22:45:37 Signing v1.3.2-dev.8 [Pipeline] echo 22:45:38 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:45:39 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:45:39 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:45:39 $ docker stop --time=1 36a0b9b9e917fbe2bf9e400027af2dcecf5790ee34d83bc48f7ece5ff31cc349 22:45:41 $ docker rm -f 36a0b9b9e917fbe2bf9e400027af2dcecf5790ee34d83bc48f7ece5ff31cc349 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 22:45:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:45:42 . [Pipeline] withDockerContainer 22:45:42 prd-centos7-docker-4c-2g-33203 does not seem to be running inside a container 22:45:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:45:43 $ docker top a76947ac412f1907636c1117b37d88779a4032f1b0c5894c0f7a5beb416a5dc6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:45:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:45:43 [ssh-agent] Looking for ssh-agent implementation... 22:45:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:45:43 $ docker exec a76947ac412f1907636c1117b37d88779a4032f1b0c5894c0f7a5beb416a5dc6 ssh-agent 22:45:44 SSH_AUTH_SOCK=/tmp/ssh-iSY1h96jatho/agent.11 22:45:44 SSH_AGENT_PID=16 22:45:44 Running ssh-add (command line suppressed) 22:45:44 Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_1090807202336210871.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_1090807202336210871.key) 22:45:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:45:44 + git semver bump pre 22:45:44 # -> Open(): unable to determine branch for HEAD 22:45:44 # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git 22:45:44 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master 22:45:44 # $SEMVER_REMOTE_NAME = origin 22:45:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:45:44 # $SEMVER_USER_NAME = edgex-jenkins 22:45:44 # $SEMVER_BRANCH = master 22:45:44 # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver 22:45:44 1.3.2-dev.9 [Pipeline] } 22:45:44 $ docker exec --env ******** --env ******** a76947ac412f1907636c1117b37d88779a4032f1b0c5894c0f7a5beb416a5dc6 ssh-agent -k 22:45:44 unset SSH_AUTH_SOCK; 22:45:44 unset SSH_AGENT_PID; 22:45:44 echo Agent pid 16 killed; 22:45:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:45:45 + git semver [Pipeline] } 22:45:45 $ docker stop --time=1 a76947ac412f1907636c1117b37d88779a4032f1b0c5894c0f7a5beb416a5dc6 22:45:46 $ docker rm -f a76947ac412f1907636c1117b37d88779a4032f1b0c5894c0f7a5beb416a5dc6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 22:45:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:45:47 . [Pipeline] withDockerContainer 22:45:47 prd-centos7-docker-4c-2g-33203 does not seem to be running inside a container 22:45:47 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:45:48 $ docker top 2b988d8e9602001d3da6b6426742710eff5fbf6dcafca6feabab34b9de8cce2d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:45:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:45:48 [ssh-agent] Looking for ssh-agent implementation... 22:45:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:45:48 $ docker exec 2b988d8e9602001d3da6b6426742710eff5fbf6dcafca6feabab34b9de8cce2d ssh-agent 22:45:48 SSH_AUTH_SOCK=/tmp/ssh-0D6X87Mbxa4c/agent.13 22:45:48 SSH_AGENT_PID=18 22:45:48 Running ssh-add (command line suppressed) 22:45:48 Identity added: /w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_5924791879348312241.key (/w/workspace/edgexfoundry_device-sdk-c_master@tmp/private_key_5924791879348312241.key) 22:45:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:45:49 + git semver push 22:45:49 # -> Open(): unable to determine branch for HEAD 22:45:49 # $GIT_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.git 22:45:49 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-sdk-c_master 22:45:49 # $SEMVER_REMOTE_NAME = origin 22:45:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:45:49 # $SEMVER_USER_NAME = edgex-jenkins 22:45:49 # $SEMVER_BRANCH = master 22:45:49 # $SEMVER_DIR = /w/workspace/edgexfoundry_device-sdk-c_master/.semver [Pipeline] } 22:45:52 $ docker exec --env ******** --env ******** 2b988d8e9602001d3da6b6426742710eff5fbf6dcafca6feabab34b9de8cce2d ssh-agent -k 22:45:52 unset SSH_AUTH_SOCK; 22:45:52 unset SSH_AGENT_PID; 22:45:52 echo Agent pid 18 killed; 22:45:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:45:53 + git semver [Pipeline] } 22:45:53 $ docker stop --time=1 2b988d8e9602001d3da6b6426742710eff5fbf6dcafca6feabab34b9de8cce2d 22:45:54 $ docker rm -f 2b988d8e9602001d3da6b6426742710eff5fbf6dcafca6feabab34b9de8cce2d [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 22:45:55 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:45:56 ---> package-listing.sh 22:45:56 ++ facter osfamily 22:45:56 ++ tr '[:upper:]' '[:lower:]' 22:45:56 + OS_FAMILY=redhat 22:45:56 + workspace=/w/workspace/edgexfoundry_device-sdk-c_master 22:45:56 + START_PACKAGES=/tmp/packages_start.txt 22:45:56 + END_PACKAGES=/tmp/packages_end.txt 22:45:56 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:45:56 + PACKAGES=/tmp/packages_start.txt 22:45:56 + '[' /w/workspace/edgexfoundry_device-sdk-c_master ']' 22:45:56 + PACKAGES=/tmp/packages_end.txt 22:45:56 + case "${OS_FAMILY}" in 22:45:56 + rpm -qa 22:45:56 + sort 22:46:01 + '[' -f /tmp/packages_start.txt ']' 22:46:01 + '[' -f /tmp/packages_end.txt ']' 22:46:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:46:01 + '[' /w/workspace/edgexfoundry_device-sdk-c_master ']' 22:46:01 + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_master/archives/ 22:46:01 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-c_master/archives/ [Pipeline] echo 22:46:01 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 22:46:01 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:46:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:46:02 22:46:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:46:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:46:02 alpine: Pulling from edgex-lftools-log-publisher 22:46:02 df20fa9351a1: Pulling fs layer 22:46:02 36b3adc4ff6f: Pulling fs layer 22:46:02 8ad3a11d3b57: Pulling fs layer 22:46:02 46f8f816bc3b: Pulling fs layer 22:46:02 93b61091891f: Pulling fs layer 22:46:02 93b9cdb0e59b: Pulling fs layer 22:46:02 5e14af77c1be: Pulling fs layer 22:46:02 01666e4c0597: Pulling fs layer 22:46:02 aa168da1d23b: Pulling fs layer 22:46:02 93b9cdb0e59b: Waiting 22:46:02 5e14af77c1be: Waiting 22:46:02 01666e4c0597: Waiting 22:46:02 46f8f816bc3b: Waiting 22:46:02 36b3adc4ff6f: Verifying Checksum 22:46:02 36b3adc4ff6f: Download complete 22:46:02 46f8f816bc3b: Verifying Checksum 22:46:02 46f8f816bc3b: Download complete 22:46:02 df20fa9351a1: Verifying Checksum 22:46:02 df20fa9351a1: Download complete 22:46:02 93b9cdb0e59b: Verifying Checksum 22:46:02 93b9cdb0e59b: Download complete 22:46:02 5e14af77c1be: Verifying Checksum 22:46:02 5e14af77c1be: Download complete 22:46:02 93b61091891f: Verifying Checksum 22:46:02 93b61091891f: Download complete 22:46:02 01666e4c0597: Verifying Checksum 22:46:02 01666e4c0597: Download complete 22:46:02 8ad3a11d3b57: Verifying Checksum 22:46:02 8ad3a11d3b57: Download complete 22:46:02 df20fa9351a1: Pull complete 22:46:03 36b3adc4ff6f: Pull complete 22:46:04 8ad3a11d3b57: Pull complete 22:46:04 46f8f816bc3b: Pull complete 22:46:04 aa168da1d23b: Verifying Checksum 22:46:04 aa168da1d23b: Download complete 22:46:04 93b61091891f: Pull complete 22:46:05 93b9cdb0e59b: Pull complete 22:46:05 5e14af77c1be: Pull complete 22:46:05 01666e4c0597: Pull complete 22:46:11 aa168da1d23b: Pull complete 22:46:11 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:46:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:46:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:46:12 prd-centos7-docker-4c-2g-33203 does not seem to be running inside a container 22:46:12 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-c_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-c_master -v /w/workspace/edgexfoundry_device-sdk-c_master:/w/workspace/edgexfoundry_device-sdk-c_master:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_master@tmp:/w/workspace/edgexfoundry_device-sdk-c_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:46:15 $ docker top 71d332a83df2c87b30d02dbe15fec056faf95e9e8eb9d06cb5c2bd721bcd9fb9 -eo pid,comm [Pipeline] { [Pipeline] sh 22:46:15 + touch /tmp/pre-build-complete [Pipeline] sh 22:46:16 + mkdir -p /var/log/sa [Pipeline] sh 22:46:16 + ls /var/log/sa-host 22:46:16 + sadf -c /var/log/sa-host/sa07 22:46:16 file_magic: OK 22:46:16 HZ: Using current value: 100 22:46:16 file_header: OK 22:46:16 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 22:46:16 Statistics: 22:46:16 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:46:16 File successfully converted to sysstat format version 12.2.1 22:46:16 + sadf -c /var/log/sa-host/sa23 22:46:16 file_magic: OK 22:46:16 HZ: Using current value: 100 22:46:16 file_header: OK 22:46:16 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 22:46:16 Statistics: 22:46:16 Hnuu...uuuununununu... 22:46:16 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:46:17 provisioning config files... 22:46:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_master@tmp/config1153348511455368484tmp [Pipeline] { [Pipeline] echo 22:46:17 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:46:17 ---> create-netrc.sh [Pipeline] } 22:46:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:46:17 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:46:17 ---> python-tools-install.sh [Pipeline] echo 22:46:17 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:46:18 ---> sudo-logs.sh 22:46:18 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:46:18 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:46:18 ---> job-cost.sh 22:46:18 lf-activate-venv: SKIPPING 22:46:18 INFO: No Stack... 22:46:19 INFO: Retrieving Pricing Info for: v1-standard-2 22:46:19 INFO: Archiving Costs [Pipeline] echo 22:46:19 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:46:19 ---> logs-deploy.sh 22:46:19 lf-activate-venv: SKIPPING 22:46:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/master/60 22:46:19 INFO: archiving workspace using pattern(s): 22:46:21 Archives upload complete. 22:46:21 INFO: archiving logs to Nexus 22:46:22 ---> uname -a: 22:46:22 Linux prd-centos7-docker-4c-2g-33203.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:46:22 22:46:22 22:46:22 ---> lscpu: 22:46:22 Architecture: x86_64 22:46:22 CPU op-mode(s): 32-bit, 64-bit 22:46:22 Byte Order: Little Endian 22:46:22 Address sizes: 40 bits physical, 48 bits virtual 22:46:22 CPU(s): 4 22:46:22 On-line CPU(s) list: 0-3 22:46:22 Thread(s) per core: 1 22:46:22 Core(s) per socket: 1 22:46:22 Socket(s): 4 22:46:22 NUMA node(s): 1 22:46:22 Vendor ID: GenuineIntel 22:46:22 CPU family: 6 22:46:22 Model: 44 22:46:22 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:46:22 Stepping: 1 22:46:22 CPU MHz: 2933.438 22:46:22 BogoMIPS: 5866.87 22:46:22 Virtualization: VT-x 22:46:22 Hypervisor vendor: KVM 22:46:22 Virtualization type: full 22:46:22 L1d cache: 128 KiB 22:46:22 L1i cache: 128 KiB 22:46:22 L2 cache: 16 MiB 22:46:22 L3 cache: 64 MiB 22:46:22 NUMA node0 CPU(s): 0-3 22:46:22 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:46:22 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:46:22 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:46:22 Vulnerability Meltdown: Mitigation; PTI 22:46:22 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:46:22 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:46:22 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:46:22 Vulnerability Srbds: Not affected 22:46:22 Vulnerability Tsx async abort: Not affected 22:46:22 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 22:46:22 22:46:22 22:46:22 ---> nproc: 22:46:22 4 22:46:22 22:46:22 22:46:22 ---> df -h: 22:46:22 Filesystem Size Used Available Use% Mounted on 22:46:22 overlay 50.0G 7.9G 42.1G 16% / 22:46:22 tmpfs 64.0M 0 64.0M 0% /dev 22:46:22 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:46:22 shm 64.0M 0 64.0M 0% /dev/shm 22:46:22 /dev/vda1 50.0G 7.9G 42.1G 16% /facter-os 22:46:22 /dev/vda1 50.0G 7.9G 42.1G 16% /etc/resolv.conf 22:46:22 /dev/vda1 50.0G 7.9G 42.1G 16% /etc/hostname 22:46:22 /dev/vda1 50.0G 7.9G 42.1G 16% /etc/hosts 22:46:22 /dev/vda1 50.0G 7.9G 42.1G 16% /run/cloud-init/result.json 22:46:22 /dev/vda1 50.0G 7.9G 42.1G 16% /w/workspace/edgexfoundry_device-sdk-c_master 22:46:22 /dev/vda1 50.0G 7.9G 42.1G 16% /w/workspace/edgexfoundry_device-sdk-c_master@tmp 22:46:22 /dev/vda1 50.0G 7.9G 42.1G 16% /var/log/sa-host 22:46:22 /dev/vda1 50.0G 7.9G 42.1G 16% /var/log/secure 22:46:22 /dev/vda1 50.0G 7.9G 42.1G 16% /var/log/auth.log 22:46:22 22:46:22 22:46:22 ---> free -m: 22:46:22 total used free shared buff/cache available 22:46:22 Mem: 1837 783 144 0 909 976 22:46:22 Swap: 1023 1 1022 22:46:22 22:46:22 22:46:22 ---> ip addr: 22:46:22 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:46:22 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:46:22 inet 127.0.0.1/8 scope host lo 22:46:22 valid_lft forever preferred_lft forever 22:46:22 inet6 ::1/128 scope host 22:46:22 valid_lft forever preferred_lft forever 22:46:22 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:46:22 link/ether fa:16:3e:53:ea:2e brd ff:ff:ff:ff:ff:ff 22:46:22 inet 10.30.122.129/23 brd 10.30.123.255 scope global dynamic eth0 22:46:22 valid_lft 85960sec preferred_lft 85960sec 22:46:22 inet6 fe80::f816:3eff:fe53:ea2e/64 scope link 22:46:22 valid_lft forever preferred_lft forever 22:46:22 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:46:22 link/ether 02:42:bb:48:3d:ff brd ff:ff:ff:ff:ff:ff 22:46:22 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:46:22 valid_lft forever preferred_lft forever 22:46:22 inet6 fe80::42:bbff:fe48:3dff/64 scope link 22:46:22 valid_lft forever preferred_lft forever 22:46:22 22:46:22 22:46:22 ---> sar -b -r -n DEV: 22:46:22 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/07/21 _x86_64_ (4 CPU) 22:46:22 22:46:22 22:38:50 LINUX RESTART (4 CPU) 22:46:22 22:46:22 22:40:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:46:22 22:41:01 2.71 0.00 2.71 0.00 0.00 60.77 0.00 22:46:22 22:42:01 0.35 0.00 0.35 0.00 0.00 5.55 0.00 22:46:22 22:43:01 0.20 0.00 0.20 0.00 0.00 2.03 0.00 22:46:22 22:44:01 0.35 0.00 0.35 0.00 0.00 5.90 0.00 22:46:22 22:45:01 3.11 0.18 2.93 0.00 109.91 32.06 0.00 22:46:22 22:46:01 305.99 176.57 129.42 0.00 10800.60 33118.31 0.00 22:46:22 Average: 52.28 29.56 22.73 0.00 1824.48 5555.75 0.00 22:46:22 22:46:22 22:40:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:46:22 22:41:01 146040 0 596464 31.70 2620 1136420 1079848 36.85 434144 1103076 16 22:46:22 22:42:01 145992 0 596504 31.70 2620 1136428 1079920 36.86 432476 1105316 8 22:46:22 22:43:01 144196 0 598296 31.80 2620 1136432 1079920 36.86 447200 1092144 8 22:46:22 22:44:01 145616 0 596816 31.72 2620 1136492 1072652 36.61 444740 1093560 28 22:46:22 22:45:01 163784 0 602316 32.01 2620 1112824 1078784 36.82 444788 1075148 32 22:46:22 22:46:01 144436 0 722672 38.41 2596 1011840 1073300 36.63 480244 951380 160 22:46:22 Average: 148344 0 618845 32.89 2616 1111739 1077404 36.77 447265 1070104 42 22:46:22 22:46:22 22:40:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:46:22 22:41:01 eth0 3.81 2.03 3.12 0.13 0.00 0.00 0.00 0.00 22:46:22 22:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:22 22:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:22 22:42:01 eth0 1.95 0.60 0.64 0.40 0.00 0.00 0.00 0.00 22:46:22 22:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:22 22:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:22 22:43:01 eth0 0.95 0.67 0.53 0.37 0.00 0.00 0.00 0.00 22:46:22 22:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:22 22:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:22 22:44:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 0.00 22:46:22 22:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:22 22:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:22 22:45:01 eth0 15.17 10.12 15.12 5.01 0.00 0.00 0.00 0.00 22:46:22 22:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:22 22:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:22 22:46:01 eth0 480.66 419.55 3483.20 105.61 0.00 0.00 0.00 0.00 22:46:22 22:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:22 22:46:01 docker0 25.96 33.28 1.63 232.94 0.00 0.00 0.00 0.00 22:46:22 Average: eth0 84.04 72.41 585.71 18.65 0.00 0.00 0.00 0.00 22:46:22 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:22 Average: docker0 4.34 5.57 0.27 38.95 0.00 0.00 0.00 0.00 22:46:22 22:46:22 22:46:22 ---> sar -P ALL: 22:46:22 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/07/21 _x86_64_ (4 CPU) 22:46:22 22:46:22 22:38:50 LINUX RESTART (4 CPU) 22:46:22 22:46:22 22:40:02 CPU %user %nice %system %iowait %steal %idle 22:46:22 22:41:01 all 0.16 0.00 0.06 0.00 0.01 99.77 22:46:22 22:41:01 0 0.07 0.00 0.03 0.00 0.02 99.88 22:46:22 22:41:01 1 0.05 0.00 0.03 0.00 0.00 99.92 22:46:22 22:41:01 2 0.46 0.00 0.14 0.00 0.02 99.39 22:46:22 22:41:01 3 0.07 0.00 0.03 0.00 0.02 99.88 22:46:22 22:42:01 all 0.14 0.00 0.04 0.00 0.00 99.81 22:46:22 22:42:01 0 0.05 0.00 0.05 0.00 0.00 99.90 22:46:22 22:42:01 1 0.08 0.00 0.03 0.00 0.02 99.87 22:46:22 22:42:01 2 0.40 0.00 0.07 0.00 0.00 99.53 22:46:22 22:42:01 3 0.03 0.00 0.02 0.00 0.00 99.95 22:46:22 22:43:01 all 0.06 0.00 0.05 0.00 0.00 99.90 22:46:22 22:43:01 0 0.10 0.00 0.05 0.00 0.00 99.85 22:46:22 22:43:01 1 0.03 0.00 0.03 0.00 0.00 99.93 22:46:22 22:43:01 2 0.07 0.00 0.07 0.00 0.00 99.87 22:46:22 22:43:01 3 0.03 0.00 0.03 0.00 0.00 99.93 22:46:22 22:44:01 all 0.16 0.00 0.07 0.00 0.00 99.77 22:46:22 22:44:01 0 0.05 0.00 0.10 0.00 0.02 99.83 22:46:22 22:44:01 1 0.05 0.00 0.05 0.00 0.00 99.90 22:46:22 22:44:01 2 0.50 0.00 0.03 0.00 0.00 99.47 22:46:22 22:44:01 3 0.03 0.00 0.10 0.00 0.00 99.87 22:46:22 22:45:01 all 1.02 0.00 0.72 0.05 0.01 98.20 22:46:22 22:45:01 0 0.74 0.00 0.82 0.08 0.02 98.35 22:46:22 22:45:01 1 0.94 0.00 0.95 0.08 0.02 98.01 22:46:22 22:45:01 2 1.39 0.00 0.50 0.02 0.00 98.10 22:46:22 22:45:01 3 1.00 0.00 0.62 0.02 0.02 98.35 22:46:22 22:46:01 all 12.21 0.00 8.75 4.52 0.12 74.40 22:46:22 22:46:01 0 10.53 0.00 8.14 3.20 0.12 78.02 22:46:22 22:46:01 1 10.52 0.00 8.92 3.35 0.12 77.09 22:46:22 22:46:01 2 13.96 0.00 9.07 6.75 0.14 70.08 22:46:22 22:46:01 3 13.82 0.00 8.88 4.75 0.12 72.42 22:46:22 Average: all 2.25 0.00 1.59 0.75 0.03 95.39 22:46:22 Average: 0 1.88 0.00 1.50 0.54 0.03 96.05 22:46:22 Average: 1 1.91 0.00 1.64 0.56 0.03 95.85 22:46:22 Average: 2 2.75 0.00 1.62 1.11 0.03 94.50 22:46:22 Average: 3 2.45 0.00 1.58 0.78 0.03 95.17 22:46:22 22:46:22 22:46:22