Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 81cf557479d01d4f4a14f112e6412639f37c589c 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-ssh8281816794920700802.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh15561124449660793497.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-taf-common/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/edgex-taf-common/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11578901689880019005.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh5195691539828303061.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/edgex-taf-common/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/edgex-taf-common/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh2629057899967144096.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 ========================================================= [edgeXBuildDocker] RAW Config: [project:edgex-taf-common, mavenSettings:taf-settings, dockerNexusRepo:snapshots, semver:true] ========================================================= [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 ========================================================= [edgeXBuildDocker] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: taf-settings PROJECT: edgex-taf-common USE_SEMVER: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: edgex-taf-common DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: snapshots DOCKER_PUSH_LATEST: true PUSH_DOCKER_IMAGE: true ARCHIVE_IMAGE: false ARCHIVE_NAME: edgex-taf-common-archive.tar.gz SEMVER_BUMP_LEVEL: pre BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-2996’ Running on prd-ubuntu20.04-docker-8c-8g-3009 in /w/workspace/gexfoundry_edgex-taf-common_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/edgex-taf-common.git > git init /w/workspace/gexfoundry_edgex-taf-common_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.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/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 81cf557479d01d4f4a14f112e6412639f37c589c (main) Commit message: "Merge pull request #128 from jinlinGuan/issue-121" > git config core.sparsecheckout # timeout=10 > git checkout -f 81cf557479d01d4f4a14f112e6412639f37c589c # timeout=10 > git rev-list --no-walk 49c44f89f96d869e01157586bddaa3047c647cb2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-06-09T06:48:30.652Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-06-09T06:48:30.728Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-06-09T06:48:30.751Z] ========================================================= [2025-06-09T06:48:30.751Z] EdgeX Global Pipelines Version Info [2025-06-09T06:48:30.751Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-06-09T06:48:31.865Z] ------------------- [2025-06-09T06:48:31.865Z] stable info: [2025-06-09T06:48:31.865Z] ------------------- [2025-06-09T06:48:31.865Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-06-09T06:48:31.865Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-06-09T06:48:31.865Z] Message: update stable to v1.0.274 [2025-06-09T06:48:32.131Z] ------------------- [2025-06-09T06:48:32.131Z] experimental info: [2025-06-09T06:48:32.131Z] ------------------- [2025-06-09T06:48:32.131Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-06-09T06:48:32.131Z] Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 [2025-06-09T06:48:32.131Z] Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2025-06-09T06:48:32.213Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings [Pipeline] echo [2025-06-09T06:48:32.226Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common [Pipeline] echo [2025-06-09T06:48:32.241Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-06-09T06:48:32.260Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-06-09T06:48:32.276Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-06-09T06:48:32.292Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common [Pipeline] echo [2025-06-09T06:48:32.309Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-06-09T06:48:32.326Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo [2025-06-09T06:48:32.343Z] [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo [2025-06-09T06:48:32.359Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-06-09T06:48:32.376Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo [2025-06-09T06:48:32.394Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz [Pipeline] echo [2025-06-09T06:48:32.411Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-06-09T06:48:32.427Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-06-09T06:48:32.443Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-06-09T06:48:32.459Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-06-09T06:48:32.477Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-06-09T06:48:32.495Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 81cf557479d01d4f4a14f112e6412639f37c589c [Pipeline] echo [2025-06-09T06:48:32.511Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 81cf557 [Pipeline] echo [2025-06-09T06:48:32.528Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-09T06:48:32.580Z] provisioning config files... [2025-06-09T06:48:32.592Z] copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config11650089476734710307tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-09T06:48:32.919Z] ---> ****-login.sh [2025-06-09T06:48:32.919Z] nexus3.edgexfoundry.org:10001 [2025-06-09T06:48:33.178Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-09T06:48:33.440Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-09T06:48:33.440Z] Configure a credential helper to remove this warning. See [2025-06-09T06:48:33.440Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-09T06:48:33.440Z] [2025-06-09T06:48:33.440Z] Login Succeeded [2025-06-09T06:48:33.440Z] nexus3.edgexfoundry.org:10002 [2025-06-09T06:48:33.440Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-09T06:48:33.440Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-09T06:48:33.440Z] Configure a credential helper to remove this warning. See [2025-06-09T06:48:33.440Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-09T06:48:33.440Z] [2025-06-09T06:48:33.440Z] Login Succeeded [2025-06-09T06:48:33.440Z] nexus3.edgexfoundry.org:10003 [2025-06-09T06:48:33.440Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-09T06:48:33.703Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-09T06:48:33.703Z] Configure a credential helper to remove this warning. See [2025-06-09T06:48:33.704Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-09T06:48:33.704Z] [2025-06-09T06:48:33.704Z] Login Succeeded [2025-06-09T06:48:33.704Z] nexus3.edgexfoundry.org:10004 [2025-06-09T06:48:33.704Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-09T06:48:33.704Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-09T06:48:33.704Z] Configure a credential helper to remove this warning. See [2025-06-09T06:48:33.704Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-09T06:48:33.704Z] [2025-06-09T06:48:33.704Z] Login Succeeded [2025-06-09T06:48:33.704Z] ****.io [2025-06-09T06:48:33.704Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-09T06:48:33.971Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-09T06:48:33.971Z] Configure a credential helper to remove this warning. See [2025-06-09T06:48:33.971Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-09T06:48:33.971Z] [2025-06-09T06:48:33.971Z] Login Succeeded [2025-06-09T06:48:33.971Z] ---> ****-login.sh ends [Pipeline] } [2025-06-09T06:48:33.978Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-06-09T06:48:34.502Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-09T06:48:34.502Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-06-09T06:48:34.502Z] + [ -e /tmp/ssh_known_hosts ] [2025-06-09T06:48:34.502Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-06-09T06:48:34.502Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-06-09T06:48:34.502Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-06-09T06:48:34.502Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-09T06:48:34.956Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-09T06:48:34.956Z] [2025-06-09T06:48:34.956Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-09T06:48:35.263Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-09T06:48:35.264Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-06-09T06:48:35.264Z] 3dae71ba6b94: Pulling fs layer [2025-06-09T06:48:35.264Z] 6bf1a483ea7c: Pulling fs layer [2025-06-09T06:48:35.264Z] f5dfc541a4d3: Pulling fs layer [2025-06-09T06:48:35.264Z] 461d9e800cba: Pulling fs layer [2025-06-09T06:48:35.264Z] 80192f66455f: Pulling fs layer [2025-06-09T06:48:35.264Z] 2e8e34ca0e6c: Pulling fs layer [2025-06-09T06:48:35.264Z] a29436f7fd5d: Pulling fs layer [2025-06-09T06:48:35.264Z] 923cac83aea3: Pulling fs layer [2025-06-09T06:48:35.264Z] 25ad8b0a4227: Pulling fs layer [2025-06-09T06:48:35.264Z] db01528c6b51: Pulling fs layer [2025-06-09T06:48:35.264Z] 28988de357af: Pulling fs layer [2025-06-09T06:48:35.264Z] 461d9e800cba: Waiting [2025-06-09T06:48:35.264Z] 80192f66455f: Waiting [2025-06-09T06:48:35.264Z] 2e8e34ca0e6c: Waiting [2025-06-09T06:48:35.264Z] 25ad8b0a4227: Waiting [2025-06-09T06:48:35.264Z] a29436f7fd5d: Waiting [2025-06-09T06:48:35.264Z] 923cac83aea3: Waiting [2025-06-09T06:48:35.264Z] 28988de357af: Waiting [2025-06-09T06:48:35.264Z] db01528c6b51: Waiting [2025-06-09T06:48:35.264Z] 6bf1a483ea7c: Verifying Checksum [2025-06-09T06:48:35.264Z] 6bf1a483ea7c: Download complete [2025-06-09T06:48:35.264Z] 461d9e800cba: Download complete [2025-06-09T06:48:35.264Z] 80192f66455f: Verifying Checksum [2025-06-09T06:48:35.264Z] 80192f66455f: Download complete [2025-06-09T06:48:35.524Z] f5dfc541a4d3: Verifying Checksum [2025-06-09T06:48:35.524Z] f5dfc541a4d3: Download complete [2025-06-09T06:48:35.524Z] 3dae71ba6b94: Verifying Checksum [2025-06-09T06:48:35.524Z] 3dae71ba6b94: Download complete [2025-06-09T06:48:35.524Z] 923cac83aea3: Verifying Checksum [2025-06-09T06:48:35.524Z] 923cac83aea3: Download complete [2025-06-09T06:48:35.784Z] 25ad8b0a4227: Verifying Checksum [2025-06-09T06:48:35.784Z] 25ad8b0a4227: Download complete [2025-06-09T06:48:35.784Z] db01528c6b51: Verifying Checksum [2025-06-09T06:48:35.784Z] db01528c6b51: Download complete [2025-06-09T06:48:35.784Z] 28988de357af: Verifying Checksum [2025-06-09T06:48:35.784Z] 28988de357af: Download complete [2025-06-09T06:48:35.784Z] a29436f7fd5d: Verifying Checksum [2025-06-09T06:48:35.784Z] a29436f7fd5d: Download complete [2025-06-09T06:48:36.351Z] 2e8e34ca0e6c: Verifying Checksum [2025-06-09T06:48:36.351Z] 2e8e34ca0e6c: Download complete [2025-06-09T06:48:36.610Z] 3dae71ba6b94: Pull complete [2025-06-09T06:48:36.868Z] 6bf1a483ea7c: Pull complete [2025-06-09T06:48:37.434Z] f5dfc541a4d3: Pull complete [2025-06-09T06:48:37.434Z] 461d9e800cba: Pull complete [2025-06-09T06:48:37.434Z] 80192f66455f: Pull complete [2025-06-09T06:48:40.720Z] 2e8e34ca0e6c: Pull complete [2025-06-09T06:48:41.656Z] a29436f7fd5d: Pull complete [2025-06-09T06:48:41.656Z] 923cac83aea3: Pull complete [2025-06-09T06:48:41.916Z] 25ad8b0a4227: Pull complete [2025-06-09T06:48:41.916Z] db01528c6b51: Pull complete [2025-06-09T06:48:41.916Z] 28988de357af: Pull complete [2025-06-09T06:48:41.916Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-06-09T06:48:41.916Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-09T06:48:41.916Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-09T06:48:42.065Z] prd-ubuntu20.04-docker-8c-8g-3009 does not seem to be running inside a container [2025-06-09T06:48:42.108Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-06-09T06:48:44.468Z] $ docker top 410131f129b7586d598d4b533e49bb583e8b30c57466524a0a633af980533b9c -eo pid,comm [2025-06-09T06:48:44.515Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-06-09T06:48:44.516Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-09T06:48:44.568Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-09T06:48:44.568Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-09T06:48:44.682Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-09T06:48:44.694Z] $ docker exec 410131f129b7586d598d4b533e49bb583e8b30c57466524a0a633af980533b9c ssh-agent [2025-06-09T06:48:44.796Z] SSH_AUTH_SOCK=/tmp/ssh-mBIMjXngHhBX/agent.33 [2025-06-09T06:48:44.796Z] SSH_AGENT_PID=39 [2025-06-09T06:48:44.804Z] Running ssh-add (command line suppressed) [2025-06-09T06:48:44.914Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_14592524372313095604.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_14592524372313095604.key) [2025-06-09T06:48:44.920Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-09T06:48:45.209Z] + git tag --points-at HEAD [Pipeline] } [2025-06-09T06:48:45.246Z] $ docker exec --env ******** --env ******** 410131f129b7586d598d4b533e49bb583e8b30c57466524a0a633af980533b9c ssh-agent -k [2025-06-09T06:48:45.341Z] unset SSH_AUTH_SOCK; [2025-06-09T06:48:45.341Z] unset SSH_AGENT_PID; [2025-06-09T06:48:45.342Z] echo Agent pid 39 killed; [2025-06-09T06:48:45.342Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-06-09T06:48:45.387Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-09T06:48:45.387Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-09T06:48:45.508Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-09T06:48:45.519Z] $ docker exec 410131f129b7586d598d4b533e49bb583e8b30c57466524a0a633af980533b9c ssh-agent [2025-06-09T06:48:45.618Z] SSH_AUTH_SOCK=/tmp/ssh-eDGAzvJKOAoO/agent.72 [2025-06-09T06:48:45.618Z] SSH_AGENT_PID=78 [2025-06-09T06:48:45.622Z] Running ssh-add (command line suppressed) [2025-06-09T06:48:45.747Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_11078714880638322939.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_11078714880638322939.key) [2025-06-09T06:48:45.752Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-09T06:48:46.042Z] + git semver init [2025-06-09T06:48:46.305Z] 2025-06-09 06:48:46,272 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-09T06:48:46.305Z] 2025-06-09 06:48:46,278 [run_init] DEBUG init version:0.0.0 force:False [2025-06-09T06:48:46.305Z] 2025-06-09 06:48:46,279 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_edgex-taf-common_main/.semver [2025-06-09T06:48:46.305Z] 2025-06-09 06:48:46,279 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-taf-common.git /w/workspace/gexfoundry_edgex-taf-common_main/.semver [2025-06-09T06:48:46.305Z] 2025-06-09 06:48:46,279 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-taf-common.git', '/w/workspace/gexfoundry_edgex-taf-common_main/.semver'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, stdin=None, shell=False, universal_newlines=False) [2025-06-09T06:48:47.244Z] 2025-06-09 06:48:46,905 [append_file] DEBUG append to file:/w/workspace/gexfoundry_edgex-taf-common_main/.git/info/exclude [2025-06-09T06:48:47.244Z] 2025-06-09 06:48:46,905 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:False [2025-06-09T06:48:47.244Z] 2025-06-09 06:48:46,905 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2025-06-09T06:48:47.244Z] 2025-06-09 06:48:46,905 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2025-06-09T06:48:47.244Z] 1.0.0-dev.5 [Pipeline] } [2025-06-09T06:48:47.264Z] $ docker exec --env ******** --env ******** 410131f129b7586d598d4b533e49bb583e8b30c57466524a0a633af980533b9c ssh-agent -k [2025-06-09T06:48:47.374Z] unset SSH_AUTH_SOCK; [2025-06-09T06:48:47.375Z] unset SSH_AGENT_PID; [2025-06-09T06:48:47.375Z] echo Agent pid 78 killed; [2025-06-09T06:48:47.378Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-09T06:48:47.697Z] + git semver [Pipeline] } [2025-06-09T06:48:48.289Z] $ docker stop --time=1 410131f129b7586d598d4b533e49bb583e8b30c57466524a0a633af980533b9c [2025-06-09T06:48:49.633Z] $ docker rm -f --volumes 410131f129b7586d598d4b533e49bb583e8b30c57466524a0a633af980533b9c [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-09T06:48:50.002Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-06-09T06:48:50.265Z] Stashed 1 file(s) [Pipeline] echo [2025-06-09T06:48:50.269Z] [edgeXSemver]: initialized semver on version 1.0.0-dev.5 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Docker Image) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-09T06:48:50.436Z] provisioning config files... [2025-06-09T06:48:50.446Z] copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config15172396698714185922tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-09T06:48:50.750Z] ---> ****-login.sh [2025-06-09T06:48:50.750Z] nexus3.edgexfoundry.org:10001 [2025-06-09T06:48:50.750Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-09T06:48:50.750Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-09T06:48:50.750Z] Configure a credential helper to remove this warning. See [2025-06-09T06:48:50.750Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-09T06:48:50.750Z] [2025-06-09T06:48:50.750Z] Login Succeeded [2025-06-09T06:48:50.750Z] nexus3.edgexfoundry.org:10002 [2025-06-09T06:48:50.750Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-09T06:48:50.750Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-09T06:48:50.750Z] Configure a credential helper to remove this warning. See [2025-06-09T06:48:50.750Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-09T06:48:50.750Z] [2025-06-09T06:48:50.750Z] Login Succeeded [2025-06-09T06:48:51.010Z] nexus3.edgexfoundry.org:10003 [2025-06-09T06:48:51.010Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-09T06:48:51.010Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-09T06:48:51.011Z] Configure a credential helper to remove this warning. See [2025-06-09T06:48:51.011Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-09T06:48:51.011Z] [2025-06-09T06:48:51.011Z] Login Succeeded [2025-06-09T06:48:51.011Z] nexus3.edgexfoundry.org:10004 [2025-06-09T06:48:51.011Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-09T06:48:51.011Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-09T06:48:51.011Z] Configure a credential helper to remove this warning. See [2025-06-09T06:48:51.011Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-09T06:48:51.011Z] [2025-06-09T06:48:51.011Z] Login Succeeded [2025-06-09T06:48:51.011Z] ****.io [2025-06-09T06:48:51.271Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-09T06:48:51.271Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-09T06:48:51.271Z] Configure a credential helper to remove this warning. See [2025-06-09T06:48:51.271Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-09T06:48:51.271Z] [2025-06-09T06:48:51.271Z] Login Succeeded [2025-06-09T06:48:51.271Z] ---> ****-login.sh ends [Pipeline] } [2025-06-09T06:48:51.279Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-09T06:48:52.004Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-06-09T06:48:52.292Z] + ls -al . [2025-06-09T06:48:52.292Z] total 72 [2025-06-09T06:48:52.292Z] drwxrwxr-x 6 jenkins jenkins 4096 Jun 9 06:48 . [2025-06-09T06:48:52.292Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 9 06:48 .. [2025-06-09T06:48:52.292Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 9 06:48 .git [2025-06-09T06:48:52.292Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 9 06:48 .github [2025-06-09T06:48:52.292Z] -rw-rw-r-- 1 jenkins jenkins 22 Jun 9 06:48 .gitignore [2025-06-09T06:48:52.292Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 9 06:48 .semver [2025-06-09T06:48:52.292Z] -rw-rw-r-- 1 jenkins jenkins 1653 Jun 9 06:48 Dockerfile [2025-06-09T06:48:52.292Z] -rw-rw-r-- 1 jenkins jenkins 746 Jun 9 06:48 Jenkinsfile [2025-06-09T06:48:52.292Z] -rw-rw-r-- 1 jenkins jenkins 11381 Jun 9 06:48 LICENSE [2025-06-09T06:48:52.292Z] -rw-rw-r-- 1 jenkins jenkins 4232 Jun 9 06:48 README.md [2025-06-09T06:48:52.292Z] drwxrwxr-x 5 jenkins jenkins 4096 Jun 9 06:48 TUC [2025-06-09T06:48:52.292Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 9 06:48 VERSION [2025-06-09T06:48:52.292Z] -rw-rw-r-- 1 jenkins jenkins 382 Jun 9 06:48 requirements.txt [2025-06-09T06:48:52.292Z] -rw-rw-r-- 1 jenkins jenkins 54 Jun 9 06:48 robot-entrypoint.sh [2025-06-09T06:48:52.292Z] -rw-rw-r-- 1 jenkins jenkins 445 Jun 9 06:48 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-09T06:48:52.616Z] + docker build -t edgex-taf-common -f Dockerfile --build-arg ARCH=amd64 --label git_sha=81cf557479d01d4f4a14f112e6412639f37c589c --label arch=amd64 --label version=1.0.0-dev.5 . [2025-06-09T06:48:52.616Z] Sending build context to Docker daemon 624.6kB [2025-06-09T06:48:52.616Z] Step 1/13 : FROM alpine:3.20 [2025-06-09T06:48:52.873Z] 3.20: Pulling from library/alpine [2025-06-09T06:48:53.131Z] 0a9a5dfd008f: Pulling fs layer [2025-06-09T06:48:53.131Z] 0a9a5dfd008f: Verifying Checksum [2025-06-09T06:48:53.131Z] 0a9a5dfd008f: Download complete [2025-06-09T06:48:53.390Z] 0a9a5dfd008f: Pull complete [2025-06-09T06:48:53.390Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-09T06:48:53.390Z] Status: Downloaded newer image for alpine:3.20 [2025-06-09T06:48:53.390Z] ---> ff221270b9fb [2025-06-09T06:48:53.390Z] Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' [2025-06-09T06:48:53.390Z] ---> Running in 2aa112ff036c [2025-06-09T06:48:53.648Z] Removing intermediate container 2aa112ff036c [2025-06-09T06:48:53.648Z] ---> 672d99fdd705 [2025-06-09T06:48:53.648Z] Step 3/13 : LABEL maintainer="Bruce Huang " [2025-06-09T06:48:53.648Z] ---> Running in 977d77f6c760 [2025-06-09T06:48:53.648Z] Removing intermediate container 977d77f6c760 [2025-06-09T06:48:53.648Z] ---> a3d54b5e5801 [2025-06-09T06:48:53.648Z] Step 4/13 : COPY . /edgex-taf/edgex-taf-common [2025-06-09T06:48:53.908Z] ---> d8c7269e7571 [2025-06-09T06:48:53.908Z] Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ [2025-06-09T06:48:54.167Z] ---> ed0712c635f5 [2025-06-09T06:48:54.167Z] Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt [2025-06-09T06:48:54.167Z] ---> f0cbcba2f28f [2025-06-09T06:48:54.167Z] Step 7/13 : WORKDIR /edgex-taf [2025-06-09T06:48:54.167Z] ---> Running in b3719992a7c2 [2025-06-09T06:48:54.426Z] Removing intermediate container b3719992a7c2 [2025-06-09T06:48:54.426Z] ---> 4cb5b19cd506 [2025-06-09T06:48:54.426Z] Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-09T06:48:54.426Z] ---> Running in 61b10e597172 [2025-06-09T06:48:54.994Z] Removing intermediate container 61b10e597172 [2025-06-09T06:48:54.994Z] ---> fe03b4118d2a [2025-06-09T06:48:54.994Z] Step 9/13 : RUN apk upgrade && apk add --update --no-cache openssl curl jq docker-cli && apk add --no-cache chromium chromium-chromedriver && apk add --no-cache libc-dev libffi-dev postgresql-dev gcc musl-dev && apk add --no-cache python3-dev g++ zeromq-dev=4.3.5-r2 && apk add --no-cache python3 && if [ ! -e /usr/bin/python ]; then ln -sf python3 /usr/bin/python ; fi && apk add --no-cache tzdata && cp /usr/share/zoneinfo/UTC /etc/localtime && apk del tzdata && rm /usr/lib/python*/EXTERNALLY-MANAGED && python3 -m ensurepip && rm -r /usr/lib/python*/ensurepip && pip3 install --no-cache-dir --upgrade pip setuptools wheel && if [ ! -e /usr/bin/pip ]; then ln -s pip3 /usr/bin/pip ; fi && pip3 install --no-cache-dir ./edgex-taf-common && pip3 install --no-cache-dir -r requirements.txt [2025-06-09T06:48:54.994Z] ---> Running in d5236bb05898 [2025-06-09T06:48:55.253Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-09T06:48:58.548Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-09T06:49:01.845Z] OK: 8 MiB in 14 packages [2025-06-09T06:49:01.845Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-09T06:49:04.384Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-09T06:49:05.369Z] Still waiting to schedule task [2025-06-09T06:49:05.369Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-06-09T06:49:07.674Z] (1/14) Installing ca-certificates (20241121-r1) [2025-06-09T06:49:09.577Z] (2/14) Installing brotli-libs (1.1.0-r2) [2025-06-09T06:50:36.006Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-3010 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] checkout [2025-06-09T06:50:36.044Z] Selected Git installation does not exist. Using Default [2025-06-09T06:50:36.044Z] The recommended git tool is: NONE [2025-06-09T06:50:40.647Z] using credential edgex-jenkins-ssh [2025-06-09T06:50:40.667Z] Cloning the remote Git repository [2025-06-09T06:50:40.704Z] Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git [2025-06-09T06:50:40.788Z] > git init /w/workspace/gexfoundry_edgex-taf-common_main # timeout=10 [2025-06-09T06:50:40.924Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git [2025-06-09T06:50:40.925Z] > git --version # timeout=10 [2025-06-09T06:50:40.943Z] > git --version # 'git version 2.25.1' [2025-06-09T06:50:40.945Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-06-09T06:50:41.081Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-06-09T06:50:41.721Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 [2025-06-09T06:50:41.741Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-06-09T06:50:42.532Z] Avoid second fetch [2025-06-09T06:50:42.532Z] Checking out Revision 81cf557479d01d4f4a14f112e6412639f37c589c (main) [2025-06-09T06:50:43.105Z] Commit message: "Merge pull request #128 from jinlinGuan/issue-121" [2025-06-09T06:50:42.548Z] > git config core.sparsecheckout # timeout=10 [2025-06-09T06:50:42.607Z] > git checkout -f 81cf557479d01d4f4a14f112e6412639f37c589c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-09T06:50:48.003Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-06-09T06:50:48.004Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-09T06:50:48.004Z] Dload Upload Total Spent Left Speed [2025-06-09T06:50:48.004Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 94659 0 --:--:-- --:--:-- --:--:-- 94659 [Pipeline] sh [2025-06-09T06:50:48.334Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-06-09T06:50:48.659Z] + sudo tee /etc/docker/daemon.new [2025-06-09T06:50:48.659Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-06-09T06:50:48.659Z] { [2025-06-09T06:50:48.659Z] "registry-mirrors": [ [2025-06-09T06:50:48.659Z] "https://nexus3.edgexfoundry.org:10001" [2025-06-09T06:50:48.659Z] ], [2025-06-09T06:50:48.659Z] "bip": "10.250.0.254/24", [2025-06-09T06:50:48.659Z] "hosts": [ [2025-06-09T06:50:48.659Z] "tcp://0.0.0.0:5555", [2025-06-09T06:50:48.659Z] "unix:///var/run/docker.sock" [2025-06-09T06:50:48.659Z] ], [2025-06-09T06:50:48.659Z] "mtu": 1458, [2025-06-09T06:50:48.659Z] "selinux-enabled": true, [2025-06-09T06:50:48.659Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-06-09T06:50:48.659Z] } [Pipeline] sh [2025-06-09T06:50:48.988Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-06-09T06:50:49.309Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-09T06:51:07.545Z] provisioning config files... [2025-06-09T06:51:07.569Z] copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config16465661849552333537tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-09T06:51:08.006Z] ---> ****-login.sh [2025-06-09T06:51:08.006Z] nexus3.edgexfoundry.org:10001 [2025-06-09T06:51:08.276Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-09T06:51:08.547Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-09T06:51:08.548Z] Configure a credential helper to remove this warning. See [2025-06-09T06:51:08.548Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-09T06:51:08.548Z] [2025-06-09T06:51:08.548Z] Login Succeeded [2025-06-09T06:51:08.548Z] nexus3.edgexfoundry.org:10002 [2025-06-09T06:51:08.817Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-09T06:51:09.093Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-09T06:51:09.093Z] Configure a credential helper to remove this warning. See [2025-06-09T06:51:09.093Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-09T06:51:09.093Z] [2025-06-09T06:51:09.093Z] Login Succeeded [2025-06-09T06:51:09.093Z] nexus3.edgexfoundry.org:10003 [2025-06-09T06:51:09.093Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-09T06:51:09.362Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-09T06:51:09.362Z] Configure a credential helper to remove this warning. See [2025-06-09T06:51:09.363Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-09T06:51:09.363Z] [2025-06-09T06:51:09.363Z] Login Succeeded [2025-06-09T06:51:09.363Z] nexus3.edgexfoundry.org:10004 [2025-06-09T06:51:09.636Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-09T06:51:09.637Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-09T06:51:09.637Z] Configure a credential helper to remove this warning. See [2025-06-09T06:51:09.637Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-09T06:51:09.637Z] [2025-06-09T06:51:09.637Z] Login Succeeded [2025-06-09T06:51:09.637Z] ****.io [2025-06-09T06:51:09.905Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-09T06:51:10.175Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-09T06:51:10.175Z] Configure a credential helper to remove this warning. See [2025-06-09T06:51:10.175Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-09T06:51:10.175Z] [2025-06-09T06:51:10.175Z] Login Succeeded [2025-06-09T06:51:10.175Z] ---> ****-login.sh ends [Pipeline] } [2025-06-09T06:51:10.189Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-09T06:51:10.888Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-06-09T06:51:11.215Z] + ls -al . [2025-06-09T06:51:11.215Z] total 68 [2025-06-09T06:51:11.215Z] drwxrwxr-x 5 jenkins jenkins 4096 Jun 9 06:51 . [2025-06-09T06:51:11.215Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 9 06:50 .. [2025-06-09T06:51:11.215Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 9 06:50 .git [2025-06-09T06:51:11.215Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 9 06:50 .github [2025-06-09T06:51:11.215Z] -rw-rw-r-- 1 jenkins jenkins 22 Jun 9 06:50 .gitignore [2025-06-09T06:51:11.215Z] -rw-rw-r-- 1 jenkins jenkins 1653 Jun 9 06:50 Dockerfile [2025-06-09T06:51:11.215Z] -rw-rw-r-- 1 jenkins jenkins 746 Jun 9 06:50 Jenkinsfile [2025-06-09T06:51:11.215Z] -rw-rw-r-- 1 jenkins jenkins 11381 Jun 9 06:50 LICENSE [2025-06-09T06:51:11.215Z] -rw-rw-r-- 1 jenkins jenkins 4232 Jun 9 06:50 README.md [2025-06-09T06:51:11.215Z] drwxrwxr-x 5 jenkins jenkins 4096 Jun 9 06:50 TUC [2025-06-09T06:51:11.215Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 9 06:48 VERSION [2025-06-09T06:51:11.215Z] -rw-rw-r-- 1 jenkins jenkins 382 Jun 9 06:50 requirements.txt [2025-06-09T06:51:11.215Z] -rw-rw-r-- 1 jenkins jenkins 54 Jun 9 06:50 robot-entrypoint.sh [2025-06-09T06:51:11.215Z] -rw-rw-r-- 1 jenkins jenkins 445 Jun 9 06:50 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-09T06:51:11.568Z] + docker build -t edgex-taf-common-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=81cf557479d01d4f4a14f112e6412639f37c589c --label arch=arm64 --label version=1.0.0-dev.5 . [2025-06-09T06:51:11.836Z] Sending build context to Docker daemon 372.2kB [2025-06-09T06:51:11.836Z] Step 1/13 : FROM alpine:3.20 [2025-06-09T06:51:12.420Z] 3.20: Pulling from library/alpine [2025-06-09T06:51:12.420Z] 94e9d8af2201: Pulling fs layer [2025-06-09T06:51:12.688Z] 94e9d8af2201: Verifying Checksum [2025-06-09T06:51:12.688Z] 94e9d8af2201: Download complete [2025-06-09T06:51:13.277Z] 94e9d8af2201: Pull complete [2025-06-09T06:51:13.277Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-09T06:51:13.277Z] Status: Downloaded newer image for alpine:3.20 [2025-06-09T06:51:13.277Z] ---> 7aab056cecc6 [2025-06-09T06:51:13.277Z] Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' [2025-06-09T06:51:13.552Z] ---> Running in 7a0d41a01ec3 [2025-06-09T06:51:13.820Z] Removing intermediate container 7a0d41a01ec3 [2025-06-09T06:51:13.820Z] ---> 4016950fe89c [2025-06-09T06:51:13.820Z] Step 3/13 : LABEL maintainer="Bruce Huang " [2025-06-09T06:51:13.820Z] ---> Running in 6796707863b2 [2025-06-09T06:51:14.087Z] Removing intermediate container 6796707863b2 [2025-06-09T06:51:14.087Z] ---> 7de1e6bc0ef6 [2025-06-09T06:51:14.087Z] Step 4/13 : COPY . /edgex-taf/edgex-taf-common [2025-06-09T06:51:14.673Z] ---> 9e58d30d3465 [2025-06-09T06:51:14.673Z] Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ [2025-06-09T06:51:15.259Z] ---> 5e95af0cf471 [2025-06-09T06:51:15.259Z] Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt [2025-06-09T06:51:15.846Z] ---> 467fcbd6982b [2025-06-09T06:51:15.846Z] Step 7/13 : WORKDIR /edgex-taf [2025-06-09T06:51:15.846Z] ---> Running in 2c39c8b687dc [2025-06-09T06:51:16.115Z] Removing intermediate container 2c39c8b687dc [2025-06-09T06:51:16.115Z] ---> 638d481a899c [2025-06-09T06:51:16.115Z] Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-09T06:51:16.115Z] ---> Running in 62d07efb7b46 [2025-06-09T06:51:18.710Z] Removing intermediate container 62d07efb7b46 [2025-06-09T06:51:18.710Z] ---> 6fec3fd6a05c [2025-06-09T06:51:18.710Z] Step 9/13 : RUN apk upgrade && apk add --update --no-cache openssl curl jq docker-cli && apk add --no-cache chromium chromium-chromedriver && apk add --no-cache libc-dev libffi-dev postgresql-dev gcc musl-dev && apk add --no-cache python3-dev g++ zeromq-dev=4.3.5-r2 && apk add --no-cache python3 && if [ ! -e /usr/bin/python ]; then ln -sf python3 /usr/bin/python ; fi && apk add --no-cache tzdata && cp /usr/share/zoneinfo/UTC /etc/localtime && apk del tzdata && rm /usr/lib/python*/EXTERNALLY-MANAGED && python3 -m ensurepip && rm -r /usr/lib/python*/ensurepip && pip3 install --no-cache-dir --upgrade pip setuptools wheel && if [ ! -e /usr/bin/pip ]; then ln -s pip3 /usr/bin/pip ; fi && pip3 install --no-cache-dir ./edgex-taf-common && pip3 install --no-cache-dir -r requirements.txt [2025-06-09T06:51:18.710Z] ---> Running in 7d873b1686f1 [2025-06-09T06:51:19.671Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-09T12:48:30.653Z] Cancelling nested steps due to timeout [2025-06-09T12:48:30.659Z] Sending interrupt signal to process [2025-06-09T12:48:30.894Z] Sending interrupt signal to process [2025-06-09T12:48:32.649Z] Terminated [2025-06-09T12:48:32.687Z] script returned exit code 143 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-09T12:48:33.243Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-09T12:48:33.243Z] [2025-06-09T12:48:33.243Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-09T12:48:33.604Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-09T12:48:33.605Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-09T12:48:33.605Z] 5eb5b503b376: Pulling fs layer [2025-06-09T12:48:33.605Z] 5c69ac0246d0: Pulling fs layer [2025-06-09T12:48:33.605Z] ec43610c2a17: Pulling fs layer [2025-06-09T12:48:33.605Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-09T12:48:33.605Z] 33b1e0a273af: Pulling fs layer [2025-06-09T12:48:33.605Z] 5d3b04190fa2: Pulling fs layer [2025-06-09T12:48:33.605Z] 2f39f015ded8: Pulling fs layer [2025-06-09T12:48:33.605Z] 33b1e0a273af: Waiting [2025-06-09T12:48:33.605Z] 2f39f015ded8: Waiting [2025-06-09T12:48:33.605Z] 5d3b04190fa2: Waiting [2025-06-09T12:48:33.605Z] 3a2ae6a8a46f: Waiting [2025-06-09T12:48:33.605Z] 5c69ac0246d0: Download complete [2025-06-09T12:48:33.605Z] 3a2ae6a8a46f: Download complete [2025-06-09T12:48:33.889Z] 33b1e0a273af: Verifying Checksum [2025-06-09T12:48:33.889Z] 33b1e0a273af: Download complete [2025-06-09T12:48:33.889Z] 5d3b04190fa2: Verifying Checksum [2025-06-09T12:48:33.889Z] 5d3b04190fa2: Download complete [2025-06-09T12:48:33.889Z] ec43610c2a17: Verifying Checksum [2025-06-09T12:48:33.889Z] ec43610c2a17: Download complete [2025-06-09T12:48:33.889Z] 5eb5b503b376: Verifying Checksum [2025-06-09T12:48:33.889Z] 5eb5b503b376: Download complete [2025-06-09T12:48:34.454Z] 2f39f015ded8: Download complete [2025-06-09T12:48:35.020Z] 5eb5b503b376: Pull complete [2025-06-09T12:48:35.277Z] 5c69ac0246d0: Pull complete [2025-06-09T12:48:35.534Z] ec43610c2a17: Pull complete [2025-06-09T12:48:35.534Z] 3a2ae6a8a46f: Pull complete [2025-06-09T12:48:35.605Z] Terminated [2025-06-09T12:48:35.620Z] script returned exit code 143 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-09T12:48:35.791Z] 33b1e0a273af: Pull complete [2025-06-09T12:48:35.791Z] 5d3b04190fa2: Pull complete [2025-06-09T12:48:36.121Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-09T12:48:36.121Z] [2025-06-09T12:48:36.121Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-09T12:48:36.453Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-09T12:48:36.453Z] arm64: Pulling from edgex-lftools-log-publisher [2025-06-09T12:48:36.453Z] 8998bd30e6a1: Pulling fs layer [2025-06-09T12:48:36.453Z] 04944245beec: Pulling fs layer [2025-06-09T12:48:36.453Z] 699f458cf7ca: Pulling fs layer [2025-06-09T12:48:36.453Z] 765212b225bb: Pulling fs layer [2025-06-09T12:48:36.453Z] f23df028b6ca: Pulling fs layer [2025-06-09T12:48:36.453Z] d65c8cfc05b1: Pulling fs layer [2025-06-09T12:48:36.453Z] 2437ff75d9bd: Pulling fs layer [2025-06-09T12:48:36.453Z] 765212b225bb: Waiting [2025-06-09T12:48:36.453Z] f23df028b6ca: Waiting [2025-06-09T12:48:36.453Z] d65c8cfc05b1: Waiting [2025-06-09T12:48:36.453Z] 2437ff75d9bd: Waiting [2025-06-09T12:48:36.722Z] 04944245beec: Verifying Checksum [2025-06-09T12:48:36.722Z] 04944245beec: Download complete [2025-06-09T12:48:36.722Z] 765212b225bb: Download complete [2025-06-09T12:48:36.722Z] f23df028b6ca: Verifying Checksum [2025-06-09T12:48:36.722Z] f23df028b6ca: Download complete [2025-06-09T12:48:36.722Z] d65c8cfc05b1: Verifying Checksum [2025-06-09T12:48:36.722Z] d65c8cfc05b1: Download complete [2025-06-09T12:48:36.992Z] 699f458cf7ca: Verifying Checksum [2025-06-09T12:48:36.992Z] 699f458cf7ca: Download complete [2025-06-09T12:48:37.259Z] 8998bd30e6a1: Verifying Checksum [2025-06-09T12:48:37.259Z] 8998bd30e6a1: Download complete [2025-06-09T12:48:39.828Z] 2437ff75d9bd: Verifying Checksum [2025-06-09T12:48:39.828Z] 2437ff75d9bd: Download complete [2025-06-09T12:48:39.972Z] 2f39f015ded8: Pull complete [2025-06-09T12:48:39.972Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-09T12:48:39.972Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-09T12:48:39.972Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-09T12:48:40.066Z] prd-ubuntu20.04-docker-8c-8g-3009 does not seem to be running inside a container [2025-06-09T12:48:40.105Z] $ 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/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_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-lftools-log-publisher:latest cat [2025-06-09T12:48:41.864Z] 8998bd30e6a1: Pull complete [2025-06-09T12:48:42.027Z] $ docker top f785c2a31f337f46803dab2dd5fa8f3dbe5adbda7d9bfefc63799b858156d399 -eo pid,comm [Pipeline] { [2025-06-09T12:48:42.134Z] 04944245beec: Pull complete [Pipeline] libraryResource [Pipeline] sh [2025-06-09T12:48:42.485Z] ---> job-cost.sh [2025-06-09T12:48:42.485Z] lf-activate-venv: SKIPPING [2025-06-09T12:48:42.485Z] INFO: No Stack... [2025-06-09T12:48:42.742Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-09T12:48:43.309Z] INFO: Archiving Costs [Pipeline] sh [2025-06-09T12:48:43.596Z] + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv [2025-06-09T12:48:43.596Z] + cut -d, -f6 [Pipeline] lock [2025-06-09T12:48:43.611Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-55-stack-cost] [2025-06-09T12:48:43.619Z] Resource [jenkins-edgexfoundry-edgex-taf-common-main-55-stack-cost] did not exist. Created. [2025-06-09T12:48:43.625Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-55-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-06-09T12:48:43.930Z] + echo total: 1.5299999713897705 [Pipeline] stash [2025-06-09T12:48:43.976Z] Stashed 1 file(s) [Pipeline] } [2025-06-09T12:48:43.986Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-55-stack-cost] [Pipeline] // lock [Pipeline] } [2025-06-09T12:48:44.014Z] $ docker stop --time=1 f785c2a31f337f46803dab2dd5fa8f3dbe5adbda7d9bfefc63799b858156d399 [2025-06-09T12:48:44.112Z] 699f458cf7ca: Pull complete [2025-06-09T12:48:44.112Z] 765212b225bb: Pull complete [2025-06-09T12:48:45.084Z] f23df028b6ca: Pull complete [2025-06-09T12:48:45.184Z] $ docker rm -f --volumes f785c2a31f337f46803dab2dd5fa8f3dbe5adbda7d9bfefc63799b858156d399 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-06-09T12:48:45.298Z] Failed in branch amd64 [2025-06-09T12:48:45.356Z] d65c8cfc05b1: Pull complete [2025-06-09T12:49:03.573Z] 2437ff75d9bd: Pull complete [2025-06-09T12:49:03.573Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-06-09T12:49:03.573Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-09T12:49:03.573Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-09T12:49:03.807Z] prd-ubuntu20.04-docker-arm64-4c-16g-3010 does not seem to be running inside a container [2025-06-09T12:49:03.894Z] $ 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/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_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-lftools-log-publisher:arm64 cat [2025-06-09T12:49:05.750Z] $ docker top 4166614986cc1b3a972adb43b5395692c6599520982d8c731d384f2c28cc160b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-09T12:49:06.606Z] ---> job-cost.sh [2025-06-09T12:49:06.606Z] lf-activate-venv: SKIPPING [2025-06-09T12:49:06.606Z] INFO: No Stack... [2025-06-09T12:49:06.871Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-06-09T12:49:07.829Z] INFO: Archiving Costs [Pipeline] sh [2025-06-09T12:49:08.473Z] + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv [2025-06-09T12:49:08.473Z] + cut -d, -f6 [Pipeline] lock [2025-06-09T12:49:08.508Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-55-stack-cost] [2025-06-09T12:49:08.514Z] Resource [jenkins-edgexfoundry-edgex-taf-common-main-55-stack-cost] did not exist. Created. [2025-06-09T12:49:08.520Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-55-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-06-09T12:49:09.187Z] /w/workspace/gexfoundry_edgex-taf-common_main@tmp/durable-d42c9001/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-06-09T12:49:09.834Z] + echo total: 0.6600000262260437 [Pipeline] stash [2025-06-09T12:49:09.858Z] Warning: overwriting stash ‘stack-cost’ [2025-06-09T12:49:10.309Z] Stashed 1 file(s) [Pipeline] } [2025-06-09T12:49:10.317Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-55-stack-cost] [Pipeline] // lock [Pipeline] } [2025-06-09T12:49:10.353Z] $ docker stop --time=1 4166614986cc1b3a972adb43b5395692c6599520982d8c731d384f2c28cc160b [2025-06-09T12:49:11.939Z] $ docker rm -f --volumes 4166614986cc1b3a972adb43b5395692c6599520982d8c731d384f2c28cc160b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-06-09T12:49:12.238Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-06-09T12:49:12.785Z] + [ -d /w/workspace/gexfoundry_edgex-taf-common_main/archives ] [2025-06-09T12:49:12.785Z] + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives [2025-06-09T12:49:12.785Z] total 16 [2025-06-09T12:49:12.785Z] drwxr-xr-x 3 root root 4096 Jun 9 12:48 . [2025-06-09T12:49:12.785Z] drwxrwxr-x 7 jenkins jenkins 4096 Jun 9 12:48 .. [2025-06-09T12:49:12.785Z] drwxr-xr-x 2 root root 4096 Jun 9 12:48 cost [2025-06-09T12:49:12.785Z] -rw-r--r-- 1 root root 89 Jun 9 12:48 cost.csv [2025-06-09T12:49:12.785Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_edgex-taf-common_main/archives [2025-06-09T12:49:12.785Z] + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives [2025-06-09T12:49:12.785Z] total 16 [2025-06-09T12:49:12.785Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 9 12:48 . [2025-06-09T12:49:12.785Z] drwxrwxr-x 7 jenkins jenkins 4096 Jun 9 12:48 .. [2025-06-09T12:49:12.785Z] drwxr-xr-x 2 jenkins jenkins 4096 Jun 9 12:48 cost [2025-06-09T12:49:12.785Z] -rw-r--r-- 1 jenkins jenkins 89 Jun 9 12:48 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-06-09T12:49:13.076Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-09T12:49:13.960Z] ---> package-listing.sh [2025-06-09T12:49:13.960Z] ++ facter osfamily [2025-06-09T12:49:13.960Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-09T12:49:13.960Z] + OS_FAMILY=debian [2025-06-09T12:49:13.960Z] + workspace=/w/workspace/gexfoundry_edgex-taf-common_main [2025-06-09T12:49:13.960Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-09T12:49:13.960Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-09T12:49:13.960Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-09T12:49:13.960Z] + PACKAGES=/tmp/packages_start.txt [2025-06-09T12:49:13.960Z] + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' [2025-06-09T12:49:13.960Z] + PACKAGES=/tmp/packages_end.txt [2025-06-09T12:49:13.960Z] + case "${OS_FAMILY}" in [2025-06-09T12:49:13.960Z] + dpkg -l [2025-06-09T12:49:13.960Z] + grep '^ii' [2025-06-09T12:49:14.219Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-09T12:49:14.219Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-09T12:49:14.219Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-09T12:49:14.219Z] + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' [2025-06-09T12:49:14.219Z] + mkdir -p /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [2025-06-09T12:49:14.219Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [Pipeline] echo [2025-06-09T12:49:14.231Z] 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/gexfoundry_edgex-taf-common_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-06-09T12:49:14.510Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-09T12:49:15.064Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-09T12:49:15.064Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-09T12:49:15.143Z] prd-ubuntu20.04-docker-8c-8g-3009 does not seem to be running inside a container [2025-06-09T12:49:15.181Z] $ 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/gexfoundry_edgex-taf-common_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-06-09T12:49:15.389Z] $ docker top 2ae1275f1ef228660389d4218de0ee1d695c4221b703057466d78a7ad545bf58 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-09T12:49:15.723Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-09T12:49:16.009Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-09T12:49:16.293Z] + ls /var/log/sa-host [2025-06-09T12:49:16.293Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-09T12:49:16.455Z] provisioning config files... [2025-06-09T12:49:16.471Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config9379361959637110644tmp [Pipeline] { [Pipeline] echo [2025-06-09T12:49:16.493Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-09T12:49:16.784Z] ---> create-netrc.sh [Pipeline] } [2025-06-09T12:49:16.790Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-09T12:49:17.123Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-09T12:49:17.133Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-09T12:49:17.416Z] ---> sudo-logs.sh [2025-06-09T12:49:17.416Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-06-09T12:49:17.450Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-09T12:49:17.730Z] ---> job-cost.sh [2025-06-09T12:49:17.730Z] lf-activate-venv: SKIPPING [2025-06-09T12:49:17.730Z] DEBUG: total: 1.5299999713897705 [2025-06-09T12:49:17.730Z] INFO: Retrieving Stack Cost... [2025-06-09T12:49:18.040Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-09T12:49:18.302Z] INFO: Archiving Costs [Pipeline] echo [2025-06-09T12:49:18.324Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-09T12:49:18.617Z] ---> logs-deploy.sh [2025-06-09T12:49:18.617Z] lf-activate-venv: SKIPPING [2025-06-09T12:49:18.617Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/main/55 [2025-06-09T12:49:18.617Z] INFO: archiving workspace using pattern(s): [2025-06-09T12:49:19.570Z] Archives upload complete. [2025-06-09T12:49:19.570Z] INFO: archiving logs to Nexus