Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 1914c58d6a3d0795f6252d19cb4287f273dbe911 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-ssh13062367426388983424.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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-ssh1925011690921676584.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 f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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-ssh4452397411285610575.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > 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-ssh7637027225598593385.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-ssh16395527264591708511.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-42965 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 > 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 Avoid second fetch Checking out Revision 1914c58d6a3d0795f6252d19cb4287f273dbe911 (main) Commit message: "refactor(device-sdk-c): fix Wmaybe-uninitialized warning (#567)" > git config core.sparsecheckout # timeout=10 > git checkout -f 1914c58d6a3d0795f6252d19cb4287f273dbe911 # timeout=10 > git rev-list --no-walk 718dd2f012f981877ce95bae7faa7ad76731e159 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-04-09T05:56:35.538Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-04-09T05:56:35.779Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-04-09T05:56:35.802Z] ========================================================= [2025-04-09T05:56:35.802Z] EdgeX Global Pipelines Version Info [2025-04-09T05:56:35.802Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-04-09T05:56:36.963Z] ------------------- [2025-04-09T05:56:36.963Z] stable info: [2025-04-09T05:56:36.963Z] ------------------- [2025-04-09T05:56:36.963Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-04-09T05:56:36.963Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-04-09T05:56:36.963Z] Message: update stable to v1.0.274 [2025-04-09T05:56:37.537Z] ------------------- [2025-04-09T05:56:37.538Z] experimental info: [2025-04-09T05:56:37.538Z] ------------------- [2025-04-09T05:56:37.538Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-04-09T05:56:37.538Z] Commit SHA: b38de6d8b49cd97423da1bd10451a7b630a827b2 [2025-04-09T05:56:37.538Z] Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-04-09T05:56:37.632Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-c-settings [Pipeline] echo [2025-04-09T05:56:37.713Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-c [Pipeline] echo [2025-04-09T05:56:37.743Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-04-09T05:56:37.776Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-04-09T05:56:37.800Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-04-09T05:56:37.825Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = scripts/Dockerfile.alpine [Pipeline] echo [2025-04-09T05:56:37.849Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = scripts/Dockerfile.alpine-base [Pipeline] echo [2025-04-09T05:56:37.867Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-04-09T05:56:37.889Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-04-09T05:56:37.915Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk [Pipeline] echo [2025-04-09T05:56:37.929Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-04-09T05:56:37.947Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-04-09T05:56:38.002Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-04-09T05:56:38.065Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2025-04-09T05:56:38.088Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-04-09T05:56:38.111Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-04-09T05:56:38.134Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-04-09T05:56:38.155Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-04-09T05:56:38.169Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-04-09T05:56:38.188Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-04-09T05:56:38.209Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1914c58d6a3d0795f6252d19cb4287f273dbe911 [Pipeline] echo [2025-04-09T05:56:38.225Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1914c58 [Pipeline] echo [2025-04-09T05:56:38.240Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-04-09T05:56:38.287Z] provisioning config files... [2025-04-09T05:56:38.312Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_main@tmp/config15621648064714701167tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-04-09T05:56:38.669Z] ---> ****-login.sh [2025-04-09T05:56:38.670Z] nexus3.edgexfoundry.org:10001 [2025-04-09T05:56:38.942Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-09T05:56:39.207Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-09T05:56:39.207Z] Configure a credential helper to remove this warning. See [2025-04-09T05:56:39.207Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-09T05:56:39.207Z] [2025-04-09T05:56:39.207Z] Login Succeeded [2025-04-09T05:56:39.207Z] nexus3.edgexfoundry.org:10002 [2025-04-09T05:56:39.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-09T05:56:39.207Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-09T05:56:39.207Z] Configure a credential helper to remove this warning. See [2025-04-09T05:56:39.207Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-09T05:56:39.207Z] [2025-04-09T05:56:39.207Z] Login Succeeded [2025-04-09T05:56:39.207Z] nexus3.edgexfoundry.org:10003 [2025-04-09T05:56:39.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-09T05:56:39.207Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-09T05:56:39.207Z] Configure a credential helper to remove this warning. See [2025-04-09T05:56:39.207Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-09T05:56:39.207Z] [2025-04-09T05:56:39.207Z] Login Succeeded [2025-04-09T05:56:39.207Z] nexus3.edgexfoundry.org:10004 [2025-04-09T05:56:39.472Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-09T05:56:39.472Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-09T05:56:39.473Z] Configure a credential helper to remove this warning. See [2025-04-09T05:56:39.473Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-09T05:56:39.473Z] [2025-04-09T05:56:39.473Z] Login Succeeded [2025-04-09T05:56:39.473Z] ****.io [2025-04-09T05:56:39.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-09T05:56:39.737Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-09T05:56:39.737Z] Configure a credential helper to remove this warning. See [2025-04-09T05:56:39.737Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-09T05:56:39.737Z] [2025-04-09T05:56:39.737Z] Login Succeeded [2025-04-09T05:56:39.737Z] ---> ****-login.sh ends [Pipeline] } [2025-04-09T05:56:39.743Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build LTS Release Image) [Pipeline] sh [2025-04-09T05:56:40.160Z] + git rev-list -1 --merges 1914c58d6a3d0795f6252d19cb4287f273dbe911~1..1914c58d6a3d0795f6252d19cb4287f273dbe911 [Pipeline] echo [2025-04-09T05:56:40.213Z] -----------> git rev-list -1 --merges 1914c58d6a3d0795f6252d19cb4287f273dbe911~1..1914c58d6a3d0795f6252d19cb4287f273dbe911 1914c58d6a3d0795f6252d19cb4287f273dbe911 [false] [Pipeline] sh [2025-04-09T05:56:40.524Z] + git log --format=format:%s -1 1914c58d6a3d0795f6252d19cb4287f273dbe911 [Pipeline] echo [2025-04-09T05:56:40.541Z] ========================================================= [2025-04-09T05:56:40.541Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-04-09T05:56:40.541Z] ========================================================= Stage "Build LTS Release Image" skipped due to when conditional [Pipeline] getContext [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) Stage "amd64" skipped due to when conditional [Pipeline] getContext [Pipeline] } Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-04-09T05:56:40.999Z] + git rev-list -1 --merges 1914c58d6a3d0795f6252d19cb4287f273dbe911~1..1914c58d6a3d0795f6252d19cb4287f273dbe911 [Pipeline] echo [2025-04-09T05:56:41.012Z] -----------> git rev-list -1 --merges 1914c58d6a3d0795f6252d19cb4287f273dbe911~1..1914c58d6a3d0795f6252d19cb4287f273dbe911 1914c58d6a3d0795f6252d19cb4287f273dbe911 [false] [Pipeline] sh [2025-04-09T05:56:41.307Z] + git log --format=format:%s -1 1914c58d6a3d0795f6252d19cb4287f273dbe911 [Pipeline] echo [2025-04-09T05:56:41.326Z] ========================================================= [2025-04-09T05:56:41.326Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-04-09T05:56:41.326Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-04-09T05:56:41.787Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-04-09T05:56:41.787Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-04-09T05:56:41.787Z] + [ -e /tmp/ssh_known_hosts ] [2025-04-09T05:56:41.787Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-04-09T05:56:41.787Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-04-09T05:56:41.787Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-04-09T05:56:41.787Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-09T05:56:42.340Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-04-09T05:56:42.340Z] [2025-04-09T05:56:42.340Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-09T05:56:42.680Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-04-09T05:56:42.680Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-04-09T05:56:42.680Z] b85a868b505f: Pulling fs layer [2025-04-09T05:56:42.680Z] e2be974225ed: Pulling fs layer [2025-04-09T05:56:42.680Z] 339a4e72a1f5: Pulling fs layer [2025-04-09T05:56:42.680Z] 988bab9f4d93: Pulling fs layer [2025-04-09T05:56:42.680Z] 1469e6f7b9e6: Pulling fs layer [2025-04-09T05:56:42.680Z] eaf3925da568: Pulling fs layer [2025-04-09T05:56:42.680Z] bab4dde63d76: Pulling fs layer [2025-04-09T05:56:42.680Z] 988bab9f4d93: Waiting [2025-04-09T05:56:42.680Z] eaf3925da568: Waiting [2025-04-09T05:56:42.680Z] 1469e6f7b9e6: Waiting [2025-04-09T05:56:42.680Z] bab4dde63d76: Waiting [2025-04-09T05:56:42.680Z] bde34c3a00c8: Pulling fs layer [2025-04-09T05:56:42.680Z] b352a97aabf1: Pulling fs layer [2025-04-09T05:56:42.680Z] 4872d77fe225: Pulling fs layer [2025-04-09T05:56:42.680Z] 5851b861e8e6: Pulling fs layer [2025-04-09T05:56:42.680Z] b352a97aabf1: Waiting [2025-04-09T05:56:42.680Z] bde34c3a00c8: Waiting [2025-04-09T05:56:42.680Z] 4872d77fe225: Waiting [2025-04-09T05:56:42.680Z] 5851b861e8e6: Waiting [2025-04-09T05:56:42.680Z] e2be974225ed: Verifying Checksum [2025-04-09T05:56:42.680Z] e2be974225ed: Download complete [2025-04-09T05:56:42.680Z] 988bab9f4d93: Download complete [2025-04-09T05:56:42.680Z] 1469e6f7b9e6: Verifying Checksum [2025-04-09T05:56:42.680Z] 1469e6f7b9e6: Download complete [2025-04-09T05:56:42.680Z] 339a4e72a1f5: Verifying Checksum [2025-04-09T05:56:42.680Z] 339a4e72a1f5: Download complete [2025-04-09T05:56:42.942Z] eaf3925da568: Verifying Checksum [2025-04-09T05:56:42.942Z] eaf3925da568: Download complete [2025-04-09T05:56:42.942Z] bde34c3a00c8: Download complete [2025-04-09T05:56:42.942Z] b352a97aabf1: Verifying Checksum [2025-04-09T05:56:42.942Z] b352a97aabf1: Download complete [2025-04-09T05:56:42.942Z] 4872d77fe225: Verifying Checksum [2025-04-09T05:56:42.942Z] 4872d77fe225: Download complete [2025-04-09T05:56:42.942Z] 5851b861e8e6: Verifying Checksum [2025-04-09T05:56:42.942Z] 5851b861e8e6: Download complete [2025-04-09T05:56:42.942Z] b85a868b505f: Verifying Checksum [2025-04-09T05:56:42.942Z] b85a868b505f: Download complete [2025-04-09T05:56:43.208Z] bab4dde63d76: Verifying Checksum [2025-04-09T05:56:43.208Z] bab4dde63d76: Download complete [2025-04-09T05:56:44.147Z] b85a868b505f: Pull complete [2025-04-09T05:56:44.147Z] e2be974225ed: Pull complete [2025-04-09T05:56:44.720Z] 339a4e72a1f5: Pull complete [2025-04-09T05:56:44.720Z] 988bab9f4d93: Pull complete [2025-04-09T05:56:44.980Z] 1469e6f7b9e6: Pull complete [2025-04-09T05:56:45.241Z] eaf3925da568: Pull complete [2025-04-09T05:56:47.151Z] bab4dde63d76: Pull complete [2025-04-09T05:56:47.152Z] bde34c3a00c8: Pull complete [2025-04-09T05:56:47.152Z] b352a97aabf1: Pull complete [2025-04-09T05:56:47.152Z] 4872d77fe225: Pull complete [2025-04-09T05:56:47.152Z] 5851b861e8e6: Pull complete [2025-04-09T05:56:47.152Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2025-04-09T05:56:47.152Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-04-09T05:56:47.152Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-09T05:56:47.337Z] prd-ubuntu20.04-docker-8c-8g-42965 does not seem to be running inside a container [2025-04-09T05:56:47.376Z] $ 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 [2025-04-09T05:56:48.603Z] $ docker top 60d94fbc2fd9c7e1c295f37d408ee517d784e9577d81ad23fcd70543ae108394 -eo pid,comm [2025-04-09T05:56:48.661Z] 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). [2025-04-09T05:56:48.662Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-04-09T05:56:48.719Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-04-09T05:56:48.719Z] [ssh-agent] Looking for ssh-agent implementation... [2025-04-09T05:56:48.848Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-04-09T05:56:48.850Z] $ docker exec 60d94fbc2fd9c7e1c295f37d408ee517d784e9577d81ad23fcd70543ae108394 ssh-agent [2025-04-09T05:56:48.973Z] SSH_AUTH_SOCK=/tmp/ssh-rSIE7raLNj6G/agent.31 [2025-04-09T05:56:48.973Z] SSH_AGENT_PID=36 [2025-04-09T05:56:48.978Z] Running ssh-add (command line suppressed) [2025-04-09T05:56:49.074Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_11217704436530450178.key (/w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_11217704436530450178.key) [2025-04-09T05:56:49.086Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-04-09T05:56:49.392Z] + git tag --points-at HEAD [Pipeline] } [2025-04-09T05:56:49.403Z] $ docker exec --env ******** --env ******** 60d94fbc2fd9c7e1c295f37d408ee517d784e9577d81ad23fcd70543ae108394 ssh-agent -k [2025-04-09T05:56:49.506Z] unset SSH_AUTH_SOCK; [2025-04-09T05:56:49.507Z] unset SSH_AGENT_PID; [2025-04-09T05:56:49.507Z] echo Agent pid 36 killed; [2025-04-09T05:56:49.522Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-04-09T05:56:49.567Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-04-09T05:56:49.567Z] [ssh-agent] Looking for ssh-agent implementation... [2025-04-09T05:56:49.687Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-04-09T05:56:49.688Z] $ docker exec 60d94fbc2fd9c7e1c295f37d408ee517d784e9577d81ad23fcd70543ae108394 ssh-agent [2025-04-09T05:56:49.799Z] SSH_AUTH_SOCK=/tmp/ssh-tISdb18b7QrS/agent.70 [2025-04-09T05:56:49.799Z] SSH_AGENT_PID=76 [2025-04-09T05:56:49.804Z] Running ssh-add (command line suppressed) [2025-04-09T05:56:49.901Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_6260425154791655626.key (/w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_6260425154791655626.key) [2025-04-09T05:56:49.931Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-04-09T05:56:50.239Z] + git semver init [2025-04-09T05:56:50.503Z] 2025-04-09 05:56:50,391 [run_init] DEBUG init version:0.0.0 force:False [2025-04-09T05:56:50.503Z] 2025-04-09 05:56:50,391 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-c_main/.semver [2025-04-09T05:56:50.503Z] 2025-04-09 05:56:50,392 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-c.git /w/workspace/edgexfoundry_device-sdk-c_main/.semver [2025-04-09T05:56:50.503Z] 2025-04-09 05:56:50,392 [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) [2025-04-09T05:56:51.472Z] 2025-04-09 05:56:51,138 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-c_main/.git/info/exclude [2025-04-09T05:56:51.472Z] 2025-04-09 05:56:51,139 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-c_main/.semver/main with force:False [2025-04-09T05:56:51.472Z] 2025-04-09 05:56:51,139 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2025-04-09T05:56:51.472Z] 2025-04-09 05:56:51,139 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2025-04-09T05:56:51.472Z] 4.1.0-dev.2 [Pipeline] } [2025-04-09T05:56:51.505Z] $ docker exec --env ******** --env ******** 60d94fbc2fd9c7e1c295f37d408ee517d784e9577d81ad23fcd70543ae108394 ssh-agent -k [2025-04-09T05:56:51.607Z] unset SSH_AUTH_SOCK; [2025-04-09T05:56:51.607Z] unset SSH_AGENT_PID; [2025-04-09T05:56:51.607Z] echo Agent pid 76 killed; [2025-04-09T05:56:51.618Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-04-09T05:56:51.957Z] + git semver [Pipeline] } [2025-04-09T05:56:52.236Z] $ docker stop --time=1 60d94fbc2fd9c7e1c295f37d408ee517d784e9577d81ad23fcd70543ae108394 [2025-04-09T05:56:53.506Z] $ docker rm -f --volumes 60d94fbc2fd9c7e1c295f37d408ee517d784e9577d81ad23fcd70543ae108394 [Pipeline] // withDockerContainer [Pipeline] sh [2025-04-09T05:56:53.887Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-04-09T05:56:54.159Z] Stashed 1 file(s) [Pipeline] echo [2025-04-09T05:56:54.162Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.2 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] stage [Pipeline] { (Prep) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-04-09T05:56:54.501Z] provisioning config files... [Pipeline] // stage [Pipeline] } [2025-04-09T05:56:54.511Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_main@tmp/config1899332056528740503tmp [Pipeline] // stage [Pipeline] { [Pipeline] } [Pipeline] libraryResource [Pipeline] sh [2025-04-09T05:56:54.862Z] ---> ****-login.sh [2025-04-09T05:56:54.862Z] nexus3.edgexfoundry.org:10001 [2025-04-09T05:56:54.862Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-09T05:56:54.862Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-09T05:56:54.862Z] Configure a credential helper to remove this warning. See [2025-04-09T05:56:54.862Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-09T05:56:54.862Z] [2025-04-09T05:56:54.862Z] Login Succeeded [2025-04-09T05:56:54.862Z] nexus3.edgexfoundry.org:10002 [2025-04-09T05:56:54.862Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-09T05:56:54.862Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-09T05:56:54.862Z] Configure a credential helper to remove this warning. See [2025-04-09T05:56:54.862Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-09T05:56:54.862Z] [2025-04-09T05:56:54.862Z] Login Succeeded [2025-04-09T05:56:54.862Z] nexus3.edgexfoundry.org:10003 [2025-04-09T05:56:55.125Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-09T05:56:55.126Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-09T05:56:55.126Z] Configure a credential helper to remove this warning. See [2025-04-09T05:56:55.126Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-09T05:56:55.126Z] [2025-04-09T05:56:55.126Z] Login Succeeded [2025-04-09T05:56:55.126Z] nexus3.edgexfoundry.org:10004 [2025-04-09T05:56:55.126Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-09T05:56:55.126Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-09T05:56:55.126Z] Configure a credential helper to remove this warning. See [2025-04-09T05:56:55.126Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-09T05:56:55.126Z] [2025-04-09T05:56:55.126Z] Login Succeeded [2025-04-09T05:56:55.126Z] ****.io [2025-04-09T05:56:55.389Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-09T05:56:55.389Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-09T05:56:55.389Z] Configure a credential helper to remove this warning. See [2025-04-09T05:56:55.389Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-09T05:56:55.389Z] [2025-04-09T05:56:55.389Z] Login Succeeded [2025-04-09T05:56:55.389Z] ---> ****-login.sh ends [Pipeline] } [2025-04-09T05:56:55.404Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-04-09T05:56:55.501Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-04-09T05:56:55.520Z] [prepBaseBuildImage] Generating new image with name: ci-base-image-x86_64 [Pipeline] echo [2025-04-09T05:56:55.531Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-04-09T05:56:55.562Z] ========================================================= [2025-04-09T05:56:55.563Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2025-04-09T05:56:55.563Z] ========================================================= [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-09T05:56:55.888Z] + 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 . [2025-04-09T05:56:55.888Z] Sending build context to Docker daemon 5.48MB [2025-04-09T05:56:55.888Z] Step 1/22 : ARG BASE=alpine:3.18 [2025-04-09T05:56:55.888Z] Step 2/22 : FROM ${BASE} as builder [2025-04-09T05:56:55.888Z] latest: Pulling from edgex-devops/edgex-gcc-base [2025-04-09T05:56:55.888Z] 96526aa774ef: Pulling fs layer [2025-04-09T05:56:55.888Z] da60e534fd72: Pulling fs layer [2025-04-09T05:56:56.154Z] 96526aa774ef: Verifying Checksum [2025-04-09T05:56:56.154Z] 96526aa774ef: Download complete [2025-04-09T05:56:56.154Z] 96526aa774ef: Pull complete [2025-04-09T05:56:57.111Z] da60e534fd72: Verifying Checksum [2025-04-09T05:56:57.111Z] da60e534fd72: Download complete [2025-04-09T05:57:00.664Z] da60e534fd72: Pull complete [2025-04-09T05:57:00.664Z] Digest: sha256:86f282524b252fca782185160d82ec4889448d07d1475dd6b76f2052073facff [2025-04-09T05:57:00.664Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [2025-04-09T05:57:00.664Z] ---> 6605166a5db4 [2025-04-09T05:57:00.664Z] Step 3/22 : RUN wget https://iotech.jfrog.io/artifactory/api/security/keypair/public/repositories/alpine-release -O /etc/apk/keys/alpine.dev.rsa.pub [2025-04-09T05:57:00.958Z] ---> Running in e523ced6207b [2025-04-09T05:57:01.262Z] Connecting to iotech.jfrog.io (34.247.22.236:443) [2025-04-09T05:57:01.588Z] saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2025-04-09T05:57:01.588Z] alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2025-04-09T05:57:01.588Z] '/etc/apk/keys/alpine.dev.rsa.pub' saved [2025-04-09T05:57:01.865Z] Removing intermediate container e523ced6207b [2025-04-09T05:57:01.865Z] ---> 2507ff64e4da [2025-04-09T05:57:01.865Z] Step 4/22 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.18/main' >> /etc/apk/repositories [2025-04-09T05:57:01.865Z] ---> Running in 283982f10dac [2025-04-09T05:57:02.515Z] Removing intermediate container 283982f10dac [2025-04-09T05:57:02.515Z] ---> dbdfe48b8179 [2025-04-09T05:57:02.515Z] Step 5/22 : 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 iotech-paho-mqtt-c-dev-1.3 iotech-iot-1.5-dev [2025-04-09T05:57:02.515Z] ---> Running in 38fe33526c15 [2025-04-09T05:57:02.817Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2025-04-09T05:57:02.817Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2025-04-09T05:57:03.155Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.18/main/x86_64/APKINDEX.tar.gz [2025-04-09T05:57:03.781Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2025-04-09T05:57:03.781Z] (1/15) Installing libcbor (0.10.2-r1) [2025-04-09T05:57:03.781Z] (2/15) Installing iotech-iot-1.5 (1.5.5-r2) [2025-04-09T05:57:04.435Z] (3/15) Installing iotech-iot-1.5-dev (1.5.5-r2) [2025-04-09T05:57:04.435Z] (4/15) Installing iotech-paho-mqtt-c-dev-1.3 (1.3.13-r0) [2025-04-09T05:57:04.708Z] (5/15) Installing libcbor-dev (0.10.2-r1) [2025-04-09T05:57:04.708Z] (6/15) Installing libmenuw (6.4_p20230506-r0) [2025-04-09T05:57:04.708Z] (7/15) Installing libpanelw (6.4_p20230506-r0) [2025-04-09T05:57:04.708Z] (8/15) Installing libncurses++ (6.4_p20230506-r0) [2025-04-09T05:57:04.708Z] (9/15) Installing ncurses-dev (6.4_p20230506-r0) [2025-04-09T05:57:04.708Z] (10/15) Installing libblkid (2.38.1-r8) [2025-04-09T05:57:04.708Z] (11/15) Installing libuuid (2.38.1-r8) [2025-04-09T05:57:04.708Z] (12/15) Installing libfdisk (2.38.1-r8) [2025-04-09T05:57:04.708Z] (13/15) Installing libmount (2.38.1-r8) [2025-04-09T05:57:04.708Z] (14/15) Installing libsmartcols (2.38.1-r8) [2025-04-09T05:57:04.708Z] (15/15) Installing util-linux-dev (2.38.1-r8) [2025-04-09T05:57:04.708Z] Executing busybox-1.36.1-r4.trigger [2025-04-09T05:57:04.708Z] OK: 336 MiB in 97 packages [2025-04-09T05:57:05.289Z] Removing intermediate container 38fe33526c15 [2025-04-09T05:57:05.289Z] ---> dfd15684e5e5 [2025-04-09T05:57:05.289Z] Step 6/22 : RUN mkdir /tmp/sdk [2025-04-09T05:57:05.289Z] ---> Running in 1f70a37b94bc [2025-04-09T05:57:05.868Z] Removing intermediate container 1f70a37b94bc [2025-04-09T05:57:05.868Z] ---> 126b52b124b1 [2025-04-09T05:57:05.868Z] Step 7/22 : COPY VERSION /tmp/sdk [2025-04-09T05:57:05.868Z] ---> 80dd38af6419 [2025-04-09T05:57:05.868Z] Step 8/22 : COPY src /tmp/sdk/src [2025-04-09T05:57:06.129Z] ---> 225ad1694b27 [2025-04-09T05:57:06.129Z] Step 9/22 : COPY include /tmp/sdk/include [2025-04-09T05:57:06.390Z] ---> b255a4b2f464 [2025-04-09T05:57:06.390Z] Step 10/22 : COPY scripts /tmp/sdk/scripts [2025-04-09T05:57:06.390Z] ---> c5cae0a9c1c1 [2025-04-09T05:57:06.390Z] Step 11/22 : COPY LICENSE /tmp/sdk [2025-04-09T05:57:06.654Z] ---> 83b493cf6a9f [2025-04-09T05:57:06.654Z] Step 12/22 : COPY Attribution.txt /tmp/sdk [2025-04-09T05:57:06.654Z] ---> 34642c99aea7 [2025-04-09T05:57:06.654Z] Step 13/22 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2025-04-09T05:57:06.654Z] ---> Running in 1811e61b5966 [2025-04-09T05:57:06.914Z] + CPPCHECK=false [2025-04-09T05:57:06.914Z] + DOCGEN=false [2025-04-09T05:57:06.914Z] + CMAKEOPTS='-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' [2025-04-09T05:57:06.914Z] + '[' 0 -gt 0 ] [2025-04-09T05:57:06.914Z] + readlink -f ./scripts/build.sh [2025-04-09T05:57:06.914Z] + dirname /tmp/sdk/scripts/build.sh [2025-04-09T05:57:06.914Z] + dirname /tmp/sdk/scripts [2025-04-09T05:57:06.914Z] + ROOT=/tmp/sdk [2025-04-09T05:57:06.914Z] + cd /tmp/sdk [2025-04-09T05:57:06.914Z] + mkdir -p /tmp/sdk/build/release [2025-04-09T05:57:06.914Z] + cd /tmp/sdk/build/release [2025-04-09T05:57:06.914Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2025-04-09T05:57:07.171Z] -- The C compiler identification is GNU 12.2.1 [2025-04-09T05:57:07.171Z] -- Detecting C compiler ABI info [2025-04-09T05:57:07.171Z] -- Detecting C compiler ABI info - done [2025-04-09T05:57:07.171Z] -- Check for working C compiler: /usr/bin/cc - skipped [2025-04-09T05:57:07.171Z] -- Detecting C compile features [2025-04-09T05:57:07.171Z] -- Detecting C compile features - done [2025-04-09T05:57:07.171Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2025-04-09T05:57:07.171Z] -- Found CURL: /usr/lib/libcurl.so (found version "8.4.0") [2025-04-09T05:57:07.171Z] -- Found LIBYAML: /usr/lib/libyaml.so [2025-04-09T05:57:07.171Z] -- Found LIBUUID: /usr/lib/libuuid.so [2025-04-09T05:57:07.171Z] -- Found LIBCBOR: /usr/lib/libcbor.so [2025-04-09T05:57:07.171Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2025-04-09T05:57:07.171Z] -- Found IOT: /opt/iotech/iot/1.5/lib/libiot.so [2025-04-09T05:57:07.171Z] -- /opt/iotech/iot/1.5/include [2025-04-09T05:57:07.171Z] -- C SDK 0.0.0 for Linux [2025-04-09T05:57:07.171Z] -- Performing Test CSDK_HAVE_ATOMIC [2025-04-09T05:57:07.439Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2025-04-09T05:57:07.439Z] -- Found Curses: /usr/lib/libcurses.so [2025-04-09T05:57:07.439Z] -- Configuring done (0.4s) [2025-04-09T05:57:07.439Z] -- Generating done (0.0s) [2025-04-09T05:57:07.439Z] -- Build files have been written to: /tmp/sdk/build/release [2025-04-09T05:57:07.439Z] + make all package [2025-04-09T05:57:07.439Z] + tee release.log [2025-04-09T05:57:07.439Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2025-04-09T05:57:07.704Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o [2025-04-09T05:57:07.704Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/bus.c.o [2025-04-09T05:57:07.969Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/callback3.c.o [2025-04-09T05:57:07.969Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2025-04-09T05:57:08.228Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2025-04-09T05:57:08.228Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2025-04-09T05:57:08.494Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2025-04-09T05:57:08.759Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2025-04-09T05:57:08.759Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2025-04-09T05:57:09.039Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2025-04-09T05:57:09.039Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2025-04-09T05:57:09.320Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/dto-read.c.o [2025-04-09T05:57:09.320Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2025-04-09T05:57:09.320Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2025-04-09T05:57:09.902Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2025-04-09T05:57:09.902Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/keeper.c.o [2025-04-09T05:57:09.902Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2025-04-09T05:57:10.173Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2025-04-09T05:57:10.433Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/opstate.c.o [2025-04-09T05:57:10.433Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2025-04-09T05:57:11.408Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2025-04-09T05:57:11.408Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2025-04-09T05:57:11.678Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2025-04-09T05:57:11.678Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o [2025-04-09T05:57:11.678Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2025-04-09T05:57:11.954Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2025-04-09T05:57:12.223Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2025-04-09T05:57:12.223Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2025-04-09T05:57:12.493Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2025-04-09T05:57:12.493Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2025-04-09T05:57:13.068Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2025-04-09T05:57:13.068Z] [ 64%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2025-04-09T05:57:13.068Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2025-04-09T05:57:13.338Z] [ 68%] Linking C shared library libcsdk.so [2025-04-09T05:57:13.338Z] [ 68%] Built target csdk [2025-04-09T05:57:13.338Z] [ 70%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2025-04-09T05:57:13.338Z] [ 72%] Linking C executable template [2025-04-09T05:57:13.606Z] [ 72%] Built target template [2025-04-09T05:57:13.606Z] [ 74%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2025-04-09T05:57:13.606Z] [ 76%] Linking C executable device-counter [2025-04-09T05:57:13.606Z] [ 76%] Built target device-counter [2025-04-09T05:57:13.606Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2025-04-09T05:57:13.867Z] [ 80%] Linking C executable device-random [2025-04-09T05:57:13.867Z] [ 80%] Built target device-random [2025-04-09T05:57:13.867Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2025-04-09T05:57:13.867Z] [ 84%] Linking C executable device-gyro [2025-04-09T05:57:14.140Z] [ 84%] Built target device-gyro [2025-04-09T05:57:14.140Z] [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2025-04-09T05:57:14.140Z] [ 88%] Linking C executable device-bitfields [2025-04-09T05:57:14.140Z] [ 88%] Built target device-bitfields [2025-04-09T05:57:14.140Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2025-04-09T05:57:14.401Z] [ 92%] Linking C executable template-discovery [2025-04-09T05:57:14.401Z] [ 92%] Built target template-discovery [2025-04-09T05:57:14.401Z] [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2025-04-09T05:57:14.401Z] [ 96%] Linking C executable device-file [2025-04-09T05:57:14.665Z] [ 96%] Built target device-file [2025-04-09T05:57:14.665Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2025-04-09T05:57:14.665Z] [100%] Linking C executable device-terminal [2025-04-09T05:57:14.665Z] [100%] Built target device-terminal [2025-04-09T05:57:14.665Z] Run CPack packaging tool... [2025-04-09T05:57:14.940Z] CPack: Create package using TGZ [2025-04-09T05:57:14.940Z] CPack: Install projects [2025-04-09T05:57:14.940Z] CPack: - Run preinstall target for: Csdk [2025-04-09T05:57:14.940Z] CPack: - Install project: Csdk [] [2025-04-09T05:57:14.940Z] CPack: Create package [2025-04-09T05:57:15.201Z] CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. [2025-04-09T05:57:15.201Z] + '[' false '=' true ] [2025-04-09T05:57:15.201Z] + '[' false '=' true ] [2025-04-09T05:57:15.201Z] + mkdir -p /tmp/sdk/build/debug [2025-04-09T05:57:15.201Z] + cd /tmp/sdk/build/debug [2025-04-09T05:57:15.201Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2025-04-09T05:57:15.201Z] -- The C compiler identification is GNU 12.2.1 [2025-04-09T05:57:15.201Z] -- Detecting C compiler ABI info [2025-04-09T05:57:15.201Z] -- Detecting C compiler ABI info - done [2025-04-09T05:57:15.201Z] -- Check for working C compiler: /usr/bin/cc - skipped [2025-04-09T05:57:15.201Z] -- Detecting C compile features [2025-04-09T05:57:15.201Z] -- Detecting C compile features - done [2025-04-09T05:57:15.201Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2025-04-09T05:57:15.201Z] -- Found CURL: /usr/lib/libcurl.so (found version "8.4.0") [2025-04-09T05:57:15.201Z] -- Found LIBYAML: /usr/lib/libyaml.so [2025-04-09T05:57:15.201Z] -- Found LIBUUID: /usr/lib/libuuid.so [2025-04-09T05:57:15.201Z] -- Found LIBCBOR: /usr/lib/libcbor.so [2025-04-09T05:57:15.201Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2025-04-09T05:57:15.201Z] -- Found IOT: /opt/iotech/iot/1.5/lib/libiot.so [2025-04-09T05:57:15.201Z] -- /opt/iotech/iot/1.5/include [2025-04-09T05:57:15.201Z] -- C SDK 0.0.0 for Linux [2025-04-09T05:57:15.201Z] -- Performing Test CSDK_HAVE_ATOMIC [2025-04-09T05:57:15.468Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2025-04-09T05:57:15.468Z] -- Found Curses: /usr/lib/libcurses.so [2025-04-09T05:57:15.468Z] -- Configuring done (0.4s) [2025-04-09T05:57:15.468Z] -- Generating done (0.0s) [2025-04-09T05:57:15.468Z] -- Build files have been written to: /tmp/sdk/build/debug [2025-04-09T05:57:15.468Z] + make [2025-04-09T05:57:15.468Z] + tee debug.log [2025-04-09T05:57:15.468Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2025-04-09T05:57:15.733Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o [2025-04-09T05:57:15.733Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/bus.c.o [2025-04-09T05:57:15.733Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/callback3.c.o [2025-04-09T05:57:15.733Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2025-04-09T05:57:15.992Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2025-04-09T05:57:15.992Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2025-04-09T05:57:15.992Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2025-04-09T05:57:16.256Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2025-04-09T05:57:16.256Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2025-04-09T05:57:16.256Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2025-04-09T05:57:16.516Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2025-04-09T05:57:16.516Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/dto-read.c.o [2025-04-09T05:57:16.516Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2025-04-09T05:57:16.516Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2025-04-09T05:57:16.832Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2025-04-09T05:57:16.832Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/keeper.c.o [2025-04-09T05:57:16.832Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2025-04-09T05:57:16.832Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2025-04-09T05:57:17.104Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/opstate.c.o [2025-04-09T05:57:17.104Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2025-04-09T05:57:17.371Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2025-04-09T05:57:17.371Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2025-04-09T05:57:17.371Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2025-04-09T05:57:17.371Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o [2025-04-09T05:57:17.653Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2025-04-09T05:57:17.653Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2025-04-09T05:57:17.917Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2025-04-09T05:57:17.917Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2025-04-09T05:57:17.917Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2025-04-09T05:57:17.917Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2025-04-09T05:57:18.183Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2025-04-09T05:57:18.183Z] [ 64%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2025-04-09T05:57:18.183Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2025-04-09T05:57:18.461Z] [ 68%] Linking C shared library libcsdk.so [2025-04-09T05:57:18.461Z] [ 68%] Built target csdk [2025-04-09T05:57:18.461Z] [ 70%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2025-04-09T05:57:18.461Z] [ 72%] Linking C executable template [2025-04-09T05:57:18.461Z] [ 72%] Built target template [2025-04-09T05:57:18.461Z] [ 74%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2025-04-09T05:57:18.730Z] [ 76%] Linking C executable device-counter [2025-04-09T05:57:18.730Z] [ 76%] Built target device-counter [2025-04-09T05:57:18.730Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2025-04-09T05:57:18.730Z] [ 80%] Linking C executable device-random [2025-04-09T05:57:18.730Z] [ 80%] Built target device-random [2025-04-09T05:57:18.730Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2025-04-09T05:57:18.996Z] [ 84%] Linking C executable device-gyro [2025-04-09T05:57:18.996Z] [ 84%] Built target device-gyro [2025-04-09T05:57:18.996Z] [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2025-04-09T05:57:18.996Z] [ 88%] Linking C executable device-bitfields [2025-04-09T05:57:18.996Z] [ 88%] Built target device-bitfields [2025-04-09T05:57:19.257Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2025-04-09T05:57:19.257Z] [ 92%] Linking C executable template-discovery [2025-04-09T05:57:19.257Z] [ 92%] Built target template-discovery [2025-04-09T05:57:19.257Z] [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2025-04-09T05:57:19.257Z] [ 96%] Linking C executable device-file [2025-04-09T05:57:19.522Z] [ 96%] Built target device-file [2025-04-09T05:57:19.522Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2025-04-09T05:57:19.522Z] [100%] Linking C executable device-terminal [2025-04-09T05:57:19.522Z] [100%] Built target device-terminal [2025-04-09T05:57:19.522Z] make: Entering directory '/tmp/sdk/build/release' [2025-04-09T05:57:19.522Z] [ 68%] Built target csdk [2025-04-09T05:57:19.522Z] [ 72%] Built target template [2025-04-09T05:57:19.798Z] [ 76%] Built target device-counter [2025-04-09T05:57:19.798Z] [ 80%] Built target device-random [2025-04-09T05:57:19.798Z] [ 84%] Built target device-gyro [2025-04-09T05:57:19.798Z] [ 88%] Built target device-bitfields [2025-04-09T05:57:19.798Z] [ 92%] Built target template-discovery [2025-04-09T05:57:19.798Z] [ 96%] Built target device-file [2025-04-09T05:57:19.798Z] [100%] Built target device-terminal [2025-04-09T05:57:19.798Z] Install the project... [2025-04-09T05:57:19.798Z] -- Install configuration: "Release" [2025-04-09T05:57:19.798Z] -- Installing: /usr/local/lib/libcsdk.so [2025-04-09T05:57:19.798Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2025-04-09T05:57:19.798Z] -- Installing: /usr/local/include [2025-04-09T05:57:19.798Z] -- Installing: /usr/local/include/devsdk [2025-04-09T05:57:19.798Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2025-04-09T05:57:19.798Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2025-04-09T05:57:19.798Z] -- Installing: /usr/local/include/edgex [2025-04-09T05:57:19.798Z] -- Installing: /usr/local/include/edgex/edgex.h [2025-04-09T05:57:19.798Z] -- Installing: /usr/local/include/edgex/devices.h [2025-04-09T05:57:19.798Z] -- Installing: /usr/local/include/edgex/profiles.h [2025-04-09T05:57:19.798Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2025-04-09T05:57:19.798Z] -- Installing: /usr/local/include/edgex/rest-server.h [2025-04-09T05:57:19.798Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2025-04-09T05:57:19.798Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2025-04-09T05:57:19.798Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2025-04-09T05:57:19.798Z] make: Leaving directory '/tmp/sdk/build/release' [2025-04-09T05:57:20.369Z] Removing intermediate container 1811e61b5966 [2025-04-09T05:57:20.369Z] ---> 41039f46f6aa [2025-04-09T05:57:20.369Z] Step 14/22 : FROM ${BASE} [2025-04-09T05:57:20.369Z] ---> 6605166a5db4 [2025-04-09T05:57:20.369Z] Step 15/22 : LABEL maintainer="IOTech " [2025-04-09T05:57:20.369Z] ---> Running in 20c0da2aa5b1 [2025-04-09T05:57:20.369Z] Removing intermediate container 20c0da2aa5b1 [2025-04-09T05:57:20.369Z] ---> 2bbafd4cc4ea [2025-04-09T05:57:20.369Z] Step 16/22 : RUN wget https://iotech.jfrog.io/artifactory/api/security/keypair/public/repositories/alpine-release -O /etc/apk/keys/alpine.dev.rsa.pub [2025-04-09T05:57:20.369Z] ---> Running in a5b66f07b9af [2025-04-09T05:57:20.633Z] Connecting to iotech.jfrog.io (34.246.139.145:443) [2025-04-09T05:57:21.239Z] saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2025-04-09T05:57:21.239Z] alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2025-04-09T05:57:21.239Z] '/etc/apk/keys/alpine.dev.rsa.pub' saved [2025-04-09T05:57:21.239Z] Removing intermediate container a5b66f07b9af [2025-04-09T05:57:21.239Z] ---> 32869ba2ad62 [2025-04-09T05:57:21.239Z] Step 17/22 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.18/main' >> /etc/apk/repositories [2025-04-09T05:57:21.502Z] ---> Running in 8cb77faf5c18 [2025-04-09T05:57:21.763Z] Removing intermediate container 8cb77faf5c18 [2025-04-09T05:57:21.763Z] ---> f29e10c7fb61 [2025-04-09T05:57:21.763Z] Step 18/22 : RUN apk add --update --no-cache binutils gcc libc-dev make git cmake yaml curl libmicrohttpd libuuid libcbor iotech-paho-mqtt-c-dev-1.3 iotech-iot-1.5 dumb-init [2025-04-09T05:57:21.763Z] ---> Running in 279c000ceeba [2025-04-09T05:57:22.019Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2025-04-09T05:57:22.279Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2025-04-09T05:57:22.279Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.18/main/x86_64/APKINDEX.tar.gz [2025-04-09T05:57:22.860Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2025-04-09T05:57:22.860Z] (1/11) Installing libpsl (0.21.5-r0) [2025-04-09T05:57:22.860Z] (2/11) Upgrading libcurl (8.4.0-r0 -> 8.12.1-r0) [2025-04-09T05:57:22.860Z] (3/11) Installing curl (8.12.1-r0) [2025-04-09T05:57:22.860Z] (4/11) Installing libpsl-utils (0.21.5-r0) [2025-04-09T05:57:22.860Z] (5/11) Installing libpsl-dev (0.21.5-r0) [2025-04-09T05:57:22.860Z] (6/11) Upgrading curl-dev (8.4.0-r0 -> 8.12.1-r0) [2025-04-09T05:57:22.860Z] (7/11) Installing dumb-init (1.2.5-r2) [2025-04-09T05:57:22.860Z] (8/11) Installing libcbor (0.10.2-r1) [2025-04-09T05:57:22.860Z] (9/11) Installing iotech-iot-1.5 (1.5.5-r2) [2025-04-09T05:57:23.801Z] (10/11) Installing iotech-paho-mqtt-c-dev-1.3 (1.3.13-r0) [2025-04-09T05:57:24.077Z] (11/11) Installing libuuid (2.38.1-r8) [2025-04-09T05:57:24.077Z] Executing busybox-1.36.1-r4.trigger [2025-04-09T05:57:24.077Z] OK: 331 MiB in 91 packages [2025-04-09T05:57:24.343Z] Removing intermediate container 279c000ceeba [2025-04-09T05:57:24.343Z] ---> df78ad528815 [2025-04-09T05:57:24.343Z] Step 19/22 : RUN apk --no-cache upgrade [2025-04-09T05:57:24.343Z] ---> Running in 9fed29ae6ee0 [2025-04-09T05:57:24.617Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2025-04-09T05:57:24.617Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2025-04-09T05:57:24.879Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.18/main/x86_64/APKINDEX.tar.gz [2025-04-09T05:57:25.470Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2025-04-09T05:57:25.470Z] Upgrading critical system libraries and apk-tools: [2025-04-09T05:57:25.470Z] (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2025-04-09T05:57:25.470Z] Executing busybox-1.36.1-r4.trigger [2025-04-09T05:57:25.470Z] Continuing the upgrade transaction with new apk-tools: [2025-04-09T05:57:25.470Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2025-04-09T05:57:25.470Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2025-04-09T05:57:25.734Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.18/main/x86_64/APKINDEX.tar.gz [2025-04-09T05:57:26.313Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2025-04-09T05:57:26.313Z] (1/22) Upgrading musl (1.2.4-r2 -> 1.2.4-r3) [2025-04-09T05:57:26.313Z] (2/22) Upgrading busybox (1.36.1-r4 -> 1.36.1-r7) [2025-04-09T05:57:26.313Z] Executing busybox-1.36.1-r7.post-upgrade [2025-04-09T05:57:26.313Z] (3/22) Upgrading busybox-binsh (1.36.1-r4 -> 1.36.1-r7) [2025-04-09T05:57:26.313Z] (4/22) Upgrading ca-certificates-bundle (20230506-r0 -> 20241121-r1) [2025-04-09T05:57:26.313Z] (5/22) Upgrading libcrypto3 (3.1.4-r0 -> 3.1.8-r0) [2025-04-09T05:57:26.313Z] (6/22) Upgrading libssl3 (3.1.4-r0 -> 3.1.8-r0) [2025-04-09T05:57:26.313Z] (7/22) Upgrading ssl_client (1.36.1-r4 -> 1.36.1-r7) [2025-04-09T05:57:26.313Z] (8/22) Upgrading binutils (2.40-r7 -> 2.40-r8) [2025-04-09T05:57:26.313Z] (9/22) Upgrading musl-dev (1.2.4-r2 -> 1.2.4-r3) [2025-04-09T05:57:26.313Z] (10/22) Upgrading libexpat (2.5.0-r1 -> 2.7.0-r0) [2025-04-09T05:57:26.313Z] (11/22) Upgrading xz-libs (5.4.3-r0 -> 5.4.3-r1) [2025-04-09T05:57:26.313Z] (12/22) Upgrading libarchive (3.7.2-r0 -> 3.7.9-r0) [2025-04-09T05:57:26.597Z] (13/22) Upgrading ca-certificates (20230506-r0 -> 20241121-r1) [2025-04-09T05:57:26.597Z] (14/22) Upgrading openssl-dev (3.1.4-r0 -> 3.1.8-r0) [2025-04-09T05:57:26.597Z] (15/22) Upgrading git (2.40.1-r0 -> 2.40.4-r0) [2025-04-09T05:57:26.597Z] (16/22) Upgrading musl-utils (1.2.4-r2 -> 1.2.4-r3) [2025-04-09T05:57:26.597Z] (17/22) Upgrading libtasn1 (4.19.0-r1 -> 4.20.0-r0) [2025-04-09T05:57:26.597Z] (18/22) Upgrading gnutls (3.8.0-r2 -> 3.8.4-r0) [2025-04-09T05:57:26.597Z] (19/22) Upgrading gnutls-c++ (3.8.0-r2 -> 3.8.4-r0) [2025-04-09T05:57:26.597Z] (20/22) Upgrading libtasn1-progs (4.19.0-r1 -> 4.20.0-r0) [2025-04-09T05:57:26.597Z] (21/22) Upgrading libtasn1-dev (4.19.0-r1 -> 4.20.0-r0) [2025-04-09T05:57:26.597Z] (22/22) Upgrading gnutls-dev (3.8.0-r2 -> 3.8.4-r0) [2025-04-09T05:57:26.597Z] Executing busybox-1.36.1-r7.trigger [2025-04-09T05:57:26.597Z] Executing ca-certificates-20241121-r1.trigger [2025-04-09T05:57:26.597Z] OK: 331 MiB in 91 packages [2025-04-09T05:57:27.550Z] Removing intermediate container 9fed29ae6ee0 [2025-04-09T05:57:27.550Z] ---> 27c94b1c22cf [2025-04-09T05:57:27.550Z] Step 20/22 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2025-04-09T05:57:27.550Z] ---> 33cfc8a0741f [2025-04-09T05:57:27.550Z] Step 21/22 : COPY --from=builder /usr/local/lib /usr/local/lib [2025-04-09T05:57:27.811Z] ---> a3aabe839b5a [2025-04-09T05:57:27.811Z] Step 22/22 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2025-04-09T05:57:27.811Z] ---> bc47e4f9e7be [2025-04-09T05:57:27.811Z] Successfully built bc47e4f9e7be [2025-04-09T05:57:27.811Z] 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 [2025-04-09T05:57:28.255Z] + docker inspect -f . ci-base-image-x86_64 [2025-04-09T05:57:28.255Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-09T05:57:28.352Z] prd-ubuntu20.04-docker-8c-8g-42965 does not seem to be running inside a container [2025-04-09T05:57:28.392Z] $ 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 [2025-04-09T05:57:28.741Z] $ docker top c0e424bfbc7e5bce8009f3486f339b84c838fc41601f0586f6c8b902e43f271c -eo pid,comm [Pipeline] { [Pipeline] sh [2025-04-09T05:57:29.159Z] + make test [2025-04-09T05:57:29.159Z] echo "make test" [2025-04-09T05:57:29.159Z] make test [Pipeline] } [2025-04-09T05:57:29.175Z] $ docker stop --time=1 c0e424bfbc7e5bce8009f3486f339b84c838fc41601f0586f6c8b902e43f271c [2025-04-09T05:57:30.486Z] $ docker rm -f --volumes c0e424bfbc7e5bce8009f3486f339b84c838fc41601f0586f6c8b902e43f271c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-04-09T05:57:31.279Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-04-09T05:57:31.666Z] + ls -al . [2025-04-09T05:57:31.666Z] total 220 [2025-04-09T05:57:31.666Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 9 05:56 . [2025-04-09T05:57:31.666Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 9 05:56 .. [2025-04-09T05:57:31.666Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 9 05:56 .git [2025-04-09T05:57:31.666Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 9 05:56 .github [2025-04-09T05:57:31.666Z] -rw-rw-r-- 1 jenkins jenkins 176 Apr 9 05:56 .gitignore [2025-04-09T05:57:31.666Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 9 05:56 .semver [2025-04-09T05:57:31.666Z] -rw-rw-r-- 1 jenkins jenkins 2908 Apr 9 05:56 Attribution.txt [2025-04-09T05:57:31.666Z] -rw-rw-r-- 1 jenkins jenkins 17404 Apr 9 05:56 CHANGELOG.md [2025-04-09T05:57:31.666Z] -rw-rw-r-- 1 jenkins jenkins 108574 Apr 9 05:56 Doxyfile [2025-04-09T05:57:31.666Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 9 05:56 GOVERNANCE.md [2025-04-09T05:57:31.666Z] -rw-rw-r-- 1 jenkins jenkins 784 Apr 9 05:56 Jenkinsfile [2025-04-09T05:57:31.666Z] -rw-rw-r-- 1 jenkins jenkins 10174 Apr 9 05:56 LICENSE [2025-04-09T05:57:31.666Z] -rw-rw-r-- 1 jenkins jenkins 444 Apr 9 05:56 Makefile [2025-04-09T05:57:31.666Z] -rw-rw-r-- 1 jenkins jenkins 618 Apr 9 05:56 OWNERS.md [2025-04-09T05:57:31.666Z] -rw-rw-r-- 1 jenkins jenkins 1651 Apr 9 05:56 README.IOT.md [2025-04-09T05:57:31.666Z] -rw-rw-r-- 1 jenkins jenkins 4173 Apr 9 05:56 README.md [2025-04-09T05:57:31.666Z] -rw-rw-r-- 1 jenkins jenkins 1245 Apr 9 05:56 README.v3.md [2025-04-09T05:57:31.666Z] -rw-rw-r-- 1 jenkins jenkins 11 Apr 9 05:56 VERSION [2025-04-09T05:57:31.666Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 9 05:56 docs [2025-04-09T05:57:31.666Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 9 05:56 include [2025-04-09T05:57:31.666Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 9 05:56 scripts [2025-04-09T05:57:31.666Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 9 05:56 src [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-09T05:57:32.201Z] + 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=1914c58d6a3d0795f6252d19cb4287f273dbe911 --label arch=amd64 --label version=4.1.0-dev.2 . [2025-04-09T05:57:32.201Z] Sending build context to Docker daemon 5.48MB [2025-04-09T05:57:32.201Z] Step 1/18 : ARG BASE=alpine:3.18 [2025-04-09T05:57:32.201Z] Step 2/18 : FROM ${BASE} [2025-04-09T05:57:32.201Z] ---> bc47e4f9e7be [2025-04-09T05:57:32.201Z] Step 3/18 : LABEL maintainer="IOTech " [2025-04-09T05:57:32.201Z] ---> Running in 3cc9a75c5e41 [2025-04-09T05:57:32.201Z] Removing intermediate container 3cc9a75c5e41 [2025-04-09T05:57:32.201Z] ---> df0ef9047fc8 [2025-04-09T05:57:32.201Z] Step 4/18 : RUN wget https://iotech.jfrog.io/artifactory/api/security/keypair/public/repositories/alpine-release -O /etc/apk/keys/alpine.dev.rsa.pub [2025-04-09T05:57:32.201Z] ---> Running in 9fe9a1c636fd [2025-04-09T05:57:32.460Z] Connecting to iotech.jfrog.io (34.247.22.236:443) [2025-04-09T05:57:33.066Z] saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2025-04-09T05:57:33.066Z] alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2025-04-09T05:57:33.066Z] '/etc/apk/keys/alpine.dev.rsa.pub' saved [2025-04-09T05:57:33.369Z] Removing intermediate container 9fe9a1c636fd [2025-04-09T05:57:33.369Z] ---> 6c608847a70a [2025-04-09T05:57:33.369Z] Step 5/18 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.18/main' >> /etc/apk/repositories [2025-04-09T05:57:33.369Z] ---> Running in 6c47f49d29e9 [2025-04-09T05:57:33.998Z] Removing intermediate container 6c47f49d29e9 [2025-04-09T05:57:33.998Z] ---> 052832383427 [2025-04-09T05:57:33.998Z] Step 6/18 : 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 iotech-paho-mqtt-c-dev-1.3 iotech-iot-1.5-dev dumb-init && mkdir -p /edgex-c-sdk/build [2025-04-09T05:57:33.998Z] ---> Running in 2a8b56350fd7 [2025-04-09T05:57:33.998Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2025-04-09T05:57:34.301Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2025-04-09T05:57:34.301Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.18/main/x86_64/APKINDEX.tar.gz [2025-04-09T05:57:35.025Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2025-04-09T05:57:35.026Z] (1/11) Installing iotech-iot-1.5-dev (1.5.5-r2) [2025-04-09T05:57:35.026Z] (2/11) Installing libcbor-dev (0.10.2-r1) [2025-04-09T05:57:35.026Z] (3/11) Installing libmenuw (6.4_p20230506-r0) [2025-04-09T05:57:35.026Z] (4/11) Installing libpanelw (6.4_p20230506-r0) [2025-04-09T05:57:35.026Z] (5/11) Installing libncurses++ (6.4_p20230506-r0) [2025-04-09T05:57:35.026Z] (6/11) Installing ncurses-dev (6.4_p20230506-r0) [2025-04-09T05:57:35.026Z] (7/11) Installing libblkid (2.38.1-r8) [2025-04-09T05:57:35.026Z] (8/11) Installing libfdisk (2.38.1-r8) [2025-04-09T05:57:35.026Z] (9/11) Installing libmount (2.38.1-r8) [2025-04-09T05:57:35.026Z] (10/11) Installing libsmartcols (2.38.1-r8) [2025-04-09T05:57:35.026Z] (11/11) Installing util-linux-dev (2.38.1-r8) [2025-04-09T05:57:35.026Z] Executing busybox-1.36.1-r7.trigger [2025-04-09T05:57:35.026Z] OK: 336 MiB in 102 packages [2025-04-09T05:57:35.634Z] Removing intermediate container 2a8b56350fd7 [2025-04-09T05:57:35.634Z] ---> 2bb5c29c2b6e [2025-04-09T05:57:35.634Z] Step 7/18 : RUN apk --no-cache upgrade [2025-04-09T05:57:35.634Z] ---> Running in 70b0aa518747 [2025-04-09T05:57:35.927Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2025-04-09T05:57:35.927Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2025-04-09T05:57:35.927Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.18/main/x86_64/APKINDEX.tar.gz [2025-04-09T05:57:36.552Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2025-04-09T05:57:36.552Z] OK: 336 MiB in 102 packages [2025-04-09T05:57:36.844Z] Removing intermediate container 70b0aa518747 [2025-04-09T05:57:36.844Z] ---> 3db4afd6189b [2025-04-09T05:57:36.844Z] Step 8/18 : COPY VERSION /edgex-c-sdk/ [2025-04-09T05:57:36.844Z] ---> 4a1b1cbd40a5 [2025-04-09T05:57:36.844Z] Step 9/18 : COPY src /edgex-c-sdk/src/ [2025-04-09T05:57:37.129Z] ---> 8aa9632120a2 [2025-04-09T05:57:37.129Z] Step 10/18 : COPY include /edgex-c-sdk/include/ [2025-04-09T05:57:37.129Z] ---> 5ae56656e239 [2025-04-09T05:57:37.129Z] Step 11/18 : COPY scripts /edgex-c-sdk/scripts [2025-04-09T05:57:37.419Z] ---> 6ce4089749b2 [2025-04-09T05:57:37.419Z] Step 12/18 : COPY LICENSE /edgex-c-sdk/ [2025-04-09T05:57:37.419Z] ---> 130e9995cb74 [2025-04-09T05:57:37.419Z] Step 13/18 : COPY Attribution.txt /edgex-c-sdk/ [2025-04-09T05:57:37.692Z] ---> 0f4d13caaf3d [2025-04-09T05:57:37.692Z] Step 14/18 : WORKDIR /edgex-c-sdk [2025-04-09T05:57:37.692Z] ---> Running in 3ace9cdc441c [2025-04-09T05:57:37.692Z] Removing intermediate container 3ace9cdc441c [2025-04-09T05:57:37.692Z] ---> affed0093d03 [2025-04-09T05:57:37.692Z] Step 15/18 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2025-04-09T05:57:37.692Z] ---> Running in 45043818112b [2025-04-09T05:57:37.692Z] Removing intermediate container 45043818112b [2025-04-09T05:57:37.692Z] ---> e0a10ff9dc76 [2025-04-09T05:57:37.692Z] Step 16/18 : LABEL arch=amd64 [2025-04-09T05:57:37.692Z] ---> Running in 56f69a28987c [2025-04-09T05:57:37.692Z] Removing intermediate container 56f69a28987c [2025-04-09T05:57:37.692Z] ---> 0df12921a126 [2025-04-09T05:57:37.692Z] Step 17/18 : LABEL git_sha=1914c58d6a3d0795f6252d19cb4287f273dbe911 [2025-04-09T05:57:37.986Z] ---> Running in c6b3f47332d3 [2025-04-09T05:57:37.986Z] Removing intermediate container c6b3f47332d3 [2025-04-09T05:57:37.986Z] ---> a0f1838af32d [2025-04-09T05:57:37.986Z] Step 18/18 : LABEL version=4.1.0-dev.2 [2025-04-09T05:57:37.986Z] ---> Running in 80fb0b7b8928 [2025-04-09T05:57:37.986Z] Removing intermediate container 80fb0b7b8928 [2025-04-09T05:57:37.986Z] ---> f8fab832117f [2025-04-09T05:57:37.986Z] [Warning] One or more build-args [MAKE ARCH] were not consumed [2025-04-09T05:57:37.986Z] Successfully built f8fab832117f [2025-04-09T05:57:37.986Z] 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] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-09T05:57:38.515Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-04-09T05:57:38.516Z] [2025-04-09T05:57:38.516Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-09T05:57:38.851Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-04-09T05:57:38.851Z] latest: Pulling from edgex-lftools-log-publisher [2025-04-09T05:57:38.851Z] 5eb5b503b376: Pulling fs layer [2025-04-09T05:57:38.851Z] 5c69ac0246d0: Pulling fs layer [2025-04-09T05:57:38.851Z] ec43610c2a17: Pulling fs layer [2025-04-09T05:57:38.851Z] 3a2ae6a8a46f: Pulling fs layer [2025-04-09T05:57:38.851Z] 33b1e0a273af: Pulling fs layer [2025-04-09T05:57:38.851Z] 5d3b04190fa2: Pulling fs layer [2025-04-09T05:57:38.851Z] 2f39f015ded8: Pulling fs layer [2025-04-09T05:57:38.851Z] 33b1e0a273af: Waiting [2025-04-09T05:57:38.851Z] 5d3b04190fa2: Waiting [2025-04-09T05:57:38.851Z] 2f39f015ded8: Waiting [2025-04-09T05:57:38.851Z] 3a2ae6a8a46f: Waiting [2025-04-09T05:57:38.851Z] 5c69ac0246d0: Verifying Checksum [2025-04-09T05:57:38.851Z] 5c69ac0246d0: Download complete [2025-04-09T05:57:38.851Z] 3a2ae6a8a46f: Verifying Checksum [2025-04-09T05:57:38.851Z] 3a2ae6a8a46f: Download complete [2025-04-09T05:57:38.851Z] 33b1e0a273af: Verifying Checksum [2025-04-09T05:57:38.851Z] 33b1e0a273af: Download complete [2025-04-09T05:57:38.851Z] 5d3b04190fa2: Verifying Checksum [2025-04-09T05:57:38.851Z] 5d3b04190fa2: Download complete [2025-04-09T05:57:38.851Z] ec43610c2a17: Verifying Checksum [2025-04-09T05:57:38.851Z] ec43610c2a17: Download complete [2025-04-09T05:57:39.113Z] 5eb5b503b376: Verifying Checksum [2025-04-09T05:57:39.114Z] 5eb5b503b376: Download complete [2025-04-09T05:57:39.726Z] 2f39f015ded8: Download complete [2025-04-09T05:57:40.303Z] 5eb5b503b376: Pull complete [2025-04-09T05:57:40.303Z] 5c69ac0246d0: Pull complete [2025-04-09T05:57:40.569Z] ec43610c2a17: Pull complete [2025-04-09T05:57:40.569Z] 3a2ae6a8a46f: Pull complete [2025-04-09T05:57:40.846Z] 33b1e0a273af: Pull complete [2025-04-09T05:57:41.115Z] 5d3b04190fa2: Pull complete [2025-04-09T05:57:45.337Z] 2f39f015ded8: Pull complete [2025-04-09T05:57:45.337Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-04-09T05:57:45.337Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-04-09T05:57:45.337Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-09T05:57:45.490Z] prd-ubuntu20.04-docker-8c-8g-42965 does not seem to be running inside a container [2025-04-09T05:57:45.537Z] $ 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 [2025-04-09T05:57:47.041Z] $ docker top 9cd7841ab37b19aa71a87ebe2c3232e9169b30d1860a8911ec29ac813f3f8abd -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-04-09T05:57:47.443Z] ---> job-cost.sh [2025-04-09T05:57:47.443Z] lf-activate-venv: SKIPPING [2025-04-09T05:57:47.443Z] INFO: No Stack... [2025-04-09T05:57:47.706Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-04-09T05:57:48.287Z] INFO: Archiving Costs [Pipeline] sh [2025-04-09T05:57:48.582Z] + cat /w/workspace/edgexfoundry_device-sdk-c_main/archives/cost.csv [2025-04-09T05:57:48.582Z] + cut -d, -f6 [Pipeline] lock [2025-04-09T05:57:48.595Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-sdk-c-main-102-stack-cost] [2025-04-09T05:57:48.608Z] Resource [jenkins-edgexfoundry-device-sdk-c-main-102-stack-cost] did not exist. Created. [2025-04-09T05:57:48.634Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-sdk-c-main-102-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-04-09T05:57:49.011Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-04-09T05:57:49.080Z] Stashed 1 file(s) [Pipeline] } [2025-04-09T05:57:49.087Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-sdk-c-main-102-stack-cost] [Pipeline] // lock [Pipeline] } [2025-04-09T05:57:49.134Z] $ docker stop --time=1 9cd7841ab37b19aa71a87ebe2c3232e9169b30d1860a8911ec29ac813f3f8abd [2025-04-09T05:57:50.289Z] $ docker rm -f --volumes 9cd7841ab37b19aa71a87ebe2c3232e9169b30d1860a8911ec29ac813f3f8abd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2025-04-09T05:57:51.044Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-04-09T05:57:51.044Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-09T05:57:51.363Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-04-09T05:57:51.363Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-09T05:57:51.436Z] prd-ubuntu20.04-docker-8c-8g-42965 does not seem to be running inside a container [2025-04-09T05:57:51.517Z] $ 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 [2025-04-09T05:57:51.837Z] $ docker top 3f3ca94e7b0bd9f758f117d747dd6254e31efe3306c69f3c6790518b714a4c6f -eo pid,comm [2025-04-09T05:57:51.889Z] 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). [2025-04-09T05:57:51.889Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-04-09T05:57:52.008Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-04-09T05:57:52.008Z] [ssh-agent] Looking for ssh-agent implementation... [2025-04-09T05:57:52.128Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-04-09T05:57:52.128Z] $ docker exec 3f3ca94e7b0bd9f758f117d747dd6254e31efe3306c69f3c6790518b714a4c6f ssh-agent [2025-04-09T05:57:52.236Z] SSH_AUTH_SOCK=/tmp/ssh-EvrsM21FBTqM/agent.32 [2025-04-09T05:57:52.236Z] SSH_AGENT_PID=38 [2025-04-09T05:57:52.240Z] Running ssh-add (command line suppressed) [2025-04-09T05:57:52.334Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_2429052484290120207.key (/w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_2429052484290120207.key) [2025-04-09T05:57:52.356Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-04-09T05:57:52.650Z] + git semver tag [2025-04-09T05:57:52.932Z] 2025-04-09 05:57:52,824 [run_tag] DEBUG tag force:False [2025-04-09T05:57:52.932Z] 2025-04-09 05:57:52,824 [check_head_tag] DEBUG check head tag [2025-04-09T05:57:52.932Z] 2025-04-09 05:57:52,825 [execute] INFO git cat-file --batch-check [2025-04-09T05:57:52.932Z] 2025-04-09 05:57:52,825 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main, universal_newlines=False, shell=None, istream=) [2025-04-09T05:57:52.932Z] 2025-04-09 05:57:52,828 [execute] INFO git cat-file --batch [2025-04-09T05:57:52.932Z] 2025-04-09 05:57:52,829 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main, universal_newlines=False, shell=None, istream=) [2025-04-09T05:57:52.932Z] 2025-04-09 05:57:52,840 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2025-04-09T05:57:52.932Z] 2025-04-09 05:57:52,840 [execute] INFO git tag -a v4.1.0-dev.2 -m v4.1.0-dev.2 [2025-04-09T05:57:52.932Z] 2025-04-09 05:57:52,840 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.2', '-m', 'v4.1.0-dev.2'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main, universal_newlines=False, shell=None, istream=None) [2025-04-09T05:57:52.932Z] 2025-04-09 05:57:52,845 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2025-04-09T05:57:52.932Z] 4.1.0-dev.2 [Pipeline] } [2025-04-09T05:57:52.969Z] $ docker exec --env ******** --env ******** 3f3ca94e7b0bd9f758f117d747dd6254e31efe3306c69f3c6790518b714a4c6f ssh-agent -k [2025-04-09T05:57:53.064Z] unset SSH_AUTH_SOCK; [2025-04-09T05:57:53.064Z] unset SSH_AGENT_PID; [2025-04-09T05:57:53.064Z] echo Agent pid 38 killed; [2025-04-09T05:57:53.085Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-04-09T05:57:53.481Z] + git semver [Pipeline] } [2025-04-09T05:57:53.752Z] $ docker stop --time=1 3f3ca94e7b0bd9f758f117d747dd6254e31efe3306c69f3c6790518b714a4c6f [2025-04-09T05:57:54.997Z] $ docker rm -f --volumes 3f3ca94e7b0bd9f758f117d747dd6254e31efe3306c69f3c6790518b714a4c6f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-09T05:57:55.639Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-04-09T05:57:55.639Z] [2025-04-09T05:57:55.639Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-09T05:57:56.053Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-04-09T05:57:56.053Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-04-09T05:57:56.053Z] ab5ef0e58194: Pulling fs layer [2025-04-09T05:57:56.053Z] 9712f1f96733: Pulling fs layer [2025-04-09T05:57:56.053Z] 63f879dbbcfc: Pulling fs layer [2025-04-09T05:57:56.053Z] 0d9ebad4ef96: Pulling fs layer [2025-04-09T05:57:56.053Z] e9a5061849ea: Pulling fs layer [2025-04-09T05:57:56.053Z] d747dcd14b5f: Pulling fs layer [2025-04-09T05:57:56.053Z] 2de7ff778b66: Pulling fs layer [2025-04-09T05:57:56.053Z] d747dcd14b5f: Waiting [2025-04-09T05:57:56.053Z] e9a5061849ea: Waiting [2025-04-09T05:57:56.053Z] 0d9ebad4ef96: Waiting [2025-04-09T05:57:56.053Z] 9712f1f96733: Verifying Checksum [2025-04-09T05:57:56.053Z] 9712f1f96733: Download complete [2025-04-09T05:57:56.313Z] 63f879dbbcfc: Verifying Checksum [2025-04-09T05:57:56.313Z] 63f879dbbcfc: Download complete [2025-04-09T05:57:56.586Z] e9a5061849ea: Verifying Checksum [2025-04-09T05:57:56.586Z] e9a5061849ea: Download complete [2025-04-09T05:57:56.586Z] d747dcd14b5f: Verifying Checksum [2025-04-09T05:57:56.586Z] d747dcd14b5f: Download complete [2025-04-09T05:57:56.586Z] 0d9ebad4ef96: Verifying Checksum [2025-04-09T05:57:56.586Z] 0d9ebad4ef96: Download complete [2025-04-09T05:57:56.586Z] ab5ef0e58194: Verifying Checksum [2025-04-09T05:57:56.586Z] ab5ef0e58194: Download complete [2025-04-09T05:57:56.586Z] 2de7ff778b66: Verifying Checksum [2025-04-09T05:57:56.586Z] 2de7ff778b66: Download complete [2025-04-09T05:57:59.331Z] ab5ef0e58194: Pull complete [2025-04-09T05:57:59.331Z] 9712f1f96733: Pull complete [2025-04-09T05:57:59.631Z] 63f879dbbcfc: Pull complete [2025-04-09T05:58:03.029Z] 0d9ebad4ef96: Pull complete [2025-04-09T05:58:03.029Z] e9a5061849ea: Pull complete [2025-04-09T05:58:03.029Z] d747dcd14b5f: Pull complete [2025-04-09T05:58:03.976Z] 2de7ff778b66: Pull complete [2025-04-09T05:58:03.976Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-04-09T05:58:03.976Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-04-09T05:58:03.976Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-09T05:58:04.146Z] prd-ubuntu20.04-docker-8c-8g-42965 does not seem to be running inside a container [2025-04-09T05:58:04.242Z] $ 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 [2025-04-09T05:58:06.183Z] $ docker top 9eb0f7aebdf039585fab9efb9223a7c883bc0f189f291e4915c8c20e200750a8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-04-09T05:58:06.327Z] provisioning config files... [2025-04-09T05:58:06.340Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-c_main@tmp/config5572041655471552447tmp [2025-04-09T05:58:06.352Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-c_main@tmp/config7427071285021016951tmp [2025-04-09T05:58:06.364Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-c_main@tmp/config7362870815170433423tmp [Pipeline] { [Pipeline] echo [2025-04-09T05:58:06.389Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-09T05:58:06.723Z] ---> sigul-configuration.sh [2025-04-09T05:58:06.723Z] gpg: directory `/root/.gnupg' created [2025-04-09T05:58:06.723Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-04-09T05:58:06.723Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-04-09T05:58:06.723Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-04-09T05:58:06.723Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-04-09T05:58:06.723Z] gpg: CAST5 encrypted data [2025-04-09T05:58:06.723Z] gpg: encrypted with 1 passphrase [2025-04-09T05:58:06.723Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-04-09T05:58:07.047Z] + mkdir /home/jenkins [2025-04-09T05:58:07.047Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-04-09T05:58:07.401Z] + 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 [2025-04-09T05:58:07.414Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-09T05:58:07.758Z] ---> sigul-install.sh [2025-04-09T05:58:07.758Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-04-09T05:58:08.180Z] + git tag --list [2025-04-09T05:58:08.180Z] 0.7.0 [2025-04-09T05:58:08.180Z] 0.7.1 [2025-04-09T05:58:08.180Z] 1.0.0 [2025-04-09T05:58:08.180Z] v1.0.1 [2025-04-09T05:58:08.180Z] v1.0.2 [2025-04-09T05:58:08.180Z] v1.0.3 [2025-04-09T05:58:08.180Z] v1.1.0 [2025-04-09T05:58:08.180Z] v1.1.1 [2025-04-09T05:58:08.180Z] v1.2.0 [2025-04-09T05:58:08.180Z] v1.2.1 [2025-04-09T05:58:08.180Z] v1.2.2 [2025-04-09T05:58:08.180Z] v1.3.0 [2025-04-09T05:58:08.180Z] v1.3.1 [2025-04-09T05:58:08.180Z] v2.0.0 [2025-04-09T05:58:08.180Z] v2.1.0 [2025-04-09T05:58:08.180Z] v2.2.0 [2025-04-09T05:58:08.180Z] v2.3.0 [2025-04-09T05:58:08.180Z] v3.0 [2025-04-09T05:58:08.180Z] v3.0.0 [2025-04-09T05:58:08.180Z] v3.0.1 [2025-04-09T05:58:08.180Z] v3.0.2 [2025-04-09T05:58:08.180Z] v3.1 [2025-04-09T05:58:08.180Z] v3.1.0 [2025-04-09T05:58:08.180Z] v3.1.1 [2025-04-09T05:58:08.180Z] v4.0 [2025-04-09T05:58:08.180Z] v4.0.0 [2025-04-09T05:58:08.180Z] v4.1.0-dev.1 [2025-04-09T05:58:08.180Z] v4.1.0-dev.2 [Pipeline] sh [2025-04-09T05:58:08.615Z] + lftools sign git-tag v4.1.0-dev.2 [2025-04-09T05:58:08.908Z] Signing Git tag with Sigul... [2025-04-09T05:58:08.908Z] Signing v4.1.0-dev.2 [Pipeline] echo [2025-04-09T05:58:09.499Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-09T05:58:09.796Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-04-09T05:58:09.819Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-04-09T05:58:09.861Z] $ docker stop --time=1 9eb0f7aebdf039585fab9efb9223a7c883bc0f189f291e4915c8c20e200750a8 [2025-04-09T05:58:11.140Z] $ docker rm -f --volumes 9eb0f7aebdf039585fab9efb9223a7c883bc0f189f291e4915c8c20e200750a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-04-09T05:58:11.566Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-04-09T05:58:11.566Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-09T05:58:11.873Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-04-09T05:58:11.874Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-09T05:58:11.957Z] prd-ubuntu20.04-docker-8c-8g-42965 does not seem to be running inside a container [2025-04-09T05:58:11.986Z] $ 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 [2025-04-09T05:58:12.291Z] $ docker top 01e5d389cfa2e7c25643a8b2bca572e4331cb8acbc684a3c73270ec7ea403187 -eo pid,comm [2025-04-09T05:58:12.347Z] 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). [2025-04-09T05:58:12.347Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-04-09T05:58:12.413Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-04-09T05:58:12.413Z] [ssh-agent] Looking for ssh-agent implementation... [2025-04-09T05:58:12.524Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-04-09T05:58:12.525Z] $ docker exec 01e5d389cfa2e7c25643a8b2bca572e4331cb8acbc684a3c73270ec7ea403187 ssh-agent [2025-04-09T05:58:12.621Z] SSH_AUTH_SOCK=/tmp/ssh-d5ctC7YjrJXk/agent.32 [2025-04-09T05:58:12.621Z] SSH_AGENT_PID=38 [2025-04-09T05:58:12.636Z] Running ssh-add (command line suppressed) [2025-04-09T05:58:12.735Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_10963881811228738060.key (/w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_10963881811228738060.key) [2025-04-09T05:58:12.763Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-04-09T05:58:13.078Z] + git semver bump pre [2025-04-09T05:58:13.336Z] 2025-04-09 05:58:13,212 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2025-04-09T05:58:13.336Z] 2025-04-09 05:58:13,212 [bump_version] DEBUG bumping version:4.1.0-dev.2 on axis:pre with prefix:dev [2025-04-09T05:58:13.336Z] 2025-04-09 05:58:13,213 [bump_version] DEBUG bumped version:4.1.0-dev.3 [2025-04-09T05:58:13.336Z] 2025-04-09 05:58:13,213 [write_version] DEBUG write version:4.1.0-dev.3 to path:/w/workspace/edgexfoundry_device-sdk-c_main/.semver/main with force:True [2025-04-09T05:58:13.336Z] 2025-04-09 05:58:13,213 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2025-04-09T05:58:13.336Z] 2025-04-09 05:58:13,213 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2025-04-09T05:58:13.336Z] 2025-04-09 05:58:13,215 [execute] INFO git cat-file --batch-check [2025-04-09T05:58:13.336Z] 2025-04-09 05:58:13,216 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main/.semver, universal_newlines=False, shell=None, istream=) [2025-04-09T05:58:13.336Z] 2025-04-09 05:58:13,222 [execute] INFO git cat-file --batch [2025-04-09T05:58:13.336Z] 2025-04-09 05:58:13,222 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main/.semver, universal_newlines=False, shell=None, istream=) [2025-04-09T05:58:13.336Z] 2025-04-09 05:58:13,227 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2025-04-09T05:58:13.336Z] 4.1.0-dev.3 [Pipeline] } [2025-04-09T05:58:13.347Z] $ docker exec --env ******** --env ******** 01e5d389cfa2e7c25643a8b2bca572e4331cb8acbc684a3c73270ec7ea403187 ssh-agent -k [2025-04-09T05:58:13.445Z] unset SSH_AUTH_SOCK; [2025-04-09T05:58:13.445Z] unset SSH_AGENT_PID; [2025-04-09T05:58:13.445Z] echo Agent pid 38 killed; [2025-04-09T05:58:13.455Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-04-09T05:58:13.783Z] + git semver [Pipeline] } [2025-04-09T05:58:14.053Z] $ docker stop --time=1 01e5d389cfa2e7c25643a8b2bca572e4331cb8acbc684a3c73270ec7ea403187 [2025-04-09T05:58:15.331Z] $ docker rm -f --volumes 01e5d389cfa2e7c25643a8b2bca572e4331cb8acbc684a3c73270ec7ea403187 [Pipeline] // withDockerContainer [Pipeline] sh [2025-04-09T05:58:15.689Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-04-09T05:58:15.689Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-09T05:58:16.009Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-04-09T05:58:16.009Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-09T05:58:16.113Z] prd-ubuntu20.04-docker-8c-8g-42965 does not seem to be running inside a container [2025-04-09T05:58:16.163Z] $ 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 [2025-04-09T05:58:16.492Z] $ docker top f8880292b649ccb2602b85fde2c88377ffc8de565553cf0cb575fa963c036573 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-04-09T05:58:16.639Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-04-09T05:58:16.639Z] [ssh-agent] Looking for ssh-agent implementation... [2025-04-09T05:58:16.745Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-04-09T05:58:16.745Z] $ docker exec f8880292b649ccb2602b85fde2c88377ffc8de565553cf0cb575fa963c036573 ssh-agent [2025-04-09T05:58:16.852Z] SSH_AUTH_SOCK=/tmp/ssh-fj0HuLZLW52b/agent.31 [2025-04-09T05:58:16.852Z] SSH_AGENT_PID=37 [2025-04-09T05:58:16.857Z] Running ssh-add (command line suppressed) [2025-04-09T05:58:16.960Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_6794678778791348291.key (/w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_6794678778791348291.key) [2025-04-09T05:58:16.987Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-04-09T05:58:17.309Z] + git semver push [2025-04-09T05:58:17.581Z] 2025-04-09 05:58:17,456 [run_push] DEBUG push [2025-04-09T05:58:17.581Z] 2025-04-09 05:58:17,457 [execute] INFO git cat-file --batch-check [2025-04-09T05:58:17.581Z] 2025-04-09 05:58:17,457 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main/.semver, universal_newlines=False, shell=None, istream=) [2025-04-09T05:58:17.581Z] 2025-04-09 05:58:17,461 [execute] INFO git rev-list 703607073543cd7c46e56741037e4c2d425536f8 -- [2025-04-09T05:58:17.581Z] 2025-04-09 05:58:17,461 [execute] DEBUG Popen(['git', 'rev-list', '703607073543cd7c46e56741037e4c2d425536f8', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main/.semver, universal_newlines=False, shell=None, istream=None) [2025-04-09T05:58:17.581Z] 2025-04-09 05:58:17,467 [execute] INFO git fetch -v origin [2025-04-09T05:58:17.581Z] 2025-04-09 05:58:17,468 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main/.semver, universal_newlines=True, shell=None, istream=None) [2025-04-09T05:58:18.150Z] 2025-04-09 05:58:17,911 [run_push] DEBUG no remote changes detected [2025-04-09T05:58:18.151Z] 2025-04-09 05:58:17,911 [execute] INFO git push origin semver [2025-04-09T05:58:18.151Z] 2025-04-09 05:58:17,911 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main/.semver, universal_newlines=False, shell=None, istream=None) [2025-04-09T05:58:18.741Z] 2025-04-09 05:58:18,531 [run_push] DEBUG push all version tags [2025-04-09T05:58:18.741Z] 2025-04-09 05:58:18,531 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-04-09T05:58:18.741Z] 2025-04-09 05:58:18,532 [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) [2025-04-09T05:58:19.321Z] 2025-04-09 05:58:19,092 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2025-04-09T05:58:19.321Z] 4.1.0-dev.3 [Pipeline] } [2025-04-09T05:58:19.341Z] $ docker exec --env ******** --env ******** f8880292b649ccb2602b85fde2c88377ffc8de565553cf0cb575fa963c036573 ssh-agent -k [2025-04-09T05:58:19.429Z] unset SSH_AUTH_SOCK; [2025-04-09T05:58:19.429Z] unset SSH_AGENT_PID; [2025-04-09T05:58:19.429Z] echo Agent pid 37 killed; [2025-04-09T05:58:19.441Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-04-09T05:58:19.783Z] + git semver [Pipeline] } [2025-04-09T05:58:20.091Z] $ docker stop --time=1 f8880292b649ccb2602b85fde2c88377ffc8de565553cf0cb575fa963c036573 [2025-04-09T05:58:21.379Z] $ docker rm -f --volumes f8880292b649ccb2602b85fde2c88377ffc8de565553cf0cb575fa963c036573 [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 [2025-04-09T05:58:21.964Z] + [ -d /w/workspace/edgexfoundry_device-sdk-c_main/archives ] [2025-04-09T05:58:21.964Z] + ls -al /w/workspace/edgexfoundry_device-sdk-c_main/archives [2025-04-09T05:58:21.964Z] total 16 [2025-04-09T05:58:21.964Z] drwxr-xr-x 3 root root 4096 Apr 9 05:57 . [2025-04-09T05:58:21.964Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 9 05:58 .. [2025-04-09T05:58:21.964Z] drwxr-xr-x 2 root root 4096 Apr 9 05:57 cost [2025-04-09T05:58:21.964Z] -rw-r--r-- 1 root root 84 Apr 9 05:57 cost.csv [2025-04-09T05:58:21.964Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-c_main/archives [2025-04-09T05:58:21.964Z] + ls -al /w/workspace/edgexfoundry_device-sdk-c_main/archives [2025-04-09T05:58:21.964Z] total 16 [2025-04-09T05:58:21.964Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 9 05:57 . [2025-04-09T05:58:21.964Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 9 05:58 .. [2025-04-09T05:58:21.964Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 9 05:57 cost [2025-04-09T05:58:21.964Z] -rw-r--r-- 1 jenkins jenkins 84 Apr 9 05:57 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-04-09T05:58:22.317Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-09T05:58:22.883Z] ---> package-listing.sh [2025-04-09T05:58:22.883Z] ++ facter osfamily [2025-04-09T05:58:22.883Z] ++ tr '[:upper:]' '[:lower:]' [2025-04-09T05:58:23.146Z] + OS_FAMILY=debian [2025-04-09T05:58:23.146Z] + workspace=/w/workspace/edgexfoundry_device-sdk-c_main [2025-04-09T05:58:23.146Z] + START_PACKAGES=/tmp/packages_start.txt [2025-04-09T05:58:23.146Z] + END_PACKAGES=/tmp/packages_end.txt [2025-04-09T05:58:23.146Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-04-09T05:58:23.146Z] + PACKAGES=/tmp/packages_start.txt [2025-04-09T05:58:23.146Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_main ']' [2025-04-09T05:58:23.146Z] + PACKAGES=/tmp/packages_end.txt [2025-04-09T05:58:23.146Z] + case "${OS_FAMILY}" in [2025-04-09T05:58:23.146Z] + dpkg -l [2025-04-09T05:58:23.146Z] + grep '^ii' [2025-04-09T05:58:23.146Z] + '[' -f /tmp/packages_start.txt ']' [2025-04-09T05:58:23.146Z] + '[' -f /tmp/packages_end.txt ']' [2025-04-09T05:58:23.146Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-04-09T05:58:23.146Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_main ']' [2025-04-09T05:58:23.146Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_main/archives/ [2025-04-09T05:58:23.146Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-c_main/archives/ [Pipeline] echo [2025-04-09T05:58:23.163Z] 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 [2025-04-09T05:58:23.448Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-09T05:58:24.025Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-04-09T05:58:24.026Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-09T05:58:24.117Z] prd-ubuntu20.04-docker-8c-8g-42965 does not seem to be running inside a container [2025-04-09T05:58:24.159Z] $ 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 [2025-04-09T05:58:24.353Z] $ docker top 7f77fd46d6b1754052667508d424482463fb73900da69001785016878516af29 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-04-09T05:58:24.732Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-04-09T05:58:25.045Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-04-09T05:58:25.336Z] + ls /var/log/sa-host [2025-04-09T05:58:25.336Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-04-09T05:58:25.491Z] provisioning config files... [2025-04-09T05:58:25.502Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_main@tmp/config14127570725505978132tmp [Pipeline] { [Pipeline] echo [2025-04-09T05:58:25.526Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-09T05:58:25.864Z] ---> create-netrc.sh [Pipeline] } [2025-04-09T05:58:25.875Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-04-09T05:58:26.327Z] ---> python-tools-install.sh [Pipeline] echo [2025-04-09T05:58:26.337Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-09T05:58:26.630Z] ---> sudo-logs.sh [2025-04-09T05:58:26.630Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-04-09T05:58:26.663Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-09T05:58:27.032Z] ---> job-cost.sh [2025-04-09T05:58:27.032Z] lf-activate-venv: SKIPPING [2025-04-09T05:58:27.032Z] DEBUG: total: 0.2199999988079071 [2025-04-09T05:58:27.032Z] INFO: Retrieving Stack Cost... [2025-04-09T05:58:27.674Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-04-09T05:58:27.674Z] INFO: Archiving Costs [Pipeline] echo [2025-04-09T05:58:27.729Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-09T05:58:28.086Z] ---> logs-deploy.sh [2025-04-09T05:58:28.086Z] lf-activate-venv: SKIPPING [2025-04-09T05:58:28.086Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/main/102 [2025-04-09T05:58:28.086Z] INFO: archiving workspace using pattern(s): [2025-04-09T05:58:29.146Z] Archives upload complete. [2025-04-09T05:58:29.146Z] INFO: archiving logs to Nexus