Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 21f79343dd353c602474ef88d38fd1373f48e545 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh7325609451060726271.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh13050569723042291636.key > 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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-c/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-c/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5625243930157582675.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh11483786111125181926.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-c/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-c/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3808831267250329643.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > 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 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: [[ubuntu20.04-docker-8c-8g, ubuntu20.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_FILE_PATH: scripts/Dockerfile.alpine DOCKER_BUILD_FILE_PATH: scripts/Dockerfile.alpine-base DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk 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 Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-6764’ Running on prd-ubuntu20.04-docker-8c-8g-6767 in /w/workspace/edgexfoundry_device-sdk-c_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE 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_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git > git --version # timeout=10 > git --version # 'git version 2.25.1' 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 Avoid second fetch Checking out Revision 21f79343dd353c602474ef88d38fd1373f48e545 (main) Commit message: "fix: capture and log errors from libmicrohttpd (#443)" > 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 core.sparsecheckout # timeout=10 > git checkout -f 21f79343dd353c602474ef88d38fd1373f48e545 # timeout=10 > git rev-list --no-walk 718d9d9193a97832c83c711ba1ef6ca89ed02ea8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-20T20:33:35.346Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-20T20:33:35.405Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-20T20:33:35.421Z] ========================================================= [2023-02-20T20:33:35.421Z] EdgeX Global Pipelines Version Info [2023-02-20T20:33:35.421Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-20T20:33:36.131Z] ------------------- [2023-02-20T20:33:36.131Z] stable info: [2023-02-20T20:33:36.131Z] ------------------- [2023-02-20T20:33:36.131Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-20T20:33:36.131Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-20T20:33:36.131Z] Message: update stable to v1.0.244 [2023-02-20T20:33:36.702Z] ------------------- [2023-02-20T20:33:36.702Z] experimental info: [2023-02-20T20:33:36.702Z] ------------------- [2023-02-20T20:33:36.702Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-20T20:33:36.702Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-20T20:33:36.702Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-20T20:33:36.866Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-c-settings [Pipeline] echo [2023-02-20T20:33:36.876Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-c [Pipeline] echo [2023-02-20T20:33:36.888Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-20T20:33:36.900Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-20T20:33:36.913Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-20T20:33:36.928Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = scripts/Dockerfile.alpine [Pipeline] echo [2023-02-20T20:33:36.939Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = scripts/Dockerfile.alpine-base [Pipeline] echo [2023-02-20T20:33:36.951Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-20T20:33:36.961Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-20T20:33:36.971Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk [Pipeline] echo [2023-02-20T20:33:36.981Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-20T20:33:36.991Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-20T20:33:37.006Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-20T20:33:37.016Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-02-20T20:33:37.027Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-20T20:33:37.039Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-20T20:33:37.051Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-20T20:33:37.060Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-02-20T20:33:37.071Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-02-20T20:33:37.083Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-02-20T20:33:37.097Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 21f79343dd353c602474ef88d38fd1373f48e545 [Pipeline] echo [2023-02-20T20:33:37.112Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 21f7934 [Pipeline] echo [2023-02-20T20:33:37.124Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-20T20:33:37.167Z] provisioning config files... [2023-02-20T20:33:37.182Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_main@tmp/config4014155082286616111tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-20T20:33:37.487Z] ---> docker-login.sh [2023-02-20T20:33:37.487Z] nexus3.edgexfoundry.org:10001 [2023-02-20T20:33:37.747Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-20T20:33:37.747Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-20T20:33:37.747Z] Configure a credential helper to remove this warning. See [2023-02-20T20:33:37.747Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-20T20:33:37.747Z] [2023-02-20T20:33:37.747Z] Login Succeeded [2023-02-20T20:33:37.747Z] nexus3.edgexfoundry.org:10002 [2023-02-20T20:33:38.007Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-20T20:33:38.007Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-20T20:33:38.007Z] Configure a credential helper to remove this warning. See [2023-02-20T20:33:38.007Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-20T20:33:38.007Z] [2023-02-20T20:33:38.007Z] Login Succeeded [2023-02-20T20:33:38.007Z] nexus3.edgexfoundry.org:10003 [2023-02-20T20:33:38.007Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-20T20:33:38.007Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-20T20:33:38.007Z] Configure a credential helper to remove this warning. See [2023-02-20T20:33:38.007Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-20T20:33:38.007Z] [2023-02-20T20:33:38.007Z] Login Succeeded [2023-02-20T20:33:38.007Z] nexus3.edgexfoundry.org:10004 [2023-02-20T20:33:38.266Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-20T20:33:38.266Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-20T20:33:38.266Z] Configure a credential helper to remove this warning. See [2023-02-20T20:33:38.266Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-20T20:33:38.266Z] [2023-02-20T20:33:38.266Z] Login Succeeded [2023-02-20T20:33:38.266Z] docker.io [2023-02-20T20:33:38.266Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-20T20:33:38.526Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-20T20:33:38.526Z] Configure a credential helper to remove this warning. See [2023-02-20T20:33:38.526Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-20T20:33:38.526Z] [2023-02-20T20:33:38.526Z] Login Succeeded [2023-02-20T20:33:38.526Z] ---> docker-login.sh ends [Pipeline] } [2023-02-20T20:33:38.534Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build LTS Release Image) [Pipeline] sh [2023-02-20T20:33:38.898Z] + git rev-list -1 --merges 21f79343dd353c602474ef88d38fd1373f48e545~1..21f79343dd353c602474ef88d38fd1373f48e545 [Pipeline] echo [2023-02-20T20:33:38.942Z] -----------> git rev-list -1 --merges 21f79343dd353c602474ef88d38fd1373f48e545~1..21f79343dd353c602474ef88d38fd1373f48e545 21f79343dd353c602474ef88d38fd1373f48e545 [false] [Pipeline] sh [2023-02-20T20:33:39.224Z] + git log --format=format:%s -1 21f79343dd353c602474ef88d38fd1373f48e545 [Pipeline] echo [2023-02-20T20:33:39.238Z] ========================================================= [2023-02-20T20:33:39.238Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-20T20:33:39.238Z] ========================================================= Stage "Build LTS Release Image" skipped due to when conditional [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) Stage "amd64" skipped due to when conditional [Pipeline] } Stage "arm64" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-20T20:33:39.639Z] + git rev-list -1 --merges 21f79343dd353c602474ef88d38fd1373f48e545~1..21f79343dd353c602474ef88d38fd1373f48e545 [Pipeline] echo [2023-02-20T20:33:39.651Z] -----------> git rev-list -1 --merges 21f79343dd353c602474ef88d38fd1373f48e545~1..21f79343dd353c602474ef88d38fd1373f48e545 21f79343dd353c602474ef88d38fd1373f48e545 [false] [Pipeline] sh [2023-02-20T20:33:39.938Z] + git log --format=format:%s -1 21f79343dd353c602474ef88d38fd1373f48e545 [Pipeline] echo [2023-02-20T20:33:39.952Z] ========================================================= [2023-02-20T20:33:39.952Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-20T20:33:39.952Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-02-20T20:33:40.358Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-20T20:33:40.358Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-20T20:33:40.358Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-20T20:33:40.358Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-20T20:33:40.358Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-20T20:33:40.358Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-20T20:33:40.358Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T20:33:40.757Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-20T20:33:40.757Z] [2023-02-20T20:33:40.757Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T20:33:41.063Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-20T20:33:41.063Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-20T20:33:41.063Z] b85a868b505f: Pulling fs layer [2023-02-20T20:33:41.063Z] e2be974225ed: Pulling fs layer [2023-02-20T20:33:41.063Z] 339a4e72a1f5: Pulling fs layer [2023-02-20T20:33:41.063Z] 988bab9f4d93: Pulling fs layer [2023-02-20T20:33:41.063Z] 1469e6f7b9e6: Pulling fs layer [2023-02-20T20:33:41.063Z] eaf3925da568: Pulling fs layer [2023-02-20T20:33:41.063Z] bab4dde63d76: Pulling fs layer [2023-02-20T20:33:41.063Z] bde34c3a00c8: Pulling fs layer [2023-02-20T20:33:41.063Z] b352a97aabf1: Pulling fs layer [2023-02-20T20:33:41.063Z] 4872d77fe225: Pulling fs layer [2023-02-20T20:33:41.063Z] 5851b861e8e6: Pulling fs layer [2023-02-20T20:33:41.063Z] 988bab9f4d93: Waiting [2023-02-20T20:33:41.063Z] 1469e6f7b9e6: Waiting [2023-02-20T20:33:41.063Z] eaf3925da568: Waiting [2023-02-20T20:33:41.063Z] bab4dde63d76: Waiting [2023-02-20T20:33:41.063Z] b352a97aabf1: Waiting [2023-02-20T20:33:41.063Z] bde34c3a00c8: Waiting [2023-02-20T20:33:41.063Z] 4872d77fe225: Waiting [2023-02-20T20:33:41.063Z] 5851b861e8e6: Waiting [2023-02-20T20:33:41.063Z] e2be974225ed: Verifying Checksum [2023-02-20T20:33:41.063Z] e2be974225ed: Download complete [2023-02-20T20:33:41.063Z] 988bab9f4d93: Verifying Checksum [2023-02-20T20:33:41.063Z] 988bab9f4d93: Download complete [2023-02-20T20:33:41.325Z] 1469e6f7b9e6: Verifying Checksum [2023-02-20T20:33:41.325Z] 1469e6f7b9e6: Download complete [2023-02-20T20:33:41.325Z] eaf3925da568: Verifying Checksum [2023-02-20T20:33:41.325Z] eaf3925da568: Download complete [2023-02-20T20:33:41.325Z] 339a4e72a1f5: Verifying Checksum [2023-02-20T20:33:41.325Z] 339a4e72a1f5: Download complete [2023-02-20T20:33:41.325Z] bde34c3a00c8: Verifying Checksum [2023-02-20T20:33:41.325Z] bde34c3a00c8: Download complete [2023-02-20T20:33:41.325Z] b352a97aabf1: Download complete [2023-02-20T20:33:41.325Z] 4872d77fe225: Verifying Checksum [2023-02-20T20:33:41.325Z] 4872d77fe225: Download complete [2023-02-20T20:33:41.325Z] 5851b861e8e6: Verifying Checksum [2023-02-20T20:33:41.325Z] 5851b861e8e6: Download complete [2023-02-20T20:33:41.325Z] b85a868b505f: Verifying Checksum [2023-02-20T20:33:41.325Z] b85a868b505f: Download complete [2023-02-20T20:33:41.584Z] bab4dde63d76: Verifying Checksum [2023-02-20T20:33:41.584Z] bab4dde63d76: Download complete [2023-02-20T20:33:42.961Z] b85a868b505f: Pull complete [2023-02-20T20:33:42.961Z] e2be974225ed: Pull complete [2023-02-20T20:33:43.557Z] 339a4e72a1f5: Pull complete [2023-02-20T20:33:43.557Z] 988bab9f4d93: Pull complete [2023-02-20T20:33:43.818Z] 1469e6f7b9e6: Pull complete [2023-02-20T20:33:43.818Z] eaf3925da568: Pull complete [2023-02-20T20:33:45.721Z] bab4dde63d76: Pull complete [2023-02-20T20:33:45.721Z] bde34c3a00c8: Pull complete [2023-02-20T20:33:45.982Z] b352a97aabf1: Pull complete [2023-02-20T20:33:45.982Z] 4872d77fe225: Pull complete [2023-02-20T20:33:45.982Z] 5851b861e8e6: Pull complete [2023-02-20T20:33:45.982Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-20T20:33:45.982Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-20T20:33:45.982Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-20T20:33:46.071Z] prd-ubuntu20.04-docker-8c-8g-6767 does not seem to be running inside a container [2023-02-20T20:33:46.094Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_main -v /w/workspace/edgexfoundry_device-sdk-c_main:/w/workspace/edgexfoundry_device-sdk-c_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_main@tmp:/w/workspace/edgexfoundry_device-sdk-c_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-20T20:33:48.139Z] $ docker top ccf20379a9dc0da3bd94a76c3551a29f175dd22a41bebefca53ee7376cc08bed -eo pid,comm [2023-02-20T20:33:48.205Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-20T20:33:48.205Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-20T20:33:48.263Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-20T20:33:48.263Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-20T20:33:48.379Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-20T20:33:48.370Z] $ docker exec ccf20379a9dc0da3bd94a76c3551a29f175dd22a41bebefca53ee7376cc08bed ssh-agent [2023-02-20T20:33:48.492Z] SSH_AUTH_SOCK=/tmp/ssh-4zEP8x9xtece/agent.32 [2023-02-20T20:33:48.492Z] SSH_AGENT_PID=38 [2023-02-20T20:33:48.498Z] Running ssh-add (command line suppressed) [2023-02-20T20:33:48.579Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_9077002680905316636.key (/w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_9077002680905316636.key) [2023-02-20T20:33:48.603Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-20T20:33:48.889Z] + git tag --points-at HEAD [Pipeline] } [2023-02-20T20:33:48.889Z] $ docker exec --env ******** --env ******** ccf20379a9dc0da3bd94a76c3551a29f175dd22a41bebefca53ee7376cc08bed ssh-agent -k [2023-02-20T20:33:48.986Z] unset SSH_AUTH_SOCK; [2023-02-20T20:33:48.987Z] unset SSH_AGENT_PID; [2023-02-20T20:33:48.987Z] echo Agent pid 38 killed; [2023-02-20T20:33:49.012Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-20T20:33:49.039Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-20T20:33:49.039Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-20T20:33:49.173Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-20T20:33:49.166Z] $ docker exec ccf20379a9dc0da3bd94a76c3551a29f175dd22a41bebefca53ee7376cc08bed ssh-agent [2023-02-20T20:33:49.287Z] SSH_AUTH_SOCK=/tmp/ssh-bqeJ4ZaoGpVM/agent.70 [2023-02-20T20:33:49.287Z] SSH_AGENT_PID=76 [2023-02-20T20:33:49.292Z] Running ssh-add (command line suppressed) [2023-02-20T20:33:49.390Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_3463196791133329519.key (/w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_3463196791133329519.key) [2023-02-20T20:33:49.414Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-20T20:33:49.704Z] + git semver init [2023-02-20T20:33:49.963Z] 2023-02-20 20:33:49,914 [run_init] DEBUG init version:0.0.0 force:False [2023-02-20T20:33:49.963Z] 2023-02-20 20:33:49,916 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-c_main/.semver [2023-02-20T20:33:49.963Z] 2023-02-20 20:33:49,917 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-c.git /w/workspace/edgexfoundry_device-sdk-c_main/.semver [2023-02-20T20:33:49.963Z] 2023-02-20 20:33:49,917 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-c.git', '/w/workspace/edgexfoundry_device-sdk-c_main/.semver'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main, universal_newlines=False, shell=None, istream=None) [2023-02-20T20:33:50.903Z] 2023-02-20 20:33:50,877 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-c_main/.git/info/exclude [2023-02-20T20:33:50.903Z] 2023-02-20 20:33:50,878 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-c_main/.semver/main with force:False [2023-02-20T20:33:50.903Z] 2023-02-20 20:33:50,878 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2023-02-20T20:33:50.903Z] 2023-02-20 20:33:50,878 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2023-02-20T20:33:50.903Z] 2.3.1-dev.4 [Pipeline] } [2023-02-20T20:33:51.162Z] $ docker exec --env ******** --env ******** ccf20379a9dc0da3bd94a76c3551a29f175dd22a41bebefca53ee7376cc08bed ssh-agent -k [2023-02-20T20:33:51.272Z] unset SSH_AUTH_SOCK; [2023-02-20T20:33:51.272Z] unset SSH_AGENT_PID; [2023-02-20T20:33:51.273Z] echo Agent pid 76 killed; [2023-02-20T20:33:51.297Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-20T20:33:51.593Z] + git semver [Pipeline] } [2023-02-20T20:33:51.856Z] $ docker stop --time=1 ccf20379a9dc0da3bd94a76c3551a29f175dd22a41bebefca53ee7376cc08bed [2023-02-20T20:33:53.176Z] $ docker rm -f --volumes ccf20379a9dc0da3bd94a76c3551a29f175dd22a41bebefca53ee7376cc08bed [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-20T20:33:53.554Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-20T20:33:53.765Z] Stashed 1 file(s) [Pipeline] echo [2023-02-20T20:33:53.768Z] [edgeXSemver]: initialized semver on version 2.3.1-dev.4 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-20T20:33:53.906Z] provisioning config files... [2023-02-20T20:33:53.916Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_main@tmp/config17006762665755169026tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-20T20:33:54.215Z] ---> docker-login.sh [2023-02-20T20:33:54.215Z] nexus3.edgexfoundry.org:10001 [2023-02-20T20:33:54.215Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-20T20:33:54.215Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-20T20:33:54.215Z] Configure a credential helper to remove this warning. See [2023-02-20T20:33:54.215Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-20T20:33:54.215Z] [2023-02-20T20:33:54.215Z] Login Succeeded [2023-02-20T20:33:54.215Z] nexus3.edgexfoundry.org:10002 [2023-02-20T20:33:54.215Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-20T20:33:54.215Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-20T20:33:54.215Z] Configure a credential helper to remove this warning. See [2023-02-20T20:33:54.215Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-20T20:33:54.215Z] [2023-02-20T20:33:54.215Z] Login Succeeded [2023-02-20T20:33:54.215Z] nexus3.edgexfoundry.org:10003 [2023-02-20T20:33:54.474Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-20T20:33:54.474Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-20T20:33:54.474Z] Configure a credential helper to remove this warning. See [2023-02-20T20:33:54.474Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-20T20:33:54.474Z] [2023-02-20T20:33:54.474Z] Login Succeeded [2023-02-20T20:33:54.474Z] nexus3.edgexfoundry.org:10004 [2023-02-20T20:33:54.474Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-20T20:33:54.474Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-20T20:33:54.474Z] Configure a credential helper to remove this warning. See [2023-02-20T20:33:54.474Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-20T20:33:54.474Z] [2023-02-20T20:33:54.474Z] Login Succeeded [2023-02-20T20:33:54.474Z] docker.io [2023-02-20T20:33:54.734Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-20T20:33:54.734Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-20T20:33:54.734Z] Configure a credential helper to remove this warning. See [2023-02-20T20:33:54.734Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-20T20:33:54.734Z] [2023-02-20T20:33:54.734Z] Login Succeeded [2023-02-20T20:33:54.734Z] ---> docker-login.sh ends [Pipeline] } [2023-02-20T20:33:54.741Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-20T20:33:54.807Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-20T20:33:54.816Z] [prepBaseBuildImage] Generating new image with name: ci-base-image-x86_64 [Pipeline] echo [2023-02-20T20:33:54.824Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-20T20:33:54.832Z] ========================================================= [2023-02-20T20:33:54.832Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2023-02-20T20:33:54.832Z] ========================================================= [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T20:33:55.132Z] + 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 . [2023-02-20T20:33:55.132Z] Sending build context to Docker daemon 4.695MB [2023-02-20T20:33:55.132Z] Step 1/21 : ARG BASE=alpine:3.16 [2023-02-20T20:33:55.132Z] Step 2/21 : FROM ${BASE} as builder [2023-02-20T20:33:55.132Z] latest: Pulling from edgex-devops/edgex-gcc-base [2023-02-20T20:33:55.132Z] 213ec9aee27d: Pulling fs layer [2023-02-20T20:33:55.132Z] 0f09ad1b1b37: Pulling fs layer [2023-02-20T20:33:55.392Z] 213ec9aee27d: Verifying Checksum [2023-02-20T20:33:55.392Z] 213ec9aee27d: Download complete [2023-02-20T20:33:55.392Z] 213ec9aee27d: Pull complete [2023-02-20T20:33:55.959Z] 0f09ad1b1b37: Verifying Checksum [2023-02-20T20:33:55.959Z] 0f09ad1b1b37: Download complete [2023-02-20T20:33:58.492Z] 0f09ad1b1b37: Pull complete [2023-02-20T20:33:58.492Z] Digest: sha256:64e9d1beac36a0037884aaf44bcf94b2de593689edef1cdaec9f2b2ef7c7c108 [2023-02-20T20:33:58.750Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [2023-02-20T20:33:58.750Z] ---> b2bbfebb3566 [2023-02-20T20:33:58.750Z] Step 3/21 : RUN wget https://iotech.jfrog.io/artifactory/api/security/keypair/public/repositories/alpine-release -O /etc/apk/keys/alpine.dev.rsa.pub [2023-02-20T20:34:00.127Z] ---> Running in cd01c9e54204 [2023-02-20T20:34:00.127Z] Connecting to iotech.jfrog.io (52.31.212.211:443) [2023-02-20T20:34:00.696Z] saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2023-02-20T20:34:00.696Z] alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2023-02-20T20:34:00.696Z] '/etc/apk/keys/alpine.dev.rsa.pub' saved [2023-02-20T20:34:00.955Z] Removing intermediate container cd01c9e54204 [2023-02-20T20:34:00.955Z] ---> cd4c59648097 [2023-02-20T20:34:00.955Z] Step 4/21 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main' >> /etc/apk/repositories [2023-02-20T20:34:00.955Z] ---> Running in 34fc9cd71ba4 [2023-02-20T20:34:01.523Z] Removing intermediate container 34fc9cd71ba4 [2023-02-20T20:34:01.523Z] ---> 492c1e24fc62 [2023-02-20T20:34:01.523Z] Step 5/21 : RUN apk add --update --no-cache binutils gcc libc-dev make git cmake yaml-dev curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev libcbor-dev paho-mqtt-c-dev-1.3 iotech-iot-1.4-dev hiredis-dev [2023-02-20T20:34:01.523Z] ---> Running in a4673b1cd643 [2023-02-20T20:34:01.781Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-20T20:34:02.040Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-20T20:34:02.040Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-20T20:34:02.606Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2023-02-20T20:34:02.606Z] (1/14) Installing hiredis (1.0.2-r0) [2023-02-20T20:34:02.606Z] (2/14) Installing hiredis-dev (1.0.2-r0) [2023-02-20T20:34:02.606Z] (3/14) Installing iotech-iot-1.4 (1.4.0-r0) [2023-02-20T20:34:03.174Z] (4/14) Installing iotech-iot-1.4-dev (1.4.0-r0) [2023-02-20T20:34:03.433Z] (5/14) Installing libcbor (0.9.0-r1) [2023-02-20T20:34:03.433Z] (6/14) Installing libcbor-dev (0.9.0-r1) [2023-02-20T20:34:03.433Z] (7/14) Installing ncurses-dev (6.3_p20220521-r0) [2023-02-20T20:34:03.433Z] (8/14) Installing paho-mqtt-c-dev-1.3 (1.3.12-r0) [2023-02-20T20:34:04.371Z] (9/14) Installing libblkid (2.38-r1) [2023-02-20T20:34:04.371Z] (10/14) Installing libuuid (2.38-r1) [2023-02-20T20:34:04.371Z] (11/14) Installing libfdisk (2.38-r1) [2023-02-20T20:34:04.371Z] (12/14) Installing libmount (2.38-r1) [2023-02-20T20:34:04.371Z] (13/14) Installing libsmartcols (2.38-r1) [2023-02-20T20:34:04.371Z] (14/14) Installing util-linux-dev (2.38-r1) [2023-02-20T20:34:04.371Z] Executing busybox-1.35.0-r17.trigger [2023-02-20T20:34:04.371Z] OK: 280 MiB in 90 packages [2023-02-20T20:34:04.939Z] Removing intermediate container a4673b1cd643 [2023-02-20T20:34:04.939Z] ---> 473418cfad09 [2023-02-20T20:34:04.939Z] Step 6/21 : RUN mkdir /tmp/sdk [2023-02-20T20:34:04.939Z] ---> Running in 848730efed6b [2023-02-20T20:34:05.506Z] Removing intermediate container 848730efed6b [2023-02-20T20:34:05.506Z] ---> bb74022e23c8 [2023-02-20T20:34:05.506Z] Step 7/21 : COPY VERSION /tmp/sdk [2023-02-20T20:34:05.506Z] ---> 65f8243a791c [2023-02-20T20:34:05.506Z] Step 8/21 : COPY src /tmp/sdk/src [2023-02-20T20:34:05.763Z] ---> c321c96a4097 [2023-02-20T20:34:05.763Z] Step 9/21 : COPY include /tmp/sdk/include [2023-02-20T20:34:05.763Z] ---> dde460253be2 [2023-02-20T20:34:05.763Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2023-02-20T20:34:06.023Z] ---> a076786c31be [2023-02-20T20:34:06.023Z] Step 11/21 : COPY LICENSE /tmp/sdk [2023-02-20T20:34:06.023Z] ---> 41bf3330d8dd [2023-02-20T20:34:06.023Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2023-02-20T20:34:06.281Z] ---> a020874bada5 [2023-02-20T20:34:06.281Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2023-02-20T20:34:06.281Z] ---> Running in 3824c88f3869 [2023-02-20T20:34:06.539Z] + CPPCHECK=false [2023-02-20T20:34:06.539Z] + DOCGEN=false [2023-02-20T20:34:06.539Z] + CMAKEOPTS='-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' [2023-02-20T20:34:06.539Z] + TOMLVER=SDK-0.2 [2023-02-20T20:34:06.539Z] + CUTILVER=1.4 [2023-02-20T20:34:06.539Z] + '[' 0 -gt 0 ] [2023-02-20T20:34:06.539Z] + readlink -f ./scripts/build.sh [2023-02-20T20:34:06.539Z] + dirname /tmp/sdk/scripts/build.sh [2023-02-20T20:34:06.539Z] + dirname /tmp/sdk/scripts [2023-02-20T20:34:06.539Z] + ROOT=/tmp/sdk [2023-02-20T20:34:06.539Z] + cd /tmp/sdk [2023-02-20T20:34:06.539Z] + '[' '!' -d deps ] [2023-02-20T20:34:06.539Z] + mkdir deps [2023-02-20T20:34:06.539Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2023-02-20T20:34:06.539Z] + tar -C deps -z -x -f - [2023-02-20T20:34:06.539Z] Connecting to github.com (140.82.114.4:443) [2023-02-20T20:34:06.798Z] Connecting to codeload.github.com (140.82.114.10:443) [2023-02-20T20:34:07.056Z] writing to stdout [2023-02-20T20:34:07.057Z] - 100% |********************************| 16451 0:00:00 ETA [2023-02-20T20:34:07.057Z] written to stdout [2023-02-20T20:34:07.057Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2023-02-20T20:34:07.057Z] + mkdir -p /tmp/sdk/build/release [2023-02-20T20:34:07.057Z] + cd /tmp/sdk/build/release [2023-02-20T20:34:07.057Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2023-02-20T20:34:07.057Z] -- The C compiler identification is GNU 11.2.1 [2023-02-20T20:34:07.057Z] -- Detecting C compiler ABI info [2023-02-20T20:34:07.057Z] -- Detecting C compiler ABI info - done [2023-02-20T20:34:07.057Z] -- Check for working C compiler: /usr/bin/cc - skipped [2023-02-20T20:34:07.057Z] -- Detecting C compile features [2023-02-20T20:34:07.057Z] -- Detecting C compile features - done [2023-02-20T20:34:07.057Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2023-02-20T20:34:07.315Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.83.1") [2023-02-20T20:34:07.315Z] -- Found LIBYAML: /usr/lib/libyaml.so [2023-02-20T20:34:07.315Z] -- Found LIBUUID: /usr/lib/libuuid.so [2023-02-20T20:34:07.315Z] -- Found LIBCBOR: /usr/lib/libcbor.so [2023-02-20T20:34:07.315Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2023-02-20T20:34:07.315Z] -- Found LIBHIREDIS: /usr/lib/libhiredis.so [2023-02-20T20:34:07.315Z] -- Found IOT: /opt/iotech/iot/1.4/lib/libiot.so [2023-02-20T20:34:07.315Z] -- /opt/iotech/iot/1.4/include [2023-02-20T20:34:07.315Z] -- C SDK 2.3.1-dev.4 for Linux [2023-02-20T20:34:07.315Z] -- Performing Test CSDK_HAVE_ATOMIC [2023-02-20T20:34:07.315Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2023-02-20T20:34:07.315Z] -- Found Curses: /usr/lib/libcurses.so [2023-02-20T20:34:07.315Z] -- Configuring done [2023-02-20T20:34:07.315Z] -- Generating done [2023-02-20T20:34:07.315Z] -- Build files have been written to: /tmp/sdk/build/release [2023-02-20T20:34:07.315Z] + make all package [2023-02-20T20:34:07.315Z] + tee release.log [2023-02-20T20:34:07.315Z] [ 2%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2023-02-20T20:34:07.574Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2023-02-20T20:34:07.574Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2023-02-20T20:34:08.148Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2023-02-20T20:34:08.416Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2023-02-20T20:34:08.416Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/data-mqtt.c.o [2023-02-20T20:34:08.683Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/data-redstr.c.o [2023-02-20T20:34:08.683Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2023-02-20T20:34:08.867Z] Still waiting to schedule task [2023-02-20T20:34:08.868Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-6765’ [2023-02-20T20:34:08.942Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2023-02-20T20:34:09.200Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2023-02-20T20:34:09.460Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2023-02-20T20:34:09.460Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2023-02-20T20:34:09.724Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2023-02-20T20:34:09.724Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2023-02-20T20:34:09.983Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2023-02-20T20:34:10.554Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2023-02-20T20:34:10.554Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2023-02-20T20:34:10.554Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2023-02-20T20:34:10.814Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2023-02-20T20:34:11.752Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2023-02-20T20:34:11.752Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2023-02-20T20:34:12.012Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2023-02-20T20:34:12.012Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2023-02-20T20:34:12.272Z] [ 48%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2023-02-20T20:34:12.840Z] [ 51%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2023-02-20T20:34:12.840Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2023-02-20T20:34:12.840Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2023-02-20T20:34:13.099Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2023-02-20T20:34:13.666Z] [ 59%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2023-02-20T20:34:14.233Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2023-02-20T20:34:14.492Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2023-02-20T20:34:14.492Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2023-02-20T20:34:14.492Z] [ 67%] Linking C shared library libcsdk.so [2023-02-20T20:34:14.756Z] [ 67%] Built target csdk [2023-02-20T20:34:14.756Z] [ 69%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2023-02-20T20:34:14.756Z] [ 71%] Linking C executable template [2023-02-20T20:34:14.756Z] [ 71%] Built target template [2023-02-20T20:34:14.756Z] [ 73%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2023-02-20T20:34:15.015Z] [ 75%] Linking C executable device-counter [2023-02-20T20:34:15.015Z] [ 75%] Built target device-counter [2023-02-20T20:34:15.015Z] [ 77%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2023-02-20T20:34:15.015Z] [ 79%] Linking C executable device-random [2023-02-20T20:34:15.273Z] [ 79%] Built target device-random [2023-02-20T20:34:15.273Z] [ 81%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2023-02-20T20:34:15.273Z] [ 83%] Linking C executable device-gyro [2023-02-20T20:34:15.273Z] [ 83%] Built target device-gyro [2023-02-20T20:34:15.273Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2023-02-20T20:34:15.531Z] [ 87%] Linking C executable device-bitfields [2023-02-20T20:34:15.531Z] [ 87%] Built target device-bitfields [2023-02-20T20:34:15.531Z] [ 89%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2023-02-20T20:34:15.789Z] [ 91%] Linking C executable template-discovery [2023-02-20T20:34:15.789Z] [ 91%] Built target template-discovery [2023-02-20T20:34:15.789Z] [ 93%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2023-02-20T20:34:16.048Z] [ 95%] Linking C executable device-file [2023-02-20T20:34:16.048Z] [ 95%] Built target device-file [2023-02-20T20:34:16.048Z] [ 97%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2023-02-20T20:34:16.048Z] [100%] Linking C executable device-terminal [2023-02-20T20:34:16.311Z] [100%] Built target device-terminal [2023-02-20T20:34:16.311Z] Run CPack packaging tool... [2023-02-20T20:34:16.311Z] CPack: Create package using TGZ [2023-02-20T20:34:16.311Z] CPack: Install projects [2023-02-20T20:34:16.311Z] CPack: - Run preinstall target for: Csdk [2023-02-20T20:34:16.583Z] CPack: - Install project: Csdk [] [2023-02-20T20:34:16.583Z] CPack: Create package [2023-02-20T20:34:16.583Z] CPack: - package: /tmp/sdk/build/release/csdk-2.3.1-dev.4.tar.gz generated. [2023-02-20T20:34:16.583Z] + '[' false '=' true ] [2023-02-20T20:34:16.583Z] + '[' false '=' true ] [2023-02-20T20:34:16.583Z] + mkdir -p /tmp/sdk/build/debug [2023-02-20T20:34:16.583Z] + cd /tmp/sdk/build/debug [2023-02-20T20:34:16.583Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2023-02-20T20:34:16.583Z] -- The C compiler identification is GNU 11.2.1 [2023-02-20T20:34:16.583Z] -- Detecting C compiler ABI info [2023-02-20T20:34:16.841Z] -- Detecting C compiler ABI info - done [2023-02-20T20:34:16.841Z] -- Check for working C compiler: /usr/bin/cc - skipped [2023-02-20T20:34:16.841Z] -- Detecting C compile features [2023-02-20T20:34:16.841Z] -- Detecting C compile features - done [2023-02-20T20:34:16.841Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2023-02-20T20:34:16.841Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.83.1") [2023-02-20T20:34:16.841Z] -- Found LIBYAML: /usr/lib/libyaml.so [2023-02-20T20:34:16.841Z] -- Found LIBUUID: /usr/lib/libuuid.so [2023-02-20T20:34:16.841Z] -- Found LIBCBOR: /usr/lib/libcbor.so [2023-02-20T20:34:16.841Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2023-02-20T20:34:16.841Z] -- Found LIBHIREDIS: /usr/lib/libhiredis.so [2023-02-20T20:34:16.841Z] -- Found IOT: /opt/iotech/iot/1.4/lib/libiot.so [2023-02-20T20:34:16.841Z] -- /opt/iotech/iot/1.4/include [2023-02-20T20:34:16.841Z] -- C SDK 2.3.1-dev.4 for Linux [2023-02-20T20:34:16.841Z] -- Performing Test CSDK_HAVE_ATOMIC [2023-02-20T20:34:16.841Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2023-02-20T20:34:16.841Z] -- Found Curses: /usr/lib/libcurses.so [2023-02-20T20:34:16.841Z] -- Configuring done [2023-02-20T20:34:17.099Z] -- Generating done [2023-02-20T20:34:17.099Z] -- Build files have been written to: /tmp/sdk/build/debug [2023-02-20T20:34:17.099Z] + + teemake [2023-02-20T20:34:17.099Z] debug.log [2023-02-20T20:34:17.099Z] [ 2%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2023-02-20T20:34:17.099Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2023-02-20T20:34:17.099Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2023-02-20T20:34:17.357Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2023-02-20T20:34:17.357Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2023-02-20T20:34:17.615Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/data-mqtt.c.o [2023-02-20T20:34:17.615Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/data-redstr.c.o [2023-02-20T20:34:17.615Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2023-02-20T20:34:17.874Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2023-02-20T20:34:17.874Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2023-02-20T20:34:17.874Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2023-02-20T20:34:18.135Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2023-02-20T20:34:18.135Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2023-02-20T20:34:18.135Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2023-02-20T20:34:18.408Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2023-02-20T20:34:18.408Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2023-02-20T20:34:18.669Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2023-02-20T20:34:18.669Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2023-02-20T20:34:18.669Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2023-02-20T20:34:18.929Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2023-02-20T20:34:18.929Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2023-02-20T20:34:19.188Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2023-02-20T20:34:19.188Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2023-02-20T20:34:19.188Z] [ 48%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2023-02-20T20:34:19.446Z] [ 51%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2023-02-20T20:34:19.713Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2023-02-20T20:34:19.713Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2023-02-20T20:34:19.713Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2023-02-20T20:34:19.972Z] [ 59%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2023-02-20T20:34:19.972Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2023-02-20T20:34:20.231Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2023-02-20T20:34:20.231Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2023-02-20T20:34:20.231Z] [ 67%] Linking C shared library libcsdk.so [2023-02-20T20:34:20.489Z] [ 67%] Built target csdk [2023-02-20T20:34:20.489Z] [ 69%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2023-02-20T20:34:20.489Z] [ 71%] Linking C executable template [2023-02-20T20:34:20.489Z] [ 71%] Built target template [2023-02-20T20:34:20.489Z] [ 73%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2023-02-20T20:34:20.489Z] [ 75%] Linking C executable device-counter [2023-02-20T20:34:20.750Z] [ 75%] Built target device-counter [2023-02-20T20:34:20.750Z] [ 77%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2023-02-20T20:34:20.750Z] [ 79%] Linking C executable device-random [2023-02-20T20:34:20.750Z] [ 79%] Built target device-random [2023-02-20T20:34:20.750Z] [ 81%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2023-02-20T20:34:21.008Z] [ 83%] Linking C executable device-gyro [2023-02-20T20:34:21.008Z] [ 83%] Built target device-gyro [2023-02-20T20:34:21.008Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2023-02-20T20:34:21.008Z] [ 87%] Linking C executable device-bitfields [2023-02-20T20:34:21.267Z] [ 87%] Built target device-bitfields [2023-02-20T20:34:21.267Z] [ 89%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2023-02-20T20:34:21.267Z] [ 91%] Linking C executable template-discovery [2023-02-20T20:34:21.267Z] [ 91%] Built target template-discovery [2023-02-20T20:34:21.267Z] [ 93%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2023-02-20T20:34:21.525Z] [ 95%] Linking C executable device-file [2023-02-20T20:34:21.525Z] [ 95%] Built target device-file [2023-02-20T20:34:21.525Z] [ 97%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2023-02-20T20:34:21.525Z] [100%] Linking C executable device-terminal [2023-02-20T20:34:21.525Z] [100%] Built target device-terminal [2023-02-20T20:34:21.783Z] make: Entering directory '/tmp/sdk/build/release' [2023-02-20T20:34:21.783Z] make[1]: Entering directory '/tmp/sdk/build/release' [2023-02-20T20:34:21.783Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-02-20T20:34:21.783Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-02-20T20:34:21.783Z] [ 67%] Built target csdk [2023-02-20T20:34:21.783Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-02-20T20:34:21.783Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-02-20T20:34:21.783Z] [ 71%] Built target template [2023-02-20T20:34:21.783Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-02-20T20:34:21.783Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-02-20T20:34:21.783Z] [ 75%] Built target device-counter [2023-02-20T20:34:21.783Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-02-20T20:34:21.783Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-02-20T20:34:21.783Z] [ 79%] Built target device-random [2023-02-20T20:34:21.783Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-02-20T20:34:21.783Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-02-20T20:34:21.783Z] [ 83%] Built target device-gyro [2023-02-20T20:34:21.783Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-02-20T20:34:21.783Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-02-20T20:34:21.783Z] [ 87%] Built target device-bitfields [2023-02-20T20:34:21.783Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-02-20T20:34:21.783Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-02-20T20:34:21.783Z] [ 91%] Built target template-discovery [2023-02-20T20:34:21.783Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-02-20T20:34:21.783Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-02-20T20:34:21.783Z] [ 95%] Built target device-file [2023-02-20T20:34:21.783Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-02-20T20:34:21.783Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-02-20T20:34:21.783Z] [100%] Built target device-terminal [2023-02-20T20:34:21.783Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2023-02-20T20:34:21.783Z] Install the project... [2023-02-20T20:34:21.783Z] -- Install configuration: "Release" [2023-02-20T20:34:21.784Z] -- Installing: /usr/local/lib/libcsdk.so [2023-02-20T20:34:21.784Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2023-02-20T20:34:21.784Z] -- Installing: /usr/local/include [2023-02-20T20:34:21.784Z] -- Installing: /usr/local/include/devsdk [2023-02-20T20:34:21.784Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2023-02-20T20:34:21.784Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2023-02-20T20:34:21.784Z] -- Installing: /usr/local/include/edgex [2023-02-20T20:34:21.784Z] -- Installing: /usr/local/include/edgex/edgex.h [2023-02-20T20:34:21.784Z] -- Installing: /usr/local/include/edgex/devices.h [2023-02-20T20:34:21.784Z] -- Installing: /usr/local/include/edgex/profiles.h [2023-02-20T20:34:21.784Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2023-02-20T20:34:21.784Z] -- Installing: /usr/local/include/edgex/rest-server.h [2023-02-20T20:34:21.784Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2023-02-20T20:34:21.784Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2023-02-20T20:34:21.784Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2023-02-20T20:34:21.784Z] make: Leaving directory '/tmp/sdk/build/release' [2023-02-20T20:34:22.719Z] Removing intermediate container 3824c88f3869 [2023-02-20T20:34:22.719Z] ---> 091806b94e11 [2023-02-20T20:34:22.719Z] Step 14/21 : FROM ${BASE} [2023-02-20T20:34:22.719Z] ---> b2bbfebb3566 [2023-02-20T20:34:22.719Z] Step 15/21 : LABEL maintainer="IOTech " [2023-02-20T20:34:22.719Z] ---> Running in d9b01492a418 [2023-02-20T20:34:22.719Z] Removing intermediate container d9b01492a418 [2023-02-20T20:34:22.719Z] ---> ca9a8a876b6f [2023-02-20T20:34:22.719Z] Step 16/21 : RUN wget https://iotech.jfrog.io/artifactory/api/security/keypair/public/repositories/alpine-release -O /etc/apk/keys/alpine.dev.rsa.pub [2023-02-20T20:34:22.719Z] ---> Running in ac891b1bf5ff [2023-02-20T20:34:22.978Z] Connecting to iotech.jfrog.io (52.208.13.27:443) [2023-02-20T20:34:23.237Z] saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2023-02-20T20:34:23.237Z] alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2023-02-20T20:34:23.237Z] '/etc/apk/keys/alpine.dev.rsa.pub' saved [2023-02-20T20:34:23.495Z] Removing intermediate container ac891b1bf5ff [2023-02-20T20:34:23.495Z] ---> e5c61821ab94 [2023-02-20T20:34:23.495Z] Step 17/21 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main' >> /etc/apk/repositories [2023-02-20T20:34:23.754Z] ---> Running in b840425d16f9 [2023-02-20T20:34:24.322Z] Removing intermediate container b840425d16f9 [2023-02-20T20:34:24.322Z] ---> 2d544e4a87bd [2023-02-20T20:34:24.322Z] Step 18/21 : RUN apk add --update --no-cache binutils gcc libc-dev make git cmake yaml curl libmicrohttpd libuuid libcbor paho-mqtt-c-dev-1.3 iotech-iot-1.4 hiredis-dev [2023-02-20T20:34:24.322Z] ---> Running in 876708ee00ee [2023-02-20T20:34:24.580Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-20T20:34:24.581Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-20T20:34:24.840Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-20T20:34:25.408Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2023-02-20T20:34:25.408Z] (1/7) Installing curl (7.83.1-r6) [2023-02-20T20:34:25.408Z] (2/7) Installing hiredis (1.0.2-r0) [2023-02-20T20:34:25.408Z] (3/7) Installing hiredis-dev (1.0.2-r0) [2023-02-20T20:34:25.408Z] (4/7) Installing iotech-iot-1.4 (1.4.0-r0) [2023-02-20T20:34:25.975Z] (5/7) Installing libcbor (0.9.0-r1) [2023-02-20T20:34:25.975Z] (6/7) Installing libuuid (2.38-r1) [2023-02-20T20:34:25.975Z] (7/7) Installing paho-mqtt-c-dev-1.3 (1.3.12-r0) [2023-02-20T20:34:26.913Z] Executing busybox-1.35.0-r17.trigger [2023-02-20T20:34:26.913Z] OK: 275 MiB in 83 packages [2023-02-20T20:34:27.172Z] Removing intermediate container 876708ee00ee [2023-02-20T20:34:27.172Z] ---> 0800a5e46909 [2023-02-20T20:34:27.172Z] Step 19/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2023-02-20T20:34:27.430Z] ---> 73b8ea396f7f [2023-02-20T20:34:27.430Z] Step 20/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2023-02-20T20:34:27.430Z] ---> f8a3f4e653b3 [2023-02-20T20:34:27.430Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2023-02-20T20:34:27.699Z] ---> 1544453e1261 [2023-02-20T20:34:27.699Z] Successfully built 1544453e1261 [2023-02-20T20:34:27.699Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T20:34:28.068Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-20T20:34:28.068Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-20T20:34:28.140Z] prd-ubuntu20.04-docker-8c-8g-6767 does not seem to be running inside a container [2023-02-20T20:34:28.176Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-c_main -v /w/workspace/edgexfoundry_device-sdk-c_main:/w/workspace/edgexfoundry_device-sdk-c_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_main@tmp:/w/workspace/edgexfoundry_device-sdk-c_main@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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-20T20:34:28.531Z] $ docker top 331b6b2f1fc63fdd72464ef0109e6d8102f4a6ee5ae3b3438bcb7e351258206f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-20T20:34:28.879Z] + make test [2023-02-20T20:34:28.879Z] echo "make test" [2023-02-20T20:34:28.879Z] make test [Pipeline] } [2023-02-20T20:34:28.892Z] $ docker stop --time=1 331b6b2f1fc63fdd72464ef0109e6d8102f4a6ee5ae3b3438bcb7e351258206f [2023-02-20T20:34:30.206Z] $ docker rm -f --volumes 331b6b2f1fc63fdd72464ef0109e6d8102f4a6ee5ae3b3438bcb7e351258206f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-20T20:34:30.810Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-20T20:34:31.096Z] + ls -al . [2023-02-20T20:34:31.096Z] total 204 [2023-02-20T20:34:31.096Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 20 20:33 . [2023-02-20T20:34:31.096Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 20 20:33 .. [2023-02-20T20:34:31.096Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 20 20:33 .git [2023-02-20T20:34:31.096Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 20 20:33 .github [2023-02-20T20:34:31.096Z] -rw-rw-r-- 1 jenkins jenkins 176 Feb 20 20:33 .gitignore [2023-02-20T20:34:31.096Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 20 20:33 .semver [2023-02-20T20:34:31.096Z] -rw-rw-r-- 1 jenkins jenkins 3104 Feb 20 20:33 Attribution.txt [2023-02-20T20:34:31.096Z] -rw-rw-r-- 1 jenkins jenkins 8583 Feb 20 20:33 CHANGES [2023-02-20T20:34:31.096Z] -rw-rw-r-- 1 jenkins jenkins 108574 Feb 20 20:33 Doxyfile [2023-02-20T20:34:31.096Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 20 20:33 GOVERNANCE.md [2023-02-20T20:34:31.096Z] -rw-rw-r-- 1 jenkins jenkins 784 Feb 20 20:33 Jenkinsfile [2023-02-20T20:34:31.096Z] -rw-rw-r-- 1 jenkins jenkins 10174 Feb 20 20:33 LICENSE [2023-02-20T20:34:31.096Z] -rw-rw-r-- 1 jenkins jenkins 444 Feb 20 20:33 Makefile [2023-02-20T20:34:31.096Z] -rw-rw-r-- 1 jenkins jenkins 618 Feb 20 20:33 OWNERS.md [2023-02-20T20:34:31.096Z] -rw-rw-r-- 1 jenkins jenkins 4086 Feb 20 20:33 README.md [2023-02-20T20:34:31.096Z] -rw-rw-r-- 1 jenkins jenkins 1245 Feb 20 20:33 README.v3.md [2023-02-20T20:34:31.096Z] -rw-rw-r-- 1 jenkins jenkins 11 Feb 20 20:33 VERSION [2023-02-20T20:34:31.096Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 20 20:33 docs [2023-02-20T20:34:31.096Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 20 20:33 include [2023-02-20T20:34:31.096Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 20 20:33 scripts [2023-02-20T20:34:31.096Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 20 20:33 src [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T20:34:31.397Z] + docker build -t device-sdk -f scripts/Dockerfile.alpine --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=21f79343dd353c602474ef88d38fd1373f48e545 --label arch=amd64 --label version=2.3.1-dev.4 . [2023-02-20T20:34:31.397Z] Sending build context to Docker daemon 4.695MB [2023-02-20T20:34:31.397Z] Step 1/17 : ARG BASE=alpine:3.16 [2023-02-20T20:34:31.397Z] Step 2/17 : FROM ${BASE} [2023-02-20T20:34:31.397Z] ---> 1544453e1261 [2023-02-20T20:34:31.397Z] Step 3/17 : LABEL maintainer="IOTech " [2023-02-20T20:34:31.397Z] ---> Running in 8ba68ef319d6 [2023-02-20T20:34:31.397Z] Removing intermediate container 8ba68ef319d6 [2023-02-20T20:34:31.397Z] ---> 00b4e323206a [2023-02-20T20:34:31.397Z] Step 4/17 : RUN wget https://iotech.jfrog.io/artifactory/api/security/keypair/public/repositories/alpine-release -O /etc/apk/keys/alpine.dev.rsa.pub [2023-02-20T20:34:31.656Z] ---> Running in ded388039fc6 [2023-02-20T20:34:31.916Z] Connecting to iotech.jfrog.io (18.202.3.49:443) [2023-02-20T20:34:32.175Z] saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2023-02-20T20:34:32.175Z] alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2023-02-20T20:34:32.175Z] '/etc/apk/keys/alpine.dev.rsa.pub' saved [2023-02-20T20:34:32.436Z] Removing intermediate container ded388039fc6 [2023-02-20T20:34:32.436Z] ---> 6f4875181e7d [2023-02-20T20:34:32.436Z] Step 5/17 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main' >> /etc/apk/repositories [2023-02-20T20:34:32.436Z] ---> Running in 1dc3a868e5b6 [2023-02-20T20:34:33.004Z] Removing intermediate container 1dc3a868e5b6 [2023-02-20T20:34:33.004Z] ---> ff60e792941e [2023-02-20T20:34:33.004Z] Step 6/17 : RUN apk add --update --no-cache binutils gcc libc-dev make git cmake yaml-dev curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev libcbor-dev paho-mqtt-c-dev-1.3 hiredis-dev iotech-iot-1.4-dev && mkdir -p /edgex-c-sdk/build [2023-02-20T20:34:33.004Z] ---> Running in 7be5585bf457 [2023-02-20T20:34:33.263Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-20T20:34:33.263Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-20T20:34:33.523Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-20T20:34:34.091Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2023-02-20T20:34:34.091Z] (1/8) Installing iotech-iot-1.4-dev (1.4.0-r0) [2023-02-20T20:34:34.091Z] (2/8) Installing libcbor-dev (0.9.0-r1) [2023-02-20T20:34:34.091Z] (3/8) Installing ncurses-dev (6.3_p20220521-r0) [2023-02-20T20:34:34.091Z] (4/8) Installing libblkid (2.38-r1) [2023-02-20T20:34:34.091Z] (5/8) Installing libfdisk (2.38-r1) [2023-02-20T20:34:34.091Z] (6/8) Installing libmount (2.38-r1) [2023-02-20T20:34:34.091Z] (7/8) Installing libsmartcols (2.38-r1) [2023-02-20T20:34:34.091Z] (8/8) Installing util-linux-dev (2.38-r1) [2023-02-20T20:34:34.091Z] Executing busybox-1.35.0-r17.trigger [2023-02-20T20:34:34.422Z] OK: 280 MiB in 91 packages [2023-02-20T20:34:34.682Z] Removing intermediate container 7be5585bf457 [2023-02-20T20:34:34.682Z] ---> 7d62e9190e05 [2023-02-20T20:34:34.682Z] Step 7/17 : COPY VERSION /edgex-c-sdk/ [2023-02-20T20:34:34.979Z] ---> 6bed5f947c9b [2023-02-20T20:34:34.979Z] Step 8/17 : COPY src /edgex-c-sdk/src/ [2023-02-20T20:34:35.240Z] ---> aa43e6f9748e [2023-02-20T20:34:35.240Z] Step 9/17 : COPY include /edgex-c-sdk/include/ [2023-02-20T20:34:35.240Z] ---> 9404d3111410 [2023-02-20T20:34:35.240Z] Step 10/17 : COPY scripts /edgex-c-sdk/scripts [2023-02-20T20:34:35.500Z] ---> 89fc775d79f1 [2023-02-20T20:34:35.500Z] Step 11/17 : COPY LICENSE /edgex-c-sdk/ [2023-02-20T20:34:35.500Z] ---> d72141a04ef9 [2023-02-20T20:34:35.500Z] Step 12/17 : COPY Attribution.txt /edgex-c-sdk/ [2023-02-20T20:34:35.760Z] ---> 528227addad8 [2023-02-20T20:34:35.760Z] Step 13/17 : WORKDIR /edgex-c-sdk [2023-02-20T20:34:35.760Z] ---> Running in 17820994b6f2 [2023-02-20T20:34:35.760Z] Removing intermediate container 17820994b6f2 [2023-02-20T20:34:35.760Z] ---> c1968651d5cd [2023-02-20T20:34:35.760Z] Step 14/17 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2023-02-20T20:34:35.760Z] ---> Running in cea45bc76fdd [2023-02-20T20:34:35.760Z] Removing intermediate container cea45bc76fdd [2023-02-20T20:34:35.760Z] ---> fc56ed08b8ef [2023-02-20T20:34:35.760Z] Step 15/17 : LABEL arch=amd64 [2023-02-20T20:34:35.760Z] ---> Running in 0189874ec898 [2023-02-20T20:34:36.021Z] Removing intermediate container 0189874ec898 [2023-02-20T20:34:36.021Z] ---> b78c57970c1a [2023-02-20T20:34:36.021Z] Step 16/17 : LABEL git_sha=21f79343dd353c602474ef88d38fd1373f48e545 [2023-02-20T20:34:36.021Z] ---> Running in 2a7c979dd049 [2023-02-20T20:34:36.021Z] Removing intermediate container 2a7c979dd049 [2023-02-20T20:34:36.021Z] ---> 57a13fec2cf7 [2023-02-20T20:34:36.021Z] Step 17/17 : LABEL version=2.3.1-dev.4 [2023-02-20T20:34:36.021Z] ---> Running in 6a4c0902e40b [2023-02-20T20:34:36.281Z] Removing intermediate container 6a4c0902e40b [2023-02-20T20:34:36.281Z] ---> 348acac8a85d [2023-02-20T20:34:36.281Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2023-02-20T20:34:36.281Z] Successfully built 348acac8a85d [2023-02-20T20:34:36.281Z] Successfully tagged device-sdk:latest [Pipeline] } [Pipeline] // withEnv [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 Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T20:34:36.700Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-20T20:34:36.700Z] [2023-02-20T20:34:36.700Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T20:34:37.008Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-20T20:34:37.008Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-20T20:34:37.008Z] 5eb5b503b376: Pulling fs layer [2023-02-20T20:34:37.008Z] 5c69ac0246d0: Pulling fs layer [2023-02-20T20:34:37.008Z] ec43610c2a17: Pulling fs layer [2023-02-20T20:34:37.008Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-20T20:34:37.008Z] 33b1e0a273af: Pulling fs layer [2023-02-20T20:34:37.008Z] 5d3b04190fa2: Pulling fs layer [2023-02-20T20:34:37.008Z] 2f39f015ded8: Pulling fs layer [2023-02-20T20:34:37.008Z] 3a2ae6a8a46f: Waiting [2023-02-20T20:34:37.008Z] 2f39f015ded8: Waiting [2023-02-20T20:34:37.008Z] 33b1e0a273af: Waiting [2023-02-20T20:34:37.008Z] 5d3b04190fa2: Waiting [2023-02-20T20:34:37.008Z] 5c69ac0246d0: Download complete [2023-02-20T20:34:37.008Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-20T20:34:37.008Z] 3a2ae6a8a46f: Download complete [2023-02-20T20:34:37.270Z] ec43610c2a17: Verifying Checksum [2023-02-20T20:34:37.270Z] ec43610c2a17: Download complete [2023-02-20T20:34:37.270Z] 33b1e0a273af: Verifying Checksum [2023-02-20T20:34:37.270Z] 33b1e0a273af: Download complete [2023-02-20T20:34:37.270Z] 5d3b04190fa2: Verifying Checksum [2023-02-20T20:34:37.270Z] 5d3b04190fa2: Download complete [2023-02-20T20:34:37.270Z] 5eb5b503b376: Verifying Checksum [2023-02-20T20:34:37.270Z] 5eb5b503b376: Download complete [2023-02-20T20:34:37.837Z] 2f39f015ded8: Verifying Checksum [2023-02-20T20:34:37.837Z] 2f39f015ded8: Download complete [2023-02-20T20:34:38.404Z] 5eb5b503b376: Pull complete [2023-02-20T20:34:38.662Z] 5c69ac0246d0: Pull complete [2023-02-20T20:34:39.227Z] ec43610c2a17: Pull complete [2023-02-20T20:34:39.227Z] 3a2ae6a8a46f: Pull complete [2023-02-20T20:34:39.485Z] 33b1e0a273af: Pull complete [2023-02-20T20:34:39.485Z] 5d3b04190fa2: Pull complete [2023-02-20T20:34:43.670Z] 2f39f015ded8: Pull complete [2023-02-20T20:34:43.670Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-20T20:34:43.670Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-20T20:34:43.670Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-20T20:34:43.748Z] prd-ubuntu20.04-docker-8c-8g-6767 does not seem to be running inside a container [2023-02-20T20:34:43.779Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-c_main -v /w/workspace/edgexfoundry_device-sdk-c_main:/w/workspace/edgexfoundry_device-sdk-c_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_main@tmp:/w/workspace/edgexfoundry_device-sdk-c_main@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-20T20:34:47.324Z] $ docker top 65a7fb8c9d9bd86769eae027029437d1495ac318d24bc2c7d21a5d0338d006f8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-20T20:34:47.732Z] ---> job-cost.sh [2023-02-20T20:34:47.732Z] lf-activate-venv: SKIPPING [2023-02-20T20:34:47.732Z] INFO: No Stack... [2023-02-20T20:34:47.996Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-20T20:34:48.573Z] INFO: Archiving Costs [Pipeline] sh [2023-02-20T20:34:48.863Z] + cat /w/workspace/edgexfoundry_device-sdk-c_main/archives/cost.csv [2023-02-20T20:34:48.863Z] + cut -d, -f6 [Pipeline] lock [2023-02-20T20:34:48.879Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-c-main-39-stack-cost] [2023-02-20T20:34:48.885Z] Resource [jenkins-edgexfoundry-device-sdk-c-main-39-stack-cost] did not exist. Created. [2023-02-20T20:34:48.885Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-c-main-39-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-20T20:34:49.258Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-20T20:34:49.304Z] Stashed 1 file(s) [Pipeline] } [2023-02-20T20:34:49.311Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-c-main-39-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-20T20:34:49.335Z] $ docker stop --time=1 65a7fb8c9d9bd86769eae027029437d1495ac318d24bc2c7d21a5d0338d006f8 [2023-02-20T20:34:50.485Z] $ docker rm -f --volumes 65a7fb8c9d9bd86769eae027029437d1495ac318d24bc2c7d21a5d0338d006f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-20T20:37:32.520Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6768 in /w/workspace/edgexfoundry_device-sdk-c_main [Pipeline] { [Pipeline] ws [2023-02-20T20:37:32.535Z] Running in /w/workspace/device-sdk-c/39 [Pipeline] { [Pipeline] checkout [2023-02-20T20:37:32.565Z] Selected Git installation does not exist. Using Default [2023-02-20T20:37:32.566Z] The recommended git tool is: NONE [2023-02-20T20:37:37.430Z] using credential edgex-jenkins-ssh [2023-02-20T20:37:37.447Z] Cloning the remote Git repository [2023-02-20T20:37:37.499Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2023-02-20T20:37:37.588Z] > git init /w/workspace/device-sdk-c/39 # timeout=10 [2023-02-20T20:37:37.737Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2023-02-20T20:37:37.738Z] > git --version # timeout=10 [2023-02-20T20:37:37.762Z] > git --version # 'git version 2.25.1' [2023-02-20T20:37:37.765Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-20T20:37:37.819Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-20T20:37:39.690Z] Avoid second fetch [2023-02-20T20:37:39.690Z] Checking out Revision 21f79343dd353c602474ef88d38fd1373f48e545 (main) [2023-02-20T20:37:38.892Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2023-02-20T20:37:38.915Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-20T20:37:39.706Z] > git config core.sparsecheckout # timeout=10 [2023-02-20T20:37:39.727Z] > git checkout -f 21f79343dd353c602474ef88d38fd1373f48e545 # timeout=10 [2023-02-20T20:37:40.178Z] Commit message: "fix: capture and log errors from libmicrohttpd (#443)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-20T20:37:41.090Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-20T20:37:41.090Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-20T20:37:41.090Z] Dload Upload Total Spent Left Speed [2023-02-20T20:37:41.090Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 91733 0 --:--:-- --:--:-- --:--:-- 91733 [Pipeline] sh [2023-02-20T20:37:41.712Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-20T20:37:42.036Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-20T20:37:42.036Z] + sudo tee /etc/docker/daemon.new [2023-02-20T20:37:42.036Z] { [2023-02-20T20:37:42.036Z] "registry-mirrors": [ [2023-02-20T20:37:42.036Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-20T20:37:42.036Z] ], [2023-02-20T20:37:42.036Z] "bip": "10.250.0.254/24", [2023-02-20T20:37:42.036Z] "hosts": [ [2023-02-20T20:37:42.036Z] "tcp://0.0.0.0:5555", [2023-02-20T20:37:42.036Z] "unix:///var/run/docker.sock" [2023-02-20T20:37:42.036Z] ], [2023-02-20T20:37:42.037Z] "mtu": 1458, [2023-02-20T20:37:42.037Z] "selinux-enabled": true, [2023-02-20T20:37:42.037Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-20T20:37:42.037Z] } [Pipeline] sh [2023-02-20T20:37:42.362Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-20T20:37:42.686Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-20T20:38:00.918Z] provisioning config files... [2023-02-20T20:38:00.938Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/device-sdk-c/39@tmp/config1744447284505146743tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-20T20:38:01.283Z] ---> docker-login.sh [2023-02-20T20:38:01.283Z] nexus3.edgexfoundry.org:10001 [2023-02-20T20:38:01.554Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-20T20:38:01.822Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-20T20:38:01.823Z] Configure a credential helper to remove this warning. See [2023-02-20T20:38:01.823Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-20T20:38:01.823Z] [2023-02-20T20:38:01.823Z] Login Succeeded [2023-02-20T20:38:01.823Z] nexus3.edgexfoundry.org:10002 [2023-02-20T20:38:02.091Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-20T20:38:02.360Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-20T20:38:02.360Z] Configure a credential helper to remove this warning. See [2023-02-20T20:38:02.360Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-20T20:38:02.360Z] [2023-02-20T20:38:02.360Z] Login Succeeded [2023-02-20T20:38:02.360Z] nexus3.edgexfoundry.org:10003 [2023-02-20T20:38:02.360Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-20T20:38:02.632Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-20T20:38:02.632Z] Configure a credential helper to remove this warning. See [2023-02-20T20:38:02.632Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-20T20:38:02.632Z] [2023-02-20T20:38:02.632Z] Login Succeeded [2023-02-20T20:38:02.632Z] nexus3.edgexfoundry.org:10004 [2023-02-20T20:38:02.905Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-20T20:38:02.905Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-20T20:38:02.905Z] Configure a credential helper to remove this warning. See [2023-02-20T20:38:02.905Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-20T20:38:02.905Z] [2023-02-20T20:38:02.905Z] Login Succeeded [2023-02-20T20:38:02.905Z] docker.io [2023-02-20T20:38:03.176Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-20T20:38:03.443Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-20T20:38:03.443Z] Configure a credential helper to remove this warning. See [2023-02-20T20:38:03.443Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-20T20:38:03.443Z] [2023-02-20T20:38:03.443Z] Login Succeeded [2023-02-20T20:38:03.443Z] ---> docker-login.sh ends [Pipeline] } [2023-02-20T20:38:03.457Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-20T20:38:03.689Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-20T20:38:03.697Z] [prepBaseBuildImage] Generating new image with name: ci-base-image-arm64 [Pipeline] echo [2023-02-20T20:38:03.703Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-20T20:38:03.710Z] ========================================================= [2023-02-20T20:38:03.710Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] [2023-02-20T20:38:03.710Z] ========================================================= [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T20:38:04.033Z] + 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 . [2023-02-20T20:38:04.303Z] Sending build context to Docker daemon 2.822MB [2023-02-20T20:38:04.303Z] Step 1/21 : ARG BASE=alpine:3.16 [2023-02-20T20:38:04.303Z] Step 2/21 : FROM ${BASE} as builder [2023-02-20T20:38:04.573Z] latest: Pulling from edgex-devops/edgex-gcc-base-arm64 [2023-02-20T20:38:04.573Z] 9b18e9b68314: Pulling fs layer [2023-02-20T20:38:04.573Z] 1def92ead452: Pulling fs layer [2023-02-20T20:38:04.573Z] 9b18e9b68314: Verifying Checksum [2023-02-20T20:38:04.573Z] 9b18e9b68314: Download complete [2023-02-20T20:38:05.165Z] 9b18e9b68314: Pull complete [2023-02-20T20:38:07.115Z] 1def92ead452: Download complete [2023-02-20T20:38:15.347Z] 1def92ead452: Pull complete [2023-02-20T20:38:15.347Z] Digest: sha256:3c74c28e8b16bff0b36cfc53656b3ae71c0a9fddc9bd5376ab4c3f9356b3cc6c [2023-02-20T20:38:15.347Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest [2023-02-20T20:38:15.347Z] ---> 9a9802766715 [2023-02-20T20:38:15.347Z] Step 3/21 : RUN wget https://iotech.jfrog.io/artifactory/api/security/keypair/public/repositories/alpine-release -O /etc/apk/keys/alpine.dev.rsa.pub [2023-02-20T20:38:15.615Z] ---> Running in a8d57ff2fa8f [2023-02-20T20:38:16.575Z] Connecting to iotech.jfrog.io (52.210.117.67:443) [2023-02-20T20:38:17.157Z] saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2023-02-20T20:38:17.157Z] alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2023-02-20T20:38:17.157Z] '/etc/apk/keys/alpine.dev.rsa.pub' saved [2023-02-20T20:38:17.747Z] Removing intermediate container a8d57ff2fa8f [2023-02-20T20:38:17.747Z] ---> 3929831ac4a6 [2023-02-20T20:38:17.747Z] Step 4/21 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main' >> /etc/apk/repositories [2023-02-20T20:38:17.747Z] ---> Running in 99753ba94900 [2023-02-20T20:38:19.168Z] Removing intermediate container 99753ba94900 [2023-02-20T20:38:19.168Z] ---> 8a52f09c7ae1 [2023-02-20T20:38:19.168Z] Step 5/21 : RUN apk add --update --no-cache binutils gcc libc-dev make git cmake yaml-dev curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev libcbor-dev paho-mqtt-c-dev-1.3 iotech-iot-1.4-dev hiredis-dev [2023-02-20T20:38:19.442Z] ---> Running in 2f4a6eb2e798 [2023-02-20T20:38:20.415Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-20T20:38:20.681Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-20T20:38:21.268Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-20T20:38:21.865Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2023-02-20T20:38:22.133Z] (1/14) Installing hiredis (1.0.2-r0) [2023-02-20T20:38:22.133Z] (2/14) Installing hiredis-dev (1.0.2-r0) [2023-02-20T20:38:22.133Z] (3/14) Installing iotech-iot-1.4 (1.4.0-r0) [2023-02-20T20:38:22.721Z] (4/14) Installing iotech-iot-1.4-dev (1.4.0-r0) [2023-02-20T20:38:22.990Z] (5/14) Installing libcbor (0.9.0-r1) [2023-02-20T20:38:22.990Z] (6/14) Installing libcbor-dev (0.9.0-r1) [2023-02-20T20:38:22.991Z] (7/14) Installing ncurses-dev (6.3_p20220521-r0) [2023-02-20T20:38:22.991Z] (8/14) Installing paho-mqtt-c-dev-1.3 (1.3.12-r0) [2023-02-20T20:38:23.953Z] (9/14) Installing libblkid (2.38-r1) [2023-02-20T20:38:23.953Z] (10/14) Installing libuuid (2.38-r1) [2023-02-20T20:38:23.953Z] (11/14) Installing libfdisk (2.38-r1) [2023-02-20T20:38:23.953Z] (12/14) Installing libmount (2.38-r1) [2023-02-20T20:38:23.953Z] (13/14) Installing libsmartcols (2.38-r1) [2023-02-20T20:38:23.953Z] (14/14) Installing util-linux-dev (2.38-r1) [2023-02-20T20:38:23.953Z] Executing busybox-1.35.0-r17.trigger [2023-02-20T20:38:23.953Z] OK: 286 MiB in 90 packages [2023-02-20T20:38:25.363Z] Removing intermediate container 2f4a6eb2e798 [2023-02-20T20:38:25.363Z] ---> d5492d290f23 [2023-02-20T20:38:25.363Z] Step 6/21 : RUN mkdir /tmp/sdk [2023-02-20T20:38:25.363Z] ---> Running in 7b91a06f4f01 [2023-02-20T20:38:26.770Z] Removing intermediate container 7b91a06f4f01 [2023-02-20T20:38:26.770Z] ---> d0c92f0d70be [2023-02-20T20:38:26.770Z] Step 7/21 : COPY VERSION /tmp/sdk [2023-02-20T20:38:27.038Z] ---> b2e60c2d982e [2023-02-20T20:38:27.038Z] Step 8/21 : COPY src /tmp/sdk/src [2023-02-20T20:38:27.622Z] ---> a21452563687 [2023-02-20T20:38:27.622Z] Step 9/21 : COPY include /tmp/sdk/include [2023-02-20T20:38:28.204Z] ---> be2aab2f4aeb [2023-02-20T20:38:28.204Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2023-02-20T20:38:28.530Z] ---> 0474f3e947d5 [2023-02-20T20:38:28.530Z] Step 11/21 : COPY LICENSE /tmp/sdk [2023-02-20T20:38:29.146Z] ---> 684a971328b3 [2023-02-20T20:38:29.146Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2023-02-20T20:38:29.425Z] ---> 738cab9d82b2 [2023-02-20T20:38:29.425Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2023-02-20T20:38:29.425Z] ---> Running in 7a5c2df357bb [2023-02-20T20:38:30.386Z] + CPPCHECK=false [2023-02-20T20:38:30.386Z] + DOCGEN=false [2023-02-20T20:38:30.386Z] + CMAKEOPTS='-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' [2023-02-20T20:38:30.386Z] + TOMLVER=SDK-0.2 [2023-02-20T20:38:30.386Z] + CUTILVER=1.4 [2023-02-20T20:38:30.386Z] + '[' 0 -gt 0 ] [2023-02-20T20:38:30.386Z] + readlink -f ./scripts/build.sh [2023-02-20T20:38:30.386Z] + dirname /tmp/sdk/scripts/build.sh [2023-02-20T20:38:30.386Z] + dirname /tmp/sdk/scripts [2023-02-20T20:38:30.386Z] + ROOT=/tmp/sdk [2023-02-20T20:38:30.386Z] + cd /tmp/sdk [2023-02-20T20:38:30.386Z] + '[' '!' -d deps ] [2023-02-20T20:38:30.386Z] + mkdir deps [2023-02-20T20:38:30.386Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2023-02-20T20:38:30.386Z] + tar -C deps -z -x -f - [2023-02-20T20:38:30.386Z] Connecting to github.com (140.82.113.3:443) [2023-02-20T20:38:30.654Z] Connecting to codeload.github.com (140.82.113.9:443) [2023-02-20T20:38:30.654Z] writing to stdout [2023-02-20T20:38:30.654Z] - 100% |********************************| 16451 0:00:00 ETA [2023-02-20T20:38:30.654Z] written to stdout [2023-02-20T20:38:30.921Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2023-02-20T20:38:30.921Z] + mkdir -p /tmp/sdk/build/release [2023-02-20T20:38:30.921Z] + cd /tmp/sdk/build/release [2023-02-20T20:38:30.921Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2023-02-20T20:38:31.187Z] -- The C compiler identification is GNU 11.2.1 [2023-02-20T20:38:31.187Z] -- Detecting C compiler ABI info [2023-02-20T20:38:31.454Z] -- Detecting C compiler ABI info - done [2023-02-20T20:38:31.454Z] -- Check for working C compiler: /usr/bin/cc - skipped [2023-02-20T20:38:31.454Z] -- Detecting C compile features [2023-02-20T20:38:31.454Z] -- Detecting C compile features - done [2023-02-20T20:38:31.722Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2023-02-20T20:38:31.722Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.83.1") [2023-02-20T20:38:31.722Z] -- Found LIBYAML: /usr/lib/libyaml.so [2023-02-20T20:38:31.722Z] -- Found LIBUUID: /usr/lib/libuuid.so [2023-02-20T20:38:31.722Z] -- Found LIBCBOR: /usr/lib/libcbor.so [2023-02-20T20:38:31.988Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2023-02-20T20:38:31.988Z] -- Found LIBHIREDIS: /usr/lib/libhiredis.so [2023-02-20T20:38:31.988Z] -- Found IOT: /opt/iotech/iot/1.4/lib/libiot.so [2023-02-20T20:38:31.988Z] -- /opt/iotech/iot/1.4/include [2023-02-20T20:38:31.988Z] -- C SDK 2.3.1-dev.4 for Linux [2023-02-20T20:38:31.988Z] -- Performing Test CSDK_HAVE_ATOMIC [2023-02-20T20:38:32.257Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2023-02-20T20:38:32.257Z] -- Found Curses: /usr/lib/libcurses.so [2023-02-20T20:38:32.524Z] -- Configuring done [2023-02-20T20:38:32.790Z] -- Generating done [2023-02-20T20:38:32.790Z] -- Build files have been written to: /tmp/sdk/build/release [2023-02-20T20:38:32.790Z] + + maketee all release.log [2023-02-20T20:38:32.790Z] package [2023-02-20T20:38:32.790Z] [ 2%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2023-02-20T20:38:33.746Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2023-02-20T20:38:34.343Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2023-02-20T20:38:37.674Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2023-02-20T20:38:38.631Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2023-02-20T20:38:38.631Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/data-mqtt.c.o [2023-02-20T20:38:40.033Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/data-redstr.c.o [2023-02-20T20:38:41.441Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2023-02-20T20:38:42.849Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2023-02-20T20:38:44.792Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2023-02-20T20:38:45.374Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2023-02-20T20:38:46.333Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2023-02-20T20:38:46.915Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2023-02-20T20:38:47.497Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2023-02-20T20:38:48.082Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2023-02-20T20:38:51.421Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2023-02-20T20:38:51.687Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2023-02-20T20:38:52.644Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2023-02-20T20:38:53.598Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2023-02-20T20:38:58.926Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2023-02-20T20:38:59.883Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2023-02-20T20:39:00.148Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2023-02-20T20:39:00.726Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2023-02-20T20:39:02.124Z] [ 48%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2023-02-20T20:39:04.692Z] [ 51%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2023-02-20T20:39:05.272Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2023-02-20T20:39:06.228Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2023-02-20T20:39:06.808Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2023-02-20T20:39:10.137Z] [ 59%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2023-02-20T20:39:14.382Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2023-02-20T20:39:14.965Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2023-02-20T20:39:15.231Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2023-02-20T20:39:15.813Z] [ 67%] Linking C shared library libcsdk.so [2023-02-20T20:39:16.078Z] [ 67%] Built target csdk [2023-02-20T20:39:16.078Z] [ 69%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2023-02-20T20:39:17.479Z] [ 71%] Linking C executable template [2023-02-20T20:39:17.479Z] [ 71%] Built target template [2023-02-20T20:39:17.479Z] [ 73%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2023-02-20T20:39:18.063Z] [ 75%] Linking C executable device-counter [2023-02-20T20:39:18.331Z] [ 75%] Built target device-counter [2023-02-20T20:39:18.596Z] [ 77%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2023-02-20T20:39:19.176Z] [ 79%] Linking C executable device-random [2023-02-20T20:39:19.442Z] [ 79%] Built target device-random [2023-02-20T20:39:19.442Z] [ 81%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2023-02-20T20:39:20.024Z] [ 83%] Linking C executable device-gyro [2023-02-20T20:39:20.290Z] [ 83%] Built target device-gyro [2023-02-20T20:39:20.290Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2023-02-20T20:39:21.249Z] [ 87%] Linking C executable device-bitfields [2023-02-20T20:39:21.516Z] [ 87%] Built target device-bitfields [2023-02-20T20:39:21.516Z] [ 89%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2023-02-20T20:39:22.925Z] [ 91%] Linking C executable template-discovery [2023-02-20T20:39:22.925Z] [ 91%] Built target template-discovery [2023-02-20T20:39:22.925Z] [ 93%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2023-02-20T20:39:24.338Z] [ 95%] Linking C executable device-file [2023-02-20T20:39:24.339Z] [ 95%] Built target device-file [2023-02-20T20:39:24.339Z] [ 97%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2023-02-20T20:39:25.296Z] [100%] Linking C executable device-terminal [2023-02-20T20:39:25.562Z] [100%] Built target device-terminal [2023-02-20T20:39:25.562Z] Run CPack packaging tool... [2023-02-20T20:39:25.562Z] CPack: Create package using TGZ [2023-02-20T20:39:25.562Z] CPack: Install projects [2023-02-20T20:39:25.562Z] CPack: - Run preinstall target for: Csdk [2023-02-20T20:39:26.518Z] CPack: - Install project: Csdk [] [2023-02-20T20:39:26.518Z] CPack: Create package [2023-02-20T20:39:26.518Z] CPack: - package: /tmp/sdk/build/release/csdk-2.3.1-dev.4.tar.gz generated. [2023-02-20T20:39:26.518Z] + '[' false '=' true ] [2023-02-20T20:39:26.518Z] + '[' false '=' true ] [2023-02-20T20:39:26.518Z] + mkdir -p /tmp/sdk/build/debug [2023-02-20T20:39:26.518Z] + cd /tmp/sdk/build/debug [2023-02-20T20:39:26.518Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2023-02-20T20:39:26.785Z] -- The C compiler identification is GNU 11.2.1 [2023-02-20T20:39:26.785Z] -- Detecting C compiler ABI info [2023-02-20T20:39:27.051Z] -- Detecting C compiler ABI info - done [2023-02-20T20:39:27.051Z] -- Check for working C compiler: /usr/bin/cc - skipped [2023-02-20T20:39:27.051Z] -- Detecting C compile features [2023-02-20T20:39:27.051Z] -- Detecting C compile features - done [2023-02-20T20:39:27.051Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2023-02-20T20:39:27.317Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.83.1") [2023-02-20T20:39:27.317Z] -- Found LIBYAML: /usr/lib/libyaml.so [2023-02-20T20:39:27.317Z] -- Found LIBUUID: /usr/lib/libuuid.so [2023-02-20T20:39:27.317Z] -- Found LIBCBOR: /usr/lib/libcbor.so [2023-02-20T20:39:27.317Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2023-02-20T20:39:27.317Z] -- Found LIBHIREDIS: /usr/lib/libhiredis.so [2023-02-20T20:39:27.317Z] -- Found IOT: /opt/iotech/iot/1.4/lib/libiot.so [2023-02-20T20:39:27.317Z] -- /opt/iotech/iot/1.4/include [2023-02-20T20:39:27.317Z] -- C SDK 2.3.1-dev.4 for Linux [2023-02-20T20:39:27.582Z] -- Performing Test CSDK_HAVE_ATOMIC [2023-02-20T20:39:27.847Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2023-02-20T20:39:27.847Z] -- Found Curses: /usr/lib/libcurses.so [2023-02-20T20:39:28.113Z] -- Configuring done [2023-02-20T20:39:28.381Z] -- Generating done [2023-02-20T20:39:28.381Z] -- Build files have been written to: /tmp/sdk/build/debug [2023-02-20T20:39:28.381Z] + + maketee [2023-02-20T20:39:28.381Z] debug.log [2023-02-20T20:39:28.381Z] [ 2%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2023-02-20T20:39:28.961Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2023-02-20T20:39:29.227Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2023-02-20T20:39:30.184Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2023-02-20T20:39:30.780Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2023-02-20T20:39:30.780Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/data-mqtt.c.o [2023-02-20T20:39:31.363Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/data-redstr.c.o [2023-02-20T20:39:31.947Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2023-02-20T20:39:32.531Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2023-02-20T20:39:33.114Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2023-02-20T20:39:33.700Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2023-02-20T20:39:34.284Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2023-02-20T20:39:34.552Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2023-02-20T20:39:34.819Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2023-02-20T20:39:35.086Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2023-02-20T20:39:36.493Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2023-02-20T20:39:36.493Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2023-02-20T20:39:36.761Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2023-02-20T20:39:37.342Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2023-02-20T20:39:39.287Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2023-02-20T20:39:39.287Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2023-02-20T20:39:39.870Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2023-02-20T20:39:40.134Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2023-02-20T20:39:40.715Z] [ 48%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2023-02-20T20:39:42.656Z] [ 51%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2023-02-20T20:39:42.923Z] [ 53%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2023-02-20T20:39:43.505Z] [ 55%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2023-02-20T20:39:43.773Z] [ 57%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2023-02-20T20:39:44.728Z] [ 59%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2023-02-20T20:39:45.681Z] [ 61%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2023-02-20T20:39:46.262Z] [ 63%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2023-02-20T20:39:46.526Z] [ 65%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2023-02-20T20:39:46.791Z] [ 67%] Linking C shared library libcsdk.so [2023-02-20T20:39:47.056Z] [ 67%] Built target csdk [2023-02-20T20:39:47.056Z] [ 69%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2023-02-20T20:39:47.322Z] [ 71%] Linking C executable template [2023-02-20T20:39:47.589Z] [ 71%] Built target template [2023-02-20T20:39:47.589Z] [ 73%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2023-02-20T20:39:48.170Z] [ 75%] Linking C executable device-counter [2023-02-20T20:39:48.435Z] [ 75%] Built target device-counter [2023-02-20T20:39:48.435Z] [ 77%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2023-02-20T20:39:48.700Z] [ 79%] Linking C executable device-random [2023-02-20T20:39:48.965Z] [ 79%] Built target device-random [2023-02-20T20:39:48.965Z] [ 81%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2023-02-20T20:39:49.231Z] [ 83%] Linking C executable device-gyro [2023-02-20T20:39:49.496Z] [ 83%] Built target device-gyro [2023-02-20T20:39:49.761Z] [ 85%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2023-02-20T20:39:50.026Z] [ 87%] Linking C executable device-bitfields [2023-02-20T20:39:50.290Z] [ 87%] Built target device-bitfields [2023-02-20T20:39:50.290Z] [ 89%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2023-02-20T20:39:50.570Z] [ 91%] Linking C executable template-discovery [2023-02-20T20:39:50.835Z] [ 91%] Built target template-discovery [2023-02-20T20:39:51.100Z] [ 93%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2023-02-20T20:39:51.364Z] [ 95%] Linking C executable device-file [2023-02-20T20:39:51.629Z] [ 95%] Built target device-file [2023-02-20T20:39:51.629Z] [ 97%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2023-02-20T20:39:52.212Z] [100%] Linking C executable device-terminal [2023-02-20T20:39:52.478Z] [100%] Built target device-terminal [2023-02-20T20:39:52.478Z] make: Entering directory '/tmp/sdk/build/release' [2023-02-20T20:39:52.478Z] make[1]: Entering directory '/tmp/sdk/build/release' [2023-02-20T20:39:52.478Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-02-20T20:39:52.478Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-02-20T20:39:52.744Z] [ 67%] Built target csdk [2023-02-20T20:39:52.744Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-02-20T20:39:52.744Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-02-20T20:39:52.744Z] [ 71%] Built target template [2023-02-20T20:39:52.744Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-02-20T20:39:52.744Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-02-20T20:39:52.744Z] [ 75%] Built target device-counter [2023-02-20T20:39:52.744Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-02-20T20:39:52.744Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-02-20T20:39:52.744Z] [ 79%] Built target device-random [2023-02-20T20:39:52.744Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-02-20T20:39:52.744Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-02-20T20:39:52.745Z] [ 83%] Built target device-gyro [2023-02-20T20:39:52.745Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-02-20T20:39:52.745Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-02-20T20:39:52.745Z] [ 87%] Built target device-bitfields [2023-02-20T20:39:52.745Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-02-20T20:39:53.010Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-02-20T20:39:53.010Z] [ 91%] Built target template-discovery [2023-02-20T20:39:53.010Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-02-20T20:39:53.010Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-02-20T20:39:53.010Z] [ 95%] Built target device-file [2023-02-20T20:39:53.010Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-02-20T20:39:53.010Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-02-20T20:39:53.010Z] [100%] Built target device-terminal [2023-02-20T20:39:53.010Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2023-02-20T20:39:53.010Z] Install the project... [2023-02-20T20:39:53.010Z] -- Install configuration: "Release" [2023-02-20T20:39:53.010Z] -- Installing: /usr/local/lib/libcsdk.so [2023-02-20T20:39:53.010Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2023-02-20T20:39:53.010Z] -- Installing: /usr/local/include [2023-02-20T20:39:53.010Z] -- Installing: /usr/local/include/devsdk [2023-02-20T20:39:53.010Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2023-02-20T20:39:53.010Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2023-02-20T20:39:53.010Z] -- Installing: /usr/local/include/edgex [2023-02-20T20:39:53.010Z] -- Installing: /usr/local/include/edgex/rest-server.h [2023-02-20T20:39:53.010Z] -- Installing: /usr/local/include/edgex/edgex.h [2023-02-20T20:39:53.010Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2023-02-20T20:39:53.010Z] -- Installing: /usr/local/include/edgex/devices.h [2023-02-20T20:39:53.010Z] -- Installing: /usr/local/include/edgex/profiles.h [2023-02-20T20:39:53.010Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2023-02-20T20:39:53.010Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2023-02-20T20:39:53.010Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2023-02-20T20:39:53.010Z] make: Leaving directory '/tmp/sdk/build/release' [2023-02-20T20:39:54.413Z] Removing intermediate container 7a5c2df357bb [2023-02-20T20:39:54.413Z] ---> 1bf3670953eb [2023-02-20T20:39:54.413Z] Step 14/21 : FROM ${BASE} [2023-02-20T20:39:54.413Z] ---> 9a9802766715 [2023-02-20T20:39:54.413Z] Step 15/21 : LABEL maintainer="IOTech " [2023-02-20T20:39:54.413Z] ---> Running in 13ac8f7354c9 [2023-02-20T20:39:54.680Z] Removing intermediate container 13ac8f7354c9 [2023-02-20T20:39:54.680Z] ---> 5ce0d2598723 [2023-02-20T20:39:54.681Z] Step 16/21 : RUN wget https://iotech.jfrog.io/artifactory/api/security/keypair/public/repositories/alpine-release -O /etc/apk/keys/alpine.dev.rsa.pub [2023-02-20T20:39:54.681Z] ---> Running in 4b436c480c7e [2023-02-20T20:39:55.637Z] Connecting to iotech.jfrog.io (3.248.138.171:443) [2023-02-20T20:39:55.902Z] saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2023-02-20T20:39:55.902Z] alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2023-02-20T20:39:55.902Z] '/etc/apk/keys/alpine.dev.rsa.pub' saved [2023-02-20T20:39:56.490Z] Removing intermediate container 4b436c480c7e [2023-02-20T20:39:56.490Z] ---> 2e264211fe06 [2023-02-20T20:39:56.490Z] Step 17/21 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main' >> /etc/apk/repositories [2023-02-20T20:39:56.757Z] ---> Running in 28295d75731a [2023-02-20T20:39:58.180Z] Removing intermediate container 28295d75731a [2023-02-20T20:39:58.180Z] ---> b4a4a69754a6 [2023-02-20T20:39:58.180Z] Step 18/21 : RUN apk add --update --no-cache binutils gcc libc-dev make git cmake yaml curl libmicrohttpd libuuid libcbor paho-mqtt-c-dev-1.3 iotech-iot-1.4 hiredis-dev [2023-02-20T20:39:58.180Z] ---> Running in e3d6a26bd43e [2023-02-20T20:39:59.139Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-20T20:39:59.405Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-20T20:39:59.986Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-20T20:40:00.940Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2023-02-20T20:40:00.940Z] (1/7) Installing curl (7.83.1-r6) [2023-02-20T20:40:00.940Z] (2/7) Installing hiredis (1.0.2-r0) [2023-02-20T20:40:00.940Z] (3/7) Installing hiredis-dev (1.0.2-r0) [2023-02-20T20:40:00.940Z] (4/7) Installing iotech-iot-1.4 (1.4.0-r0) [2023-02-20T20:40:01.525Z] (5/7) Installing libcbor (0.9.0-r1) [2023-02-20T20:40:01.525Z] (6/7) Installing libuuid (2.38-r1) [2023-02-20T20:40:01.525Z] (7/7) Installing paho-mqtt-c-dev-1.3 (1.3.12-r0) [2023-02-20T20:40:02.482Z] Executing busybox-1.35.0-r17.trigger [2023-02-20T20:40:02.482Z] OK: 281 MiB in 83 packages [2023-02-20T20:40:03.893Z] Removing intermediate container e3d6a26bd43e [2023-02-20T20:40:03.893Z] ---> 9e40911059b5 [2023-02-20T20:40:03.893Z] Step 19/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2023-02-20T20:40:04.161Z] ---> 92c1f0cc2768 [2023-02-20T20:40:04.161Z] Step 20/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2023-02-20T20:40:04.746Z] ---> 20317e1253b4 [2023-02-20T20:40:04.746Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2023-02-20T20:40:05.326Z] ---> 95dfd8f3cd0b [2023-02-20T20:40:05.326Z] Successfully built 95dfd8f3cd0b [2023-02-20T20:40:05.326Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T20:40:05.707Z] + docker inspect -f . ci-base-image-arm64 [2023-02-20T20:40:05.707Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-20T20:40:05.892Z] prd-ubuntu20.04-docker-arm64-4c-16g-6768 does not seem to be running inside a container [2023-02-20T20:40:05.957Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/39 -v /w/workspace/device-sdk-c/39:/w/workspace/device-sdk-c/39:rw,z -v /w/workspace/device-sdk-c/39@tmp:/w/workspace/device-sdk-c/39@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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-20T20:40:07.074Z] $ docker top 866b8aae452f44c2a2e1be568c0aeea970c69e2397de6c57edd5aa5d54a06967 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-20T20:40:07.884Z] + make test [2023-02-20T20:40:07.884Z] echo "make test" [2023-02-20T20:40:07.884Z] make test [Pipeline] } [2023-02-20T20:40:07.904Z] $ docker stop --time=1 866b8aae452f44c2a2e1be568c0aeea970c69e2397de6c57edd5aa5d54a06967 [2023-02-20T20:40:09.541Z] $ docker rm -f --volumes 866b8aae452f44c2a2e1be568c0aeea970c69e2397de6c57edd5aa5d54a06967 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-20T20:40:10.113Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-20T20:40:10.433Z] + ls -al . [2023-02-20T20:40:10.433Z] total 200 [2023-02-20T20:40:10.433Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 20 20:37 . [2023-02-20T20:40:10.433Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 20 20:37 .. [2023-02-20T20:40:10.433Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 20 20:37 .git [2023-02-20T20:40:10.433Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 20 20:37 .github [2023-02-20T20:40:10.433Z] -rw-rw-r-- 1 jenkins jenkins 176 Feb 20 20:37 .gitignore [2023-02-20T20:40:10.433Z] -rw-rw-r-- 1 jenkins jenkins 3104 Feb 20 20:37 Attribution.txt [2023-02-20T20:40:10.433Z] -rw-rw-r-- 1 jenkins jenkins 8583 Feb 20 20:37 CHANGES [2023-02-20T20:40:10.433Z] -rw-rw-r-- 1 jenkins jenkins 108574 Feb 20 20:37 Doxyfile [2023-02-20T20:40:10.433Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 20 20:37 GOVERNANCE.md [2023-02-20T20:40:10.433Z] -rw-rw-r-- 1 jenkins jenkins 784 Feb 20 20:37 Jenkinsfile [2023-02-20T20:40:10.433Z] -rw-rw-r-- 1 jenkins jenkins 10174 Feb 20 20:37 LICENSE [2023-02-20T20:40:10.433Z] -rw-rw-r-- 1 jenkins jenkins 444 Feb 20 20:37 Makefile [2023-02-20T20:40:10.434Z] -rw-rw-r-- 1 jenkins jenkins 618 Feb 20 20:37 OWNERS.md [2023-02-20T20:40:10.434Z] -rw-rw-r-- 1 jenkins jenkins 4086 Feb 20 20:37 README.md [2023-02-20T20:40:10.434Z] -rw-rw-r-- 1 jenkins jenkins 1245 Feb 20 20:37 README.v3.md [2023-02-20T20:40:10.434Z] -rw-rw-r-- 1 jenkins jenkins 11 Feb 20 20:33 VERSION [2023-02-20T20:40:10.434Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 20 20:37 docs [2023-02-20T20:40:10.434Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 20 20:37 include [2023-02-20T20:40:10.434Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 20 20:37 scripts [2023-02-20T20:40:10.434Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 20 20:37 src [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T20:40:10.765Z] + docker build -t device-sdk-arm64 -f scripts/Dockerfile.alpine --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=21f79343dd353c602474ef88d38fd1373f48e545 --label arch=arm64 --label version=2.3.1-dev.4 . [2023-02-20T20:40:11.050Z] Sending build context to Docker daemon 2.822MB [2023-02-20T20:40:11.051Z] Step 1/17 : ARG BASE=alpine:3.16 [2023-02-20T20:40:11.051Z] Step 2/17 : FROM ${BASE} [2023-02-20T20:40:11.051Z] ---> 95dfd8f3cd0b [2023-02-20T20:40:11.051Z] Step 3/17 : LABEL maintainer="IOTech " [2023-02-20T20:40:11.317Z] ---> Running in c148b9571b8e [2023-02-20T20:40:11.586Z] Removing intermediate container c148b9571b8e [2023-02-20T20:40:11.586Z] ---> f2c583984887 [2023-02-20T20:40:11.586Z] Step 4/17 : RUN wget https://iotech.jfrog.io/artifactory/api/security/keypair/public/repositories/alpine-release -O /etc/apk/keys/alpine.dev.rsa.pub [2023-02-20T20:40:11.586Z] ---> Running in 78852b32ff7b [2023-02-20T20:40:12.554Z] Connecting to iotech.jfrog.io (52.31.212.211:443) [2023-02-20T20:40:13.138Z] saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2023-02-20T20:40:13.138Z] alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2023-02-20T20:40:13.138Z] '/etc/apk/keys/alpine.dev.rsa.pub' saved [2023-02-20T20:40:13.730Z] Removing intermediate container 78852b32ff7b [2023-02-20T20:40:13.730Z] ---> cb17be855069 [2023-02-20T20:40:13.730Z] Step 5/17 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main' >> /etc/apk/repositories [2023-02-20T20:40:13.730Z] ---> Running in 2a5e1396ed3f [2023-02-20T20:40:16.318Z] Removing intermediate container 2a5e1396ed3f [2023-02-20T20:40:16.319Z] ---> 01b8a6f6ff4a [2023-02-20T20:40:16.319Z] Step 6/17 : RUN apk add --update --no-cache binutils gcc libc-dev make git cmake yaml-dev curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev libcbor-dev paho-mqtt-c-dev-1.3 hiredis-dev iotech-iot-1.4-dev && mkdir -p /edgex-c-sdk/build [2023-02-20T20:40:16.587Z] ---> Running in f7a5f82fb1f8 [2023-02-20T20:40:17.551Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-20T20:40:17.819Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-20T20:40:18.085Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-20T20:40:19.045Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2023-02-20T20:40:19.045Z] (1/8) Installing iotech-iot-1.4-dev (1.4.0-r0) [2023-02-20T20:40:19.316Z] (2/8) Installing libcbor-dev (0.9.0-r1) [2023-02-20T20:40:19.316Z] (3/8) Installing ncurses-dev (6.3_p20220521-r0) [2023-02-20T20:40:19.316Z] (4/8) Installing libblkid (2.38-r1) [2023-02-20T20:40:19.316Z] (5/8) Installing libfdisk (2.38-r1) [2023-02-20T20:40:19.316Z] (6/8) Installing libmount (2.38-r1) [2023-02-20T20:40:19.316Z] (7/8) Installing libsmartcols (2.38-r1) [2023-02-20T20:40:19.316Z] (8/8) Installing util-linux-dev (2.38-r1) [2023-02-20T20:40:19.316Z] Executing busybox-1.35.0-r17.trigger [2023-02-20T20:40:19.316Z] OK: 286 MiB in 91 packages [2023-02-20T20:40:20.730Z] Removing intermediate container f7a5f82fb1f8 [2023-02-20T20:40:20.730Z] ---> 36f194bc4a3a [2023-02-20T20:40:20.730Z] Step 7/17 : COPY VERSION /edgex-c-sdk/ [2023-02-20T20:40:20.997Z] ---> 3188fdb55dde [2023-02-20T20:40:20.997Z] Step 8/17 : COPY src /edgex-c-sdk/src/ [2023-02-20T20:40:22.050Z] ---> 09f4b8019a0b [2023-02-20T20:40:22.050Z] Step 9/17 : COPY include /edgex-c-sdk/include/ [2023-02-20T20:40:22.319Z] ---> 36a9d59b652c [2023-02-20T20:40:22.319Z] Step 10/17 : COPY scripts /edgex-c-sdk/scripts [2023-02-20T20:40:22.930Z] ---> 35bcd9d7404f [2023-02-20T20:40:22.930Z] Step 11/17 : COPY LICENSE /edgex-c-sdk/ [2023-02-20T20:40:23.524Z] ---> 639d62c6cdc6 [2023-02-20T20:40:23.524Z] Step 12/17 : COPY Attribution.txt /edgex-c-sdk/ [2023-02-20T20:40:23.795Z] ---> 78c5a50e212b [2023-02-20T20:40:23.795Z] Step 13/17 : WORKDIR /edgex-c-sdk [2023-02-20T20:40:24.071Z] ---> Running in 44adc89d34a6 [2023-02-20T20:40:24.343Z] Removing intermediate container 44adc89d34a6 [2023-02-20T20:40:24.343Z] ---> 876e7c506ecf [2023-02-20T20:40:24.343Z] Step 14/17 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2023-02-20T20:40:24.617Z] ---> Running in a87bc1a4b480 [2023-02-20T20:40:24.888Z] Removing intermediate container a87bc1a4b480 [2023-02-20T20:40:24.888Z] ---> 300d5291221d [2023-02-20T20:40:24.888Z] Step 15/17 : LABEL arch=arm64 [2023-02-20T20:40:24.888Z] ---> Running in 45ea8a2ebe47 [2023-02-20T20:40:25.155Z] Removing intermediate container 45ea8a2ebe47 [2023-02-20T20:40:25.155Z] ---> 3d4adf08eed2 [2023-02-20T20:40:25.155Z] Step 16/17 : LABEL git_sha=21f79343dd353c602474ef88d38fd1373f48e545 [2023-02-20T20:40:25.422Z] ---> Running in e75b5184df74 [2023-02-20T20:40:25.690Z] Removing intermediate container e75b5184df74 [2023-02-20T20:40:25.690Z] ---> 5657959c2f7e [2023-02-20T20:40:25.690Z] Step 17/17 : LABEL version=2.3.1-dev.4 [2023-02-20T20:40:25.690Z] ---> Running in 7557b848e2b9 [2023-02-20T20:40:25.956Z] Removing intermediate container 7557b848e2b9 [2023-02-20T20:40:25.956Z] ---> ff466a4cfb41 [2023-02-20T20:40:25.956Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2023-02-20T20:40:25.956Z] Successfully built ff466a4cfb41 [2023-02-20T20:40:25.956Z] Successfully tagged device-sdk-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T20:40:26.386Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-20T20:40:26.386Z] [2023-02-20T20:40:26.387Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T20:40:26.724Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-20T20:40:27.685Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-20T20:40:27.685Z] 8998bd30e6a1: Pulling fs layer [2023-02-20T20:40:27.685Z] 04944245beec: Pulling fs layer [2023-02-20T20:40:27.685Z] 699f458cf7ca: Pulling fs layer [2023-02-20T20:40:27.685Z] 765212b225bb: Pulling fs layer [2023-02-20T20:40:27.685Z] f23df028b6ca: Pulling fs layer [2023-02-20T20:40:27.685Z] d65c8cfc05b1: Pulling fs layer [2023-02-20T20:40:27.685Z] 2437ff75d9bd: Pulling fs layer [2023-02-20T20:40:27.685Z] f23df028b6ca: Waiting [2023-02-20T20:40:27.685Z] d65c8cfc05b1: Waiting [2023-02-20T20:40:27.685Z] 2437ff75d9bd: Waiting [2023-02-20T20:40:27.685Z] 765212b225bb: Waiting [2023-02-20T20:40:27.952Z] 04944245beec: Verifying Checksum [2023-02-20T20:40:27.952Z] 04944245beec: Download complete [2023-02-20T20:40:27.952Z] 765212b225bb: Verifying Checksum [2023-02-20T20:40:27.952Z] 765212b225bb: Download complete [2023-02-20T20:40:27.952Z] f23df028b6ca: Verifying Checksum [2023-02-20T20:40:27.952Z] f23df028b6ca: Download complete [2023-02-20T20:40:27.952Z] d65c8cfc05b1: Verifying Checksum [2023-02-20T20:40:27.952Z] d65c8cfc05b1: Download complete [2023-02-20T20:40:27.952Z] 699f458cf7ca: Verifying Checksum [2023-02-20T20:40:27.952Z] 699f458cf7ca: Download complete [2023-02-20T20:40:28.538Z] 8998bd30e6a1: Download complete [2023-02-20T20:40:30.490Z] 2437ff75d9bd: Verifying Checksum [2023-02-20T20:40:30.490Z] 2437ff75d9bd: Download complete [2023-02-20T20:40:32.444Z] 8998bd30e6a1: Pull complete [2023-02-20T20:40:32.711Z] 04944245beec: Pull complete [2023-02-20T20:40:34.120Z] 699f458cf7ca: Pull complete [2023-02-20T20:40:34.120Z] 765212b225bb: Pull complete [2023-02-20T20:40:35.082Z] f23df028b6ca: Pull complete [2023-02-20T20:40:35.082Z] d65c8cfc05b1: Pull complete [2023-02-20T20:40:50.084Z] 2437ff75d9bd: Pull complete [2023-02-20T20:40:50.084Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-20T20:40:50.084Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-20T20:40:50.084Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-20T20:40:50.286Z] prd-ubuntu20.04-docker-arm64-4c-16g-6768 does not seem to be running inside a container [2023-02-20T20:40:50.352Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-sdk-c/39 -v /w/workspace/device-sdk-c/39:/w/workspace/device-sdk-c/39:rw,z -v /w/workspace/device-sdk-c/39@tmp:/w/workspace/device-sdk-c/39@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-20T20:40:52.756Z] $ docker top 24504bd61cca8eabfa8256f8f0d59ff234b864e600a955c0e9cfb2350f6188bc -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-20T20:40:53.594Z] ---> job-cost.sh [2023-02-20T20:40:53.595Z] lf-activate-venv: SKIPPING [2023-02-20T20:40:53.595Z] INFO: No Stack... [2023-02-20T20:40:53.862Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-20T20:40:54.819Z] INFO: Archiving Costs [Pipeline] sh [2023-02-20T20:40:55.141Z] + cat /w/workspace/device-sdk-c/39/archives/cost.csv [2023-02-20T20:40:55.141Z] + cut -d, -f6 [Pipeline] lock [2023-02-20T20:40:55.466Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-c-main-39-stack-cost] [2023-02-20T20:40:55.472Z] Resource [jenkins-edgexfoundry-device-sdk-c-main-39-stack-cost] did not exist. Created. [2023-02-20T20:40:55.472Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-c-main-39-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-20T20:40:56.130Z] /w/workspace/device-sdk-c/39@tmp/durable-fdc2f959/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-20T20:40:56.774Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-20T20:40:56.790Z] Warning: overwriting stash ‘stack-cost’ [2023-02-20T20:40:57.231Z] Stashed 1 file(s) [Pipeline] } [2023-02-20T20:40:57.239Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-c-main-39-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-20T20:40:57.255Z] $ docker stop --time=1 24504bd61cca8eabfa8256f8f0d59ff234b864e600a955c0e9cfb2350f6188bc [2023-02-20T20:40:58.728Z] $ docker rm -f --volumes 24504bd61cca8eabfa8256f8f0d59ff234b864e600a955c0e9cfb2350f6188bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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] sh [2023-02-20T20:40:59.329Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-20T20:40:59.329Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T20:40:59.621Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-20T20:40:59.621Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-20T20:40:59.690Z] prd-ubuntu20.04-docker-8c-8g-6767 does not seem to be running inside a container [2023-02-20T20:40:59.723Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_main -v /w/workspace/edgexfoundry_device-sdk-c_main:/w/workspace/edgexfoundry_device-sdk-c_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_main@tmp:/w/workspace/edgexfoundry_device-sdk-c_main@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-20T20:41:00.062Z] $ docker top 4756f6b252480050b1bdf79fbfe34d2e6bb1718faadfc5c1a61fa8a24818a6a2 -eo pid,comm [2023-02-20T20:41:00.097Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-20T20:41:00.097Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-20T20:41:00.136Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-20T20:41:00.136Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-20T20:41:00.233Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-20T20:41:00.242Z] $ docker exec 4756f6b252480050b1bdf79fbfe34d2e6bb1718faadfc5c1a61fa8a24818a6a2 ssh-agent [2023-02-20T20:41:00.341Z] SSH_AUTH_SOCK=/tmp/ssh-A20OSE0VwoL1/agent.32 [2023-02-20T20:41:00.341Z] SSH_AGENT_PID=38 [2023-02-20T20:41:00.345Z] Running ssh-add (command line suppressed) [2023-02-20T20:41:00.442Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_2155136890042241275.key (/w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_2155136890042241275.key) [2023-02-20T20:41:00.452Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-20T20:41:00.739Z] + git semver tag [2023-02-20T20:41:00.997Z] 2023-02-20 20:41:00,907 [run_tag] DEBUG tag force:False [2023-02-20T20:41:00.997Z] 2023-02-20 20:41:00,908 [check_head_tag] DEBUG check head tag [2023-02-20T20:41:00.997Z] 2023-02-20 20:41:00,909 [execute] INFO git cat-file --batch-check [2023-02-20T20:41:00.997Z] 2023-02-20 20:41:00,909 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main, universal_newlines=False, shell=None, istream=) [2023-02-20T20:41:00.997Z] 2023-02-20 20:41:00,912 [execute] INFO git cat-file --batch [2023-02-20T20:41:00.997Z] 2023-02-20 20:41:00,912 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main, universal_newlines=False, shell=None, istream=) [2023-02-20T20:41:00.997Z] 2023-02-20 20:41:00,925 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2023-02-20T20:41:00.997Z] 2023-02-20 20:41:00,925 [execute] INFO git tag -a v2.3.1-dev.4 -m v2.3.1-dev.4 [2023-02-20T20:41:00.997Z] 2023-02-20 20:41:00,925 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.3.1-dev.4', '-m', 'v2.3.1-dev.4'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main, universal_newlines=False, shell=None, istream=None) [2023-02-20T20:41:00.997Z] 2023-02-20 20:41:00,928 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2023-02-20T20:41:00.997Z] 2.3.1-dev.4 [Pipeline] } [2023-02-20T20:41:01.012Z] $ docker exec --env ******** --env ******** 4756f6b252480050b1bdf79fbfe34d2e6bb1718faadfc5c1a61fa8a24818a6a2 ssh-agent -k [2023-02-20T20:41:01.112Z] unset SSH_AUTH_SOCK; [2023-02-20T20:41:01.113Z] unset SSH_AGENT_PID; [2023-02-20T20:41:01.113Z] echo Agent pid 38 killed; [2023-02-20T20:41:01.115Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-20T20:41:01.406Z] + git semver [Pipeline] } [2023-02-20T20:41:01.683Z] $ docker stop --time=1 4756f6b252480050b1bdf79fbfe34d2e6bb1718faadfc5c1a61fa8a24818a6a2 [2023-02-20T20:41:02.985Z] $ docker rm -f --volumes 4756f6b252480050b1bdf79fbfe34d2e6bb1718faadfc5c1a61fa8a24818a6a2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T20:41:03.355Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-20T20:41:03.356Z] [2023-02-20T20:41:03.356Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T20:41:03.653Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-20T20:41:03.653Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-02-20T20:41:03.653Z] ab5ef0e58194: Pulling fs layer [2023-02-20T20:41:03.653Z] 9712f1f96733: Pulling fs layer [2023-02-20T20:41:03.653Z] 63f879dbbcfc: Pulling fs layer [2023-02-20T20:41:03.653Z] 0d9ebad4ef96: Pulling fs layer [2023-02-20T20:41:03.653Z] e9a5061849ea: Pulling fs layer [2023-02-20T20:41:03.653Z] d747dcd14b5f: Pulling fs layer [2023-02-20T20:41:03.653Z] 2de7ff778b66: Pulling fs layer [2023-02-20T20:41:03.653Z] 0d9ebad4ef96: Waiting [2023-02-20T20:41:03.653Z] e9a5061849ea: Waiting [2023-02-20T20:41:03.653Z] d747dcd14b5f: Waiting [2023-02-20T20:41:03.653Z] 2de7ff778b66: Waiting [2023-02-20T20:41:03.653Z] 9712f1f96733: Verifying Checksum [2023-02-20T20:41:03.653Z] 9712f1f96733: Download complete [2023-02-20T20:41:03.916Z] 63f879dbbcfc: Verifying Checksum [2023-02-20T20:41:03.916Z] 63f879dbbcfc: Download complete [2023-02-20T20:41:04.178Z] 0d9ebad4ef96: Verifying Checksum [2023-02-20T20:41:04.178Z] 0d9ebad4ef96: Download complete [2023-02-20T20:41:04.178Z] e9a5061849ea: Verifying Checksum [2023-02-20T20:41:04.178Z] e9a5061849ea: Download complete [2023-02-20T20:41:04.178Z] d747dcd14b5f: Download complete [2023-02-20T20:41:04.178Z] ab5ef0e58194: Verifying Checksum [2023-02-20T20:41:04.178Z] ab5ef0e58194: Download complete [2023-02-20T20:41:04.435Z] 2de7ff778b66: Download complete [2023-02-20T20:41:06.962Z] ab5ef0e58194: Pull complete [2023-02-20T20:41:06.962Z] 9712f1f96733: Pull complete [2023-02-20T20:41:07.895Z] 63f879dbbcfc: Pull complete [2023-02-20T20:41:12.115Z] 0d9ebad4ef96: Pull complete [2023-02-20T20:41:12.115Z] e9a5061849ea: Pull complete [2023-02-20T20:41:12.115Z] d747dcd14b5f: Pull complete [2023-02-20T20:41:12.680Z] 2de7ff778b66: Pull complete [2023-02-20T20:41:12.680Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-02-20T20:41:12.680Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-20T20:41:12.680Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-20T20:41:12.752Z] prd-ubuntu20.04-docker-8c-8g-6767 does not seem to be running inside a container [2023-02-20T20:41:12.789Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-c_main -v /w/workspace/edgexfoundry_device-sdk-c_main:/w/workspace/edgexfoundry_device-sdk-c_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_main@tmp:/w/workspace/edgexfoundry_device-sdk-c_main@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-02-20T20:41:17.076Z] $ docker top f460cc6cfa996082ac27e35e95742f0538320c68738149236da4f1507c0e6bcb -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-02-20T20:41:17.138Z] provisioning config files... [2023-02-20T20:41:17.146Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-c_main@tmp/config17037780056384824662tmp [2023-02-20T20:41:17.156Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-c_main@tmp/config14164406967367398323tmp [2023-02-20T20:41:17.164Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-c_main@tmp/config4842437920844529673tmp [Pipeline] { [Pipeline] echo [2023-02-20T20:41:17.177Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-20T20:41:17.461Z] ---> sigul-configuration.sh [2023-02-20T20:41:17.461Z] gpg: directory `/root/.gnupg' created [2023-02-20T20:41:17.461Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-02-20T20:41:17.461Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-02-20T20:41:17.461Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-02-20T20:41:17.461Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-02-20T20:41:17.461Z] gpg: CAST5 encrypted data [2023-02-20T20:41:17.461Z] gpg: encrypted with 1 passphrase [2023-02-20T20:41:17.461Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-02-20T20:41:17.761Z] + mkdir /home/jenkins [2023-02-20T20:41:17.761Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-02-20T20:41:18.054Z] + 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 [2023-02-20T20:41:18.064Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-20T20:41:18.354Z] ---> sigul-install.sh [2023-02-20T20:41:18.354Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-02-20T20:41:18.648Z] + git tag --list [2023-02-20T20:41:18.648Z] 0.7.0 [2023-02-20T20:41:18.648Z] 0.7.1 [2023-02-20T20:41:18.648Z] 1.0.0 [2023-02-20T20:41:18.648Z] v1.0.1 [2023-02-20T20:41:18.648Z] v1.0.2 [2023-02-20T20:41:18.648Z] v1.0.3 [2023-02-20T20:41:18.648Z] v1.1.0 [2023-02-20T20:41:18.648Z] v1.1.1 [2023-02-20T20:41:18.648Z] v1.2.0 [2023-02-20T20:41:18.648Z] v1.2.1 [2023-02-20T20:41:18.648Z] v1.2.2 [2023-02-20T20:41:18.648Z] v1.3.0 [2023-02-20T20:41:18.648Z] v1.3.1 [2023-02-20T20:41:18.648Z] v2.0.0 [2023-02-20T20:41:18.648Z] v2.1.0 [2023-02-20T20:41:18.648Z] v2.2.0 [2023-02-20T20:41:18.648Z] v2.2.0-dev.1 [2023-02-20T20:41:18.648Z] v2.2.0-dev.10 [2023-02-20T20:41:18.648Z] v2.2.0-dev.11 [2023-02-20T20:41:18.648Z] v2.2.0-dev.12 [2023-02-20T20:41:18.648Z] v2.2.0-dev.13 [2023-02-20T20:41:18.648Z] v2.2.0-dev.2 [2023-02-20T20:41:18.648Z] v2.2.0-dev.3 [2023-02-20T20:41:18.648Z] v2.2.0-dev.4 [2023-02-20T20:41:18.648Z] v2.2.0-dev.5 [2023-02-20T20:41:18.648Z] v2.2.0-dev.6 [2023-02-20T20:41:18.648Z] v2.2.0-dev.7 [2023-02-20T20:41:18.648Z] v2.2.0-dev.8 [2023-02-20T20:41:18.648Z] v2.2.0-dev.9 [2023-02-20T20:41:18.648Z] v2.2.1-dev.1 [2023-02-20T20:41:18.648Z] v2.2.1-dev.2 [2023-02-20T20:41:18.648Z] v2.2.1-dev.3 [2023-02-20T20:41:18.648Z] v2.3.0 [2023-02-20T20:41:18.648Z] v2.3.1-dev.1 [2023-02-20T20:41:18.648Z] v2.3.1-dev.2 [2023-02-20T20:41:18.648Z] v2.3.1-dev.3 [2023-02-20T20:41:18.648Z] v2.3.1-dev.4 [Pipeline] sh [2023-02-20T20:41:18.936Z] + lftools sign git-tag v2.3.1-dev.4 [2023-02-20T20:41:19.505Z] Signing Git tag with Sigul... [2023-02-20T20:41:19.505Z] Signing v2.3.1-dev.4 [Pipeline] echo [2023-02-20T20:41:19.774Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-20T20:41:20.058Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-02-20T20:41:20.064Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-20T20:41:20.089Z] $ docker stop --time=1 f460cc6cfa996082ac27e35e95742f0538320c68738149236da4f1507c0e6bcb [2023-02-20T20:41:21.383Z] $ docker rm -f --volumes f460cc6cfa996082ac27e35e95742f0538320c68738149236da4f1507c0e6bcb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-02-20T20:41:21.832Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-20T20:41:21.832Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T20:41:22.134Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-20T20:41:22.134Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-20T20:41:22.205Z] prd-ubuntu20.04-docker-8c-8g-6767 does not seem to be running inside a container [2023-02-20T20:41:22.241Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_main -v /w/workspace/edgexfoundry_device-sdk-c_main:/w/workspace/edgexfoundry_device-sdk-c_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_main@tmp:/w/workspace/edgexfoundry_device-sdk-c_main@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-20T20:41:22.556Z] $ docker top f60cec70030119237cfe52ef638a9745e629f6ffea2f83f690c01034514122a7 -eo pid,comm [2023-02-20T20:41:22.595Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-20T20:41:22.595Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-20T20:41:22.637Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-20T20:41:22.637Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-20T20:41:22.758Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-20T20:41:22.768Z] $ docker exec f60cec70030119237cfe52ef638a9745e629f6ffea2f83f690c01034514122a7 ssh-agent [2023-02-20T20:41:22.871Z] SSH_AUTH_SOCK=/tmp/ssh-6lbNya8S31Fp/agent.31 [2023-02-20T20:41:22.871Z] SSH_AGENT_PID=37 [2023-02-20T20:41:22.877Z] Running ssh-add (command line suppressed) [2023-02-20T20:41:22.995Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_2758188572683176282.key (/w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_2758188572683176282.key) [2023-02-20T20:41:23.000Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-20T20:41:23.290Z] + git semver bump pre [2023-02-20T20:41:23.550Z] 2023-02-20 20:41:23,484 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2023-02-20T20:41:23.550Z] 2023-02-20 20:41:23,484 [bump_version] DEBUG bumping version:2.3.1-dev.4 on axis:pre with prefix:dev [2023-02-20T20:41:23.550Z] 2023-02-20 20:41:23,484 [bump_version] DEBUG bumped version:2.3.1-dev.5 [2023-02-20T20:41:23.550Z] 2023-02-20 20:41:23,484 [write_version] DEBUG write version:2.3.1-dev.5 to path:/w/workspace/edgexfoundry_device-sdk-c_main/.semver/main with force:True [2023-02-20T20:41:23.550Z] 2023-02-20 20:41:23,484 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2023-02-20T20:41:23.550Z] 2023-02-20 20:41:23,484 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2023-02-20T20:41:23.550Z] 2023-02-20 20:41:23,486 [execute] INFO git cat-file --batch-check [2023-02-20T20:41:23.550Z] 2023-02-20 20:41:23,486 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-20T20:41:23.550Z] 2023-02-20 20:41:23,492 [execute] INFO git cat-file --batch [2023-02-20T20:41:23.550Z] 2023-02-20 20:41:23,492 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-20T20:41:23.550Z] 2023-02-20 20:41:23,496 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2023-02-20T20:41:23.550Z] 2.3.1-dev.5 [Pipeline] } [2023-02-20T20:41:23.566Z] $ docker exec --env ******** --env ******** f60cec70030119237cfe52ef638a9745e629f6ffea2f83f690c01034514122a7 ssh-agent -k [2023-02-20T20:41:23.674Z] unset SSH_AUTH_SOCK; [2023-02-20T20:41:23.674Z] unset SSH_AGENT_PID; [2023-02-20T20:41:23.674Z] echo Agent pid 37 killed; [2023-02-20T20:41:23.676Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-20T20:41:23.976Z] + git semver [Pipeline] } [2023-02-20T20:41:24.255Z] $ docker stop --time=1 f60cec70030119237cfe52ef638a9745e629f6ffea2f83f690c01034514122a7 [2023-02-20T20:41:25.529Z] $ docker rm -f --volumes f60cec70030119237cfe52ef638a9745e629f6ffea2f83f690c01034514122a7 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-20T20:41:25.859Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-20T20:41:25.859Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T20:41:26.162Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-20T20:41:26.162Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-20T20:41:26.234Z] prd-ubuntu20.04-docker-8c-8g-6767 does not seem to be running inside a container [2023-02-20T20:41:26.270Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_main -v /w/workspace/edgexfoundry_device-sdk-c_main:/w/workspace/edgexfoundry_device-sdk-c_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_main@tmp:/w/workspace/edgexfoundry_device-sdk-c_main@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-20T20:41:26.623Z] $ docker top cc369791a53f967d7fc4e456e2122d802937ea1e4f297ae6a9e72309f4948eb9 -eo pid,comm [2023-02-20T20:41:26.659Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-20T20:41:26.660Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-20T20:41:26.695Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-20T20:41:26.695Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-20T20:41:26.795Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-20T20:41:26.805Z] $ docker exec cc369791a53f967d7fc4e456e2122d802937ea1e4f297ae6a9e72309f4948eb9 ssh-agent [2023-02-20T20:41:26.906Z] SSH_AUTH_SOCK=/tmp/ssh-dyIUFcxEXfS3/agent.34 [2023-02-20T20:41:26.906Z] SSH_AGENT_PID=39 [2023-02-20T20:41:26.910Z] Running ssh-add (command line suppressed) [2023-02-20T20:41:27.019Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_11799670608733232180.key (/w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_11799670608733232180.key) [2023-02-20T20:41:27.024Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-20T20:41:27.307Z] + git semver push [2023-02-20T20:41:27.566Z] 2023-02-20 20:41:27,504 [run_push] DEBUG push [2023-02-20T20:41:27.566Z] 2023-02-20 20:41:27,505 [execute] INFO git cat-file --batch-check [2023-02-20T20:41:27.566Z] 2023-02-20 20:41:27,505 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-20T20:41:27.566Z] 2023-02-20 20:41:27,509 [execute] INFO git rev-list ef758448f5e1dece1dc76679b226d4604d84fc93 -- [2023-02-20T20:41:27.566Z] 2023-02-20 20:41:27,509 [execute] DEBUG Popen(['git', 'rev-list', 'ef758448f5e1dece1dc76679b226d4604d84fc93', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-20T20:41:27.566Z] 2023-02-20 20:41:27,516 [execute] INFO git fetch -v origin [2023-02-20T20:41:27.566Z] 2023-02-20 20:41:27,516 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-02-20T20:41:28.132Z] 2023-02-20 20:41:28,105 [run_push] DEBUG no remote changes detected [2023-02-20T20:41:28.132Z] 2023-02-20 20:41:28,105 [execute] INFO git push origin semver [2023-02-20T20:41:28.132Z] 2023-02-20 20:41:28,106 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-20T20:41:29.070Z] 2023-02-20 20:41:28,897 [run_push] DEBUG push all version tags [2023-02-20T20:41:29.070Z] 2023-02-20 20:41:28,897 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-02-20T20:41:29.070Z] 2023-02-20 20:41:28,898 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main, universal_newlines=False, shell=None, istream=None) [2023-02-20T20:41:30.006Z] 2023-02-20 20:41:29,686 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2023-02-20T20:41:30.006Z] 2.3.1-dev.5 [Pipeline] } [2023-02-20T20:41:30.020Z] $ docker exec --env ******** --env ******** cc369791a53f967d7fc4e456e2122d802937ea1e4f297ae6a9e72309f4948eb9 ssh-agent -k [2023-02-20T20:41:30.135Z] unset SSH_AUTH_SOCK; [2023-02-20T20:41:30.135Z] unset SSH_AGENT_PID; [2023-02-20T20:41:30.135Z] echo Agent pid 39 killed; [2023-02-20T20:41:30.141Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-20T20:41:30.442Z] + git semver [Pipeline] } [2023-02-20T20:41:30.719Z] $ docker stop --time=1 cc369791a53f967d7fc4e456e2122d802937ea1e4f297ae6a9e72309f4948eb9 [2023-02-20T20:41:32.015Z] $ docker rm -f --volumes cc369791a53f967d7fc4e456e2122d802937ea1e4f297ae6a9e72309f4948eb9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-02-20T20:41:32.469Z] + [ -d /w/workspace/edgexfoundry_device-sdk-c_main/archives ] [2023-02-20T20:41:32.469Z] + ls -al /w/workspace/edgexfoundry_device-sdk-c_main/archives [2023-02-20T20:41:32.469Z] total 16 [2023-02-20T20:41:32.469Z] drwxr-xr-x 3 root root 4096 Feb 20 20:34 . [2023-02-20T20:41:32.469Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 20 20:41 .. [2023-02-20T20:41:32.469Z] drwxr-xr-x 2 root root 4096 Feb 20 20:34 cost [2023-02-20T20:41:32.469Z] -rw-r--r-- 1 root root 83 Feb 20 20:34 cost.csv [2023-02-20T20:41:32.469Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-c_main/archives [2023-02-20T20:41:32.469Z] + ls -al /w/workspace/edgexfoundry_device-sdk-c_main/archives [2023-02-20T20:41:32.469Z] total 16 [2023-02-20T20:41:32.469Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 20 20:34 . [2023-02-20T20:41:32.469Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 20 20:41 .. [2023-02-20T20:41:32.469Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 20 20:34 cost [2023-02-20T20:41:32.469Z] -rw-r--r-- 1 jenkins jenkins 83 Feb 20 20:34 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-20T20:41:32.758Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-20T20:41:33.615Z] ---> package-listing.sh [2023-02-20T20:41:33.615Z] ++ facter osfamily [2023-02-20T20:41:33.615Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-20T20:41:33.873Z] + OS_FAMILY=debian [2023-02-20T20:41:33.873Z] + workspace=/w/workspace/edgexfoundry_device-sdk-c_main [2023-02-20T20:41:33.873Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-20T20:41:33.873Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-20T20:41:33.873Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-20T20:41:33.873Z] + PACKAGES=/tmp/packages_start.txt [2023-02-20T20:41:33.873Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_main ']' [2023-02-20T20:41:33.873Z] + PACKAGES=/tmp/packages_end.txt [2023-02-20T20:41:33.873Z] + case "${OS_FAMILY}" in [2023-02-20T20:41:33.873Z] + dpkg -l [2023-02-20T20:41:33.873Z] + grep '^ii' [2023-02-20T20:41:33.873Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-20T20:41:33.873Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-20T20:41:33.873Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-20T20:41:33.873Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_main ']' [2023-02-20T20:41:33.873Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_main/archives/ [2023-02-20T20:41:33.873Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-c_main/archives/ [Pipeline] echo [2023-02-20T20:41:33.883Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-c_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-02-20T20:41:34.159Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T20:41:34.714Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-20T20:41:34.714Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-20T20:41:34.790Z] prd-ubuntu20.04-docker-8c-8g-6767 does not seem to be running inside a container [2023-02-20T20:41:34.825Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-c_main/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_main -v /w/workspace/edgexfoundry_device-sdk-c_main:/w/workspace/edgexfoundry_device-sdk-c_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_main@tmp:/w/workspace/edgexfoundry_device-sdk-c_main@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-20T20:41:35.016Z] $ docker top a35235e8e0af4bf2c71658dc4b212090c970529213b62825a9a0b481547d116b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-20T20:41:35.358Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-20T20:41:35.641Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-20T20:41:35.924Z] + ls /var/log/sa-host [2023-02-20T20:41:35.924Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-20T20:41:35.986Z] provisioning config files... [2023-02-20T20:41:35.993Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_main@tmp/config8767734734127733740tmp [Pipeline] { [Pipeline] echo [2023-02-20T20:41:36.009Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-20T20:41:36.290Z] ---> create-netrc.sh [Pipeline] } [2023-02-20T20:41:36.297Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-20T20:41:36.640Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-20T20:41:36.648Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-20T20:41:36.932Z] ---> sudo-logs.sh [2023-02-20T20:41:36.932Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-20T20:41:36.962Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-20T20:41:37.250Z] ---> job-cost.sh [2023-02-20T20:41:37.250Z] lf-activate-venv: SKIPPING [2023-02-20T20:41:37.250Z] DEBUG: total: 0.2199999988079071 [2023-02-20T20:41:37.250Z] INFO: Retrieving Stack Cost... [2023-02-20T20:41:37.510Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-20T20:41:38.076Z] INFO: Archiving Costs [Pipeline] echo [2023-02-20T20:41:38.090Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-20T20:41:38.370Z] ---> logs-deploy.sh [2023-02-20T20:41:38.370Z] lf-activate-venv: SKIPPING [2023-02-20T20:41:38.370Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/main/39 [2023-02-20T20:41:38.370Z] INFO: archiving workspace using pattern(s): [2023-02-20T20:41:39.306Z] Archives upload complete. [2023-02-20T20:41:39.565Z] INFO: archiving logs to Nexus [2023-02-20T20:41:40.133Z] ---> uname -a: [2023-02-20T20:41:40.133Z] Linux prd-ubuntu20-04-docker-8c-8g-6767 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-02-20T20:41:40.133Z] [2023-02-20T20:41:40.133Z] [2023-02-20T20:41:40.133Z] ---> lscpu: [2023-02-20T20:41:40.133Z] Architecture: x86_64 [2023-02-20T20:41:40.133Z] CPU op-mode(s): 32-bit, 64-bit [2023-02-20T20:41:40.133Z] Byte Order: Little Endian [2023-02-20T20:41:40.133Z] Address sizes: 40 bits physical, 48 bits virtual [2023-02-20T20:41:40.133Z] CPU(s): 8 [2023-02-20T20:41:40.133Z] On-line CPU(s) list: 0-7 [2023-02-20T20:41:40.133Z] Thread(s) per core: 1 [2023-02-20T20:41:40.133Z] Core(s) per socket: 1 [2023-02-20T20:41:40.133Z] Socket(s): 8 [2023-02-20T20:41:40.133Z] NUMA node(s): 1 [2023-02-20T20:41:40.133Z] Vendor ID: AuthenticAMD [2023-02-20T20:41:40.133Z] CPU family: 23 [2023-02-20T20:41:40.133Z] Model: 49 [2023-02-20T20:41:40.133Z] Model name: AMD EPYC-Rome Processor [2023-02-20T20:41:40.133Z] Stepping: 0 [2023-02-20T20:41:40.133Z] CPU MHz: 2799.998 [2023-02-20T20:41:40.133Z] BogoMIPS: 5599.99 [2023-02-20T20:41:40.133Z] Virtualization: AMD-V [2023-02-20T20:41:40.133Z] Hypervisor vendor: KVM [2023-02-20T20:41:40.133Z] Virtualization type: full [2023-02-20T20:41:40.133Z] L1d cache: 256 KiB [2023-02-20T20:41:40.133Z] L1i cache: 256 KiB [2023-02-20T20:41:40.133Z] L2 cache: 4 MiB [2023-02-20T20:41:40.133Z] L3 cache: 128 MiB [2023-02-20T20:41:40.133Z] NUMA node0 CPU(s): 0-7 [2023-02-20T20:41:40.133Z] Vulnerability Itlb multihit: Not affected [2023-02-20T20:41:40.133Z] Vulnerability L1tf: Not affected [2023-02-20T20:41:40.133Z] Vulnerability Mds: Not affected [2023-02-20T20:41:40.133Z] Vulnerability Meltdown: Not affected [2023-02-20T20:41:40.133Z] Vulnerability Mmio stale data: Not affected [2023-02-20T20:41:40.133Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-02-20T20:41:40.133Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-02-20T20:41:40.133Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-02-20T20:41:40.133Z] Vulnerability Srbds: Not affected [2023-02-20T20:41:40.133Z] Vulnerability Tsx async abort: Not affected [2023-02-20T20:41:40.133Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-02-20T20:41:40.133Z] [2023-02-20T20:41:40.133Z] [2023-02-20T20:41:40.133Z] ---> nproc: [2023-02-20T20:41:40.133Z] 8 [2023-02-20T20:41:40.133Z] [2023-02-20T20:41:40.133Z] [2023-02-20T20:41:40.133Z] ---> df -h: [2023-02-20T20:41:40.133Z] Filesystem Size Used Avail Use% Mounted on [2023-02-20T20:41:40.133Z] overlay 155G 11G 145G 7% / [2023-02-20T20:41:40.133Z] tmpfs 64M 0 64M 0% /dev [2023-02-20T20:41:40.133Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-02-20T20:41:40.133Z] shm 64M 0 64M 0% /dev/shm [2023-02-20T20:41:40.133Z] /dev/vda1 155G 11G 145G 7% /facter-os [2023-02-20T20:41:40.133Z] [2023-02-20T20:41:40.133Z] [2023-02-20T20:41:40.133Z] ---> sar -b -r -n DEV: [2023-02-20T20:41:40.133Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6767) 02/20/23 _x86_64_ (8 CPU) [2023-02-20T20:41:40.133Z] [2023-02-20T20:41:40.133Z] 20:33:00 LINUX RESTART (8 CPU) [2023-02-20T20:41:40.133Z] [2023-02-20T20:41:40.133Z] 20:34:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-02-20T20:41:40.133Z] 20:35:01 181.44 0.33 181.11 0.00 28.39 21117.23 0.00 [2023-02-20T20:41:40.133Z] 20:36:01 1.95 0.00 1.95 0.00 0.00 22.41 0.00 [2023-02-20T20:41:40.133Z] 20:37:01 0.98 0.00 0.98 0.00 0.00 10.80 0.00 [2023-02-20T20:41:40.133Z] 20:38:01 3.03 0.18 2.85 0.00 18.53 35.86 0.00 [2023-02-20T20:41:40.133Z] 20:39:01 53.69 10.60 43.09 0.00 5155.01 8773.20 0.00 [2023-02-20T20:41:40.133Z] 20:40:01 4.53 0.02 4.52 0.00 0.13 100.52 0.00 [2023-02-20T20:41:40.133Z] 20:41:01 6.98 0.00 6.98 0.00 0.00 127.85 0.00 [2023-02-20T20:41:40.133Z] Average: 36.09 1.59 34.50 0.00 743.13 4312.95 0.00 [2023-02-20T20:41:40.133Z] [2023-02-20T20:41:40.133Z] 20:34:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-02-20T20:41:40.133Z] 20:35:01 29092544 31581720 718532 2.19 89604 2656356 1757660 5.18 1056596 2337112 344 [2023-02-20T20:41:40.133Z] 20:36:01 29092956 31582324 717224 2.18 89636 2656360 1757660 5.18 1056384 2337100 8 [2023-02-20T20:41:40.133Z] 20:37:01 29099000 31588376 711368 2.16 89668 2656364 1757660 5.18 1051028 2337120 20 [2023-02-20T20:41:40.133Z] 20:38:01 29097460 31587640 712296 2.17 89712 2657048 1763516 5.20 1052412 2337744 64 [2023-02-20T20:41:40.133Z] 20:39:01 28572544 31569532 717992 2.18 123308 3112252 1787232 5.27 1374704 2507292 148 [2023-02-20T20:41:40.133Z] 20:40:01 28583432 31575640 712312 2.17 121872 3109000 1761156 5.19 1367812 2504092 8 [2023-02-20T20:41:40.133Z] 20:41:01 28542316 31536756 747392 2.27 122252 3109404 1974388 5.82 1407288 2501088 824 [2023-02-20T20:41:40.133Z] Average: 28868607 31574570 719588 2.19 103722 2850969 1794182 5.29 1195175 2408793 202 [2023-02-20T20:41:40.133Z] [2023-02-20T20:41:40.133Z] 20:34:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-02-20T20:41:40.133Z] 20:35:01 lo 1.07 1.07 0.11 0.11 0.00 0.00 0.00 0.00 [2023-02-20T20:41:40.133Z] 20:35:01 docker0 13.26 18.76 0.92 198.62 0.00 0.00 0.00 0.00 [2023-02-20T20:41:40.133Z] 20:35:01 ens3 180.99 124.71 2759.81 102.03 0.00 0.00 0.00 0.00 [2023-02-20T20:41:40.133Z] 20:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-20T20:41:40.133Z] 20:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T20:41:40.133Z] 20:36:01 ens3 0.77 0.75 0.05 0.07 0.00 0.00 0.00 0.00 [2023-02-20T20:41:40.133Z] 20:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T20:41:40.133Z] 20:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T20:41:40.133Z] 20:37:01 ens3 0.82 0.22 0.07 0.02 0.00 0.00 0.00 0.00 [2023-02-20T20:41:40.133Z] 20:38:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 [2023-02-20T20:41:40.133Z] 20:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T20:41:40.133Z] 20:38:01 ens3 14.05 10.51 11.99 13.88 0.00 0.00 0.00 0.00 [2023-02-20T20:41:40.133Z] 20:39:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 [2023-02-20T20:41:40.133Z] 20:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T20:41:40.133Z] 20:39:01 ens3 200.27 107.88 2789.23 13.98 0.00 0.00 0.00 0.00 [2023-02-20T20:41:40.133Z] 20:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-20T20:41:40.133Z] 20:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T20:41:40.133Z] 20:40:01 ens3 0.25 0.20 0.02 0.01 0.00 0.00 0.00 0.00 [2023-02-20T20:41:40.133Z] 20:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T20:41:40.133Z] 20:41:01 docker0 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T20:41:40.133Z] 20:41:01 vethcc15f11 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-20T20:41:40.133Z] 20:41:01 ens3 17.41 15.01 14.92 13.30 0.00 0.00 0.00 0.00 [2023-02-20T20:41:40.133Z] Average: lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2023-02-20T20:41:40.133Z] Average: docker0 1.89 2.69 0.13 28.38 0.00 0.00 0.00 0.00 [2023-02-20T20:41:40.133Z] Average: vethcc15f11 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T20:41:40.133Z] Average: ens3 59.22 37.04 796.63 20.47 0.00 0.00 0.00 0.00 [2023-02-20T20:41:40.133Z] [2023-02-20T20:41:40.133Z] [2023-02-20T20:41:40.133Z] ---> sar -P ALL: [2023-02-20T20:41:40.133Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6767) 02/20/23 _x86_64_ (8 CPU) [2023-02-20T20:41:40.133Z] [2023-02-20T20:41:40.133Z] 20:33:00 LINUX RESTART (8 CPU) [2023-02-20T20:41:40.133Z] [2023-02-20T20:41:40.133Z] 20:34:01 CPU %user %nice %system %iowait %steal %idle [2023-02-20T20:41:40.133Z] 20:35:01 all 7.40 0.00 2.95 1.26 0.05 88.34 [2023-02-20T20:41:40.133Z] 20:35:01 0 7.51 0.00 2.83 0.52 0.05 89.09 [2023-02-20T20:41:40.133Z] 20:35:01 1 7.05 0.00 2.57 0.20 0.03 90.14 [2023-02-20T20:41:40.133Z] 20:35:01 2 6.24 0.00 2.74 0.30 0.05 90.66 [2023-02-20T20:41:40.133Z] 20:35:01 3 7.93 0.00 3.27 0.94 0.05 87.81 [2023-02-20T20:41:40.133Z] 20:35:01 4 8.73 0.00 3.71 4.11 0.05 83.40 [2023-02-20T20:41:40.133Z] 20:35:01 5 5.68 0.00 2.77 0.05 0.05 91.45 [2023-02-20T20:41:40.133Z] 20:35:01 6 8.97 0.00 3.20 2.18 0.07 85.58 [2023-02-20T20:41:40.133Z] 20:35:01 7 7.04 0.00 2.52 1.81 0.05 88.57 [2023-02-20T20:41:40.133Z] 20:36:01 all 0.02 0.00 0.01 0.02 0.01 99.94 [2023-02-20T20:41:40.133Z] 20:36:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2023-02-20T20:41:40.133Z] 20:36:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-20T20:41:40.133Z] 20:36:01 2 0.02 0.00 0.02 0.10 0.03 99.83 [2023-02-20T20:41:40.133Z] 20:36:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2023-02-20T20:41:40.133Z] 20:36:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-20T20:41:40.133Z] 20:36:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-20T20:41:40.133Z] 20:36:01 6 0.02 0.00 0.00 0.05 0.00 99.93 [2023-02-20T20:41:40.133Z] 20:36:01 7 0.07 0.00 0.02 0.00 0.00 99.92 [2023-02-20T20:41:40.133Z] 20:37:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2023-02-20T20:41:40.133Z] 20:37:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-20T20:41:40.133Z] 20:37:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-20T20:41:40.133Z] 20:37:01 2 0.02 0.00 0.05 0.00 0.02 99.92 [2023-02-20T20:41:40.133Z] 20:37:01 3 0.07 0.00 0.00 0.00 0.00 99.93 [2023-02-20T20:41:40.133Z] 20:37:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2023-02-20T20:41:40.133Z] 20:37:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2023-02-20T20:41:40.133Z] 20:37:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-20T20:41:40.133Z] 20:37:01 7 0.05 0.00 0.00 0.00 0.02 99.93 [2023-02-20T20:41:40.133Z] 20:38:01 all 0.11 0.00 0.06 0.01 0.01 99.81 [2023-02-20T20:41:40.133Z] 20:38:01 0 0.08 0.00 0.03 0.00 0.00 99.88 [2023-02-20T20:41:40.133Z] 20:38:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2023-02-20T20:41:40.133Z] 20:38:01 2 0.05 0.00 0.05 0.02 0.00 99.88 [2023-02-20T20:41:40.133Z] 20:38:01 3 0.00 0.00 0.05 0.02 0.00 99.93 [2023-02-20T20:41:40.133Z] 20:38:01 4 0.53 0.00 0.12 0.00 0.00 99.35 [2023-02-20T20:41:40.133Z] 20:38:01 5 0.07 0.00 0.07 0.00 0.03 99.83 [2023-02-20T20:41:40.133Z] 20:38:01 6 0.00 0.00 0.03 0.07 0.00 99.90 [2023-02-20T20:41:40.133Z] 20:38:01 7 0.08 0.00 0.10 0.00 0.00 99.82 [2023-02-20T20:41:40.133Z] 20:39:01 all 2.14 0.00 1.42 0.47 0.03 95.94 [2023-02-20T20:41:40.133Z] 20:39:01 0 2.92 0.00 0.98 0.13 0.03 95.93 [2023-02-20T20:41:40.133Z] 20:39:01 1 3.19 0.00 2.47 0.27 0.02 94.06 [2023-02-20T20:41:40.133Z] 20:39:01 2 2.54 0.00 1.64 0.84 0.02 94.97 [2023-02-20T20:41:40.133Z] 20:39:01 3 1.15 0.00 1.05 0.67 0.03 97.10 [2023-02-20T20:41:40.133Z] 20:39:01 4 1.52 0.00 1.09 0.42 0.02 96.96 [2023-02-20T20:41:40.133Z] 20:39:01 5 2.66 0.00 1.04 0.03 0.03 96.24 [2023-02-20T20:41:40.133Z] 20:39:01 6 0.99 0.00 1.89 1.29 0.02 95.82 [2023-02-20T20:41:40.133Z] 20:39:01 7 2.15 0.00 1.22 0.12 0.03 96.48 [2023-02-20T20:41:40.133Z] 20:40:01 all 0.08 0.00 0.04 0.01 0.01 99.86 [2023-02-20T20:41:40.133Z] 20:40:01 0 0.12 0.00 0.03 0.00 0.00 99.85 [2023-02-20T20:41:40.133Z] 20:40:01 1 0.08 0.00 0.03 0.02 0.02 99.85 [2023-02-20T20:41:40.133Z] 20:40:01 2 0.02 0.00 0.05 0.00 0.02 99.92 [2023-02-20T20:41:40.133Z] 20:40:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-20T20:41:40.133Z] 20:40:01 4 0.05 0.00 0.07 0.00 0.02 99.87 [2023-02-20T20:41:40.133Z] 20:40:01 5 0.22 0.00 0.10 0.00 0.02 99.67 [2023-02-20T20:41:40.133Z] 20:40:01 6 0.07 0.00 0.02 0.07 0.02 99.83 [2023-02-20T20:41:40.133Z] 20:40:01 7 0.05 0.00 0.03 0.00 0.00 99.92 [2023-02-20T20:41:40.133Z] 20:41:01 all 0.38 0.00 0.16 0.03 0.01 99.43 [2023-02-20T20:41:40.134Z] 20:41:01 0 0.22 0.00 0.15 0.02 0.02 99.60 [2023-02-20T20:41:40.134Z] 20:41:01 1 0.68 0.00 0.15 0.02 0.00 99.15 [2023-02-20T20:41:40.134Z] 20:41:01 2 0.18 0.00 0.12 0.00 0.00 99.70 [2023-02-20T20:41:40.134Z] 20:41:01 3 0.70 0.00 0.25 0.00 0.02 99.03 [2023-02-20T20:41:40.134Z] 20:41:01 4 0.25 0.00 0.18 0.02 0.00 99.55 [2023-02-20T20:41:40.134Z] 20:41:01 5 0.58 0.00 0.17 0.02 0.03 99.20 [2023-02-20T20:41:40.134Z] 20:41:01 6 0.22 0.00 0.12 0.03 0.00 99.63 [2023-02-20T20:41:40.134Z] 20:41:01 7 0.17 0.00 0.15 0.10 0.02 99.57 [2023-02-20T20:41:40.134Z] Average: all 1.44 0.00 0.66 0.26 0.02 97.62 [2023-02-20T20:41:40.134Z] Average: 0 1.55 0.00 0.58 0.10 0.02 97.76 [2023-02-20T20:41:40.134Z] Average: 1 1.58 0.00 0.75 0.07 0.01 97.59 [2023-02-20T20:41:40.134Z] Average: 2 1.29 0.00 0.66 0.18 0.02 97.85 [2023-02-20T20:41:40.134Z] Average: 3 1.41 0.00 0.66 0.23 0.02 97.68 [2023-02-20T20:41:40.134Z] Average: 4 1.58 0.00 0.74 0.64 0.01 97.03 [2023-02-20T20:41:40.134Z] Average: 5 1.32 0.00 0.59 0.01 0.03 98.05 [2023-02-20T20:41:40.134Z] Average: 6 1.46 0.00 0.75 0.53 0.01 97.25 [2023-02-20T20:41:40.134Z] Average: 7 1.37 0.00 0.58 0.29 0.02 97.75 [2023-02-20T20:41:40.134Z] [2023-02-20T20:41:40.134Z] [2023-02-20T20:41:40.134Z]