Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from fdd904db91670bf9b9238bf17ce25b0e9b1934c2 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-ssh10913640321082155119.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-ssh11086270907699230748.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-ssh3264670944437640313.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-ssh14660489142539105033.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-ssh14273649653711616127.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-9615 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 fdd904db91670bf9b9238bf17ce25b0e9b1934c2 (main) Commit message: "refactor: abstraction for MessageBus (#447)" > 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 fdd904db91670bf9b9238bf17ce25b0e9b1934c2 # timeout=10 > git rev-list --no-walk 21f79343dd353c602474ef88d38fd1373f48e545 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-10T11:07:46.984Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-10T11:07:47.039Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-10T11:07:47.057Z] ========================================================= [2023-03-10T11:07:47.057Z] EdgeX Global Pipelines Version Info [2023-03-10T11:07:47.057Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-10T11:07:47.777Z] ------------------- [2023-03-10T11:07:47.777Z] stable info: [2023-03-10T11:07:47.777Z] ------------------- [2023-03-10T11:07:47.777Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-10T11:07:47.777Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-10T11:07:47.777Z] Message: update stable to v1.0.244 [2023-03-10T11:07:48.348Z] ------------------- [2023-03-10T11:07:48.348Z] experimental info: [2023-03-10T11:07:48.348Z] ------------------- [2023-03-10T11:07:48.348Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-10T11:07:48.348Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-10T11:07:48.348Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-10T11:07:48.520Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-c-settings [Pipeline] echo [2023-03-10T11:07:48.533Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-c [Pipeline] echo [2023-03-10T11:07:48.548Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-10T11:07:48.557Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-10T11:07:48.567Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-10T11:07:48.578Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = scripts/Dockerfile.alpine [Pipeline] echo [2023-03-10T11:07:48.591Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = scripts/Dockerfile.alpine-base [Pipeline] echo [2023-03-10T11:07:48.601Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-10T11:07:48.611Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-10T11:07:48.622Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk [Pipeline] echo [2023-03-10T11:07:48.634Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-10T11:07:48.647Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-10T11:07:48.657Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-10T11:07:48.667Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-03-10T11:07:48.679Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-10T11:07:48.692Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-10T11:07:48.702Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-10T11:07:48.712Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-03-10T11:07:48.724Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-03-10T11:07:48.734Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-03-10T11:07:48.745Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fdd904db91670bf9b9238bf17ce25b0e9b1934c2 [Pipeline] echo [2023-03-10T11:07:48.755Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fdd904d [Pipeline] echo [2023-03-10T11:07:48.766Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-10T11:07:48.811Z] provisioning config files... [2023-03-10T11:07:48.825Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_main@tmp/config2139390977973792434tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-10T11:07:49.163Z] ---> docker-login.sh [2023-03-10T11:07:49.164Z] nexus3.edgexfoundry.org:10001 [2023-03-10T11:07:49.427Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T11:07:49.427Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T11:07:49.427Z] Configure a credential helper to remove this warning. See [2023-03-10T11:07:49.427Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T11:07:49.427Z] [2023-03-10T11:07:49.427Z] Login Succeeded [2023-03-10T11:07:49.427Z] nexus3.edgexfoundry.org:10002 [2023-03-10T11:07:49.427Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T11:07:49.692Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T11:07:49.692Z] Configure a credential helper to remove this warning. See [2023-03-10T11:07:49.692Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T11:07:49.692Z] [2023-03-10T11:07:49.692Z] Login Succeeded [2023-03-10T11:07:49.692Z] nexus3.edgexfoundry.org:10003 [2023-03-10T11:07:49.692Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T11:07:49.692Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T11:07:49.692Z] Configure a credential helper to remove this warning. See [2023-03-10T11:07:49.692Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T11:07:49.692Z] [2023-03-10T11:07:49.692Z] Login Succeeded [2023-03-10T11:07:49.692Z] nexus3.edgexfoundry.org:10004 [2023-03-10T11:07:49.692Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T11:07:49.953Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T11:07:49.953Z] Configure a credential helper to remove this warning. See [2023-03-10T11:07:49.953Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T11:07:49.953Z] [2023-03-10T11:07:49.953Z] Login Succeeded [2023-03-10T11:07:49.953Z] docker.io [2023-03-10T11:07:49.953Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T11:07:50.213Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T11:07:50.213Z] Configure a credential helper to remove this warning. See [2023-03-10T11:07:50.213Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T11:07:50.213Z] [2023-03-10T11:07:50.213Z] Login Succeeded [2023-03-10T11:07:50.213Z] ---> docker-login.sh ends [Pipeline] } [2023-03-10T11:07:50.221Z] 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-03-10T11:07:50.596Z] + git rev-list -1 --merges fdd904db91670bf9b9238bf17ce25b0e9b1934c2~1..fdd904db91670bf9b9238bf17ce25b0e9b1934c2 [Pipeline] echo [2023-03-10T11:07:50.644Z] -----------> git rev-list -1 --merges fdd904db91670bf9b9238bf17ce25b0e9b1934c2~1..fdd904db91670bf9b9238bf17ce25b0e9b1934c2 fdd904db91670bf9b9238bf17ce25b0e9b1934c2 [false] [Pipeline] sh [2023-03-10T11:07:50.944Z] + git log --format=format:%s -1 fdd904db91670bf9b9238bf17ce25b0e9b1934c2 [Pipeline] echo [2023-03-10T11:07:50.960Z] ========================================================= [2023-03-10T11:07:50.960Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-10T11:07:50.960Z] ========================================================= 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-03-10T11:07:51.336Z] + git rev-list -1 --merges fdd904db91670bf9b9238bf17ce25b0e9b1934c2~1..fdd904db91670bf9b9238bf17ce25b0e9b1934c2 [Pipeline] echo [2023-03-10T11:07:51.351Z] -----------> git rev-list -1 --merges fdd904db91670bf9b9238bf17ce25b0e9b1934c2~1..fdd904db91670bf9b9238bf17ce25b0e9b1934c2 fdd904db91670bf9b9238bf17ce25b0e9b1934c2 [false] [Pipeline] sh [2023-03-10T11:07:51.640Z] + git log --format=format:%s -1 fdd904db91670bf9b9238bf17ce25b0e9b1934c2 [Pipeline] echo [2023-03-10T11:07:51.662Z] ========================================================= [2023-03-10T11:07:51.662Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-10T11:07:51.662Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-03-10T11:07:52.096Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-10T11:07:52.096Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-10T11:07:52.096Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-10T11:07:52.096Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-10T11:07:52.096Z] + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-10T11:07:52.096Z] tee -a /etc/ssh/ssh_known_hosts [2023-03-10T11:07:52.096Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T11:07:52.514Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-10T11:07:52.514Z] [2023-03-10T11:07:52.514Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T11:07:52.822Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-10T11:07:52.822Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-10T11:07:52.822Z] b85a868b505f: Pulling fs layer [2023-03-10T11:07:52.822Z] e2be974225ed: Pulling fs layer [2023-03-10T11:07:52.822Z] 339a4e72a1f5: Pulling fs layer [2023-03-10T11:07:52.822Z] 988bab9f4d93: Pulling fs layer [2023-03-10T11:07:52.822Z] 1469e6f7b9e6: Pulling fs layer [2023-03-10T11:07:52.822Z] eaf3925da568: Pulling fs layer [2023-03-10T11:07:52.822Z] bab4dde63d76: Pulling fs layer [2023-03-10T11:07:52.822Z] bde34c3a00c8: Pulling fs layer [2023-03-10T11:07:52.822Z] b352a97aabf1: Pulling fs layer [2023-03-10T11:07:52.822Z] 4872d77fe225: Pulling fs layer [2023-03-10T11:07:52.822Z] 5851b861e8e6: Pulling fs layer [2023-03-10T11:07:52.822Z] bab4dde63d76: Waiting [2023-03-10T11:07:52.822Z] 988bab9f4d93: Waiting [2023-03-10T11:07:52.822Z] bde34c3a00c8: Waiting [2023-03-10T11:07:52.822Z] 1469e6f7b9e6: Waiting [2023-03-10T11:07:52.822Z] b352a97aabf1: Waiting [2023-03-10T11:07:52.822Z] eaf3925da568: Waiting [2023-03-10T11:07:52.822Z] 5851b861e8e6: Waiting [2023-03-10T11:07:52.822Z] 4872d77fe225: Waiting [2023-03-10T11:07:52.822Z] e2be974225ed: Download complete [2023-03-10T11:07:52.822Z] 988bab9f4d93: Download complete [2023-03-10T11:07:53.082Z] 1469e6f7b9e6: Verifying Checksum [2023-03-10T11:07:53.082Z] 1469e6f7b9e6: Download complete [2023-03-10T11:07:53.082Z] 339a4e72a1f5: Verifying Checksum [2023-03-10T11:07:53.082Z] 339a4e72a1f5: Download complete [2023-03-10T11:07:53.082Z] eaf3925da568: Download complete [2023-03-10T11:07:53.082Z] bde34c3a00c8: Download complete [2023-03-10T11:07:53.082Z] b352a97aabf1: Download complete [2023-03-10T11:07:53.082Z] 4872d77fe225: Verifying Checksum [2023-03-10T11:07:53.082Z] 4872d77fe225: Download complete [2023-03-10T11:07:53.082Z] 5851b861e8e6: Verifying Checksum [2023-03-10T11:07:53.082Z] 5851b861e8e6: Download complete [2023-03-10T11:07:53.345Z] b85a868b505f: Verifying Checksum [2023-03-10T11:07:53.345Z] b85a868b505f: Download complete [2023-03-10T11:07:53.604Z] bab4dde63d76: Verifying Checksum [2023-03-10T11:07:53.604Z] bab4dde63d76: Download complete [2023-03-10T11:07:54.543Z] b85a868b505f: Pull complete [2023-03-10T11:07:54.543Z] e2be974225ed: Pull complete [2023-03-10T11:07:55.110Z] 339a4e72a1f5: Pull complete [2023-03-10T11:07:55.110Z] 988bab9f4d93: Pull complete [2023-03-10T11:07:55.368Z] 1469e6f7b9e6: Pull complete [2023-03-10T11:07:55.368Z] eaf3925da568: Pull complete [2023-03-10T11:07:57.270Z] bab4dde63d76: Pull complete [2023-03-10T11:07:57.270Z] bde34c3a00c8: Pull complete [2023-03-10T11:07:57.270Z] b352a97aabf1: Pull complete [2023-03-10T11:07:57.529Z] 4872d77fe225: Pull complete [2023-03-10T11:07:57.529Z] 5851b861e8e6: Pull complete [2023-03-10T11:07:57.529Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-10T11:07:57.529Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-10T11:07:57.529Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T11:07:57.618Z] prd-ubuntu20.04-docker-8c-8g-9615 does not seem to be running inside a container [2023-03-10T11:07:57.654Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-10T11:08:00.475Z] $ docker top d9a60953af71ad778ee589383910b1275fbfe9d0cab6f79b8f787898d0241393 -eo pid,comm [2023-03-10T11:08:00.530Z] 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-03-10T11:08:00.530Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-10T11:08:00.572Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-10T11:08:00.572Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-10T11:08:00.685Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-10T11:08:00.692Z] $ docker exec d9a60953af71ad778ee589383910b1275fbfe9d0cab6f79b8f787898d0241393 ssh-agent [2023-03-10T11:08:00.804Z] SSH_AUTH_SOCK=/tmp/ssh-KoDZHntJ3BF0/agent.33 [2023-03-10T11:08:00.804Z] SSH_AGENT_PID=39 [2023-03-10T11:08:00.811Z] Running ssh-add (command line suppressed) [2023-03-10T11:08:00.921Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_10866390692868568753.key (/w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_10866390692868568753.key) [2023-03-10T11:08:00.930Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-10T11:08:01.216Z] + git tag --points-at HEAD [Pipeline] } [2023-03-10T11:08:01.230Z] $ docker exec --env ******** --env ******** d9a60953af71ad778ee589383910b1275fbfe9d0cab6f79b8f787898d0241393 ssh-agent -k [2023-03-10T11:08:01.317Z] unset SSH_AUTH_SOCK; [2023-03-10T11:08:01.317Z] unset SSH_AGENT_PID; [2023-03-10T11:08:01.317Z] echo Agent pid 39 killed; [2023-03-10T11:08:01.322Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-10T11:08:01.351Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-10T11:08:01.351Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-10T11:08:01.463Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-10T11:08:01.470Z] $ docker exec d9a60953af71ad778ee589383910b1275fbfe9d0cab6f79b8f787898d0241393 ssh-agent [2023-03-10T11:08:01.582Z] SSH_AUTH_SOCK=/tmp/ssh-CeddPXYGZtjn/agent.71 [2023-03-10T11:08:01.582Z] SSH_AGENT_PID=77 [2023-03-10T11:08:01.587Z] Running ssh-add (command line suppressed) [2023-03-10T11:08:01.687Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_12243519877118847644.key (/w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_12243519877118847644.key) [2023-03-10T11:08:01.697Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-10T11:08:01.996Z] + git semver init [2023-03-10T11:08:02.255Z] 2023-03-10 11:08:02,172 [run_init] DEBUG init version:0.0.0 force:False [2023-03-10T11:08:02.255Z] 2023-03-10 11:08:02,172 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-c_main/.semver [2023-03-10T11:08:02.255Z] 2023-03-10 11:08:02,173 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-c.git /w/workspace/edgexfoundry_device-sdk-c_main/.semver [2023-03-10T11:08:02.255Z] 2023-03-10 11:08:02,173 [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-03-10T11:08:03.195Z] 2023-03-10 11:08:03,050 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-c_main/.git/info/exclude [2023-03-10T11:08:03.195Z] 2023-03-10 11:08:03,051 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-c_main/.semver/main with force:False [2023-03-10T11:08:03.195Z] 2023-03-10 11:08:03,051 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2023-03-10T11:08:03.195Z] 2023-03-10 11:08:03,051 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2023-03-10T11:08:03.195Z] 2.3.1-dev.5 [Pipeline] } [2023-03-10T11:08:03.209Z] $ docker exec --env ******** --env ******** d9a60953af71ad778ee589383910b1275fbfe9d0cab6f79b8f787898d0241393 ssh-agent -k [2023-03-10T11:08:03.321Z] unset SSH_AUTH_SOCK; [2023-03-10T11:08:03.322Z] unset SSH_AGENT_PID; [2023-03-10T11:08:03.322Z] echo Agent pid 77 killed; [2023-03-10T11:08:03.327Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-10T11:08:03.626Z] + git semver [Pipeline] } [2023-03-10T11:08:03.902Z] $ docker stop --time=1 d9a60953af71ad778ee589383910b1275fbfe9d0cab6f79b8f787898d0241393 [2023-03-10T11:08:05.217Z] $ docker rm -f --volumes d9a60953af71ad778ee589383910b1275fbfe9d0cab6f79b8f787898d0241393 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-10T11:08:05.559Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-10T11:08:05.803Z] Stashed 1 file(s) [Pipeline] echo [2023-03-10T11:08:05.807Z] [edgeXSemver]: initialized semver on version 2.3.1-dev.5 [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-03-10T11:08:05.905Z] provisioning config files... [2023-03-10T11:08:05.915Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_main@tmp/config18391146355787899663tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-10T11:08:06.208Z] ---> docker-login.sh [2023-03-10T11:08:06.208Z] nexus3.edgexfoundry.org:10001 [2023-03-10T11:08:06.208Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T11:08:06.208Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T11:08:06.208Z] Configure a credential helper to remove this warning. See [2023-03-10T11:08:06.208Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T11:08:06.208Z] [2023-03-10T11:08:06.208Z] Login Succeeded [2023-03-10T11:08:06.208Z] nexus3.edgexfoundry.org:10002 [2023-03-10T11:08:06.208Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T11:08:06.208Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T11:08:06.208Z] Configure a credential helper to remove this warning. See [2023-03-10T11:08:06.208Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T11:08:06.208Z] [2023-03-10T11:08:06.208Z] Login Succeeded [2023-03-10T11:08:06.208Z] nexus3.edgexfoundry.org:10003 [2023-03-10T11:08:06.479Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T11:08:06.479Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T11:08:06.479Z] Configure a credential helper to remove this warning. See [2023-03-10T11:08:06.479Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T11:08:06.479Z] [2023-03-10T11:08:06.479Z] Login Succeeded [2023-03-10T11:08:06.479Z] nexus3.edgexfoundry.org:10004 [2023-03-10T11:08:06.479Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T11:08:06.479Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T11:08:06.479Z] Configure a credential helper to remove this warning. See [2023-03-10T11:08:06.479Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T11:08:06.479Z] [2023-03-10T11:08:06.479Z] Login Succeeded [2023-03-10T11:08:06.479Z] docker.io [2023-03-10T11:08:06.883Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T11:08:06.883Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T11:08:06.883Z] Configure a credential helper to remove this warning. See [2023-03-10T11:08:06.883Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T11:08:06.883Z] [2023-03-10T11:08:06.883Z] Login Succeeded [2023-03-10T11:08:07.005Z] ---> docker-login.sh ends [Pipeline] } [2023-03-10T11:08:07.008Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-10T11:08:07.091Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-10T11:08:07.099Z] [prepBaseBuildImage] Generating new image with name: ci-base-image-x86_64 [Pipeline] echo [2023-03-10T11:08:07.106Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-10T11:08:07.112Z] ========================================================= [2023-03-10T11:08:07.112Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2023-03-10T11:08:07.112Z] ========================================================= [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T11:08:07.412Z] + 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-03-10T11:08:07.412Z] Sending build context to Docker daemon 4.732MB [2023-03-10T11:08:07.412Z] Step 1/21 : ARG BASE=alpine:3.16 [2023-03-10T11:08:07.412Z] Step 2/21 : FROM ${BASE} as builder [2023-03-10T11:08:07.412Z] latest: Pulling from edgex-devops/edgex-gcc-base [2023-03-10T11:08:07.412Z] 213ec9aee27d: Pulling fs layer [2023-03-10T11:08:07.412Z] 0f09ad1b1b37: Pulling fs layer [2023-03-10T11:08:07.675Z] 213ec9aee27d: Verifying Checksum [2023-03-10T11:08:07.675Z] 213ec9aee27d: Download complete [2023-03-10T11:08:07.675Z] 213ec9aee27d: Pull complete [2023-03-10T11:08:08.649Z] 0f09ad1b1b37: Verifying Checksum [2023-03-10T11:08:08.649Z] 0f09ad1b1b37: Download complete [2023-03-10T11:08:11.204Z] 0f09ad1b1b37: Pull complete [2023-03-10T11:08:11.204Z] Digest: sha256:64e9d1beac36a0037884aaf44bcf94b2de593689edef1cdaec9f2b2ef7c7c108 [2023-03-10T11:08:11.204Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [2023-03-10T11:08:11.204Z] ---> b2bbfebb3566 [2023-03-10T11:08:11.204Z] 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-03-10T11:08:12.622Z] ---> Running in 4e656f4cd756 [2023-03-10T11:08:12.881Z] Connecting to iotech.jfrog.io (52.212.183.138:443) [2023-03-10T11:08:13.457Z] saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2023-03-10T11:08:13.457Z] alpine.dev.rsa.pub 100% |********************************|  451 0:00:00 ETA [2023-03-10T11:08:13.457Z] '/etc/apk/keys/alpine.dev.rsa.pub' saved [2023-03-10T11:08:13.716Z] Removing intermediate container 4e656f4cd756 [2023-03-10T11:08:13.716Z] ---> 4d49f7503a3d [2023-03-10T11:08:13.716Z] Step 4/21 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main' >> /etc/apk/repositories [2023-03-10T11:08:20.348Z] ---> Running in 3b05ec2015c0 [2023-03-10T11:08:20.872Z] Still waiting to schedule task [2023-03-10T11:08:20.873Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-03-10T11:08:24.566Z] Removing intermediate container 3b05ec2015c0 [2023-03-10T11:08:24.566Z] ---> 94ef70b0a970 [2023-03-10T11:08:24.566Z] 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.5-dev hiredis-dev [2023-03-10T11:08:25.941Z] ---> Running in 6b6a7c09825b [2023-03-10T11:08:27.317Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T11:08:27.576Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T11:08:27.576Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T11:08:28.143Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2023-03-10T11:08:28.143Z] (1/14) Installing hiredis (1.0.2-r0) [2023-03-10T11:08:28.143Z] (2/14) Installing hiredis-dev (1.0.2-r0) [2023-03-10T11:08:28.143Z] (3/14) Installing iotech-iot-1.5 (1.5.0-r0) [2023-03-10T11:08:28.708Z] (4/14) Installing iotech-iot-1.5-dev (1.5.0-r0) [2023-03-10T11:08:28.970Z] (5/14) Installing libcbor (0.9.0-r1) [2023-03-10T11:08:28.970Z] (6/14) Installing libcbor-dev (0.9.0-r1) [2023-03-10T11:08:28.970Z] (7/14) Installing ncurses-dev (6.3_p20220521-r0) [2023-03-10T11:08:28.970Z] (8/14) Installing paho-mqtt-c-dev-1.3 (1.3.12-r0) [2023-03-10T11:08:29.935Z] (9/14) Installing libblkid (2.38-r1) [2023-03-10T11:08:29.935Z] (10/14) Installing libuuid (2.38-r1) [2023-03-10T11:08:29.935Z] (11/14) Installing libfdisk (2.38-r1) [2023-03-10T11:08:29.935Z] (12/14) Installing libmount (2.38-r1) [2023-03-10T11:08:29.935Z] (13/14) Installing libsmartcols (2.38-r1) [2023-03-10T11:08:29.935Z] (14/14) Installing util-linux-dev (2.38-r1) [2023-03-10T11:08:29.935Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T11:08:29.935Z] OK: 280 MiB in 90 packages [2023-03-10T11:08:35.225Z] Removing intermediate container 6b6a7c09825b [2023-03-10T11:08:35.225Z] ---> 2822b9638549 [2023-03-10T11:08:35.225Z] Step 6/21 : RUN mkdir /tmp/sdk [2023-03-10T11:08:35.225Z] ---> Running in 42a5ebb31b49 [2023-03-10T11:08:36.669Z] Removing intermediate container 42a5ebb31b49 [2023-03-10T11:08:36.669Z] ---> daec1e0cec0b [2023-03-10T11:08:36.669Z] Step 7/21 : COPY VERSION /tmp/sdk [2023-03-10T11:08:37.241Z] ---> b178fd498c34 [2023-03-10T11:08:37.241Z] Step 8/21 : COPY src /tmp/sdk/src [2023-03-10T11:08:37.813Z] ---> 0e9fdabc88f7 [2023-03-10T11:08:37.813Z] Step 9/21 : COPY include /tmp/sdk/include [2023-03-10T11:08:39.215Z] ---> a537f274db44 [2023-03-10T11:08:39.215Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2023-03-10T11:08:39.496Z] ---> d93c545d2c51 [2023-03-10T11:08:39.496Z] Step 11/21 : COPY LICENSE /tmp/sdk [2023-03-10T11:08:40.092Z] ---> 125c4b0eba31 [2023-03-10T11:08:40.092Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2023-03-10T11:08:40.372Z] ---> 0412bd32021a [2023-03-10T11:08:40.372Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2023-03-10T11:08:40.948Z] ---> Running in 05ddb1ab478e [2023-03-10T11:08:41.521Z] + CPPCHECK=false [2023-03-10T11:08:41.521Z] + DOCGEN=false [2023-03-10T11:08:41.521Z] + CMAKEOPTS='-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' [2023-03-10T11:08:41.521Z] + TOMLVER=SDK-0.2 [2023-03-10T11:08:41.521Z] + CUTILVER=1.4 [2023-03-10T11:08:41.521Z] + '[' 0 -gt 0 ] [2023-03-10T11:08:41.521Z] + readlink -f ./scripts/build.sh [2023-03-10T11:08:41.521Z] + dirname /tmp/sdk/scripts/build.sh [2023-03-10T11:08:41.521Z] + dirname /tmp/sdk/scripts [2023-03-10T11:08:41.521Z] + ROOT=/tmp/sdk [2023-03-10T11:08:41.521Z] + cd /tmp/sdk [2023-03-10T11:08:41.521Z] + '[' '!' -d deps ] [2023-03-10T11:08:41.521Z] + mkdir deps [2023-03-10T11:08:41.521Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2023-03-10T11:08:41.521Z] + tar -C deps -z -x -f - [2023-03-10T11:08:41.521Z] Connecting to github.com (140.82.114.4:443) [2023-03-10T11:08:41.521Z] Connecting to codeload.github.com (140.82.114.10:443) [2023-03-10T11:08:41.782Z] writing to stdout [2023-03-10T11:08:41.782Z] - 100% |********************************| 16451 0:00:00 ETA [2023-03-10T11:08:41.782Z] written to stdout [2023-03-10T11:08:41.782Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2023-03-10T11:08:41.782Z] + mkdir -p /tmp/sdk/build/release [2023-03-10T11:08:41.782Z] + cd /tmp/sdk/build/release [2023-03-10T11:08:41.782Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2023-03-10T11:08:41.782Z] -- The C compiler identification is GNU 11.2.1 [2023-03-10T11:08:41.782Z] -- Detecting C compiler ABI info [2023-03-10T11:08:42.043Z] -- Detecting C compiler ABI info - done [2023-03-10T11:08:42.043Z] -- Check for working C compiler: /usr/bin/cc - skipped [2023-03-10T11:08:42.043Z] -- Detecting C compile features [2023-03-10T11:08:42.043Z] -- Detecting C compile features - done [2023-03-10T11:08:42.043Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2023-03-10T11:08:42.043Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.83.1") [2023-03-10T11:08:42.043Z] -- Found LIBYAML: /usr/lib/libyaml.so [2023-03-10T11:08:42.043Z] -- Found LIBUUID: /usr/lib/libuuid.so [2023-03-10T11:08:42.043Z] -- Found LIBCBOR: /usr/lib/libcbor.so [2023-03-10T11:08:42.043Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2023-03-10T11:08:42.043Z] -- Found LIBHIREDIS: /usr/lib/libhiredis.so [2023-03-10T11:08:42.043Z] -- Found IOT: /opt/iotech/iot/1.5/lib/libiot.so [2023-03-10T11:08:42.043Z] -- /opt/iotech/iot/1.5/include [2023-03-10T11:08:42.043Z] -- C SDK 2.3.1-dev.5 for Linux [2023-03-10T11:08:42.043Z] -- Performing Test CSDK_HAVE_ATOMIC [2023-03-10T11:08:42.043Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2023-03-10T11:08:42.043Z] -- Found Curses: /usr/lib/libcurses.so [2023-03-10T11:08:42.043Z] -- Configuring done [2023-03-10T11:08:42.303Z] -- Generating done [2023-03-10T11:08:42.303Z] -- Build files have been written to: /tmp/sdk/build/release [2023-03-10T11:08:42.303Z] + make all package [2023-03-10T11:08:42.303Z] + tee release.log [2023-03-10T11:08:42.303Z] [ 2%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2023-03-10T11:08:42.303Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o [2023-03-10T11:08:42.564Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/bus-redstr.c.o [2023-03-10T11:08:42.825Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/bus.c.o [2023-03-10T11:08:42.825Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2023-03-10T11:08:43.088Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2023-03-10T11:08:43.659Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2023-03-10T11:08:43.659Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2023-03-10T11:08:43.659Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2023-03-10T11:08:43.920Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2023-03-10T11:08:44.495Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2023-03-10T11:08:44.495Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2023-03-10T11:08:44.756Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2023-03-10T11:08:44.756Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2023-03-10T11:08:45.018Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2023-03-10T11:08:45.018Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2023-03-10T11:08:45.590Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2023-03-10T11:08:45.590Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2023-03-10T11:08:45.852Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2023-03-10T11:08:46.112Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2023-03-10T11:08:47.052Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2023-03-10T11:08:47.052Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2023-03-10T11:08:47.052Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2023-03-10T11:08:47.313Z] [ 48%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2023-03-10T11:08:47.587Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2023-03-10T11:08:48.159Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2023-03-10T11:08:48.159Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2023-03-10T11:08:48.159Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2023-03-10T11:08:48.420Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2023-03-10T11:08:48.681Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2023-03-10T11:08:49.624Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2023-03-10T11:08:49.885Z] [ 64%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2023-03-10T11:08:49.885Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2023-03-10T11:08:49.885Z] [ 68%] Linking C shared library libcsdk.so [2023-03-10T11:08:50.145Z] [ 68%] Built target csdk [2023-03-10T11:08:50.145Z] [ 70%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2023-03-10T11:08:50.145Z] [ 72%] Linking C executable template [2023-03-10T11:08:50.145Z] [ 72%] Built target template [2023-03-10T11:08:50.405Z] [ 74%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2023-03-10T11:08:50.405Z] [ 76%] Linking C executable device-counter [2023-03-10T11:08:50.405Z] [ 76%] Built target device-counter [2023-03-10T11:08:50.405Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2023-03-10T11:08:50.666Z] [ 80%] Linking C executable device-random [2023-03-10T11:08:50.666Z] [ 80%] Built target device-random [2023-03-10T11:08:50.666Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2023-03-10T11:08:50.666Z] [ 84%] Linking C executable device-gyro [2023-03-10T11:08:50.666Z] [ 84%] Built target device-gyro [2023-03-10T11:08:50.927Z] [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2023-03-10T11:08:50.927Z] [ 88%] Linking C executable device-bitfields [2023-03-10T11:08:50.927Z] [ 88%] Built target device-bitfields [2023-03-10T11:08:50.927Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2023-03-10T11:08:51.187Z] [ 92%] Linking C executable template-discovery [2023-03-10T11:08:51.187Z] [ 92%] Built target template-discovery [2023-03-10T11:08:51.187Z] [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2023-03-10T11:08:51.448Z] [ 96%] Linking C executable device-file [2023-03-10T11:08:51.448Z] [ 96%] Built target device-file [2023-03-10T11:08:51.448Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2023-03-10T11:08:51.708Z] [100%] Linking C executable device-terminal [2023-03-10T11:08:51.708Z] [100%] Built target device-terminal [2023-03-10T11:08:51.708Z] Run CPack packaging tool... [2023-03-10T11:08:51.708Z] CPack: Create package using TGZ [2023-03-10T11:08:51.708Z] CPack: Install projects [2023-03-10T11:08:51.708Z] CPack: - Run preinstall target for: Csdk [2023-03-10T11:08:51.969Z] CPack: - Install project: Csdk [] [2023-03-10T11:08:51.969Z] CPack: Create package [2023-03-10T11:08:51.969Z] CPack: - package: /tmp/sdk/build/release/csdk-2.3.1-dev.5.tar.gz generated. [2023-03-10T11:08:51.969Z] + '[' false '=' true ] [2023-03-10T11:08:51.969Z] + '[' false '=' true ] [2023-03-10T11:08:51.969Z] + mkdir -p /tmp/sdk/build/debug [2023-03-10T11:08:51.969Z] + cd /tmp/sdk/build/debug [2023-03-10T11:08:51.969Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2023-03-10T11:08:51.969Z] -- The C compiler identification is GNU 11.2.1 [2023-03-10T11:08:51.969Z] -- Detecting C compiler ABI info [2023-03-10T11:08:52.229Z] -- Detecting C compiler ABI info - done [2023-03-10T11:08:52.229Z] -- Check for working C compiler: /usr/bin/cc - skipped [2023-03-10T11:08:52.229Z] -- Detecting C compile features [2023-03-10T11:08:52.229Z] -- Detecting C compile features - done [2023-03-10T11:08:52.229Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2023-03-10T11:08:52.229Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.83.1") [2023-03-10T11:08:52.229Z] -- Found LIBYAML: /usr/lib/libyaml.so [2023-03-10T11:08:52.229Z] -- Found LIBUUID: /usr/lib/libuuid.so [2023-03-10T11:08:52.229Z] -- Found LIBCBOR: /usr/lib/libcbor.so [2023-03-10T11:08:52.229Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2023-03-10T11:08:52.229Z] -- Found LIBHIREDIS: /usr/lib/libhiredis.so [2023-03-10T11:08:52.229Z] -- Found IOT: /opt/iotech/iot/1.5/lib/libiot.so [2023-03-10T11:08:52.229Z] -- /opt/iotech/iot/1.5/include [2023-03-10T11:08:52.229Z] -- C SDK 2.3.1-dev.5 for Linux [2023-03-10T11:08:52.230Z] -- Performing Test CSDK_HAVE_ATOMIC [2023-03-10T11:08:52.230Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2023-03-10T11:08:52.230Z] -- Found Curses: /usr/lib/libcurses.so [2023-03-10T11:08:52.491Z] -- Configuring done [2023-03-10T11:08:52.491Z] -- Generating done [2023-03-10T11:08:52.491Z] -- Build files have been written to: /tmp/sdk/build/debug [2023-03-10T11:08:52.491Z] + make [2023-03-10T11:08:52.491Z] + tee debug.log [2023-03-10T11:08:52.491Z] [ 2%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2023-03-10T11:08:52.491Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o [2023-03-10T11:08:52.752Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/bus-redstr.c.o [2023-03-10T11:08:52.752Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/bus.c.o [2023-03-10T11:08:52.752Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2023-03-10T11:08:52.752Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2023-03-10T11:08:53.014Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2023-03-10T11:08:53.014Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2023-03-10T11:08:53.014Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2023-03-10T11:08:53.275Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2023-03-10T11:08:53.275Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2023-03-10T11:08:53.546Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2023-03-10T11:08:53.546Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2023-03-10T11:08:53.546Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2023-03-10T11:08:53.546Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2023-03-10T11:08:53.805Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2023-03-10T11:08:53.805Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2023-03-10T11:08:54.063Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2023-03-10T11:08:54.063Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2023-03-10T11:08:54.063Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2023-03-10T11:08:54.322Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2023-03-10T11:08:54.581Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2023-03-10T11:08:54.581Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2023-03-10T11:08:54.581Z] [ 48%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2023-03-10T11:08:54.581Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2023-03-10T11:08:54.840Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2023-03-10T11:08:55.098Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2023-03-10T11:08:55.098Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2023-03-10T11:08:55.098Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2023-03-10T11:08:55.358Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2023-03-10T11:08:55.617Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2023-03-10T11:08:55.617Z] [ 64%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2023-03-10T11:08:55.617Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2023-03-10T11:08:55.877Z] [ 68%] Linking C shared library libcsdk.so [2023-03-10T11:08:55.877Z] [ 68%] Built target csdk [2023-03-10T11:08:55.877Z] [ 70%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2023-03-10T11:08:55.877Z] [ 72%] Linking C executable template [2023-03-10T11:08:55.877Z] [ 72%] Built target template [2023-03-10T11:08:55.877Z] [ 74%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2023-03-10T11:08:56.137Z] [ 76%] Linking C executable device-counter [2023-03-10T11:08:56.137Z] [ 76%] Built target device-counter [2023-03-10T11:08:56.137Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2023-03-10T11:08:56.137Z] [ 80%] Linking C executable device-random [2023-03-10T11:08:56.137Z] [ 80%] Built target device-random [2023-03-10T11:08:56.397Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2023-03-10T11:08:56.397Z] [ 84%] Linking C executable device-gyro [2023-03-10T11:08:56.397Z] [ 84%] Built target device-gyro [2023-03-10T11:08:56.397Z] [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2023-03-10T11:08:56.397Z] [ 88%] Linking C executable device-bitfields [2023-03-10T11:08:56.661Z] [ 88%] Built target device-bitfields [2023-03-10T11:08:56.661Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2023-03-10T11:08:56.661Z] [ 92%] Linking C executable template-discovery [2023-03-10T11:08:56.661Z] [ 92%] Built target template-discovery [2023-03-10T11:08:56.661Z] [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2023-03-10T11:08:56.661Z] [ 96%] Linking C executable device-file [2023-03-10T11:08:56.920Z] [ 96%] Built target device-file [2023-03-10T11:08:56.920Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2023-03-10T11:08:56.920Z] [100%] Linking C executable device-terminal [2023-03-10T11:08:56.920Z] [100%] Built target device-terminal [2023-03-10T11:08:57.180Z] make: Entering directory '/tmp/sdk/build/release' [2023-03-10T11:08:57.180Z] make[1]: Entering directory '/tmp/sdk/build/release' [2023-03-10T11:08:57.180Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-03-10T11:08:57.180Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-03-10T11:08:57.180Z] [ 68%] Built target csdk [2023-03-10T11:08:57.180Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-03-10T11:08:57.180Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-03-10T11:08:57.180Z] [ 72%] Built target template [2023-03-10T11:08:57.180Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-03-10T11:08:57.180Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-03-10T11:08:57.180Z] [ 76%] Built target device-counter [2023-03-10T11:08:57.180Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-03-10T11:08:57.180Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-03-10T11:08:57.180Z] [ 80%] Built target device-random [2023-03-10T11:08:57.180Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-03-10T11:08:57.180Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-03-10T11:08:57.180Z] [ 84%] Built target device-gyro [2023-03-10T11:08:57.180Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-03-10T11:08:57.180Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-03-10T11:08:57.180Z] [ 88%] Built target device-bitfields [2023-03-10T11:08:57.180Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-03-10T11:08:57.180Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-03-10T11:08:57.180Z] [ 92%] Built target template-discovery [2023-03-10T11:08:57.180Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-03-10T11:08:57.180Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-03-10T11:08:57.180Z] [ 96%] Built target device-file [2023-03-10T11:08:57.180Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-03-10T11:08:57.180Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-03-10T11:08:57.180Z] [100%] Built target device-terminal [2023-03-10T11:08:57.180Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2023-03-10T11:08:57.180Z] Install the project... [2023-03-10T11:08:57.180Z] -- Install configuration: "Release" [2023-03-10T11:08:57.180Z] -- Installing: /usr/local/lib/libcsdk.so [2023-03-10T11:08:57.180Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2023-03-10T11:08:57.180Z] -- Installing: /usr/local/include [2023-03-10T11:08:57.180Z] -- Installing: /usr/local/include/devsdk [2023-03-10T11:08:57.180Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2023-03-10T11:08:57.180Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2023-03-10T11:08:57.180Z] -- Installing: /usr/local/include/edgex [2023-03-10T11:08:57.180Z] -- Installing: /usr/local/include/edgex/edgex.h [2023-03-10T11:08:57.180Z] -- Installing: /usr/local/include/edgex/devices.h [2023-03-10T11:08:57.180Z] -- Installing: /usr/local/include/edgex/profiles.h [2023-03-10T11:08:57.180Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2023-03-10T11:08:57.180Z] -- Installing: /usr/local/include/edgex/rest-server.h [2023-03-10T11:08:57.180Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2023-03-10T11:08:57.180Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2023-03-10T11:08:57.180Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2023-03-10T11:08:57.180Z] make: Leaving directory '/tmp/sdk/build/release' [2023-03-10T11:08:58.567Z] Removing intermediate container 05ddb1ab478e [2023-03-10T11:08:58.567Z] ---> a8226b2c5454 [2023-03-10T11:08:58.567Z] Step 14/21 : FROM ${BASE} [2023-03-10T11:08:58.567Z] ---> b2bbfebb3566 [2023-03-10T11:08:58.567Z] Step 15/21 : LABEL maintainer="IOTech " [2023-03-10T11:08:58.825Z] ---> Running in e21dd1ef2175 [2023-03-10T11:08:59.085Z] Removing intermediate container e21dd1ef2175 [2023-03-10T11:08:59.085Z] ---> 7f8fc057513b [2023-03-10T11:08:59.085Z] 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-03-10T11:08:59.345Z] ---> Running in e3f6ad8f1730 [2023-03-10T11:08:59.916Z] Connecting to iotech.jfrog.io (34.242.55.152:443) [2023-03-10T11:09:00.188Z] saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2023-03-10T11:09:00.188Z] alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2023-03-10T11:09:00.188Z] '/etc/apk/keys/alpine.dev.rsa.pub' saved [2023-03-10T11:09:00.762Z] Removing intermediate container e3f6ad8f1730 [2023-03-10T11:09:00.762Z] ---> b394fa1e4e2e [2023-03-10T11:09:00.762Z] Step 17/21 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main' >> /etc/apk/repositories [2023-03-10T11:09:01.024Z] ---> Running in 3d189722f9ef [2023-03-10T11:09:01.966Z] Removing intermediate container 3d189722f9ef [2023-03-10T11:09:01.966Z] ---> 6a7153b7fec3 [2023-03-10T11:09:01.967Z] 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-03-10T11:09:01.967Z] ---> Running in 0a840290e551 [2023-03-10T11:09:02.539Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T11:09:02.539Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T11:09:02.539Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T11:09:03.114Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2023-03-10T11:09:03.114Z] (1/7) Installing curl (7.83.1-r6) [2023-03-10T11:09:03.114Z] (2/7) Installing hiredis (1.0.2-r0) [2023-03-10T11:09:03.114Z] (3/7) Installing hiredis-dev (1.0.2-r0) [2023-03-10T11:09:03.114Z] (4/7) Installing iotech-iot-1.4 (1.4.1-r0) [2023-03-10T11:09:03.688Z] (5/7) Installing libcbor (0.9.0-r1) [2023-03-10T11:09:03.688Z] (6/7) Installing libuuid (2.38-r1) [2023-03-10T11:09:03.688Z] (7/7) Installing paho-mqtt-c-dev-1.3 (1.3.12-r0) [2023-03-10T11:09:04.629Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T11:09:04.629Z] OK: 275 MiB in 83 packages [2023-03-10T11:09:05.201Z] Removing intermediate container 0a840290e551 [2023-03-10T11:09:05.201Z] ---> dd10726c8c0b [2023-03-10T11:09:05.201Z] Step 19/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2023-03-10T11:09:05.201Z] ---> 88dd43b744f5 [2023-03-10T11:09:05.201Z] Step 20/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2023-03-10T11:09:05.201Z] ---> e55e1037598f [2023-03-10T11:09:05.201Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2023-03-10T11:09:05.463Z] ---> a46bd80faec2 [2023-03-10T11:09:05.463Z] Successfully built a46bd80faec2 [2023-03-10T11:09:05.463Z] 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-03-10T11:09:05.828Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-10T11:09:05.828Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T11:09:05.896Z] prd-ubuntu20.04-docker-8c-8g-9615 does not seem to be running inside a container [2023-03-10T11:09:05.931Z] $ 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 ******** ci-base-image-x86_64 cat [2023-03-10T11:09:06.286Z] $ docker top 5a0ed4dce3e8a0c6d81c01bd526d75786db424ee9bd408cbe4d79ea9354d781d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-10T11:09:06.647Z] + make test [2023-03-10T11:09:06.647Z] echo "make test" [2023-03-10T11:09:06.647Z] make test [Pipeline] } [2023-03-10T11:09:06.661Z] $ docker stop --time=1 5a0ed4dce3e8a0c6d81c01bd526d75786db424ee9bd408cbe4d79ea9354d781d [2023-03-10T11:09:07.940Z] $ docker rm -f --volumes 5a0ed4dce3e8a0c6d81c01bd526d75786db424ee9bd408cbe4d79ea9354d781d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-10T11:09:08.575Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-10T11:09:08.863Z] + ls -al . [2023-03-10T11:09:08.863Z] total 204 [2023-03-10T11:09:08.863Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 10 11:08 . [2023-03-10T11:09:08.863Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 11:07 .. [2023-03-10T11:09:08.863Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 10 11:08 .git [2023-03-10T11:09:08.863Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 10 11:07 .github [2023-03-10T11:09:08.863Z] -rw-rw-r-- 1 jenkins jenkins 176 Mar 10 11:07 .gitignore [2023-03-10T11:09:08.863Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 10 11:08 .semver [2023-03-10T11:09:08.863Z] -rw-rw-r-- 1 jenkins jenkins 3104 Mar 10 11:07 Attribution.txt [2023-03-10T11:09:08.863Z] -rw-rw-r-- 1 jenkins jenkins 8743 Mar 10 11:07 CHANGES [2023-03-10T11:09:08.863Z] -rw-rw-r-- 1 jenkins jenkins 108574 Mar 10 11:07 Doxyfile [2023-03-10T11:09:08.863Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 10 11:07 GOVERNANCE.md [2023-03-10T11:09:08.863Z] -rw-rw-r-- 1 jenkins jenkins 784 Mar 10 11:07 Jenkinsfile [2023-03-10T11:09:08.863Z] -rw-rw-r-- 1 jenkins jenkins 10174 Mar 10 11:07 LICENSE [2023-03-10T11:09:08.863Z] -rw-rw-r-- 1 jenkins jenkins 444 Mar 10 11:07 Makefile [2023-03-10T11:09:08.863Z] -rw-rw-r-- 1 jenkins jenkins 618 Mar 10 11:07 OWNERS.md [2023-03-10T11:09:08.863Z] -rw-rw-r-- 1 jenkins jenkins 4086 Mar 10 11:07 README.md [2023-03-10T11:09:08.863Z] -rw-rw-r-- 1 jenkins jenkins 1245 Mar 10 11:07 README.v3.md [2023-03-10T11:09:08.863Z] -rw-rw-r-- 1 jenkins jenkins 11 Mar 10 11:08 VERSION [2023-03-10T11:09:08.863Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 10 11:07 docs [2023-03-10T11:09:08.863Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 11:07 include [2023-03-10T11:09:08.863Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 10 11:07 scripts [2023-03-10T11:09:08.863Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 11:07 src [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T11:09:09.169Z] + 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=fdd904db91670bf9b9238bf17ce25b0e9b1934c2 --label arch=amd64 --label version=2.3.1-dev.5 . [2023-03-10T11:09:09.169Z] Sending build context to Docker daemon 4.732MB [2023-03-10T11:09:09.169Z] Step 1/17 : ARG BASE=alpine:3.16 [2023-03-10T11:09:09.169Z] Step 2/17 : FROM ${BASE} [2023-03-10T11:09:09.169Z] ---> a46bd80faec2 [2023-03-10T11:09:09.169Z] Step 3/17 : LABEL maintainer="IOTech " [2023-03-10T11:09:09.169Z] ---> Running in 855f8142d6ca [2023-03-10T11:09:09.428Z] Removing intermediate container 855f8142d6ca [2023-03-10T11:09:09.428Z] ---> f710fcb1fba5 [2023-03-10T11:09:09.428Z] 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-03-10T11:09:09.428Z] ---> Running in 6e7341f6f813 [2023-03-10T11:09:09.686Z] Connecting to iotech.jfrog.io (63.32.141.158:443) [2023-03-10T11:09:09.945Z] saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2023-03-10T11:09:09.945Z] alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2023-03-10T11:09:09.945Z] '/etc/apk/keys/alpine.dev.rsa.pub' saved [2023-03-10T11:09:10.203Z] Removing intermediate container 6e7341f6f813 [2023-03-10T11:09:10.203Z] ---> 6270b5343080 [2023-03-10T11:09:10.203Z] Step 5/17 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main' >> /etc/apk/repositories [2023-03-10T11:09:10.203Z] ---> Running in 8d2196858264 [2023-03-10T11:09:10.771Z] Removing intermediate container 8d2196858264 [2023-03-10T11:09:10.771Z] ---> 87d4996d3072 [2023-03-10T11:09:10.771Z] 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.5-dev && mkdir -p /edgex-c-sdk/build [2023-03-10T11:09:10.771Z] ---> Running in 0cf7c03b9188 [2023-03-10T11:09:11.030Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T11:09:11.288Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T11:09:11.288Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T11:09:11.855Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2023-03-10T11:09:11.855Z] (1/9) Installing iotech-iot-1.5 (1.5.0-r0) [2023-03-10T11:09:12.114Z] (2/9) Installing iotech-iot-1.5-dev (1.5.0-r0) [2023-03-10T11:09:12.373Z] (3/9) Installing libcbor-dev (0.9.0-r1) [2023-03-10T11:09:12.373Z] (4/9) Installing ncurses-dev (6.3_p20220521-r0) [2023-03-10T11:09:12.373Z] (5/9) Installing libblkid (2.38-r1) [2023-03-10T11:09:12.373Z] (6/9) Installing libfdisk (2.38-r1) [2023-03-10T11:09:12.373Z] (7/9) Installing libmount (2.38-r1) [2023-03-10T11:09:12.373Z] (8/9) Installing libsmartcols (2.38-r1) [2023-03-10T11:09:12.373Z] (9/9) Installing util-linux-dev (2.38-r1) [2023-03-10T11:09:12.373Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T11:09:12.373Z] OK: 281 MiB in 92 packages [2023-03-10T11:09:12.946Z] Removing intermediate container 0cf7c03b9188 [2023-03-10T11:09:12.946Z] ---> 1062cda98995 [2023-03-10T11:09:12.946Z] Step 7/17 : COPY VERSION /edgex-c-sdk/ [2023-03-10T11:09:13.206Z] ---> 5d0693178c2d [2023-03-10T11:09:13.206Z] Step 8/17 : COPY src /edgex-c-sdk/src/ [2023-03-10T11:09:13.467Z] ---> ed5d285cd4bf [2023-03-10T11:09:13.467Z] Step 9/17 : COPY include /edgex-c-sdk/include/ [2023-03-10T11:09:13.467Z] ---> c02a5e223ded [2023-03-10T11:09:13.467Z] Step 10/17 : COPY scripts /edgex-c-sdk/scripts [2023-03-10T11:09:13.727Z] ---> 4046a986dc53 [2023-03-10T11:09:13.727Z] Step 11/17 : COPY LICENSE /edgex-c-sdk/ [2023-03-10T11:09:13.727Z] ---> 40d1c1e3a52b [2023-03-10T11:09:13.727Z] Step 12/17 : COPY Attribution.txt /edgex-c-sdk/ [2023-03-10T11:09:13.989Z] ---> 356db3ce4da0 [2023-03-10T11:09:13.989Z] Step 13/17 : WORKDIR /edgex-c-sdk [2023-03-10T11:09:13.989Z] ---> Running in 07b6fd5c4ed9 [2023-03-10T11:09:13.989Z] Removing intermediate container 07b6fd5c4ed9 [2023-03-10T11:09:13.989Z] ---> 7290a65a5e65 [2023-03-10T11:09:13.989Z] Step 14/17 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2023-03-10T11:09:13.989Z] ---> Running in b8cfe203deb9 [2023-03-10T11:09:13.989Z] Removing intermediate container b8cfe203deb9 [2023-03-10T11:09:13.989Z] ---> b9d47e805ed0 [2023-03-10T11:09:13.989Z] Step 15/17 : LABEL arch=amd64 [2023-03-10T11:09:13.989Z] ---> Running in 4b83e43e1fb8 [2023-03-10T11:09:14.250Z] Removing intermediate container 4b83e43e1fb8 [2023-03-10T11:09:14.250Z] ---> 360996917cbd [2023-03-10T11:09:14.250Z] Step 16/17 : LABEL git_sha=fdd904db91670bf9b9238bf17ce25b0e9b1934c2 [2023-03-10T11:09:14.250Z] ---> Running in 5e44f0015f5a [2023-03-10T11:09:14.250Z] Removing intermediate container 5e44f0015f5a [2023-03-10T11:09:14.250Z] ---> a48ec2be8884 [2023-03-10T11:09:14.250Z] Step 17/17 : LABEL version=2.3.1-dev.5 [2023-03-10T11:09:14.250Z] ---> Running in afaeaa726507 [2023-03-10T11:09:14.509Z] Removing intermediate container afaeaa726507 [2023-03-10T11:09:14.509Z] ---> 468ec7f1944e [2023-03-10T11:09:14.509Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2023-03-10T11:09:14.509Z] Successfully built 468ec7f1944e [2023-03-10T11:09:14.509Z] 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-03-10T11:09:14.933Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-10T11:09:14.933Z] [2023-03-10T11:09:14.933Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T11:09:15.237Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-10T11:09:15.237Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-10T11:09:15.237Z] 5eb5b503b376: Pulling fs layer [2023-03-10T11:09:15.237Z] 5c69ac0246d0: Pulling fs layer [2023-03-10T11:09:15.237Z] ec43610c2a17: Pulling fs layer [2023-03-10T11:09:15.237Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-10T11:09:15.237Z] 33b1e0a273af: Pulling fs layer [2023-03-10T11:09:15.237Z] 5d3b04190fa2: Pulling fs layer [2023-03-10T11:09:15.237Z] 2f39f015ded8: Pulling fs layer [2023-03-10T11:09:15.237Z] 33b1e0a273af: Waiting [2023-03-10T11:09:15.237Z] 5d3b04190fa2: Waiting [2023-03-10T11:09:15.237Z] 2f39f015ded8: Waiting [2023-03-10T11:09:15.237Z] 3a2ae6a8a46f: Waiting [2023-03-10T11:09:15.237Z] 5c69ac0246d0: Download complete [2023-03-10T11:09:15.237Z] 3a2ae6a8a46f: Verifying Checksum [2023-03-10T11:09:15.237Z] 3a2ae6a8a46f: Download complete [2023-03-10T11:09:15.500Z] 33b1e0a273af: Verifying Checksum [2023-03-10T11:09:15.500Z] 33b1e0a273af: Download complete [2023-03-10T11:09:15.500Z] 5d3b04190fa2: Verifying Checksum [2023-03-10T11:09:15.500Z] 5d3b04190fa2: Download complete [2023-03-10T11:09:15.500Z] ec43610c2a17: Verifying Checksum [2023-03-10T11:09:15.500Z] ec43610c2a17: Download complete [2023-03-10T11:09:15.500Z] 5eb5b503b376: Verifying Checksum [2023-03-10T11:09:15.500Z] 5eb5b503b376: Download complete [2023-03-10T11:09:16.436Z] 2f39f015ded8: Verifying Checksum [2023-03-10T11:09:16.436Z] 2f39f015ded8: Download complete [2023-03-10T11:09:16.698Z] 5eb5b503b376: Pull complete [2023-03-10T11:09:16.956Z] 5c69ac0246d0: Pull complete [2023-03-10T11:09:17.521Z] ec43610c2a17: Pull complete [2023-03-10T11:09:17.521Z] 3a2ae6a8a46f: Pull complete [2023-03-10T11:09:17.778Z] 33b1e0a273af: Pull complete [2023-03-10T11:09:17.779Z] 5d3b04190fa2: Pull complete [2023-03-10T11:09:21.961Z] 2f39f015ded8: Pull complete [2023-03-10T11:09:21.961Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-10T11:09:21.961Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-10T11:09:21.961Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T11:09:22.079Z] prd-ubuntu20.04-docker-8c-8g-9615 does not seem to be running inside a container [2023-03-10T11:09:22.126Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-10T11:09:25.614Z] $ docker top 0b6acc9f2cb5b62ea48d4e1be572203e7ec18c0755bde3008c80f44f15b841cd -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-10T11:09:26.012Z] ---> job-cost.sh [2023-03-10T11:09:26.013Z] lf-activate-venv: SKIPPING [2023-03-10T11:09:26.013Z] INFO: No Stack... [2023-03-10T11:09:26.271Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-10T11:09:26.529Z] INFO: Archiving Costs [Pipeline] sh [2023-03-10T11:09:26.815Z] + cat /w/workspace/edgexfoundry_device-sdk-c_main/archives/cost.csv [2023-03-10T11:09:26.815Z] + cut -d, -f6 [Pipeline] lock [2023-03-10T11:09:26.829Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-c-main-40-stack-cost] [2023-03-10T11:09:26.834Z] Resource [jenkins-edgexfoundry-device-sdk-c-main-40-stack-cost] did not exist. Created. [2023-03-10T11:09:26.834Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-c-main-40-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-10T11:09:27.130Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-03-10T11:09:27.164Z] Stashed 1 file(s) [Pipeline] } [2023-03-10T11:09:27.170Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-c-main-40-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-10T11:09:27.188Z] $ docker stop --time=1 0b6acc9f2cb5b62ea48d4e1be572203e7ec18c0755bde3008c80f44f15b841cd [2023-03-10T11:09:28.331Z] $ docker rm -f --volumes 0b6acc9f2cb5b62ea48d4e1be572203e7ec18c0755bde3008c80f44f15b841cd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-10T11:10:14.738Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-9616 in /w/workspace/edgexfoundry_device-sdk-c_main [Pipeline] { [Pipeline] ws [2023-03-10T11:10:14.752Z] Running in /w/workspace/device-sdk-c/40 [Pipeline] { [Pipeline] checkout [2023-03-10T11:10:14.801Z] Selected Git installation does not exist. Using Default [2023-03-10T11:10:14.801Z] The recommended git tool is: NONE [2023-03-10T11:10:23.066Z] using credential edgex-jenkins-ssh [2023-03-10T11:10:23.086Z] Cloning the remote Git repository [2023-03-10T11:10:23.132Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2023-03-10T11:10:23.304Z] > git init /w/workspace/device-sdk-c/40 # timeout=10 [2023-03-10T11:10:23.524Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2023-03-10T11:10:23.525Z] > git --version # timeout=10 [2023-03-10T11:10:23.560Z] > git --version # 'git version 2.25.1' [2023-03-10T11:10:23.562Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-10T11:10:23.628Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-10T11:10:24.905Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2023-03-10T11:10:24.938Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-10T11:10:25.891Z] Avoid second fetch [2023-03-10T11:10:25.891Z] Checking out Revision fdd904db91670bf9b9238bf17ce25b0e9b1934c2 (main) [2023-03-10T11:10:26.612Z] Commit message: "refactor: abstraction for MessageBus (#447)" [2023-03-10T11:10:25.906Z] > git config core.sparsecheckout # timeout=10 [2023-03-10T11:10:25.924Z] > git checkout -f fdd904db91670bf9b9238bf17ce25b0e9b1934c2 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-10T11:10:27.588Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-10T11:10:27.588Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-10T11:10:27.588Z] Dload Upload Total Spent Left Speed [2023-03-10T11:10:27.588Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 81216 0 --:--:-- --:--:-- --:--:-- 80702 [Pipeline] sh [2023-03-10T11:10:28.287Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-10T11:10:28.665Z] + sudo tee /etc/docker/daemon.new [2023-03-10T11:10:28.666Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-10T11:10:28.666Z] { [2023-03-10T11:10:28.666Z] "registry-mirrors": [ [2023-03-10T11:10:28.666Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-10T11:10:28.666Z] ], [2023-03-10T11:10:28.666Z] "bip": "10.250.0.254/24", [2023-03-10T11:10:28.666Z] "hosts": [ [2023-03-10T11:10:28.666Z] "tcp://0.0.0.0:5555", [2023-03-10T11:10:28.666Z] "unix:///var/run/docker.sock" [2023-03-10T11:10:28.666Z] ], [2023-03-10T11:10:28.666Z] "mtu": 1458, [2023-03-10T11:10:28.666Z] "selinux-enabled": true, [2023-03-10T11:10:28.666Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-10T11:10:28.666Z] } [Pipeline] sh [2023-03-10T11:10:29.038Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-10T11:10:29.370Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-10T11:10:47.638Z] provisioning config files... [2023-03-10T11:10:47.662Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/device-sdk-c/40@tmp/config18073035192235589332tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-10T11:10:48.012Z] ---> docker-login.sh [2023-03-10T11:10:48.012Z] nexus3.edgexfoundry.org:10001 [2023-03-10T11:10:48.281Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T11:10:48.867Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T11:10:48.867Z] Configure a credential helper to remove this warning. See [2023-03-10T11:10:48.867Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T11:10:48.867Z] [2023-03-10T11:10:48.867Z] Login Succeeded [2023-03-10T11:10:48.867Z] nexus3.edgexfoundry.org:10002 [2023-03-10T11:10:48.867Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T11:10:49.138Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T11:10:49.138Z] Configure a credential helper to remove this warning. See [2023-03-10T11:10:49.138Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T11:10:49.138Z] [2023-03-10T11:10:49.138Z] Login Succeeded [2023-03-10T11:10:49.138Z] nexus3.edgexfoundry.org:10003 [2023-03-10T11:10:49.138Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T11:10:49.411Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T11:10:49.411Z] Configure a credential helper to remove this warning. See [2023-03-10T11:10:49.411Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T11:10:49.411Z] [2023-03-10T11:10:49.411Z] Login Succeeded [2023-03-10T11:10:49.411Z] nexus3.edgexfoundry.org:10004 [2023-03-10T11:10:49.679Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T11:10:49.679Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T11:10:49.679Z] Configure a credential helper to remove this warning. See [2023-03-10T11:10:49.679Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T11:10:49.679Z] [2023-03-10T11:10:49.679Z] Login Succeeded [2023-03-10T11:10:49.679Z] docker.io [2023-03-10T11:10:49.948Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T11:10:50.213Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T11:10:50.213Z] Configure a credential helper to remove this warning. See [2023-03-10T11:10:50.213Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T11:10:50.213Z] [2023-03-10T11:10:50.213Z] Login Succeeded [2023-03-10T11:10:50.213Z] ---> docker-login.sh ends [Pipeline] } [2023-03-10T11:10:50.226Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-10T11:10:50.488Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-10T11:10:50.500Z] [prepBaseBuildImage] Generating new image with name: ci-base-image-arm64 [Pipeline] echo [2023-03-10T11:10:50.515Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-10T11:10:50.528Z] ========================================================= [2023-03-10T11:10:50.528Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] [2023-03-10T11:10:50.528Z] ========================================================= [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T11:10:50.882Z] + 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-03-10T11:10:51.151Z] Sending build context to Docker daemon 2.845MB [2023-03-10T11:10:51.151Z] Step 1/21 : ARG BASE=alpine:3.16 [2023-03-10T11:10:51.151Z] Step 2/21 : FROM ${BASE} as builder [2023-03-10T11:10:51.421Z] latest: Pulling from edgex-devops/edgex-gcc-base-arm64 [2023-03-10T11:10:51.421Z] 9b18e9b68314: Pulling fs layer [2023-03-10T11:10:51.421Z] 1def92ead452: Pulling fs layer [2023-03-10T11:10:51.421Z] 9b18e9b68314: Verifying Checksum [2023-03-10T11:10:51.421Z] 9b18e9b68314: Download complete [2023-03-10T11:10:52.010Z] 9b18e9b68314: Pull complete [2023-03-10T11:10:53.433Z] 1def92ead452: Verifying Checksum [2023-03-10T11:10:53.433Z] 1def92ead452: Download complete [2023-03-10T11:11:01.654Z] 1def92ead452: Pull complete [2023-03-10T11:11:01.654Z] Digest: sha256:3c74c28e8b16bff0b36cfc53656b3ae71c0a9fddc9bd5376ab4c3f9356b3cc6c [2023-03-10T11:11:01.654Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest [2023-03-10T11:11:01.654Z] ---> 9a9802766715 [2023-03-10T11:11:01.654Z] 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-03-10T11:11:02.247Z] ---> Running in bb653030a468 [2023-03-10T11:11:03.215Z] Connecting to iotech.jfrog.io (63.32.141.158:443) [2023-03-10T11:11:03.799Z] saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2023-03-10T11:11:03.799Z] alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2023-03-10T11:11:03.799Z] '/etc/apk/keys/alpine.dev.rsa.pub' saved [2023-03-10T11:11:04.395Z] Removing intermediate container bb653030a468 [2023-03-10T11:11:04.395Z] ---> fe0f1418f755 [2023-03-10T11:11:04.395Z] Step 4/21 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main' >> /etc/apk/repositories [2023-03-10T11:11:04.395Z] ---> Running in 85b71a7b66f7 [2023-03-10T11:11:06.351Z] Removing intermediate container 85b71a7b66f7 [2023-03-10T11:11:06.351Z] ---> 49f7bb47ccf4 [2023-03-10T11:11:06.351Z] 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.5-dev hiredis-dev [2023-03-10T11:11:06.351Z] ---> Running in f5b14e91eb61 [2023-03-10T11:11:06.933Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T11:11:07.202Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T11:11:07.786Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T11:11:08.752Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2023-03-10T11:11:08.752Z] (1/14) Installing hiredis (1.0.2-r0) [2023-03-10T11:11:08.752Z] (2/14) Installing hiredis-dev (1.0.2-r0) [2023-03-10T11:11:08.752Z] (3/14) Installing iotech-iot-1.5 (1.5.0-r0) [2023-03-10T11:11:09.341Z] (4/14) Installing iotech-iot-1.5-dev (1.5.0-r0) [2023-03-10T11:11:09.608Z] (5/14) Installing libcbor (0.9.0-r1) [2023-03-10T11:11:09.608Z] (6/14) Installing libcbor-dev (0.9.0-r1) [2023-03-10T11:11:09.608Z] (7/14) Installing ncurses-dev (6.3_p20220521-r0) [2023-03-10T11:11:09.608Z] (8/14) Installing paho-mqtt-c-dev-1.3 (1.3.12-r0) [2023-03-10T11:11:10.570Z] (9/14) Installing libblkid (2.38-r1) [2023-03-10T11:11:10.570Z] (10/14) Installing libuuid (2.38-r1) [2023-03-10T11:11:10.570Z] (11/14) Installing libfdisk (2.38-r1) [2023-03-10T11:11:10.570Z] (12/14) Installing libmount (2.38-r1) [2023-03-10T11:11:10.570Z] (13/14) Installing libsmartcols (2.38-r1) [2023-03-10T11:11:10.570Z] (14/14) Installing util-linux-dev (2.38-r1) [2023-03-10T11:11:10.570Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T11:11:10.570Z] OK: 286 MiB in 90 packages [2023-03-10T11:11:13.161Z] Removing intermediate container f5b14e91eb61 [2023-03-10T11:11:13.161Z] ---> be282568eb95 [2023-03-10T11:11:13.161Z] Step 6/21 : RUN mkdir /tmp/sdk [2023-03-10T11:11:13.161Z] ---> Running in 90962c9fe8fa [2023-03-10T11:11:14.571Z] Removing intermediate container 90962c9fe8fa [2023-03-10T11:11:14.571Z] ---> 9cb4cbb6bcd7 [2023-03-10T11:11:14.571Z] Step 7/21 : COPY VERSION /tmp/sdk [2023-03-10T11:11:14.837Z] ---> 049b1d16f88b [2023-03-10T11:11:14.837Z] Step 8/21 : COPY src /tmp/sdk/src [2023-03-10T11:11:15.794Z] ---> d701acc1aec5 [2023-03-10T11:11:15.794Z] Step 9/21 : COPY include /tmp/sdk/include [2023-03-10T11:11:16.059Z] ---> b7dd11966e93 [2023-03-10T11:11:16.059Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2023-03-10T11:11:16.324Z] ---> 118029d83787 [2023-03-10T11:11:16.324Z] Step 11/21 : COPY LICENSE /tmp/sdk [2023-03-10T11:11:16.905Z] ---> f693ff948e35 [2023-03-10T11:11:16.905Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2023-03-10T11:11:17.175Z] ---> 5cef8ba65159 [2023-03-10T11:11:17.175Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2023-03-10T11:11:17.447Z] ---> Running in 8fcf25971944 [2023-03-10T11:11:18.410Z] + CPPCHECK=false [2023-03-10T11:11:18.410Z] + DOCGEN=false [2023-03-10T11:11:18.410Z] + CMAKEOPTS='-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' [2023-03-10T11:11:18.410Z] + TOMLVER=SDK-0.2 [2023-03-10T11:11:18.410Z] + CUTILVER=1.4 [2023-03-10T11:11:18.410Z] + '[' 0 -gt 0 ] [2023-03-10T11:11:18.410Z] + readlink -f ./scripts/build.sh [2023-03-10T11:11:18.410Z] + dirname /tmp/sdk/scripts/build.sh [2023-03-10T11:11:18.410Z] + dirname /tmp/sdk/scripts [2023-03-10T11:11:18.410Z] + ROOT=/tmp/sdk [2023-03-10T11:11:18.410Z] + cd /tmp/sdk [2023-03-10T11:11:18.410Z] + '[' '!' -d deps ] [2023-03-10T11:11:18.410Z] + mkdir deps [2023-03-10T11:11:18.410Z] + + wgettar -O -C - deps https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz -z [2023-03-10T11:11:18.410Z] -x -f - [2023-03-10T11:11:18.410Z] Connecting to github.com (140.82.114.4:443) [2023-03-10T11:11:18.410Z] Connecting to codeload.github.com (140.82.113.10:443) [2023-03-10T11:11:18.677Z] writing to stdout [2023-03-10T11:11:18.677Z] - 100% |********************************| 16451 0:00:00 ETA [2023-03-10T11:11:18.677Z] written to stdout [2023-03-10T11:11:18.677Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2023-03-10T11:11:18.677Z] + mkdir -p /tmp/sdk/build/release [2023-03-10T11:11:18.677Z] + cd /tmp/sdk/build/release [2023-03-10T11:11:18.677Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2023-03-10T11:11:18.943Z] -- The C compiler identification is GNU 11.2.1 [2023-03-10T11:11:18.943Z] -- Detecting C compiler ABI info [2023-03-10T11:11:19.529Z] -- Detecting C compiler ABI info - done [2023-03-10T11:11:19.529Z] -- Check for working C compiler: /usr/bin/cc - skipped [2023-03-10T11:11:19.529Z] -- Detecting C compile features [2023-03-10T11:11:19.529Z] -- Detecting C compile features - done [2023-03-10T11:11:19.529Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2023-03-10T11:11:19.530Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.83.1") [2023-03-10T11:11:19.797Z] -- Found LIBYAML: /usr/lib/libyaml.so [2023-03-10T11:11:19.797Z] -- Found LIBUUID: /usr/lib/libuuid.so [2023-03-10T11:11:19.797Z] -- Found LIBCBOR: /usr/lib/libcbor.so [2023-03-10T11:11:19.797Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2023-03-10T11:11:19.797Z] -- Found LIBHIREDIS: /usr/lib/libhiredis.so [2023-03-10T11:11:19.797Z] -- Found IOT: /opt/iotech/iot/1.5/lib/libiot.so [2023-03-10T11:11:19.797Z] -- /opt/iotech/iot/1.5/include [2023-03-10T11:11:19.797Z] -- C SDK 2.3.1-dev.5 for Linux [2023-03-10T11:11:19.797Z] -- Performing Test CSDK_HAVE_ATOMIC [2023-03-10T11:11:20.124Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2023-03-10T11:11:20.124Z] -- Found Curses: /usr/lib/libcurses.so [2023-03-10T11:11:20.399Z] -- Configuring done [2023-03-10T11:11:20.678Z] -- Generating done [2023-03-10T11:11:20.678Z] -- Build files have been written to: /tmp/sdk/build/release [2023-03-10T11:11:20.678Z] + make all package [2023-03-10T11:11:20.678Z] + tee release.log [2023-03-10T11:11:20.950Z] [ 2%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2023-03-10T11:11:21.928Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o [2023-03-10T11:11:22.885Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/bus-redstr.c.o [2023-03-10T11:11:23.466Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/bus.c.o [2023-03-10T11:11:24.424Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2023-03-10T11:11:25.380Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2023-03-10T11:11:28.718Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2023-03-10T11:11:29.682Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2023-03-10T11:11:29.952Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2023-03-10T11:11:31.362Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2023-03-10T11:11:33.933Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2023-03-10T11:11:34.199Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2023-03-10T11:11:35.607Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2023-03-10T11:11:36.188Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2023-03-10T11:11:36.769Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2023-03-10T11:11:37.351Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2023-03-10T11:11:41.598Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2023-03-10T11:11:41.598Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2023-03-10T11:11:42.181Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2023-03-10T11:11:43.585Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2023-03-10T11:11:50.218Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2023-03-10T11:11:50.218Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2023-03-10T11:11:50.803Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2023-03-10T11:11:51.385Z] [ 48%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2023-03-10T11:11:53.321Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2023-03-10T11:11:55.909Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2023-03-10T11:11:56.493Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2023-03-10T11:11:57.450Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2023-03-10T11:11:58.032Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2023-03-10T11:12:01.372Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2023-03-10T11:12:06.707Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2023-03-10T11:12:07.288Z] [ 64%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2023-03-10T11:12:07.870Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2023-03-10T11:12:08.452Z] [ 68%] Linking C shared library libcsdk.so [2023-03-10T11:12:08.719Z] [ 68%] Built target csdk [2023-03-10T11:12:08.719Z] [ 70%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2023-03-10T11:12:09.676Z] [ 72%] Linking C executable template [2023-03-10T11:12:09.943Z] [ 72%] Built target template [2023-03-10T11:12:10.209Z] [ 74%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2023-03-10T11:12:10.794Z] [ 76%] Linking C executable device-counter [2023-03-10T11:12:11.059Z] [ 76%] Built target device-counter [2023-03-10T11:12:11.059Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2023-03-10T11:12:12.015Z] [ 80%] Linking C executable device-random [2023-03-10T11:12:12.015Z] [ 80%] Built target device-random [2023-03-10T11:12:12.015Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2023-03-10T11:12:12.599Z] [ 84%] Linking C executable device-gyro [2023-03-10T11:12:12.865Z] [ 84%] Built target device-gyro [2023-03-10T11:12:13.131Z] [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2023-03-10T11:12:13.714Z] [ 88%] Linking C executable device-bitfields [2023-03-10T11:12:13.984Z] [ 88%] Built target device-bitfields [2023-03-10T11:12:13.984Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2023-03-10T11:12:14.947Z] [ 92%] Linking C executable template-discovery [2023-03-10T11:12:15.215Z] [ 92%] Built target template-discovery [2023-03-10T11:12:15.482Z] [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2023-03-10T11:12:16.444Z] [ 96%] Linking C executable device-file [2023-03-10T11:12:16.714Z] [ 96%] Built target device-file [2023-03-10T11:12:16.714Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2023-03-10T11:12:17.683Z] [100%] Linking C executable device-terminal [2023-03-10T11:12:18.269Z] [100%] Built target device-terminal [2023-03-10T11:12:18.269Z] Run CPack packaging tool... [2023-03-10T11:12:18.269Z] CPack: Create package using TGZ [2023-03-10T11:12:18.269Z] CPack: Install projects [2023-03-10T11:12:18.269Z] CPack: - Run preinstall target for: Csdk [2023-03-10T11:12:19.232Z] CPack: - Install project: Csdk [] [2023-03-10T11:12:19.232Z] CPack: Create package [2023-03-10T11:12:19.232Z] CPack: - package: /tmp/sdk/build/release/csdk-2.3.1-dev.5.tar.gz generated. [2023-03-10T11:12:19.232Z] + '[' false '=' true ] [2023-03-10T11:12:19.232Z] + '[' false '=' true ] [2023-03-10T11:12:19.232Z] + mkdir -p /tmp/sdk/build/debug [2023-03-10T11:12:19.232Z] + cd /tmp/sdk/build/debug [2023-03-10T11:12:19.232Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2023-03-10T11:12:19.501Z] -- The C compiler identification is GNU 11.2.1 [2023-03-10T11:12:19.501Z] -- Detecting C compiler ABI info [2023-03-10T11:12:19.770Z] -- Detecting C compiler ABI info - done [2023-03-10T11:12:19.770Z] -- Check for working C compiler: /usr/bin/cc - skipped [2023-03-10T11:12:19.770Z] -- Detecting C compile features [2023-03-10T11:12:19.770Z] -- Detecting C compile features - done [2023-03-10T11:12:19.770Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2023-03-10T11:12:20.040Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.83.1") [2023-03-10T11:12:20.040Z] -- Found LIBYAML: /usr/lib/libyaml.so [2023-03-10T11:12:20.040Z] -- Found LIBUUID: /usr/lib/libuuid.so [2023-03-10T11:12:20.040Z] -- Found LIBCBOR: /usr/lib/libcbor.so [2023-03-10T11:12:20.040Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2023-03-10T11:12:20.307Z] -- Found LIBHIREDIS: /usr/lib/libhiredis.so [2023-03-10T11:12:20.307Z] -- Found IOT: /opt/iotech/iot/1.5/lib/libiot.so [2023-03-10T11:12:20.307Z] -- /opt/iotech/iot/1.5/include [2023-03-10T11:12:20.307Z] -- C SDK 2.3.1-dev.5 for Linux [2023-03-10T11:12:20.307Z] -- Performing Test CSDK_HAVE_ATOMIC [2023-03-10T11:12:20.578Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2023-03-10T11:12:20.578Z] -- Found Curses: /usr/lib/libcurses.so [2023-03-10T11:12:20.848Z] -- Configuring done [2023-03-10T11:12:21.116Z] -- Generating done [2023-03-10T11:12:21.116Z] -- Build files have been written to: /tmp/sdk/build/debug [2023-03-10T11:12:21.116Z] + make [2023-03-10T11:12:21.116Z] + tee debug.log [2023-03-10T11:12:21.116Z] [ 2%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2023-03-10T11:12:21.699Z] [ 4%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o [2023-03-10T11:12:22.280Z] [ 6%] Building C object c/CMakeFiles/csdk.dir/bus-redstr.c.o [2023-03-10T11:12:22.548Z] [ 8%] Building C object c/CMakeFiles/csdk.dir/bus.c.o [2023-03-10T11:12:23.131Z] [ 10%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2023-03-10T11:12:23.712Z] [ 12%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2023-03-10T11:12:24.673Z] [ 14%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2023-03-10T11:12:24.939Z] [ 16%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2023-03-10T11:12:25.207Z] [ 18%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2023-03-10T11:12:25.788Z] [ 20%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2023-03-10T11:12:26.369Z] [ 22%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2023-03-10T11:12:26.954Z] [ 24%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2023-03-10T11:12:27.221Z] [ 26%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2023-03-10T11:12:27.805Z] [ 28%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2023-03-10T11:12:28.073Z] [ 30%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2023-03-10T11:12:28.656Z] [ 32%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2023-03-10T11:12:29.616Z] [ 34%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2023-03-10T11:12:29.884Z] [ 36%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2023-03-10T11:12:30.152Z] [ 38%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2023-03-10T11:12:31.109Z] [ 40%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2023-03-10T11:12:32.515Z] [ 42%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2023-03-10T11:12:32.781Z] [ 44%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2023-03-10T11:12:33.048Z] [ 46%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2023-03-10T11:12:33.631Z] [ 48%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2023-03-10T11:12:34.216Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2023-03-10T11:12:36.168Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2023-03-10T11:12:36.754Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2023-03-10T11:12:37.022Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2023-03-10T11:12:37.609Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2023-03-10T11:12:38.569Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2023-03-10T11:12:39.526Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2023-03-10T11:12:39.794Z] [ 64%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2023-03-10T11:12:40.374Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2023-03-10T11:12:40.641Z] [ 68%] Linking C shared library libcsdk.so [2023-03-10T11:12:40.908Z] [ 68%] Built target csdk [2023-03-10T11:12:40.908Z] [ 70%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2023-03-10T11:12:41.491Z] [ 72%] Linking C executable template [2023-03-10T11:12:41.759Z] [ 72%] Built target template [2023-03-10T11:12:41.759Z] [ 74%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2023-03-10T11:12:42.345Z] [ 76%] Linking C executable device-counter [2023-03-10T11:12:42.613Z] [ 76%] Built target device-counter [2023-03-10T11:12:42.613Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2023-03-10T11:12:42.881Z] [ 80%] Linking C executable device-random [2023-03-10T11:12:43.463Z] [ 80%] Built target device-random [2023-03-10T11:12:43.463Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2023-03-10T11:12:43.731Z] [ 84%] Linking C executable device-gyro [2023-03-10T11:12:44.318Z] [ 84%] Built target device-gyro [2023-03-10T11:12:44.318Z] [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2023-03-10T11:12:44.583Z] [ 88%] Linking C executable device-bitfields [2023-03-10T11:12:44.851Z] [ 88%] Built target device-bitfields [2023-03-10T11:12:44.851Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2023-03-10T11:12:45.432Z] [ 92%] Linking C executable template-discovery [2023-03-10T11:12:45.698Z] [ 92%] Built target template-discovery [2023-03-10T11:12:45.699Z] [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2023-03-10T11:12:46.281Z] [ 96%] Linking C executable device-file [2023-03-10T11:12:46.548Z] [ 96%] Built target device-file [2023-03-10T11:12:46.548Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2023-03-10T11:12:47.131Z] [100%] Linking C executable device-terminal [2023-03-10T11:12:47.399Z] [100%] Built target device-terminal [2023-03-10T11:12:47.399Z] make: Entering directory '/tmp/sdk/build/release' [2023-03-10T11:12:47.399Z] make[1]: Entering directory '/tmp/sdk/build/release' [2023-03-10T11:12:47.399Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-03-10T11:12:47.399Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-03-10T11:12:47.667Z] [ 68%] Built target csdk [2023-03-10T11:12:47.667Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-03-10T11:12:47.667Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-03-10T11:12:47.667Z] [ 72%] Built target template [2023-03-10T11:12:47.667Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-03-10T11:12:47.667Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-03-10T11:12:47.667Z] [ 76%] Built target device-counter [2023-03-10T11:12:47.667Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-03-10T11:12:47.667Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-03-10T11:12:47.667Z] [ 80%] Built target device-random [2023-03-10T11:12:47.667Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-03-10T11:12:47.667Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-03-10T11:12:47.667Z] [ 84%] Built target device-gyro [2023-03-10T11:12:47.667Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-03-10T11:12:47.667Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-03-10T11:12:47.937Z] [ 88%] Built target device-bitfields [2023-03-10T11:12:47.937Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-03-10T11:12:47.937Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-03-10T11:12:47.937Z] [ 92%] Built target template-discovery [2023-03-10T11:12:47.937Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-03-10T11:12:47.937Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-03-10T11:12:47.937Z] [ 96%] Built target device-file [2023-03-10T11:12:47.937Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-03-10T11:12:47.937Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-03-10T11:12:47.937Z] [100%] Built target device-terminal [2023-03-10T11:12:47.937Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2023-03-10T11:12:47.937Z] Install the project... [2023-03-10T11:12:47.937Z] -- Install configuration: "Release" [2023-03-10T11:12:47.937Z] -- Installing: /usr/local/lib/libcsdk.so [2023-03-10T11:12:47.937Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2023-03-10T11:12:47.937Z] -- Installing: /usr/local/include [2023-03-10T11:12:47.937Z] -- Installing: /usr/local/include/devsdk [2023-03-10T11:12:47.937Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2023-03-10T11:12:47.937Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2023-03-10T11:12:47.937Z] -- Installing: /usr/local/include/edgex [2023-03-10T11:12:47.937Z] -- Installing: /usr/local/include/edgex/rest-server.h [2023-03-10T11:12:47.937Z] -- Installing: /usr/local/include/edgex/edgex.h [2023-03-10T11:12:47.937Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2023-03-10T11:12:47.937Z] -- Installing: /usr/local/include/edgex/devices.h [2023-03-10T11:12:47.937Z] -- Installing: /usr/local/include/edgex/profiles.h [2023-03-10T11:12:47.937Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2023-03-10T11:12:47.937Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2023-03-10T11:12:47.937Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2023-03-10T11:12:48.207Z] make: Leaving directory '/tmp/sdk/build/release' [2023-03-10T11:12:49.625Z] Removing intermediate container 8fcf25971944 [2023-03-10T11:12:49.625Z] ---> 78a14bc2b474 [2023-03-10T11:12:49.625Z] Step 14/21 : FROM ${BASE} [2023-03-10T11:12:49.625Z] ---> 9a9802766715 [2023-03-10T11:12:49.625Z] Step 15/21 : LABEL maintainer="IOTech " [2023-03-10T11:12:49.625Z] ---> Running in 5db91522d0f3 [2023-03-10T11:12:49.894Z] Removing intermediate container 5db91522d0f3 [2023-03-10T11:12:49.894Z] ---> af13db41c2e3 [2023-03-10T11:12:49.894Z] 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-03-10T11:12:49.894Z] ---> Running in cea0dff47093 [2023-03-10T11:12:50.855Z] Connecting to iotech.jfrog.io (54.170.201.254:443) [2023-03-10T11:12:51.119Z] saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2023-03-10T11:12:51.119Z] alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2023-03-10T11:12:51.119Z] '/etc/apk/keys/alpine.dev.rsa.pub' saved [2023-03-10T11:12:52.077Z] Removing intermediate container cea0dff47093 [2023-03-10T11:12:52.077Z] ---> 94c01bf976d4 [2023-03-10T11:12:52.077Z] Step 17/21 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main' >> /etc/apk/repositories [2023-03-10T11:12:52.077Z] ---> Running in be8c0b5ae044 [2023-03-10T11:12:53.499Z] Removing intermediate container be8c0b5ae044 [2023-03-10T11:12:53.499Z] ---> 0c18bd9214eb [2023-03-10T11:12:53.499Z] 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-03-10T11:12:53.499Z] ---> Running in 147e724e4b78 [2023-03-10T11:12:54.461Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T11:12:54.729Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T11:12:55.314Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T11:12:55.899Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2023-03-10T11:12:55.899Z] (1/7) Installing curl (7.83.1-r6) [2023-03-10T11:12:55.899Z] (2/7) Installing hiredis (1.0.2-r0) [2023-03-10T11:12:55.899Z] (3/7) Installing hiredis-dev (1.0.2-r0) [2023-03-10T11:12:55.899Z] (4/7) Installing iotech-iot-1.4 (1.4.1-r0) [2023-03-10T11:12:56.856Z] (5/7) Installing libcbor (0.9.0-r1) [2023-03-10T11:12:56.857Z] (6/7) Installing libuuid (2.38-r1) [2023-03-10T11:12:56.857Z] (7/7) Installing paho-mqtt-c-dev-1.3 (1.3.12-r0) [2023-03-10T11:12:57.821Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T11:12:57.821Z] OK: 281 MiB in 83 packages [2023-03-10T11:12:58.787Z] Removing intermediate container 147e724e4b78 [2023-03-10T11:12:58.787Z] ---> e6ad8d95c42b [2023-03-10T11:12:58.787Z] Step 19/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2023-03-10T11:12:59.054Z] ---> bba0abef658e [2023-03-10T11:12:59.054Z] Step 20/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2023-03-10T11:12:59.637Z] ---> 0e30fb9463fd [2023-03-10T11:12:59.637Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2023-03-10T11:13:00.220Z] ---> cdfce1f58f67 [2023-03-10T11:13:00.220Z] Successfully built cdfce1f58f67 [2023-03-10T11:13:00.220Z] 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-03-10T11:13:00.614Z] + docker inspect -f . ci-base-image-arm64 [2023-03-10T11:13:00.614Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T11:13:00.818Z] prd-ubuntu20.04-docker-arm64-4c-16g-9616 does not seem to be running inside a container [2023-03-10T11:13:00.886Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/40 -v /w/workspace/device-sdk-c/40:/w/workspace/device-sdk-c/40:rw,z -v /w/workspace/device-sdk-c/40@tmp:/w/workspace/device-sdk-c/40@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 ******** ci-base-image-arm64 cat [2023-03-10T11:13:02.108Z] $ docker top 3c62184528ff92f8b699159e9b7aaef7bba8e5c8bd9fe7af92c8c8a65abecec7 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-10T11:13:02.983Z] + make test [2023-03-10T11:13:02.983Z] echo "make test" [2023-03-10T11:13:02.983Z] make test [Pipeline] } [2023-03-10T11:13:02.998Z] $ docker stop --time=1 3c62184528ff92f8b699159e9b7aaef7bba8e5c8bd9fe7af92c8c8a65abecec7 [2023-03-10T11:13:04.642Z] $ docker rm -f --volumes 3c62184528ff92f8b699159e9b7aaef7bba8e5c8bd9fe7af92c8c8a65abecec7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-10T11:13:05.167Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-10T11:13:05.490Z] + ls -al . [2023-03-10T11:13:05.490Z] total 200 [2023-03-10T11:13:05.490Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 10 11:10 . [2023-03-10T11:13:05.490Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 11:10 .. [2023-03-10T11:13:05.490Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 10 11:10 .git [2023-03-10T11:13:05.490Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 10 11:10 .github [2023-03-10T11:13:05.490Z] -rw-rw-r-- 1 jenkins jenkins 176 Mar 10 11:10 .gitignore [2023-03-10T11:13:05.490Z] -rw-rw-r-- 1 jenkins jenkins 3104 Mar 10 11:10 Attribution.txt [2023-03-10T11:13:05.490Z] -rw-rw-r-- 1 jenkins jenkins 8743 Mar 10 11:10 CHANGES [2023-03-10T11:13:05.490Z] -rw-rw-r-- 1 jenkins jenkins 108574 Mar 10 11:10 Doxyfile [2023-03-10T11:13:05.490Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 10 11:10 GOVERNANCE.md [2023-03-10T11:13:05.490Z] -rw-rw-r-- 1 jenkins jenkins 784 Mar 10 11:10 Jenkinsfile [2023-03-10T11:13:05.490Z] -rw-rw-r-- 1 jenkins jenkins 10174 Mar 10 11:10 LICENSE [2023-03-10T11:13:05.490Z] -rw-rw-r-- 1 jenkins jenkins 444 Mar 10 11:10 Makefile [2023-03-10T11:13:05.490Z] -rw-rw-r-- 1 jenkins jenkins 618 Mar 10 11:10 OWNERS.md [2023-03-10T11:13:05.490Z] -rw-rw-r-- 1 jenkins jenkins 4086 Mar 10 11:10 README.md [2023-03-10T11:13:05.490Z] -rw-rw-r-- 1 jenkins jenkins 1245 Mar 10 11:10 README.v3.md [2023-03-10T11:13:05.490Z] -rw-rw-r-- 1 jenkins jenkins 11 Mar 10 11:08 VERSION [2023-03-10T11:13:05.490Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 10 11:10 docs [2023-03-10T11:13:05.490Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 11:10 include [2023-03-10T11:13:05.490Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 10 11:10 scripts [2023-03-10T11:13:05.490Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 11:10 src [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T11:13:05.830Z] + 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=fdd904db91670bf9b9238bf17ce25b0e9b1934c2 --label arch=arm64 --label version=2.3.1-dev.5 . [2023-03-10T11:13:06.105Z] Sending build context to Docker daemon 2.845MB [2023-03-10T11:13:06.105Z] Step 1/17 : ARG BASE=alpine:3.16 [2023-03-10T11:13:06.105Z] Step 2/17 : FROM ${BASE} [2023-03-10T11:13:06.105Z] ---> cdfce1f58f67 [2023-03-10T11:13:06.105Z] Step 3/17 : LABEL maintainer="IOTech " [2023-03-10T11:13:06.371Z] ---> Running in cc77d4ebe9ed [2023-03-10T11:13:06.639Z] Removing intermediate container cc77d4ebe9ed [2023-03-10T11:13:06.639Z] ---> fc8b6b480571 [2023-03-10T11:13:06.639Z] 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-03-10T11:13:06.639Z] ---> Running in 20338f71c401 [2023-03-10T11:13:07.600Z] Connecting to iotech.jfrog.io (34.246.79.98:443) [2023-03-10T11:13:08.186Z] saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2023-03-10T11:13:08.186Z] alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2023-03-10T11:13:08.186Z] '/etc/apk/keys/alpine.dev.rsa.pub' saved [2023-03-10T11:13:08.777Z] Removing intermediate container 20338f71c401 [2023-03-10T11:13:08.777Z] ---> acbf270ca1ed [2023-03-10T11:13:08.777Z] Step 5/17 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main' >> /etc/apk/repositories [2023-03-10T11:13:08.777Z] ---> Running in 88ef76af24ef [2023-03-10T11:13:10.728Z] Removing intermediate container 88ef76af24ef [2023-03-10T11:13:10.728Z] ---> 4ef8a51f0e55 [2023-03-10T11:13:10.728Z] 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.5-dev && mkdir -p /edgex-c-sdk/build [2023-03-10T11:13:10.728Z] ---> Running in d93ad4c3c7b6 [2023-03-10T11:13:11.309Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T11:13:11.574Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T11:13:12.247Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T11:13:12.837Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2023-03-10T11:13:12.837Z] (1/9) Installing iotech-iot-1.5 (1.5.0-r0) [2023-03-10T11:13:13.425Z] (2/9) Installing iotech-iot-1.5-dev (1.5.0-r0) [2023-03-10T11:13:13.425Z] (3/9) Installing libcbor-dev (0.9.0-r1) [2023-03-10T11:13:13.425Z] (4/9) Installing ncurses-dev (6.3_p20220521-r0) [2023-03-10T11:13:13.425Z] (5/9) Installing libblkid (2.38-r1) [2023-03-10T11:13:13.425Z] (6/9) Installing libfdisk (2.38-r1) [2023-03-10T11:13:13.425Z] (7/9) Installing libmount (2.38-r1) [2023-03-10T11:13:13.703Z] (8/9) Installing libsmartcols (2.38-r1) [2023-03-10T11:13:13.703Z] (9/9) Installing util-linux-dev (2.38-r1) [2023-03-10T11:13:13.703Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T11:13:13.703Z] OK: 287 MiB in 92 packages [2023-03-10T11:13:14.700Z] Removing intermediate container d93ad4c3c7b6 [2023-03-10T11:13:14.700Z] ---> 8310cebb61f3 [2023-03-10T11:13:14.700Z] Step 7/17 : COPY VERSION /edgex-c-sdk/ [2023-03-10T11:13:15.301Z] ---> 852100fddf0b [2023-03-10T11:13:15.301Z] Step 8/17 : COPY src /edgex-c-sdk/src/ [2023-03-10T11:13:16.271Z] ---> e8b17a32da8b [2023-03-10T11:13:16.271Z] Step 9/17 : COPY include /edgex-c-sdk/include/ [2023-03-10T11:13:16.539Z] ---> 4abe61fe9ec7 [2023-03-10T11:13:16.539Z] Step 10/17 : COPY scripts /edgex-c-sdk/scripts [2023-03-10T11:13:17.120Z] ---> b5cc3ea13ea0 [2023-03-10T11:13:17.120Z] Step 11/17 : COPY LICENSE /edgex-c-sdk/ [2023-03-10T11:13:17.390Z] ---> 59c4563e982a [2023-03-10T11:13:17.390Z] Step 12/17 : COPY Attribution.txt /edgex-c-sdk/ [2023-03-10T11:13:17.977Z] ---> d4b44b72f977 [2023-03-10T11:13:17.977Z] Step 13/17 : WORKDIR /edgex-c-sdk [2023-03-10T11:13:17.977Z] ---> Running in c2dcab62f93a [2023-03-10T11:13:18.243Z] Removing intermediate container c2dcab62f93a [2023-03-10T11:13:18.243Z] ---> d45a027ba4d4 [2023-03-10T11:13:18.243Z] Step 14/17 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2023-03-10T11:13:18.243Z] ---> Running in a0b8d0512dcf [2023-03-10T11:13:18.830Z] Removing intermediate container a0b8d0512dcf [2023-03-10T11:13:18.830Z] ---> 75640da0da41 [2023-03-10T11:13:18.830Z] Step 15/17 : LABEL arch=arm64 [2023-03-10T11:13:18.830Z] ---> Running in d42d9a490469 [2023-03-10T11:13:19.099Z] Removing intermediate container d42d9a490469 [2023-03-10T11:13:19.099Z] ---> 35d241303187 [2023-03-10T11:13:19.099Z] Step 16/17 : LABEL git_sha=fdd904db91670bf9b9238bf17ce25b0e9b1934c2 [2023-03-10T11:13:19.099Z] ---> Running in cbac7ee876e2 [2023-03-10T11:13:19.367Z] Removing intermediate container cbac7ee876e2 [2023-03-10T11:13:19.367Z] ---> a3a8103d9782 [2023-03-10T11:13:19.367Z] Step 17/17 : LABEL version=2.3.1-dev.5 [2023-03-10T11:13:19.367Z] ---> Running in f4b821f62280 [2023-03-10T11:13:19.633Z] Removing intermediate container f4b821f62280 [2023-03-10T11:13:19.633Z] ---> 4d8f1b6fa8c4 [2023-03-10T11:13:19.633Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2023-03-10T11:13:19.899Z] Successfully built 4d8f1b6fa8c4 [2023-03-10T11:13:19.899Z] 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-03-10T11:13:20.324Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-10T11:13:20.324Z] [2023-03-10T11:13:20.324Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T11:13:20.659Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-10T11:13:20.927Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-10T11:13:20.927Z] 8998bd30e6a1: Pulling fs layer [2023-03-10T11:13:20.927Z] 04944245beec: Pulling fs layer [2023-03-10T11:13:20.927Z] 699f458cf7ca: Pulling fs layer [2023-03-10T11:13:20.927Z] 765212b225bb: Pulling fs layer [2023-03-10T11:13:20.927Z] f23df028b6ca: Pulling fs layer [2023-03-10T11:13:20.927Z] d65c8cfc05b1: Pulling fs layer [2023-03-10T11:13:20.927Z] 2437ff75d9bd: Pulling fs layer [2023-03-10T11:13:20.927Z] 2437ff75d9bd: Waiting [2023-03-10T11:13:20.927Z] f23df028b6ca: Waiting [2023-03-10T11:13:20.927Z] d65c8cfc05b1: Waiting [2023-03-10T11:13:20.927Z] 765212b225bb: Waiting [2023-03-10T11:13:20.927Z] 04944245beec: Verifying Checksum [2023-03-10T11:13:20.927Z] 04944245beec: Download complete [2023-03-10T11:13:20.927Z] 765212b225bb: Verifying Checksum [2023-03-10T11:13:20.927Z] 765212b225bb: Download complete [2023-03-10T11:13:20.927Z] f23df028b6ca: Verifying Checksum [2023-03-10T11:13:20.927Z] f23df028b6ca: Download complete [2023-03-10T11:13:20.927Z] d65c8cfc05b1: Verifying Checksum [2023-03-10T11:13:20.927Z] d65c8cfc05b1: Download complete [2023-03-10T11:13:21.195Z] 699f458cf7ca: Verifying Checksum [2023-03-10T11:13:21.195Z] 699f458cf7ca: Download complete [2023-03-10T11:13:21.468Z] 8998bd30e6a1: Verifying Checksum [2023-03-10T11:13:21.469Z] 8998bd30e6a1: Download complete [2023-03-10T11:13:24.048Z] 2437ff75d9bd: Verifying Checksum [2023-03-10T11:13:24.048Z] 2437ff75d9bd: Download complete [2023-03-10T11:13:25.457Z] 8998bd30e6a1: Pull complete [2023-03-10T11:13:26.037Z] 04944245beec: Pull complete [2023-03-10T11:13:27.448Z] 699f458cf7ca: Pull complete [2023-03-10T11:13:27.448Z] 765212b225bb: Pull complete [2023-03-10T11:13:28.031Z] f23df028b6ca: Pull complete [2023-03-10T11:13:28.299Z] d65c8cfc05b1: Pull complete [2023-03-10T11:13:43.287Z] 2437ff75d9bd: Pull complete [2023-03-10T11:13:43.287Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-10T11:13:43.287Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-10T11:13:43.287Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T11:13:43.477Z] prd-ubuntu20.04-docker-arm64-4c-16g-9616 does not seem to be running inside a container [2023-03-10T11:13:43.532Z] $ 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/40 -v /w/workspace/device-sdk-c/40:/w/workspace/device-sdk-c/40:rw,z -v /w/workspace/device-sdk-c/40@tmp:/w/workspace/device-sdk-c/40@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:arm64 cat [2023-03-10T11:13:46.056Z] $ docker top 478afd1475f6996dd3acf90f2d15b2ffa1d72e80144d933dba35ef93f2693224 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-10T11:13:46.895Z] ---> job-cost.sh [2023-03-10T11:13:46.895Z] lf-activate-venv: SKIPPING [2023-03-10T11:13:46.895Z] INFO: No Stack... [2023-03-10T11:13:47.475Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-10T11:13:48.056Z] INFO: Archiving Costs [Pipeline] sh [2023-03-10T11:13:48.694Z] + cut -d, -f6 [2023-03-10T11:13:48.694Z] + cat /w/workspace/device-sdk-c/40/archives/cost.csv [Pipeline] lock [2023-03-10T11:13:48.769Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-c-main-40-stack-cost] [2023-03-10T11:13:48.774Z] Resource [jenkins-edgexfoundry-device-sdk-c-main-40-stack-cost] did not exist. Created. [2023-03-10T11:13:48.774Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-c-main-40-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-10T11:13:49.424Z] /w/workspace/device-sdk-c/40@tmp/durable-a9b5f787/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-03-10T11:13:49.754Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-10T11:13:49.774Z] Warning: overwriting stash ‘stack-cost’ [2023-03-10T11:13:50.172Z] Stashed 1 file(s) [Pipeline] } [2023-03-10T11:13:50.180Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-c-main-40-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-10T11:13:50.192Z] $ docker stop --time=1 478afd1475f6996dd3acf90f2d15b2ffa1d72e80144d933dba35ef93f2693224 [2023-03-10T11:13:51.682Z] $ docker rm -f --volumes 478afd1475f6996dd3acf90f2d15b2ffa1d72e80144d933dba35ef93f2693224 [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-03-10T11:13:52.312Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-10T11:13:52.312Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T11:13:52.617Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-10T11:13:52.617Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T11:13:52.691Z] prd-ubuntu20.04-docker-8c-8g-9615 does not seem to be running inside a container [2023-03-10T11:13:52.735Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-10T11:13:53.056Z] $ docker top 0b8167bb2a3798716a1655a89d13f98f3358b1d349c8a127eca37b45c9243a51 -eo pid,comm [2023-03-10T11:13:53.102Z] 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-03-10T11:13:53.102Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-10T11:13:53.141Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-10T11:13:53.141Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-10T11:13:53.248Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-10T11:13:53.253Z] $ docker exec 0b8167bb2a3798716a1655a89d13f98f3358b1d349c8a127eca37b45c9243a51 ssh-agent [2023-03-10T11:13:53.354Z] SSH_AUTH_SOCK=/tmp/ssh-XPYxBzkjID2e/agent.32 [2023-03-10T11:13:53.354Z] SSH_AGENT_PID=38 [2023-03-10T11:13:53.359Z] Running ssh-add (command line suppressed) [2023-03-10T11:13:53.473Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_13510147868392256518.key (/w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_13510147868392256518.key) [2023-03-10T11:13:53.482Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-10T11:13:53.763Z] + git semver tag [2023-03-10T11:13:54.022Z] 2023-03-10 11:13:54,002 [run_tag] DEBUG tag force:False [2023-03-10T11:13:54.022Z] 2023-03-10 11:13:54,002 [check_head_tag] DEBUG check head tag [2023-03-10T11:13:54.022Z] 2023-03-10 11:13:54,003 [execute] INFO git cat-file --batch-check [2023-03-10T11:13:54.022Z] 2023-03-10 11:13:54,003 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main, universal_newlines=False, shell=None, istream=) [2023-03-10T11:13:54.022Z] 2023-03-10 11:13:54,008 [execute] INFO git cat-file --batch [2023-03-10T11:13:54.022Z] 2023-03-10 11:13:54,008 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main, universal_newlines=False, shell=None, istream=) [2023-03-10T11:13:54.022Z] 2023-03-10 11:13:54,023 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2023-03-10T11:13:54.022Z] 2023-03-10 11:13:54,023 [execute] INFO git tag -a v2.3.1-dev.5 -m v2.3.1-dev.5 [2023-03-10T11:13:54.022Z] 2023-03-10 11:13:54,023 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.3.1-dev.5', '-m', 'v2.3.1-dev.5'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main, universal_newlines=False, shell=None, istream=None) [2023-03-10T11:13:54.280Z] 2023-03-10 11:13:54,030 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2023-03-10T11:13:54.280Z] 2.3.1-dev.5 [Pipeline] } [2023-03-10T11:13:54.293Z] $ docker exec --env ******** --env ******** 0b8167bb2a3798716a1655a89d13f98f3358b1d349c8a127eca37b45c9243a51 ssh-agent -k [2023-03-10T11:13:54.394Z] unset SSH_AUTH_SOCK; [2023-03-10T11:13:54.395Z] unset SSH_AGENT_PID; [2023-03-10T11:13:54.395Z] echo Agent pid 38 killed; [2023-03-10T11:13:54.403Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-10T11:13:54.698Z] + git semver [Pipeline] } [2023-03-10T11:13:54.974Z] $ docker stop --time=1 0b8167bb2a3798716a1655a89d13f98f3358b1d349c8a127eca37b45c9243a51 [2023-03-10T11:13:56.236Z] $ docker rm -f --volumes 0b8167bb2a3798716a1655a89d13f98f3358b1d349c8a127eca37b45c9243a51 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T11:13:56.618Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-10T11:13:56.618Z] [2023-03-10T11:13:56.618Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T11:13:56.925Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-10T11:13:56.925Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-03-10T11:13:56.925Z] ab5ef0e58194: Pulling fs layer [2023-03-10T11:13:56.925Z] 9712f1f96733: Pulling fs layer [2023-03-10T11:13:56.925Z] 63f879dbbcfc: Pulling fs layer [2023-03-10T11:13:56.925Z] 0d9ebad4ef96: Pulling fs layer [2023-03-10T11:13:56.925Z] e9a5061849ea: Pulling fs layer [2023-03-10T11:13:56.925Z] d747dcd14b5f: Pulling fs layer [2023-03-10T11:13:56.925Z] 2de7ff778b66: Pulling fs layer [2023-03-10T11:13:56.925Z] 0d9ebad4ef96: Waiting [2023-03-10T11:13:56.925Z] d747dcd14b5f: Waiting [2023-03-10T11:13:56.925Z] 2de7ff778b66: Waiting [2023-03-10T11:13:56.925Z] e9a5061849ea: Waiting [2023-03-10T11:13:56.925Z] 9712f1f96733: Verifying Checksum [2023-03-10T11:13:56.925Z] 9712f1f96733: Download complete [2023-03-10T11:13:57.517Z] 63f879dbbcfc: Verifying Checksum [2023-03-10T11:13:57.517Z] 63f879dbbcfc: Download complete [2023-03-10T11:13:57.792Z] e9a5061849ea: Verifying Checksum [2023-03-10T11:13:57.792Z] e9a5061849ea: Download complete [2023-03-10T11:13:57.792Z] d747dcd14b5f: Verifying Checksum [2023-03-10T11:13:57.792Z] d747dcd14b5f: Download complete [2023-03-10T11:13:57.792Z] ab5ef0e58194: Verifying Checksum [2023-03-10T11:13:57.792Z] ab5ef0e58194: Download complete [2023-03-10T11:13:58.051Z] 0d9ebad4ef96: Verifying Checksum [2023-03-10T11:13:58.051Z] 0d9ebad4ef96: Download complete [2023-03-10T11:13:58.051Z] 2de7ff778b66: Verifying Checksum [2023-03-10T11:13:58.051Z] 2de7ff778b66: Download complete [2023-03-10T11:14:00.582Z] ab5ef0e58194: Pull complete [2023-03-10T11:14:00.582Z] 9712f1f96733: Pull complete [2023-03-10T11:14:01.148Z] 63f879dbbcfc: Pull complete [2023-03-10T11:14:05.333Z] 0d9ebad4ef96: Pull complete [2023-03-10T11:14:05.333Z] e9a5061849ea: Pull complete [2023-03-10T11:14:05.333Z] d747dcd14b5f: Pull complete [2023-03-10T11:14:06.268Z] 2de7ff778b66: Pull complete [2023-03-10T11:14:06.268Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-03-10T11:14:06.268Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-10T11:14:06.268Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T11:14:06.344Z] prd-ubuntu20.04-docker-8c-8g-9615 does not seem to be running inside a container [2023-03-10T11:14:06.377Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-03-10T11:14:11.110Z] $ docker top 41d3ad82e40548829075c67b3ed0b21b786bae746a0b78d2ce1b1a955ab9c805 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-03-10T11:14:11.176Z] provisioning config files... [2023-03-10T11:14:11.182Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-c_main@tmp/config11894025046804878261tmp [2023-03-10T11:14:11.192Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-c_main@tmp/config16218362016105503040tmp [2023-03-10T11:14:11.201Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-c_main@tmp/config5711254703177029518tmp [Pipeline] { [Pipeline] echo [2023-03-10T11:14:11.217Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T11:14:11.499Z] ---> sigul-configuration.sh [2023-03-10T11:14:11.499Z] gpg: directory `/root/.gnupg' created [2023-03-10T11:14:11.499Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-03-10T11:14:11.499Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-03-10T11:14:11.499Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-03-10T11:14:11.499Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-03-10T11:14:11.499Z] gpg: CAST5 encrypted data [2023-03-10T11:14:11.499Z] gpg: encrypted with 1 passphrase [2023-03-10T11:14:11.499Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-03-10T11:14:11.787Z] + mkdir /home/jenkins [2023-03-10T11:14:11.787Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-03-10T11:14:12.073Z] + 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-03-10T11:14:12.083Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T11:14:12.368Z] ---> sigul-install.sh [2023-03-10T11:14:12.368Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-03-10T11:14:12.657Z] + git tag --list [2023-03-10T11:14:12.657Z] 0.7.0 [2023-03-10T11:14:12.657Z] 0.7.1 [2023-03-10T11:14:12.657Z] 1.0.0 [2023-03-10T11:14:12.657Z] v1.0.1 [2023-03-10T11:14:12.657Z] v1.0.2 [2023-03-10T11:14:12.657Z] v1.0.3 [2023-03-10T11:14:12.657Z] v1.1.0 [2023-03-10T11:14:12.657Z] v1.1.1 [2023-03-10T11:14:12.657Z] v1.2.0 [2023-03-10T11:14:12.657Z] v1.2.1 [2023-03-10T11:14:12.657Z] v1.2.2 [2023-03-10T11:14:12.657Z] v1.3.0 [2023-03-10T11:14:12.657Z] v1.3.1 [2023-03-10T11:14:12.657Z] v2.0.0 [2023-03-10T11:14:12.657Z] v2.1.0 [2023-03-10T11:14:12.657Z] v2.2.0 [2023-03-10T11:14:12.657Z] v2.2.0-dev.1 [2023-03-10T11:14:12.657Z] v2.2.0-dev.10 [2023-03-10T11:14:12.657Z] v2.2.0-dev.11 [2023-03-10T11:14:12.657Z] v2.2.0-dev.12 [2023-03-10T11:14:12.657Z] v2.2.0-dev.13 [2023-03-10T11:14:12.657Z] v2.2.0-dev.2 [2023-03-10T11:14:12.657Z] v2.2.0-dev.3 [2023-03-10T11:14:12.657Z] v2.2.0-dev.4 [2023-03-10T11:14:12.657Z] v2.2.0-dev.5 [2023-03-10T11:14:12.657Z] v2.2.0-dev.6 [2023-03-10T11:14:12.657Z] v2.2.0-dev.7 [2023-03-10T11:14:12.657Z] v2.2.0-dev.8 [2023-03-10T11:14:12.657Z] v2.2.0-dev.9 [2023-03-10T11:14:12.657Z] v2.2.1-dev.1 [2023-03-10T11:14:12.657Z] v2.2.1-dev.2 [2023-03-10T11:14:12.657Z] v2.2.1-dev.3 [2023-03-10T11:14:12.657Z] v2.3.0 [2023-03-10T11:14:12.657Z] v2.3.1-dev.1 [2023-03-10T11:14:12.657Z] v2.3.1-dev.2 [2023-03-10T11:14:12.657Z] v2.3.1-dev.3 [2023-03-10T11:14:12.657Z] v2.3.1-dev.4 [2023-03-10T11:14:12.657Z] v2.3.1-dev.5 [Pipeline] sh [2023-03-10T11:14:12.948Z] + lftools sign git-tag v2.3.1-dev.5 [2023-03-10T11:14:13.517Z] Signing Git tag with Sigul... [2023-03-10T11:14:13.517Z] Signing v2.3.1-dev.5 [Pipeline] echo [2023-03-10T11:14:13.786Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T11:14:14.071Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-03-10T11:14:14.078Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-03-10T11:14:14.096Z] $ docker stop --time=1 41d3ad82e40548829075c67b3ed0b21b786bae746a0b78d2ce1b1a955ab9c805 [2023-03-10T11:14:15.373Z] $ docker rm -f --volumes 41d3ad82e40548829075c67b3ed0b21b786bae746a0b78d2ce1b1a955ab9c805 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-03-10T11:14:15.752Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-10T11:14:15.753Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T11:14:16.056Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-10T11:14:16.056Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T11:14:16.122Z] prd-ubuntu20.04-docker-8c-8g-9615 does not seem to be running inside a container [2023-03-10T11:14:16.156Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-10T11:14:16.490Z] $ docker top b3c3ee51ee7c8a6f571bd3c92f71b3ca79c9f194f55e0236f4c203e1f2572308 -eo pid,comm [2023-03-10T11:14:16.535Z] 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-03-10T11:14:16.535Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-10T11:14:16.574Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-10T11:14:16.574Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-10T11:14:16.693Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-10T11:14:16.699Z] $ docker exec b3c3ee51ee7c8a6f571bd3c92f71b3ca79c9f194f55e0236f4c203e1f2572308 ssh-agent [2023-03-10T11:14:16.803Z] SSH_AUTH_SOCK=/tmp/ssh-tqHcXrK9NrP8/agent.32 [2023-03-10T11:14:16.803Z] SSH_AGENT_PID=38 [2023-03-10T11:14:16.808Z] Running ssh-add (command line suppressed) [2023-03-10T11:14:16.916Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_4886622642181497291.key (/w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_4886622642181497291.key) [2023-03-10T11:14:16.928Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-10T11:14:17.214Z] + git semver bump pre [2023-03-10T11:14:17.473Z] 2023-03-10 11:14:17,390 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2023-03-10T11:14:17.473Z] 2023-03-10 11:14:17,390 [bump_version] DEBUG bumping version:2.3.1-dev.5 on axis:pre with prefix:dev [2023-03-10T11:14:17.473Z] 2023-03-10 11:14:17,390 [bump_version] DEBUG bumped version:2.3.1-dev.6 [2023-03-10T11:14:17.473Z] 2023-03-10 11:14:17,390 [write_version] DEBUG write version:2.3.1-dev.6 to path:/w/workspace/edgexfoundry_device-sdk-c_main/.semver/main with force:True [2023-03-10T11:14:17.473Z] 2023-03-10 11:14:17,390 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2023-03-10T11:14:17.473Z] 2023-03-10 11:14:17,390 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2023-03-10T11:14:17.473Z] 2023-03-10 11:14:17,392 [execute] INFO git cat-file --batch-check [2023-03-10T11:14:17.473Z] 2023-03-10 11:14:17,392 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-10T11:14:17.473Z] 2023-03-10 11:14:17,397 [execute] INFO git cat-file --batch [2023-03-10T11:14:17.473Z] 2023-03-10 11:14:17,397 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-10T11:14:17.473Z] 2023-03-10 11:14:17,401 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2023-03-10T11:14:17.473Z] 2.3.1-dev.6 [Pipeline] } [2023-03-10T11:14:17.485Z] $ docker exec --env ******** --env ******** b3c3ee51ee7c8a6f571bd3c92f71b3ca79c9f194f55e0236f4c203e1f2572308 ssh-agent -k [2023-03-10T11:14:17.590Z] unset SSH_AUTH_SOCK; [2023-03-10T11:14:17.591Z] unset SSH_AGENT_PID; [2023-03-10T11:14:17.591Z] echo Agent pid 38 killed; [2023-03-10T11:14:17.597Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-10T11:14:17.914Z] + git semver [Pipeline] } [2023-03-10T11:14:18.189Z] $ docker stop --time=1 b3c3ee51ee7c8a6f571bd3c92f71b3ca79c9f194f55e0236f4c203e1f2572308 [2023-03-10T11:14:19.452Z] $ docker rm -f --volumes b3c3ee51ee7c8a6f571bd3c92f71b3ca79c9f194f55e0236f4c203e1f2572308 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-10T11:14:19.781Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-10T11:14:19.781Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T11:14:20.081Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-10T11:14:20.081Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T11:14:20.150Z] prd-ubuntu20.04-docker-8c-8g-9615 does not seem to be running inside a container [2023-03-10T11:14:20.188Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-10T11:14:20.513Z] $ docker top e33cee558bc917f063b11906a0cf87f0e19f9c5da7b37261e73967e751f72e9c -eo pid,comm [2023-03-10T11:14:20.556Z] 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-03-10T11:14:20.556Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-10T11:14:20.594Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-10T11:14:20.594Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-10T11:14:20.714Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-10T11:14:20.719Z] $ docker exec e33cee558bc917f063b11906a0cf87f0e19f9c5da7b37261e73967e751f72e9c ssh-agent [2023-03-10T11:14:20.834Z] SSH_AUTH_SOCK=/tmp/ssh-EZozBNfc6ySd/agent.33 [2023-03-10T11:14:20.834Z] SSH_AGENT_PID=39 [2023-03-10T11:14:20.839Z] Running ssh-add (command line suppressed) [2023-03-10T11:14:20.953Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_15083797832717413660.key (/w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_15083797832717413660.key) [2023-03-10T11:14:20.972Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-10T11:14:21.262Z] + git semver push [2023-03-10T11:14:21.522Z] 2023-03-10 11:14:21,461 [run_push] DEBUG push [2023-03-10T11:14:21.522Z] 2023-03-10 11:14:21,462 [execute] INFO git cat-file --batch-check [2023-03-10T11:14:21.522Z] 2023-03-10 11:14:21,462 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-10T11:14:21.522Z] 2023-03-10 11:14:21,467 [execute] INFO git rev-list a798f25ef0593db5e2a0043ac8c98bb5c63c5f83 -- [2023-03-10T11:14:21.522Z] 2023-03-10 11:14:21,467 [execute] DEBUG Popen(['git', 'rev-list', 'a798f25ef0593db5e2a0043ac8c98bb5c63c5f83', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-10T11:14:21.522Z] 2023-03-10 11:14:21,475 [execute] INFO git fetch -v origin [2023-03-10T11:14:21.522Z] 2023-03-10 11:14:21,476 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-03-10T11:14:22.091Z] 2023-03-10 11:14:22,012 [run_push] DEBUG no remote changes detected [2023-03-10T11:14:22.091Z] 2023-03-10 11:14:22,013 [execute] INFO git push origin semver [2023-03-10T11:14:22.091Z] 2023-03-10 11:14:22,013 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-10T11:14:23.029Z] 2023-03-10 11:14:22,789 [run_push] DEBUG push all version tags [2023-03-10T11:14:23.029Z] 2023-03-10 11:14:22,789 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-03-10T11:14:23.029Z] 2023-03-10 11:14:22,790 [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-03-10T11:14:23.598Z] 2023-03-10 11:14:23,496 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2023-03-10T11:14:23.598Z] 2.3.1-dev.6 [Pipeline] } [2023-03-10T11:14:23.610Z] $ docker exec --env ******** --env ******** e33cee558bc917f063b11906a0cf87f0e19f9c5da7b37261e73967e751f72e9c ssh-agent -k [2023-03-10T11:14:23.712Z] unset SSH_AUTH_SOCK; [2023-03-10T11:14:23.712Z] unset SSH_AGENT_PID; [2023-03-10T11:14:23.712Z] echo Agent pid 39 killed; [2023-03-10T11:14:23.719Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-10T11:14:24.013Z] + git semver [Pipeline] } [2023-03-10T11:14:24.288Z] $ docker stop --time=1 e33cee558bc917f063b11906a0cf87f0e19f9c5da7b37261e73967e751f72e9c [2023-03-10T11:14:25.572Z] $ docker rm -f --volumes e33cee558bc917f063b11906a0cf87f0e19f9c5da7b37261e73967e751f72e9c [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-03-10T11:14:26.037Z] + [ -d /w/workspace/edgexfoundry_device-sdk-c_main/archives ] [2023-03-10T11:14:26.037Z] + ls -al /w/workspace/edgexfoundry_device-sdk-c_main/archives [2023-03-10T11:14:26.037Z] total 16 [2023-03-10T11:14:26.037Z] drwxr-xr-x 3 root root 4096 Mar 10 11:09 . [2023-03-10T11:14:26.037Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 10 11:14 .. [2023-03-10T11:14:26.037Z] drwxr-xr-x 2 root root 4096 Mar 10 11:09 cost [2023-03-10T11:14:26.037Z] -rw-r--r-- 1 root root 83 Mar 10 11:09 cost.csv [2023-03-10T11:14:26.037Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-c_main/archives [2023-03-10T11:14:26.037Z] + ls -al /w/workspace/edgexfoundry_device-sdk-c_main/archives [2023-03-10T11:14:26.037Z] total 16 [2023-03-10T11:14:26.037Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 10 11:09 . [2023-03-10T11:14:26.037Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 10 11:14 .. [2023-03-10T11:14:26.037Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 10 11:09 cost [2023-03-10T11:14:26.037Z] -rw-r--r-- 1 jenkins jenkins 83 Mar 10 11:09 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-03-10T11:14:26.328Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T11:14:27.192Z] ---> package-listing.sh [2023-03-10T11:14:27.192Z] ++ facter osfamily [2023-03-10T11:14:27.192Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-10T11:14:27.452Z] + OS_FAMILY=debian [2023-03-10T11:14:27.452Z] + workspace=/w/workspace/edgexfoundry_device-sdk-c_main [2023-03-10T11:14:27.452Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-10T11:14:27.452Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-10T11:14:27.452Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-10T11:14:27.452Z] + PACKAGES=/tmp/packages_start.txt [2023-03-10T11:14:27.452Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_main ']' [2023-03-10T11:14:27.452Z] + PACKAGES=/tmp/packages_end.txt [2023-03-10T11:14:27.452Z] + case "${OS_FAMILY}" in [2023-03-10T11:14:27.452Z] + dpkg -l [2023-03-10T11:14:27.452Z] + grep '^ii' [2023-03-10T11:14:27.452Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-10T11:14:27.452Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-10T11:14:27.452Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-10T11:14:27.452Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_main ']' [2023-03-10T11:14:27.452Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_main/archives/ [2023-03-10T11:14:27.452Z] + 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-03-10T11:14:27.463Z] 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-03-10T11:14:27.744Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T11:14:28.304Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-10T11:14:28.304Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T11:14:28.369Z] prd-ubuntu20.04-docker-8c-8g-9615 does not seem to be running inside a container [2023-03-10T11:14:28.404Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-10T11:14:28.622Z] $ docker top 30cbf7d35c18273c5a27ac691e5ea07c1bfde386cabb240942c1989c35cb10e7 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-10T11:14:28.960Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-10T11:14:29.245Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-10T11:14:29.528Z] + ls /var/log/sa-host [2023-03-10T11:14:29.529Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-10T11:14:29.666Z] provisioning config files... [2023-03-10T11:14:29.674Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_main@tmp/config9428522861172288783tmp [Pipeline] { [Pipeline] echo [2023-03-10T11:14:29.688Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T11:14:29.967Z] ---> create-netrc.sh [Pipeline] } [2023-03-10T11:14:29.973Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-10T11:14:30.289Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-10T11:14:30.297Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T11:14:30.578Z] ---> sudo-logs.sh [2023-03-10T11:14:30.578Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-10T11:14:30.609Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T11:14:30.890Z] ---> job-cost.sh [2023-03-10T11:14:30.890Z] lf-activate-venv: SKIPPING [2023-03-10T11:14:30.890Z] DEBUG: total: 0.2199999988079071 [2023-03-10T11:14:30.890Z] INFO: Retrieving Stack Cost... [2023-03-10T11:14:31.149Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-10T11:14:31.408Z] INFO: Archiving Costs [Pipeline] echo [2023-03-10T11:14:31.420Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T11:14:31.700Z] ---> logs-deploy.sh [2023-03-10T11:14:31.700Z] lf-activate-venv: SKIPPING [2023-03-10T11:14:31.700Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/main/40 [2023-03-10T11:14:31.700Z] INFO: archiving workspace using pattern(s): [2023-03-10T11:14:32.640Z] Archives upload complete. [2023-03-10T11:14:32.898Z] INFO: archiving logs to Nexus [2023-03-10T11:14:33.467Z] ---> uname -a: [2023-03-10T11:14:33.467Z] Linux prd-ubuntu20-04-docker-8c-8g-9615 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-03-10T11:14:33.467Z] [2023-03-10T11:14:33.467Z] [2023-03-10T11:14:33.467Z] ---> lscpu: [2023-03-10T11:14:33.467Z] Architecture: x86_64 [2023-03-10T11:14:33.467Z] CPU op-mode(s): 32-bit, 64-bit [2023-03-10T11:14:33.467Z] Byte Order: Little Endian [2023-03-10T11:14:33.467Z] Address sizes: 40 bits physical, 48 bits virtual [2023-03-10T11:14:33.467Z] CPU(s): 8 [2023-03-10T11:14:33.467Z] On-line CPU(s) list: 0-7 [2023-03-10T11:14:33.467Z] Thread(s) per core: 1 [2023-03-10T11:14:33.467Z] Core(s) per socket: 1 [2023-03-10T11:14:33.467Z] Socket(s): 8 [2023-03-10T11:14:33.467Z] NUMA node(s): 1 [2023-03-10T11:14:33.467Z] Vendor ID: AuthenticAMD [2023-03-10T11:14:33.467Z] CPU family: 23 [2023-03-10T11:14:33.467Z] Model: 49 [2023-03-10T11:14:33.467Z] Model name: AMD EPYC-Rome Processor [2023-03-10T11:14:33.467Z] Stepping: 0 [2023-03-10T11:14:33.467Z] CPU MHz: 2799.998 [2023-03-10T11:14:33.467Z] BogoMIPS: 5599.99 [2023-03-10T11:14:33.467Z] Virtualization: AMD-V [2023-03-10T11:14:33.467Z] Hypervisor vendor: KVM [2023-03-10T11:14:33.467Z] Virtualization type: full [2023-03-10T11:14:33.467Z] L1d cache: 256 KiB [2023-03-10T11:14:33.467Z] L1i cache: 256 KiB [2023-03-10T11:14:33.467Z] L2 cache: 4 MiB [2023-03-10T11:14:33.467Z] L3 cache: 128 MiB [2023-03-10T11:14:33.467Z] NUMA node0 CPU(s): 0-7 [2023-03-10T11:14:33.467Z] Vulnerability Itlb multihit: Not affected [2023-03-10T11:14:33.467Z] Vulnerability L1tf: Not affected [2023-03-10T11:14:33.467Z] Vulnerability Mds: Not affected [2023-03-10T11:14:33.467Z] Vulnerability Meltdown: Not affected [2023-03-10T11:14:33.467Z] Vulnerability Mmio stale data: Not affected [2023-03-10T11:14:33.467Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-03-10T11:14:33.467Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-03-10T11:14:33.467Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-03-10T11:14:33.467Z] Vulnerability Srbds: Not affected [2023-03-10T11:14:33.467Z] Vulnerability Tsx async abort: Not affected [2023-03-10T11:14:33.467Z] 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-03-10T11:14:33.467Z] [2023-03-10T11:14:33.467Z] [2023-03-10T11:14:33.467Z] ---> nproc: [2023-03-10T11:14:33.467Z] 8 [2023-03-10T11:14:33.467Z] [2023-03-10T11:14:33.467Z] [2023-03-10T11:14:33.467Z] ---> df -h: [2023-03-10T11:14:33.467Z] Filesystem Size Used Avail Use% Mounted on [2023-03-10T11:14:33.467Z] overlay 155G 11G 145G 7% / [2023-03-10T11:14:33.467Z] tmpfs 64M 0 64M 0% /dev [2023-03-10T11:14:33.467Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-03-10T11:14:33.467Z] shm 64M 0 64M 0% /dev/shm [2023-03-10T11:14:33.467Z] /dev/vda1 155G 11G 145G 7% /facter-os [2023-03-10T11:14:33.467Z] [2023-03-10T11:14:33.467Z] [2023-03-10T11:14:33.467Z] ---> sar -b -r -n DEV: [2023-03-10T11:14:33.467Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9615) 03/10/23 _x86_64_ (8 CPU) [2023-03-10T11:14:33.467Z] [2023-03-10T11:14:33.467Z] 11:07:11 LINUX RESTART (8 CPU) [2023-03-10T11:14:33.467Z] [2023-03-10T11:14:33.467Z] 11:08:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-03-10T11:14:33.467Z] 11:09:01 93.53 0.66 92.87 0.00 48.39 14669.87 0.00 [2023-03-10T11:14:33.467Z] 11:10:01 129.28 0.23 129.05 0.00 15.46 21351.91 0.00 [2023-03-10T11:14:33.467Z] 11:11:01 2.00 0.00 2.00 0.00 0.00 2036.74 0.00 [2023-03-10T11:14:33.467Z] 11:12:01 1.97 0.00 1.97 0.00 0.00 2169.51 0.00 [2023-03-10T11:14:33.467Z] 11:13:01 52.76 10.58 42.18 0.00 5154.87 10885.25 0.00 [2023-03-10T11:14:33.467Z] 11:14:01 17.98 0.02 17.96 0.00 0.13 2597.30 0.00 [2023-03-10T11:14:33.467Z] Average: 49.46 1.92 47.55 0.00 872.08 8936.00 0.00 [2023-03-10T11:14:33.467Z] [2023-03-10T11:14:33.467Z] 11:08:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-03-10T11:14:33.467Z] 11:09:01 29582708 31556436 771172 2.35 67792 2196544 2254396 6.64 1075640 1892724 444 [2023-03-10T11:14:33.467Z] 11:10:01 29083876 31569152 732656 2.23 89756 2654384 1737004 5.12 1074020 2333540 168 [2023-03-10T11:14:33.467Z] 11:11:01 29082792 31568184 733456 2.23 89836 2654388 1737004 5.12 1075416 2333548 168 [2023-03-10T11:14:33.467Z] 11:12:01 29091120 31576480 725128 2.21 89896 2654388 1737004 5.12 1067684 2333552 12 [2023-03-10T11:14:33.467Z] 11:13:01 28561196 31552808 732892 2.23 123416 3109844 1795332 5.29 1391080 2503260 1060 [2023-03-10T11:14:33.467Z] 11:14:01 28077496 31507756 776756 2.36 128996 3517404 2056736 6.06 1445508 2907032 416412 [2023-03-10T11:14:33.467Z] Average: 28913198 31555136 745343 2.27 98282 2797825 1886246 5.56 1188225 2383943 69711 [2023-03-10T11:14:33.467Z] [2023-03-10T11:14:33.467Z] 11:08:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-03-10T11:14:33.467Z] 11:09:01 vethc51394f 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T11:14:33.467Z] 11:09:01 ens3 133.55 83.34 1892.30 29.04 0.00 0.00 0.00 0.00 [2023-03-10T11:14:33.467Z] 11:09:01 docker0 9.00 11.95 0.74 108.30 0.00 0.00 0.00 0.00 [2023-03-10T11:14:33.467Z] 11:09:01 lo 2.44 2.44 0.24 0.24 0.00 0.00 0.00 0.00 [2023-03-10T11:14:33.467Z] 11:10:01 ens3 152.12 124.23 2667.59 132.44 0.00 0.00 0.00 0.00 [2023-03-10T11:14:33.467Z] 11:10:01 docker0 8.47 13.98 0.57 123.27 0.00 0.00 0.00 0.00 [2023-03-10T11:14:33.467Z] 11:10:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 [2023-03-10T11:14:33.467Z] 11:11:01 ens3 5.47 3.45 9.94 0.42 0.00 0.00 0.00 0.00 [2023-03-10T11:14:33.467Z] 11:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T11:14:33.467Z] 11:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T11:14:33.467Z] 11:12:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T11:14:33.467Z] 11:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T11:14:33.468Z] 11:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T11:14:33.468Z] 11:13:01 ens3 163.91 89.77 2802.27 6.40 0.00 0.00 0.00 0.00 [2023-03-10T11:14:33.468Z] 11:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T11:14:33.468Z] 11:13:01 lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 [2023-03-10T11:14:33.468Z] 11:14:01 ens3 115.70 91.93 3186.71 13.13 0.00 0.00 0.00 0.00 [2023-03-10T11:14:33.468Z] 11:14:01 docker0 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T11:14:33.468Z] 11:14:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 [2023-03-10T11:14:33.468Z] Average: ens3 95.04 65.42 1759.44 30.24 0.00 0.00 0.00 0.00 [2023-03-10T11:14:33.468Z] Average: docker0 2.89 4.31 0.22 38.40 0.00 0.00 0.00 0.00 [2023-03-10T11:14:33.468Z] Average: lo 0.94 0.94 0.09 0.09 0.00 0.00 0.00 0.00 [2023-03-10T11:14:33.468Z] [2023-03-10T11:14:33.468Z] [2023-03-10T11:14:33.468Z] ---> sar -P ALL: [2023-03-10T11:14:33.468Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9615) 03/10/23 _x86_64_ (8 CPU) [2023-03-10T11:14:33.468Z] [2023-03-10T11:14:33.468Z] 11:07:11 LINUX RESTART (8 CPU) [2023-03-10T11:14:33.468Z] [2023-03-10T11:14:33.468Z] 11:08:02 CPU %user %nice %system %iowait %steal %idle [2023-03-10T11:14:33.468Z] 11:09:01 all 5.37 0.00 1.92 7.26 0.16 85.29 [2023-03-10T11:14:33.468Z] 11:09:01 0 5.01 0.00 1.77 2.55 0.20 90.46 [2023-03-10T11:14:33.468Z] 11:09:01 1 8.57 0.00 2.17 7.72 0.39 81.16 [2023-03-10T11:14:33.468Z] 11:09:01 2 7.94 0.00 1.96 3.09 0.05 86.96 [2023-03-10T11:14:33.468Z] 11:09:01 3 3.73 0.00 1.52 1.37 0.10 93.28 [2023-03-10T11:14:33.468Z] 11:09:01 4 3.45 0.00 2.05 35.47 0.12 58.92 [2023-03-10T11:14:33.468Z] 11:09:01 5 4.05 0.00 2.00 6.27 0.12 87.56 [2023-03-10T11:14:33.468Z] 11:09:01 6 5.22 0.00 1.86 0.80 0.09 92.04 [2023-03-10T11:14:33.468Z] 11:09:01 7 4.97 0.00 2.05 0.80 0.17 92.01 [2023-03-10T11:14:33.468Z] 11:10:01 all 3.68 0.00 1.78 1.30 0.10 93.14 [2023-03-10T11:14:33.468Z] 11:10:01 0 2.90 0.00 2.30 3.23 0.07 91.50 [2023-03-10T11:14:33.468Z] 11:10:01 1 3.76 0.00 1.72 0.07 0.10 94.36 [2023-03-10T11:14:33.468Z] 11:10:01 2 3.61 0.00 1.88 5.19 0.10 89.22 [2023-03-10T11:14:33.468Z] 11:10:01 3 3.44 0.00 1.34 0.05 0.08 95.09 [2023-03-10T11:14:33.468Z] 11:10:01 4 4.50 0.00 1.71 0.08 0.07 93.64 [2023-03-10T11:14:33.468Z] 11:10:01 5 3.78 0.00 1.76 0.65 0.17 93.64 [2023-03-10T11:14:33.468Z] 11:10:01 6 3.07 0.00 1.85 0.71 0.08 94.29 [2023-03-10T11:14:33.468Z] 11:10:01 7 4.39 0.00 1.70 0.45 0.10 93.36 [2023-03-10T11:14:33.468Z] 11:11:01 all 0.03 0.00 0.01 0.01 0.00 99.95 [2023-03-10T11:14:33.468Z] 11:11:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T11:14:33.468Z] 11:11:01 1 0.02 0.00 0.00 0.05 0.00 99.93 [2023-03-10T11:14:33.468Z] 11:11:01 2 0.03 0.00 0.05 0.02 0.02 99.88 [2023-03-10T11:14:33.468Z] 11:11:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-10T11:14:33.468Z] 11:11:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T11:14:33.468Z] 11:11:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T11:14:33.468Z] 11:11:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T11:14:33.468Z] 11:11:01 7 0.07 0.00 0.03 0.00 0.02 99.88 [2023-03-10T11:14:33.468Z] 11:12:01 all 0.03 0.00 0.01 0.00 0.00 99.96 [2023-03-10T11:14:33.468Z] 11:12:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T11:14:33.468Z] 11:12:01 1 0.02 0.00 0.00 0.02 0.00 99.97 [2023-03-10T11:14:33.468Z] 11:12:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2023-03-10T11:14:33.468Z] 11:12:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T11:14:33.468Z] 11:12:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2023-03-10T11:14:33.468Z] 11:12:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-10T11:14:33.468Z] 11:12:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-10T11:14:33.468Z] 11:12:01 7 0.08 0.00 0.02 0.02 0.00 99.88 [2023-03-10T11:14:33.468Z] 11:13:01 all 2.29 0.00 1.36 1.54 0.03 94.77 [2023-03-10T11:14:33.468Z] 11:13:01 0 2.97 0.00 2.00 2.56 0.03 92.43 [2023-03-10T11:14:33.468Z] 11:13:01 1 1.86 0.00 0.97 6.16 0.05 90.97 [2023-03-10T11:14:33.468Z] 11:13:01 2 1.90 0.00 1.10 0.08 0.03 96.88 [2023-03-10T11:14:33.468Z] 11:13:01 3 2.52 0.00 1.57 1.67 0.03 94.21 [2023-03-10T11:14:33.468Z] 11:13:01 4 2.07 0.00 1.40 0.90 0.02 95.60 [2023-03-10T11:14:33.468Z] 11:13:01 5 2.65 0.00 1.92 0.15 0.02 95.27 [2023-03-10T11:14:33.468Z] 11:13:01 6 2.71 0.00 0.80 0.08 0.03 96.38 [2023-03-10T11:14:33.468Z] 11:13:01 7 1.66 0.00 1.14 0.77 0.03 96.40 [2023-03-10T11:14:33.468Z] 11:14:01 all 2.22 0.00 0.88 0.06 0.03 96.81 [2023-03-10T11:14:33.468Z] 11:14:01 0 2.50 0.00 1.14 0.07 0.03 96.26 [2023-03-10T11:14:33.468Z] 11:14:01 1 1.49 0.00 0.82 0.23 0.02 97.44 [2023-03-10T11:14:33.468Z] 11:14:01 2 2.17 0.00 0.67 0.00 0.10 97.07 [2023-03-10T11:14:33.468Z] 11:14:01 3 2.17 0.00 0.90 0.03 0.02 96.88 [2023-03-10T11:14:33.468Z] 11:14:01 4 2.09 0.00 0.77 0.02 0.00 97.13 [2023-03-10T11:14:33.468Z] 11:14:01 5 4.07 0.00 0.74 0.05 0.03 95.10 [2023-03-10T11:14:33.468Z] 11:14:01 6 1.45 0.00 1.04 0.02 0.02 97.47 [2023-03-10T11:14:33.468Z] 11:14:01 7 1.83 0.00 0.95 0.03 0.03 97.15 [2023-03-10T11:14:33.468Z] Average: all 2.26 0.00 0.99 1.68 0.05 95.02 [2023-03-10T11:14:33.468Z] Average: 0 2.22 0.00 1.20 1.40 0.06 95.13 [2023-03-10T11:14:33.468Z] Average: 1 2.60 0.00 0.94 2.36 0.09 94.01 [2023-03-10T11:14:33.468Z] Average: 2 2.60 0.00 0.94 1.39 0.05 95.03 [2023-03-10T11:14:33.468Z] Average: 3 1.98 0.00 0.89 0.52 0.04 96.58 [2023-03-10T11:14:33.468Z] Average: 4 2.01 0.00 0.98 5.97 0.04 90.99 [2023-03-10T11:14:33.468Z] Average: 5 2.43 0.00 1.07 1.16 0.06 95.28 [2023-03-10T11:14:33.468Z] Average: 6 2.07 0.00 0.92 0.27 0.04 96.71 [2023-03-10T11:14:33.468Z] Average: 7 2.15 0.00 0.98 0.34 0.06 96.47 [2023-03-10T11:14:33.468Z] [2023-03-10T11:14:33.468Z] [2023-03-10T11:14:33.468Z]