Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f6ce5080970ad21e992ba27979a78c03c238e882 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-ssh15819680429500793800.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-ssh10553687307316149704.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/app-service-configurable/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/app-service-configurable/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1458569005843494968.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-ssh6177096515266876518.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/app-service-configurable/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/app-service-configurable/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh14414853490014415942.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 ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable] ========================================================= [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 ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-7677 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/ry_app-service-configurable_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.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/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision f6ce5080970ad21e992ba27979a78c03c238e882 (main) Commit message: "Merge pull request #737 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v4-4.1.0-dev.27" > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.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 f6ce5080970ad21e992ba27979a78c03c238e882 # timeout=10 > git rev-list --no-walk e174cc8c016bfc566f2cbdec88816094bc9dcc2f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-08-27T05:06:59.147Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-08-27T05:06:59.229Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-08-27T05:06:59.257Z] ========================================================= [2025-08-27T05:06:59.257Z] EdgeX Global Pipelines Version Info [2025-08-27T05:06:59.257Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-08-27T05:07:00.397Z] ------------------- [2025-08-27T05:07:00.397Z] stable info: [2025-08-27T05:07:00.397Z] ------------------- [2025-08-27T05:07:00.397Z] Commited By: Cherry Wang cherry@iotechsys.com [2025-08-27T05:07:00.397Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-08-27T05:07:00.397Z] Message: update stable to v1.0.276 [2025-08-27T05:07:00.967Z] ------------------- [2025-08-27T05:07:00.967Z] experimental info: [2025-08-27T05:07:00.967Z] ------------------- [2025-08-27T05:07:00.967Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-08-27T05:07:00.967Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-08-27T05:07:00.967Z] Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-08-27T05:07:01.096Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2025-08-27T05:07:01.120Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2025-08-27T05:07:01.139Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-08-27T05:07:01.159Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-08-27T05:07:01.186Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-08-27T05:07:01.208Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-08-27T05:07:01.233Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-08-27T05:07:01.275Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-08-27T05:07:01.317Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-08-27T05:07:01.341Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-08-27T05:07:01.358Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-08-27T05:07:01.378Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2025-08-27T05:07:01.397Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-08-27T05:07:01.417Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-08-27T05:07:01.435Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-08-27T05:07:01.458Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-08-27T05:07:01.482Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-08-27T05:07:01.502Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-08-27T05:07:01.521Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-08-27T05:07:01.545Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-08-27T05:07:01.567Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-08-27T05:07:01.609Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-08-27T05:07:01.627Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-08-27T05:07:01.650Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-08-27T05:07:01.670Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-08-27T05:07:01.692Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-08-27T05:07:01.714Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-08-27T05:07:01.740Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-08-27T05:07:01.761Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-08-27T05:07:01.786Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-08-27T05:07:01.809Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f6ce5080970ad21e992ba27979a78c03c238e882 [Pipeline] echo [2025-08-27T05:07:01.839Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f6ce508 [Pipeline] echo [2025-08-27T05:07:01.867Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-27T05:07:01.939Z] provisioning config files... [2025-08-27T05:07:01.955Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config15599325094780908387tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-27T05:07:02.310Z] ---> ****-login.sh [2025-08-27T05:07:02.310Z] nexus3.edgexfoundry.org:10001 [2025-08-27T05:07:02.310Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-27T05:07:02.584Z] [2025-08-27T05:07:02.584Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-27T05:07:02.584Z] Configure a credential helper to remove this warning. See [2025-08-27T05:07:02.584Z] https://docs.****.com/go/credential-store/ [2025-08-27T05:07:02.584Z] [2025-08-27T05:07:02.584Z] Login Succeeded [2025-08-27T05:07:02.584Z] nexus3.edgexfoundry.org:10002 [2025-08-27T05:07:02.584Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-27T05:07:02.584Z] [2025-08-27T05:07:02.585Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-27T05:07:02.585Z] Configure a credential helper to remove this warning. See [2025-08-27T05:07:02.585Z] https://docs.****.com/go/credential-store/ [2025-08-27T05:07:02.585Z] [2025-08-27T05:07:02.585Z] Login Succeeded [2025-08-27T05:07:02.585Z] nexus3.edgexfoundry.org:10003 [2025-08-27T05:07:02.856Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-27T05:07:02.856Z] [2025-08-27T05:07:02.856Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-27T05:07:02.856Z] Configure a credential helper to remove this warning. See [2025-08-27T05:07:02.856Z] https://docs.****.com/go/credential-store/ [2025-08-27T05:07:02.856Z] [2025-08-27T05:07:02.856Z] Login Succeeded [2025-08-27T05:07:02.856Z] nexus3.edgexfoundry.org:10004 [2025-08-27T05:07:02.856Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-27T05:07:02.856Z] [2025-08-27T05:07:02.856Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-27T05:07:02.857Z] Configure a credential helper to remove this warning. See [2025-08-27T05:07:02.857Z] https://docs.****.com/go/credential-store/ [2025-08-27T05:07:02.857Z] [2025-08-27T05:07:02.857Z] Login Succeeded [2025-08-27T05:07:02.857Z] ****.io [2025-08-27T05:07:02.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-27T05:07:03.119Z] [2025-08-27T05:07:03.119Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-27T05:07:03.119Z] Configure a credential helper to remove this warning. See [2025-08-27T05:07:03.119Z] https://docs.****.com/go/credential-store/ [2025-08-27T05:07:03.119Z] [2025-08-27T05:07:03.119Z] Login Succeeded [2025-08-27T05:07:03.119Z] ---> ****-login.sh ends [Pipeline] } [2025-08-27T05:07:03.127Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-08-27T05:07:03.554Z] + git rev-list -1 --merges f6ce5080970ad21e992ba27979a78c03c238e882~1..f6ce5080970ad21e992ba27979a78c03c238e882 [Pipeline] echo [2025-08-27T05:07:03.585Z] -----------> git rev-list -1 --merges f6ce5080970ad21e992ba27979a78c03c238e882~1..f6ce5080970ad21e992ba27979a78c03c238e882 f6ce5080970ad21e992ba27979a78c03c238e882 [2025-08-27T05:07:03.585Z] f6ce5080970ad21e992ba27979a78c03c238e882 [false] [Pipeline] sh [2025-08-27T05:07:03.883Z] + git log --format=format:%s -1 f6ce5080970ad21e992ba27979a78c03c238e882 [Pipeline] echo [2025-08-27T05:07:03.902Z] ========================================================= [2025-08-27T05:07:03.902Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-08-27T05:07:03.902Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-08-27T05:07:04.252Z] + git log --format=format:%s -1 f6ce5080970ad21e992ba27979a78c03c238e882 [Pipeline] echo [2025-08-27T05:07:04.268Z] [semverPrep] GIT_COMMIT: f6ce5080970ad21e992ba27979a78c03c238e882, Commit Message: Merge pull request #737 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v4-4.1.0-dev.27 [Pipeline] echo [2025-08-27T05:07:04.284Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-08-27T05:07:04.675Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-27T05:07:04.676Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-08-27T05:07:04.676Z] + [ -e /tmp/ssh_known_hosts ] [2025-08-27T05:07:04.676Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-08-27T05:07:04.676Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-08-27T05:07:04.676Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-08-27T05:07:04.676Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:07:05.123Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-27T05:07:05.123Z] [2025-08-27T05:07:05.123Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:07:05.449Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-27T05:07:05.450Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-08-27T05:07:05.450Z] 3dae71ba6b94: Pulling fs layer [2025-08-27T05:07:05.450Z] 6bf1a483ea7c: Pulling fs layer [2025-08-27T05:07:05.450Z] f5dfc541a4d3: Pulling fs layer [2025-08-27T05:07:05.450Z] 461d9e800cba: Pulling fs layer [2025-08-27T05:07:05.450Z] 80192f66455f: Pulling fs layer [2025-08-27T05:07:05.450Z] 2e8e34ca0e6c: Pulling fs layer [2025-08-27T05:07:05.450Z] a29436f7fd5d: Pulling fs layer [2025-08-27T05:07:05.450Z] 923cac83aea3: Pulling fs layer [2025-08-27T05:07:05.450Z] 25ad8b0a4227: Pulling fs layer [2025-08-27T05:07:05.450Z] db01528c6b51: Pulling fs layer [2025-08-27T05:07:05.450Z] 28988de357af: Pulling fs layer [2025-08-27T05:07:05.450Z] 2e8e34ca0e6c: Waiting [2025-08-27T05:07:05.450Z] a29436f7fd5d: Waiting [2025-08-27T05:07:05.450Z] 923cac83aea3: Waiting [2025-08-27T05:07:05.450Z] 25ad8b0a4227: Waiting [2025-08-27T05:07:05.450Z] 461d9e800cba: Waiting [2025-08-27T05:07:05.450Z] 80192f66455f: Waiting [2025-08-27T05:07:05.450Z] 28988de357af: Waiting [2025-08-27T05:07:05.450Z] db01528c6b51: Waiting [2025-08-27T05:07:05.450Z] 6bf1a483ea7c: Verifying Checksum [2025-08-27T05:07:05.450Z] 6bf1a483ea7c: Download complete [2025-08-27T05:07:05.715Z] 461d9e800cba: Verifying Checksum [2025-08-27T05:07:05.715Z] 461d9e800cba: Download complete [2025-08-27T05:07:05.715Z] 80192f66455f: Verifying Checksum [2025-08-27T05:07:05.715Z] 80192f66455f: Download complete [2025-08-27T05:07:05.715Z] f5dfc541a4d3: Verifying Checksum [2025-08-27T05:07:05.715Z] f5dfc541a4d3: Download complete [2025-08-27T05:07:05.715Z] 3dae71ba6b94: Verifying Checksum [2025-08-27T05:07:05.715Z] 3dae71ba6b94: Download complete [2025-08-27T05:07:05.715Z] 923cac83aea3: Verifying Checksum [2025-08-27T05:07:05.715Z] 923cac83aea3: Download complete [2025-08-27T05:07:05.981Z] 25ad8b0a4227: Verifying Checksum [2025-08-27T05:07:05.981Z] 25ad8b0a4227: Download complete [2025-08-27T05:07:05.981Z] db01528c6b51: Verifying Checksum [2025-08-27T05:07:05.981Z] db01528c6b51: Download complete [2025-08-27T05:07:05.981Z] 28988de357af: Download complete [2025-08-27T05:07:06.242Z] a29436f7fd5d: Download complete [2025-08-27T05:07:06.503Z] 2e8e34ca0e6c: Verifying Checksum [2025-08-27T05:07:06.503Z] 2e8e34ca0e6c: Download complete [2025-08-27T05:07:07.461Z] 3dae71ba6b94: Pull complete [2025-08-27T05:07:07.461Z] 6bf1a483ea7c: Pull complete [2025-08-27T05:07:08.424Z] f5dfc541a4d3: Pull complete [2025-08-27T05:07:08.424Z] 461d9e800cba: Pull complete [2025-08-27T05:07:08.424Z] 80192f66455f: Pull complete [2025-08-27T05:07:12.698Z] 2e8e34ca0e6c: Pull complete [2025-08-27T05:07:13.500Z] a29436f7fd5d: Pull complete [2025-08-27T05:07:13.500Z] 923cac83aea3: Pull complete [2025-08-27T05:07:13.508Z] 25ad8b0a4227: Pull complete [2025-08-27T05:07:13.508Z] db01528c6b51: Pull complete [2025-08-27T05:07:13.508Z] 28988de357af: Pull complete [2025-08-27T05:07:13.508Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-08-27T05:07:13.508Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-27T05:07:13.508Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-27T05:07:13.648Z] prd-ubuntu20.04-docker-8c-8g-7677 does not seem to be running inside a container [2025-08-27T05:07:13.692Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-08-27T05:07:16.742Z] $ docker top 2895339918c6463f7e1c3e1ddca35b0e57054dba0983bdb18b3b4e36333a0557 -eo pid,comm [2025-08-27T05:07:16.789Z] 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-08-27T05:07:16.789Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-27T05:07:16.848Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-27T05:07:16.848Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-27T05:07:16.976Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-27T05:07:16.982Z] $ docker exec 2895339918c6463f7e1c3e1ddca35b0e57054dba0983bdb18b3b4e36333a0557 ssh-agent [2025-08-27T05:07:17.090Z] SSH_AUTH_SOCK=/tmp/ssh-Sc4yUt5aSZfq/agent.32 [2025-08-27T05:07:17.090Z] SSH_AGENT_PID=38 [2025-08-27T05:07:17.119Z] Running ssh-add (command line suppressed) [2025-08-27T05:07:17.221Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_4268972213339207010.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_4268972213339207010.key) [2025-08-27T05:07:17.270Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-27T05:07:17.586Z] + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] sh [2025-08-27T05:07:17.887Z] + git tag --points-at HEAD [Pipeline] } [2025-08-27T05:07:17.903Z] $ docker exec --env ******** --env ******** 2895339918c6463f7e1c3e1ddca35b0e57054dba0983bdb18b3b4e36333a0557 ssh-agent -k [2025-08-27T05:07:18.003Z] unset SSH_AUTH_SOCK; [2025-08-27T05:07:18.003Z] unset SSH_AGENT_PID; [2025-08-27T05:07:18.003Z] echo Agent pid 38 killed; [2025-08-27T05:07:18.012Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-08-27T05:07:18.055Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-27T05:07:18.055Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-27T05:07:18.171Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-27T05:07:18.175Z] $ docker exec 2895339918c6463f7e1c3e1ddca35b0e57054dba0983bdb18b3b4e36333a0557 ssh-agent [2025-08-27T05:07:18.281Z] SSH_AUTH_SOCK=/tmp/ssh-UjY1UpeVoLxr/agent.84 [2025-08-27T05:07:18.281Z] SSH_AGENT_PID=90 [2025-08-27T05:07:18.287Z] Running ssh-add (command line suppressed) [2025-08-27T05:07:18.387Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_13802551782921426354.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_13802551782921426354.key) [2025-08-27T05:07:18.401Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-27T05:07:18.707Z] + git semver init [2025-08-27T05:07:18.969Z] 2025-08-27 05:07:18,949 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-27T05:07:18.969Z] 2025-08-27 05:07:18,953 [run_init] DEBUG init version:0.0.0 force:False [2025-08-27T05:07:18.969Z] 2025-08-27 05:07:18,954 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver [2025-08-27T05:07:18.969Z] 2025-08-27 05:07:18,954 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver [2025-08-27T05:07:18.969Z] 2025-08-27 05:07:18,954 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/ry_app-service-configurable_main/.semver'], cwd=/w/workspace/ry_app-service-configurable_main, stdin=None, shell=False, universal_newlines=False) [2025-08-27T05:07:20.356Z] 2025-08-27 05:07:20,219 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude [2025-08-27T05:07:20.356Z] 2025-08-27 05:07:20,219 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False [2025-08-27T05:07:20.356Z] 2025-08-27 05:07:20,219 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2025-08-27T05:07:20.356Z] 2025-08-27 05:07:20,219 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2025-08-27T05:07:20.356Z] 4.1.0-dev.6 [Pipeline] } [2025-08-27T05:07:20.374Z] $ docker exec --env ******** --env ******** 2895339918c6463f7e1c3e1ddca35b0e57054dba0983bdb18b3b4e36333a0557 ssh-agent -k [2025-08-27T05:07:20.466Z] unset SSH_AUTH_SOCK; [2025-08-27T05:07:20.467Z] unset SSH_AGENT_PID; [2025-08-27T05:07:20.467Z] echo Agent pid 90 killed; [2025-08-27T05:07:20.475Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-27T05:07:20.804Z] + git semver [Pipeline] } [2025-08-27T05:07:21.399Z] $ docker stop --time=1 2895339918c6463f7e1c3e1ddca35b0e57054dba0983bdb18b3b4e36333a0557 [2025-08-27T05:07:22.672Z] $ docker rm -f --volumes 2895339918c6463f7e1c3e1ddca35b0e57054dba0983bdb18b3b4e36333a0557 [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-27T05:07:23.016Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-08-27T05:07:23.386Z] Stashed 1 file(s) [Pipeline] echo [2025-08-27T05:07:23.390Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.6 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-27T05:07:23.553Z] provisioning config files... [2025-08-27T05:07:23.570Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config15973216130672032701tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-27T05:07:23.873Z] ---> ****-login.sh [2025-08-27T05:07:23.873Z] nexus3.edgexfoundry.org:10001 [2025-08-27T05:07:23.873Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-27T05:07:23.873Z] Login Succeeded [2025-08-27T05:07:23.873Z] nexus3.edgexfoundry.org:10002 [2025-08-27T05:07:23.873Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-27T05:07:23.873Z] Login Succeeded [2025-08-27T05:07:23.873Z] nexus3.edgexfoundry.org:10003 [2025-08-27T05:07:24.196Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-27T05:07:24.196Z] Login Succeeded [2025-08-27T05:07:24.196Z] nexus3.edgexfoundry.org:10004 [2025-08-27T05:07:24.196Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-27T05:07:24.196Z] Login Succeeded [2025-08-27T05:07:24.196Z] ****.io [2025-08-27T05:07:24.196Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-27T05:07:24.456Z] Login Succeeded [2025-08-27T05:07:24.456Z] ---> ****-login.sh ends [Pipeline] } [2025-08-27T05:07:24.466Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-08-27T05:07:24.563Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-27T05:07:24.594Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-27T05:07:24.618Z] ========================================================= [2025-08-27T05:07:24.618Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-08-27T05:07:24.618Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:07:24.952Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine --build-arg MAKE=echo noop --target=builder . [2025-08-27T05:07:25.525Z] #0 building with "default" instance using docker driver [2025-08-27T05:07:25.525Z] [2025-08-27T05:07:25.525Z] #1 [internal] load build definition from Dockerfile [2025-08-27T05:07:25.525Z] #1 transferring dockerfile: 2.05kB done [2025-08-27T05:07:25.525Z] #1 DONE 0.0s [2025-08-27T05:07:25.525Z] [2025-08-27T05:07:25.525Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-08-27T05:07:25.525Z] #2 DONE 0.1s [2025-08-27T05:07:25.785Z] [2025-08-27T05:07:25.786Z] #3 [internal] load .dockerignore [2025-08-27T05:07:25.786Z] #3 transferring context: 159B done [2025-08-27T05:07:25.786Z] #3 DONE 0.0s [2025-08-27T05:07:25.786Z] [2025-08-27T05:07:25.786Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 [2025-08-27T05:07:25.786Z] #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 0.0s done [2025-08-27T05:07:25.786Z] #4 sha256:d619b1717253d911bd917c5573ee8134ae218c2451e74083eb23940cdd319302 4.11kB / 4.11kB done [2025-08-27T05:07:25.786Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0B / 3.63MB 0.1s [2025-08-27T05:07:25.786Z] #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.1s done [2025-08-27T05:07:25.786Z] #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 0B / 126B 0.1s [2025-08-27T05:07:25.786Z] #4 sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 685B / 685B done [2025-08-27T05:07:25.786Z] #4 sha256:01d3d341091a517642a078ff0605422b0bc90a0685c27f13eebf23a14bd174bf 2.08kB / 2.08kB done [2025-08-27T05:07:25.786Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 0B / 74.06MB 0.1s [2025-08-27T05:07:25.786Z] #4 ... [2025-08-27T05:07:25.786Z] [2025-08-27T05:07:25.786Z] #5 [internal] load build context [2025-08-27T05:07:25.786Z] #5 transferring context: 14.78MB 0.1s done [2025-08-27T05:07:25.786Z] #5 DONE 0.2s [2025-08-27T05:07:25.786Z] [2025-08-27T05:07:25.786Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 [2025-08-27T05:07:25.786Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 2.10MB / 3.63MB 0.2s [2025-08-27T05:07:25.786Z] #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done [2025-08-27T05:07:25.786Z] #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done [2025-08-27T05:07:25.786Z] #4 sha256:c451b95d79318bfd8953a1c9820732ea4e6327fc33c477d42b42d627f68681ad 440B / 440B 0.2s done [2025-08-27T05:07:25.786Z] #4 sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 0B / 2.38MB 0.2s [2025-08-27T05:07:25.786Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.3s done [2025-08-27T05:07:25.786Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 4.19MB / 74.06MB 0.3s [2025-08-27T05:07:25.786Z] #4 sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 2.38MB / 2.38MB 0.3s [2025-08-27T05:07:25.786Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc [2025-08-27T05:07:25.786Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 0B / 103.05MB 0.3s [2025-08-27T05:07:26.048Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 10.49MB / 74.06MB 0.4s [2025-08-27T05:07:26.048Z] #4 sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 2.38MB / 2.38MB 0.3s done [2025-08-27T05:07:26.048Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done [2025-08-27T05:07:26.048Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 6.29MB / 103.05MB 0.4s [2025-08-27T05:07:26.048Z] #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 1.05MB / 13.29MB 0.4s [2025-08-27T05:07:26.048Z] #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df [2025-08-27T05:07:26.311Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 25.17MB / 74.06MB 0.6s [2025-08-27T05:07:26.311Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 22.02MB / 103.05MB 0.6s [2025-08-27T05:07:26.311Z] #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 9.44MB / 13.29MB 0.6s [2025-08-27T05:07:26.311Z] #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.1s done [2025-08-27T05:07:26.311Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 46.14MB / 74.06MB 0.8s [2025-08-27T05:07:26.311Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 46.14MB / 103.05MB 0.8s [2025-08-27T05:07:26.311Z] #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 13.29MB / 13.29MB 0.7s done [2025-08-27T05:07:26.572Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 62.91MB / 74.06MB 0.9s [2025-08-27T05:07:26.572Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 65.01MB / 103.05MB 0.9s [2025-08-27T05:07:26.998Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 1.1s [2025-08-27T05:07:26.998Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 98.57MB / 103.05MB 1.1s [2025-08-27T05:07:27.261Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 1.6s done [2025-08-27T05:07:27.261Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 103.05MB / 103.05MB 1.6s done [2025-08-27T05:07:27.261Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 0.1s [2025-08-27T05:07:32.067Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 4.2s done [2025-08-27T05:07:32.329Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 [2025-08-27T05:07:32.329Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done [2025-08-27T05:07:32.329Z] #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done [2025-08-27T05:07:32.329Z] #4 extracting sha256:c451b95d79318bfd8953a1c9820732ea4e6327fc33c477d42b42d627f68681ad done [2025-08-27T05:07:32.329Z] #4 extracting sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a [2025-08-27T05:07:32.590Z] #4 extracting sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 0.0s done [2025-08-27T05:07:32.590Z] #4 extracting sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 0.1s [2025-08-27T05:07:35.132Z] #4 extracting sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 2.3s done [2025-08-27T05:07:35.132Z] #4 extracting sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 0.1s [2025-08-27T05:07:35.390Z] #4 extracting sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 0.5s done [2025-08-27T05:07:35.390Z] #4 DONE 9.8s [2025-08-27T05:07:35.649Z] [2025-08-27T05:07:35.649Z] #6 [builder 2/7] RUN apk add --update --no-cache make git [2025-08-27T05:07:35.649Z] #6 0.191 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-27T05:07:38.189Z] #6 2.890 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-27T05:07:38.513Z] Still waiting to schedule task [2025-08-27T05:07:38.514Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-08-27T05:07:38.768Z] #6 3.249 OK: 248 MiB in 58 packages [2025-08-27T05:07:41.313Z] #6 DONE 6.0s [2025-08-27T05:07:41.575Z] [2025-08-27T05:07:41.575Z] #7 [builder 3/7] WORKDIR /app [2025-08-27T05:07:41.575Z] #7 DONE 0.0s [2025-08-27T05:07:41.575Z] [2025-08-27T05:07:41.575Z] #8 [builder 4/7] COPY go.mod vendor* ./ [2025-08-27T05:07:41.575Z] #8 DONE 0.0s [2025-08-27T05:07:41.575Z] [2025-08-27T05:07:41.575Z] #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-27T05:08:20.828Z] #9 DONE 37.2s [2025-08-27T05:08:20.828Z] [2025-08-27T05:08:20.828Z] #10 [builder 6/7] COPY . . [2025-08-27T05:08:20.828Z] #10 DONE 0.1s [2025-08-27T05:08:20.828Z] [2025-08-27T05:08:20.828Z] #11 [builder 7/7] RUN echo noop [2025-08-27T05:08:20.828Z] #11 0.233 noop [2025-08-27T05:08:20.828Z] #11 DONE 0.3s [2025-08-27T05:08:20.828Z] [2025-08-27T05:08:20.828Z] #12 exporting to image [2025-08-27T05:08:20.828Z] #12 exporting layers [2025-08-27T05:08:26.237Z] #12 exporting layers 7.7s done [2025-08-27T05:08:26.237Z] #12 writing image sha256:efa3fe25146dfb3ac0803faa492fcfa623b737040278474650d75620c55117ee done [2025-08-27T05:08:26.237Z] #12 naming to docker.io/library/ci-base-image-x86_64 done [2025-08-27T05:08:26.237Z] #12 DONE 7.7s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:08:26.577Z] + docker inspect -f . ci-base-image-x86_64 [2025-08-27T05:08:26.577Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-27T05:08:26.663Z] prd-ubuntu20.04-docker-8c-8g-7677 does not seem to be running inside a container [2025-08-27T05:08:27.352Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-08-27T05:08:27.663Z] $ docker top ace540e4814a4a2ef662f63dfa24ca621b1ceeae88a0df9c34991aa23c69976a -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-27T05:08:27.379Z] + go version [2025-08-27T05:08:27.379Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-08-27T05:08:28.035Z] $ docker stop --time=1 ace540e4814a4a2ef662f63dfa24ca621b1ceeae88a0df9c34991aa23c69976a [2025-08-27T05:08:29.335Z] $ docker rm -f --volumes ace540e4814a4a2ef662f63dfa24ca621b1ceeae88a0df9c34991aa23c69976a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:08:29.138Z] + docker inspect -f . ci-base-image-x86_64 [2025-08-27T05:08:29.138Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-27T05:08:29.213Z] prd-ubuntu20.04-docker-8c-8g-7677 does not seem to be running inside a container [2025-08-27T05:08:29.891Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-08-27T05:08:30.109Z] $ docker top 5715dc4b3cfcf19a6826ae55c5d716dece6cab625c42124a549e749bacf2ded6 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-27T05:08:29.819Z] + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh [2025-08-27T05:08:30.122Z] + make test [2025-08-27T05:08:30.122Z] go test -race -coverprofile=coverage.out ./... [2025-08-27T05:09:04.618Z] github.com/edgexfoundry/app-service-configurable coverage: 0.0% of statements [2025-08-27T05:09:14.392Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7680 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws [2025-08-27T05:09:14.407Z] Running in /w/workspace/app-service-configurable/279 [Pipeline] { [Pipeline] checkout [2025-08-27T05:09:17.500Z] The recommended git tool is: git [2025-08-27T05:09:22.157Z] using credential edgex-jenkins-ssh [2025-08-27T05:09:22.178Z] Cloning the remote Git repository [2025-08-27T05:09:22.221Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2025-08-27T05:09:22.320Z] > git init /w/workspace/app-service-configurable/279 # timeout=10 [2025-08-27T05:09:22.443Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2025-08-27T05:09:22.444Z] > git --version # timeout=10 [2025-08-27T05:09:22.467Z] > git --version # 'git version 2.25.1' [2025-08-27T05:09:22.469Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-08-27T05:09:22.606Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-08-27T05:09:25.600Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2025-08-27T05:09:25.633Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-08-27T05:09:26.560Z] Avoid second fetch [2025-08-27T05:09:26.561Z] Checking out Revision f6ce5080970ad21e992ba27979a78c03c238e882 (main) [2025-08-27T05:09:27.249Z] Commit message: "Merge pull request #737 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v4-4.1.0-dev.27" [2025-08-27T05:09:26.579Z] > git config core.sparsecheckout # timeout=10 [2025-08-27T05:09:26.655Z] > git checkout -f f6ce5080970ad21e992ba27979a78c03c238e882 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-27T05:09:31.547Z] provisioning config files... [2025-08-27T05:09:31.578Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/279@tmp/config18205997306887992504tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-27T05:09:32.257Z] ---> ****-login.sh [2025-08-27T05:09:32.258Z] nexus3.edgexfoundry.org:10001 [2025-08-27T05:09:32.530Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-27T05:09:32.801Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-27T05:09:32.801Z] Configure a credential helper to remove this warning. See [2025-08-27T05:09:32.801Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-27T05:09:32.801Z] [2025-08-27T05:09:32.801Z] Login Succeeded [2025-08-27T05:09:32.801Z] nexus3.edgexfoundry.org:10002 [2025-08-27T05:09:33.083Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-27T05:09:33.083Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-27T05:09:33.083Z] Configure a credential helper to remove this warning. See [2025-08-27T05:09:33.083Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-27T05:09:33.083Z] [2025-08-27T05:09:33.083Z] Login Succeeded [2025-08-27T05:09:33.083Z] nexus3.edgexfoundry.org:10003 [2025-08-27T05:09:33.353Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-27T05:09:33.625Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-27T05:09:33.625Z] Configure a credential helper to remove this warning. See [2025-08-27T05:09:33.625Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-27T05:09:33.625Z] [2025-08-27T05:09:33.625Z] Login Succeeded [2025-08-27T05:09:33.625Z] nexus3.edgexfoundry.org:10004 [2025-08-27T05:09:33.902Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-27T05:09:33.902Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-27T05:09:33.902Z] Configure a credential helper to remove this warning. See [2025-08-27T05:09:33.902Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-27T05:09:33.902Z] [2025-08-27T05:09:33.902Z] Login Succeeded [2025-08-27T05:09:33.902Z] ****.io [2025-08-27T05:09:34.173Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-27T05:09:34.444Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-27T05:09:34.444Z] Configure a credential helper to remove this warning. See [2025-08-27T05:09:34.444Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-27T05:09:34.444Z] [2025-08-27T05:09:34.444Z] Login Succeeded [2025-08-27T05:09:34.444Z] ---> ****-login.sh ends [Pipeline] } [2025-08-27T05:09:34.463Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-08-27T05:09:34.814Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-27T05:09:34.833Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-27T05:09:34.849Z] ========================================================= [2025-08-27T05:09:34.849Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-08-27T05:09:34.849Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:09:35.214Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine --build-arg MAKE=echo noop --target=builder . [2025-08-27T05:09:35.214Z] Sending build context to Docker daemon 224.3kB [2025-08-27T05:09:35.487Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-08-27T05:09:35.487Z] Step 2/12 : FROM ${BASE} AS builder [2025-08-27T05:09:35.487Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-08-27T05:09:35.487Z] 94e9d8af2201: Pulling fs layer [2025-08-27T05:09:35.487Z] a6c56e8762df: Pulling fs layer [2025-08-27T05:09:35.487Z] f0f3c8884826: Pulling fs layer [2025-08-27T05:09:35.487Z] c7e7622c144d: Pulling fs layer [2025-08-27T05:09:35.487Z] 4f4fb700ef54: Pulling fs layer [2025-08-27T05:09:35.487Z] b4c3b6d88c5a: Pulling fs layer [2025-08-27T05:09:35.487Z] ba8bce9d2590: Pulling fs layer [2025-08-27T05:09:35.487Z] ca778ea9c289: Pulling fs layer [2025-08-27T05:09:35.487Z] 4f4fb700ef54: Waiting [2025-08-27T05:09:35.487Z] b4c3b6d88c5a: Waiting [2025-08-27T05:09:35.487Z] ba8bce9d2590: Waiting [2025-08-27T05:09:35.487Z] ca778ea9c289: Waiting [2025-08-27T05:09:35.760Z] c7e7622c144d: Waiting [2025-08-27T05:09:35.760Z] a6c56e8762df: Verifying Checksum [2025-08-27T05:09:35.760Z] a6c56e8762df: Download complete [2025-08-27T05:09:35.760Z] 94e9d8af2201: Verifying Checksum [2025-08-27T05:09:35.760Z] 94e9d8af2201: Download complete [2025-08-27T05:09:35.760Z] c7e7622c144d: Download complete [2025-08-27T05:09:35.760Z] 4f4fb700ef54: Verifying Checksum [2025-08-27T05:09:35.760Z] 4f4fb700ef54: Download complete [2025-08-27T05:09:35.760Z] b4c3b6d88c5a: Verifying Checksum [2025-08-27T05:09:35.760Z] b4c3b6d88c5a: Download complete [2025-08-27T05:09:36.353Z] ca778ea9c289: Verifying Checksum [2025-08-27T05:09:36.353Z] ca778ea9c289: Download complete [2025-08-27T05:09:36.628Z] 94e9d8af2201: Pull complete [2025-08-27T05:09:37.220Z] a6c56e8762df: Pull complete [2025-08-27T05:09:37.815Z] f0f3c8884826: Verifying Checksum [2025-08-27T05:09:37.815Z] f0f3c8884826: Download complete [2025-08-27T05:09:38.789Z] ba8bce9d2590: Verifying Checksum [2025-08-27T05:09:38.789Z] ba8bce9d2590: Download complete [2025-08-27T05:09:41.828Z] go vet ./... [2025-08-27T05:09:44.380Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-08-27T05:09:44.380Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-08-27T05:09:44.380Z] ./bin/test-attribution-txt.sh [2025-08-27T05:09:44.380Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-08-27T05:09:44.380Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-08-27T05:09:44.380Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-08-27T05:09:44.380Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-08-27T05:09:44.380Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [2025-08-27T05:09:44.380Z] An attribution for go.opentelemetry.io/auto/sdk is missing from Attribution.txt, please add [Pipeline] echo [2025-08-27T05:09:44.395Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-08-27T05:09:44.415Z] $ docker stop --time=1 5715dc4b3cfcf19a6826ae55c5d716dece6cab625c42124a549e749bacf2ded6 [2025-08-27T05:09:46.414Z] $ docker rm -f --volumes 5715dc4b3cfcf19a6826ae55c5d716dece6cab625c42124a549e749bacf2ded6 [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-27T05:09:47.068Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-08-27T05:09:47.108Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-08-27T05:09:47.588Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-08-27T05:09:47.887Z] + ls -al . [2025-08-27T05:09:47.887Z] total 248 [2025-08-27T05:09:47.887Z] drwxrwxr-x 7 jenkins jenkins 4096 Aug 27 05:08 . [2025-08-27T05:09:47.887Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 27 05:06 .. [2025-08-27T05:09:47.887Z] -rw-rw-r-- 1 jenkins jenkins 119 Aug 27 05:06 .dockerignore [2025-08-27T05:09:47.887Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 27 05:09 .git [2025-08-27T05:09:47.887Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 27 05:06 .github [2025-08-27T05:09:47.887Z] -rw-rw-r-- 1 jenkins jenkins 108 Aug 27 05:06 .gitignore [2025-08-27T05:09:47.887Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 27 05:06 .golangci.yml [2025-08-27T05:09:47.887Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 27 05:07 .semver [2025-08-27T05:09:47.887Z] -rw-rw-r-- 1 jenkins jenkins 16550 Aug 27 05:06 Attribution.txt [2025-08-27T05:09:47.887Z] -rw-rw-r-- 1 jenkins jenkins 39309 Aug 27 05:06 CHANGELOG.md [2025-08-27T05:09:47.887Z] -rw-rw-r-- 1 jenkins jenkins 2008 Aug 27 05:06 Dockerfile [2025-08-27T05:09:47.887Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 27 05:06 GOVERNANCE.md [2025-08-27T05:09:47.887Z] -rw-rw-r-- 1 jenkins jenkins 666 Aug 27 05:06 Jenkinsfile [2025-08-27T05:09:47.887Z] -rw-rw-r-- 1 jenkins jenkins 10174 Aug 27 05:06 LICENSE [2025-08-27T05:09:47.887Z] -rw-rw-r-- 1 jenkins jenkins 618 Aug 27 05:06 OWNERS.md [2025-08-27T05:09:47.887Z] -rw-rw-r-- 1 jenkins jenkins 4952 Aug 27 05:06 README.md [2025-08-27T05:09:47.887Z] -rw-rw-r-- 1 jenkins jenkins 11 Aug 27 05:07 VERSION [2025-08-27T05:09:47.887Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 27 05:06 bin [2025-08-27T05:09:47.887Z] -rw-r--r-- 1 jenkins jenkins 953 Aug 27 05:09 coverage.out [2025-08-27T05:09:47.887Z] -rw-rw-r-- 1 jenkins jenkins 6577 Aug 27 05:06 go.mod [2025-08-27T05:09:47.887Z] -rw-rw-r-- 1 jenkins jenkins 88385 Aug 27 05:06 go.sum [2025-08-27T05:09:47.887Z] -rw-rw-r-- 1 jenkins jenkins 1937 Aug 27 05:06 main.go [2025-08-27T05:09:47.887Z] -rw-rw-r-- 1 jenkins jenkins 3362 Aug 27 05:06 makefile [2025-08-27T05:09:47.887Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 27 05:06 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:09:48.230Z] + docker build -t app-service-configurable -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=f6ce5080970ad21e992ba27979a78c03c238e882 --label arch=amd64 --label version=4.1.0-dev.6 . [2025-08-27T05:09:48.493Z] #0 building with "default" instance using docker driver [2025-08-27T05:09:48.493Z] [2025-08-27T05:09:48.493Z] #1 [internal] load build definition from Dockerfile [2025-08-27T05:09:48.493Z] #1 transferring dockerfile: 2.05kB done [2025-08-27T05:09:48.493Z] #1 WARN: UndefinedVar: Usage of undefined variable '$VERSION' (line 40) [2025-08-27T05:09:48.493Z] #1 DONE 0.0s [2025-08-27T05:09:48.493Z] [2025-08-27T05:09:48.493Z] #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-08-27T05:09:48.493Z] #2 DONE 0.0s [2025-08-27T05:09:48.493Z] [2025-08-27T05:09:48.493Z] #3 [internal] load metadata for docker.io/library/alpine:3.20 [2025-08-27T05:09:48.493Z] #3 DONE 0.1s [2025-08-27T05:09:48.493Z] [2025-08-27T05:09:48.493Z] #4 [internal] load .dockerignore [2025-08-27T05:09:48.493Z] #4 transferring context: 159B done [2025-08-27T05:09:48.493Z] #4 DONE 0.0s [2025-08-27T05:09:48.493Z] [2025-08-27T05:09:48.493Z] #5 [internal] load build context [2025-08-27T05:09:48.493Z] #5 transferring context: 4.84kB done [2025-08-27T05:09:48.493Z] #5 DONE 0.0s [2025-08-27T05:09:48.493Z] [2025-08-27T05:09:48.493Z] #6 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-08-27T05:09:48.493Z] #6 DONE 0.1s [2025-08-27T05:09:48.493Z] [2025-08-27T05:09:48.493Z] #7 [stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-27T05:09:48.493Z] #7 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-08-27T05:09:48.493Z] #7 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-27T05:09:48.493Z] #7 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-08-27T05:09:48.493Z] #7 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-08-27T05:09:48.493Z] #7 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s [2025-08-27T05:09:48.757Z] #7 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-08-27T05:09:48.757Z] #7 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.1s done [2025-08-27T05:09:48.757Z] #7 DONE 0.3s [2025-08-27T05:09:48.757Z] [2025-08-27T05:09:48.757Z] #8 [builder 2/7] RUN apk add --update --no-cache make git [2025-08-27T05:09:48.757Z] #8 0.223 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-27T05:09:48.757Z] #8 0.381 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-27T05:09:49.329Z] #8 0.741 OK: 248 MiB in 58 packages [2025-08-27T05:09:49.329Z] #8 DONE 0.9s [2025-08-27T05:09:49.329Z] [2025-08-27T05:09:49.329Z] #9 [builder 3/7] WORKDIR /app [2025-08-27T05:09:49.329Z] #9 DONE 0.1s [2025-08-27T05:09:49.329Z] [2025-08-27T05:09:49.329Z] #10 [builder 4/7] COPY go.mod vendor* ./ [2025-08-27T05:09:49.329Z] #10 DONE 0.0s [2025-08-27T05:09:49.329Z] [2025-08-27T05:09:49.329Z] #11 [stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2025-08-27T05:09:49.329Z] #11 0.213 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-27T05:09:49.329Z] #11 0.299 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-27T05:09:49.329Z] #11 0.608 (1/2) Installing ca-certificates (20250619-r0) [2025-08-27T05:09:49.329Z] #11 0.629 (2/2) Installing dumb-init (1.2.5-r3) [2025-08-27T05:09:49.329Z] #11 0.632 Executing busybox-1.36.1-r29.trigger [2025-08-27T05:09:49.329Z] #11 0.651 Executing ca-certificates-20250619-r0.trigger [2025-08-27T05:09:49.329Z] #11 0.696 OK: 8 MiB in 16 packages [2025-08-27T05:09:49.591Z] #11 DONE 0.8s [2025-08-27T05:09:49.591Z] [2025-08-27T05:09:49.591Z] #12 [stage-1 3/7] RUN apk --no-cache upgrade [2025-08-27T05:09:49.851Z] #12 0.322 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-27T05:09:50.111Z] #12 0.407 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-27T05:09:50.111Z] #12 ... [2025-08-27T05:09:50.111Z] [2025-08-27T05:09:50.111Z] #13 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-27T05:09:50.111Z] #13 DONE 0.6s [2025-08-27T05:09:50.111Z] [2025-08-27T05:09:50.111Z] #12 [stage-1 3/7] RUN apk --no-cache upgrade [2025-08-27T05:09:50.111Z] #12 0.699 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-27T05:09:50.372Z] #12 0.713 Executing busybox-1.36.1-r30.post-upgrade [2025-08-27T05:09:50.372Z] #12 0.747 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-27T05:09:50.372Z] #12 0.752 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-27T05:09:50.372Z] #12 0.759 Executing busybox-1.36.1-r30.trigger [2025-08-27T05:09:50.372Z] #12 0.763 OK: 8 MiB in 16 packages [2025-08-27T05:09:50.372Z] #12 DONE 0.9s [2025-08-27T05:09:50.372Z] [2025-08-27T05:09:50.372Z] #14 [builder 6/7] COPY . . [2025-08-27T05:09:50.372Z] #14 DONE 0.2s [2025-08-27T05:09:50.372Z] [2025-08-27T05:09:50.372Z] #15 [builder 7/7] RUN make build [2025-08-27T05:09:50.372Z] #15 0.276 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.SDKVersion=4.1.0-dev.27 -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.ApplicationVersion=4.1.0-dev.6 -bindnow" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable [2025-08-27T05:09:53.968Z] f0f3c8884826: Pull complete [2025-08-27T05:09:53.968Z] c7e7622c144d: Pull complete [2025-08-27T05:09:53.968Z] 4f4fb700ef54: Pull complete [2025-08-27T05:09:53.968Z] b4c3b6d88c5a: Pull complete [2025-08-27T05:10:00.647Z] ba8bce9d2590: Pull complete [2025-08-27T05:10:03.252Z] ca778ea9c289: Pull complete [2025-08-27T05:10:03.252Z] Digest: sha256:c70c257f76c0e97c87bd0187f74242a809c0afac30c2d5f44320df1de5715b93 [2025-08-27T05:10:03.252Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-08-27T05:10:03.252Z] ---> 47b25d7523d1 [2025-08-27T05:10:03.252Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2025-08-27T05:10:04.656Z] ---> Running in ef288030e434 [2025-08-27T05:10:04.925Z] Removing intermediate container ef288030e434 [2025-08-27T05:10:04.925Z] ---> bc47ec2dc30f [2025-08-27T05:10:04.925Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2025-08-27T05:10:05.193Z] ---> Running in 9fbb096c058e [2025-08-27T05:10:05.460Z] Removing intermediate container 9fbb096c058e [2025-08-27T05:10:05.460Z] ---> 90ca3cefa083 [2025-08-27T05:10:05.460Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2025-08-27T05:10:05.460Z] ---> Running in 2c358b73ac5a [2025-08-27T05:10:06.044Z] Removing intermediate container 2c358b73ac5a [2025-08-27T05:10:06.044Z] ---> c6a96327ba7e [2025-08-27T05:10:06.044Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-08-27T05:10:06.331Z] ---> Running in 56049c4b1ac0 [2025-08-27T05:10:07.747Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-27T05:10:08.021Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-27T05:10:09.427Z] OK: 239 MiB in 58 packages [2025-08-27T05:10:10.382Z] Removing intermediate container 56049c4b1ac0 [2025-08-27T05:10:10.382Z] ---> e7684e395e5d [2025-08-27T05:10:10.382Z] Step 7/12 : WORKDIR /app [2025-08-27T05:10:10.383Z] ---> Running in c608e80bd179 [2025-08-27T05:10:10.652Z] Removing intermediate container c608e80bd179 [2025-08-27T05:10:10.652Z] ---> 7d0827aecb89 [2025-08-27T05:10:10.652Z] Step 8/12 : COPY go.mod vendor* ./ [2025-08-27T05:10:11.234Z] ---> 6c2defefe5ac [2025-08-27T05:10:11.235Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-27T05:10:11.235Z] ---> Running in a681555bdbc3 [2025-08-27T05:10:17.899Z] #15 DONE 26.6s [2025-08-27T05:10:17.899Z] [2025-08-27T05:10:17.899Z] #16 [stage-1 4/7] COPY --from=builder /app/Attribution.txt /Attribution.txt [2025-08-27T05:10:17.899Z] #16 DONE 0.0s [2025-08-27T05:10:17.899Z] [2025-08-27T05:10:17.899Z] #17 [stage-1 5/7] COPY --from=builder /app/LICENSE /LICENSE [2025-08-27T05:10:17.899Z] #17 DONE 0.0s [2025-08-27T05:10:17.899Z] [2025-08-27T05:10:17.899Z] #18 [stage-1 6/7] COPY --from=builder /app/res/ /res/ [2025-08-27T05:10:17.899Z] #18 DONE 0.0s [2025-08-27T05:10:17.899Z] [2025-08-27T05:10:17.900Z] #19 [stage-1 7/7] COPY --from=builder /app/app-service-configurable /app-service-configurable [2025-08-27T05:10:17.900Z] #19 DONE 0.1s [2025-08-27T05:10:17.900Z] [2025-08-27T05:10:17.900Z] #20 exporting to image [2025-08-27T05:10:17.900Z] #20 exporting layers [2025-08-27T05:10:17.900Z] #20 exporting layers 0.2s done [2025-08-27T05:10:17.900Z] #20 writing image sha256:73ce16c128b63237a475cc6c3052ec39dadb876a4a99b77fbff24a4c1fc5b897 done [2025-08-27T05:10:17.900Z] #20 naming to docker.io/library/app-service-configurable done [2025-08-27T05:10:17.900Z] #20 DONE 0.2s [2025-08-27T05:10:17.900Z] [2025-08-27T05:10:17.900Z] 1 warning found (use docker --debug to expand): [2025-08-27T05:10:17.900Z]  - UndefinedVar: Usage of undefined variable '$VERSION' (line 40) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-27T05:10:18.034Z] provisioning config files... [2025-08-27T05:10:18.042Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3528976412384573340tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-27T05:10:18.353Z] ---> ****-login.sh [2025-08-27T05:10:18.353Z] nexus3.edgexfoundry.org:10001 [2025-08-27T05:10:18.353Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-27T05:10:18.353Z] Login Succeeded [2025-08-27T05:10:18.354Z] nexus3.edgexfoundry.org:10002 [2025-08-27T05:10:18.354Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-27T05:10:18.354Z] Login Succeeded [2025-08-27T05:10:18.354Z] nexus3.edgexfoundry.org:10003 [2025-08-27T05:10:18.615Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-27T05:10:18.615Z] Login Succeeded [2025-08-27T05:10:18.615Z] nexus3.edgexfoundry.org:10004 [2025-08-27T05:10:18.615Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-27T05:10:18.615Z] Login Succeeded [2025-08-27T05:10:18.615Z] ****.io [2025-08-27T05:10:18.615Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-27T05:10:18.875Z] Login Succeeded [2025-08-27T05:10:18.875Z] ---> ****-login.sh ends [Pipeline] } [2025-08-27T05:10:18.883Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-27T05:10:18.929Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-27T05:10:18.956Z] [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: [2025-08-27T05:10:18.956Z] f6ce5080970ad21e992ba27979a78c03c238e882 [2025-08-27T05:10:18.956Z] latest [2025-08-27T05:10:18.956Z] 4.1.0-dev.6 [2025-08-27T05:10:18.956Z] f6ce5080970ad21e992ba27979a78c03c238e882-4.1.0-dev.6 [2025-08-27T05:10:18.956Z] main [2025-08-27T05:10:18.956Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:10:19.299Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:10:19.630Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882 [2025-08-27T05:10:19.630Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2025-08-27T05:10:19.630Z] fcb61f0b072e: Preparing [2025-08-27T05:10:19.630Z] cb57feda3dda: Preparing [2025-08-27T05:10:19.630Z] 3aabd2e655c1: Preparing [2025-08-27T05:10:19.630Z] 9e6f2b817bb1: Preparing [2025-08-27T05:10:19.630Z] eeb34f39e655: Preparing [2025-08-27T05:10:19.630Z] c9bc0788f9c2: Preparing [2025-08-27T05:10:19.630Z] 097100c76c15: Preparing [2025-08-27T05:10:19.630Z] c9bc0788f9c2: Waiting [2025-08-27T05:10:19.630Z] 097100c76c15: Waiting [2025-08-27T05:10:19.630Z] cb57feda3dda: Pushed [2025-08-27T05:10:19.630Z] 9e6f2b817bb1: Pushed [2025-08-27T05:10:19.630Z] 3aabd2e655c1: Pushed [2025-08-27T05:10:19.630Z] 097100c76c15: Layer already exists [2025-08-27T05:10:19.890Z] eeb34f39e655: Pushed [2025-08-27T05:10:19.890Z] c9bc0788f9c2: Pushed [2025-08-27T05:10:25.423Z] fcb61f0b072e: Pushed [2025-08-27T05:10:25.423Z] f6ce5080970ad21e992ba27979a78c03c238e882: digest: sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:10:25.751Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:10:26.072Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2025-08-27T05:10:26.073Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2025-08-27T05:10:26.073Z] fcb61f0b072e: Preparing [2025-08-27T05:10:26.073Z] cb57feda3dda: Preparing [2025-08-27T05:10:26.073Z] 3aabd2e655c1: Preparing [2025-08-27T05:10:26.073Z] 9e6f2b817bb1: Preparing [2025-08-27T05:10:26.073Z] eeb34f39e655: Preparing [2025-08-27T05:10:26.073Z] c9bc0788f9c2: Preparing [2025-08-27T05:10:26.073Z] 097100c76c15: Preparing [2025-08-27T05:10:26.073Z] c9bc0788f9c2: Waiting [2025-08-27T05:10:26.073Z] 097100c76c15: Waiting [2025-08-27T05:10:26.073Z] 3aabd2e655c1: Layer already exists [2025-08-27T05:10:26.073Z] cb57feda3dda: Layer already exists [2025-08-27T05:10:26.073Z] fcb61f0b072e: Layer already exists [2025-08-27T05:10:26.073Z] 9e6f2b817bb1: Layer already exists [2025-08-27T05:10:26.073Z] eeb34f39e655: Layer already exists [2025-08-27T05:10:26.073Z] c9bc0788f9c2: Layer already exists [2025-08-27T05:10:26.073Z] 097100c76c15: Layer already exists [2025-08-27T05:10:26.073Z] latest: digest: sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:10:26.401Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:10:26.732Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.6 [2025-08-27T05:10:26.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2025-08-27T05:10:26.732Z] fcb61f0b072e: Preparing [2025-08-27T05:10:26.732Z] cb57feda3dda: Preparing [2025-08-27T05:10:26.732Z] 3aabd2e655c1: Preparing [2025-08-27T05:10:26.732Z] 9e6f2b817bb1: Preparing [2025-08-27T05:10:26.732Z] eeb34f39e655: Preparing [2025-08-27T05:10:26.732Z] c9bc0788f9c2: Preparing [2025-08-27T05:10:26.732Z] 097100c76c15: Preparing [2025-08-27T05:10:26.732Z] c9bc0788f9c2: Waiting [2025-08-27T05:10:26.732Z] 097100c76c15: Waiting [2025-08-27T05:10:26.732Z] 3aabd2e655c1: Layer already exists [2025-08-27T05:10:26.732Z] fcb61f0b072e: Layer already exists [2025-08-27T05:10:26.732Z] 9e6f2b817bb1: Layer already exists [2025-08-27T05:10:26.732Z] eeb34f39e655: Layer already exists [2025-08-27T05:10:26.732Z] cb57feda3dda: Layer already exists [2025-08-27T05:10:26.732Z] 097100c76c15: Layer already exists [2025-08-27T05:10:26.732Z] c9bc0788f9c2: Layer already exists [2025-08-27T05:10:26.732Z] 4.1.0-dev.6: digest: sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:10:27.077Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882-4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:10:27.416Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882-4.1.0-dev.6 [2025-08-27T05:10:27.416Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2025-08-27T05:10:27.416Z] fcb61f0b072e: Preparing [2025-08-27T05:10:27.416Z] cb57feda3dda: Preparing [2025-08-27T05:10:27.416Z] 3aabd2e655c1: Preparing [2025-08-27T05:10:27.416Z] 9e6f2b817bb1: Preparing [2025-08-27T05:10:27.416Z] eeb34f39e655: Preparing [2025-08-27T05:10:27.416Z] c9bc0788f9c2: Preparing [2025-08-27T05:10:27.416Z] 097100c76c15: Preparing [2025-08-27T05:10:27.416Z] c9bc0788f9c2: Waiting [2025-08-27T05:10:27.416Z] 097100c76c15: Waiting [2025-08-27T05:10:27.416Z] 3aabd2e655c1: Layer already exists [2025-08-27T05:10:27.416Z] eeb34f39e655: Layer already exists [2025-08-27T05:10:27.416Z] fcb61f0b072e: Layer already exists [2025-08-27T05:10:27.416Z] cb57feda3dda: Layer already exists [2025-08-27T05:10:27.416Z] 9e6f2b817bb1: Layer already exists [2025-08-27T05:10:27.416Z] c9bc0788f9c2: Layer already exists [2025-08-27T05:10:27.416Z] 097100c76c15: Layer already exists [2025-08-27T05:10:27.416Z] f6ce5080970ad21e992ba27979a78c03c238e882-4.1.0-dev.6: digest: sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:10:27.765Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:10:28.103Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main [2025-08-27T05:10:28.103Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2025-08-27T05:10:28.103Z] fcb61f0b072e: Preparing [2025-08-27T05:10:28.103Z] cb57feda3dda: Preparing [2025-08-27T05:10:28.103Z] 3aabd2e655c1: Preparing [2025-08-27T05:10:28.103Z] 9e6f2b817bb1: Preparing [2025-08-27T05:10:28.103Z] eeb34f39e655: Preparing [2025-08-27T05:10:28.103Z] c9bc0788f9c2: Preparing [2025-08-27T05:10:28.103Z] 097100c76c15: Preparing [2025-08-27T05:10:28.103Z] 097100c76c15: Waiting [2025-08-27T05:10:28.103Z] c9bc0788f9c2: Waiting [2025-08-27T05:10:28.103Z] fcb61f0b072e: Layer already exists [2025-08-27T05:10:28.103Z] cb57feda3dda: Layer already exists [2025-08-27T05:10:28.103Z] 3aabd2e655c1: Layer already exists [2025-08-27T05:10:28.103Z] 9e6f2b817bb1: Layer already exists [2025-08-27T05:10:28.103Z] eeb34f39e655: Layer already exists [2025-08-27T05:10:28.103Z] c9bc0788f9c2: Layer already exists [2025-08-27T05:10:28.103Z] 097100c76c15: Layer already exists [2025-08-27T05:10:34.714Z] main: digest: sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-27T05:10:34.791Z] ===================================================== [Pipeline] echo [2025-08-27T05:10:34.807Z] taggedImages: [2025-08-27T05:10:34.807Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882 [2025-08-27T05:10:34.807Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2025-08-27T05:10:34.807Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.6 [2025-08-27T05:10:34.807Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882-4.1.0-dev.6 [2025-08-27T05:10:34.807Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] echo [2025-08-27T05:10:34.854Z] ========================================================= [2025-08-27T05:10:34.854Z] [edgeXBuildMultiArch] RAW Config: [2025-08-27T05:10:34.854Z] images: [2025-08-27T05:10:34.854Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882 [2025-08-27T05:10:34.854Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2025-08-27T05:10:34.854Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.6 [2025-08-27T05:10:34.854Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882-4.1.0-dev.6 [2025-08-27T05:10:34.854Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:main [2025-08-27T05:10:34.854Z] settingsFile: [2025-08-27T05:10:34.854Z] app-service-configurable-settings [2025-08-27T05:10:34.854Z] ========================================================= [Pipeline] node [2025-08-27T05:10:49.857Z] Still waiting to schedule task [2025-08-27T05:10:49.858Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-08-27T05:12:02.890Z] Removing intermediate container a681555bdbc3 [2025-08-27T05:12:02.890Z] ---> 7d3a3da51692 [2025-08-27T05:12:02.890Z] Step 10/12 : COPY . . [2025-08-27T05:12:02.890Z] ---> 4a53236be47d [2025-08-27T05:12:02.890Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-08-27T05:12:02.890Z] ---> Running in a9b3e380dc09 [2025-08-27T05:12:02.890Z] Removing intermediate container a9b3e380dc09 [2025-08-27T05:12:02.890Z] ---> a8b321d3c98b [2025-08-27T05:12:02.890Z] Step 12/12 : RUN $MAKE [2025-08-27T05:12:02.890Z] ---> Running in 3c97791142aa [2025-08-27T05:12:02.890Z] noop [2025-08-27T05:12:02.890Z] Removing intermediate container 3c97791142aa [2025-08-27T05:12:02.890Z] ---> 3c51fd773ca2 [2025-08-27T05:12:02.890Z] Successfully built 3c51fd773ca2 [2025-08-27T05:12:02.890Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:12:03.256Z] + docker inspect -f . ci-base-image-arm64 [2025-08-27T05:12:03.256Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-27T05:12:03.462Z] prd-ubuntu20.04-docker-arm64-4c-16g-7680 does not seem to be running inside a container [2025-08-27T05:12:03.533Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/279 -v /w/workspace/app-service-configurable/279:/w/workspace/app-service-configurable/279:rw,z -v /w/workspace/app-service-configurable/279@tmp:/w/workspace/app-service-configurable/279@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2025-08-27T05:12:04.745Z] $ docker top 364c8781cf7847c01a5211976af0d9aa1fae29f20c7821f7538cdb796d3690d2 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-27T05:12:05.565Z] + go version [2025-08-27T05:12:05.565Z] go version go1.23.9 linux/arm64 [Pipeline] } [2025-08-27T05:12:05.584Z] $ docker stop --time=1 364c8781cf7847c01a5211976af0d9aa1fae29f20c7821f7538cdb796d3690d2 [2025-08-27T05:12:07.263Z] $ docker rm -f --volumes 364c8781cf7847c01a5211976af0d9aa1fae29f20c7821f7538cdb796d3690d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:12:07.831Z] + docker inspect -f . ci-base-image-arm64 [2025-08-27T05:12:07.831Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-27T05:12:08.005Z] prd-ubuntu20.04-docker-arm64-4c-16g-7680 does not seem to be running inside a container [2025-08-27T05:12:08.069Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-service-configurable/279 -v /w/workspace/app-service-configurable/279:/w/workspace/app-service-configurable/279:rw,z -v /w/workspace/app-service-configurable/279@tmp:/w/workspace/app-service-configurable/279@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2025-08-27T05:12:09.133Z] $ docker top 1d22d7139c46be1f0f2a0e24d64401ab5f3b8be39d6d8bdfc348eb6fe71db4ac -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-27T05:12:09.626Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/279 [Pipeline] fileExists [Pipeline] sh [2025-08-27T05:12:09.968Z] + make test [2025-08-27T05:12:09.968Z] go test -race -coverprofile=coverage.out ./... [2025-08-27T05:12:33.010Z] Running on prd-centos7-docker-4c-2g-7683 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-27T05:12:33.061Z] provisioning config files... [2025-08-27T05:12:33.106Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config14791560184249306310tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-27T05:12:39.105Z] ---> ****-login.sh [2025-08-27T05:12:39.106Z] nexus3.edgexfoundry.org:10001 [2025-08-27T05:12:39.106Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-27T05:12:39.369Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-27T05:12:39.369Z] Configure a credential helper to remove this warning. See [2025-08-27T05:12:39.370Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-27T05:12:39.370Z] [2025-08-27T05:12:39.370Z] Login Succeeded [2025-08-27T05:12:39.370Z] nexus3.edgexfoundry.org:10002 [2025-08-27T05:12:39.370Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-27T05:12:39.631Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-27T05:12:39.631Z] Configure a credential helper to remove this warning. See [2025-08-27T05:12:39.631Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-27T05:12:39.631Z] [2025-08-27T05:12:39.631Z] Login Succeeded [2025-08-27T05:12:39.631Z] nexus3.edgexfoundry.org:10003 [2025-08-27T05:12:39.631Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-27T05:12:39.631Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-27T05:12:39.631Z] Configure a credential helper to remove this warning. See [2025-08-27T05:12:39.632Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-27T05:12:39.632Z] [2025-08-27T05:12:39.632Z] Login Succeeded [2025-08-27T05:12:39.632Z] nexus3.edgexfoundry.org:10004 [2025-08-27T05:12:39.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-27T05:12:39.632Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-27T05:12:39.632Z] Configure a credential helper to remove this warning. See [2025-08-27T05:12:39.632Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-27T05:12:39.632Z] [2025-08-27T05:12:39.632Z] Login Succeeded [2025-08-27T05:12:39.632Z] ****.io [2025-08-27T05:12:39.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-27T05:12:39.893Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-27T05:12:39.893Z] Configure a credential helper to remove this warning. See [2025-08-27T05:12:39.893Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-27T05:12:39.893Z] [2025-08-27T05:12:39.893Z] Login Succeeded [2025-08-27T05:12:39.893Z] ---> ****-login.sh ends [Pipeline] } [2025-08-27T05:12:39.903Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-27T05:12:40.258Z] + docker buildx ls [2025-08-27T05:12:40.520Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-08-27T05:12:40.520Z] default * docker [2025-08-27T05:12:40.520Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-08-27T05:12:40.825Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-08-27T05:12:40.825Z] edgex-builder [Pipeline] sh [2025-08-27T05:12:41.121Z] + docker buildx inspect --bootstrap [2025-08-27T05:12:41.121Z] #1 [internal] booting buildkit [2025-08-27T05:12:41.121Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-08-27T05:12:44.426Z] #1 pulling image moby/buildkit:buildx-stable-1 3.2s done [2025-08-27T05:12:44.426Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-08-27T05:12:46.336Z] #1 creating container buildx_buildkit_edgex-builder0 2.4s done [2025-08-27T05:12:46.336Z] #1 DONE 5.6s [2025-08-27T05:12:46.336Z] Name: edgex-builder [2025-08-27T05:12:46.336Z] Driver: docker-container [2025-08-27T05:12:46.336Z] [2025-08-27T05:12:46.336Z] Nodes: [2025-08-27T05:12:46.336Z] Name: edgex-builder0 [2025-08-27T05:12:46.336Z] Endpoint: unix:///var/run/docker.sock [2025-08-27T05:12:46.336Z] Status: running [2025-08-27T05:12:46.336Z] Buildkit: v0.23.2 [2025-08-27T05:12:46.336Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-08-27T05:12:46.630Z] + docker buildx ls [2025-08-27T05:12:46.630Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-08-27T05:12:46.630Z] edgex-builder * docker-container [2025-08-27T05:12:46.630Z] edgex-builder0 unix:///var/run/docker.sock running v0.23.2 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-08-27T05:12:46.630Z] default docker [2025-08-27T05:12:46.630Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-08-27T05:12:46.929Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882' [2025-08-27T05:12:46.929Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882 --push - [2025-08-27T05:12:47.190Z] #1 [internal] load build definition from Dockerfile [2025-08-27T05:12:47.190Z] #1 transferring dockerfile: 209B done [2025-08-27T05:12:47.190Z] #1 DONE 0.0s [2025-08-27T05:12:47.190Z] [2025-08-27T05:12:47.190Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882 [2025-08-27T05:12:47.190Z] #2 DONE 0.1s [2025-08-27T05:12:47.190Z] [2025-08-27T05:12:47.190Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882 [2025-08-27T05:12:47.190Z] #3 DONE 0.1s [2025-08-27T05:12:47.190Z] [2025-08-27T05:12:47.190Z] #4 [internal] load .dockerignore [2025-08-27T05:12:47.190Z] #4 transferring context: 2B done [2025-08-27T05:12:47.190Z] #4 DONE 0.0s [2025-08-27T05:12:47.190Z] [2025-08-27T05:12:47.190Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882@sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 [2025-08-27T05:12:47.191Z] #5 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882@sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 0.0s done [2025-08-27T05:12:47.191Z] #5 DONE 0.0s [2025-08-27T05:12:47.191Z] [2025-08-27T05:12:47.191Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882@sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 [2025-08-27T05:12:47.191Z] #6 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882@sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 0.0s done [2025-08-27T05:12:47.191Z] #6 DONE 0.1s [2025-08-27T05:12:47.191Z] [2025-08-27T05:12:47.191Z] #7 [auth] app-service-configurable:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-27T05:12:47.191Z] #7 DONE 0.0s [2025-08-27T05:12:47.191Z] [2025-08-27T05:12:47.191Z] #8 exporting to image [2025-08-27T05:12:47.191Z] #8 exporting layers done [2025-08-27T05:12:47.191Z] #8 exporting manifest sha256:ec5f195035b190583cea355f9eb9ab84140d2658808ddf36535b99f1a51dcefd done [2025-08-27T05:12:47.191Z] #8 exporting config sha256:73ce16c128b63237a475cc6c3052ec39dadb876a4a99b77fbff24a4c1fc5b897 done [2025-08-27T05:12:47.191Z] #8 exporting manifest sha256:300de13d3e688819d462fa30d6d812ac475a55acf23a9cb18c29d6d3913f7bd4 done [2025-08-27T05:12:47.191Z] #8 exporting config sha256:6d15e4bdb9fdd3005a1e87f9adf012dbff00b24712ba461857b237ab9639801a done [2025-08-27T05:12:47.191Z] #8 exporting manifest list sha256:978eb4f1b4e048e2906b0bcafa8782952a2240e9d62e436d50f531d4b84e8e09 done [2025-08-27T05:12:47.191Z] #8 pushing layers 0.1s done [2025-08-27T05:12:47.191Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882@sha256:978eb4f1b4e048e2906b0bcafa8782952a2240e9d62e436d50f531d4b84e8e09 [2025-08-27T05:12:47.191Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-27T05:12:47.450Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882@sha256:978eb4f1b4e048e2906b0bcafa8782952a2240e9d62e436d50f531d4b84e8e09 0.1s done [2025-08-27T05:12:47.450Z] #8 DONE 0.2s [2025-08-27T05:12:47.450Z] [2025-08-27T05:12:47.450Z] 1 warning found (use --debug to expand): [2025-08-27T05:12:47.450Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-27T05:12:47.742Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-service-configurable:latest' [2025-08-27T05:12:47.742Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-service-configurable:latest --push - [2025-08-27T05:12:47.742Z] #1 [internal] load build definition from Dockerfile [2025-08-27T05:12:47.742Z] #1 transferring dockerfile: 175B done [2025-08-27T05:12:47.742Z] #1 DONE 0.0s [2025-08-27T05:12:47.742Z] [2025-08-27T05:12:47.742Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2025-08-27T05:12:47.742Z] #2 DONE 0.0s [2025-08-27T05:12:47.742Z] [2025-08-27T05:12:47.742Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2025-08-27T05:12:47.742Z] #3 DONE 0.0s [2025-08-27T05:12:47.742Z] [2025-08-27T05:12:47.742Z] #4 [internal] load .dockerignore [2025-08-27T05:12:47.742Z] #4 transferring context: 2B done [2025-08-27T05:12:47.742Z] #4 DONE 0.0s [2025-08-27T05:12:47.742Z] [2025-08-27T05:12:47.742Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 [2025-08-27T05:12:47.742Z] #5 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 0.0s done [2025-08-27T05:12:47.742Z] #5 CACHED [2025-08-27T05:12:47.742Z] [2025-08-27T05:12:47.742Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 [2025-08-27T05:12:47.742Z] #6 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 0.0s done [2025-08-27T05:12:47.742Z] #6 CACHED [2025-08-27T05:12:47.742Z] [2025-08-27T05:12:47.742Z] #7 exporting to image [2025-08-27T05:12:47.742Z] #7 exporting layers [2025-08-27T05:12:47.742Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-27T05:12:48.002Z] #7 exporting layers done [2025-08-27T05:12:48.002Z] #7 exporting manifest sha256:ec5f195035b190583cea355f9eb9ab84140d2658808ddf36535b99f1a51dcefd done [2025-08-27T05:12:48.002Z] #7 exporting config sha256:73ce16c128b63237a475cc6c3052ec39dadb876a4a99b77fbff24a4c1fc5b897 done [2025-08-27T05:12:48.002Z] #7 exporting manifest sha256:300de13d3e688819d462fa30d6d812ac475a55acf23a9cb18c29d6d3913f7bd4 done [2025-08-27T05:12:48.002Z] #7 exporting config sha256:6d15e4bdb9fdd3005a1e87f9adf012dbff00b24712ba461857b237ab9639801a done [2025-08-27T05:12:48.002Z] #7 exporting manifest list sha256:978eb4f1b4e048e2906b0bcafa8782952a2240e9d62e436d50f531d4b84e8e09 done [2025-08-27T05:12:48.002Z] #7 pushing layers 0.0s done [2025-08-27T05:12:48.002Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:978eb4f1b4e048e2906b0bcafa8782952a2240e9d62e436d50f531d4b84e8e09 0.1s done [2025-08-27T05:12:48.002Z] #7 DONE 0.1s [2025-08-27T05:12:48.002Z] [2025-08-27T05:12:48.002Z] #8 [auth] app-service-configurable:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-27T05:12:48.002Z] #8 DONE 0.0s [2025-08-27T05:12:48.002Z] [2025-08-27T05:12:48.002Z] 1 warning found (use --debug to expand): [2025-08-27T05:12:48.002Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-27T05:12:48.291Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.6' [2025-08-27T05:12:48.291Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.6 --push - [2025-08-27T05:12:48.291Z] #1 [internal] load build definition from Dockerfile [2025-08-27T05:12:48.291Z] #1 transferring dockerfile: 180B done [2025-08-27T05:12:48.291Z] #1 DONE 0.0s [2025-08-27T05:12:48.291Z] [2025-08-27T05:12:48.291Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.6 [2025-08-27T05:12:48.291Z] #2 DONE 0.0s [2025-08-27T05:12:48.291Z] [2025-08-27T05:12:48.291Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.6 [2025-08-27T05:12:48.291Z] #3 DONE 0.0s [2025-08-27T05:12:48.291Z] [2025-08-27T05:12:48.291Z] #4 [internal] load .dockerignore [2025-08-27T05:12:48.291Z] #4 transferring context: 2B done [2025-08-27T05:12:48.291Z] #4 DONE 0.0s [2025-08-27T05:12:48.291Z] [2025-08-27T05:12:48.291Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.6@sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 [2025-08-27T05:12:48.291Z] #5 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.6@sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 done [2025-08-27T05:12:48.291Z] #5 CACHED [2025-08-27T05:12:48.291Z] [2025-08-27T05:12:48.291Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.6@sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 [2025-08-27T05:12:48.291Z] #6 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.6@sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 done [2025-08-27T05:12:48.291Z] #6 CACHED [2025-08-27T05:12:48.291Z] [2025-08-27T05:12:48.291Z] #7 exporting to image [2025-08-27T05:12:48.291Z] #7 exporting layers done [2025-08-27T05:12:48.291Z] #7 exporting manifest sha256:ec5f195035b190583cea355f9eb9ab84140d2658808ddf36535b99f1a51dcefd done [2025-08-27T05:12:48.291Z] #7 exporting config sha256:73ce16c128b63237a475cc6c3052ec39dadb876a4a99b77fbff24a4c1fc5b897 done [2025-08-27T05:12:48.291Z] #7 exporting manifest sha256:300de13d3e688819d462fa30d6d812ac475a55acf23a9cb18c29d6d3913f7bd4 done [2025-08-27T05:12:48.291Z] #7 exporting config sha256:6d15e4bdb9fdd3005a1e87f9adf012dbff00b24712ba461857b237ab9639801a done [2025-08-27T05:12:48.291Z] #7 exporting manifest list sha256:978eb4f1b4e048e2906b0bcafa8782952a2240e9d62e436d50f531d4b84e8e09 done [2025-08-27T05:12:48.291Z] #7 pushing layers 0.0s done [2025-08-27T05:12:48.291Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.6@sha256:978eb4f1b4e048e2906b0bcafa8782952a2240e9d62e436d50f531d4b84e8e09 [2025-08-27T05:12:48.291Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-27T05:12:48.551Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.6@sha256:978eb4f1b4e048e2906b0bcafa8782952a2240e9d62e436d50f531d4b84e8e09 0.1s done [2025-08-27T05:12:48.551Z] #7 DONE 0.1s [2025-08-27T05:12:48.551Z] [2025-08-27T05:12:48.551Z] #8 [auth] app-service-configurable:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-27T05:12:48.551Z] #8 DONE 0.0s [2025-08-27T05:12:48.551Z] [2025-08-27T05:12:48.551Z] 1 warning found (use --debug to expand): [2025-08-27T05:12:48.551Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-27T05:12:48.846Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882-4.1.0-dev.6' [2025-08-27T05:12:48.846Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882-4.1.0-dev.6 --push - [2025-08-27T05:12:48.846Z] #1 [internal] load build definition from Dockerfile [2025-08-27T05:12:48.846Z] #1 transferring dockerfile: 221B done [2025-08-27T05:12:48.846Z] #1 DONE 0.0s [2025-08-27T05:12:48.846Z] [2025-08-27T05:12:48.846Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882-4.1.0-dev.6 [2025-08-27T05:12:48.846Z] #2 DONE 0.0s [2025-08-27T05:12:48.846Z] [2025-08-27T05:12:48.846Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882-4.1.0-dev.6 [2025-08-27T05:12:48.846Z] #3 DONE 0.0s [2025-08-27T05:12:48.846Z] [2025-08-27T05:12:48.846Z] #4 [internal] load .dockerignore [2025-08-27T05:12:48.846Z] #4 transferring context: 2B done [2025-08-27T05:12:48.846Z] #4 DONE 0.0s [2025-08-27T05:12:48.846Z] [2025-08-27T05:12:48.846Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882-4.1.0-dev.6@sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 [2025-08-27T05:12:48.846Z] #5 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882-4.1.0-dev.6@sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 0.0s done [2025-08-27T05:12:48.846Z] #5 CACHED [2025-08-27T05:12:48.846Z] [2025-08-27T05:12:48.846Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882-4.1.0-dev.6@sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 [2025-08-27T05:12:48.846Z] #6 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882-4.1.0-dev.6@sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 0.0s done [2025-08-27T05:12:48.846Z] #6 CACHED [2025-08-27T05:12:48.846Z] [2025-08-27T05:12:48.846Z] #7 exporting to image [2025-08-27T05:12:48.846Z] #7 exporting layers done [2025-08-27T05:12:48.846Z] #7 exporting manifest sha256:ec5f195035b190583cea355f9eb9ab84140d2658808ddf36535b99f1a51dcefd done [2025-08-27T05:12:48.846Z] #7 exporting config sha256:73ce16c128b63237a475cc6c3052ec39dadb876a4a99b77fbff24a4c1fc5b897 done [2025-08-27T05:12:48.846Z] #7 exporting manifest sha256:300de13d3e688819d462fa30d6d812ac475a55acf23a9cb18c29d6d3913f7bd4 done [2025-08-27T05:12:48.846Z] #7 exporting config sha256:6d15e4bdb9fdd3005a1e87f9adf012dbff00b24712ba461857b237ab9639801a done [2025-08-27T05:12:48.846Z] #7 exporting manifest list sha256:978eb4f1b4e048e2906b0bcafa8782952a2240e9d62e436d50f531d4b84e8e09 done [2025-08-27T05:12:48.846Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-27T05:12:49.105Z] #7 pushing layers 0.0s done [2025-08-27T05:12:49.105Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882-4.1.0-dev.6@sha256:978eb4f1b4e048e2906b0bcafa8782952a2240e9d62e436d50f531d4b84e8e09 0.1s done [2025-08-27T05:12:49.105Z] #7 DONE 0.1s [2025-08-27T05:12:49.105Z] [2025-08-27T05:12:49.105Z] #8 [auth] app-service-configurable:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-27T05:12:49.105Z] #8 DONE 0.0s [2025-08-27T05:12:49.105Z] [2025-08-27T05:12:49.105Z] 1 warning found (use --debug to expand): [2025-08-27T05:12:49.105Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-27T05:12:49.398Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-service-configurable:main' [2025-08-27T05:12:49.398Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-service-configurable:main --push - [2025-08-27T05:12:49.398Z] #1 [internal] load build definition from Dockerfile [2025-08-27T05:12:49.398Z] #1 transferring dockerfile: 173B done [2025-08-27T05:12:49.398Z] #1 DONE 0.0s [2025-08-27T05:12:49.398Z] [2025-08-27T05:12:49.398Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:main [2025-08-27T05:12:49.398Z] #2 DONE 0.0s [2025-08-27T05:12:49.398Z] [2025-08-27T05:12:49.398Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:main [2025-08-27T05:12:49.398Z] #3 DONE 0.0s [2025-08-27T05:12:49.398Z] [2025-08-27T05:12:49.398Z] #4 [internal] load .dockerignore [2025-08-27T05:12:49.398Z] #4 transferring context: 2B done [2025-08-27T05:12:49.398Z] #4 DONE 0.0s [2025-08-27T05:12:49.398Z] [2025-08-27T05:12:49.398Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 [2025-08-27T05:12:49.398Z] #5 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 0.0s done [2025-08-27T05:12:49.398Z] #5 CACHED [2025-08-27T05:12:49.398Z] [2025-08-27T05:12:49.398Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 [2025-08-27T05:12:49.398Z] #6 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 0.0s done [2025-08-27T05:12:49.398Z] #6 CACHED [2025-08-27T05:12:49.398Z] [2025-08-27T05:12:49.398Z] #7 exporting to image [2025-08-27T05:12:49.398Z] #7 exporting layers done [2025-08-27T05:12:49.398Z] #7 exporting manifest sha256:ec5f195035b190583cea355f9eb9ab84140d2658808ddf36535b99f1a51dcefd done [2025-08-27T05:12:49.398Z] #7 exporting config sha256:73ce16c128b63237a475cc6c3052ec39dadb876a4a99b77fbff24a4c1fc5b897 done [2025-08-27T05:12:49.398Z] #7 exporting manifest sha256:300de13d3e688819d462fa30d6d812ac475a55acf23a9cb18c29d6d3913f7bd4 done [2025-08-27T05:12:49.398Z] #7 exporting config sha256:6d15e4bdb9fdd3005a1e87f9adf012dbff00b24712ba461857b237ab9639801a done [2025-08-27T05:12:49.398Z] #7 exporting manifest list sha256:978eb4f1b4e048e2906b0bcafa8782952a2240e9d62e436d50f531d4b84e8e09 done [2025-08-27T05:12:49.398Z] #7 pushing layers 0.0s done [2025-08-27T05:12:49.398Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:978eb4f1b4e048e2906b0bcafa8782952a2240e9d62e436d50f531d4b84e8e09 [2025-08-27T05:12:49.398Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-27T05:12:49.656Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:978eb4f1b4e048e2906b0bcafa8782952a2240e9d62e436d50f531d4b84e8e09 0.1s done [2025-08-27T05:12:49.656Z] #7 DONE 0.1s [2025-08-27T05:12:49.656Z] [2025-08-27T05:12:49.656Z] #8 [auth] app-service-configurable:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-27T05:12:49.656Z] #8 DONE 0.0s [2025-08-27T05:12:49.656Z] [2025-08-27T05:12:49.656Z] 1 warning found (use --debug to expand): [2025-08-27T05:12:49.656Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-08-27T05:12:50.028Z] + '[' -d /w/workspace/ry_app-service-configurable_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-08-27T05:12:50.328Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-27T05:12:50.897Z] ---> package-listing.sh [2025-08-27T05:12:50.897Z] ++ facter osfamily [2025-08-27T05:12:50.897Z] ++ tr '[:upper:]' '[:lower:]' [2025-08-27T05:12:51.156Z] + OS_FAMILY=redhat [2025-08-27T05:12:51.156Z] + workspace=/w/workspace/ry_app-service-configurable_main [2025-08-27T05:12:51.156Z] + START_PACKAGES=/tmp/packages_start.txt [2025-08-27T05:12:51.156Z] + END_PACKAGES=/tmp/packages_end.txt [2025-08-27T05:12:51.156Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-08-27T05:12:51.156Z] + PACKAGES=/tmp/packages_start.txt [2025-08-27T05:12:51.156Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2025-08-27T05:12:51.156Z] + PACKAGES=/tmp/packages_end.txt [2025-08-27T05:12:51.156Z] + case "${OS_FAMILY}" in [2025-08-27T05:12:51.156Z] + rpm -qa [2025-08-27T05:12:51.156Z] + sort [2025-08-27T05:12:51.730Z] + '[' -f /tmp/packages_start.txt ']' [2025-08-27T05:12:51.730Z] + '[' -f /tmp/packages_end.txt ']' [2025-08-27T05:12:51.730Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-08-27T05:12:51.730Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2025-08-27T05:12:51.730Z] + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ [2025-08-27T05:12:51.730Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo [2025-08-27T05:12:51.742Z] 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/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-08-27T05:12:52.028Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:12:52.592Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-27T05:12:52.592Z] [2025-08-27T05:12:52.592Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:12:52.907Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-27T05:12:52.907Z] latest: Pulling from edgex-lftools-log-publisher [2025-08-27T05:12:52.907Z] 5eb5b503b376: Pulling fs layer [2025-08-27T05:12:52.907Z] 5c69ac0246d0: Pulling fs layer [2025-08-27T05:12:52.907Z] ec43610c2a17: Pulling fs layer [2025-08-27T05:12:52.907Z] 3a2ae6a8a46f: Pulling fs layer [2025-08-27T05:12:52.907Z] 33b1e0a273af: Pulling fs layer [2025-08-27T05:12:52.907Z] 5d3b04190fa2: Pulling fs layer [2025-08-27T05:12:52.907Z] 2f39f015ded8: Pulling fs layer [2025-08-27T05:12:52.907Z] 33b1e0a273af: Waiting [2025-08-27T05:12:52.907Z] 5d3b04190fa2: Waiting [2025-08-27T05:12:52.907Z] 2f39f015ded8: Waiting [2025-08-27T05:12:52.907Z] 3a2ae6a8a46f: Waiting [2025-08-27T05:12:52.907Z] 5c69ac0246d0: Verifying Checksum [2025-08-27T05:12:52.907Z] 5c69ac0246d0: Download complete [2025-08-27T05:12:52.907Z] 3a2ae6a8a46f: Verifying Checksum [2025-08-27T05:12:52.907Z] 3a2ae6a8a46f: Download complete [2025-08-27T05:12:52.907Z] 33b1e0a273af: Verifying Checksum [2025-08-27T05:12:52.907Z] 33b1e0a273af: Download complete [2025-08-27T05:12:52.907Z] ec43610c2a17: Verifying Checksum [2025-08-27T05:12:52.907Z] ec43610c2a17: Download complete [2025-08-27T05:12:52.907Z] 5d3b04190fa2: Verifying Checksum [2025-08-27T05:12:52.907Z] 5d3b04190fa2: Download complete [2025-08-27T05:12:53.167Z] 5eb5b503b376: Verifying Checksum [2025-08-27T05:12:53.168Z] 5eb5b503b376: Download complete [2025-08-27T05:12:53.735Z] 2f39f015ded8: Verifying Checksum [2025-08-27T05:12:53.735Z] 2f39f015ded8: Download complete [2025-08-27T05:12:54.316Z] 5eb5b503b376: Pull complete [2025-08-27T05:12:54.579Z] 5c69ac0246d0: Pull complete [2025-08-27T05:12:54.841Z] ec43610c2a17: Pull complete [2025-08-27T05:12:55.101Z] 3a2ae6a8a46f: Pull complete [2025-08-27T05:12:55.101Z] 33b1e0a273af: Pull complete [2025-08-27T05:12:55.369Z] 5d3b04190fa2: Pull complete [2025-08-27T05:12:59.580Z] 2f39f015ded8: Pull complete [2025-08-27T05:12:59.580Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-08-27T05:12:59.580Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-27T05:12:59.580Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-27T05:12:59.743Z] prd-centos7-docker-4c-2g-7683 does not seem to be running inside a container [2025-08-27T05:12:59.779Z] $ 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/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-08-27T05:13:04.649Z] $ docker top 64c251988169658c0a04c8934531aba403423047fd2e601404e680940ec3aefd -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-27T05:13:04.992Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-08-27T05:13:05.277Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-08-27T05:13:05.570Z] + ls /var/log/sa-host [2025-08-27T05:13:05.570Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-27T05:13:05.668Z] provisioning config files... [2025-08-27T05:13:05.675Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config1121580631606661577tmp [Pipeline] { [Pipeline] echo [2025-08-27T05:13:05.696Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-27T05:13:05.986Z] ---> create-netrc.sh [Pipeline] } [2025-08-27T05:13:05.994Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-08-27T05:13:06.333Z] ---> python-tools-install.sh [Pipeline] echo [2025-08-27T05:13:06.345Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-27T05:13:06.637Z] ---> sudo-logs.sh [2025-08-27T05:13:06.637Z] Archiving 'sudo' log.. [2025-08-27T05:13:06.637Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-7683.novalocal: Name or service not known [2025-08-27T05:13:06.637Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-7683.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-08-27T05:13:06.667Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-27T05:13:06.959Z] ---> job-cost.sh [2025-08-27T05:13:06.959Z] lf-activate-venv: SKIPPING [2025-08-27T05:13:06.959Z] INFO: No Stack... [2025-08-27T05:13:07.223Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-08-27T05:13:07.483Z] INFO: Archiving Costs [Pipeline] echo [2025-08-27T05:13:07.494Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-27T05:13:07.778Z] ---> logs-deploy.sh [2025-08-27T05:13:07.779Z] lf-activate-venv: SKIPPING [2025-08-27T05:13:07.779Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/279 [2025-08-27T05:13:07.779Z] INFO: archiving workspace using pattern(s): [2025-08-27T05:13:08.716Z] Archives upload complete. [2025-08-27T05:13:08.716Z] INFO: archiving logs to Nexus [2025-08-27T05:13:09.654Z] ---> uname -a: [2025-08-27T05:13:09.654Z] Linux prd-centos7-docker-4c-2g-7683.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux [2025-08-27T05:13:09.654Z] [2025-08-27T05:13:09.654Z] [2025-08-27T05:13:09.654Z] ---> lscpu: [2025-08-27T05:13:09.654Z] Architecture: x86_64 [2025-08-27T05:13:09.654Z] CPU op-mode(s): 32-bit, 64-bit [2025-08-27T05:13:09.654Z] Byte Order: Little Endian [2025-08-27T05:13:09.654Z] Address sizes: 40 bits physical, 48 bits virtual [2025-08-27T05:13:09.654Z] CPU(s): 2 [2025-08-27T05:13:09.654Z] On-line CPU(s) list: 0,1 [2025-08-27T05:13:09.654Z] Thread(s) per core: 1 [2025-08-27T05:13:09.654Z] Core(s) per socket: 1 [2025-08-27T05:13:09.654Z] Socket(s): 2 [2025-08-27T05:13:09.654Z] NUMA node(s): 1 [2025-08-27T05:13:09.654Z] Vendor ID: AuthenticAMD [2025-08-27T05:13:09.654Z] CPU family: 23 [2025-08-27T05:13:09.654Z] Model: 49 [2025-08-27T05:13:09.654Z] Model name: AMD EPYC-Rome Processor [2025-08-27T05:13:09.654Z] Stepping: 0 [2025-08-27T05:13:09.654Z] CPU MHz: 2800.000 [2025-08-27T05:13:09.654Z] BogoMIPS: 5600.00 [2025-08-27T05:13:09.654Z] Virtualization: AMD-V [2025-08-27T05:13:09.654Z] Hypervisor vendor: KVM [2025-08-27T05:13:09.654Z] Virtualization type: full [2025-08-27T05:13:09.654Z] L1d cache: 64 KiB [2025-08-27T05:13:09.655Z] L1i cache: 64 KiB [2025-08-27T05:13:09.655Z] L2 cache: 1 MiB [2025-08-27T05:13:09.655Z] L3 cache: 32 MiB [2025-08-27T05:13:09.655Z] NUMA node0 CPU(s): 0,1 [2025-08-27T05:13:09.655Z] Vulnerability Itlb multihit: Not affected [2025-08-27T05:13:09.655Z] Vulnerability L1tf: Not affected [2025-08-27T05:13:09.655Z] Vulnerability Mds: Not affected [2025-08-27T05:13:09.655Z] Vulnerability Meltdown: Not affected [2025-08-27T05:13:09.655Z] Vulnerability Mmio stale data: Not affected [2025-08-27T05:13:09.655Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-08-27T05:13:09.655Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-08-27T05:13:09.655Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-08-27T05:13:09.655Z] Vulnerability Srbds: Not affected [2025-08-27T05:13:09.655Z] Vulnerability Tsx async abort: Not affected [2025-08-27T05:13:09.655Z] 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 art rep_good nopl extd_apicid eagerfpu 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 retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities [2025-08-27T05:13:09.655Z] [2025-08-27T05:13:09.655Z] [2025-08-27T05:13:09.655Z] ---> nproc: [2025-08-27T05:13:09.655Z] 2 [2025-08-27T05:13:09.655Z] [2025-08-27T05:13:09.655Z] [2025-08-27T05:13:09.655Z] ---> df -h: [2025-08-27T05:13:09.655Z] Filesystem Size Used Avail Use% Mounted on [2025-08-27T05:13:09.655Z] overlay 40G 7.3G 33G 19% / [2025-08-27T05:13:09.655Z] tmpfs 64M 0 64M 0% /dev [2025-08-27T05:13:09.655Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-08-27T05:13:09.655Z] shm 64M 0 64M 0% /dev/shm [2025-08-27T05:13:09.655Z] /dev/vda1 40G 7.3G 33G 19% /facter-os [2025-08-27T05:13:09.655Z] [2025-08-27T05:13:09.655Z] [2025-08-27T05:13:09.655Z] Cannot open /var/log/sysstat/sa27: No such file or directory [2025-08-27T05:13:09.655Z] Please check if data collecting is enabled [2025-08-27T05:13:09.655Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-27T05:13:09.690Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-08-27T05:13:09.698Z] $ docker stop --time=1 64c251988169658c0a04c8934531aba403423047fd2e601404e680940ec3aefd [2025-08-27T05:13:10.825Z] $ docker rm -f --volumes 64c251988169658c0a04c8934531aba403423047fd2e601404e680940ec3aefd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-08-27T05:13:11.001Z] [WS-CLEANUP] Deleting project workspace... [2025-08-27T05:13:11.001Z] [WS-CLEANUP] Deferred wipeout is used... [2025-08-27T05:13:11.041Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:13:11.502Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-27T05:13:11.502Z] [2025-08-27T05:13:11.503Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:13:11.825Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-27T05:13:11.826Z] latest: Pulling from edgex-lftools-log-publisher [2025-08-27T05:13:11.826Z] 5eb5b503b376: Pulling fs layer [2025-08-27T05:13:11.826Z] 5c69ac0246d0: Pulling fs layer [2025-08-27T05:13:11.826Z] ec43610c2a17: Pulling fs layer [2025-08-27T05:13:11.826Z] 3a2ae6a8a46f: Pulling fs layer [2025-08-27T05:13:11.826Z] 33b1e0a273af: Pulling fs layer [2025-08-27T05:13:11.826Z] 5d3b04190fa2: Pulling fs layer [2025-08-27T05:13:11.826Z] 2f39f015ded8: Pulling fs layer [2025-08-27T05:13:11.826Z] 33b1e0a273af: Waiting [2025-08-27T05:13:11.826Z] 5d3b04190fa2: Waiting [2025-08-27T05:13:11.826Z] 2f39f015ded8: Waiting [2025-08-27T05:13:11.826Z] 3a2ae6a8a46f: Waiting [2025-08-27T05:13:11.826Z] 5c69ac0246d0: Verifying Checksum [2025-08-27T05:13:11.826Z] 5c69ac0246d0: Download complete [2025-08-27T05:13:11.826Z] 3a2ae6a8a46f: Verifying Checksum [2025-08-27T05:13:11.826Z] 3a2ae6a8a46f: Download complete [2025-08-27T05:13:12.086Z] 33b1e0a273af: Verifying Checksum [2025-08-27T05:13:12.086Z] 33b1e0a273af: Download complete [2025-08-27T05:13:12.086Z] 5d3b04190fa2: Download complete [2025-08-27T05:13:12.086Z] ec43610c2a17: Verifying Checksum [2025-08-27T05:13:12.086Z] ec43610c2a17: Download complete [2025-08-27T05:13:12.086Z] 5eb5b503b376: Verifying Checksum [2025-08-27T05:13:12.086Z] 5eb5b503b376: Download complete [2025-08-27T05:13:12.662Z] 2f39f015ded8: Verifying Checksum [2025-08-27T05:13:12.662Z] 2f39f015ded8: Download complete [2025-08-27T05:13:13.614Z] 5eb5b503b376: Pull complete [2025-08-27T05:13:13.876Z] 5c69ac0246d0: Pull complete [2025-08-27T05:13:14.445Z] ec43610c2a17: Pull complete [2025-08-27T05:13:14.445Z] 3a2ae6a8a46f: Pull complete [2025-08-27T05:13:14.445Z] 33b1e0a273af: Pull complete [2025-08-27T05:13:14.705Z] 5d3b04190fa2: Pull complete [2025-08-27T05:13:19.964Z] 2f39f015ded8: Pull complete [2025-08-27T05:13:19.964Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-08-27T05:13:19.964Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-27T05:13:19.964Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-27T05:13:20.074Z] prd-ubuntu20.04-docker-8c-8g-7677 does not seem to be running inside a container [2025-08-27T05:13:20.113Z] $ 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/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-08-27T05:13:26.036Z] $ docker top 9e7fba719f6f1fa3c4d0fc10d37d248d75687c6a68d103ec5eac9a9b306ec8b5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-27T05:13:26.428Z] ---> job-cost.sh [2025-08-27T05:13:26.428Z] lf-activate-venv: SKIPPING [2025-08-27T05:13:26.428Z] INFO: No Stack... [2025-08-27T05:13:26.688Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-08-27T05:13:26.951Z] INFO: Archiving Costs [Pipeline] sh [2025-08-27T05:13:27.244Z] + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv [2025-08-27T05:13:27.244Z] + cut -d, -f6 [Pipeline] lock [2025-08-27T05:13:27.260Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-service-configurable-main-279-stack-cost] [2025-08-27T05:13:27.268Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-279-stack-cost] did not exist. Created. [2025-08-27T05:13:27.275Z] Lock acquired on [Resource: jenkins-edgexfoundry-app-service-configurable-main-279-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-08-27T05:13:27.596Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-08-27T05:13:27.639Z] Stashed 1 file(s) [Pipeline] } [2025-08-27T05:13:27.647Z] Lock released on resource [Resource: jenkins-edgexfoundry-app-service-configurable-main-279-stack-cost] [Pipeline] // lock [Pipeline] } [2025-08-27T05:13:27.674Z] $ docker stop --time=1 9e7fba719f6f1fa3c4d0fc10d37d248d75687c6a68d103ec5eac9a9b306ec8b5 [2025-08-27T05:13:28.808Z] $ docker rm -f --volumes 9e7fba719f6f1fa3c4d0fc10d37d248d75687c6a68d103ec5eac9a9b306ec8b5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-08-27T05:17:01.850Z] github.com/edgexfoundry/app-service-configurable coverage: 0.0% of statements [2025-08-27T05:17:01.850Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2025-08-27T05:17:01.850Z] go vet ./... [2025-08-27T05:21:23.736Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-08-27T05:21:23.736Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-08-27T05:21:23.736Z] ./bin/test-attribution-txt.sh [2025-08-27T05:21:23.736Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-08-27T05:21:23.736Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-08-27T05:21:23.736Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-08-27T05:21:23.736Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-08-27T05:21:23.736Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [2025-08-27T05:21:23.736Z] An attribution for go.opentelemetry.io/auto/sdk is missing from Attribution.txt, please add [Pipeline] echo [2025-08-27T05:21:23.757Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-08-27T05:21:23.783Z] $ docker stop --time=1 1d22d7139c46be1f0f2a0e24d64401ab5f3b8be39d6d8bdfc348eb6fe71db4ac [2025-08-27T05:21:25.621Z] $ docker rm -f --volumes 1d22d7139c46be1f0f2a0e24d64401ab5f3b8be39d6d8bdfc348eb6fe71db4ac [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-27T05:21:27.848Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-08-27T05:21:27.879Z] Warning: overwriting stash ‘coverage-report’ [2025-08-27T05:21:28.279Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-08-27T05:21:28.695Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-08-27T05:21:29.011Z] + ls -al . [2025-08-27T05:21:29.011Z] total 244 [2025-08-27T05:21:29.011Z] drwxrwxr-x 6 jenkins jenkins 4096 Aug 27 05:12 . [2025-08-27T05:21:29.011Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 27 05:09 .. [2025-08-27T05:21:29.011Z] -rw-rw-r-- 1 jenkins jenkins 119 Aug 27 05:09 .dockerignore [2025-08-27T05:21:29.011Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 27 05:09 .git [2025-08-27T05:21:29.011Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 27 05:09 .github [2025-08-27T05:21:29.011Z] -rw-rw-r-- 1 jenkins jenkins 108 Aug 27 05:09 .gitignore [2025-08-27T05:21:29.011Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 27 05:09 .golangci.yml [2025-08-27T05:21:29.011Z] -rw-rw-r-- 1 jenkins jenkins 16550 Aug 27 05:09 Attribution.txt [2025-08-27T05:21:29.011Z] -rw-rw-r-- 1 jenkins jenkins 39309 Aug 27 05:09 CHANGELOG.md [2025-08-27T05:21:29.011Z] -rw-rw-r-- 1 jenkins jenkins 2008 Aug 27 05:09 Dockerfile [2025-08-27T05:21:29.011Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 27 05:09 GOVERNANCE.md [2025-08-27T05:21:29.011Z] -rw-rw-r-- 1 jenkins jenkins 666 Aug 27 05:09 Jenkinsfile [2025-08-27T05:21:29.011Z] -rw-rw-r-- 1 jenkins jenkins 10174 Aug 27 05:09 LICENSE [2025-08-27T05:21:29.011Z] -rw-rw-r-- 1 jenkins jenkins 618 Aug 27 05:09 OWNERS.md [2025-08-27T05:21:29.011Z] -rw-rw-r-- 1 jenkins jenkins 4952 Aug 27 05:09 README.md [2025-08-27T05:21:29.011Z] -rw-rw-r-- 1 jenkins jenkins 11 Aug 27 05:07 VERSION [2025-08-27T05:21:29.011Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 27 05:09 bin [2025-08-27T05:21:29.011Z] -rw-r--r-- 1 jenkins jenkins 953 Aug 27 05:16 coverage.out [2025-08-27T05:21:29.011Z] -rw-rw-r-- 1 jenkins jenkins 6577 Aug 27 05:09 go.mod [2025-08-27T05:21:29.011Z] -rw-rw-r-- 1 jenkins jenkins 88385 Aug 27 05:09 go.sum [2025-08-27T05:21:29.011Z] -rw-rw-r-- 1 jenkins jenkins 1937 Aug 27 05:09 main.go [2025-08-27T05:21:29.011Z] -rw-rw-r-- 1 jenkins jenkins 3362 Aug 27 05:09 makefile [2025-08-27T05:21:29.011Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 27 05:09 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:21:29.359Z] + docker build -t app-service-configurable-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=f6ce5080970ad21e992ba27979a78c03c238e882 --label arch=arm64 --label version=4.1.0-dev.6 . [2025-08-27T05:21:29.359Z] Sending build context to Docker daemon 225.8kB [2025-08-27T05:21:29.626Z] Step 1/27 : ARG BASE=golang:1.23-alpine3.20 [2025-08-27T05:21:29.626Z] Step 2/27 : FROM ${BASE} AS builder [2025-08-27T05:21:29.626Z] ---> 3c51fd773ca2 [2025-08-27T05:21:29.626Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git" [2025-08-27T05:21:29.626Z] ---> Running in 3b5e476a35e2 [2025-08-27T05:21:29.891Z] Removing intermediate container 3b5e476a35e2 [2025-08-27T05:21:29.891Z] ---> 00c56db8fb7d [2025-08-27T05:21:29.891Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2025-08-27T05:21:30.156Z] ---> Running in b1c322a2825b [2025-08-27T05:21:31.825Z] Removing intermediate container b1c322a2825b [2025-08-27T05:21:31.825Z] ---> d2c5779dbb3e [2025-08-27T05:21:31.825Z] Step 5/27 : ARG ADD_BUILD_TAGS="" [2025-08-27T05:21:32.091Z] ---> Running in c635f309205a [2025-08-27T05:21:32.356Z] Removing intermediate container c635f309205a [2025-08-27T05:21:32.357Z] ---> 31cfaf639180 [2025-08-27T05:21:32.357Z] Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-08-27T05:21:32.357Z] ---> Running in 13a56f5d9ac2 [2025-08-27T05:21:33.311Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-27T05:21:33.576Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-27T05:21:34.977Z] OK: 239 MiB in 58 packages [2025-08-27T05:21:35.950Z] Removing intermediate container 13a56f5d9ac2 [2025-08-27T05:21:35.950Z] ---> 4ad807925c69 [2025-08-27T05:21:35.950Z] Step 7/27 : WORKDIR /app [2025-08-27T05:21:35.950Z] ---> Running in 2c2375ca5ab3 [2025-08-27T05:21:36.214Z] Removing intermediate container 2c2375ca5ab3 [2025-08-27T05:21:36.215Z] ---> fa956c6dec9c [2025-08-27T05:21:36.215Z] Step 8/27 : COPY go.mod vendor* ./ [2025-08-27T05:21:36.798Z] ---> f3670ca9659c [2025-08-27T05:21:36.799Z] Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-27T05:21:36.799Z] ---> Running in 5037735206fb [2025-08-27T05:21:39.383Z] Removing intermediate container 5037735206fb [2025-08-27T05:21:39.383Z] ---> 07f3a2a8b089 [2025-08-27T05:21:39.383Z] Step 10/27 : COPY . . [2025-08-27T05:21:39.648Z] ---> c441f4090e04 [2025-08-27T05:21:39.648Z] Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-08-27T05:21:39.913Z] ---> Running in 32074b3f34ff [2025-08-27T05:21:40.178Z] Removing intermediate container 32074b3f34ff [2025-08-27T05:21:40.178Z] ---> 9341effebcec [2025-08-27T05:21:40.178Z] Step 12/27 : RUN $MAKE [2025-08-27T05:21:40.178Z] ---> Running in 300f4b3daa9a [2025-08-27T05:21:41.133Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.SDKVersion=4.1.0-dev.27 -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.ApplicationVersion=4.1.0-dev.6 -bindnow" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable [2025-08-27T05:25:33.048Z] Removing intermediate container 300f4b3daa9a [2025-08-27T05:25:33.048Z] ---> 4f57967a2422 [2025-08-27T05:25:33.048Z] Step 13/27 : FROM alpine:3.20 [2025-08-27T05:25:33.048Z] 3.20: Pulling from library/alpine [2025-08-27T05:25:33.048Z] 13e713f82565: Pulling fs layer [2025-08-27T05:25:33.048Z] 13e713f82565: Verifying Checksum [2025-08-27T05:25:33.048Z] 13e713f82565: Download complete [2025-08-27T05:25:33.048Z] 13e713f82565: Pull complete [2025-08-27T05:25:33.048Z] Digest: sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-27T05:25:33.048Z] Status: Downloaded newer image for alpine:3.20 [2025-08-27T05:25:33.048Z] ---> c88e9dceb6cb [2025-08-27T05:25:33.048Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-08-27T05:25:33.048Z] ---> Running in f915c6e305f2 [2025-08-27T05:25:33.048Z] Removing intermediate container f915c6e305f2 [2025-08-27T05:25:33.048Z] ---> 7b1c02ecc0ee [2025-08-27T05:25:33.048Z] Step 15/27 : LABEL Name=app-service-configurable Version=${VERSION} [2025-08-27T05:25:33.048Z] ---> Running in fd387c0dcdca [2025-08-27T05:25:33.048Z] Removing intermediate container fd387c0dcdca [2025-08-27T05:25:33.048Z] ---> fd3ba8de68be [2025-08-27T05:25:33.048Z] Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init [2025-08-27T05:25:33.048Z] ---> Running in 8c3e22db3706 [2025-08-27T05:25:33.048Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-27T05:25:33.048Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-27T05:25:33.048Z] (1/2) Installing ca-certificates (20250619-r0) [2025-08-27T05:25:33.048Z] (2/2) Installing dumb-init (1.2.5-r3) [2025-08-27T05:25:33.048Z] Executing busybox-1.36.1-r29.trigger [2025-08-27T05:25:33.048Z] Executing ca-certificates-20250619-r0.trigger [2025-08-27T05:25:33.048Z] OK: 10 MiB in 16 packages [2025-08-27T05:25:33.048Z] Removing intermediate container 8c3e22db3706 [2025-08-27T05:25:33.048Z] ---> e94ada9a5fc0 [2025-08-27T05:25:33.048Z] Step 17/27 : RUN apk --no-cache upgrade [2025-08-27T05:25:33.048Z] ---> Running in 349eec8ba24f [2025-08-27T05:25:33.048Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-27T05:25:33.048Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-27T05:25:33.048Z] (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-27T05:25:33.048Z] Executing busybox-1.36.1-r30.post-upgrade [2025-08-27T05:25:33.048Z] (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-27T05:25:33.048Z] (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-27T05:25:33.048Z] Executing busybox-1.36.1-r30.trigger [2025-08-27T05:25:33.048Z] OK: 10 MiB in 16 packages [2025-08-27T05:25:33.048Z] Removing intermediate container 349eec8ba24f [2025-08-27T05:25:33.048Z] ---> a812c163bf28 [2025-08-27T05:25:33.048Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2025-08-27T05:25:33.048Z] ---> 26c1665535f8 [2025-08-27T05:25:33.048Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2025-08-27T05:25:33.048Z] ---> 680816e616db [2025-08-27T05:25:33.048Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2025-08-27T05:25:33.048Z] ---> 4418fe67c5c9 [2025-08-27T05:25:33.048Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2025-08-27T05:25:33.671Z] ---> 6e3b137835d4 [2025-08-27T05:25:33.671Z] Step 22/27 : EXPOSE 48095 [2025-08-27T05:25:33.671Z] ---> Running in 546d979e6434 [2025-08-27T05:25:33.947Z] Removing intermediate container 546d979e6434 [2025-08-27T05:25:33.947Z] ---> cbcbf9cf17db [2025-08-27T05:25:33.947Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2025-08-27T05:25:34.233Z] ---> Running in 5a6a0a3f1c1d [2025-08-27T05:25:34.517Z] Removing intermediate container 5a6a0a3f1c1d [2025-08-27T05:25:34.517Z] ---> 71210f292b70 [2025-08-27T05:25:34.517Z] Step 24/27 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-08-27T05:25:34.517Z] ---> Running in e7c080407f11 [2025-08-27T05:25:34.798Z] Removing intermediate container e7c080407f11 [2025-08-27T05:25:34.798Z] ---> edfef8e9d152 [2025-08-27T05:25:34.798Z] Step 25/27 : LABEL arch=arm64 [2025-08-27T05:25:35.095Z] ---> Running in 28a93e7ddeab [2025-08-27T05:25:35.376Z] Removing intermediate container 28a93e7ddeab [2025-08-27T05:25:35.376Z] ---> 21aba589f257 [2025-08-27T05:25:35.376Z] Step 26/27 : LABEL git_sha=f6ce5080970ad21e992ba27979a78c03c238e882 [2025-08-27T05:25:35.376Z] ---> Running in cca115818d7b [2025-08-27T05:25:35.649Z] Removing intermediate container cca115818d7b [2025-08-27T05:25:35.649Z] ---> 1075634523fa [2025-08-27T05:25:35.649Z] Step 27/27 : LABEL version=4.1.0-dev.6 [2025-08-27T05:25:35.649Z] ---> Running in 6bce5ca3fa36 [2025-08-27T05:25:35.928Z] Removing intermediate container 6bce5ca3fa36 [2025-08-27T05:25:35.928Z] ---> 9ffc037ecb89 [2025-08-27T05:25:35.928Z] [Warning] One or more build-args [ARCH] were not consumed [2025-08-27T05:25:35.928Z] Successfully built 9ffc037ecb89 [2025-08-27T05:25:35.928Z] Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-27T05:25:36.079Z] provisioning config files... [2025-08-27T05:25:36.096Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/279@tmp/config15440937018129628817tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-27T05:25:36.445Z] ---> ****-login.sh [2025-08-27T05:25:36.445Z] nexus3.edgexfoundry.org:10001 [2025-08-27T05:25:36.445Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-27T05:25:36.713Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-27T05:25:36.714Z] Configure a credential helper to remove this warning. See [2025-08-27T05:25:36.714Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-27T05:25:36.714Z] [2025-08-27T05:25:36.714Z] Login Succeeded [2025-08-27T05:25:36.714Z] nexus3.edgexfoundry.org:10002 [2025-08-27T05:25:36.982Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-27T05:25:36.982Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-27T05:25:36.982Z] Configure a credential helper to remove this warning. See [2025-08-27T05:25:36.982Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-27T05:25:36.982Z] [2025-08-27T05:25:36.982Z] Login Succeeded [2025-08-27T05:25:36.982Z] nexus3.edgexfoundry.org:10003 [2025-08-27T05:25:37.248Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-27T05:25:37.518Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-27T05:25:37.518Z] Configure a credential helper to remove this warning. See [2025-08-27T05:25:37.518Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-27T05:25:37.518Z] [2025-08-27T05:25:37.519Z] Login Succeeded [2025-08-27T05:25:37.519Z] nexus3.edgexfoundry.org:10004 [2025-08-27T05:25:37.786Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-27T05:25:37.786Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-27T05:25:37.786Z] Configure a credential helper to remove this warning. See [2025-08-27T05:25:37.786Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-27T05:25:37.786Z] [2025-08-27T05:25:37.786Z] Login Succeeded [2025-08-27T05:25:37.786Z] ****.io [2025-08-27T05:25:38.055Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-27T05:25:38.321Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-27T05:25:38.321Z] Configure a credential helper to remove this warning. See [2025-08-27T05:25:38.321Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-27T05:25:38.321Z] [2025-08-27T05:25:38.321Z] Login Succeeded [2025-08-27T05:25:38.321Z] ---> ****-login.sh ends [Pipeline] } [2025-08-27T05:25:38.332Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-27T05:25:38.383Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-27T05:25:38.411Z] [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: [2025-08-27T05:25:38.411Z] f6ce5080970ad21e992ba27979a78c03c238e882 [2025-08-27T05:25:38.411Z] latest [2025-08-27T05:25:38.411Z] 4.1.0-dev.6 [2025-08-27T05:25:38.411Z] f6ce5080970ad21e992ba27979a78c03c238e882-4.1.0-dev.6 [2025-08-27T05:25:38.411Z] main [2025-08-27T05:25:38.411Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:25:38.770Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:f6ce5080970ad21e992ba27979a78c03c238e882 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:25:39.122Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:f6ce5080970ad21e992ba27979a78c03c238e882 [2025-08-27T05:25:39.122Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2025-08-27T05:25:39.122Z] 98352c5f8b2f: Preparing [2025-08-27T05:25:39.122Z] 5f9502796456: Preparing [2025-08-27T05:25:39.122Z] bef7e1c07d52: Preparing [2025-08-27T05:25:39.122Z] 2ceeb36079c6: Preparing [2025-08-27T05:25:39.122Z] b1f8605fd9ef: Preparing [2025-08-27T05:25:39.122Z] ab57b411d50e: Preparing [2025-08-27T05:25:39.122Z] 1e890da81ec9: Preparing [2025-08-27T05:25:39.122Z] ab57b411d50e: Waiting [2025-08-27T05:25:39.122Z] 1e890da81ec9: Waiting [2025-08-27T05:25:39.390Z] 5f9502796456: Pushed [2025-08-27T05:25:39.390Z] 2ceeb36079c6: Pushed [2025-08-27T05:25:39.390Z] bef7e1c07d52: Pushed [2025-08-27T05:25:39.390Z] 1e890da81ec9: Layer already exists [2025-08-27T05:25:39.656Z] b1f8605fd9ef: Pushed [2025-08-27T05:25:39.656Z] ab57b411d50e: Pushed [2025-08-27T05:25:47.853Z] 98352c5f8b2f: Pushed [2025-08-27T05:25:47.853Z] f6ce5080970ad21e992ba27979a78c03c238e882: digest: sha256:b1ebaa3397e6cd51a4e206566093a6daf7d3ba81740bb26d053142a542626862 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:25:48.223Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:25:48.582Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2025-08-27T05:25:48.582Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2025-08-27T05:25:48.582Z] 98352c5f8b2f: Preparing [2025-08-27T05:25:48.582Z] 5f9502796456: Preparing [2025-08-27T05:25:48.582Z] bef7e1c07d52: Preparing [2025-08-27T05:25:48.582Z] 2ceeb36079c6: Preparing [2025-08-27T05:25:48.582Z] b1f8605fd9ef: Preparing [2025-08-27T05:25:48.582Z] ab57b411d50e: Preparing [2025-08-27T05:25:48.582Z] 1e890da81ec9: Preparing [2025-08-27T05:25:48.582Z] 1e890da81ec9: Waiting [2025-08-27T05:25:48.582Z] ab57b411d50e: Waiting [2025-08-27T05:25:48.582Z] bef7e1c07d52: Layer already exists [2025-08-27T05:25:48.582Z] 98352c5f8b2f: Layer already exists [2025-08-27T05:25:48.582Z] 2ceeb36079c6: Layer already exists [2025-08-27T05:25:48.582Z] b1f8605fd9ef: Layer already exists [2025-08-27T05:25:48.582Z] 5f9502796456: Layer already exists [2025-08-27T05:25:48.582Z] ab57b411d50e: Layer already exists [2025-08-27T05:25:48.582Z] 1e890da81ec9: Layer already exists [2025-08-27T05:25:48.847Z] latest: digest: sha256:b1ebaa3397e6cd51a4e206566093a6daf7d3ba81740bb26d053142a542626862 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:25:49.197Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:25:49.558Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4.1.0-dev.6 [2025-08-27T05:25:49.558Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2025-08-27T05:25:49.558Z] 98352c5f8b2f: Preparing [2025-08-27T05:25:49.558Z] 5f9502796456: Preparing [2025-08-27T05:25:49.558Z] bef7e1c07d52: Preparing [2025-08-27T05:25:49.558Z] 2ceeb36079c6: Preparing [2025-08-27T05:25:49.558Z] b1f8605fd9ef: Preparing [2025-08-27T05:25:49.558Z] ab57b411d50e: Preparing [2025-08-27T05:25:49.558Z] 1e890da81ec9: Preparing [2025-08-27T05:25:49.558Z] ab57b411d50e: Waiting [2025-08-27T05:25:49.558Z] 1e890da81ec9: Waiting [2025-08-27T05:25:49.558Z] 5f9502796456: Layer already exists [2025-08-27T05:25:49.558Z] 2ceeb36079c6: Layer already exists [2025-08-27T05:25:49.558Z] bef7e1c07d52: Layer already exists [2025-08-27T05:25:49.558Z] 98352c5f8b2f: Layer already exists [2025-08-27T05:25:49.558Z] b1f8605fd9ef: Layer already exists [2025-08-27T05:25:49.558Z] 1e890da81ec9: Layer already exists [2025-08-27T05:25:49.558Z] ab57b411d50e: Layer already exists [2025-08-27T05:25:49.558Z] 4.1.0-dev.6: digest: sha256:b1ebaa3397e6cd51a4e206566093a6daf7d3ba81740bb26d053142a542626862 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:25:50.194Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:f6ce5080970ad21e992ba27979a78c03c238e882-4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:25:50.543Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:f6ce5080970ad21e992ba27979a78c03c238e882-4.1.0-dev.6 [2025-08-27T05:25:50.543Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2025-08-27T05:25:50.543Z] 98352c5f8b2f: Preparing [2025-08-27T05:25:50.543Z] 5f9502796456: Preparing [2025-08-27T05:25:50.543Z] bef7e1c07d52: Preparing [2025-08-27T05:25:50.543Z] 2ceeb36079c6: Preparing [2025-08-27T05:25:50.543Z] b1f8605fd9ef: Preparing [2025-08-27T05:25:50.543Z] ab57b411d50e: Preparing [2025-08-27T05:25:50.543Z] 1e890da81ec9: Preparing [2025-08-27T05:25:50.543Z] ab57b411d50e: Waiting [2025-08-27T05:25:50.543Z] 1e890da81ec9: Waiting [2025-08-27T05:25:50.543Z] 2ceeb36079c6: Layer already exists [2025-08-27T05:25:50.543Z] 98352c5f8b2f: Layer already exists [2025-08-27T05:25:50.543Z] 5f9502796456: Layer already exists [2025-08-27T05:25:50.543Z] bef7e1c07d52: Layer already exists [2025-08-27T05:25:50.543Z] b1f8605fd9ef: Layer already exists [2025-08-27T05:25:50.543Z] 1e890da81ec9: Layer already exists [2025-08-27T05:25:50.543Z] ab57b411d50e: Layer already exists [2025-08-27T05:25:50.807Z] f6ce5080970ad21e992ba27979a78c03c238e882-4.1.0-dev.6: digest: sha256:b1ebaa3397e6cd51a4e206566093a6daf7d3ba81740bb26d053142a542626862 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:25:51.160Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:25:51.505Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [2025-08-27T05:25:51.505Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2025-08-27T05:25:51.505Z] 98352c5f8b2f: Preparing [2025-08-27T05:25:51.505Z] 5f9502796456: Preparing [2025-08-27T05:25:51.505Z] bef7e1c07d52: Preparing [2025-08-27T05:25:51.505Z] 2ceeb36079c6: Preparing [2025-08-27T05:25:51.505Z] b1f8605fd9ef: Preparing [2025-08-27T05:25:51.505Z] ab57b411d50e: Preparing [2025-08-27T05:25:51.505Z] 1e890da81ec9: Preparing [2025-08-27T05:25:51.505Z] ab57b411d50e: Waiting [2025-08-27T05:25:51.505Z] 98352c5f8b2f: Layer already exists [2025-08-27T05:25:51.505Z] b1f8605fd9ef: Layer already exists [2025-08-27T05:25:51.505Z] bef7e1c07d52: Layer already exists [2025-08-27T05:25:51.769Z] 5f9502796456: Layer already exists [2025-08-27T05:25:51.770Z] 2ceeb36079c6: Layer already exists [2025-08-27T05:25:51.770Z] ab57b411d50e: Layer already exists [2025-08-27T05:25:51.770Z] 1e890da81ec9: Layer already exists [2025-08-27T05:25:51.770Z] main: digest: sha256:b1ebaa3397e6cd51a4e206566093a6daf7d3ba81740bb26d053142a542626862 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-27T05:25:51.863Z] ===================================================== [Pipeline] echo [2025-08-27T05:25:51.881Z] taggedImages: [2025-08-27T05:25:51.881Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:f6ce5080970ad21e992ba27979a78c03c238e882 [2025-08-27T05:25:51.881Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2025-08-27T05:25:51.881Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4.1.0-dev.6 [2025-08-27T05:25:51.881Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:f6ce5080970ad21e992ba27979a78c03c238e882-4.1.0-dev.6 [2025-08-27T05:25:51.881Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] echo [2025-08-27T05:25:51.900Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:f6ce5080970ad21e992ba27979a78c03c238e882 [Pipeline] echo [2025-08-27T05:25:51.917Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] echo [2025-08-27T05:25:51.927Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4.1.0-dev.6 [Pipeline] echo [2025-08-27T05:25:51.941Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:f6ce5080970ad21e992ba27979a78c03c238e882-4.1.0-dev.6 [Pipeline] echo [2025-08-27T05:25:51.957Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:25:52.356Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-27T05:25:52.356Z] [2025-08-27T05:25:52.356Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:25:52.695Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-27T05:25:52.695Z] arm64: Pulling from edgex-lftools-log-publisher [2025-08-27T05:25:52.695Z] 8998bd30e6a1: Pulling fs layer [2025-08-27T05:25:52.695Z] 04944245beec: Pulling fs layer [2025-08-27T05:25:52.695Z] 699f458cf7ca: Pulling fs layer [2025-08-27T05:25:52.695Z] 765212b225bb: Pulling fs layer [2025-08-27T05:25:52.695Z] f23df028b6ca: Pulling fs layer [2025-08-27T05:25:52.695Z] d65c8cfc05b1: Pulling fs layer [2025-08-27T05:25:52.695Z] 2437ff75d9bd: Pulling fs layer [2025-08-27T05:25:52.695Z] 765212b225bb: Waiting [2025-08-27T05:25:52.695Z] f23df028b6ca: Waiting [2025-08-27T05:25:52.695Z] d65c8cfc05b1: Waiting [2025-08-27T05:25:52.695Z] 2437ff75d9bd: Waiting [2025-08-27T05:25:52.965Z] 04944245beec: Verifying Checksum [2025-08-27T05:25:52.965Z] 04944245beec: Download complete [2025-08-27T05:25:52.965Z] 765212b225bb: Verifying Checksum [2025-08-27T05:25:52.965Z] 765212b225bb: Download complete [2025-08-27T05:25:52.965Z] f23df028b6ca: Verifying Checksum [2025-08-27T05:25:52.965Z] f23df028b6ca: Download complete [2025-08-27T05:25:52.965Z] d65c8cfc05b1: Verifying Checksum [2025-08-27T05:25:52.965Z] d65c8cfc05b1: Download complete [2025-08-27T05:25:53.233Z] 699f458cf7ca: Verifying Checksum [2025-08-27T05:25:53.233Z] 699f458cf7ca: Download complete [2025-08-27T05:25:53.501Z] 8998bd30e6a1: Verifying Checksum [2025-08-27T05:25:53.501Z] 8998bd30e6a1: Download complete [2025-08-27T05:25:56.087Z] 2437ff75d9bd: Verifying Checksum [2025-08-27T05:25:56.087Z] 2437ff75d9bd: Download complete [2025-08-27T05:25:58.658Z] 8998bd30e6a1: Pull complete [2025-08-27T05:25:58.658Z] 04944245beec: Pull complete [2025-08-27T05:26:00.599Z] 699f458cf7ca: Pull complete [2025-08-27T05:26:00.599Z] 765212b225bb: Pull complete [2025-08-27T05:26:01.555Z] f23df028b6ca: Pull complete [2025-08-27T05:26:01.555Z] d65c8cfc05b1: Pull complete [2025-08-27T05:26:19.733Z] 2437ff75d9bd: Pull complete [2025-08-27T05:26:19.733Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-08-27T05:26:19.733Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-27T05:26:19.733Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-27T05:26:19.944Z] prd-ubuntu20.04-docker-arm64-4c-16g-7680 does not seem to be running inside a container [2025-08-27T05:26:20.012Z] $ 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/app-service-configurable/279 -v /w/workspace/app-service-configurable/279:/w/workspace/app-service-configurable/279:rw,z -v /w/workspace/app-service-configurable/279@tmp:/w/workspace/app-service-configurable/279@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2025-08-27T05:26:22.642Z] $ docker top 6d643acedc6c26c6542f22dd336a0c892f129ea0b74fa7d072bd8cc130a2deb4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-27T05:26:23.487Z] ---> job-cost.sh [2025-08-27T05:26:23.487Z] lf-activate-venv: SKIPPING [2025-08-27T05:26:23.487Z] INFO: No Stack... [2025-08-27T05:26:24.068Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-08-27T05:26:24.649Z] INFO: Archiving Costs [Pipeline] sh [2025-08-27T05:26:25.287Z] + + cutcat -d, /w/workspace/app-service-configurable/279/archives/cost.csv -f6 [2025-08-27T05:26:25.287Z] [Pipeline] lock [2025-08-27T05:26:25.346Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-service-configurable-main-279-stack-cost] [2025-08-27T05:26:25.355Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-279-stack-cost] did not exist. Created. [2025-08-27T05:26:25.361Z] Lock acquired on [Resource: jenkins-edgexfoundry-app-service-configurable-main-279-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-08-27T05:26:25.709Z] /w/workspace/app-service-configurable/279@tmp/durable-60c33c5e/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-08-27T05:26:26.609Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-08-27T05:26:26.634Z] Warning: overwriting stash ‘stack-cost’ [2025-08-27T05:26:26.686Z] Stashed 1 file(s) [Pipeline] } [2025-08-27T05:26:26.697Z] Lock released on resource [Resource: jenkins-edgexfoundry-app-service-configurable-main-279-stack-cost] [Pipeline] // lock [Pipeline] } [2025-08-27T05:26:26.719Z] $ docker stop --time=1 6d643acedc6c26c6542f22dd336a0c892f129ea0b74fa7d072bd8cc130a2deb4 [2025-08-27T05:26:28.222Z] $ docker rm -f --volumes 6d643acedc6c26c6542f22dd336a0c892f129ea0b74fa7d072bd8cc130a2deb4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2025-08-27T05:26:28.717Z] provisioning config files... [2025-08-27T05:26:28.725Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config1165827313179006228tmp [Pipeline] { [Pipeline] sh [2025-08-27T05:26:29.032Z] + set +x [2025-08-27T05:26:29.032Z] + + bash -s -- [2025-08-27T05:26:29.032Z] curl -s https://codecov.io/bash [2025-08-27T05:26:29.032Z] [2025-08-27T05:26:29.032Z] _____ _ [2025-08-27T05:26:29.032Z] / ____| | | [2025-08-27T05:26:29.032Z] | | ___ __| | ___ ___ _____ __ [2025-08-27T05:26:29.032Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-08-27T05:26:29.032Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-08-27T05:26:29.032Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-08-27T05:26:29.032Z] Bash-1.0.6 [2025-08-27T05:26:29.032Z] [2025-08-27T05:26:29.032Z] [2025-08-27T05:26:29.032Z] ==> git version 2.25.1 found [2025-08-27T05:26:29.032Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2025-08-27T05:26:29.032Z] Release-Date: 2020-01-08 [2025-08-27T05:26:29.032Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2025-08-27T05:26:29.032Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-08-27T05:26:29.032Z] ==> Jenkins CI detected. [2025-08-27T05:26:29.032Z] current dir:  /w/workspace/ry_app-service-configurable_main [2025-08-27T05:26:29.032Z] project root: . [2025-08-27T05:26:29.032Z] --> token set from env [2025-08-27T05:26:29.032Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-08-27T05:26:29.032Z] ==> Running gcov in . (disable via -X gcov) [2025-08-27T05:26:29.032Z] ==> Python coveragepy not found [2025-08-27T05:26:29.032Z] ==> Searching for coverage reports in: [2025-08-27T05:26:29.032Z] + . [2025-08-27T05:26:29.032Z] -> Found 1 reports [2025-08-27T05:26:29.032Z] ==> Detecting git/mercurial file structure [2025-08-27T05:26:29.032Z] ==> Reading reports [2025-08-27T05:26:29.032Z] + ./coverage.out bytes=953 [2025-08-27T05:26:29.294Z] ==> Appending adjustments [2025-08-27T05:26:29.294Z] https://docs.codecov.io/docs/fixing-reports [2025-08-27T05:26:29.294Z] + Found adjustments [2025-08-27T05:26:29.294Z] ==> Gzipping contents [2025-08-27T05:26:29.294Z] 4.0K /tmp/codecov.N3KfKK.gz [2025-08-27T05:26:29.294Z] ==> Uploading reports [2025-08-27T05:26:29.294Z] url: https://codecov.io [2025-08-27T05:26:29.294Z] query: branch=main&commit=f6ce5080970ad21e992ba27979a78c03c238e882&build=279&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F279%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2025-08-27T05:26:29.294Z] -> Pinging Codecov [2025-08-27T05:26:29.295Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=f6ce5080970ad21e992ba27979a78c03c238e882&build=279&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F279%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2025-08-27T05:26:29.554Z] -> Uploading to [2025-08-27T05:26:29.554Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/app-service-configurable/f6ce5080970ad21e992ba27979a78c03c238e882/709835e7-29bd-4f7e-9ee7-17ee9bae72b6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250827%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250827T052629Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=8ae1c12a2995bd519eff681da96b67ec0b0b90b8aa97eb3cd5283b12132083fd [2025-08-27T05:26:29.554Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-08-27T05:26:29.554Z] Dload Upload Total Spent Left Speed [2025-08-27T05:26:29.554Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 384 0 0 100 384 0 2931 --:--:-- --:--:-- --:--:-- 2953 [2025-08-27T05:26:29.554Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/f6ce5080970ad21e992ba27979a78c03c238e882 [Pipeline] } [2025-08-27T05:26:29.561Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-08-27T05:26:29.772Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-08-27T05:26:29.785Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:26:30.093Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-08-27T05:26:30.093Z] [2025-08-27T05:26:30.093Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:26:30.405Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-08-27T05:26:30.405Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-08-27T05:26:30.405Z] 0a9a5dfd008f: Already exists [2025-08-27T05:26:30.405Z] 36466aa92d05: Already exists [2025-08-27T05:26:30.405Z] e10405b45d13: Already exists [2025-08-27T05:26:30.405Z] 096b7ceb2af7: Already exists [2025-08-27T05:26:30.405Z] 4f4fb700ef54: Already exists [2025-08-27T05:26:30.405Z] e50aa161e22a: Pulling fs layer [2025-08-27T05:26:30.405Z] d3c8db5fb9df: Pulling fs layer [2025-08-27T05:26:30.665Z] e50aa161e22a: Verifying Checksum [2025-08-27T05:26:30.665Z] e50aa161e22a: Download complete [2025-08-27T05:26:30.925Z] e50aa161e22a: Pull complete [2025-08-27T05:26:31.863Z] d3c8db5fb9df: Verifying Checksum [2025-08-27T05:26:31.863Z] d3c8db5fb9df: Download complete [2025-08-27T05:26:37.494Z] d3c8db5fb9df: Pull complete [2025-08-27T05:26:37.495Z] Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be [2025-08-27T05:26:37.495Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-08-27T05:26:37.495Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-27T05:26:37.605Z] prd-ubuntu20.04-docker-8c-8g-7677 does not seem to be running inside a container [2025-08-27T05:26:37.650Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2025-08-27T05:26:38.768Z] $ docker top 65092ce4aac57a3838c9948b459695228582b96bd9d20be2a9c380a45e6a64d4 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-27T05:26:39.123Z] + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] echo [2025-08-27T05:26:39.134Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh [2025-08-27T05:26:39.420Z] + set -o pipefail [2025-08-27T05:26:39.420Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' [2025-08-27T05:26:53.694Z] [2025-08-27T05:26:53.694Z] Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... [2025-08-27T05:26:53.694Z] [2025-08-27T05:26:53.694Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/7dc5f32a-caad-4990-b9e2-a648c5eeaf90/history/3a64f953-b38c-4090-8ae6-9947f142e66a [2025-08-27T05:26:53.694Z] [2025-08-27T05:26:53.694Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-08-27T05:26:53.694Z] [Pipeline] } [2025-08-27T05:26:53.704Z] $ docker stop --time=1 65092ce4aac57a3838c9948b459695228582b96bd9d20be2a9c380a45e6a64d4 [2025-08-27T05:26:56.395Z] $ docker rm -f --volumes 65092ce4aac57a3838c9948b459695228582b96bd9d20be2a9c380a45e6a64d4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-08-27T05:26:57.338Z] + git log --format=format:%s -1 f6ce5080970ad21e992ba27979a78c03c238e882 [Pipeline] sh [2025-08-27T05:26:57.632Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-27T05:26:57.632Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:26:57.936Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-27T05:26:57.936Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-27T05:26:58.016Z] prd-ubuntu20.04-docker-8c-8g-7677 does not seem to be running inside a container [2025-08-27T05:26:58.044Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-08-27T05:26:58.301Z] $ docker top 58ace3b38ca43b310bf4b0ea05f8a523def0db071d0ae7cb37cc3c5e04473b35 -eo pid,comm [2025-08-27T05:26:58.343Z] 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-08-27T05:26:58.343Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-27T05:26:58.401Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-27T05:26:58.401Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-27T05:26:58.501Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-27T05:26:58.503Z] $ docker exec 58ace3b38ca43b310bf4b0ea05f8a523def0db071d0ae7cb37cc3c5e04473b35 ssh-agent [2025-08-27T05:26:58.615Z] SSH_AUTH_SOCK=/tmp/ssh-x6geuKxo9jWR/agent.32 [2025-08-27T05:26:58.615Z] SSH_AGENT_PID=38 [2025-08-27T05:26:58.620Z] Running ssh-add (command line suppressed) [2025-08-27T05:26:58.732Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_12242064220196099221.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_12242064220196099221.key) [2025-08-27T05:26:58.748Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-27T05:26:59.043Z] + git semver tag [2025-08-27T05:26:59.303Z] 2025-08-27 05:26:59,261 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-27T05:26:59.303Z] 2025-08-27 05:26:59,265 [run_tag] DEBUG tag force:False [2025-08-27T05:26:59.303Z] 2025-08-27 05:26:59,265 [check_head_tag] DEBUG check head tag [2025-08-27T05:26:59.303Z] 2025-08-27 05:26:59,266 [execute] INFO git cat-file --batch-check [2025-08-27T05:26:59.303Z] 2025-08-27 05:26:59,266 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, stdin=, shell=False, universal_newlines=False) [2025-08-27T05:26:59.303Z] 2025-08-27 05:26:59,268 [execute] INFO git cat-file --batch [2025-08-27T05:26:59.303Z] 2025-08-27 05:26:59,268 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, stdin=, shell=False, universal_newlines=False) [2025-08-27T05:26:59.303Z] 2025-08-27 05:26:59,280 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2025-08-27T05:26:59.303Z] 2025-08-27 05:26:59,280 [execute] INFO git tag -a v4.1.0-dev.6 -m v4.1.0-dev.6 [2025-08-27T05:26:59.303Z] 2025-08-27 05:26:59,280 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.6', '-m', 'v4.1.0-dev.6'], cwd=/w/workspace/ry_app-service-configurable_main, stdin=None, shell=False, universal_newlines=False) [2025-08-27T05:26:59.303Z] 2025-08-27 05:26:59,283 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2025-08-27T05:26:59.303Z] 4.1.0-dev.6 [Pipeline] } [2025-08-27T05:26:59.574Z] $ docker exec --env ******** --env ******** 58ace3b38ca43b310bf4b0ea05f8a523def0db071d0ae7cb37cc3c5e04473b35 ssh-agent -k [2025-08-27T05:26:59.674Z] unset SSH_AUTH_SOCK; [2025-08-27T05:26:59.674Z] unset SSH_AGENT_PID; [2025-08-27T05:26:59.674Z] echo Agent pid 38 killed; [2025-08-27T05:26:59.685Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-27T05:27:00.014Z] + git semver [Pipeline] } [2025-08-27T05:27:00.370Z] $ docker stop --time=1 58ace3b38ca43b310bf4b0ea05f8a523def0db071d0ae7cb37cc3c5e04473b35 [2025-08-27T05:27:01.629Z] $ docker rm -f --volumes 58ace3b38ca43b310bf4b0ea05f8a523def0db071d0ae7cb37cc3c5e04473b35 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:27:02.047Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-08-27T05:27:02.047Z] [2025-08-27T05:27:02.047Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:27:02.360Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-08-27T05:27:02.360Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-08-27T05:27:02.360Z] ab5ef0e58194: Pulling fs layer [2025-08-27T05:27:02.360Z] 9712f1f96733: Pulling fs layer [2025-08-27T05:27:02.360Z] 63f879dbbcfc: Pulling fs layer [2025-08-27T05:27:02.360Z] 0d9ebad4ef96: Pulling fs layer [2025-08-27T05:27:02.360Z] e9a5061849ea: Pulling fs layer [2025-08-27T05:27:02.361Z] d747dcd14b5f: Pulling fs layer [2025-08-27T05:27:02.361Z] 2de7ff778b66: Pulling fs layer [2025-08-27T05:27:02.361Z] e9a5061849ea: Waiting [2025-08-27T05:27:02.361Z] d747dcd14b5f: Waiting [2025-08-27T05:27:02.361Z] 2de7ff778b66: Waiting [2025-08-27T05:27:02.361Z] 0d9ebad4ef96: Waiting [2025-08-27T05:27:02.361Z] 9712f1f96733: Verifying Checksum [2025-08-27T05:27:02.361Z] 9712f1f96733: Download complete [2025-08-27T05:27:02.933Z] 63f879dbbcfc: Verifying Checksum [2025-08-27T05:27:02.933Z] 63f879dbbcfc: Download complete [2025-08-27T05:27:03.193Z] ab5ef0e58194: Verifying Checksum [2025-08-27T05:27:03.193Z] ab5ef0e58194: Download complete [2025-08-27T05:27:03.193Z] d747dcd14b5f: Verifying Checksum [2025-08-27T05:27:03.193Z] d747dcd14b5f: Download complete [2025-08-27T05:27:03.193Z] e9a5061849ea: Verifying Checksum [2025-08-27T05:27:03.193Z] e9a5061849ea: Download complete [2025-08-27T05:27:03.193Z] 0d9ebad4ef96: Verifying Checksum [2025-08-27T05:27:03.193Z] 2de7ff778b66: Verifying Checksum [2025-08-27T05:27:03.193Z] 2de7ff778b66: Download complete [2025-08-27T05:27:07.676Z] ab5ef0e58194: Pull complete [2025-08-27T05:27:07.676Z] 9712f1f96733: Pull complete [2025-08-27T05:27:07.676Z] 63f879dbbcfc: Pull complete [2025-08-27T05:27:14.236Z] 0d9ebad4ef96: Pull complete [2025-08-27T05:27:14.236Z] e9a5061849ea: Pull complete [2025-08-27T05:27:14.236Z] d747dcd14b5f: Pull complete [2025-08-27T05:27:15.614Z] 2de7ff778b66: Pull complete [2025-08-27T05:27:15.614Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-08-27T05:27:15.614Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-08-27T05:27:15.614Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-27T05:27:15.728Z] prd-ubuntu20.04-docker-8c-8g-7677 does not seem to be running inside a container [2025-08-27T05:27:15.754Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2025-08-27T05:27:17.962Z] $ docker top 8f6879b7a6dc585f549dda280604e1a2bbf0b4f9de54e8891593e99aa6cf58e8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-08-27T05:27:18.041Z] provisioning config files... [2025-08-27T05:27:18.047Z] copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config13572532262957432196tmp [2025-08-27T05:27:18.059Z] copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3655739693521013252tmp [2025-08-27T05:27:18.069Z] copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config15278614595960219349tmp [Pipeline] { [Pipeline] echo [2025-08-27T05:27:18.101Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-27T05:27:18.405Z] ---> sigul-configuration.sh [2025-08-27T05:27:18.405Z] gpg: directory `/root/.gnupg' created [2025-08-27T05:27:18.405Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-08-27T05:27:18.405Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-08-27T05:27:18.405Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-08-27T05:27:18.405Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-08-27T05:27:18.405Z] gpg: CAST5 encrypted data [2025-08-27T05:27:18.405Z] gpg: encrypted with 1 passphrase [2025-08-27T05:27:18.405Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-08-27T05:27:18.707Z] + mkdir /home/jenkins [2025-08-27T05:27:18.707Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-08-27T05:27:19.010Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2025-08-27T05:27:19.027Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-27T05:27:19.326Z] ---> sigul-install.sh [2025-08-27T05:27:19.326Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-08-27T05:27:19.627Z] + git tag --list [2025-08-27T05:27:19.627Z] v1.0.0 [2025-08-27T05:27:19.627Z] v1.1.0 [2025-08-27T05:27:19.627Z] v1.2.0 [2025-08-27T05:27:19.627Z] v1.3.0 [2025-08-27T05:27:19.627Z] v1.3.1 [2025-08-27T05:27:19.627Z] v2.0.0 [2025-08-27T05:27:19.627Z] v2.0.1 [2025-08-27T05:27:19.627Z] v2.1.0 [2025-08-27T05:27:19.627Z] v2.1.1 [2025-08-27T05:27:19.627Z] v2.1.2 [2025-08-27T05:27:19.627Z] v2.2.0 [2025-08-27T05:27:19.627Z] v2.3 [2025-08-27T05:27:19.627Z] v2.3.0 [2025-08-27T05:27:19.627Z] v2.3.1 [2025-08-27T05:27:19.627Z] v3.0 [2025-08-27T05:27:19.627Z] v3.0.0 [2025-08-27T05:27:19.627Z] v3.0.1 [2025-08-27T05:27:19.627Z] v3.1 [2025-08-27T05:27:19.627Z] v3.1.0 [2025-08-27T05:27:19.627Z] v3.1.1 [2025-08-27T05:27:19.627Z] v4.0 [2025-08-27T05:27:19.627Z] v4.0.0 [2025-08-27T05:27:19.627Z] v4.0.1 [2025-08-27T05:27:19.627Z] v4.1.0-dev.1 [2025-08-27T05:27:19.627Z] v4.1.0-dev.2 [2025-08-27T05:27:19.627Z] v4.1.0-dev.3 [2025-08-27T05:27:19.627Z] v4.1.0-dev.4 [2025-08-27T05:27:19.627Z] v4.1.0-dev.5 [2025-08-27T05:27:19.627Z] v4.1.0-dev.6 [Pipeline] sh [2025-08-27T05:27:19.928Z] + lftools sign git-tag v4.1.0-dev.6 [2025-08-27T05:27:20.498Z] Signing Git tag with Sigul... [2025-08-27T05:27:20.498Z] Signing v4.1.0-dev.6 [Pipeline] echo [2025-08-27T05:27:21.088Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-27T05:27:21.470Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-08-27T05:27:21.503Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-08-27T05:27:21.539Z] $ docker stop --time=1 8f6879b7a6dc585f549dda280604e1a2bbf0b4f9de54e8891593e99aa6cf58e8 [2025-08-27T05:27:22.828Z] $ docker rm -f --volumes 8f6879b7a6dc585f549dda280604e1a2bbf0b4f9de54e8891593e99aa6cf58e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-08-27T05:27:23.311Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-27T05:27:23.311Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:27:23.615Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-27T05:27:23.615Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-27T05:27:23.701Z] prd-ubuntu20.04-docker-8c-8g-7677 does not seem to be running inside a container [2025-08-27T05:27:23.733Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-08-27T05:27:23.994Z] $ docker top e0345b931b19d9575b9eed03480e443b4734c4660528d7ca2d5ba2bc04ed1d49 -eo pid,comm [2025-08-27T05:27:24.039Z] 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-08-27T05:27:24.039Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-27T05:27:24.095Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-27T05:27:24.095Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-27T05:27:24.209Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-27T05:27:24.211Z] $ docker exec e0345b931b19d9575b9eed03480e443b4734c4660528d7ca2d5ba2bc04ed1d49 ssh-agent [2025-08-27T05:27:24.323Z] SSH_AUTH_SOCK=/tmp/ssh-K23DSvYcKnJs/agent.32 [2025-08-27T05:27:24.323Z] SSH_AGENT_PID=38 [2025-08-27T05:27:24.330Z] Running ssh-add (command line suppressed) [2025-08-27T05:27:24.438Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_3216450073651692832.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_3216450073651692832.key) [2025-08-27T05:27:24.453Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-27T05:27:24.746Z] + git semver bump pre [2025-08-27T05:27:25.320Z] 2025-08-27 05:27:25,022 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-27T05:27:25.320Z] 2025-08-27 05:27:25,030 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2025-08-27T05:27:25.320Z] 2025-08-27 05:27:25,030 [bump_version] DEBUG bumping version:4.1.0-dev.6 on axis:pre with prefix:dev [2025-08-27T05:27:25.320Z] 2025-08-27 05:27:25,030 [bump_version] DEBUG bumped version:4.1.0-dev.7 [2025-08-27T05:27:25.320Z] 2025-08-27 05:27:25,030 [write_version] DEBUG write version:4.1.0-dev.7 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True [2025-08-27T05:27:25.320Z] 2025-08-27 05:27:25,030 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2025-08-27T05:27:25.320Z] 2025-08-27 05:27:25,031 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main [2025-08-27T05:27:25.320Z] 2025-08-27 05:27:25,034 [execute] INFO git cat-file --batch-check [2025-08-27T05:27:25.320Z] 2025-08-27 05:27:25,035 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-08-27T05:27:25.320Z] 2025-08-27 05:27:25,042 [execute] INFO git cat-file --batch [2025-08-27T05:27:25.320Z] 2025-08-27 05:27:25,043 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-08-27T05:27:25.320Z] 2025-08-27 05:27:25,051 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2025-08-27T05:27:25.320Z] 4.1.0-dev.7 [Pipeline] } [2025-08-27T05:27:25.331Z] $ docker exec --env ******** --env ******** e0345b931b19d9575b9eed03480e443b4734c4660528d7ca2d5ba2bc04ed1d49 ssh-agent -k [2025-08-27T05:27:25.425Z] unset SSH_AUTH_SOCK; [2025-08-27T05:27:25.425Z] unset SSH_AGENT_PID; [2025-08-27T05:27:25.425Z] echo Agent pid 38 killed; [2025-08-27T05:27:25.435Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-27T05:27:25.756Z] + git semver [Pipeline] } [2025-08-27T05:27:26.335Z] $ docker stop --time=1 e0345b931b19d9575b9eed03480e443b4734c4660528d7ca2d5ba2bc04ed1d49 [2025-08-27T05:27:27.612Z] $ docker rm -f --volumes e0345b931b19d9575b9eed03480e443b4734c4660528d7ca2d5ba2bc04ed1d49 [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-27T05:27:27.975Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-27T05:27:27.975Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:27:28.279Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-27T05:27:28.279Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-27T05:27:28.356Z] prd-ubuntu20.04-docker-8c-8g-7677 does not seem to be running inside a container [2025-08-27T05:27:28.389Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-08-27T05:27:28.643Z] $ docker top af369735769a4b001f84b8a7562468522bc00731979372f6f03c2de781f57d6e -eo pid,comm [2025-08-27T05:27:28.692Z] 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-08-27T05:27:28.692Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-27T05:27:28.749Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-27T05:27:28.749Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-27T05:27:28.854Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-27T05:27:28.856Z] $ docker exec af369735769a4b001f84b8a7562468522bc00731979372f6f03c2de781f57d6e ssh-agent [2025-08-27T05:27:28.973Z] SSH_AUTH_SOCK=/tmp/ssh-ifN4bgyaWJaB/agent.31 [2025-08-27T05:27:28.973Z] SSH_AGENT_PID=37 [2025-08-27T05:27:28.978Z] Running ssh-add (command line suppressed) [2025-08-27T05:27:29.074Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_14907696598880600212.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_14907696598880600212.key) [2025-08-27T05:27:29.089Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-27T05:27:29.392Z] + git semver push [2025-08-27T05:27:29.653Z] 2025-08-27 05:27:29,624 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-27T05:27:29.653Z] 2025-08-27 05:27:29,630 [run_push] DEBUG push [2025-08-27T05:27:29.653Z] 2025-08-27 05:27:29,630 [execute] INFO git cat-file --batch-check [2025-08-27T05:27:29.653Z] 2025-08-27 05:27:29,631 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-08-27T05:27:29.653Z] 2025-08-27 05:27:29,632 [execute] INFO git rev-list 2652fc838977fe96f1bb3fe5160f371257d52dc9 -- [2025-08-27T05:27:29.653Z] 2025-08-27 05:27:29,633 [execute] DEBUG Popen(['git', 'rev-list', '2652fc838977fe96f1bb3fe5160f371257d52dc9', '--'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-08-27T05:27:29.653Z] 2025-08-27 05:27:29,645 [execute] INFO git fetch -v -- origin [2025-08-27T05:27:29.653Z] 2025-08-27 05:27:29,645 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, stdin=None, shell=False, universal_newlines=True) [2025-08-27T05:27:30.223Z] 2025-08-27 05:27:30,098 [run_push] DEBUG no remote changes detected [2025-08-27T05:27:30.223Z] 2025-08-27 05:27:30,098 [execute] INFO git push origin semver [2025-08-27T05:27:30.223Z] 2025-08-27 05:27:30,098 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-08-27T05:27:30.794Z] 2025-08-27 05:27:30,753 [run_push] DEBUG push all version tags [2025-08-27T05:27:30.794Z] 2025-08-27 05:27:30,754 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-08-27T05:27:30.794Z] 2025-08-27 05:27:30,754 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/ry_app-service-configurable_main, stdin=None, shell=False, universal_newlines=False) [2025-08-27T05:27:31.731Z] 2025-08-27 05:27:31,456 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2025-08-27T05:27:31.731Z] 4.1.0-dev.7 [Pipeline] } [2025-08-27T05:27:31.740Z] $ docker exec --env ******** --env ******** af369735769a4b001f84b8a7562468522bc00731979372f6f03c2de781f57d6e ssh-agent -k [2025-08-27T05:27:31.831Z] unset SSH_AUTH_SOCK; [2025-08-27T05:27:31.832Z] unset SSH_AGENT_PID; [2025-08-27T05:27:31.832Z] echo Agent pid 37 killed; [2025-08-27T05:27:31.844Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-27T05:27:32.177Z] + git semver [Pipeline] } [2025-08-27T05:27:32.765Z] $ docker stop --time=1 af369735769a4b001f84b8a7562468522bc00731979372f6f03c2de781f57d6e [2025-08-27T05:27:34.026Z] $ docker rm -f --volumes af369735769a4b001f84b8a7562468522bc00731979372f6f03c2de781f57d6e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-08-27T05:27:34.604Z] + [ -d /w/workspace/ry_app-service-configurable_main/archives ] [2025-08-27T05:27:34.604Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2025-08-27T05:27:34.604Z] total 16 [2025-08-27T05:27:34.604Z] drwxr-xr-x 3 root root 4096 Aug 27 05:13 . [2025-08-27T05:27:34.604Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 27 05:27 .. [2025-08-27T05:27:34.604Z] drwxr-xr-x 2 root root 4096 Aug 27 05:13 cost [2025-08-27T05:27:34.604Z] -rw-r--r-- 1 root root 96 Aug 27 05:13 cost.csv [2025-08-27T05:27:34.604Z] + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives [2025-08-27T05:27:34.604Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2025-08-27T05:27:34.604Z] total 16 [2025-08-27T05:27:34.604Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 27 05:13 . [2025-08-27T05:27:34.604Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 27 05:27 .. [2025-08-27T05:27:34.604Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 27 05:13 cost [2025-08-27T05:27:34.604Z] -rw-r--r-- 1 jenkins jenkins 96 Aug 27 05:13 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-08-27T05:27:34.899Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-27T05:27:35.766Z] ---> package-listing.sh [2025-08-27T05:27:35.766Z] ++ facter osfamily [2025-08-27T05:27:35.766Z] ++ tr '[:upper:]' '[:lower:]' [2025-08-27T05:27:36.025Z] + OS_FAMILY=debian [2025-08-27T05:27:36.025Z] + workspace=/w/workspace/ry_app-service-configurable_main [2025-08-27T05:27:36.025Z] + START_PACKAGES=/tmp/packages_start.txt [2025-08-27T05:27:36.025Z] + END_PACKAGES=/tmp/packages_end.txt [2025-08-27T05:27:36.025Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-08-27T05:27:36.025Z] + PACKAGES=/tmp/packages_start.txt [2025-08-27T05:27:36.025Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2025-08-27T05:27:36.025Z] + PACKAGES=/tmp/packages_end.txt [2025-08-27T05:27:36.025Z] + case "${OS_FAMILY}" in [2025-08-27T05:27:36.025Z] + dpkg -l [2025-08-27T05:27:36.025Z] + grep '^ii' [2025-08-27T05:27:36.025Z] + '[' -f /tmp/packages_start.txt ']' [2025-08-27T05:27:36.025Z] + '[' -f /tmp/packages_end.txt ']' [2025-08-27T05:27:36.025Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-08-27T05:27:36.025Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2025-08-27T05:27:36.025Z] + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ [2025-08-27T05:27:36.025Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo [2025-08-27T05:27:36.037Z] 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/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-08-27T05:27:36.316Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-27T05:27:36.895Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-27T05:27:36.895Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-27T05:27:36.978Z] prd-ubuntu20.04-docker-8c-8g-7677 does not seem to be running inside a container [2025-08-27T05:27:37.010Z] $ 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/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-08-27T05:27:37.226Z] $ docker top aae0c92f10f976748e307ce96ff24e3cf2b0c282e56a305995b367ed1027ae3e -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-27T05:27:37.564Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-08-27T05:27:37.853Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-08-27T05:27:38.141Z] + ls /var/log/sa-host [2025-08-27T05:27:38.141Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-27T05:27:38.177Z] provisioning config files... [2025-08-27T05:27:38.187Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6638369585285328015tmp [Pipeline] { [Pipeline] echo [2025-08-27T05:27:38.202Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-27T05:27:38.481Z] ---> create-netrc.sh [Pipeline] } [2025-08-27T05:27:38.487Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-08-27T05:27:39.319Z] ---> python-tools-install.sh [Pipeline] echo [2025-08-27T05:27:39.332Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-27T05:27:39.619Z] ---> sudo-logs.sh [2025-08-27T05:27:39.619Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-08-27T05:27:39.658Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-27T05:27:39.944Z] ---> job-cost.sh [2025-08-27T05:27:39.944Z] lf-activate-venv: SKIPPING [2025-08-27T05:27:39.944Z] DEBUG: total: 0.2199999988079071 [2025-08-27T05:27:39.944Z] INFO: Retrieving Stack Cost... [2025-08-27T05:27:40.516Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-08-27T05:27:40.777Z] INFO: Archiving Costs [Pipeline] echo [2025-08-27T05:27:40.795Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-27T05:27:41.079Z] ---> logs-deploy.sh [2025-08-27T05:27:41.079Z] lf-activate-venv: SKIPPING [2025-08-27T05:27:41.079Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/279 [2025-08-27T05:27:41.079Z] INFO: archiving workspace using pattern(s): [2025-08-27T05:27:42.018Z] Archives upload complete. [2025-08-27T05:27:42.018Z] INFO: archiving logs to Nexus