Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 1ba0fe28f5b1fa31b822351a28280fa11b7aa2f3 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-ssh15347712080102085459.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 056ae7b86453181957306e7078512cbe12174832 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-ssh10825195792616400638.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 056ae7b86453181957306e7078512cbe12174832 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-ssh13352679140475687792.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 056ae7b86453181957306e7078512cbe12174832 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 056ae7b86453181957306e7078512cbe12174832 # timeout=10 Commit message: "Merge pull request #473 from cherrycl/fix-seccomp-profile-error" > 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-ssh12570094616552954036.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-ssh9212225070833341797.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildCApp] RAW Config: [project:device-sdk-c, dockerBuildFilePath:scripts/Dockerfile.alpine-base, dockerFilePath:scripts/Dockerfile.alpine, pushImage:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildCApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-c-settings PROJECT: device-sdk-c USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build DOCKER_FILE_PATH: scripts/Dockerfile.alpine DOCKER_BUILD_FILE_PATH: scripts/Dockerfile.alpine-base DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-8233 in /w/workspace/edgexfoundry_device-sdk-c_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-c.git > git init /w/workspace/edgexfoundry_device-sdk-c_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 1ba0fe28f5b1fa31b822351a28280fa11b7aa2f3 (main) Commit message: "Merge pull request #583 from TuhinDasgupta-eaton/profile_mgmt" > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1ba0fe28f5b1fa31b822351a28280fa11b7aa2f3 # timeout=10 > git rev-list --no-walk 6ea8aab50cb346ee5d4bc267de38db4953cd0811 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:28:43 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:28:43 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:28:43 ========================================================= 12:28:43 EdgeX Global Pipelines Version Info 12:28:43 ========================================================= [Pipeline] libraryResource [Pipeline] sh 12:28:44 ------------------- 12:28:44 stable info: 12:28:44 ------------------- 12:28:44 Commited By: Cherry Wang cherry@iotechsys.com 12:28:44 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 12:28:44 Message: update stable to v1.0.276 12:28:44 ------------------- 12:28:44 experimental info: 12:28:44 ------------------- 12:28:44 Commited By: **** collab-it+edgex@linuxfoundation.org 12:28:44 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 12:28:44 Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:28:44 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-c-settings [Pipeline] echo 12:28:44 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-c [Pipeline] echo 12:28:45 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:28:45 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:28:45 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:28:45 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = scripts/Dockerfile.alpine [Pipeline] echo 12:28:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = scripts/Dockerfile.alpine-base [Pipeline] echo 12:28:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:28:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 12:28:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk [Pipeline] echo 12:28:45 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:28:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:28:45 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 12:28:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 12:28:45 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:28:45 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 12:28:45 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 12:28:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 12:28:45 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 12:28:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 12:28:45 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1ba0fe28f5b1fa31b822351a28280fa11b7aa2f3 [Pipeline] echo 12:28:45 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1ba0fe2 [Pipeline] echo 12:28:45 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:28:45 provisioning config files... 12:28:45 copy managed file [device-sdk-c-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_main@tmp/config17604694208648749711tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:28:46 ---> ****-login.sh 12:28:46 nexus3.edgexfoundry.org:10001 12:28:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:28:46 12:28:46 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 12:28:46 Configure a credential helper to remove this warning. See 12:28:46 https://docs.****.com/go/credential-store/ 12:28:46 12:28:46 Login Succeeded 12:28:46 nexus3.edgexfoundry.org:10002 12:28:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:28:46 12:28:46 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 12:28:46 Configure a credential helper to remove this warning. See 12:28:46 https://docs.****.com/go/credential-store/ 12:28:46 12:28:46 Login Succeeded 12:28:46 nexus3.edgexfoundry.org:10003 12:28:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:28:46 12:28:46 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 12:28:46 Configure a credential helper to remove this warning. See 12:28:46 https://docs.****.com/go/credential-store/ 12:28:46 12:28:46 Login Succeeded 12:28:46 nexus3.edgexfoundry.org:10004 12:28:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:28:46 12:28:46 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 12:28:46 Configure a credential helper to remove this warning. See 12:28:46 https://docs.****.com/go/credential-store/ 12:28:46 12:28:46 Login Succeeded 12:28:46 ****.io 12:28:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:28:46 12:28:46 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 12:28:46 Configure a credential helper to remove this warning. See 12:28:46 https://docs.****.com/go/credential-store/ 12:28:46 12:28:46 Login Succeeded 12:28:46 ---> ****-login.sh ends [Pipeline] } 12:28:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build LTS Release Image) [Pipeline] sh 12:28:47 + git rev-list -1 --merges 1ba0fe28f5b1fa31b822351a28280fa11b7aa2f3~1..1ba0fe28f5b1fa31b822351a28280fa11b7aa2f3 [Pipeline] echo 12:28:47 -----------> git rev-list -1 --merges 1ba0fe28f5b1fa31b822351a28280fa11b7aa2f3~1..1ba0fe28f5b1fa31b822351a28280fa11b7aa2f3 1ba0fe28f5b1fa31b822351a28280fa11b7aa2f3 12:28:47 1ba0fe28f5b1fa31b822351a28280fa11b7aa2f3 [false] [Pipeline] sh 12:28:47 + git log --format=format:%s -1 1ba0fe28f5b1fa31b822351a28280fa11b7aa2f3 [Pipeline] echo 12:28:47 ========================================================= 12:28:47 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 12:28:47 ========================================================= 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 12:28:48 + git rev-list -1 --merges 1ba0fe28f5b1fa31b822351a28280fa11b7aa2f3~1..1ba0fe28f5b1fa31b822351a28280fa11b7aa2f3 [Pipeline] echo 12:28:48 -----------> git rev-list -1 --merges 1ba0fe28f5b1fa31b822351a28280fa11b7aa2f3~1..1ba0fe28f5b1fa31b822351a28280fa11b7aa2f3 1ba0fe28f5b1fa31b822351a28280fa11b7aa2f3 12:28:48 1ba0fe28f5b1fa31b822351a28280fa11b7aa2f3 [false] [Pipeline] sh 12:28:48 + git log --format=format:%s -1 1ba0fe28f5b1fa31b822351a28280fa11b7aa2f3 [Pipeline] echo 12:28:48 ========================================================= 12:28:48 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 12:28:48 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 12:28:49 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 12:28:49 + grep -v github /etc/ssh/ssh_known_hosts 12:28:49 + [ -e /tmp/ssh_known_hosts ] 12:28:49 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 12:28:49 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 12:28:49 + sudo tee -a /etc/ssh/ssh_known_hosts 12:28:49 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:28:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:28:49 12:28:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:28:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:28:49 0.1.4: Pulling from edgex-devops/py-git-semver 12:28:49 3dae71ba6b94: Pulling fs layer 12:28:49 6bf1a483ea7c: Pulling fs layer 12:28:49 f5dfc541a4d3: Pulling fs layer 12:28:49 461d9e800cba: Pulling fs layer 12:28:49 80192f66455f: Pulling fs layer 12:28:49 2e8e34ca0e6c: Pulling fs layer 12:28:49 a29436f7fd5d: Pulling fs layer 12:28:49 923cac83aea3: Pulling fs layer 12:28:49 25ad8b0a4227: Pulling fs layer 12:28:49 db01528c6b51: Pulling fs layer 12:28:49 28988de357af: Pulling fs layer 12:28:49 80192f66455f: Waiting 12:28:49 2e8e34ca0e6c: Waiting 12:28:49 a29436f7fd5d: Waiting 12:28:49 923cac83aea3: Waiting 12:28:49 25ad8b0a4227: Waiting 12:28:49 db01528c6b51: Waiting 12:28:49 28988de357af: Waiting 12:28:49 461d9e800cba: Waiting 12:28:49 6bf1a483ea7c: Verifying Checksum 12:28:49 6bf1a483ea7c: Download complete 12:28:50 461d9e800cba: Download complete 12:28:50 80192f66455f: Verifying Checksum 12:28:50 80192f66455f: Download complete 12:28:50 f5dfc541a4d3: Verifying Checksum 12:28:50 f5dfc541a4d3: Download complete 12:28:50 3dae71ba6b94: Download complete 12:28:50 923cac83aea3: Download complete 12:28:50 25ad8b0a4227: Verifying Checksum 12:28:50 25ad8b0a4227: Download complete 12:28:50 db01528c6b51: Verifying Checksum 12:28:50 db01528c6b51: Download complete 12:28:50 28988de357af: Verifying Checksum 12:28:50 a29436f7fd5d: Verifying Checksum 12:28:50 a29436f7fd5d: Download complete 12:28:50 2e8e34ca0e6c: Verifying Checksum 12:28:50 2e8e34ca0e6c: Download complete 12:28:51 3dae71ba6b94: Pull complete 12:28:51 6bf1a483ea7c: Pull complete 12:28:52 f5dfc541a4d3: Pull complete 12:28:52 461d9e800cba: Pull complete 12:28:52 80192f66455f: Pull complete 12:28:58 2e8e34ca0e6c: Pull complete 12:28:58 a29436f7fd5d: Pull complete 12:28:58 923cac83aea3: Pull complete 12:28:58 25ad8b0a4227: Pull complete 12:28:58 db01528c6b51: Pull complete 12:28:58 28988de357af: Pull complete 12:28:58 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 12:28:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:28:58 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:28:58 prd-ubuntu20.04-docker-8c-8g-8233 does not seem to be running inside a container 12:28:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_main -v /w/workspace/edgexfoundry_device-sdk-c_main:/w/workspace/edgexfoundry_device-sdk-c_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_main@tmp:/w/workspace/edgexfoundry_device-sdk-c_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 12:29:00 $ docker top 7e8f53699865f4f0db6117f3a2eeaccc5f3c34b5f847d82245d1d040ff833a1a -eo pid,comm 12:29:00 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). 12:29:00 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:29:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:29:00 [ssh-agent] Looking for ssh-agent implementation... 12:29:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:29:00 $ docker exec 7e8f53699865f4f0db6117f3a2eeaccc5f3c34b5f847d82245d1d040ff833a1a ssh-agent 12:29:00 SSH_AUTH_SOCK=/tmp/ssh-k3xIzEeeNFPM/agent.33 12:29:00 SSH_AGENT_PID=39 12:29:00 Running ssh-add (command line suppressed) 12:29:00 Identity added: /w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_9567344476953705128.key (/w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_9567344476953705128.key) 12:29:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:29:01 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-c_main [Pipeline] sh 12:29:01 + git tag --points-at HEAD [Pipeline] } 12:29:01 $ docker exec --env ******** --env ******** 7e8f53699865f4f0db6117f3a2eeaccc5f3c34b5f847d82245d1d040ff833a1a ssh-agent -k 12:29:01 unset SSH_AUTH_SOCK; 12:29:01 unset SSH_AGENT_PID; 12:29:01 echo Agent pid 39 killed; 12:29:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:29:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:29:01 [ssh-agent] Looking for ssh-agent implementation... 12:29:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:29:01 $ docker exec 7e8f53699865f4f0db6117f3a2eeaccc5f3c34b5f847d82245d1d040ff833a1a ssh-agent 12:29:01 SSH_AUTH_SOCK=/tmp/ssh-YpYMjpJYE411/agent.86 12:29:01 SSH_AGENT_PID=92 12:29:01 Running ssh-add (command line suppressed) 12:29:01 Identity added: /w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_3747764998010748808.key (/w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_3747764998010748808.key) 12:29:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:29:02 + git semver init 12:29:02 2025-09-03 12:29:02,533 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 12:29:02 2025-09-03 12:29:02,537 [run_init] DEBUG init version:0.0.0 force:False 12:29:02 2025-09-03 12:29:02,538 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-c_main/.semver 12:29:02 2025-09-03 12:29:02,539 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-c.git /w/workspace/edgexfoundry_device-sdk-c_main/.semver 12:29:02 2025-09-03 12:29:02,539 [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, stdin=None, shell=False, universal_newlines=False) 12:29:03 2025-09-03 12:29:03,313 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-c_main/.git/info/exclude 12:29:03 2025-09-03 12:29:03,313 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-c_main/.semver/main with force:False 12:29:03 2025-09-03 12:29:03,313 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main 12:29:03 2025-09-03 12:29:03,313 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main 12:29:03 4.1.0-dev.7 [Pipeline] } 12:29:03 $ docker exec --env ******** --env ******** 7e8f53699865f4f0db6117f3a2eeaccc5f3c34b5f847d82245d1d040ff833a1a ssh-agent -k 12:29:03 unset SSH_AUTH_SOCK; 12:29:03 unset SSH_AGENT_PID; 12:29:03 echo Agent pid 92 killed; 12:29:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:29:04 + git semver [Pipeline] } 12:29:04 $ docker stop --time=1 7e8f53699865f4f0db6117f3a2eeaccc5f3c34b5f847d82245d1d040ff833a1a 12:29:05 $ docker rm -f --volumes 7e8f53699865f4f0db6117f3a2eeaccc5f3c34b5f847d82245d1d040ff833a1a [Pipeline] // withDockerContainer [Pipeline] sh 12:29:06 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:29:06 Stashed 1 file(s) [Pipeline] echo 12:29:06 [edgeXSemver]: initialized semver on version 4.1.0-dev.7 [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 12:29:06 provisioning config files... [Pipeline] // stage [Pipeline] } 12:29:06 copy managed file [device-sdk-c-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_main@tmp/config455754513603261419tmp [Pipeline] // stage [Pipeline] { [Pipeline] } [Pipeline] libraryResource [Pipeline] sh 12:29:06 ---> ****-login.sh 12:29:06 nexus3.edgexfoundry.org:10001 12:29:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:29:06 Login Succeeded 12:29:06 nexus3.edgexfoundry.org:10002 12:29:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:29:06 Login Succeeded 12:29:06 nexus3.edgexfoundry.org:10003 12:29:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:29:07 Login Succeeded 12:29:07 nexus3.edgexfoundry.org:10004 12:29:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:29:07 Login Succeeded 12:29:07 ****.io 12:29:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:29:07 Login Succeeded 12:29:07 ---> ****-login.sh ends [Pipeline] } 12:29:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:29:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 12:29:07 [prepBaseBuildImage] Generating new image with name: ci-base-image-x86_64 [Pipeline] echo 12:29:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 12:29:07 ========================================================= 12:29:07 [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] 12:29:07 ========================================================= [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:29:07 + 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 . 12:29:08 #0 building with "default" instance using docker driver 12:29:08 12:29:08 #1 [internal] load build definition from Dockerfile.alpine-base 12:29:08 #1 transferring dockerfile: 2.13kB done 12:29:08 #1 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 18) 12:29:08 #1 DONE 0.0s 12:29:08 12:29:08 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest 12:29:08 #2 DONE 0.1s 12:29:08 12:29:08 #3 [internal] load .dockerignore 12:29:08 #3 transferring context: 2B done 12:29:08 #3 DONE 0.0s 12:29:08 12:29:08 #4 [internal] load build context 12:29:08 #4 transferring context: 646.06kB 0.0s done 12:29:08 #4 DONE 0.1s 12:29:08 12:29:08 #5 [builder 1/12] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest@sha256:86f282524b252fca782185160d82ec4889448d07d1475dd6b76f2052073facff 12:29:08 #5 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest@sha256:86f282524b252fca782185160d82ec4889448d07d1475dd6b76f2052073facff 0.0s done 12:29:08 #5 extracting sha256:96526aa774ef0126ad0fe9e9a95764c5fc37f409ab9e97021e7b4775d82bf6fa 0.1s done 12:29:08 #5 sha256:86f282524b252fca782185160d82ec4889448d07d1475dd6b76f2052073facff 741B / 741B done 12:29:08 #5 sha256:6605166a5db42c9ef4e3b8366138377c430980df3f34fe18e3a1340b6ab951b9 2.56kB / 2.56kB done 12:29:08 #5 sha256:96526aa774ef0126ad0fe9e9a95764c5fc37f409ab9e97021e7b4775d82bf6fa 3.40MB / 3.40MB 0.1s done 12:29:08 #5 sha256:da60e534fd72a0c16fe8b5fd056354fc706a93e5d4d3616cf8a0f012ed4ca50d 3.15MB / 118.14MB 0.1s 12:29:09 #5 sha256:da60e534fd72a0c16fe8b5fd056354fc706a93e5d4d3616cf8a0f012ed4ca50d 33.55MB / 118.14MB 0.3s 12:29:09 #5 sha256:da60e534fd72a0c16fe8b5fd056354fc706a93e5d4d3616cf8a0f012ed4ca50d 54.53MB / 118.14MB 0.4s 12:29:09 #5 sha256:da60e534fd72a0c16fe8b5fd056354fc706a93e5d4d3616cf8a0f012ed4ca50d 109.05MB / 118.14MB 0.6s 12:29:09 #5 sha256:da60e534fd72a0c16fe8b5fd056354fc706a93e5d4d3616cf8a0f012ed4ca50d 118.14MB / 118.14MB 0.8s 12:29:09 #5 sha256:da60e534fd72a0c16fe8b5fd056354fc706a93e5d4d3616cf8a0f012ed4ca50d 118.14MB / 118.14MB 0.8s done 12:29:09 #5 extracting sha256:da60e534fd72a0c16fe8b5fd056354fc706a93e5d4d3616cf8a0f012ed4ca50d 0.1s 12:29:14 #5 extracting sha256:da60e534fd72a0c16fe8b5fd056354fc706a93e5d4d3616cf8a0f012ed4ca50d 4.3s done 12:29:14 #5 DONE 5.3s 12:29:14 12:29:14 #6 [builder 2/12] RUN wget https://iotech.jfrog.io/artifactory/api/security/keypair/public/repositories/alpine-release -O /etc/apk/keys/alpine.dev.rsa.pub 12:29:14 #6 0.404 Connecting to iotech.jfrog.io (34.247.22.236:443) 12:29:14 #6 0.914 saving to '/etc/apk/keys/alpine.dev.rsa.pub' 12:29:14 #6 0.914 alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA 12:29:14 #6 0.916 '/etc/apk/keys/alpine.dev.rsa.pub' saved 12:29:15 #6 DONE 1.7s 12:29:15 12:29:15 #7 [builder 3/12] RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.18/main' >> /etc/apk/repositories 12:29:15 #7 DONE 0.3s 12:29:16 12:29:16 #8 [stage-1 4/8] 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 12:29:16 #8 0.324 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:29:16 #8 0.491 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:29:16 #8 0.703 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.18/main/x86_64/APKINDEX.tar.gz 12:29:17 #8 1.434 WARNING: This apk-tools is OLD! Some packages might not function properly. 12:29:17 #8 1.442 (1/11) Installing libpsl (0.21.5-r0) 12:29:17 #8 1.447 (2/11) Upgrading libcurl (8.4.0-r0 -> 8.12.1-r0) 12:29:17 #8 1.457 (3/11) Installing curl (8.12.1-r0) 12:29:17 #8 1.466 (4/11) Installing libpsl-utils (0.21.5-r0) 12:29:17 #8 1.469 (5/11) Installing libpsl-dev (0.21.5-r0) 12:29:17 #8 1.473 (6/11) Upgrading curl-dev (8.4.0-r0 -> 8.12.1-r0) 12:29:17 #8 1.480 (7/11) Installing dumb-init (1.2.5-r2) 12:29:17 #8 1.484 (8/11) Installing libcbor (0.10.2-r1) 12:29:17 #8 1.488 (9/11) Installing iotech-iot-1.5 (1.5.7-r0) 12:29:18 #8 2.160 (10/11) Installing iotech-paho-mqtt-c-dev-1.3 (1.3.131-r1) 12:29:18 #8 2.361 (11/11) Installing libuuid (2.38.1-r8) 12:29:18 #8 2.364 Executing busybox-1.36.1-r4.trigger 12:29:18 #8 2.377 OK: 331 MiB in 91 packages 12:29:18 #8 DONE 2.5s 12:29:18 12:29:18 #9 [builder 4/12] 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 12:29:18 #9 0.331 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:29:18 #9 0.492 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:29:18 #9 0.689 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.18/main/x86_64/APKINDEX.tar.gz 12:29:18 #9 1.327 WARNING: This apk-tools is OLD! Some packages might not function properly. 12:29:18 #9 1.341 (1/15) Installing libcbor (0.10.2-r1) 12:29:18 #9 1.346 (2/15) Installing iotech-iot-1.5 (1.5.7-r0) 12:29:18 #9 2.059 (3/15) Installing iotech-iot-1.5-dev (1.5.7-r0) 12:29:18 #9 2.167 (4/15) Installing iotech-paho-mqtt-c-dev-1.3 (1.3.131-r1) 12:29:18 #9 2.378 (5/15) Installing libcbor-dev (0.10.2-r1) 12:29:18 #9 2.384 (6/15) Installing libmenuw (6.4_p20230506-r0) 12:29:18 #9 2.387 (7/15) Installing libpanelw (6.4_p20230506-r0) 12:29:18 #9 2.390 (8/15) Installing libncurses++ (6.4_p20230506-r0) 12:29:18 #9 2.395 (9/15) Installing ncurses-dev (6.4_p20230506-r0) 12:29:18 #9 2.405 (10/15) Installing libblkid (2.38.1-r8) 12:29:18 #9 2.412 (11/15) Installing libuuid (2.38.1-r8) 12:29:18 #9 2.415 (12/15) Installing libfdisk (2.38.1-r8) 12:29:18 #9 2.423 (13/15) Installing libmount (2.38.1-r8) 12:29:18 #9 2.431 (14/15) Installing libsmartcols (2.38.1-r8) 12:29:18 #9 2.437 (15/15) Installing util-linux-dev (2.38.1-r8) 12:29:18 #9 2.460 Executing busybox-1.36.1-r4.trigger 12:29:18 #9 2.476 OK: 336 MiB in 97 packages 12:29:18 #9 DONE 2.6s 12:29:18 12:29:18 #10 [stage-1 5/8] RUN apk --no-cache upgrade 12:29:18 #10 0.345 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:29:18 #10 ... 12:29:18 12:29:18 #11 [builder 5/12] RUN mkdir /tmp/sdk 12:29:18 #11 DONE 0.3s 12:29:18 12:29:18 #12 [builder 6/12] COPY VERSION /tmp/sdk 12:29:18 #12 DONE 0.1s 12:29:18 12:29:18 #10 [stage-1 5/8] RUN apk --no-cache upgrade 12:29:18 #10 0.424 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:29:19 #10 ... 12:29:19 12:29:19 #13 [builder 7/12] COPY src /tmp/sdk/src 12:29:19 #13 DONE 0.1s 12:29:19 12:29:19 #14 [builder 8/12] COPY include /tmp/sdk/include 12:29:19 #14 DONE 0.1s 12:29:19 12:29:19 #10 [stage-1 5/8] RUN apk --no-cache upgrade 12:29:19 #10 0.535 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.18/main/x86_64/APKINDEX.tar.gz 12:29:19 #10 ... 12:29:19 12:29:19 #15 [builder 9/12] COPY scripts /tmp/sdk/scripts 12:29:19 #15 DONE 0.1s 12:29:19 12:29:19 #16 [builder 10/12] COPY LICENSE /tmp/sdk 12:29:19 #16 DONE 0.0s 12:29:19 12:29:19 #17 [builder 11/12] COPY Attribution.txt /tmp/sdk 12:29:19 #17 DONE 0.0s 12:29:19 12:29:19 #18 [builder 12/12] RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install 12:29:19 #18 0.244 + CPPCHECK=false 12:29:19 #18 0.244 + DOCGEN=false 12:29:19 #18 0.244 + CMAKEOPTS='-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' 12:29:19 #18 0.244 + '[' 0 -gt 0 ] 12:29:19 #18 0.245 + readlink -f ./scripts/build.sh 12:29:19 #18 0.247 + dirname /tmp/sdk/scripts/build.sh 12:29:19 #18 0.247 + dirname /tmp/sdk/scripts 12:29:19 #18 0.248 + ROOT=/tmp/sdk 12:29:19 #18 0.248 + cd /tmp/sdk 12:29:19 #18 0.248 + mkdir -p /tmp/sdk/build/release 12:29:19 #18 0.249 + cd /tmp/sdk/build/release 12:29:19 #18 0.250 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src 12:29:19 #18 0.331 -- The C compiler identification is GNU 12.2.1 12:29:19 #18 0.347 -- Detecting C compiler ABI info 12:29:19 #18 0.434 -- Detecting C compiler ABI info - done 12:29:19 #18 0.455 -- Check for working C compiler: /usr/bin/cc - skipped 12:29:19 #18 0.455 -- Detecting C compile features 12:29:19 #18 0.456 -- Detecting C compile features - done 12:29:19 #18 0.459 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so 12:29:19 #18 0.517 -- Found CURL: /usr/lib/libcurl.so (found version "8.4.0") 12:29:19 #18 0.522 -- Found LIBYAML: /usr/lib/libyaml.so 12:29:19 #18 0.525 -- Found LIBUUID: /usr/lib/libuuid.so 12:29:19 #18 0.527 -- Found LIBCBOR: /usr/lib/libcbor.so 12:29:19 #18 0.530 -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so 12:29:19 #18 0.532 -- Found IOT: /opt/iotech/iot/1.5/lib/libiot.so 12:29:19 #18 0.532 -- /opt/iotech/iot/1.5/include 12:29:19 #18 0.532 -- C SDK 0.0.0 for Linux 12:29:19 #18 0.535 -- Performing Test CSDK_HAVE_ATOMIC 12:29:19 #18 0.623 -- Performing Test CSDK_HAVE_ATOMIC - Success 12:29:19 #18 0.675 -- Found Curses: /usr/lib/libcurses.so 12:29:19 #18 0.695 -- Configuring done (0.4s) 12:29:19 #18 0.726 -- Generating done (0.0s) 12:29:20 #18 0.728 -- Build files have been written to: /tmp/sdk/build/release 12:29:20 #18 0.734 + make all package 12:29:20 #18 0.734 + tee release.log 12:29:20 #18 0.774 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o 12:29:20 #18 0.885 [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o 12:29:20 #18 1.032 [ 5%] Building C object c/CMakeFiles/csdk.dir/bus.c.o 12:29:20 #18 1.163 [ 7%] Building C object c/CMakeFiles/csdk.dir/callback3.c.o 12:29:20 #18 1.269 [ 9%] Building C object c/CMakeFiles/csdk.dir/config.c.o 12:29:20 #18 1.577 [ 11%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o 12:29:20 #18 1.620 [ 13%] Building C object c/CMakeFiles/csdk.dir/data.c.o 12:29:20 #18 1.753 [ 15%] Building C object c/CMakeFiles/csdk.dir/device.c.o 12:29:21 #18 ... 12:29:21 12:29:21 #10 [stage-1 5/8] RUN apk --no-cache upgrade 12:29:21 #10 1.275 WARNING: This apk-tools is OLD! Some packages might not function properly. 12:29:21 #10 1.284 Upgrading critical system libraries and apk-tools: 12:29:21 #10 1.284 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 12:29:21 #10 1.295 Executing busybox-1.36.1-r4.trigger 12:29:21 #10 1.379 Continuing the upgrade transaction with new apk-tools: 12:29:21 #10 1.385 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:29:21 #10 1.463 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:29:21 #10 1.574 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.18/main/x86_64/APKINDEX.tar.gz 12:29:21 #10 2.158 WARNING: This apk-tools is OLD! Some packages might not function properly. 12:29:21 #10 2.166 (1/22) Upgrading musl (1.2.4-r2 -> 1.2.4-r3) 12:29:21 #10 2.176 (2/22) Upgrading busybox (1.36.1-r4 -> 1.36.1-r7) 12:29:21 #10 2.196 Executing busybox-1.36.1-r7.post-upgrade 12:29:21 #10 2.211 (3/22) Upgrading busybox-binsh (1.36.1-r4 -> 1.36.1-r7) 12:29:21 #10 2.214 (4/22) Upgrading ca-certificates-bundle (20230506-r0 -> 20241121-r1) 12:29:21 #10 2.221 (5/22) Upgrading libcrypto3 (3.1.4-r0 -> 3.1.8-r0) 12:29:21 #10 2.256 (6/22) Upgrading libssl3 (3.1.4-r0 -> 3.1.8-r0) 12:29:21 #10 2.265 (7/22) Upgrading ssl_client (1.36.1-r4 -> 1.36.1-r7) 12:29:21 #10 2.268 (8/22) Upgrading binutils (2.40-r7 -> 2.40-r8) 12:29:21 #10 2.323 (9/22) Upgrading musl-dev (1.2.4-r2 -> 1.2.4-r3) 12:29:21 #10 2.381 (10/22) Upgrading libexpat (2.5.0-r1 -> 2.7.0-r0) 12:29:21 #10 2.385 (11/22) Upgrading xz-libs (5.4.3-r0 -> 5.4.3-r1) 12:29:21 #10 2.391 (12/22) Upgrading libarchive (3.7.2-r0 -> 3.8.0-r0) 12:29:21 #10 2.402 (13/22) Upgrading ca-certificates (20230506-r0 -> 20241121-r1) 12:29:21 #10 2.416 (14/22) Upgrading openssl-dev (3.1.4-r0 -> 3.1.8-r0) 12:29:21 #10 2.438 (15/22) Upgrading git (2.40.1-r0 -> 2.40.4-r0) 12:29:21 #10 2.491 (16/22) Upgrading musl-utils (1.2.4-r2 -> 1.2.4-r3) 12:29:21 #10 2.495 (17/22) Upgrading libtasn1 (4.19.0-r1 -> 4.20.0-r0) 12:29:21 #10 2.499 (18/22) Upgrading gnutls (3.8.0-r2 -> 3.8.4-r0) 12:29:21 #10 2.518 (19/22) Upgrading gnutls-c++ (3.8.0-r2 -> 3.8.4-r0) 12:29:21 #10 2.523 (20/22) Upgrading libtasn1-progs (4.19.0-r1 -> 4.20.0-r0) 12:29:21 #10 2.526 (21/22) Upgrading libtasn1-dev (4.19.0-r1 -> 4.20.0-r0) 12:29:21 #10 2.529 (22/22) Upgrading gnutls-dev (3.8.0-r2 -> 3.8.4-r0) 12:29:21 #10 2.540 Executing busybox-1.36.1-r7.trigger 12:29:21 #10 2.545 Executing ca-certificates-20241121-r1.trigger 12:29:21 #10 2.594 OK: 331 MiB in 91 packages 12:29:21 #10 DONE 2.8s 12:29:21 12:29:21 #18 [builder 12/12] RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install 12:29:21 #18 2.064 [ 17%] Building C object c/CMakeFiles/csdk.dir/devman.c.o 12:29:21 #18 2.169 [ 19%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o 12:29:21 #18 2.303 [ 21%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o 12:29:21 #18 2.428 [ 23%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o 12:29:21 #18 2.525 [ 25%] Building C object c/CMakeFiles/csdk.dir/dto-read.c.o 12:29:21 #18 2.685 [ 27%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o 12:29:21 #18 2.743 [ 29%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o 12:29:22 #18 3.058 [ 31%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o 12:29:22 #18 3.119 [ 33%] Building C object c/CMakeFiles/csdk.dir/keeper.c.o 12:29:22 #18 3.362 [ 35%] Building C object c/CMakeFiles/csdk.dir/map.c.o 12:29:22 #18 3.466 [ 37%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o 12:29:22 #18 3.675 [ 39%] Building C object c/CMakeFiles/csdk.dir/opstate.c.o 12:29:23 #18 3.762 [ 41%] Building C object c/CMakeFiles/csdk.dir/parson.c.o 12:29:23 #18 4.757 [ 43%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o 12:29:23 #18 4.859 [ 45%] Building C object c/CMakeFiles/csdk.dir/registry.c.o 12:29:24 #18 4.929 [ 47%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o 12:29:24 #18 5.017 [ 49%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o 12:29:24 #18 5.073 [ 50%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o 12:29:24 #18 5.303 [ 52%] Building C object c/CMakeFiles/csdk.dir/rest.c.o 12:29:24 #18 5.645 [ 54%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o 12:29:24 #18 5.721 [ 56%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o 12:29:24 #18 5.852 [ 58%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o 12:29:25 #18 5.944 [ 60%] Building C object c/CMakeFiles/csdk.dir/service.c.o 12:29:25 #18 6.355 [ 62%] Building C object c/CMakeFiles/csdk.dir/transform.c.o 12:29:25 #18 6.470 [ 64%] Building C object c/CMakeFiles/csdk.dir/validate.c.o 12:29:25 #18 6.536 [ 66%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o 12:29:25 #18 6.628 [ 68%] Linking C shared library libcsdk.so 12:29:26 #18 6.677 [ 68%] Built target csdk 12:29:26 #18 6.699 [ 70%] Building C object c/examples/CMakeFiles/template.dir/template.c.o 12:29:26 #18 6.835 [ 72%] Linking C executable template 12:29:26 #18 6.905 [ 72%] Built target template 12:29:26 #18 6.925 [ 74%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o 12:29:26 #18 7.018 [ 76%] Linking C executable device-counter 12:29:26 #18 7.082 [ 76%] Built target device-counter 12:29:26 #18 7.103 [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o 12:29:26 #18 7.189 [ 80%] Linking C executable device-random 12:29:26 #18 7.257 [ 80%] Built target device-random 12:29:26 #18 7.278 [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o 12:29:26 #18 7.356 [ 84%] Linking C executable device-gyro 12:29:26 #18 7.423 [ 84%] Built target device-gyro 12:29:26 #18 7.443 [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o 12:29:26 #18 7.527 [ 88%] Linking C executable device-bitfields 12:29:26 #18 7.599 [ 88%] Built target device-bitfields 12:29:26 #18 7.615 [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o 12:29:26 #18 7.766 [ 92%] Linking C executable template-discovery 12:29:27 #18 7.831 [ 92%] Built target template-discovery 12:29:27 #18 7.853 [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o 12:29:27 #18 7.968 [ 96%] Linking C executable device-file 12:29:27 #18 8.034 [ 96%] Built target device-file 12:29:27 #18 8.054 [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o 12:29:27 #18 8.152 [100%] Linking C executable device-terminal 12:29:27 #18 8.226 [100%] Built target device-terminal 12:29:27 #18 8.248 Run CPack packaging tool... 12:29:27 #18 8.263 CPack: Create package using TGZ 12:29:27 #18 8.263 CPack: Install projects 12:29:27 #18 8.263 CPack: - Run preinstall target for: Csdk 12:29:27 #18 8.509 CPack: - Install project: Csdk [] 12:29:27 #18 8.518 CPack: Create package 12:29:27 #18 8.541 CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. 12:29:27 #18 8.543 + '[' false '=' true ] 12:29:27 #18 8.543 + '[' false '=' true ] 12:29:27 #18 8.543 + mkdir -p /tmp/sdk/build/debug 12:29:27 #18 8.544 + cd /tmp/sdk/build/debug 12:29:27 #18 8.544 + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src 12:29:27 #18 8.614 -- The C compiler identification is GNU 12.2.1 12:29:27 #18 8.630 -- Detecting C compiler ABI info 12:29:27 #18 8.722 -- Detecting C compiler ABI info - done 12:29:28 #18 8.742 -- Check for working C compiler: /usr/bin/cc - skipped 12:29:28 #18 8.743 -- Detecting C compile features 12:29:28 #18 8.744 -- Detecting C compile features - done 12:29:28 #18 8.747 -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so 12:29:28 #18 8.799 -- Found CURL: /usr/lib/libcurl.so (found version "8.4.0") 12:29:28 #18 8.802 -- Found LIBYAML: /usr/lib/libyaml.so 12:29:28 #18 8.805 -- Found LIBUUID: /usr/lib/libuuid.so 12:29:28 #18 8.808 -- Found LIBCBOR: /usr/lib/libcbor.so 12:29:28 #18 8.810 -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so 12:29:28 #18 8.813 -- Found IOT: /opt/iotech/iot/1.5/lib/libiot.so 12:29:28 #18 8.813 -- /opt/iotech/iot/1.5/include 12:29:28 #18 8.813 -- C SDK 0.0.0 for Linux 12:29:28 #18 8.815 -- Performing Test CSDK_HAVE_ATOMIC 12:29:28 #18 8.912 -- Performing Test CSDK_HAVE_ATOMIC - Success 12:29:28 #18 8.963 -- Found Curses: /usr/lib/libcurses.so 12:29:28 #18 8.985 -- Configuring done (0.4s) 12:29:28 #18 9.015 -- Generating done (0.0s) 12:29:28 #18 9.018 -- Build files have been written to: /tmp/sdk/build/debug 12:29:28 #18 9.023 + + tee debug.log 12:29:28 #18 9.023 make 12:29:28 #18 9.073 [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o 12:29:28 #18 9.151 [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o 12:29:28 #18 9.230 [ 5%] Building C object c/CMakeFiles/csdk.dir/bus.c.o 12:29:28 #18 9.306 [ 7%] Building C object c/CMakeFiles/csdk.dir/callback3.c.o 12:29:28 #18 9.379 [ 9%] Building C object c/CMakeFiles/csdk.dir/config.c.o 12:29:28 #18 9.500 [ 11%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o 12:29:28 #18 9.537 [ 13%] Building C object c/CMakeFiles/csdk.dir/data.c.o 12:29:28 #18 9.617 [ 15%] Building C object c/CMakeFiles/csdk.dir/device.c.o 12:29:28 #18 9.735 [ 17%] Building C object c/CMakeFiles/csdk.dir/devman.c.o 12:29:29 #18 9.797 [ 19%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o 12:29:29 #18 9.870 [ 21%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o 12:29:29 #18 9.945 [ 23%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o 12:29:29 #18 10.01 [ 25%] Building C object c/CMakeFiles/csdk.dir/dto-read.c.o 12:29:29 #18 10.09 [ 27%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o 12:29:29 #18 10.14 [ 29%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o 12:29:29 #18 10.27 [ 31%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o 12:29:29 #18 10.32 [ 33%] Building C object c/CMakeFiles/csdk.dir/keeper.c.o 12:29:29 #18 10.42 [ 35%] Building C object c/CMakeFiles/csdk.dir/map.c.o 12:29:29 #18 10.47 [ 37%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o 12:29:29 #18 10.58 [ 39%] Building C object c/CMakeFiles/csdk.dir/opstate.c.o 12:29:29 #18 10.64 [ 41%] Building C object c/CMakeFiles/csdk.dir/parson.c.o 12:29:29 #18 10.85 [ 43%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o 12:29:30 #18 10.92 [ 45%] Building C object c/CMakeFiles/csdk.dir/registry.c.o 12:29:30 #18 10.98 [ 47%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o 12:29:30 #18 11.04 [ 49%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o 12:29:30 #18 11.09 [ 50%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o 12:29:30 #18 11.18 [ 52%] Building C object c/CMakeFiles/csdk.dir/rest.c.o 12:29:30 #18 11.39 [ 54%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o 12:29:30 #18 11.44 [ 56%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o 12:29:30 #18 11.51 [ 58%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o 12:29:30 #18 11.58 [ 60%] Building C object c/CMakeFiles/csdk.dir/service.c.o 12:29:30 #18 11.72 [ 62%] Building C object c/CMakeFiles/csdk.dir/transform.c.o 12:29:30 #18 11.78 [ 64%] Building C object c/CMakeFiles/csdk.dir/validate.c.o 12:29:30 #18 11.84 [ 66%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o 12:29:31 #18 11.89 [ 68%] Linking C shared library libcsdk.so 12:29:31 #18 11.96 [ 68%] Built target csdk 12:29:31 #18 11.98 [ 70%] Building C object c/examples/CMakeFiles/template.dir/template.c.o 12:29:31 #18 12.05 [ 72%] Linking C executable template 12:29:31 #18 12.11 [ 72%] Built target template 12:29:31 #18 12.14 [ 74%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o 12:29:31 #18 12.20 [ 76%] Linking C executable device-counter 12:29:31 #18 12.26 [ 76%] Built target device-counter 12:29:31 #18 12.29 [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o 12:29:31 #18 12.35 [ 80%] Linking C executable device-random 12:29:31 #18 12.43 [ 80%] Built target device-random 12:29:31 #18 12.45 [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o 12:29:31 #18 12.51 [ 84%] Linking C executable device-gyro 12:29:31 #18 12.58 [ 84%] Built target device-gyro 12:29:31 #18 12.61 [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o 12:29:31 #18 12.67 [ 88%] Linking C executable device-bitfields 12:29:31 #18 12.74 [ 88%] Built target device-bitfields 12:29:31 #18 12.76 [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o 12:29:31 #18 12.83 [ 92%] Linking C executable template-discovery 12:29:31 #18 12.91 [ 92%] Built target template-discovery 12:29:32 #18 12.93 [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o 12:29:32 #18 12.99 [ 96%] Linking C executable device-file 12:29:32 #18 13.06 [ 96%] Built target device-file 12:29:32 #18 13.08 [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o 12:29:32 #18 13.15 [100%] Linking C executable device-terminal 12:29:32 #18 13.23 [100%] Built target device-terminal 12:29:32 #18 13.24 make: Entering directory '/tmp/sdk/build/release' 12:29:32 #18 13.30 [ 68%] Built target csdk 12:29:32 #18 13.32 [ 72%] Built target template 12:29:32 #18 13.34 [ 76%] Built target device-counter 12:29:32 #18 13.36 [ 80%] Built target device-random 12:29:32 #18 13.38 [ 84%] Built target device-gyro 12:29:32 #18 13.40 [ 88%] Built target device-bitfields 12:29:32 #18 13.42 [ 92%] Built target template-discovery 12:29:32 #18 13.44 [ 96%] Built target device-file 12:29:32 #18 13.46 [100%] Built target device-terminal 12:29:32 #18 13.48 Install the project... 12:29:32 #18 13.49 -- Install configuration: "Release" 12:29:32 #18 13.49 -- Installing: /usr/local/lib/libcsdk.so 12:29:32 #18 13.49 -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" 12:29:32 #18 13.49 -- Installing: /usr/local/include 12:29:32 #18 13.49 -- Installing: /usr/local/include/devsdk 12:29:32 #18 13.49 -- Installing: /usr/local/include/devsdk/devsdk.h 12:29:32 #18 13.49 -- Installing: /usr/local/include/devsdk/devsdk-base.h 12:29:32 #18 13.49 -- Installing: /usr/local/include/edgex 12:29:32 #18 13.49 -- Installing: /usr/local/include/edgex/edgex.h 12:29:32 #18 13.49 -- Installing: /usr/local/include/edgex/devices.h 12:29:32 #18 13.49 -- Installing: /usr/local/include/edgex/profiles.h 12:29:32 #18 13.49 -- Installing: /usr/local/include/edgex/edgex-base.h 12:29:32 #18 13.49 -- Installing: /usr/local/include/edgex/rest-server.h 12:29:32 #18 13.49 -- Installing: /usr/local/include/edgex/csdk-defs.h 12:29:32 #18 13.49 -- Installing: /usr/local/share/device-sdk-c/LICENSE 12:29:32 #18 13.49 -- Installing: /usr/local/share/device-sdk-c/Attribution.txt 12:29:32 #18 13.49 make: Leaving directory '/tmp/sdk/build/release' 12:29:32 #18 DONE 13.6s 12:29:32 12:29:32 #19 [stage-1 6/8] COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex 12:29:32 #19 DONE 0.1s 12:29:32 12:29:32 #20 [stage-1 7/8] COPY --from=builder /usr/local/lib /usr/local/lib 12:29:32 #20 DONE 0.0s 12:29:33 12:29:33 #21 [stage-1 8/8] COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c 12:29:33 #21 DONE 0.0s 12:29:33 12:29:33 #22 exporting to image 12:29:33 #22 exporting layers 12:29:33 #22 exporting layers 0.3s done 12:29:33 #22 writing image sha256:8ceaf77819e0e0610178fad109eebf8c2b7797be715b1e79f74540e01a440a1a done 12:29:33 #22 naming to docker.io/library/ci-base-image-x86_64 done 12:29:33 #22 DONE 0.3s 12:29:33 12:29:33 1 warning found (use docker --debug to expand): 12:29:33  - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 18) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:29:33 + docker inspect -f . ci-base-image-x86_64 12:29:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:29:33 prd-ubuntu20.04-docker-8c-8g-8233 does not seem to be running inside a container 12:29:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-c_main -v /w/workspace/edgexfoundry_device-sdk-c_main:/w/workspace/edgexfoundry_device-sdk-c_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_main@tmp:/w/workspace/edgexfoundry_device-sdk-c_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:29:34 $ docker top 3645b72421b329886f63ca9a8fd40af990edc6dd8422e0a0d3e18f71338ee224 -eo pid,comm [Pipeline] { [Pipeline] sh 12:29:34 + make test 12:29:34 echo "make test" 12:29:34 make test [Pipeline] } 12:29:34 $ docker stop --time=1 3645b72421b329886f63ca9a8fd40af990edc6dd8422e0a0d3e18f71338ee224 12:29:35 $ docker rm -f --volumes 3645b72421b329886f63ca9a8fd40af990edc6dd8422e0a0d3e18f71338ee224 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 12:29:36 + sudo chown -R jenkins:jenkins . [Pipeline] sh 12:29:36 + ls -al . 12:29:36 total 220 12:29:36 drwxrwxr-x 9 jenkins jenkins 4096 Sep 3 12:29 . 12:29:36 drwxrwxr-x 4 jenkins jenkins 4096 Sep 3 12:28 .. 12:29:36 drwxrwxr-x 8 jenkins jenkins 4096 Sep 3 12:29 .git 12:29:36 drwxrwxr-x 3 jenkins jenkins 4096 Sep 3 12:28 .github 12:29:36 -rw-rw-r-- 1 jenkins jenkins 176 Sep 3 12:28 .gitignore 12:29:36 drwxr-xr-x 3 jenkins jenkins 4096 Sep 3 12:29 .semver 12:29:36 -rw-rw-r-- 1 jenkins jenkins 2908 Sep 3 12:28 Attribution.txt 12:29:36 -rw-rw-r-- 1 jenkins jenkins 17404 Sep 3 12:28 CHANGELOG.md 12:29:36 -rw-rw-r-- 1 jenkins jenkins 108574 Sep 3 12:28 Doxyfile 12:29:36 -rw-rw-r-- 1 jenkins jenkins 677 Sep 3 12:28 GOVERNANCE.md 12:29:36 -rw-rw-r-- 1 jenkins jenkins 784 Sep 3 12:28 Jenkinsfile 12:29:36 -rw-rw-r-- 1 jenkins jenkins 10174 Sep 3 12:28 LICENSE 12:29:36 -rw-rw-r-- 1 jenkins jenkins 444 Sep 3 12:28 Makefile 12:29:36 -rw-rw-r-- 1 jenkins jenkins 618 Sep 3 12:28 OWNERS.md 12:29:36 -rw-rw-r-- 1 jenkins jenkins 1651 Sep 3 12:28 README.IOT.md 12:29:36 -rw-rw-r-- 1 jenkins jenkins 4173 Sep 3 12:28 README.md 12:29:36 -rw-rw-r-- 1 jenkins jenkins 1245 Sep 3 12:28 README.v3.md 12:29:36 -rw-rw-r-- 1 jenkins jenkins 11 Sep 3 12:29 VERSION 12:29:36 drwxrwxr-x 2 jenkins jenkins 4096 Sep 3 12:28 docs 12:29:36 drwxrwxr-x 4 jenkins jenkins 4096 Sep 3 12:28 include 12:29:36 drwxrwxr-x 2 jenkins jenkins 4096 Sep 3 12:28 scripts 12:29:36 drwxrwxr-x 4 jenkins jenkins 4096 Sep 3 12:28 src [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:29:37 + 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=1ba0fe28f5b1fa31b822351a28280fa11b7aa2f3 --label arch=amd64 --label version=4.1.0-dev.7 . 12:29:37 #0 building with "default" instance using docker driver 12:29:37 12:29:37 #1 [internal] load build definition from Dockerfile.alpine 12:29:37 #1 transferring dockerfile: 1.55kB done 12:29:37 #1 DONE 0.0s 12:29:37 12:29:37 #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 12:29:37 #2 DONE 0.0s 12:29:37 12:29:37 #3 [internal] load .dockerignore 12:29:37 #3 transferring context: 2B done 12:29:37 #3 DONE 0.0s 12:29:37 12:29:37 #4 [internal] load build context 12:29:37 #4 transferring context: 8.48kB 0.0s done 12:29:37 #4 DONE 0.0s 12:29:37 12:29:37 #5 [ 1/12] FROM docker.io/library/ci-base-image-x86_64:latest 12:29:37 #5 DONE 0.1s 12:29:37 12:29:37 #6 [ 2/12] RUN wget https://iotech.jfrog.io/artifactory/api/security/keypair/public/repositories/alpine-release -O /etc/apk/keys/alpine.dev.rsa.pub 12:29:37 #6 0.193 Connecting to iotech.jfrog.io (54.73.4.50:443) 12:29:37 #6 0.599 saving to '/etc/apk/keys/alpine.dev.rsa.pub' 12:29:37 #6 0.599 alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA 12:29:37 #6 0.600 '/etc/apk/keys/alpine.dev.rsa.pub' saved 12:29:37 #6 DONE 0.7s 12:29:37 12:29:37 #7 [ 3/12] RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.18/main' >> /etc/apk/repositories 12:29:38 #7 DONE 0.3s 12:29:38 12:29:38 #8 [ 4/12] 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 12:29:38 #8 0.293 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:29:38 #8 0.462 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:29:38 #8 0.664 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.18/main/x86_64/APKINDEX.tar.gz 12:29:39 #8 1.333 WARNING: This apk-tools is OLD! Some packages might not function properly. 12:29:39 #8 1.343 (1/11) Installing iotech-iot-1.5-dev (1.5.7-r0) 12:29:39 #8 1.575 (2/11) Installing libcbor-dev (0.10.2-r1) 12:29:39 #8 1.622 (3/11) Installing libmenuw (6.4_p20230506-r0) 12:29:39 #8 1.625 (4/11) Installing libpanelw (6.4_p20230506-r0) 12:29:39 #8 1.629 (5/11) Installing libncurses++ (6.4_p20230506-r0) 12:29:39 #8 1.633 (6/11) Installing ncurses-dev (6.4_p20230506-r0) 12:29:39 #8 1.641 (7/11) Installing libblkid (2.38.1-r8) 12:29:39 #8 1.648 (8/11) Installing libfdisk (2.38.1-r8) 12:29:39 #8 1.658 (9/11) Installing libmount (2.38.1-r8) 12:29:39 #8 1.666 (10/11) Installing libsmartcols (2.38.1-r8) 12:29:39 #8 1.696 (11/11) Installing util-linux-dev (2.38.1-r8) 12:29:39 #8 1.720 Executing busybox-1.36.1-r7.trigger 12:29:39 #8 1.732 OK: 336 MiB in 102 packages 12:29:39 #8 DONE 1.9s 12:29:40 12:29:40 #9 [ 5/12] RUN apk --no-cache upgrade 12:29:40 #9 0.291 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:29:40 #9 0.376 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:29:40 #9 0.490 fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.18/main/x86_64/APKINDEX.tar.gz 12:29:41 #9 1.074 WARNING: This apk-tools is OLD! Some packages might not function properly. 12:29:41 #9 1.084 OK: 336 MiB in 102 packages 12:29:41 #9 DONE 1.2s 12:29:41 12:29:41 #10 [ 6/12] COPY VERSION /edgex-c-sdk/ 12:29:41 #10 DONE 0.0s 12:29:41 12:29:41 #11 [ 7/12] COPY src /edgex-c-sdk/src/ 12:29:41 #11 DONE 0.1s 12:29:41 12:29:41 #12 [ 8/12] COPY include /edgex-c-sdk/include/ 12:29:41 #12 DONE 0.0s 12:29:41 12:29:41 #13 [ 9/12] COPY scripts /edgex-c-sdk/scripts 12:29:41 #13 DONE 0.0s 12:29:41 12:29:41 #14 [10/12] COPY LICENSE /edgex-c-sdk/ 12:29:41 #14 DONE 0.0s 12:29:41 12:29:41 #15 [11/12] COPY Attribution.txt /edgex-c-sdk/ 12:29:41 #15 DONE 0.0s 12:29:41 12:29:41 #16 [12/12] WORKDIR /edgex-c-sdk 12:29:41 #16 DONE 0.0s 12:29:41 12:29:41 #17 exporting to image 12:29:41 #17 exporting layers 0.1s done 12:29:41 #17 writing image sha256:b32d6d675123ccac110cd9ada702801229e6f2f089a71f5f5ae2aef4268a7424 done 12:29:41 #17 naming to docker.io/library/device-sdk done 12:29:41 #17 DONE 0.2s [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 12:29:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:29:42 12:29:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:29:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:29:42 latest: Pulling from edgex-lftools-log-publisher 12:29:42 5eb5b503b376: Pulling fs layer 12:29:42 5c69ac0246d0: Pulling fs layer 12:29:42 ec43610c2a17: Pulling fs layer 12:29:42 3a2ae6a8a46f: Pulling fs layer 12:29:42 33b1e0a273af: Pulling fs layer 12:29:42 5d3b04190fa2: Pulling fs layer 12:29:42 2f39f015ded8: Pulling fs layer 12:29:42 33b1e0a273af: Waiting 12:29:42 5d3b04190fa2: Waiting 12:29:42 2f39f015ded8: Waiting 12:29:42 3a2ae6a8a46f: Waiting 12:29:42 5c69ac0246d0: Download complete 12:29:42 3a2ae6a8a46f: Verifying Checksum 12:29:42 3a2ae6a8a46f: Download complete 12:29:42 33b1e0a273af: Download complete 12:29:42 5d3b04190fa2: Download complete 12:29:42 ec43610c2a17: Verifying Checksum 12:29:42 ec43610c2a17: Download complete 12:29:42 5eb5b503b376: Verifying Checksum 12:29:42 5eb5b503b376: Download complete 12:29:43 2f39f015ded8: Verifying Checksum 12:29:43 2f39f015ded8: Download complete 12:29:44 5eb5b503b376: Pull complete 12:29:44 5c69ac0246d0: Pull complete 12:29:44 ec43610c2a17: Pull complete 12:29:44 3a2ae6a8a46f: Pull complete 12:29:45 33b1e0a273af: Pull complete 12:29:45 5d3b04190fa2: Pull complete 12:29:51 2f39f015ded8: Pull complete 12:29:51 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 12:29:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:29:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:29:51 prd-ubuntu20.04-docker-8c-8g-8233 does not seem to be running inside a container 12:29:51 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-c_main -v /w/workspace/edgexfoundry_device-sdk-c_main:/w/workspace/edgexfoundry_device-sdk-c_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_main@tmp:/w/workspace/edgexfoundry_device-sdk-c_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 12:29:53 $ docker top b487efd66071edca36d1a3f69544383bb38e77a13444954de015415f13f19476 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:29:53 ---> job-cost.sh 12:29:53 lf-activate-venv: SKIPPING 12:29:53 INFO: No Stack... 12:29:53 INFO: Retrieving Pricing Info for: v3-standard-8 12:29:54 INFO: Archiving Costs [Pipeline] sh 12:29:54 + cat /w/workspace/edgexfoundry_device-sdk-c_main/archives/cost.csv 12:29:54 + cut -d, -f6 [Pipeline] lock 12:29:54 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-sdk-c-main-107-stack-cost] 12:29:54 Resource [jenkins-edgexfoundry-device-sdk-c-main-107-stack-cost] did not exist. Created. 12:29:54 Lock acquired on [Resource: jenkins-edgexfoundry-device-sdk-c-main-107-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:29:54 + echo total: 0.2199999988079071 [Pipeline] stash 12:29:54 Stashed 1 file(s) [Pipeline] } 12:29:54 Lock released on resource [Resource: jenkins-edgexfoundry-device-sdk-c-main-107-stack-cost] [Pipeline] // lock [Pipeline] } 12:29:54 $ docker stop --time=1 b487efd66071edca36d1a3f69544383bb38e77a13444954de015415f13f19476 12:29:55 $ docker rm -f --volumes b487efd66071edca36d1a3f69544383bb38e77a13444954de015415f13f19476 [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 12:29:56 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 12:29:56 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:29:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:29:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:29:56 prd-ubuntu20.04-docker-8c-8g-8233 does not seem to be running inside a container 12:29:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_main -v /w/workspace/edgexfoundry_device-sdk-c_main:/w/workspace/edgexfoundry_device-sdk-c_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_main@tmp:/w/workspace/edgexfoundry_device-sdk-c_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 12:29:57 $ docker top c6ab131e1c21bb631b331938311da67df5cf4c7859f82636950ed59554c146ed -eo pid,comm 12:29:57 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). 12:29:57 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:29:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:29:57 [ssh-agent] Looking for ssh-agent implementation... 12:29:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:29:57 $ docker exec c6ab131e1c21bb631b331938311da67df5cf4c7859f82636950ed59554c146ed ssh-agent 12:29:57 SSH_AUTH_SOCK=/tmp/ssh-rVnp8DKVbpkK/agent.31 12:29:57 SSH_AGENT_PID=37 12:29:57 Running ssh-add (command line suppressed) 12:29:57 Identity added: /w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_4853302000193503431.key (/w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_4853302000193503431.key) 12:29:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:29:57 + git semver tag 12:29:58 2025-09-03 12:29:57,972 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 12:29:58 2025-09-03 12:29:57,976 [run_tag] DEBUG tag force:False 12:29:58 2025-09-03 12:29:57,976 [check_head_tag] DEBUG check head tag 12:29:58 2025-09-03 12:29:57,976 [execute] INFO git cat-file --batch-check 12:29:58 2025-09-03 12:29:57,977 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main, stdin=, shell=False, universal_newlines=False) 12:29:58 2025-09-03 12:29:57,979 [execute] INFO git cat-file --batch 12:29:58 2025-09-03 12:29:57,979 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main, stdin=, shell=False, universal_newlines=False) 12:29:58 2025-09-03 12:29:57,990 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main 12:29:58 2025-09-03 12:29:57,990 [execute] INFO git tag -a v4.1.0-dev.7 -m v4.1.0-dev.7 12:29:58 2025-09-03 12:29:57,990 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.7', '-m', 'v4.1.0-dev.7'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main, stdin=None, shell=False, universal_newlines=False) 12:29:58 2025-09-03 12:29:57,993 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main 12:29:58 4.1.0-dev.7 [Pipeline] } 12:29:58 $ docker exec --env ******** --env ******** c6ab131e1c21bb631b331938311da67df5cf4c7859f82636950ed59554c146ed ssh-agent -k 12:29:58 unset SSH_AUTH_SOCK; 12:29:58 unset SSH_AGENT_PID; 12:29:58 echo Agent pid 37 killed; 12:29:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:29:58 + git semver [Pipeline] } 12:29:59 $ docker stop --time=1 c6ab131e1c21bb631b331938311da67df5cf4c7859f82636950ed59554c146ed 12:30:00 $ docker rm -f --volumes c6ab131e1c21bb631b331938311da67df5cf4c7859f82636950ed59554c146ed [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:30:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 12:30:00 12:30:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:30:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 12:30:01 0.23.1-centos7: Pulling from edgex-lftools 12:30:01 ab5ef0e58194: Pulling fs layer 12:30:01 9712f1f96733: Pulling fs layer 12:30:01 63f879dbbcfc: Pulling fs layer 12:30:01 0d9ebad4ef96: Pulling fs layer 12:30:01 e9a5061849ea: Pulling fs layer 12:30:01 d747dcd14b5f: Pulling fs layer 12:30:01 2de7ff778b66: Pulling fs layer 12:30:01 2de7ff778b66: Waiting 12:30:01 e9a5061849ea: Waiting 12:30:01 d747dcd14b5f: Waiting 12:30:01 0d9ebad4ef96: Waiting 12:30:01 9712f1f96733: Verifying Checksum 12:30:01 9712f1f96733: Download complete 12:30:01 63f879dbbcfc: Verifying Checksum 12:30:01 63f879dbbcfc: Download complete 12:30:01 e9a5061849ea: Verifying Checksum 12:30:01 e9a5061849ea: Download complete 12:30:01 d747dcd14b5f: Verifying Checksum 12:30:01 d747dcd14b5f: Download complete 12:30:01 ab5ef0e58194: Verifying Checksum 12:30:01 ab5ef0e58194: Download complete 12:30:01 0d9ebad4ef96: Verifying Checksum 12:30:01 0d9ebad4ef96: Download complete 12:30:02 2de7ff778b66: Verifying Checksum 12:30:02 2de7ff778b66: Download complete 12:30:06 ab5ef0e58194: Pull complete 12:30:06 9712f1f96733: Pull complete 12:30:06 63f879dbbcfc: Pull complete 12:30:14 0d9ebad4ef96: Pull complete 12:30:14 e9a5061849ea: Pull complete 12:30:14 d747dcd14b5f: Pull complete 12:30:14 2de7ff778b66: Pull complete 12:30:14 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 12:30:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 12:30:14 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:30:15 prd-ubuntu20.04-docker-8c-8g-8233 does not seem to be running inside a container 12:30:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-c_main -v /w/workspace/edgexfoundry_device-sdk-c_main:/w/workspace/edgexfoundry_device-sdk-c_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_main@tmp:/w/workspace/edgexfoundry_device-sdk-c_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 12:30:16 $ docker top 521a19ffb90938b75990ae2ac412ef4cd5d28a603185978a8e4102aab4729714 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 12:30:16 provisioning config files... 12:30:16 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-c_main@tmp/config12861123210660643588tmp 12:30:16 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-c_main@tmp/config4674723661972429292tmp 12:30:16 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-c_main@tmp/config8688366464153914044tmp [Pipeline] { [Pipeline] echo 12:30:16 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 12:30:17 ---> sigul-configuration.sh 12:30:17 gpg: directory `/root/.gnupg' created 12:30:17 gpg: new configuration file `/root/.gnupg/gpg.conf' created 12:30:17 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 12:30:17 gpg: keyring `/root/.gnupg/secring.gpg' created 12:30:17 gpg: keyring `/root/.gnupg/pubring.gpg' created 12:30:17 gpg: CAST5 encrypted data 12:30:17 gpg: encrypted with 1 passphrase 12:30:17 gpg: WARNING: message was not integrity protected [Pipeline] sh 12:30:17 + mkdir /home/jenkins 12:30:17 + mkdir /home/jenkins/sigul [Pipeline] sh 12:30:17 + 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 12:30:17 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 12:30:18 ---> sigul-install.sh 12:30:18 Sigul already installed; skipping installation. [Pipeline] sh 12:30:18 + git tag --list 12:30:18 0.7.0 12:30:18 0.7.1 12:30:18 1.0.0 12:30:18 v1.0.1 12:30:18 v1.0.2 12:30:18 v1.0.3 12:30:18 v1.1.0 12:30:18 v1.1.1 12:30:18 v1.2.0 12:30:18 v1.2.1 12:30:18 v1.2.2 12:30:18 v1.3.0 12:30:18 v1.3.1 12:30:18 v2.0.0 12:30:18 v2.1.0 12:30:18 v2.2.0 12:30:18 v2.3.0 12:30:18 v3.0 12:30:18 v3.0.0 12:30:18 v3.0.1 12:30:18 v3.0.2 12:30:18 v3.1 12:30:18 v3.1.0 12:30:18 v3.1.1 12:30:18 v4.0 12:30:18 v4.0.0 12:30:18 v4.1.0-dev.1 12:30:18 v4.1.0-dev.2 12:30:18 v4.1.0-dev.3 12:30:18 v4.1.0-dev.4 12:30:18 v4.1.0-dev.5 12:30:18 v4.1.0-dev.6 12:30:18 v4.1.0-dev.7 [Pipeline] sh 12:30:18 + lftools sign git-tag v4.1.0-dev.7 12:30:19 Signing Git tag with Sigul... 12:30:19 Signing v4.1.0-dev.7 [Pipeline] echo 12:30:19 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 12:30:20 ---> sigul-configuration-cleanup.sh [Pipeline] } 12:30:20 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 12:30:20 $ docker stop --time=1 521a19ffb90938b75990ae2ac412ef4cd5d28a603185978a8e4102aab4729714 12:30:21 $ docker rm -f --volumes 521a19ffb90938b75990ae2ac412ef4cd5d28a603185978a8e4102aab4729714 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 12:30:21 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 12:30:21 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:30:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:30:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:30:22 prd-ubuntu20.04-docker-8c-8g-8233 does not seem to be running inside a container 12:30:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_main -v /w/workspace/edgexfoundry_device-sdk-c_main:/w/workspace/edgexfoundry_device-sdk-c_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_main@tmp:/w/workspace/edgexfoundry_device-sdk-c_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 12:30:22 $ docker top 81de6e4a051e2d8c096ef6fcfe47b3ae918752bcb4e04fae72ef94a84cc3629c -eo pid,comm 12:30:22 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). 12:30:22 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:30:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:30:22 [ssh-agent] Looking for ssh-agent implementation... 12:30:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:30:22 $ docker exec 81de6e4a051e2d8c096ef6fcfe47b3ae918752bcb4e04fae72ef94a84cc3629c ssh-agent 12:30:22 SSH_AUTH_SOCK=/tmp/ssh-TAuh1F0onGlL/agent.32 12:30:22 SSH_AGENT_PID=38 12:30:22 Running ssh-add (command line suppressed) 12:30:22 Identity added: /w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_10035091445320573443.key (/w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_10035091445320573443.key) 12:30:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:30:23 + git semver bump pre 12:30:23 2025-09-03 12:30:23,549 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 12:30:23 2025-09-03 12:30:23,554 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main 12:30:23 2025-09-03 12:30:23,554 [bump_version] DEBUG bumping version:4.1.0-dev.7 on axis:pre with prefix:dev 12:30:23 2025-09-03 12:30:23,554 [bump_version] DEBUG bumped version:4.1.0-dev.8 12:30:23 2025-09-03 12:30:23,554 [write_version] DEBUG write version:4.1.0-dev.8 to path:/w/workspace/edgexfoundry_device-sdk-c_main/.semver/main with force:True 12:30:23 2025-09-03 12:30:23,554 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main 12:30:23 2025-09-03 12:30:23,554 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-c_main/.semver/main 12:30:23 2025-09-03 12:30:23,556 [execute] INFO git cat-file --batch-check 12:30:23 2025-09-03 12:30:23,557 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main/.semver, stdin=, shell=False, universal_newlines=False) 12:30:23 2025-09-03 12:30:23,560 [execute] INFO git cat-file --batch 12:30:23 2025-09-03 12:30:23,560 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main/.semver, stdin=, shell=False, universal_newlines=False) 12:30:23 2025-09-03 12:30:23,564 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main 12:30:23 4.1.0-dev.8 [Pipeline] } 12:30:23 $ docker exec --env ******** --env ******** 81de6e4a051e2d8c096ef6fcfe47b3ae918752bcb4e04fae72ef94a84cc3629c ssh-agent -k 12:30:23 unset SSH_AUTH_SOCK; 12:30:23 unset SSH_AGENT_PID; 12:30:23 echo Agent pid 38 killed; 12:30:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:30:24 + git semver [Pipeline] } 12:30:24 $ docker stop --time=1 81de6e4a051e2d8c096ef6fcfe47b3ae918752bcb4e04fae72ef94a84cc3629c 12:30:26 $ docker rm -f --volumes 81de6e4a051e2d8c096ef6fcfe47b3ae918752bcb4e04fae72ef94a84cc3629c [Pipeline] // withDockerContainer [Pipeline] sh 12:30:26 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 12:30:26 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:30:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:30:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:30:26 prd-ubuntu20.04-docker-8c-8g-8233 does not seem to be running inside a container 12:30:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_main -v /w/workspace/edgexfoundry_device-sdk-c_main:/w/workspace/edgexfoundry_device-sdk-c_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_main@tmp:/w/workspace/edgexfoundry_device-sdk-c_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 12:30:27 $ docker top 9f384a1f21ac897c13ac54e8a221b62811a9681b24aa9ebbdc47837d1bd69880 -eo pid,comm 12:30:27 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). 12:30:27 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:30:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:30:27 [ssh-agent] Looking for ssh-agent implementation... 12:30:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:30:27 $ docker exec 9f384a1f21ac897c13ac54e8a221b62811a9681b24aa9ebbdc47837d1bd69880 ssh-agent 12:30:27 SSH_AUTH_SOCK=/tmp/ssh-OZQxnHRjkfEO/agent.32 12:30:27 SSH_AGENT_PID=38 12:30:27 Running ssh-add (command line suppressed) 12:30:27 Identity added: /w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_8147155766350888850.key (/w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_8147155766350888850.key) 12:30:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:30:27 + git semver push 12:30:28 2025-09-03 12:30:28,115 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 12:30:28 2025-09-03 12:30:28,119 [run_push] DEBUG push 12:30:28 2025-09-03 12:30:28,120 [execute] INFO git cat-file --batch-check 12:30:28 2025-09-03 12:30:28,120 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main/.semver, stdin=, shell=False, universal_newlines=False) 12:30:28 2025-09-03 12:30:28,123 [execute] INFO git rev-list f9a1f1109d07918a8a5f442c496f1e882d6fa329 -- 12:30:28 2025-09-03 12:30:28,123 [execute] DEBUG Popen(['git', 'rev-list', 'f9a1f1109d07918a8a5f442c496f1e882d6fa329', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main/.semver, stdin=None, shell=False, universal_newlines=False) 12:30:28 2025-09-03 12:30:28,130 [execute] INFO git fetch -v -- origin 12:30:28 2025-09-03 12:30:28,130 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main/.semver, stdin=None, shell=False, universal_newlines=True) 12:30:28 2025-09-03 12:30:28,586 [run_push] DEBUG no remote changes detected 12:30:28 2025-09-03 12:30:28,586 [execute] INFO git push origin semver 12:30:28 2025-09-03 12:30:28,587 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main/.semver, stdin=None, shell=False, universal_newlines=False) 12:30:29 2025-09-03 12:30:29,273 [run_push] DEBUG push all version tags 12:30:29 2025-09-03 12:30:29,274 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 12:30:29 2025-09-03 12:30:29,274 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main, stdin=None, shell=False, universal_newlines=False) 12:30:30 2025-09-03 12:30:29,935 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main 12:30:30 4.1.0-dev.8 [Pipeline] } 12:30:30 $ docker exec --env ******** --env ******** 9f384a1f21ac897c13ac54e8a221b62811a9681b24aa9ebbdc47837d1bd69880 ssh-agent -k 12:30:30 unset SSH_AUTH_SOCK; 12:30:30 unset SSH_AGENT_PID; 12:30:30 echo Agent pid 38 killed; 12:30:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:30:30 + git semver [Pipeline] } 12:30:30 $ docker stop --time=1 9f384a1f21ac897c13ac54e8a221b62811a9681b24aa9ebbdc47837d1bd69880 12:30:32 $ docker rm -f --volumes 9f384a1f21ac897c13ac54e8a221b62811a9681b24aa9ebbdc47837d1bd69880 [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 12:30:32 + [ -d /w/workspace/edgexfoundry_device-sdk-c_main/archives ] 12:30:32 + ls -al /w/workspace/edgexfoundry_device-sdk-c_main/archives 12:30:32 total 16 12:30:32 drwxr-xr-x 3 root root 4096 Sep 3 12:29 . 12:30:32 drwxrwxr-x 10 jenkins jenkins 4096 Sep 3 12:30 .. 12:30:32 drwxr-xr-x 2 root root 4096 Sep 3 12:29 cost 12:30:32 -rw-r--r-- 1 root root 84 Sep 3 12:29 cost.csv 12:30:32 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-c_main/archives 12:30:32 + ls -al /w/workspace/edgexfoundry_device-sdk-c_main/archives 12:30:32 total 16 12:30:32 drwxr-xr-x 3 jenkins jenkins 4096 Sep 3 12:29 . 12:30:32 drwxrwxr-x 10 jenkins jenkins 4096 Sep 3 12:30 .. 12:30:32 drwxr-xr-x 2 jenkins jenkins 4096 Sep 3 12:29 cost 12:30:32 -rw-r--r-- 1 jenkins jenkins 84 Sep 3 12:29 cost.csv [Pipeline] libraryResource [Pipeline] sh 12:30:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:30:33 ---> package-listing.sh 12:30:33 ++ facter osfamily 12:30:33 ++ tr '[:upper:]' '[:lower:]' 12:30:34 + OS_FAMILY=debian 12:30:34 + workspace=/w/workspace/edgexfoundry_device-sdk-c_main 12:30:34 + START_PACKAGES=/tmp/packages_start.txt 12:30:34 + END_PACKAGES=/tmp/packages_end.txt 12:30:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:30:34 + PACKAGES=/tmp/packages_start.txt 12:30:34 + '[' /w/workspace/edgexfoundry_device-sdk-c_main ']' 12:30:34 + PACKAGES=/tmp/packages_end.txt 12:30:34 + case "${OS_FAMILY}" in 12:30:34 + dpkg -l 12:30:34 + grep '^ii' 12:30:34 + '[' -f /tmp/packages_start.txt ']' 12:30:34 + '[' -f /tmp/packages_end.txt ']' 12:30:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:30:34 + '[' /w/workspace/edgexfoundry_device-sdk-c_main ']' 12:30:34 + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_main/archives/ 12:30:34 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-c_main/archives/ [Pipeline] echo 12:30:34 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 12:30:34 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:30:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:30:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:30:35 prd-ubuntu20.04-docker-8c-8g-8233 does not seem to be running inside a container 12:30:35 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-c_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-c_main -v /w/workspace/edgexfoundry_device-sdk-c_main:/w/workspace/edgexfoundry_device-sdk-c_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_main@tmp:/w/workspace/edgexfoundry_device-sdk-c_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 12:30:35 $ docker top a1de59313df771989b10ae7ca56611601fb8846b2358108576b4f47c09a88146 -eo pid,comm [Pipeline] { [Pipeline] sh 12:30:35 + touch /tmp/pre-build-complete [Pipeline] sh 12:30:35 + mkdir -p /var/log/sysstat [Pipeline] sh 12:30:36 + ls /var/log/sa-host 12:30:36 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:30:36 provisioning config files... 12:30:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_main@tmp/config2623964070939326895tmp [Pipeline] { [Pipeline] echo 12:30:36 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:30:36 ---> create-netrc.sh [Pipeline] } 12:30:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 12:30:36 ---> python-tools-install.sh [Pipeline] echo 12:30:36 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:30:37 ---> sudo-logs.sh 12:30:37 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 12:30:37 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:30:37 ---> job-cost.sh 12:30:37 lf-activate-venv: SKIPPING 12:30:37 DEBUG: total: 0.2199999988079071 12:30:37 INFO: Retrieving Stack Cost... 12:30:37 INFO: Retrieving Pricing Info for: v3-standard-8 12:30:38 INFO: Archiving Costs [Pipeline] echo 12:30:38 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:30:38 ---> logs-deploy.sh 12:30:38 lf-activate-venv: SKIPPING 12:30:38 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/main/107 12:30:38 INFO: archiving workspace using pattern(s): 12:30:39 Archives upload complete. 12:30:39 INFO: archiving logs to Nexus 12:30:40 ---> uname -a: 12:30:40 Linux prd-ubuntu20-04-docker-8c-8g-8233 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 12:30:40 12:30:40 12:30:40 ---> lscpu: 12:30:40 Architecture: x86_64 12:30:40 CPU op-mode(s): 32-bit, 64-bit 12:30:40 Byte Order: Little Endian 12:30:40 Address sizes: 40 bits physical, 48 bits virtual 12:30:40 CPU(s): 8 12:30:40 On-line CPU(s) list: 0-7 12:30:40 Thread(s) per core: 1 12:30:40 Core(s) per socket: 1 12:30:40 Socket(s): 8 12:30:40 NUMA node(s): 1 12:30:40 Vendor ID: AuthenticAMD 12:30:40 CPU family: 23 12:30:40 Model: 49 12:30:40 Model name: AMD EPYC-Rome Processor 12:30:40 Stepping: 0 12:30:40 CPU MHz: 2799.998 12:30:40 BogoMIPS: 5599.99 12:30:40 Virtualization: AMD-V 12:30:40 Hypervisor vendor: KVM 12:30:40 Virtualization type: full 12:30:40 L1d cache: 256 KiB 12:30:40 L1i cache: 256 KiB 12:30:40 L2 cache: 4 MiB 12:30:40 L3 cache: 128 MiB 12:30:40 NUMA node0 CPU(s): 0-7 12:30:40 Vulnerability Gather data sampling: Not affected 12:30:40 Vulnerability Itlb multihit: Not affected 12:30:40 Vulnerability L1tf: Not affected 12:30:40 Vulnerability Mds: Not affected 12:30:40 Vulnerability Meltdown: Not affected 12:30:40 Vulnerability Mmio stale data: Not affected 12:30:40 Vulnerability Retbleed: Vulnerable 12:30:40 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 12:30:40 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 12:30:40 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 12:30:40 Vulnerability Srbds: Not affected 12:30:40 Vulnerability Tsx async abort: Not affected 12:30:40 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 12:30:40 12:30:40 12:30:40 ---> nproc: 12:30:40 8 12:30:40 12:30:40 12:30:40 ---> df -h: 12:30:40 Filesystem Size Used Avail Use% Mounted on 12:30:40 overlay 155G 12G 144G 8% / 12:30:40 tmpfs 64M 0 64M 0% /dev 12:30:40 tmpfs 16G 0 16G 0% /sys/fs/cgroup 12:30:40 shm 64M 0 64M 0% /dev/shm 12:30:40 /dev/vda1 155G 12G 144G 8% /facter-os 12:30:40 12:30:40 12:30:40 ---> sar -b -r -n DEV: 12:30:40 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-8233) 09/03/25 _x86_64_ (8 CPU) 12:30:40 12:30:40 12:28:04 LINUX RESTART (8 CPU) 12:30:40 12:30:40 12:29:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 12:30:40 12:30:01 259.19 10.56 248.63 0.00 1741.58 37465.76 0.00 12:30:40 Average: 259.19 10.56 248.63 0.00 1741.58 37465.76 0.00 12:30:40 12:30:40 12:29:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:30:40 12:30:01 28046488 31491684 785548 2.39 104904 3575752 1851080 5.46 1209136 3155032 163688 12:30:40 Average: 28046488 31491684 785548 2.39 104904 3575752 1851080 5.46 1209136 3155032 163688 12:30:40 12:30:40 12:29:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 12:30:40 12:30:01 docker0 26.75 40.79 1.91 530.78 0.00 0.00 0.00 0.00 12:30:40 12:30:01 lo 3.47 3.47 0.36 0.36 0.00 0.00 0.00 0.00 12:30:40 12:30:01 ens3 378.50 237.09 7974.91 87.47 0.00 0.00 0.00 0.00 12:30:40 Average: docker0 26.75 40.79 1.91 530.78 0.00 0.00 0.00 0.00 12:30:40 Average: lo 3.47 3.47 0.36 0.36 0.00 0.00 0.00 0.00 12:30:40 Average: ens3 378.50 237.09 7974.91 87.47 0.00 0.00 0.00 0.00 12:30:40 12:30:40