Started by user Cherry Wang Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 60d667701c3da78b8984814720c74ae46dfa0d66 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-ssh15464419119505217948.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-ssh2597034776635212093.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-ssh12156206358999082373.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-ssh10122492373572456391.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-ssh12839213282409690224.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 Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-6226’ Running on prd-ubuntu20.04-docker-8c-8g-6236 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 > 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 Avoid second fetch Checking out Revision 60d667701c3da78b8984814720c74ae46dfa0d66 (main) Commit message: "Merge pull request #729 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v4-4.1.0-dev.19" > git config core.sparsecheckout # timeout=10 > git checkout -f 60d667701c3da78b8984814720c74ae46dfa0d66 # timeout=10 > git rev-list --no-walk 60d667701c3da78b8984814720c74ae46dfa0d66 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-08-04T06:41:47.199Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-08-04T06:41:47.273Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-08-04T06:41:47.295Z] ========================================================= [2025-08-04T06:41:47.295Z] EdgeX Global Pipelines Version Info [2025-08-04T06:41:47.295Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-08-04T06:41:48.393Z] ------------------- [2025-08-04T06:41:48.393Z] stable info: [2025-08-04T06:41:48.393Z] ------------------- [2025-08-04T06:41:48.393Z] Commited By: Cherry Wang cherry@iotechsys.com [2025-08-04T06:41:48.393Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-08-04T06:41:48.393Z] Message: update stable to v1.0.276 [2025-08-04T06:41:48.966Z] ------------------- [2025-08-04T06:41:48.966Z] experimental info: [2025-08-04T06:41:48.966Z] ------------------- [2025-08-04T06:41:48.966Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-08-04T06:41:48.966Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-08-04T06:41:48.966Z] Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-08-04T06:41:49.037Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2025-08-04T06:41:49.052Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2025-08-04T06:41:49.071Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-08-04T06:41:49.088Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-08-04T06:41:49.108Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-08-04T06:41:49.126Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-08-04T06:41:49.155Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-08-04T06:41:49.178Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-08-04T06:41:49.194Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-08-04T06:41:49.211Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-08-04T06:41:49.228Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-08-04T06:41:49.243Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2025-08-04T06:41:49.262Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-08-04T06:41:49.284Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-08-04T06:41:49.307Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-08-04T06:41:49.327Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-08-04T06:41:49.345Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-08-04T06:41:49.367Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-08-04T06:41:49.384Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-08-04T06:41:49.408Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-08-04T06:41:49.431Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-08-04T06:41:49.450Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-08-04T06:41:49.472Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-08-04T06:41:49.494Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-08-04T06:41:49.522Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-08-04T06:41:49.549Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-08-04T06:41:49.573Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-08-04T06:41:49.594Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-08-04T06:41:49.615Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-08-04T06:41:49.639Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-08-04T06:41:49.664Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 60d667701c3da78b8984814720c74ae46dfa0d66 [Pipeline] echo [2025-08-04T06:41:49.686Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 60d6677 [Pipeline] echo [2025-08-04T06:41:49.713Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-04T06:41:49.779Z] provisioning config files... [2025-08-04T06:41:49.792Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3285957801827426157tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-04T06:41:50.123Z] ---> ****-login.sh [2025-08-04T06:41:50.123Z] nexus3.edgexfoundry.org:10001 [2025-08-04T06:41:50.123Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T06:41:50.384Z] [2025-08-04T06:41:50.384Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-04T06:41:50.384Z] Configure a credential helper to remove this warning. See [2025-08-04T06:41:50.384Z] https://docs.****.com/go/credential-store/ [2025-08-04T06:41:50.384Z] [2025-08-04T06:41:50.384Z] Login Succeeded [2025-08-04T06:41:50.384Z] nexus3.edgexfoundry.org:10002 [2025-08-04T06:41:50.384Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T06:41:50.644Z] [2025-08-04T06:41:50.644Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-04T06:41:50.644Z] Configure a credential helper to remove this warning. See [2025-08-04T06:41:50.644Z] https://docs.****.com/go/credential-store/ [2025-08-04T06:41:50.644Z] [2025-08-04T06:41:50.644Z] Login Succeeded [2025-08-04T06:41:50.644Z] nexus3.edgexfoundry.org:10003 [2025-08-04T06:41:50.644Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T06:41:50.644Z] [2025-08-04T06:41:50.644Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-04T06:41:50.644Z] Configure a credential helper to remove this warning. See [2025-08-04T06:41:50.644Z] https://docs.****.com/go/credential-store/ [2025-08-04T06:41:50.644Z] [2025-08-04T06:41:50.644Z] Login Succeeded [2025-08-04T06:41:50.644Z] nexus3.edgexfoundry.org:10004 [2025-08-04T06:41:50.644Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T06:41:50.644Z] [2025-08-04T06:41:50.644Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-04T06:41:50.645Z] Configure a credential helper to remove this warning. See [2025-08-04T06:41:50.645Z] https://docs.****.com/go/credential-store/ [2025-08-04T06:41:50.645Z] [2025-08-04T06:41:50.645Z] Login Succeeded [2025-08-04T06:41:50.645Z] ****.io [2025-08-04T06:41:50.904Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T06:41:50.904Z] [2025-08-04T06:41:50.904Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-04T06:41:50.904Z] Configure a credential helper to remove this warning. See [2025-08-04T06:41:50.904Z] https://docs.****.com/go/credential-store/ [2025-08-04T06:41:50.904Z] [2025-08-04T06:41:50.904Z] Login Succeeded [2025-08-04T06:41:50.904Z] ---> ****-login.sh ends [Pipeline] } [2025-08-04T06:41:50.912Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-08-04T06:41:51.320Z] + git rev-list -1 --merges 60d667701c3da78b8984814720c74ae46dfa0d66~1..60d667701c3da78b8984814720c74ae46dfa0d66 [Pipeline] echo [2025-08-04T06:41:51.350Z] -----------> git rev-list -1 --merges 60d667701c3da78b8984814720c74ae46dfa0d66~1..60d667701c3da78b8984814720c74ae46dfa0d66 60d667701c3da78b8984814720c74ae46dfa0d66 [2025-08-04T06:41:51.350Z] 60d667701c3da78b8984814720c74ae46dfa0d66 [false] [Pipeline] sh [2025-08-04T06:41:51.641Z] + git log --format=format:%s -1 60d667701c3da78b8984814720c74ae46dfa0d66 [Pipeline] echo [2025-08-04T06:41:51.657Z] ========================================================= [2025-08-04T06:41:51.657Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-08-04T06:41:51.657Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-08-04T06:41:52.008Z] + git log --format=format:%s -1 60d667701c3da78b8984814720c74ae46dfa0d66 [Pipeline] echo [2025-08-04T06:41:52.019Z] [semverPrep] GIT_COMMIT: 60d667701c3da78b8984814720c74ae46dfa0d66, Commit Message: Merge pull request #729 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v4-4.1.0-dev.19 [Pipeline] echo [2025-08-04T06:41:52.032Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-08-04T06:41:52.404Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-04T06:41:52.404Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-08-04T06:41:52.404Z] + [ -e /tmp/ssh_known_hosts ] [2025-08-04T06:41:52.404Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-08-04T06:41:52.404Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-08-04T06:41:52.404Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-08-04T06:41:52.404Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T06:41:52.814Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-04T06:41:52.814Z] [2025-08-04T06:41:52.814Z] 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-04T06:41:53.113Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-04T06:41:53.113Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-08-04T06:41:53.113Z] 3dae71ba6b94: Pulling fs layer [2025-08-04T06:41:53.113Z] 6bf1a483ea7c: Pulling fs layer [2025-08-04T06:41:53.113Z] f5dfc541a4d3: Pulling fs layer [2025-08-04T06:41:53.113Z] 461d9e800cba: Pulling fs layer [2025-08-04T06:41:53.113Z] 80192f66455f: Pulling fs layer [2025-08-04T06:41:53.113Z] 2e8e34ca0e6c: Pulling fs layer [2025-08-04T06:41:53.113Z] 461d9e800cba: Waiting [2025-08-04T06:41:53.113Z] a29436f7fd5d: Pulling fs layer [2025-08-04T06:41:53.113Z] 923cac83aea3: Pulling fs layer [2025-08-04T06:41:53.113Z] a29436f7fd5d: Waiting [2025-08-04T06:41:53.113Z] 80192f66455f: Waiting [2025-08-04T06:41:53.113Z] 25ad8b0a4227: Pulling fs layer [2025-08-04T06:41:53.113Z] 2e8e34ca0e6c: Waiting [2025-08-04T06:41:53.113Z] 923cac83aea3: Waiting [2025-08-04T06:41:53.113Z] 25ad8b0a4227: Waiting [2025-08-04T06:41:53.113Z] db01528c6b51: Pulling fs layer [2025-08-04T06:41:53.113Z] 28988de357af: Pulling fs layer [2025-08-04T06:41:53.113Z] db01528c6b51: Waiting [2025-08-04T06:41:53.113Z] 28988de357af: Waiting [2025-08-04T06:41:53.113Z] 6bf1a483ea7c: Verifying Checksum [2025-08-04T06:41:53.113Z] 6bf1a483ea7c: Download complete [2025-08-04T06:41:53.113Z] 461d9e800cba: Verifying Checksum [2025-08-04T06:41:53.113Z] 461d9e800cba: Download complete [2025-08-04T06:41:53.113Z] 80192f66455f: Verifying Checksum [2025-08-04T06:41:53.113Z] 80192f66455f: Download complete [2025-08-04T06:41:53.371Z] f5dfc541a4d3: Verifying Checksum [2025-08-04T06:41:53.371Z] f5dfc541a4d3: Download complete [2025-08-04T06:41:53.371Z] 3dae71ba6b94: Verifying Checksum [2025-08-04T06:41:53.371Z] 3dae71ba6b94: Download complete [2025-08-04T06:41:53.371Z] 923cac83aea3: Verifying Checksum [2025-08-04T06:41:53.371Z] 923cac83aea3: Download complete [2025-08-04T06:41:53.371Z] 25ad8b0a4227: Verifying Checksum [2025-08-04T06:41:53.371Z] 25ad8b0a4227: Download complete [2025-08-04T06:41:53.371Z] db01528c6b51: Verifying Checksum [2025-08-04T06:41:53.371Z] db01528c6b51: Download complete [2025-08-04T06:41:53.631Z] 28988de357af: Verifying Checksum [2025-08-04T06:41:53.631Z] 28988de357af: Download complete [2025-08-04T06:41:53.631Z] a29436f7fd5d: Verifying Checksum [2025-08-04T06:41:53.631Z] a29436f7fd5d: Download complete [2025-08-04T06:41:53.891Z] 2e8e34ca0e6c: Verifying Checksum [2025-08-04T06:41:53.891Z] 2e8e34ca0e6c: Download complete [2025-08-04T06:41:54.834Z] 3dae71ba6b94: Pull complete [2025-08-04T06:41:55.093Z] 6bf1a483ea7c: Pull complete [2025-08-04T06:41:55.669Z] f5dfc541a4d3: Pull complete [2025-08-04T06:41:55.669Z] 461d9e800cba: Pull complete [2025-08-04T06:41:55.669Z] 80192f66455f: Pull complete [2025-08-04T06:41:59.864Z] 2e8e34ca0e6c: Pull complete [2025-08-04T06:42:00.429Z] a29436f7fd5d: Pull complete [2025-08-04T06:42:00.429Z] 923cac83aea3: Pull complete [2025-08-04T06:42:00.688Z] 25ad8b0a4227: Pull complete [2025-08-04T06:42:00.688Z] db01528c6b51: Pull complete [2025-08-04T06:42:00.688Z] 28988de357af: Pull complete [2025-08-04T06:42:00.688Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-08-04T06:42:00.688Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-04T06:42:00.688Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T06:42:00.819Z] prd-ubuntu20.04-docker-8c-8g-6236 does not seem to be running inside a container [2025-08-04T06:42:00.850Z] $ 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-04T06:42:04.159Z] $ docker top 75532f3fe850d3b8d35b1a03173ae7b34bf33fc0d44dc02e1532e54258498853 -eo pid,comm [2025-08-04T06:42:04.209Z] 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-04T06:42:04.209Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-04T06:42:04.265Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-04T06:42:04.265Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-04T06:42:04.367Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-04T06:42:04.371Z] $ docker exec 75532f3fe850d3b8d35b1a03173ae7b34bf33fc0d44dc02e1532e54258498853 ssh-agent [2025-08-04T06:42:04.459Z] SSH_AUTH_SOCK=/tmp/ssh-WndkuVq0PMvj/agent.32 [2025-08-04T06:42:04.459Z] SSH_AGENT_PID=38 [2025-08-04T06:42:04.464Z] Running ssh-add (command line suppressed) [2025-08-04T06:42:04.562Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_14291591919648637727.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_14291591919648637727.key) [2025-08-04T06:42:04.574Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-04T06:42:04.866Z] + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] sh [2025-08-04T06:42:05.156Z] + git tag --points-at HEAD [Pipeline] } [2025-08-04T06:42:05.168Z] $ docker exec --env ******** --env ******** 75532f3fe850d3b8d35b1a03173ae7b34bf33fc0d44dc02e1532e54258498853 ssh-agent -k [2025-08-04T06:42:05.258Z] unset SSH_AUTH_SOCK; [2025-08-04T06:42:05.258Z] unset SSH_AGENT_PID; [2025-08-04T06:42:05.259Z] echo Agent pid 38 killed; [2025-08-04T06:42:05.267Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-08-04T06:42:05.309Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-04T06:42:05.309Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-04T06:42:05.405Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-04T06:42:05.408Z] $ docker exec 75532f3fe850d3b8d35b1a03173ae7b34bf33fc0d44dc02e1532e54258498853 ssh-agent [2025-08-04T06:42:05.512Z] SSH_AUTH_SOCK=/tmp/ssh-zdqEjUZPZaTw/agent.85 [2025-08-04T06:42:05.512Z] SSH_AGENT_PID=91 [2025-08-04T06:42:05.517Z] Running ssh-add (command line suppressed) [2025-08-04T06:42:05.609Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_484412915985261626.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_484412915985261626.key) [2025-08-04T06:42:05.621Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-04T06:42:05.918Z] + git semver init [2025-08-04T06:42:06.178Z] 2025-08-04 06:42:06,110 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-04T06:42:06.178Z] 2025-08-04 06:42:06,114 [run_init] DEBUG init version:0.0.0 force:False [2025-08-04T06:42:06.178Z] 2025-08-04 06:42:06,114 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver [2025-08-04T06:42:06.178Z] 2025-08-04 06:42:06,115 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver [2025-08-04T06:42:06.178Z] 2025-08-04 06:42:06,115 [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-04T06:42:07.555Z] 2025-08-04 06:42:07,356 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude [2025-08-04T06:42:07.555Z] 2025-08-04 06:42:07,356 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False [2025-08-04T06:42:07.555Z] 2025-08-04 06:42:07,357 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2025-08-04T06:42:07.555Z] 2025-08-04 06:42:07,357 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2025-08-04T06:42:07.555Z] 4.1.0-dev.2 [Pipeline] } [2025-08-04T06:42:07.567Z] $ docker exec --env ******** --env ******** 75532f3fe850d3b8d35b1a03173ae7b34bf33fc0d44dc02e1532e54258498853 ssh-agent -k [2025-08-04T06:42:07.671Z] unset SSH_AUTH_SOCK; [2025-08-04T06:42:07.672Z] unset SSH_AGENT_PID; [2025-08-04T06:42:07.672Z] echo Agent pid 91 killed; [2025-08-04T06:42:07.679Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-04T06:42:08.003Z] + git semver [Pipeline] } [2025-08-04T06:42:08.276Z] $ docker stop --time=1 75532f3fe850d3b8d35b1a03173ae7b34bf33fc0d44dc02e1532e54258498853 [2025-08-04T06:42:09.514Z] $ docker rm -f --volumes 75532f3fe850d3b8d35b1a03173ae7b34bf33fc0d44dc02e1532e54258498853 [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-04T06:42:09.854Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-08-04T06:42:10.068Z] Stashed 1 file(s) [Pipeline] echo [2025-08-04T06:42:10.071Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.2 [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-04T06:42:10.223Z] provisioning config files... [2025-08-04T06:42:10.231Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config17115938191776967984tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-04T06:42:10.542Z] ---> ****-login.sh [2025-08-04T06:42:10.542Z] nexus3.edgexfoundry.org:10001 [2025-08-04T06:42:10.542Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T06:42:10.542Z] Login Succeeded [2025-08-04T06:42:10.542Z] nexus3.edgexfoundry.org:10002 [2025-08-04T06:42:10.542Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T06:42:10.542Z] Login Succeeded [2025-08-04T06:42:10.542Z] nexus3.edgexfoundry.org:10003 [2025-08-04T06:42:10.542Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T06:42:10.819Z] Login Succeeded [2025-08-04T06:42:10.819Z] nexus3.edgexfoundry.org:10004 [2025-08-04T06:42:10.819Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T06:42:10.819Z] Login Succeeded [2025-08-04T06:42:10.819Z] ****.io [2025-08-04T06:42:10.819Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T06:42:11.079Z] Login Succeeded [2025-08-04T06:42:11.079Z] ---> ****-login.sh ends [Pipeline] } [2025-08-04T06:42:11.087Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-08-04T06:42:11.186Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-04T06:42:11.208Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-04T06:42:11.224Z] ========================================================= [2025-08-04T06:42:11.224Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-08-04T06:42:11.224Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T06:42:11.560Z] + 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-04T06:42:12.131Z] #0 building with "default" instance using docker driver [2025-08-04T06:42:12.131Z] [2025-08-04T06:42:12.131Z] #1 [internal] load build definition from Dockerfile [2025-08-04T06:42:12.131Z] #1 transferring dockerfile: 2.05kB done [2025-08-04T06:42:12.131Z] #1 DONE 0.0s [2025-08-04T06:42:12.131Z] [2025-08-04T06:42:12.131Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-08-04T06:42:12.131Z] #2 DONE 0.1s [2025-08-04T06:42:12.388Z] [2025-08-04T06:42:12.388Z] #3 [internal] load .dockerignore [2025-08-04T06:42:12.388Z] #3 transferring context: 159B done [2025-08-04T06:42:12.388Z] #3 DONE 0.0s [2025-08-04T06:42:12.388Z] [2025-08-04T06:42:12.388Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 [2025-08-04T06:42:12.388Z] #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 0.0s done [2025-08-04T06:42:12.388Z] #4 sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 685B / 685B done [2025-08-04T06:42:12.388Z] #4 sha256:d619b1717253d911bd917c5573ee8134ae218c2451e74083eb23940cdd319302 4.11kB / 4.11kB done [2025-08-04T06:42:12.388Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 3.15MB / 74.06MB 0.1s [2025-08-04T06:42:12.388Z] #4 sha256:01d3d341091a517642a078ff0605422b0bc90a0685c27f13eebf23a14bd174bf 2.08kB / 2.08kB done [2025-08-04T06:42:12.388Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s [2025-08-04T06:42:12.388Z] #4 ... [2025-08-04T06:42:12.388Z] [2025-08-04T06:42:12.388Z] #5 [internal] load build context [2025-08-04T06:42:12.388Z] #5 transferring context: 14.77MB 0.1s done [2025-08-04T06:42:12.388Z] #5 DONE 0.2s [2025-08-04T06:42:12.388Z] [2025-08-04T06:42:12.388Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 [2025-08-04T06:42:12.388Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 13.63MB / 74.06MB 0.2s [2025-08-04T06:42:12.388Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done [2025-08-04T06:42:12.388Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc [2025-08-04T06:42:12.388Z] #4 sha256:c451b95d79318bfd8953a1c9820732ea4e6327fc33c477d42b42d627f68681ad 440B / 440B 0.2s done [2025-08-04T06:42:12.388Z] #4 sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 1.05MB / 2.38MB 0.2s [2025-08-04T06:42:12.388Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 0B / 103.05MB 0.2s [2025-08-04T06:42:12.388Z] #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done [2025-08-04T06:42:12.647Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 27.26MB / 74.06MB 0.3s [2025-08-04T06:42:12.647Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done [2025-08-04T06:42:12.647Z] #4 sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 2.38MB / 2.38MB 0.2s done [2025-08-04T06:42:12.647Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 7.34MB / 103.05MB 0.3s [2025-08-04T06:42:12.647Z] #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done [2025-08-04T06:42:12.647Z] #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.1s done [2025-08-04T06:42:12.647Z] #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 0B / 13.29MB 0.3s [2025-08-04T06:42:12.647Z] #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df [2025-08-04T06:42:12.907Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 57.67MB / 74.06MB 0.5s [2025-08-04T06:42:12.907Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 27.26MB / 103.05MB 0.5s [2025-08-04T06:42:12.907Z] #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 13.29MB / 13.29MB 0.5s [2025-08-04T06:42:12.907Z] #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.0s done [2025-08-04T06:42:12.907Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.6s [2025-08-04T06:42:12.907Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 39.85MB / 103.05MB 0.6s [2025-08-04T06:42:12.907Z] #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 13.29MB / 13.29MB 0.5s done [2025-08-04T06:42:12.907Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 61.87MB / 103.05MB 0.7s [2025-08-04T06:42:13.166Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.8s done [2025-08-04T06:42:13.166Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 84.93MB / 103.05MB 0.8s [2025-08-04T06:42:13.166Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d [2025-08-04T06:42:13.166Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 103.05MB / 103.05MB 0.9s [2025-08-04T06:42:13.425Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 103.05MB / 103.05MB 1.1s done [2025-08-04T06:42:17.631Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 4.4s done [2025-08-04T06:42:17.896Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 [2025-08-04T06:42:17.896Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done [2025-08-04T06:42:17.896Z] #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done [2025-08-04T06:42:17.896Z] #4 extracting sha256:c451b95d79318bfd8953a1c9820732ea4e6327fc33c477d42b42d627f68681ad done [2025-08-04T06:42:17.896Z] #4 extracting sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a [2025-08-04T06:42:18.155Z] #4 extracting sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 0.0s done [2025-08-04T06:42:18.155Z] #4 extracting sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 0.1s [2025-08-04T06:42:21.450Z] #4 extracting sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 2.8s done [2025-08-04T06:42:21.450Z] #4 extracting sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b [2025-08-04T06:42:21.450Z] #4 extracting sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 0.6s done [2025-08-04T06:42:21.450Z] #4 DONE 9.2s [2025-08-04T06:42:21.709Z] [2025-08-04T06:42:21.709Z] #6 [builder 2/7] RUN apk add --update --no-cache make git [2025-08-04T06:42:21.709Z] #6 0.224 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T06:42:21.968Z] #6 0.303 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T06:42:21.968Z] #6 0.555 OK: 248 MiB in 58 packages [2025-08-04T06:42:25.184Z] Still waiting to schedule task [2025-08-04T06:42:25.185Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-08-04T06:42:25.254Z] #6 DONE 3.6s [2025-08-04T06:42:25.254Z] [2025-08-04T06:42:25.254Z] #7 [builder 3/7] WORKDIR /app [2025-08-04T06:42:25.254Z] #7 DONE 0.0s [2025-08-04T06:42:25.254Z] [2025-08-04T06:42:25.254Z] #8 [builder 4/7] COPY go.mod vendor* ./ [2025-08-04T06:42:25.254Z] #8 DONE 0.0s [2025-08-04T06:42:25.254Z] [2025-08-04T06:42:25.254Z] #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T06:42:51.819Z] #9 DONE 26.0s [2025-08-04T06:42:51.819Z] [2025-08-04T06:42:51.819Z] #10 [builder 6/7] COPY . . [2025-08-04T06:42:51.819Z] #10 DONE 0.1s [2025-08-04T06:42:51.819Z] [2025-08-04T06:42:51.819Z] #11 [builder 7/7] RUN echo noop [2025-08-04T06:42:51.819Z] #11 0.192 noop [2025-08-04T06:42:51.819Z] #11 DONE 0.2s [2025-08-04T06:42:51.819Z] [2025-08-04T06:42:51.819Z] #12 exporting to image [2025-08-04T06:42:51.819Z] #12 exporting layers [2025-08-04T06:42:58.379Z] #12 exporting layers 6.6s done [2025-08-04T06:42:58.379Z] #12 writing image sha256:311167e9c481e10c52056ac1b7d51ed2c6f95c984d5c4dfb34bfc96b3753becc done [2025-08-04T06:42:58.379Z] #12 naming to docker.io/library/ci-base-image-x86_64 done [2025-08-04T06:42:58.379Z] #12 DONE 6.6s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T06:42:58.709Z] + docker inspect -f . ci-base-image-x86_64 [2025-08-04T06:42:58.709Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T06:42:58.781Z] prd-ubuntu20.04-docker-8c-8g-6236 does not seem to be running inside a container [2025-08-04T06:42:58.807Z] $ 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-04T06:42:59.164Z] $ docker top 1d86e80b6567d699a0aeffe9c3291721623393ed72c88a170f27cf4fa6bee0d6 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-04T06:42:59.502Z] + go version [2025-08-04T06:42:59.502Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-08-04T06:42:59.513Z] $ docker stop --time=1 1d86e80b6567d699a0aeffe9c3291721623393ed72c88a170f27cf4fa6bee0d6 [2025-08-04T06:43:00.740Z] $ docker rm -f --volumes 1d86e80b6567d699a0aeffe9c3291721623393ed72c88a170f27cf4fa6bee0d6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T06:43:01.176Z] + docker inspect -f . ci-base-image-x86_64 [2025-08-04T06:43:01.176Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T06:43:01.249Z] prd-ubuntu20.04-docker-8c-8g-6236 does not seem to be running inside a container [2025-08-04T06:43:01.278Z] $ 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-04T06:43:01.496Z] $ docker top eb998389853cf593ea649b8e3d6ecafedc8b71ade4bd044c827696d6d5520718 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-04T06:43:01.837Z] + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh [2025-08-04T06:43:02.136Z] + make test [2025-08-04T06:43:02.136Z] go test -race -coverprofile=coverage.out ./... [2025-08-04T06:43:34.220Z] github.com/edgexfoundry/app-service-configurable coverage: 0.0% of statements [2025-08-04T06:43:51.252Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6237 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws [2025-08-04T06:43:51.271Z] Running in /w/workspace/app-service-configurable/274 [Pipeline] { [Pipeline] checkout [2025-08-04T06:43:51.312Z] The recommended git tool is: git [2025-08-04T06:43:56.101Z] using credential edgex-jenkins-ssh [2025-08-04T06:43:56.126Z] Cloning the remote Git repository [2025-08-04T06:43:56.171Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2025-08-04T06:43:56.266Z] > git init /w/workspace/app-service-configurable/274 # timeout=10 [2025-08-04T06:43:56.412Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2025-08-04T06:43:56.414Z] > git --version # timeout=10 [2025-08-04T06:43:56.442Z] > git --version # 'git version 2.25.1' [2025-08-04T06:43:56.444Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-08-04T06:43:56.751Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-08-04T06:43:59.470Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2025-08-04T06:43:59.493Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-08-04T06:44:00.345Z] Avoid second fetch [2025-08-04T06:44:00.346Z] Checking out Revision 60d667701c3da78b8984814720c74ae46dfa0d66 (main) [2025-08-04T06:44:00.743Z] go vet ./... [2025-08-04T06:44:00.969Z] Commit message: "Merge pull request #729 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v4-4.1.0-dev.19" [2025-08-04T06:44:00.361Z] > git config core.sparsecheckout # timeout=10 [2025-08-04T06:44:00.425Z] > git checkout -f 60d667701c3da78b8984814720c74ae46dfa0d66 # timeout=10 [2025-08-04T06:44:03.274Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-08-04T06:44:03.274Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-08-04T06:44:03.274Z] ./bin/test-attribution-txt.sh [2025-08-04T06:44:03.274Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-08-04T06:44:03.274Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-08-04T06:44:03.274Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-08-04T06:44:03.274Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-08-04T06:44:03.274Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo [2025-08-04T06:44:03.286Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-08-04T06:44:03.304Z] $ docker stop --time=1 eb998389853cf593ea649b8e3d6ecafedc8b71ade4bd044c827696d6d5520718 [2025-08-04T06:44:06.563Z] $ docker rm -f --volumes eb998389853cf593ea649b8e3d6ecafedc8b71ade4bd044c827696d6d5520718 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-04T06:44:07.036Z] provisioning config files... [2025-08-04T06:44:07.060Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/274@tmp/config8443597750984288251tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-04T06:44:07.204Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-08-04T06:44:07.405Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-08-04T06:44:07.671Z] ---> ****-login.sh [2025-08-04T06:44:07.671Z] nexus3.edgexfoundry.org:10001 [2025-08-04T06:44:07.935Z] + sudo chown -R jenkins:jenkins . [2025-08-04T06:44:07.939Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] sh [2025-08-04T06:44:08.217Z] + ls -al . [2025-08-04T06:44:08.217Z] total 248 [2025-08-04T06:44:08.217Z] drwxrwxr-x 7 jenkins jenkins 4096 Aug 4 06:43 . [2025-08-04T06:44:08.217Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 4 06:41 .. [2025-08-04T06:44:08.217Z] -rw-rw-r-- 1 jenkins jenkins 119 Aug 4 06:41 .dockerignore [2025-08-04T06:44:08.217Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 4 06:43 .git [2025-08-04T06:44:08.217Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 4 06:41 .github [2025-08-04T06:44:08.217Z] -rw-rw-r-- 1 jenkins jenkins 108 Aug 4 06:41 .gitignore [2025-08-04T06:44:08.217Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 4 06:41 .golangci.yml [2025-08-04T06:44:08.217Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 4 06:42 .semver [2025-08-04T06:44:08.217Z] -rw-rw-r-- 1 jenkins jenkins 16550 Aug 4 06:41 Attribution.txt [2025-08-04T06:44:08.217Z] -rw-rw-r-- 1 jenkins jenkins 39309 Aug 4 06:41 CHANGELOG.md [2025-08-04T06:44:08.217Z] -rw-rw-r-- 1 jenkins jenkins 2008 Aug 4 06:41 Dockerfile [2025-08-04T06:44:08.217Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 4 06:41 GOVERNANCE.md [2025-08-04T06:44:08.217Z] -rw-rw-r-- 1 jenkins jenkins 666 Aug 4 06:41 Jenkinsfile [2025-08-04T06:44:08.217Z] -rw-rw-r-- 1 jenkins jenkins 10174 Aug 4 06:41 LICENSE [2025-08-04T06:44:08.217Z] -rw-rw-r-- 1 jenkins jenkins 618 Aug 4 06:41 OWNERS.md [2025-08-04T06:44:08.217Z] -rw-rw-r-- 1 jenkins jenkins 4952 Aug 4 06:41 README.md [2025-08-04T06:44:08.217Z] -rw-rw-r-- 1 jenkins jenkins 11 Aug 4 06:42 VERSION [2025-08-04T06:44:08.217Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 4 06:41 bin [2025-08-04T06:44:08.217Z] -rw-r--r-- 1 jenkins jenkins 953 Aug 4 06:43 coverage.out [2025-08-04T06:44:08.217Z] -rw-rw-r-- 1 jenkins jenkins 6527 Aug 4 06:41 go.mod [2025-08-04T06:44:08.217Z] -rw-rw-r-- 1 jenkins jenkins 88208 Aug 4 06:41 go.sum [2025-08-04T06:44:08.217Z] -rw-rw-r-- 1 jenkins jenkins 1937 Aug 4 06:41 main.go [2025-08-04T06:44:08.217Z] -rw-rw-r-- 1 jenkins jenkins 3362 Aug 4 06:41 makefile [2025-08-04T06:44:08.217Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 4 06:41 res [2025-08-04T06:44:08.219Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T06:44:08.219Z] Configure a credential helper to remove this warning. See [2025-08-04T06:44:08.219Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T06:44:08.219Z] [2025-08-04T06:44:08.219Z] Login Succeeded [2025-08-04T06:44:08.219Z] nexus3.edgexfoundry.org:10002 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T06:44:08.488Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T06:44:08.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T06:44:08.488Z] Configure a credential helper to remove this warning. See [2025-08-04T06:44:08.488Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T06:44:08.488Z] [2025-08-04T06:44:08.488Z] Login Succeeded [2025-08-04T06:44:08.488Z] nexus3.edgexfoundry.org:10003 [2025-08-04T06:44:08.535Z] + 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=60d667701c3da78b8984814720c74ae46dfa0d66 --label arch=amd64 --label version=4.1.0-dev.2 . [2025-08-04T06:44:08.756Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T06:44:08.756Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T06:44:08.756Z] Configure a credential helper to remove this warning. See [2025-08-04T06:44:08.756Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T06:44:08.756Z] [2025-08-04T06:44:08.756Z] Login Succeeded [2025-08-04T06:44:08.756Z] nexus3.edgexfoundry.org:10004 [2025-08-04T06:44:08.793Z] #0 building with "default" instance using docker driver [2025-08-04T06:44:08.793Z] [2025-08-04T06:44:08.793Z] #1 [internal] load build definition from Dockerfile [2025-08-04T06:44:08.793Z] #1 transferring dockerfile: 2.05kB done [2025-08-04T06:44:08.793Z] #1 WARN: UndefinedVar: Usage of undefined variable '$VERSION' (line 40) [2025-08-04T06:44:08.793Z] #1 DONE 0.0s [2025-08-04T06:44:08.793Z] [2025-08-04T06:44:08.793Z] #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-08-04T06:44:08.793Z] #2 DONE 0.0s [2025-08-04T06:44:08.793Z] [2025-08-04T06:44:08.793Z] #3 [internal] load metadata for docker.io/library/alpine:3.20 [2025-08-04T06:44:08.793Z] #3 DONE 0.1s [2025-08-04T06:44:08.793Z] [2025-08-04T06:44:08.793Z] #4 [internal] load .dockerignore [2025-08-04T06:44:08.793Z] #4 transferring context: 159B done [2025-08-04T06:44:08.793Z] #4 DONE 0.0s [2025-08-04T06:44:08.793Z] [2025-08-04T06:44:08.793Z] #5 [internal] load build context [2025-08-04T06:44:08.793Z] #5 transferring context: 4.84kB done [2025-08-04T06:44:08.793Z] #5 DONE 0.1s [2025-08-04T06:44:08.793Z] [2025-08-04T06:44:08.793Z] #6 [stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T06:44:08.793Z] #6 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-08-04T06:44:08.793Z] #6 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 [2025-08-04T06:44:09.024Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T06:44:09.025Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T06:44:09.025Z] Configure a credential helper to remove this warning. See [2025-08-04T06:44:09.025Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T06:44:09.025Z] [2025-08-04T06:44:09.025Z] Login Succeeded [2025-08-04T06:44:09.025Z] ****.io [2025-08-04T06:44:09.051Z] #6 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.1s done [2025-08-04T06:44:09.051Z] #6 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-04T06:44:09.051Z] #6 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-08-04T06:44:09.051Z] #6 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-08-04T06:44:09.051Z] #6 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-08-04T06:44:09.051Z] #6 DONE 0.3s [2025-08-04T06:44:09.051Z] [2025-08-04T06:44:09.051Z] #7 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-08-04T06:44:09.051Z] #7 DONE 0.2s [2025-08-04T06:44:09.051Z] [2025-08-04T06:44:09.051Z] #8 [builder 2/7] RUN apk add --update --no-cache make git [2025-08-04T06:44:09.051Z] #8 0.171 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T06:44:09.294Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T06:44:09.310Z] #8 0.329 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T06:44:09.559Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T06:44:09.559Z] Configure a credential helper to remove this warning. See [2025-08-04T06:44:09.559Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T06:44:09.559Z] [2025-08-04T06:44:09.559Z] Login Succeeded [2025-08-04T06:44:09.559Z] ---> ****-login.sh ends [2025-08-04T06:44:09.569Z] #8 0.651 OK: 248 MiB in 58 packages [2025-08-04T06:44:09.569Z] #8 DONE 0.8s [2025-08-04T06:44:09.569Z] [2025-08-04T06:44:09.569Z] #9 [stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2025-08-04T06:44:09.569Z] #9 0.201 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T06:44:09.569Z] #9 0.269 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T06:44:09.569Z] #9 0.507 (1/2) Installing ca-certificates (20250619-r0) [2025-08-04T06:44:09.569Z] #9 0.523 (2/2) Installing dumb-init (1.2.5-r3) [2025-08-04T06:44:09.569Z] #9 0.527 Executing busybox-1.36.1-r29.trigger [2025-08-04T06:44:09.569Z] #9 0.533 Executing ca-certificates-20250619-r0.trigger [2025-08-04T06:44:09.569Z] #9 0.578 OK: 8 MiB in 16 packages [Pipeline] } [2025-08-04T06:44:09.575Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2025-08-04T06:44:09.830Z] #9 DONE 0.7s [2025-08-04T06:44:09.830Z] [2025-08-04T06:44:09.830Z] #10 [builder 3/7] WORKDIR /app [2025-08-04T06:44:09.830Z] #10 DONE 0.0s [2025-08-04T06:44:09.830Z] [2025-08-04T06:44:09.830Z] #11 [builder 4/7] COPY go.mod vendor* ./ [2025-08-04T06:44:09.830Z] #11 DONE 0.0s [2025-08-04T06:44:09.830Z] [2025-08-04T06:44:09.830Z] #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] echo [2025-08-04T06:44:09.846Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-04T06:44:09.863Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-04T06:44:09.884Z] ========================================================= [2025-08-04T06:44:09.884Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-08-04T06:44:09.884Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T06:44:10.235Z] + 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-04T06:44:10.235Z] Sending build context to Docker daemon 224.3kB [2025-08-04T06:44:10.395Z] #12 DONE 0.6s [2025-08-04T06:44:10.395Z] [2025-08-04T06:44:10.395Z] #13 [stage-1 3/7] RUN apk --no-cache upgrade [2025-08-04T06:44:10.395Z] #13 0.455 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T06:44:10.395Z] #13 0.530 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T06:44:10.504Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-08-04T06:44:10.504Z] Step 2/12 : FROM ${BASE} AS builder [2025-08-04T06:44:10.504Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-08-04T06:44:10.504Z] 94e9d8af2201: Pulling fs layer [2025-08-04T06:44:10.504Z] a6c56e8762df: Pulling fs layer [2025-08-04T06:44:10.504Z] f0f3c8884826: Pulling fs layer [2025-08-04T06:44:10.504Z] c7e7622c144d: Pulling fs layer [2025-08-04T06:44:10.504Z] 4f4fb700ef54: Pulling fs layer [2025-08-04T06:44:10.504Z] b4c3b6d88c5a: Pulling fs layer [2025-08-04T06:44:10.504Z] ba8bce9d2590: Pulling fs layer [2025-08-04T06:44:10.504Z] ca778ea9c289: Pulling fs layer [2025-08-04T06:44:10.504Z] c7e7622c144d: Waiting [2025-08-04T06:44:10.504Z] 4f4fb700ef54: Waiting [2025-08-04T06:44:10.504Z] b4c3b6d88c5a: Waiting [2025-08-04T06:44:10.504Z] ba8bce9d2590: Waiting [2025-08-04T06:44:10.504Z] ca778ea9c289: Waiting [2025-08-04T06:44:10.504Z] a6c56e8762df: Verifying Checksum [2025-08-04T06:44:10.504Z] a6c56e8762df: Download complete [2025-08-04T06:44:10.655Z] #13 ... [2025-08-04T06:44:10.655Z] [2025-08-04T06:44:10.655Z] #14 [builder 6/7] COPY . . [2025-08-04T06:44:10.655Z] #14 DONE 0.2s [2025-08-04T06:44:10.655Z] [2025-08-04T06:44:10.655Z] #13 [stage-1 3/7] RUN apk --no-cache upgrade [2025-08-04T06:44:10.655Z] #13 0.859 OK: 8 MiB in 16 packages [2025-08-04T06:44:10.655Z] #13 DONE 1.0s [2025-08-04T06:44:10.655Z] [2025-08-04T06:44:10.655Z] #15 [builder 7/7] RUN make build [2025-08-04T06:44:10.774Z] c7e7622c144d: Verifying Checksum [2025-08-04T06:44:10.774Z] c7e7622c144d: Download complete [2025-08-04T06:44:10.774Z] 4f4fb700ef54: Verifying Checksum [2025-08-04T06:44:10.774Z] 4f4fb700ef54: Download complete [2025-08-04T06:44:10.774Z] b4c3b6d88c5a: Verifying Checksum [2025-08-04T06:44:10.774Z] b4c3b6d88c5a: Download complete [2025-08-04T06:44:10.774Z] 94e9d8af2201: Verifying Checksum [2025-08-04T06:44:10.774Z] 94e9d8af2201: Download complete [2025-08-04T06:44:10.913Z] #15 0.340 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.SDKVersion=4.1.0-dev.19 -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.ApplicationVersion=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable [2025-08-04T06:44:11.043Z] ca778ea9c289: Verifying Checksum [2025-08-04T06:44:11.043Z] ca778ea9c289: Download complete [2025-08-04T06:44:11.633Z] 94e9d8af2201: Pull complete [2025-08-04T06:44:12.221Z] a6c56e8762df: Pull complete [2025-08-04T06:44:12.490Z] f0f3c8884826: Verifying Checksum [2025-08-04T06:44:12.490Z] f0f3c8884826: Download complete [2025-08-04T06:44:13.461Z] ba8bce9d2590: Verifying Checksum [2025-08-04T06:44:13.461Z] ba8bce9d2590: Download complete [2025-08-04T06:44:28.471Z] f0f3c8884826: Pull complete [2025-08-04T06:44:28.471Z] c7e7622c144d: Pull complete [2025-08-04T06:44:28.471Z] 4f4fb700ef54: Pull complete [2025-08-04T06:44:28.471Z] b4c3b6d88c5a: Pull complete [2025-08-04T06:44:35.145Z] ba8bce9d2590: Pull complete [2025-08-04T06:44:37.129Z] ca778ea9c289: Pull complete [2025-08-04T06:44:37.129Z] Digest: sha256:c70c257f76c0e97c87bd0187f74242a809c0afac30c2d5f44320df1de5715b93 [2025-08-04T06:44:37.129Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-08-04T06:44:37.129Z] ---> 47b25d7523d1 [2025-08-04T06:44:37.129Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2025-08-04T06:44:37.444Z] #15 DONE 23.4s [2025-08-04T06:44:37.444Z] [2025-08-04T06:44:37.444Z] #16 [stage-1 4/7] COPY --from=builder /app/Attribution.txt /Attribution.txt [2025-08-04T06:44:37.444Z] #16 DONE 0.0s [2025-08-04T06:44:37.444Z] [2025-08-04T06:44:37.444Z] #17 [stage-1 5/7] COPY --from=builder /app/LICENSE /LICENSE [2025-08-04T06:44:37.444Z] #17 DONE 0.0s [2025-08-04T06:44:37.444Z] [2025-08-04T06:44:37.444Z] #18 [stage-1 6/7] COPY --from=builder /app/res/ /res/ [2025-08-04T06:44:37.444Z] #18 DONE 0.0s [2025-08-04T06:44:37.444Z] [2025-08-04T06:44:37.444Z] #19 [stage-1 7/7] COPY --from=builder /app/app-service-configurable /app-service-configurable [2025-08-04T06:44:37.444Z] #19 DONE 0.2s [2025-08-04T06:44:37.444Z] [2025-08-04T06:44:37.444Z] #20 exporting to image [2025-08-04T06:44:37.444Z] #20 exporting layers 0.1s done [2025-08-04T06:44:37.444Z] #20 writing image sha256:c0e66e0bfe61ab0219d9df1ef4eda649da9a3f435ee9ac46d4d868998e56aa12 done [2025-08-04T06:44:37.444Z] #20 naming to docker.io/library/app-service-configurable done [2025-08-04T06:44:37.444Z] #20 DONE 0.1s [2025-08-04T06:44:37.444Z] [2025-08-04T06:44:37.444Z] 1 warning found (use docker --debug to expand): [2025-08-04T06:44:37.444Z]  - 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-04T06:44:37.565Z] provisioning config files... [2025-08-04T06:44:37.574Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3281522856823315577tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-04T06:44:37.877Z] ---> ****-login.sh [2025-08-04T06:44:37.877Z] nexus3.edgexfoundry.org:10001 [2025-08-04T06:44:37.878Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T06:44:37.878Z] Login Succeeded [2025-08-04T06:44:37.878Z] nexus3.edgexfoundry.org:10002 [2025-08-04T06:44:37.878Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T06:44:37.878Z] Login Succeeded [2025-08-04T06:44:37.878Z] nexus3.edgexfoundry.org:10003 [2025-08-04T06:44:37.878Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T06:44:38.137Z] Login Succeeded [2025-08-04T06:44:38.137Z] nexus3.edgexfoundry.org:10004 [2025-08-04T06:44:38.137Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T06:44:38.137Z] Login Succeeded [2025-08-04T06:44:38.137Z] ****.io [2025-08-04T06:44:38.137Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T06:44:38.397Z] Login Succeeded [2025-08-04T06:44:38.397Z] ---> ****-login.sh ends [Pipeline] } [2025-08-04T06:44:38.405Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T06:44:38.459Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-04T06:44:38.484Z] [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: [2025-08-04T06:44:38.484Z] 60d667701c3da78b8984814720c74ae46dfa0d66 [2025-08-04T06:44:38.484Z] latest [2025-08-04T06:44:38.484Z] 4.1.0-dev.2 [2025-08-04T06:44:38.484Z] 60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2 [2025-08-04T06:44:38.484Z] main [2025-08-04T06:44:38.484Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2025-08-04T06:44:38.538Z] ---> Running in deb61b71006c [Pipeline] sh [2025-08-04T06:44:38.806Z] Removing intermediate container deb61b71006c [2025-08-04T06:44:38.806Z] ---> 3a6dde76d357 [2025-08-04T06:44:38.806Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2025-08-04T06:44:38.811Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T06:44:39.080Z] ---> Running in 853c99806d9d [2025-08-04T06:44:39.135Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66 [2025-08-04T06:44:39.135Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2025-08-04T06:44:39.135Z] 1c1e59cb75f8: Preparing [2025-08-04T06:44:39.135Z] 8a5ad4dcdcab: Preparing [2025-08-04T06:44:39.135Z] cd145abd994a: Preparing [2025-08-04T06:44:39.135Z] e45fe944e228: Preparing [2025-08-04T06:44:39.135Z] 65181cd583a3: Preparing [2025-08-04T06:44:39.135Z] f0b801c5b2ae: Preparing [2025-08-04T06:44:39.135Z] 097100c76c15: Preparing [2025-08-04T06:44:39.135Z] f0b801c5b2ae: Waiting [2025-08-04T06:44:39.135Z] 097100c76c15: Waiting [2025-08-04T06:44:39.135Z] 8a5ad4dcdcab: Pushed [2025-08-04T06:44:39.135Z] cd145abd994a: Pushed [2025-08-04T06:44:39.135Z] e45fe944e228: Pushed [2025-08-04T06:44:39.135Z] 65181cd583a3: Pushed [2025-08-04T06:44:39.135Z] 097100c76c15: Layer already exists [2025-08-04T06:44:39.349Z] Removing intermediate container 853c99806d9d [2025-08-04T06:44:39.349Z] ---> a4103d60925a [2025-08-04T06:44:39.349Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2025-08-04T06:44:39.349Z] ---> Running in 2c7abd5fb761 [2025-08-04T06:44:39.394Z] f0b801c5b2ae: Pushed [2025-08-04T06:44:39.620Z] Removing intermediate container 2c7abd5fb761 [2025-08-04T06:44:39.620Z] ---> 724838443b1f [2025-08-04T06:44:39.620Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-08-04T06:44:39.620Z] ---> Running in 374479fac459 [2025-08-04T06:44:41.033Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T06:44:41.033Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T06:44:42.452Z] OK: 239 MiB in 58 packages [2025-08-04T06:44:42.683Z] 1c1e59cb75f8: Pushed [2025-08-04T06:44:42.683Z] 60d667701c3da78b8984814720c74ae46dfa0d66: digest: sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T06:44:43.013Z] + 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-04T06:44:43.341Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2025-08-04T06:44:43.341Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2025-08-04T06:44:43.341Z] 1c1e59cb75f8: Preparing [2025-08-04T06:44:43.341Z] 8a5ad4dcdcab: Preparing [2025-08-04T06:44:43.341Z] cd145abd994a: Preparing [2025-08-04T06:44:43.341Z] e45fe944e228: Preparing [2025-08-04T06:44:43.341Z] 65181cd583a3: Preparing [2025-08-04T06:44:43.341Z] f0b801c5b2ae: Preparing [2025-08-04T06:44:43.341Z] 097100c76c15: Preparing [2025-08-04T06:44:43.341Z] f0b801c5b2ae: Waiting [2025-08-04T06:44:43.341Z] 097100c76c15: Waiting [2025-08-04T06:44:43.341Z] 8a5ad4dcdcab: Layer already exists [2025-08-04T06:44:43.341Z] e45fe944e228: Layer already exists [2025-08-04T06:44:43.341Z] cd145abd994a: Layer already exists [2025-08-04T06:44:43.341Z] 1c1e59cb75f8: Layer already exists [2025-08-04T06:44:43.341Z] 65181cd583a3: Layer already exists [2025-08-04T06:44:43.341Z] 097100c76c15: Layer already exists [2025-08-04T06:44:43.341Z] f0b801c5b2ae: Layer already exists [2025-08-04T06:44:43.341Z] latest: digest: sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T06:44:43.428Z] Removing intermediate container 374479fac459 [2025-08-04T06:44:43.428Z] ---> 26b6f41e1917 [2025-08-04T06:44:43.428Z] Step 7/12 : WORKDIR /app [2025-08-04T06:44:43.428Z] ---> Running in a44fb84581cc [2025-08-04T06:44:43.671Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2025-08-04T06:44:43.704Z] Removing intermediate container a44fb84581cc [2025-08-04T06:44:43.704Z] ---> 9a0c04b9b10a [2025-08-04T06:44:43.704Z] Step 8/12 : COPY go.mod vendor* ./ [Pipeline] sh [2025-08-04T06:44:44.035Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2 [2025-08-04T06:44:44.035Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2025-08-04T06:44:44.036Z] 1c1e59cb75f8: Preparing [2025-08-04T06:44:44.036Z] 8a5ad4dcdcab: Preparing [2025-08-04T06:44:44.036Z] cd145abd994a: Preparing [2025-08-04T06:44:44.036Z] e45fe944e228: Preparing [2025-08-04T06:44:44.036Z] 65181cd583a3: Preparing [2025-08-04T06:44:44.036Z] f0b801c5b2ae: Preparing [2025-08-04T06:44:44.036Z] 097100c76c15: Preparing [2025-08-04T06:44:44.036Z] f0b801c5b2ae: Waiting [2025-08-04T06:44:44.036Z] 097100c76c15: Waiting [2025-08-04T06:44:44.036Z] e45fe944e228: Layer already exists [2025-08-04T06:44:44.036Z] 65181cd583a3: Layer already exists [2025-08-04T06:44:44.036Z] 1c1e59cb75f8: Layer already exists [2025-08-04T06:44:44.036Z] cd145abd994a: Layer already exists [2025-08-04T06:44:44.036Z] 8a5ad4dcdcab: Layer already exists [2025-08-04T06:44:44.036Z] f0b801c5b2ae: Layer already exists [2025-08-04T06:44:44.036Z] 097100c76c15: Layer already exists [2025-08-04T06:44:44.036Z] 4.1.0-dev.2: digest: sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T06:44:44.337Z] ---> ad740476e287 [2025-08-04T06:44:44.337Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T06:44:44.337Z] ---> Running in 42d2fd255549 [2025-08-04T06:44:44.363Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T06:44:44.681Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2 [2025-08-04T06:44:44.681Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2025-08-04T06:44:44.681Z] 1c1e59cb75f8: Preparing [2025-08-04T06:44:44.681Z] 8a5ad4dcdcab: Preparing [2025-08-04T06:44:44.681Z] cd145abd994a: Preparing [2025-08-04T06:44:44.681Z] e45fe944e228: Preparing [2025-08-04T06:44:44.681Z] 65181cd583a3: Preparing [2025-08-04T06:44:44.681Z] f0b801c5b2ae: Preparing [2025-08-04T06:44:44.681Z] 097100c76c15: Preparing [2025-08-04T06:44:44.681Z] 097100c76c15: Waiting [2025-08-04T06:44:44.681Z] f0b801c5b2ae: Waiting [2025-08-04T06:44:44.681Z] 65181cd583a3: Layer already exists [2025-08-04T06:44:44.681Z] e45fe944e228: Layer already exists [2025-08-04T06:44:44.681Z] 1c1e59cb75f8: Layer already exists [2025-08-04T06:44:44.681Z] cd145abd994a: Layer already exists [2025-08-04T06:44:44.681Z] 8a5ad4dcdcab: Layer already exists [2025-08-04T06:44:44.681Z] f0b801c5b2ae: Layer already exists [2025-08-04T06:44:44.681Z] 097100c76c15: Layer already exists [2025-08-04T06:44:44.681Z] 60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2: digest: sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T06:44:45.006Z] + 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-04T06:44:45.324Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main [2025-08-04T06:44:45.324Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2025-08-04T06:44:45.324Z] 1c1e59cb75f8: Preparing [2025-08-04T06:44:45.324Z] 8a5ad4dcdcab: Preparing [2025-08-04T06:44:45.324Z] cd145abd994a: Preparing [2025-08-04T06:44:45.324Z] e45fe944e228: Preparing [2025-08-04T06:44:45.324Z] 65181cd583a3: Preparing [2025-08-04T06:44:45.324Z] f0b801c5b2ae: Preparing [2025-08-04T06:44:45.324Z] 097100c76c15: Preparing [2025-08-04T06:44:45.324Z] f0b801c5b2ae: Waiting [2025-08-04T06:44:45.324Z] 097100c76c15: Waiting [2025-08-04T06:44:45.324Z] e45fe944e228: Layer already exists [2025-08-04T06:44:45.324Z] 8a5ad4dcdcab: Layer already exists [2025-08-04T06:44:45.324Z] 1c1e59cb75f8: Layer already exists [2025-08-04T06:44:45.324Z] 65181cd583a3: Layer already exists [2025-08-04T06:44:45.324Z] cd145abd994a: Layer already exists [2025-08-04T06:44:45.324Z] f0b801c5b2ae: Layer already exists [2025-08-04T06:44:45.324Z] 097100c76c15: Layer already exists [2025-08-04T06:44:45.324Z] main: digest: sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T06:44:45.405Z] ===================================================== [Pipeline] echo [2025-08-04T06:44:45.423Z] taggedImages: [2025-08-04T06:44:45.423Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66 [2025-08-04T06:44:45.423Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2025-08-04T06:44:45.423Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2 [2025-08-04T06:44:45.423Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2 [2025-08-04T06:44:45.423Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] echo [2025-08-04T06:44:45.462Z] ========================================================= [2025-08-04T06:44:45.462Z] [edgeXBuildMultiArch] RAW Config: [2025-08-04T06:44:45.462Z] images: [2025-08-04T06:44:45.462Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66 [2025-08-04T06:44:45.462Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2025-08-04T06:44:45.462Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2 [2025-08-04T06:44:45.462Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2 [2025-08-04T06:44:45.462Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:main [2025-08-04T06:44:45.462Z] settingsFile: [2025-08-04T06:44:45.462Z] app-service-configurable-settings [2025-08-04T06:44:45.462Z] ========================================================= [Pipeline] node [2025-08-04T06:45:00.464Z] Still waiting to schedule task [2025-08-04T06:45:00.465Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-6228’ [2025-08-04T06:46:36.006Z] Removing intermediate container 42d2fd255549 [2025-08-04T06:46:36.006Z] ---> e2850e77b3db [2025-08-04T06:46:36.006Z] Step 10/12 : COPY . . [2025-08-04T06:46:36.006Z] ---> e47c9bdd6833 [2025-08-04T06:46:36.006Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-08-04T06:46:36.006Z] ---> Running in ae1424783e68 [2025-08-04T06:46:36.006Z] Removing intermediate container ae1424783e68 [2025-08-04T06:46:36.006Z] ---> bea11ccd5cde [2025-08-04T06:46:36.006Z] Step 12/12 : RUN $MAKE [2025-08-04T06:46:36.006Z] ---> Running in a3b1a68ae3a4 [2025-08-04T06:46:36.006Z] noop [2025-08-04T06:46:36.006Z] Removing intermediate container a3b1a68ae3a4 [2025-08-04T06:46:36.006Z] ---> fad8a5356ad5 [2025-08-04T06:46:36.006Z] Successfully built fad8a5356ad5 [2025-08-04T06:46:36.006Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T06:46:36.401Z] + docker inspect -f . ci-base-image-arm64 [2025-08-04T06:46:36.401Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T06:46:36.659Z] prd-ubuntu20.04-docker-arm64-4c-16g-6237 does not seem to be running inside a container [2025-08-04T06:46:36.739Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/274 -v /w/workspace/app-service-configurable/274:/w/workspace/app-service-configurable/274:rw,z -v /w/workspace/app-service-configurable/274@tmp:/w/workspace/app-service-configurable/274@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 ******** ci-base-image-arm64 cat [2025-08-04T06:46:37.922Z] $ docker top 657fcf415ed0fa8045169ad1843db86a94ef61c35a8c7cdfd54616f2aec0fffb -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-04T06:46:38.744Z] + go version [2025-08-04T06:46:38.744Z] go version go1.23.9 linux/arm64 [Pipeline] } [2025-08-04T06:46:38.772Z] $ docker stop --time=1 657fcf415ed0fa8045169ad1843db86a94ef61c35a8c7cdfd54616f2aec0fffb [2025-08-04T06:46:40.417Z] $ docker rm -f --volumes 657fcf415ed0fa8045169ad1843db86a94ef61c35a8c7cdfd54616f2aec0fffb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T06:46:41.030Z] + docker inspect -f . ci-base-image-arm64 [2025-08-04T06:46:41.030Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T06:46:41.212Z] prd-ubuntu20.04-docker-arm64-4c-16g-6237 does not seem to be running inside a container [2025-08-04T06:46:41.282Z] $ 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/274 -v /w/workspace/app-service-configurable/274:/w/workspace/app-service-configurable/274:rw,z -v /w/workspace/app-service-configurable/274@tmp:/w/workspace/app-service-configurable/274@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 ******** ci-base-image-arm64 cat [2025-08-04T06:46:42.474Z] $ docker top 2cc501183a1af41a88c68a0e28273041221b95bfcc3a82752821d09a52490b0f -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-04T06:46:42.986Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/274 [Pipeline] fileExists [Pipeline] sh [2025-08-04T06:46:43.590Z] + make test [2025-08-04T06:46:43.865Z] go test -race -coverprofile=coverage.out ./... [2025-08-04T06:47:46.459Z] Running on prd-centos7-docker-4c-2g-6238 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-04T06:47:46.516Z] provisioning config files... [2025-08-04T06:47:46.540Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config18354132478715177768tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-04T06:47:47.444Z] ---> ****-login.sh [2025-08-04T06:47:47.444Z] nexus3.edgexfoundry.org:10001 [2025-08-04T06:47:47.444Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T06:47:47.707Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T06:47:47.707Z] Configure a credential helper to remove this warning. See [2025-08-04T06:47:47.707Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T06:47:47.707Z] [2025-08-04T06:47:47.707Z] Login Succeeded [2025-08-04T06:47:47.707Z] nexus3.edgexfoundry.org:10002 [2025-08-04T06:47:47.707Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T06:47:47.707Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T06:47:47.707Z] Configure a credential helper to remove this warning. See [2025-08-04T06:47:47.707Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T06:47:47.707Z] [2025-08-04T06:47:47.707Z] Login Succeeded [2025-08-04T06:47:47.707Z] nexus3.edgexfoundry.org:10003 [2025-08-04T06:47:47.707Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T06:47:47.707Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T06:47:47.707Z] Configure a credential helper to remove this warning. See [2025-08-04T06:47:47.707Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T06:47:47.707Z] [2025-08-04T06:47:47.707Z] Login Succeeded [2025-08-04T06:47:47.707Z] nexus3.edgexfoundry.org:10004 [2025-08-04T06:47:47.970Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T06:47:47.970Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T06:47:47.970Z] Configure a credential helper to remove this warning. See [2025-08-04T06:47:47.970Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T06:47:47.970Z] [2025-08-04T06:47:47.970Z] Login Succeeded [2025-08-04T06:47:47.970Z] ****.io [2025-08-04T06:47:47.970Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T06:47:48.231Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T06:47:48.231Z] Configure a credential helper to remove this warning. See [2025-08-04T06:47:48.231Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T06:47:48.231Z] [2025-08-04T06:47:48.231Z] Login Succeeded [2025-08-04T06:47:48.231Z] ---> ****-login.sh ends [Pipeline] } [2025-08-04T06:47:48.240Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-04T06:47:48.587Z] + docker buildx ls [2025-08-04T06:47:48.587Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-08-04T06:47:48.587Z] default * docker [2025-08-04T06:47:48.587Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-08-04T06:47:48.881Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-08-04T06:47:48.882Z] edgex-builder [Pipeline] sh [2025-08-04T06:47:49.178Z] + docker buildx inspect --bootstrap [2025-08-04T06:47:49.178Z] #1 [internal] booting buildkit [2025-08-04T06:47:49.178Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-08-04T06:47:52.501Z] #1 pulling image moby/buildkit:buildx-stable-1 2.6s done [2025-08-04T06:47:52.501Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-08-04T06:47:52.759Z] #1 creating container buildx_buildkit_edgex-builder0 0.9s done [2025-08-04T06:47:52.759Z] #1 DONE 3.5s [2025-08-04T06:47:52.759Z] Name: edgex-builder [2025-08-04T06:47:52.760Z] Driver: docker-container [2025-08-04T06:47:52.760Z] [2025-08-04T06:47:52.760Z] Nodes: [2025-08-04T06:47:52.760Z] Name: edgex-builder0 [2025-08-04T06:47:52.760Z] Endpoint: unix:///var/run/docker.sock [2025-08-04T06:47:52.760Z] Status: running [2025-08-04T06:47:52.760Z] Buildkit: v0.22.0 [2025-08-04T06:47:52.760Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-08-04T06:47:53.057Z] + docker buildx ls [2025-08-04T06:47:53.057Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-08-04T06:47:53.057Z] edgex-builder * docker-container [2025-08-04T06:47:53.057Z] edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-08-04T06:47:53.057Z] default docker [2025-08-04T06:47:53.057Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-08-04T06:47:53.357Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66 --push - [2025-08-04T06:47:53.357Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66' [2025-08-04T06:47:53.616Z] #1 [internal] load build definition from Dockerfile [2025-08-04T06:47:53.616Z] #1 transferring dockerfile: 209B done [2025-08-04T06:47:53.616Z] #1 DONE 0.0s [2025-08-04T06:47:53.616Z] [2025-08-04T06:47:53.616Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66 [2025-08-04T06:47:53.616Z] #2 DONE 0.1s [2025-08-04T06:47:53.616Z] [2025-08-04T06:47:53.616Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66 [2025-08-04T06:47:53.616Z] #3 DONE 0.1s [2025-08-04T06:47:53.616Z] [2025-08-04T06:47:53.616Z] #4 [internal] load .dockerignore [2025-08-04T06:47:53.616Z] #4 transferring context: 2B done [2025-08-04T06:47:53.616Z] #4 DONE 0.0s [2025-08-04T06:47:53.616Z] [2025-08-04T06:47:53.616Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66@sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 [2025-08-04T06:47:53.616Z] #5 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66@sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 0.0s done [2025-08-04T06:47:53.616Z] #5 DONE 0.0s [2025-08-04T06:47:53.616Z] [2025-08-04T06:47:53.616Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66@sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 [2025-08-04T06:47:53.616Z] #6 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66@sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 0.0s done [2025-08-04T06:47:53.616Z] #6 DONE 0.1s [2025-08-04T06:47:53.877Z] [2025-08-04T06:47:53.877Z] #7 [auth] app-service-configurable:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T06:47:53.877Z] #7 DONE 0.0s [2025-08-04T06:47:53.877Z] [2025-08-04T06:47:53.878Z] #8 exporting to image [2025-08-04T06:47:53.878Z] #8 exporting layers done [2025-08-04T06:47:53.878Z] #8 exporting manifest sha256:c458af5104587828c82608fbf72e72b10aa6dee4dcb5639f1be9496b30f3d4a1 done [2025-08-04T06:47:53.878Z] #8 exporting config sha256:c0e66e0bfe61ab0219d9df1ef4eda649da9a3f435ee9ac46d4d868998e56aa12 done [2025-08-04T06:47:53.878Z] #8 exporting manifest sha256:58a9be4ae32f05fd4301fbbc8c6f4d92f98880d57e74e8fa70289070771dbaaa done [2025-08-04T06:47:53.878Z] #8 exporting config sha256:af814069658c295faa7953cc50407fc2968d4c3d81c5dc2f4480e688c00f97e3 done [2025-08-04T06:47:53.878Z] #8 exporting manifest list sha256:849b993c9a6f22fa8e712844b777a899e5aaf90720090bc37b984692c180bf50 done [2025-08-04T06:47:53.878Z] #8 pushing layers 0.1s done [2025-08-04T06:47:53.878Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66@sha256:849b993c9a6f22fa8e712844b777a899e5aaf90720090bc37b984692c180bf50 [2025-08-04T06:47:53.878Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T06:47:53.878Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66@sha256:849b993c9a6f22fa8e712844b777a899e5aaf90720090bc37b984692c180bf50 0.1s done [2025-08-04T06:47:53.878Z] #8 DONE 0.2s [2025-08-04T06:47:53.878Z] [2025-08-04T06:47:53.878Z] 1 warning found (use --debug to expand): [2025-08-04T06:47:53.878Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T06:47:54.174Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-service-configurable:latest' [2025-08-04T06:47:54.174Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-service-configurable:latest --push - [2025-08-04T06:47:54.174Z] #1 [internal] load build definition from Dockerfile [2025-08-04T06:47:54.174Z] #1 transferring dockerfile: 175B done [2025-08-04T06:47:54.174Z] #1 DONE 0.0s [2025-08-04T06:47:54.174Z] [2025-08-04T06:47:54.174Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2025-08-04T06:47:54.174Z] #2 DONE 0.0s [2025-08-04T06:47:54.174Z] [2025-08-04T06:47:54.174Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2025-08-04T06:47:54.174Z] #3 DONE 0.0s [2025-08-04T06:47:54.174Z] [2025-08-04T06:47:54.174Z] #4 [internal] load .dockerignore [2025-08-04T06:47:54.174Z] #4 transferring context: 2B done [2025-08-04T06:47:54.174Z] #4 DONE 0.0s [2025-08-04T06:47:54.174Z] [2025-08-04T06:47:54.174Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 [2025-08-04T06:47:54.174Z] #5 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 done [2025-08-04T06:47:54.174Z] #5 CACHED [2025-08-04T06:47:54.174Z] [2025-08-04T06:47:54.174Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 [2025-08-04T06:47:54.174Z] #6 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 0.0s done [2025-08-04T06:47:54.174Z] #6 DONE 0.0s [2025-08-04T06:47:54.436Z] [2025-08-04T06:47:54.436Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 [2025-08-04T06:47:54.436Z] #6 CACHED [2025-08-04T06:47:54.436Z] [2025-08-04T06:47:54.436Z] #7 [auth] app-service-configurable:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T06:47:54.436Z] #7 DONE 0.0s [2025-08-04T06:47:54.436Z] [2025-08-04T06:47:54.436Z] #8 exporting to image [2025-08-04T06:47:54.436Z] #8 exporting layers done [2025-08-04T06:47:54.436Z] #8 exporting manifest sha256:c458af5104587828c82608fbf72e72b10aa6dee4dcb5639f1be9496b30f3d4a1 done [2025-08-04T06:47:54.436Z] #8 exporting config sha256:c0e66e0bfe61ab0219d9df1ef4eda649da9a3f435ee9ac46d4d868998e56aa12 done [2025-08-04T06:47:54.436Z] #8 exporting manifest sha256:58a9be4ae32f05fd4301fbbc8c6f4d92f98880d57e74e8fa70289070771dbaaa done [2025-08-04T06:47:54.436Z] #8 exporting config sha256:af814069658c295faa7953cc50407fc2968d4c3d81c5dc2f4480e688c00f97e3 done [2025-08-04T06:47:54.436Z] #8 exporting manifest list sha256:849b993c9a6f22fa8e712844b777a899e5aaf90720090bc37b984692c180bf50 done [2025-08-04T06:47:54.436Z] #8 pushing layers 0.0s done [2025-08-04T06:47:54.436Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:849b993c9a6f22fa8e712844b777a899e5aaf90720090bc37b984692c180bf50 0.1s done [2025-08-04T06:47:54.436Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T06:47:54.436Z] #8 DONE 0.1s [2025-08-04T06:47:54.436Z] [2025-08-04T06:47:54.436Z] 1 warning found (use --debug to expand): [2025-08-04T06:47:54.436Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T06:47:54.730Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2 --push - [2025-08-04T06:47:54.730Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2' [2025-08-04T06:47:54.730Z] #1 [internal] load build definition from Dockerfile [2025-08-04T06:47:54.730Z] #1 transferring dockerfile: 180B done [2025-08-04T06:47:54.730Z] #1 DONE 0.0s [2025-08-04T06:47:54.730Z] [2025-08-04T06:47:54.730Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2 [2025-08-04T06:47:54.730Z] #2 DONE 0.0s [2025-08-04T06:47:54.730Z] [2025-08-04T06:47:54.730Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2 [2025-08-04T06:47:54.730Z] #3 DONE 0.0s [2025-08-04T06:47:54.730Z] [2025-08-04T06:47:54.730Z] #4 [internal] load .dockerignore [2025-08-04T06:47:54.730Z] #4 transferring context: 2B done [2025-08-04T06:47:54.731Z] #4 DONE 0.0s [2025-08-04T06:47:54.731Z] [2025-08-04T06:47:54.731Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2@sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 [2025-08-04T06:47:54.731Z] #5 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2@sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 0.0s done [2025-08-04T06:47:54.731Z] #5 CACHED [2025-08-04T06:47:54.731Z] [2025-08-04T06:47:54.731Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2@sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 [2025-08-04T06:47:54.731Z] #6 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2@sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 0.0s done [2025-08-04T06:47:54.731Z] #6 CACHED [2025-08-04T06:47:54.731Z] [2025-08-04T06:47:54.731Z] #7 exporting to image [2025-08-04T06:47:54.731Z] #7 exporting layers done [2025-08-04T06:47:54.731Z] #7 exporting manifest sha256:c458af5104587828c82608fbf72e72b10aa6dee4dcb5639f1be9496b30f3d4a1 done [2025-08-04T06:47:54.731Z] #7 exporting config sha256:c0e66e0bfe61ab0219d9df1ef4eda649da9a3f435ee9ac46d4d868998e56aa12 [2025-08-04T06:47:54.731Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T06:47:54.990Z] #7 exporting config sha256:c0e66e0bfe61ab0219d9df1ef4eda649da9a3f435ee9ac46d4d868998e56aa12 done [2025-08-04T06:47:54.990Z] #7 exporting manifest sha256:58a9be4ae32f05fd4301fbbc8c6f4d92f98880d57e74e8fa70289070771dbaaa done [2025-08-04T06:47:54.990Z] #7 exporting config sha256:af814069658c295faa7953cc50407fc2968d4c3d81c5dc2f4480e688c00f97e3 done [2025-08-04T06:47:54.990Z] #7 exporting manifest list sha256:849b993c9a6f22fa8e712844b777a899e5aaf90720090bc37b984692c180bf50 done [2025-08-04T06:47:54.990Z] #7 pushing layers 0.0s done [2025-08-04T06:47:54.990Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2@sha256:849b993c9a6f22fa8e712844b777a899e5aaf90720090bc37b984692c180bf50 0.1s done [2025-08-04T06:47:54.990Z] #7 DONE 0.1s [2025-08-04T06:47:54.990Z] [2025-08-04T06:47:54.990Z] #8 [auth] app-service-configurable:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T06:47:54.990Z] #8 DONE 0.0s [2025-08-04T06:47:54.990Z] [2025-08-04T06:47:54.990Z] 1 warning found (use --debug to expand): [2025-08-04T06:47:54.990Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T06:47:55.283Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2 --push - [2025-08-04T06:47:55.283Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2' [2025-08-04T06:47:55.546Z] #1 [internal] load build definition from Dockerfile [2025-08-04T06:47:55.546Z] #1 transferring dockerfile: 221B done [2025-08-04T06:47:55.546Z] #1 DONE 0.0s [2025-08-04T06:47:55.546Z] [2025-08-04T06:47:55.546Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2 [2025-08-04T06:47:55.546Z] #2 DONE 0.0s [2025-08-04T06:47:55.546Z] [2025-08-04T06:47:55.546Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2 [2025-08-04T06:47:55.546Z] #3 DONE 0.0s [2025-08-04T06:47:55.546Z] [2025-08-04T06:47:55.546Z] #4 [internal] load .dockerignore [2025-08-04T06:47:55.546Z] #4 transferring context: 2B done [2025-08-04T06:47:55.546Z] #4 DONE 0.0s [2025-08-04T06:47:55.546Z] [2025-08-04T06:47:55.546Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2@sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 [2025-08-04T06:47:55.546Z] #5 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2@sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 0.0s done [2025-08-04T06:47:55.546Z] #5 CACHED [2025-08-04T06:47:55.546Z] [2025-08-04T06:47:55.546Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2@sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 [2025-08-04T06:47:55.546Z] #6 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2@sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 0.0s done [2025-08-04T06:47:55.546Z] #6 CACHED [2025-08-04T06:47:55.546Z] [2025-08-04T06:47:55.546Z] #7 exporting to image [2025-08-04T06:47:55.546Z] #7 exporting layers done [2025-08-04T06:47:55.546Z] #7 exporting manifest sha256:c458af5104587828c82608fbf72e72b10aa6dee4dcb5639f1be9496b30f3d4a1 done [2025-08-04T06:47:55.546Z] #7 exporting config sha256:c0e66e0bfe61ab0219d9df1ef4eda649da9a3f435ee9ac46d4d868998e56aa12 done [2025-08-04T06:47:55.546Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T06:47:55.546Z] #7 exporting manifest sha256:58a9be4ae32f05fd4301fbbc8c6f4d92f98880d57e74e8fa70289070771dbaaa done [2025-08-04T06:47:55.546Z] #7 exporting config sha256:af814069658c295faa7953cc50407fc2968d4c3d81c5dc2f4480e688c00f97e3 done [2025-08-04T06:47:55.546Z] #7 exporting manifest list sha256:849b993c9a6f22fa8e712844b777a899e5aaf90720090bc37b984692c180bf50 done [2025-08-04T06:47:55.546Z] #7 pushing layers 0.0s done [2025-08-04T06:47:55.546Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2@sha256:849b993c9a6f22fa8e712844b777a899e5aaf90720090bc37b984692c180bf50 0.1s done [2025-08-04T06:47:55.546Z] #7 DONE 0.1s [2025-08-04T06:47:55.546Z] [2025-08-04T06:47:55.546Z] #8 [auth] app-service-configurable:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T06:47:55.546Z] #8 DONE 0.0s [2025-08-04T06:47:55.546Z] [2025-08-04T06:47:55.546Z] 1 warning found (use --debug to expand): [2025-08-04T06:47:55.546Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T06:47:55.835Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-service-configurable:main' [2025-08-04T06:47:55.836Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-service-configurable:main --push - [2025-08-04T06:47:56.095Z] #1 [internal] load build definition from Dockerfile [2025-08-04T06:47:56.095Z] #1 transferring dockerfile: 173B done [2025-08-04T06:47:56.095Z] #1 DONE 0.0s [2025-08-04T06:47:56.095Z] [2025-08-04T06:47:56.095Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:main [2025-08-04T06:47:56.095Z] #2 DONE 0.0s [2025-08-04T06:47:56.095Z] [2025-08-04T06:47:56.095Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:main [2025-08-04T06:47:56.095Z] #3 DONE 0.0s [2025-08-04T06:47:56.095Z] [2025-08-04T06:47:56.095Z] #4 [internal] load .dockerignore [2025-08-04T06:47:56.095Z] #4 transferring context: 2B done [2025-08-04T06:47:56.095Z] #4 DONE 0.0s [2025-08-04T06:47:56.095Z] [2025-08-04T06:47:56.095Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 [2025-08-04T06:47:56.095Z] #5 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 done [2025-08-04T06:47:56.095Z] #5 CACHED [2025-08-04T06:47:56.095Z] [2025-08-04T06:47:56.095Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 [2025-08-04T06:47:56.095Z] #6 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 0.0s done [2025-08-04T06:47:56.095Z] #6 CACHED [2025-08-04T06:47:56.095Z] [2025-08-04T06:47:56.095Z] #7 exporting to image [2025-08-04T06:47:56.095Z] #7 exporting layers done [2025-08-04T06:47:56.095Z] #7 exporting manifest sha256:c458af5104587828c82608fbf72e72b10aa6dee4dcb5639f1be9496b30f3d4a1 done [2025-08-04T06:47:56.095Z] #7 exporting config sha256:c0e66e0bfe61ab0219d9df1ef4eda649da9a3f435ee9ac46d4d868998e56aa12 done [2025-08-04T06:47:56.095Z] #7 exporting manifest sha256:58a9be4ae32f05fd4301fbbc8c6f4d92f98880d57e74e8fa70289070771dbaaa done [2025-08-04T06:47:56.095Z] #7 exporting config sha256:af814069658c295faa7953cc50407fc2968d4c3d81c5dc2f4480e688c00f97e3 done [2025-08-04T06:47:56.095Z] #7 exporting manifest list sha256:849b993c9a6f22fa8e712844b777a899e5aaf90720090bc37b984692c180bf50 done [2025-08-04T06:47:56.095Z] #7 pushing layers 0.0s done [2025-08-04T06:47:56.095Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:849b993c9a6f22fa8e712844b777a899e5aaf90720090bc37b984692c180bf50 [2025-08-04T06:47:56.095Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T06:47:56.095Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:849b993c9a6f22fa8e712844b777a899e5aaf90720090bc37b984692c180bf50 0.1s done [2025-08-04T06:47:56.095Z] #7 DONE 0.1s [2025-08-04T06:47:56.095Z] [2025-08-04T06:47:56.095Z] #8 [auth] app-service-configurable:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T06:47:56.095Z] #8 DONE 0.0s [2025-08-04T06:47:56.095Z] [2025-08-04T06:47:56.095Z] 1 warning found (use --debug to expand): [2025-08-04T06:47:56.095Z]  - 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-04T06:47:56.502Z] + '[' -d /w/workspace/ry_app-service-configurable_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-08-04T06:47:56.824Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-04T06:47:57.399Z] ---> package-listing.sh [2025-08-04T06:47:57.399Z] ++ facter osfamily [2025-08-04T06:47:57.399Z] ++ tr '[:upper:]' '[:lower:]' [2025-08-04T06:47:57.659Z] + OS_FAMILY=redhat [2025-08-04T06:47:57.659Z] + workspace=/w/workspace/ry_app-service-configurable_main [2025-08-04T06:47:57.659Z] + START_PACKAGES=/tmp/packages_start.txt [2025-08-04T06:47:57.659Z] + END_PACKAGES=/tmp/packages_end.txt [2025-08-04T06:47:57.659Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-08-04T06:47:57.659Z] + PACKAGES=/tmp/packages_start.txt [2025-08-04T06:47:57.659Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2025-08-04T06:47:57.659Z] + PACKAGES=/tmp/packages_end.txt [2025-08-04T06:47:57.659Z] + case "${OS_FAMILY}" in [2025-08-04T06:47:57.659Z] + sort [2025-08-04T06:47:57.659Z] + rpm -qa [2025-08-04T06:47:58.230Z] + '[' -f /tmp/packages_start.txt ']' [2025-08-04T06:47:58.230Z] + '[' -f /tmp/packages_end.txt ']' [2025-08-04T06:47:58.230Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-08-04T06:47:58.230Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2025-08-04T06:47:58.230Z] + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ [2025-08-04T06:47:58.230Z] + 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-04T06:47:58.244Z] 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-04T06:47:58.525Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T06:47:59.093Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-04T06:47:59.093Z] [2025-08-04T06:47:59.093Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T06:47:59.410Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-04T06:47:59.410Z] latest: Pulling from edgex-lftools-log-publisher [2025-08-04T06:47:59.410Z] 5eb5b503b376: Pulling fs layer [2025-08-04T06:47:59.410Z] 5c69ac0246d0: Pulling fs layer [2025-08-04T06:47:59.410Z] ec43610c2a17: Pulling fs layer [2025-08-04T06:47:59.410Z] 3a2ae6a8a46f: Pulling fs layer [2025-08-04T06:47:59.410Z] 33b1e0a273af: Pulling fs layer [2025-08-04T06:47:59.410Z] 5d3b04190fa2: Pulling fs layer [2025-08-04T06:47:59.410Z] 2f39f015ded8: Pulling fs layer [2025-08-04T06:47:59.410Z] 33b1e0a273af: Waiting [2025-08-04T06:47:59.410Z] 5d3b04190fa2: Waiting [2025-08-04T06:47:59.410Z] 2f39f015ded8: Waiting [2025-08-04T06:47:59.410Z] 3a2ae6a8a46f: Waiting [2025-08-04T06:47:59.410Z] 5c69ac0246d0: Verifying Checksum [2025-08-04T06:47:59.410Z] 5c69ac0246d0: Download complete [2025-08-04T06:47:59.410Z] 3a2ae6a8a46f: Verifying Checksum [2025-08-04T06:47:59.410Z] 3a2ae6a8a46f: Download complete [2025-08-04T06:47:59.410Z] ec43610c2a17: Verifying Checksum [2025-08-04T06:47:59.410Z] ec43610c2a17: Download complete [2025-08-04T06:47:59.410Z] 33b1e0a273af: Verifying Checksum [2025-08-04T06:47:59.410Z] 33b1e0a273af: Download complete [2025-08-04T06:47:59.410Z] 5d3b04190fa2: Verifying Checksum [2025-08-04T06:47:59.410Z] 5d3b04190fa2: Download complete [2025-08-04T06:47:59.679Z] 5eb5b503b376: Verifying Checksum [2025-08-04T06:47:59.679Z] 5eb5b503b376: Download complete [2025-08-04T06:48:00.257Z] 2f39f015ded8: Download complete [2025-08-04T06:48:00.827Z] 5eb5b503b376: Pull complete [2025-08-04T06:48:01.102Z] 5c69ac0246d0: Pull complete [2025-08-04T06:48:01.366Z] ec43610c2a17: Pull complete [2025-08-04T06:48:01.366Z] 3a2ae6a8a46f: Pull complete [2025-08-04T06:48:01.627Z] 33b1e0a273af: Pull complete [2025-08-04T06:48:01.885Z] 5d3b04190fa2: Pull complete [2025-08-04T06:48:06.118Z] 2f39f015ded8: Pull complete [2025-08-04T06:48:06.118Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-08-04T06:48:06.118Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-04T06:48:06.118Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T06:48:06.299Z] prd-centos7-docker-4c-2g-6238 does not seem to be running inside a container [2025-08-04T06:48:06.330Z] $ 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-04T06:48:09.103Z] $ docker top ff960ce34fab16e362cf84793a8714d108521b5b7a4d5f8f49c3dd702610f29a -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-04T06:48:09.454Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-08-04T06:48:09.747Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-08-04T06:48:10.037Z] + ls /var/log/sa-host [2025-08-04T06:48:10.038Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-04T06:48:10.214Z] provisioning config files... [2025-08-04T06:48:10.224Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config8975570020744091777tmp [Pipeline] { [Pipeline] echo [2025-08-04T06:48:10.246Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-04T06:48:10.537Z] ---> create-netrc.sh [Pipeline] } [2025-08-04T06:48:10.544Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-08-04T06:48:10.887Z] ---> python-tools-install.sh [Pipeline] echo [2025-08-04T06:48:10.898Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-04T06:48:11.183Z] ---> sudo-logs.sh [2025-08-04T06:48:11.183Z] Archiving 'sudo' log.. [2025-08-04T06:48:11.183Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-6238.novalocal: Name or service not known [2025-08-04T06:48:11.183Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-6238.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-08-04T06:48:11.212Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-04T06:48:11.504Z] ---> job-cost.sh [2025-08-04T06:48:11.505Z] lf-activate-venv: SKIPPING [2025-08-04T06:48:11.505Z] INFO: No Stack... [2025-08-04T06:48:11.764Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-08-04T06:48:12.025Z] INFO: Archiving Costs [Pipeline] echo [2025-08-04T06:48:12.039Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-04T06:48:12.329Z] ---> logs-deploy.sh [2025-08-04T06:48:12.329Z] lf-activate-venv: SKIPPING [2025-08-04T06:48:12.329Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/274 [2025-08-04T06:48:12.329Z] INFO: archiving workspace using pattern(s): [2025-08-04T06:48:13.268Z] Archives upload complete. [2025-08-04T06:48:13.268Z] INFO: archiving logs to Nexus [2025-08-04T06:48:14.207Z] ---> uname -a: [2025-08-04T06:48:14.207Z] Linux prd-centos7-docker-4c-2g-6238.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-04T06:48:14.207Z] [2025-08-04T06:48:14.207Z] [2025-08-04T06:48:14.207Z] ---> lscpu: [2025-08-04T06:48:14.207Z] Architecture: x86_64 [2025-08-04T06:48:14.207Z] CPU op-mode(s): 32-bit, 64-bit [2025-08-04T06:48:14.207Z] Byte Order: Little Endian [2025-08-04T06:48:14.207Z] Address sizes: 40 bits physical, 48 bits virtual [2025-08-04T06:48:14.207Z] CPU(s): 2 [2025-08-04T06:48:14.207Z] On-line CPU(s) list: 0,1 [2025-08-04T06:48:14.207Z] Thread(s) per core: 1 [2025-08-04T06:48:14.207Z] Core(s) per socket: 1 [2025-08-04T06:48:14.207Z] Socket(s): 2 [2025-08-04T06:48:14.207Z] NUMA node(s): 1 [2025-08-04T06:48:14.207Z] Vendor ID: AuthenticAMD [2025-08-04T06:48:14.207Z] CPU family: 23 [2025-08-04T06:48:14.207Z] Model: 49 [2025-08-04T06:48:14.207Z] Model name: AMD EPYC-Rome Processor [2025-08-04T06:48:14.207Z] Stepping: 0 [2025-08-04T06:48:14.207Z] CPU MHz: 2799.998 [2025-08-04T06:48:14.207Z] BogoMIPS: 5599.99 [2025-08-04T06:48:14.207Z] Virtualization: AMD-V [2025-08-04T06:48:14.207Z] Hypervisor vendor: KVM [2025-08-04T06:48:14.207Z] Virtualization type: full [2025-08-04T06:48:14.207Z] L1d cache: 64 KiB [2025-08-04T06:48:14.207Z] L1i cache: 64 KiB [2025-08-04T06:48:14.207Z] L2 cache: 1 MiB [2025-08-04T06:48:14.207Z] L3 cache: 32 MiB [2025-08-04T06:48:14.207Z] NUMA node0 CPU(s): 0,1 [2025-08-04T06:48:14.207Z] Vulnerability Itlb multihit: Not affected [2025-08-04T06:48:14.207Z] Vulnerability L1tf: Not affected [2025-08-04T06:48:14.207Z] Vulnerability Mds: Not affected [2025-08-04T06:48:14.207Z] Vulnerability Meltdown: Not affected [2025-08-04T06:48:14.207Z] Vulnerability Mmio stale data: Not affected [2025-08-04T06:48:14.207Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-08-04T06:48:14.207Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-08-04T06:48:14.207Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-08-04T06:48:14.207Z] Vulnerability Srbds: Not affected [2025-08-04T06:48:14.207Z] Vulnerability Tsx async abort: Not affected [2025-08-04T06:48:14.207Z] 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-04T06:48:14.207Z] [2025-08-04T06:48:14.207Z] [2025-08-04T06:48:14.207Z] ---> nproc: [2025-08-04T06:48:14.207Z] 2 [2025-08-04T06:48:14.207Z] [2025-08-04T06:48:14.207Z] [2025-08-04T06:48:14.207Z] ---> df -h: [2025-08-04T06:48:14.207Z] Filesystem Size Used Avail Use% Mounted on [2025-08-04T06:48:14.207Z] overlay 40G 7.3G 33G 19% / [2025-08-04T06:48:14.207Z] tmpfs 64M 0 64M 0% /dev [2025-08-04T06:48:14.207Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-08-04T06:48:14.207Z] shm 64M 0 64M 0% /dev/shm [2025-08-04T06:48:14.207Z] /dev/vda1 40G 7.3G 33G 19% /facter-os [2025-08-04T06:48:14.207Z] [2025-08-04T06:48:14.207Z] [2025-08-04T06:48:14.207Z] Cannot open /var/log/sysstat/sa04: No such file or directory [2025-08-04T06:48:14.207Z] Please check if data collecting is enabled [2025-08-04T06:48:14.207Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T06:48:14.237Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-08-04T06:48:14.241Z] $ docker stop --time=1 ff960ce34fab16e362cf84793a8714d108521b5b7a4d5f8f49c3dd702610f29a [2025-08-04T06:48:15.374Z] $ docker rm -f --volumes ff960ce34fab16e362cf84793a8714d108521b5b7a4d5f8f49c3dd702610f29a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-08-04T06:48:15.470Z] [WS-CLEANUP] Deleting project workspace... [2025-08-04T06:48:15.470Z] [WS-CLEANUP] Deferred wipeout is used... [2025-08-04T06:48:15.488Z] [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-04T06:48:16.007Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-04T06:48:16.007Z] [2025-08-04T06:48:16.007Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T06:48:16.317Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-04T06:48:16.317Z] latest: Pulling from edgex-lftools-log-publisher [2025-08-04T06:48:16.317Z] 5eb5b503b376: Pulling fs layer [2025-08-04T06:48:16.317Z] 5c69ac0246d0: Pulling fs layer [2025-08-04T06:48:16.317Z] ec43610c2a17: Pulling fs layer [2025-08-04T06:48:16.317Z] 3a2ae6a8a46f: Pulling fs layer [2025-08-04T06:48:16.317Z] 33b1e0a273af: Pulling fs layer [2025-08-04T06:48:16.317Z] 5d3b04190fa2: Pulling fs layer [2025-08-04T06:48:16.317Z] 2f39f015ded8: Pulling fs layer [2025-08-04T06:48:16.317Z] 5d3b04190fa2: Waiting [2025-08-04T06:48:16.317Z] 33b1e0a273af: Waiting [2025-08-04T06:48:16.317Z] 2f39f015ded8: Waiting [2025-08-04T06:48:16.317Z] 3a2ae6a8a46f: Waiting [2025-08-04T06:48:16.317Z] 5c69ac0246d0: Verifying Checksum [2025-08-04T06:48:16.317Z] 5c69ac0246d0: Download complete [2025-08-04T06:48:16.317Z] 3a2ae6a8a46f: Verifying Checksum [2025-08-04T06:48:16.317Z] 3a2ae6a8a46f: Download complete [2025-08-04T06:48:16.317Z] 33b1e0a273af: Verifying Checksum [2025-08-04T06:48:16.317Z] 33b1e0a273af: Download complete [2025-08-04T06:48:16.317Z] ec43610c2a17: Verifying Checksum [2025-08-04T06:48:16.317Z] ec43610c2a17: Download complete [2025-08-04T06:48:16.317Z] 5d3b04190fa2: Verifying Checksum [2025-08-04T06:48:16.317Z] 5d3b04190fa2: Download complete [2025-08-04T06:48:16.576Z] 5eb5b503b376: Verifying Checksum [2025-08-04T06:48:16.576Z] 5eb5b503b376: Download complete [2025-08-04T06:48:18.808Z] 2f39f015ded8: Download complete [2025-08-04T06:48:19.065Z] 5eb5b503b376: Pull complete [2025-08-04T06:48:19.325Z] 5c69ac0246d0: Pull complete [2025-08-04T06:48:19.583Z] ec43610c2a17: Pull complete [2025-08-04T06:48:19.583Z] 3a2ae6a8a46f: Pull complete [2025-08-04T06:48:19.840Z] 33b1e0a273af: Pull complete [2025-08-04T06:48:19.840Z] 5d3b04190fa2: Pull complete [2025-08-04T06:48:26.405Z] 2f39f015ded8: Pull complete [2025-08-04T06:48:26.405Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-08-04T06:48:26.405Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-04T06:48:26.405Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T06:48:26.505Z] prd-ubuntu20.04-docker-8c-8g-6236 does not seem to be running inside a container [2025-08-04T06:48:26.531Z] $ 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-04T06:48:28.760Z] $ docker top b7fd5c4bd3829c2cd31d2091026092b5bd9fa2c859db68cecb5aedfb9c76be88 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-04T06:48:29.161Z] ---> job-cost.sh [2025-08-04T06:48:29.161Z] lf-activate-venv: SKIPPING [2025-08-04T06:48:29.161Z] INFO: No Stack... [2025-08-04T06:48:29.421Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-08-04T06:48:29.681Z] INFO: Archiving Costs [Pipeline] sh [2025-08-04T06:48:29.971Z] + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv [2025-08-04T06:48:29.971Z] + cut -d, -f6 [Pipeline] lock [2025-08-04T06:48:29.986Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-service-configurable-main-274-stack-cost] [2025-08-04T06:48:29.993Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-274-stack-cost] did not exist. Created. [2025-08-04T06:48:29.999Z] Lock acquired on [Resource: jenkins-edgexfoundry-app-service-configurable-main-274-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-08-04T06:48:30.307Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-08-04T06:48:30.337Z] Stashed 1 file(s) [Pipeline] } [2025-08-04T06:48:30.345Z] Lock released on resource [Resource: jenkins-edgexfoundry-app-service-configurable-main-274-stack-cost] [Pipeline] // lock [Pipeline] } [2025-08-04T06:48:30.369Z] $ docker stop --time=1 b7fd5c4bd3829c2cd31d2091026092b5bd9fa2c859db68cecb5aedfb9c76be88 [2025-08-04T06:48:31.505Z] $ docker rm -f --volumes b7fd5c4bd3829c2cd31d2091026092b5bd9fa2c859db68cecb5aedfb9c76be88 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-08-04T06:51:20.749Z] github.com/edgexfoundry/app-service-configurable coverage: 0.0% of statements [2025-08-04T06:51:20.749Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2025-08-04T06:51:20.749Z] go vet ./... [2025-08-04T06:54:42.570Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-08-04T06:54:42.570Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-08-04T06:54:42.570Z] ./bin/test-attribution-txt.sh [2025-08-04T06:54:42.570Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-08-04T06:54:42.570Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-08-04T06:54:42.570Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-08-04T06:54:42.570Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-08-04T06:54:42.570Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo [2025-08-04T06:54:42.590Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-08-04T06:54:42.607Z] $ docker stop --time=1 2cc501183a1af41a88c68a0e28273041221b95bfcc3a82752821d09a52490b0f [2025-08-04T06:54:44.496Z] $ docker rm -f --volumes 2cc501183a1af41a88c68a0e28273041221b95bfcc3a82752821d09a52490b0f [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-04T06:54:46.612Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-08-04T06:54:46.640Z] Warning: overwriting stash ‘coverage-report’ [2025-08-04T06:54:47.025Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-08-04T06:54:47.436Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-08-04T06:54:47.754Z] + ls -al . [2025-08-04T06:54:47.754Z] total 244 [2025-08-04T06:54:47.754Z] drwxrwxr-x 6 jenkins jenkins 4096 Aug 4 06:46 . [2025-08-04T06:54:47.754Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 4 06:43 .. [2025-08-04T06:54:47.754Z] -rw-rw-r-- 1 jenkins jenkins 119 Aug 4 06:44 .dockerignore [2025-08-04T06:54:47.754Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 4 06:44 .git [2025-08-04T06:54:47.754Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 4 06:44 .github [2025-08-04T06:54:47.754Z] -rw-rw-r-- 1 jenkins jenkins 108 Aug 4 06:44 .gitignore [2025-08-04T06:54:47.754Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 4 06:44 .golangci.yml [2025-08-04T06:54:47.754Z] -rw-rw-r-- 1 jenkins jenkins 16550 Aug 4 06:44 Attribution.txt [2025-08-04T06:54:47.754Z] -rw-rw-r-- 1 jenkins jenkins 39309 Aug 4 06:44 CHANGELOG.md [2025-08-04T06:54:47.754Z] -rw-rw-r-- 1 jenkins jenkins 2008 Aug 4 06:44 Dockerfile [2025-08-04T06:54:47.754Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 4 06:44 GOVERNANCE.md [2025-08-04T06:54:47.754Z] -rw-rw-r-- 1 jenkins jenkins 666 Aug 4 06:44 Jenkinsfile [2025-08-04T06:54:47.754Z] -rw-rw-r-- 1 jenkins jenkins 10174 Aug 4 06:44 LICENSE [2025-08-04T06:54:47.754Z] -rw-rw-r-- 1 jenkins jenkins 618 Aug 4 06:44 OWNERS.md [2025-08-04T06:54:47.754Z] -rw-rw-r-- 1 jenkins jenkins 4952 Aug 4 06:44 README.md [2025-08-04T06:54:47.754Z] -rw-rw-r-- 1 jenkins jenkins 11 Aug 4 06:42 VERSION [2025-08-04T06:54:47.754Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 4 06:44 bin [2025-08-04T06:54:47.754Z] -rw-r--r-- 1 jenkins jenkins 953 Aug 4 06:51 coverage.out [2025-08-04T06:54:47.754Z] -rw-rw-r-- 1 jenkins jenkins 6527 Aug 4 06:44 go.mod [2025-08-04T06:54:47.754Z] -rw-rw-r-- 1 jenkins jenkins 88208 Aug 4 06:44 go.sum [2025-08-04T06:54:47.754Z] -rw-rw-r-- 1 jenkins jenkins 1937 Aug 4 06:44 main.go [2025-08-04T06:54:47.754Z] -rw-rw-r-- 1 jenkins jenkins 3362 Aug 4 06:44 makefile [2025-08-04T06:54:47.754Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 4 06:44 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T06:54:48.113Z] + 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=60d667701c3da78b8984814720c74ae46dfa0d66 --label arch=arm64 --label version=4.1.0-dev.2 . [2025-08-04T06:54:48.113Z] Sending build context to Docker daemon 225.8kB [2025-08-04T06:54:48.380Z] Step 1/27 : ARG BASE=golang:1.23-alpine3.20 [2025-08-04T06:54:48.380Z] Step 2/27 : FROM ${BASE} AS builder [2025-08-04T06:54:48.380Z] ---> fad8a5356ad5 [2025-08-04T06:54:48.380Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git" [2025-08-04T06:54:48.380Z] ---> Running in 4eeeeedc9dbc [2025-08-04T06:54:48.652Z] Removing intermediate container 4eeeeedc9dbc [2025-08-04T06:54:48.652Z] ---> 5519047f6712 [2025-08-04T06:54:48.652Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2025-08-04T06:54:48.922Z] ---> Running in 63b8dffcf4f0 [2025-08-04T06:54:49.191Z] Removing intermediate container 63b8dffcf4f0 [2025-08-04T06:54:49.192Z] ---> 79a21de9b14b [2025-08-04T06:54:49.192Z] Step 5/27 : ARG ADD_BUILD_TAGS="" [2025-08-04T06:54:49.192Z] ---> Running in 0e31dcd50f4b [2025-08-04T06:54:49.461Z] Removing intermediate container 0e31dcd50f4b [2025-08-04T06:54:49.461Z] ---> 16a011c3b04e [2025-08-04T06:54:49.461Z] Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-08-04T06:54:49.461Z] ---> Running in 7aa86711f69b [2025-08-04T06:54:50.427Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T06:54:51.013Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T06:54:52.422Z] OK: 239 MiB in 58 packages [2025-08-04T06:54:53.384Z] Removing intermediate container 7aa86711f69b [2025-08-04T06:54:53.384Z] ---> 7499e9dc3825 [2025-08-04T06:54:53.384Z] Step 7/27 : WORKDIR /app [2025-08-04T06:54:53.384Z] ---> Running in fe07838c7688 [2025-08-04T06:54:53.653Z] Removing intermediate container fe07838c7688 [2025-08-04T06:54:53.653Z] ---> 354241fa612c [2025-08-04T06:54:53.653Z] Step 8/27 : COPY go.mod vendor* ./ [2025-08-04T06:54:54.237Z] ---> 335eab0c3c4c [2025-08-04T06:54:54.237Z] Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T06:54:54.237Z] ---> Running in 7fca6e1559b4 [2025-08-04T06:54:56.824Z] Removing intermediate container 7fca6e1559b4 [2025-08-04T06:54:56.824Z] ---> b37129d59ea5 [2025-08-04T06:54:56.824Z] Step 10/27 : COPY . . [2025-08-04T06:54:57.090Z] ---> 7e4573eaed62 [2025-08-04T06:54:57.090Z] Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-08-04T06:54:57.090Z] ---> Running in ed7df10b1a18 [2025-08-04T06:54:57.356Z] Removing intermediate container ed7df10b1a18 [2025-08-04T06:54:57.356Z] ---> 94fb5ef4cb9b [2025-08-04T06:54:57.356Z] Step 12/27 : RUN $MAKE [2025-08-04T06:54:57.625Z] ---> Running in 230c8c9b0539 [2025-08-04T06:54:58.590Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.SDKVersion=4.1.0-dev.19 -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.ApplicationVersion=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable [2025-08-04T06:58:36.062Z] Removing intermediate container 230c8c9b0539 [2025-08-04T06:58:36.062Z] ---> f35beee9cabe [2025-08-04T06:58:36.062Z] Step 13/27 : FROM alpine:3.20 [2025-08-04T06:58:36.062Z] 3.20: Pulling from library/alpine [2025-08-04T06:58:36.062Z] 13e713f82565: Pulling fs layer [2025-08-04T06:58:36.062Z] 13e713f82565: Verifying Checksum [2025-08-04T06:58:36.062Z] 13e713f82565: Download complete [2025-08-04T06:58:36.062Z] 13e713f82565: Pull complete [2025-08-04T06:58:36.062Z] Digest: sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T06:58:36.062Z] Status: Downloaded newer image for alpine:3.20 [2025-08-04T06:58:36.062Z] ---> c88e9dceb6cb [2025-08-04T06:58:36.062Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-08-04T06:58:36.062Z] ---> Running in d42bf519fe43 [2025-08-04T06:58:36.062Z] Removing intermediate container d42bf519fe43 [2025-08-04T06:58:36.062Z] ---> d22efce758c9 [2025-08-04T06:58:36.062Z] Step 15/27 : LABEL Name=app-service-configurable Version=${VERSION} [2025-08-04T06:58:36.062Z] ---> Running in 7fd6c60deff1 [2025-08-04T06:58:36.062Z] Removing intermediate container 7fd6c60deff1 [2025-08-04T06:58:36.062Z] ---> 8b580b775851 [2025-08-04T06:58:36.062Z] Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init [2025-08-04T06:58:36.062Z] ---> Running in 647285ee4ce0 [2025-08-04T06:58:36.062Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T06:58:36.062Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T06:58:36.062Z] (1/2) Installing ca-certificates (20250619-r0) [2025-08-04T06:58:36.062Z] (2/2) Installing dumb-init (1.2.5-r3) [2025-08-04T06:58:36.062Z] Executing busybox-1.36.1-r29.trigger [2025-08-04T06:58:36.062Z] Executing ca-certificates-20250619-r0.trigger [2025-08-04T06:58:36.062Z] OK: 10 MiB in 16 packages [2025-08-04T06:58:36.062Z] Removing intermediate container 647285ee4ce0 [2025-08-04T06:58:36.062Z] ---> eab5af188a8e [2025-08-04T06:58:36.062Z] Step 17/27 : RUN apk --no-cache upgrade [2025-08-04T06:58:36.062Z] ---> Running in 1fbfd525ae22 [2025-08-04T06:58:36.062Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T06:58:36.062Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T06:58:37.473Z] OK: 10 MiB in 16 packages [2025-08-04T06:58:38.437Z] Removing intermediate container 1fbfd525ae22 [2025-08-04T06:58:38.437Z] ---> a7c6c757c66f [2025-08-04T06:58:38.437Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2025-08-04T06:58:39.020Z] ---> 6997813fc632 [2025-08-04T06:58:39.021Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2025-08-04T06:58:39.613Z] ---> 3d7d948438fc [2025-08-04T06:58:39.613Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2025-08-04T06:58:39.879Z] ---> c4e54251f6bb [2025-08-04T06:58:39.879Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2025-08-04T06:58:41.817Z] ---> 2248b0fda83c [2025-08-04T06:58:41.817Z] Step 22/27 : EXPOSE 48095 [2025-08-04T06:58:42.084Z] ---> Running in 8a49f9b3ea43 [2025-08-04T06:58:42.350Z] Removing intermediate container 8a49f9b3ea43 [2025-08-04T06:58:42.350Z] ---> 03628b7ecd95 [2025-08-04T06:58:42.350Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2025-08-04T06:58:42.350Z] ---> Running in b9a15be7888b [2025-08-04T06:58:42.616Z] Removing intermediate container b9a15be7888b [2025-08-04T06:58:42.616Z] ---> f721e46a8d69 [2025-08-04T06:58:42.616Z] Step 24/27 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-08-04T06:58:42.616Z] ---> Running in ca488e513c74 [2025-08-04T06:58:43.202Z] Removing intermediate container ca488e513c74 [2025-08-04T06:58:43.202Z] ---> fb238ddd0daf [2025-08-04T06:58:43.202Z] Step 25/27 : LABEL arch=arm64 [2025-08-04T06:58:43.202Z] ---> Running in 9bc46c9a4de3 [2025-08-04T06:58:43.470Z] Removing intermediate container 9bc46c9a4de3 [2025-08-04T06:58:43.470Z] ---> 589f74cd0e76 [2025-08-04T06:58:43.470Z] Step 26/27 : LABEL git_sha=60d667701c3da78b8984814720c74ae46dfa0d66 [2025-08-04T06:58:43.470Z] ---> Running in 04815ccf01a7 [2025-08-04T06:58:43.743Z] Removing intermediate container 04815ccf01a7 [2025-08-04T06:58:43.743Z] ---> 30c1acc743eb [2025-08-04T06:58:43.743Z] Step 27/27 : LABEL version=4.1.0-dev.2 [2025-08-04T06:58:44.012Z] ---> Running in 9c8f8c29b8ad [2025-08-04T06:58:44.287Z] Removing intermediate container 9c8f8c29b8ad [2025-08-04T06:58:44.288Z] ---> 3f4050e87d4a [2025-08-04T06:58:44.288Z] [Warning] One or more build-args [ARCH] were not consumed [2025-08-04T06:58:44.288Z] Successfully built 3f4050e87d4a [2025-08-04T06:58:44.288Z] 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-04T06:58:44.441Z] provisioning config files... [2025-08-04T06:58:44.458Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/274@tmp/config16947648994851008611tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-04T06:58:44.805Z] ---> ****-login.sh [2025-08-04T06:58:44.805Z] nexus3.edgexfoundry.org:10001 [2025-08-04T06:58:44.805Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T06:58:45.078Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T06:58:45.078Z] Configure a credential helper to remove this warning. See [2025-08-04T06:58:45.078Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T06:58:45.078Z] [2025-08-04T06:58:45.078Z] Login Succeeded [2025-08-04T06:58:45.078Z] nexus3.edgexfoundry.org:10002 [2025-08-04T06:58:45.344Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T06:58:45.344Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T06:58:45.344Z] Configure a credential helper to remove this warning. See [2025-08-04T06:58:45.344Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T06:58:45.344Z] [2025-08-04T06:58:45.344Z] Login Succeeded [2025-08-04T06:58:45.344Z] nexus3.edgexfoundry.org:10003 [2025-08-04T06:58:45.612Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T06:58:45.878Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T06:58:45.878Z] Configure a credential helper to remove this warning. See [2025-08-04T06:58:45.878Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T06:58:45.878Z] [2025-08-04T06:58:45.878Z] Login Succeeded [2025-08-04T06:58:45.878Z] nexus3.edgexfoundry.org:10004 [2025-08-04T06:58:46.147Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T06:58:46.147Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T06:58:46.147Z] Configure a credential helper to remove this warning. See [2025-08-04T06:58:46.147Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T06:58:46.147Z] [2025-08-04T06:58:46.147Z] Login Succeeded [2025-08-04T06:58:46.147Z] ****.io [2025-08-04T06:58:46.413Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T06:58:46.679Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T06:58:46.679Z] Configure a credential helper to remove this warning. See [2025-08-04T06:58:46.679Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T06:58:46.679Z] [2025-08-04T06:58:46.679Z] Login Succeeded [2025-08-04T06:58:46.679Z] ---> ****-login.sh ends [Pipeline] } [2025-08-04T06:58:46.691Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T06:58:46.748Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-04T06:58:46.779Z] [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: [2025-08-04T06:58:46.779Z] 60d667701c3da78b8984814720c74ae46dfa0d66 [2025-08-04T06:58:46.779Z] latest [2025-08-04T06:58:46.779Z] 4.1.0-dev.2 [2025-08-04T06:58:46.779Z] 60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2 [2025-08-04T06:58:46.779Z] main [2025-08-04T06:58:46.779Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T06:58:47.143Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:60d667701c3da78b8984814720c74ae46dfa0d66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T06:58:47.538Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:60d667701c3da78b8984814720c74ae46dfa0d66 [2025-08-04T06:58:47.538Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2025-08-04T06:58:47.538Z] 5257163bded3: Preparing [2025-08-04T06:58:47.538Z] ab04388678d6: Preparing [2025-08-04T06:58:47.538Z] 937d687ff267: Preparing [2025-08-04T06:58:47.538Z] 3a42cdf05c1a: Preparing [2025-08-04T06:58:47.538Z] b6f23e2da43c: Preparing [2025-08-04T06:58:47.538Z] 84650a70057e: Preparing [2025-08-04T06:58:47.538Z] 1e890da81ec9: Preparing [2025-08-04T06:58:47.538Z] 84650a70057e: Waiting [2025-08-04T06:58:47.538Z] 1e890da81ec9: Waiting [2025-08-04T06:58:47.807Z] 937d687ff267: Pushed [2025-08-04T06:58:47.807Z] 3a42cdf05c1a: Pushed [2025-08-04T06:58:47.807Z] b6f23e2da43c: Pushed [2025-08-04T06:58:47.807Z] ab04388678d6: Pushed [2025-08-04T06:58:47.807Z] 1e890da81ec9: Layer already exists [2025-08-04T06:58:48.093Z] 84650a70057e: Pushed [2025-08-04T06:58:56.357Z] 5257163bded3: Pushed [2025-08-04T06:58:56.357Z] 60d667701c3da78b8984814720c74ae46dfa0d66: digest: sha256:278701c11244fbac431c7394e9f5b9e766159c84695277f98317097fb9908e83 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T06:58:56.721Z] + 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-04T06:58:57.081Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2025-08-04T06:58:57.081Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2025-08-04T06:58:57.081Z] 5257163bded3: Preparing [2025-08-04T06:58:57.081Z] ab04388678d6: Preparing [2025-08-04T06:58:57.081Z] 937d687ff267: Preparing [2025-08-04T06:58:57.081Z] 3a42cdf05c1a: Preparing [2025-08-04T06:58:57.081Z] b6f23e2da43c: Preparing [2025-08-04T06:58:57.081Z] 84650a70057e: Preparing [2025-08-04T06:58:57.081Z] 1e890da81ec9: Preparing [2025-08-04T06:58:57.081Z] 84650a70057e: Waiting [2025-08-04T06:58:57.081Z] 1e890da81ec9: Waiting [2025-08-04T06:58:57.081Z] 3a42cdf05c1a: Layer already exists [2025-08-04T06:58:57.081Z] 937d687ff267: Layer already exists [2025-08-04T06:58:57.081Z] ab04388678d6: Layer already exists [2025-08-04T06:58:57.081Z] b6f23e2da43c: Layer already exists [2025-08-04T06:58:57.081Z] 5257163bded3: Layer already exists [2025-08-04T06:58:57.081Z] 84650a70057e: Layer already exists [2025-08-04T06:58:57.081Z] 1e890da81ec9: Layer already exists [2025-08-04T06:58:57.345Z] latest: digest: sha256:278701c11244fbac431c7394e9f5b9e766159c84695277f98317097fb9908e83 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T06:58:57.701Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T06:58:58.061Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4.1.0-dev.2 [2025-08-04T06:58:58.061Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2025-08-04T06:58:58.061Z] 5257163bded3: Preparing [2025-08-04T06:58:58.061Z] ab04388678d6: Preparing [2025-08-04T06:58:58.061Z] 937d687ff267: Preparing [2025-08-04T06:58:58.061Z] 3a42cdf05c1a: Preparing [2025-08-04T06:58:58.061Z] b6f23e2da43c: Preparing [2025-08-04T06:58:58.061Z] 84650a70057e: Preparing [2025-08-04T06:58:58.061Z] 1e890da81ec9: Preparing [2025-08-04T06:58:58.061Z] 1e890da81ec9: Waiting [2025-08-04T06:58:58.061Z] 84650a70057e: Waiting [2025-08-04T06:58:58.061Z] 5257163bded3: Layer already exists [2025-08-04T06:58:58.061Z] b6f23e2da43c: Layer already exists [2025-08-04T06:58:58.061Z] ab04388678d6: Layer already exists [2025-08-04T06:58:58.061Z] 3a42cdf05c1a: Layer already exists [2025-08-04T06:58:58.061Z] 937d687ff267: Layer already exists [2025-08-04T06:58:58.061Z] 84650a70057e: Layer already exists [2025-08-04T06:58:58.061Z] 1e890da81ec9: Layer already exists [2025-08-04T06:58:58.061Z] 4.1.0-dev.2: digest: sha256:278701c11244fbac431c7394e9f5b9e766159c84695277f98317097fb9908e83 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T06:58:58.423Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T06:58:58.800Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2 [2025-08-04T06:58:58.800Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2025-08-04T06:58:58.800Z] 5257163bded3: Preparing [2025-08-04T06:58:58.800Z] ab04388678d6: Preparing [2025-08-04T06:58:58.800Z] 937d687ff267: Preparing [2025-08-04T06:58:58.800Z] 3a42cdf05c1a: Preparing [2025-08-04T06:58:58.800Z] b6f23e2da43c: Preparing [2025-08-04T06:58:58.800Z] 84650a70057e: Preparing [2025-08-04T06:58:58.800Z] 1e890da81ec9: Preparing [2025-08-04T06:58:58.800Z] 1e890da81ec9: Waiting [2025-08-04T06:58:58.800Z] 84650a70057e: Waiting [2025-08-04T06:58:58.800Z] 3a42cdf05c1a: Layer already exists [2025-08-04T06:58:58.800Z] 5257163bded3: Layer already exists [2025-08-04T06:58:58.800Z] 937d687ff267: Layer already exists [2025-08-04T06:58:58.800Z] ab04388678d6: Layer already exists [2025-08-04T06:58:58.800Z] b6f23e2da43c: Layer already exists [2025-08-04T06:58:58.800Z] 1e890da81ec9: Layer already exists [2025-08-04T06:58:58.800Z] 84650a70057e: Layer already exists [2025-08-04T06:58:58.800Z] 60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2: digest: sha256:278701c11244fbac431c7394e9f5b9e766159c84695277f98317097fb9908e83 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T06:58:59.170Z] + 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-04T06:58:59.513Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [2025-08-04T06:58:59.513Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2025-08-04T06:58:59.513Z] 5257163bded3: Preparing [2025-08-04T06:58:59.513Z] ab04388678d6: Preparing [2025-08-04T06:58:59.513Z] 937d687ff267: Preparing [2025-08-04T06:58:59.513Z] 3a42cdf05c1a: Preparing [2025-08-04T06:58:59.513Z] b6f23e2da43c: Preparing [2025-08-04T06:58:59.513Z] 84650a70057e: Preparing [2025-08-04T06:58:59.513Z] 1e890da81ec9: Preparing [2025-08-04T06:58:59.513Z] 84650a70057e: Waiting [2025-08-04T06:58:59.513Z] 1e890da81ec9: Waiting [2025-08-04T06:58:59.513Z] 937d687ff267: Layer already exists [2025-08-04T06:58:59.513Z] 5257163bded3: Layer already exists [2025-08-04T06:58:59.513Z] b6f23e2da43c: Layer already exists [2025-08-04T06:58:59.513Z] 3a42cdf05c1a: Layer already exists [2025-08-04T06:58:59.513Z] ab04388678d6: Layer already exists [2025-08-04T06:58:59.513Z] 1e890da81ec9: Layer already exists [2025-08-04T06:58:59.513Z] 84650a70057e: Layer already exists [2025-08-04T06:58:59.777Z] main: digest: sha256:278701c11244fbac431c7394e9f5b9e766159c84695277f98317097fb9908e83 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T06:58:59.865Z] ===================================================== [Pipeline] echo [2025-08-04T06:58:59.882Z] taggedImages: [2025-08-04T06:58:59.882Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:60d667701c3da78b8984814720c74ae46dfa0d66 [2025-08-04T06:58:59.882Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2025-08-04T06:58:59.882Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4.1.0-dev.2 [2025-08-04T06:58:59.882Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2 [2025-08-04T06:58:59.882Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] echo [2025-08-04T06:58:59.898Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:60d667701c3da78b8984814720c74ae46dfa0d66 [Pipeline] echo [2025-08-04T06:58:59.912Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] echo [2025-08-04T06:58:59.925Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4.1.0-dev.2 [Pipeline] echo [2025-08-04T06:58:59.936Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2 [Pipeline] echo [2025-08-04T06:58:59.953Z] 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-04T06:59:00.342Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-04T06:59:00.342Z] [2025-08-04T06:59:00.342Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T06:59:00.676Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-04T06:59:00.676Z] arm64: Pulling from edgex-lftools-log-publisher [2025-08-04T06:59:00.676Z] 8998bd30e6a1: Pulling fs layer [2025-08-04T06:59:00.676Z] 04944245beec: Pulling fs layer [2025-08-04T06:59:00.676Z] 699f458cf7ca: Pulling fs layer [2025-08-04T06:59:00.676Z] 765212b225bb: Pulling fs layer [2025-08-04T06:59:00.676Z] f23df028b6ca: Pulling fs layer [2025-08-04T06:59:00.676Z] d65c8cfc05b1: Pulling fs layer [2025-08-04T06:59:00.676Z] 2437ff75d9bd: Pulling fs layer [2025-08-04T06:59:00.676Z] f23df028b6ca: Waiting [2025-08-04T06:59:00.676Z] d65c8cfc05b1: Waiting [2025-08-04T06:59:00.676Z] 2437ff75d9bd: Waiting [2025-08-04T06:59:00.942Z] 04944245beec: Verifying Checksum [2025-08-04T06:59:00.942Z] 04944245beec: Download complete [2025-08-04T06:59:00.942Z] 765212b225bb: Verifying Checksum [2025-08-04T06:59:00.942Z] 765212b225bb: Download complete [2025-08-04T06:59:00.942Z] f23df028b6ca: Download complete [2025-08-04T06:59:00.942Z] d65c8cfc05b1: Download complete [2025-08-04T06:59:01.217Z] 699f458cf7ca: Verifying Checksum [2025-08-04T06:59:01.217Z] 699f458cf7ca: Download complete [2025-08-04T06:59:01.484Z] 8998bd30e6a1: Verifying Checksum [2025-08-04T06:59:01.484Z] 8998bd30e6a1: Download complete [2025-08-04T06:59:04.067Z] 2437ff75d9bd: Verifying Checksum [2025-08-04T06:59:04.067Z] 2437ff75d9bd: Download complete [2025-08-04T06:59:06.005Z] 8998bd30e6a1: Pull complete [2025-08-04T06:59:07.128Z] 04944245beec: Pull complete [2025-08-04T06:59:08.539Z] 699f458cf7ca: Pull complete [2025-08-04T06:59:08.809Z] 765212b225bb: Pull complete [2025-08-04T06:59:09.767Z] f23df028b6ca: Pull complete [2025-08-04T06:59:09.767Z] d65c8cfc05b1: Pull complete [2025-08-04T06:59:27.962Z] 2437ff75d9bd: Pull complete [2025-08-04T06:59:27.962Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-08-04T06:59:27.962Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-04T06:59:27.962Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T06:59:28.178Z] prd-ubuntu20.04-docker-arm64-4c-16g-6237 does not seem to be running inside a container [2025-08-04T06:59:28.240Z] $ 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/274 -v /w/workspace/app-service-configurable/274:/w/workspace/app-service-configurable/274:rw,z -v /w/workspace/app-service-configurable/274@tmp:/w/workspace/app-service-configurable/274@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:arm64 cat [2025-08-04T06:59:30.791Z] $ docker top d96f13a221772beb2097c327461c3280f60b362eb293f64c7f1497a9b18e96d5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-04T06:59:31.632Z] ---> job-cost.sh [2025-08-04T06:59:31.632Z] lf-activate-venv: SKIPPING [2025-08-04T06:59:31.632Z] INFO: No Stack... [2025-08-04T06:59:31.898Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-08-04T06:59:32.854Z] INFO: Archiving Costs [Pipeline] sh [2025-08-04T06:59:33.497Z] + cat /w/workspace/app-service-configurable/274/archives/cost.csv [2025-08-04T06:59:33.497Z] + cut -d, -f6 [Pipeline] lock [2025-08-04T06:59:33.564Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-service-configurable-main-274-stack-cost] [2025-08-04T06:59:33.570Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-274-stack-cost] did not exist. Created. [2025-08-04T06:59:33.576Z] Lock acquired on [Resource: jenkins-edgexfoundry-app-service-configurable-main-274-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-08-04T06:59:34.244Z] /w/workspace/app-service-configurable/274@tmp/durable-72e73ca3/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-08-04T06:59:34.889Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-08-04T06:59:34.914Z] Warning: overwriting stash ‘stack-cost’ [2025-08-04T06:59:34.961Z] Stashed 1 file(s) [Pipeline] } [2025-08-04T06:59:34.969Z] Lock released on resource [Resource: jenkins-edgexfoundry-app-service-configurable-main-274-stack-cost] [Pipeline] // lock [Pipeline] } [2025-08-04T06:59:35.001Z] $ docker stop --time=1 d96f13a221772beb2097c327461c3280f60b362eb293f64c7f1497a9b18e96d5 [2025-08-04T06:59:36.530Z] $ docker rm -f --volumes d96f13a221772beb2097c327461c3280f60b362eb293f64c7f1497a9b18e96d5 [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-04T06:59:37.068Z] provisioning config files... [2025-08-04T06:59:37.075Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config13182812806938734932tmp [Pipeline] { [Pipeline] sh [2025-08-04T06:59:37.369Z] + set +x [2025-08-04T06:59:37.369Z] + curl -s https://codecov.io/bash [2025-08-04T06:59:37.369Z] + bash -s -- [2025-08-04T06:59:37.369Z] [2025-08-04T06:59:37.369Z] _____ _ [2025-08-04T06:59:37.369Z] / ____| | | [2025-08-04T06:59:37.369Z] | | ___ __| | ___ ___ _____ __ [2025-08-04T06:59:37.369Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-08-04T06:59:37.369Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-08-04T06:59:37.369Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-08-04T06:59:37.369Z] Bash-1.0.6 [2025-08-04T06:59:37.369Z] [2025-08-04T06:59:37.369Z] [2025-08-04T06:59:37.369Z] ==> git version 2.25.1 found [2025-08-04T06:59:37.369Z] ==> 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-04T06:59:37.369Z] Release-Date: 2020-01-08 [2025-08-04T06:59:37.369Z] 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-04T06:59:37.369Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-08-04T06:59:37.369Z] ==> Jenkins CI detected. [2025-08-04T06:59:37.369Z] current dir:  /w/workspace/ry_app-service-configurable_main [2025-08-04T06:59:37.369Z] project root: . [2025-08-04T06:59:37.369Z] --> token set from env [2025-08-04T06:59:37.369Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-08-04T06:59:37.627Z] ==> Running gcov in . (disable via -X gcov) [2025-08-04T06:59:37.627Z] ==> Python coveragepy not found [2025-08-04T06:59:37.627Z] ==> Searching for coverage reports in: [2025-08-04T06:59:37.627Z] + . [2025-08-04T06:59:37.627Z] -> Found 1 reports [2025-08-04T06:59:37.627Z] ==> Detecting git/mercurial file structure [2025-08-04T06:59:37.627Z] ==> Reading reports [2025-08-04T06:59:37.627Z] + ./coverage.out bytes=953 [2025-08-04T06:59:37.627Z] ==> Appending adjustments [2025-08-04T06:59:37.627Z] https://docs.codecov.io/docs/fixing-reports [2025-08-04T06:59:37.627Z] + Found adjustments [2025-08-04T06:59:37.627Z] ==> Gzipping contents [2025-08-04T06:59:37.627Z] 4.0K /tmp/codecov.hSATQv.gz [2025-08-04T06:59:37.627Z] ==> Uploading reports [2025-08-04T06:59:37.627Z] url: https://codecov.io [2025-08-04T06:59:37.628Z] query: branch=main&commit=60d667701c3da78b8984814720c74ae46dfa0d66&build=274&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F274%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2025-08-04T06:59:37.628Z] -> Pinging Codecov [2025-08-04T06:59:37.628Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=60d667701c3da78b8984814720c74ae46dfa0d66&build=274&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F274%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2025-08-04T06:59:37.885Z] -> Uploading to [2025-08-04T06:59:37.886Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/app-service-configurable/60d667701c3da78b8984814720c74ae46dfa0d66/ff241643-082f-47d0-96cd-e77589eeef5d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250804%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250804T065937Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=97d9c1fcaa7d73646a86916a9d39fae957a6d5087797806fb694f8294fb9e868 [2025-08-04T06:59:37.886Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-08-04T06:59:37.886Z] Dload Upload Total Spent Left Speed [2025-08-04T06:59:38.149Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 384 0 0 100 384 0 2493 --:--:-- --:--:-- --:--:-- 2493 [2025-08-04T06:59:38.149Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/60d667701c3da78b8984814720c74ae46dfa0d66 [Pipeline] } [2025-08-04T06:59:38.155Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-08-04T06:59:38.389Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-08-04T06:59:38.406Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T06:59:38.716Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-08-04T06:59:38.716Z] [2025-08-04T06:59:38.716Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T06:59:39.021Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-08-04T06:59:39.021Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-08-04T06:59:39.021Z] 0a9a5dfd008f: Already exists [2025-08-04T06:59:39.021Z] 36466aa92d05: Already exists [2025-08-04T06:59:39.021Z] e10405b45d13: Already exists [2025-08-04T06:59:39.021Z] 096b7ceb2af7: Already exists [2025-08-04T06:59:39.021Z] 4f4fb700ef54: Already exists [2025-08-04T06:59:39.021Z] e50aa161e22a: Pulling fs layer [2025-08-04T06:59:39.021Z] d3c8db5fb9df: Pulling fs layer [2025-08-04T06:59:39.281Z] e50aa161e22a: Verifying Checksum [2025-08-04T06:59:39.281Z] e50aa161e22a: Download complete [2025-08-04T06:59:39.540Z] e50aa161e22a: Pull complete [2025-08-04T06:59:40.916Z] d3c8db5fb9df: Verifying Checksum [2025-08-04T06:59:40.916Z] d3c8db5fb9df: Download complete [2025-08-04T06:59:44.203Z] d3c8db5fb9df: Pull complete [2025-08-04T06:59:44.203Z] Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be [2025-08-04T06:59:44.203Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-08-04T06:59:44.203Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T06:59:44.298Z] prd-ubuntu20.04-docker-8c-8g-6236 does not seem to be running inside a container [2025-08-04T06:59:44.331Z] $ 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-04T06:59:45.697Z] $ docker top c9a91b8503043f37b6026a5b551e12ca24394d11b558d02fc81cf3db886a0094 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-04T06:59:46.062Z] + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] echo [2025-08-04T06:59:46.073Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh [2025-08-04T06:59:46.351Z] + set -o pipefail [2025-08-04T06:59:46.351Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' [2025-08-04T06:59:56.330Z] [2025-08-04T06:59:56.330Z] Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... [2025-08-04T06:59:56.330Z] [2025-08-04T06:59:56.330Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/7dc5f32a-caad-4990-b9e2-a648c5eeaf90/history/a9d1056e-2bf1-43b3-a65f-5d414e0e1395 [2025-08-04T06:59:56.330Z] [2025-08-04T06:59:56.330Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-08-04T06:59:56.330Z] [2025-08-04T06:59:56.330Z] [2025-08-04T06:59:56.330Z] You are approaching your monthly limit of 200 private tests for your edgex-jenkins org. [2025-08-04T06:59:56.330Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2025-08-04T06:59:56.339Z] $ docker stop --time=1 c9a91b8503043f37b6026a5b551e12ca24394d11b558d02fc81cf3db886a0094 [2025-08-04T06:59:59.495Z] $ docker rm -f --volumes c9a91b8503043f37b6026a5b551e12ca24394d11b558d02fc81cf3db886a0094 [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-04T07:00:00.396Z] + git log --format=format:%s -1 60d667701c3da78b8984814720c74ae46dfa0d66 [Pipeline] sh [2025-08-04T07:00:00.688Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-04T07:00:00.688Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T07:00:01.001Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-04T07:00:01.001Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T07:00:01.074Z] prd-ubuntu20.04-docker-8c-8g-6236 does not seem to be running inside a container [2025-08-04T07:00:01.102Z] $ 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-04T07:00:01.433Z] $ docker top 76e79c57ae2122b8a3936d4438e14601a28d1b55fa637551cafa73df5a12b03d -eo pid,comm [2025-08-04T07:00:01.479Z] 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-04T07:00:01.479Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-04T07:00:01.541Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-04T07:00:01.541Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-04T07:00:01.641Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-04T07:00:01.641Z] $ docker exec 76e79c57ae2122b8a3936d4438e14601a28d1b55fa637551cafa73df5a12b03d ssh-agent [2025-08-04T07:00:01.752Z] SSH_AUTH_SOCK=/tmp/ssh-05uGsjAmHxIe/agent.32 [2025-08-04T07:00:01.752Z] SSH_AGENT_PID=38 [2025-08-04T07:00:01.757Z] Running ssh-add (command line suppressed) [2025-08-04T07:00:01.861Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_9881647053243310812.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_9881647053243310812.key) [2025-08-04T07:00:01.876Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-04T07:00:02.167Z] + git semver tag [2025-08-04T07:00:02.425Z] 2025-08-04 07:00:02,379 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-04T07:00:02.425Z] 2025-08-04 07:00:02,398 [run_tag] DEBUG tag force:False [2025-08-04T07:00:02.425Z] 2025-08-04 07:00:02,398 [check_head_tag] DEBUG check head tag [2025-08-04T07:00:02.426Z] 2025-08-04 07:00:02,399 [execute] INFO git cat-file --batch-check [2025-08-04T07:00:02.426Z] 2025-08-04 07:00:02,399 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, stdin=, shell=False, universal_newlines=False) [2025-08-04T07:00:02.426Z] 2025-08-04 07:00:02,401 [execute] INFO git cat-file --batch [2025-08-04T07:00:02.426Z] 2025-08-04 07:00:02,401 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, stdin=, shell=False, universal_newlines=False) [2025-08-04T07:00:02.426Z] 2025-08-04 07:00:02,410 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2025-08-04T07:00:02.426Z] 2025-08-04 07:00:02,410 [execute] INFO git tag -a v4.1.0-dev.2 -m v4.1.0-dev.2 [2025-08-04T07:00:02.426Z] 2025-08-04 07:00:02,410 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.2', '-m', 'v4.1.0-dev.2'], cwd=/w/workspace/ry_app-service-configurable_main, stdin=None, shell=False, universal_newlines=False) [2025-08-04T07:00:02.426Z] 2025-08-04 07:00:02,413 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2025-08-04T07:00:02.426Z] 4.1.0-dev.2 [Pipeline] } [2025-08-04T07:00:02.692Z] $ docker exec --env ******** --env ******** 76e79c57ae2122b8a3936d4438e14601a28d1b55fa637551cafa73df5a12b03d ssh-agent -k [2025-08-04T07:00:02.779Z] unset SSH_AUTH_SOCK; [2025-08-04T07:00:02.779Z] unset SSH_AGENT_PID; [2025-08-04T07:00:02.780Z] echo Agent pid 38 killed; [2025-08-04T07:00:02.790Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-04T07:00:03.112Z] + git semver [Pipeline] } [2025-08-04T07:00:03.387Z] $ docker stop --time=1 76e79c57ae2122b8a3936d4438e14601a28d1b55fa637551cafa73df5a12b03d [2025-08-04T07:00:04.966Z] $ docker rm -f --volumes 76e79c57ae2122b8a3936d4438e14601a28d1b55fa637551cafa73df5a12b03d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T07:00:05.404Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-08-04T07:00:05.404Z] [2025-08-04T07:00:05.404Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T07:00:05.706Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-08-04T07:00:05.706Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-08-04T07:00:05.706Z] ab5ef0e58194: Pulling fs layer [2025-08-04T07:00:05.706Z] 9712f1f96733: Pulling fs layer [2025-08-04T07:00:05.706Z] 63f879dbbcfc: Pulling fs layer [2025-08-04T07:00:05.706Z] 0d9ebad4ef96: Pulling fs layer [2025-08-04T07:00:05.706Z] e9a5061849ea: Pulling fs layer [2025-08-04T07:00:05.706Z] d747dcd14b5f: Pulling fs layer [2025-08-04T07:00:05.706Z] 2de7ff778b66: Pulling fs layer [2025-08-04T07:00:05.706Z] d747dcd14b5f: Waiting [2025-08-04T07:00:05.706Z] 0d9ebad4ef96: Waiting [2025-08-04T07:00:05.706Z] e9a5061849ea: Waiting [2025-08-04T07:00:05.706Z] 2de7ff778b66: Waiting [2025-08-04T07:00:05.706Z] 9712f1f96733: Download complete [2025-08-04T07:00:06.285Z] 63f879dbbcfc: Verifying Checksum [2025-08-04T07:00:06.285Z] 63f879dbbcfc: Download complete [2025-08-04T07:00:06.285Z] e9a5061849ea: Verifying Checksum [2025-08-04T07:00:06.285Z] e9a5061849ea: Download complete [2025-08-04T07:00:06.285Z] d747dcd14b5f: Download complete [2025-08-04T07:00:06.543Z] ab5ef0e58194: Verifying Checksum [2025-08-04T07:00:06.543Z] ab5ef0e58194: Download complete [2025-08-04T07:00:06.543Z] 0d9ebad4ef96: Verifying Checksum [2025-08-04T07:00:06.543Z] 0d9ebad4ef96: Download complete [2025-08-04T07:00:06.543Z] 2de7ff778b66: Verifying Checksum [2025-08-04T07:00:06.543Z] 2de7ff778b66: Download complete [2025-08-04T07:00:10.725Z] ab5ef0e58194: Pull complete [2025-08-04T07:00:10.725Z] 9712f1f96733: Pull complete [2025-08-04T07:00:10.725Z] 63f879dbbcfc: Pull complete [2025-08-04T07:00:15.990Z] 0d9ebad4ef96: Pull complete [2025-08-04T07:00:15.990Z] e9a5061849ea: Pull complete [2025-08-04T07:00:15.990Z] d747dcd14b5f: Pull complete [2025-08-04T07:00:17.369Z] 2de7ff778b66: Pull complete [2025-08-04T07:00:17.369Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-08-04T07:00:17.369Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-08-04T07:00:17.369Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T07:00:17.465Z] prd-ubuntu20.04-docker-8c-8g-6236 does not seem to be running inside a container [2025-08-04T07:00:17.488Z] $ 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-04T07:00:21.460Z] $ docker top e4d34f51737662ff6be06f2a88ef6216fae76c6aa43588ceb6510d04baa88025 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-08-04T07:00:21.532Z] provisioning config files... [2025-08-04T07:00:21.539Z] copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config12213655395298093985tmp [2025-08-04T07:00:21.548Z] copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config14511767074458301388tmp [2025-08-04T07:00:21.556Z] copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config7880543492337717620tmp [Pipeline] { [Pipeline] echo [2025-08-04T07:00:21.582Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-04T07:00:21.875Z] ---> sigul-configuration.sh [2025-08-04T07:00:21.876Z] gpg: directory `/root/.gnupg' created [2025-08-04T07:00:21.876Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-08-04T07:00:21.876Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-08-04T07:00:21.876Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-08-04T07:00:21.876Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-08-04T07:00:21.876Z] gpg: CAST5 encrypted data [2025-08-04T07:00:21.876Z] gpg: encrypted with 1 passphrase [2025-08-04T07:00:21.876Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-08-04T07:00:22.172Z] + mkdir /home/jenkins [2025-08-04T07:00:22.172Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-08-04T07:00:22.471Z] + 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-04T07:00:22.483Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-04T07:00:22.774Z] ---> sigul-install.sh [2025-08-04T07:00:22.775Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-08-04T07:00:23.068Z] + git tag --list [2025-08-04T07:00:23.068Z] v1.0.0 [2025-08-04T07:00:23.068Z] v1.1.0 [2025-08-04T07:00:23.068Z] v1.2.0 [2025-08-04T07:00:23.068Z] v1.3.0 [2025-08-04T07:00:23.068Z] v1.3.1 [2025-08-04T07:00:23.068Z] v2.0.0 [2025-08-04T07:00:23.068Z] v2.0.1 [2025-08-04T07:00:23.068Z] v2.1.0 [2025-08-04T07:00:23.068Z] v2.1.1 [2025-08-04T07:00:23.068Z] v2.1.2 [2025-08-04T07:00:23.068Z] v2.2.0 [2025-08-04T07:00:23.068Z] v2.3 [2025-08-04T07:00:23.068Z] v2.3.0 [2025-08-04T07:00:23.068Z] v2.3.1 [2025-08-04T07:00:23.068Z] v3.0 [2025-08-04T07:00:23.068Z] v3.0.0 [2025-08-04T07:00:23.068Z] v3.0.1 [2025-08-04T07:00:23.068Z] v3.1 [2025-08-04T07:00:23.068Z] v3.1.0 [2025-08-04T07:00:23.068Z] v3.1.1 [2025-08-04T07:00:23.068Z] v4.0 [2025-08-04T07:00:23.068Z] v4.0.0 [2025-08-04T07:00:23.068Z] v4.0.1 [2025-08-04T07:00:23.068Z] v4.1.0-dev.1 [2025-08-04T07:00:23.068Z] v4.1.0-dev.2 [Pipeline] sh [2025-08-04T07:00:23.362Z] + lftools sign git-tag v4.1.0-dev.2 [2025-08-04T07:00:23.932Z] Signing Git tag with Sigul... [2025-08-04T07:00:23.932Z] Signing v4.1.0-dev.2 [Pipeline] echo [2025-08-04T07:00:24.207Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-04T07:00:24.499Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-08-04T07:00:24.507Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-08-04T07:00:24.533Z] $ docker stop --time=1 e4d34f51737662ff6be06f2a88ef6216fae76c6aa43588ceb6510d04baa88025 [2025-08-04T07:00:25.886Z] $ docker rm -f --volumes e4d34f51737662ff6be06f2a88ef6216fae76c6aa43588ceb6510d04baa88025 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-08-04T07:00:26.331Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-04T07:00:26.331Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T07:00:26.630Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-04T07:00:26.630Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T07:00:26.773Z] prd-ubuntu20.04-docker-8c-8g-6236 does not seem to be running inside a container [2025-08-04T07:00:26.835Z] $ 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-04T07:00:27.062Z] $ docker top 960e85b10876a9bf8b6f501cce5243635523f575a22c4985fdcd74f7e51677e3 -eo pid,comm [2025-08-04T07:00:27.188Z] 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-04T07:00:27.188Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-04T07:00:27.243Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-04T07:00:27.243Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-04T07:00:27.353Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-04T07:00:27.353Z] $ docker exec 960e85b10876a9bf8b6f501cce5243635523f575a22c4985fdcd74f7e51677e3 ssh-agent [2025-08-04T07:00:27.470Z] SSH_AUTH_SOCK=/tmp/ssh-I8qlfc8Ox2x9/agent.34 [2025-08-04T07:00:27.470Z] SSH_AGENT_PID=41 [2025-08-04T07:00:27.476Z] Running ssh-add (command line suppressed) [2025-08-04T07:00:27.565Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_14477581860931222353.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_14477581860931222353.key) [2025-08-04T07:00:27.597Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-04T07:00:27.894Z] + git semver bump pre [2025-08-04T07:00:28.152Z] 2025-08-04 07:00:28,089 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-04T07:00:28.152Z] 2025-08-04 07:00:28,092 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2025-08-04T07:00:28.152Z] 2025-08-04 07:00:28,092 [bump_version] DEBUG bumping version:4.1.0-dev.2 on axis:pre with prefix:dev [2025-08-04T07:00:28.152Z] 2025-08-04 07:00:28,092 [bump_version] DEBUG bumped version:4.1.0-dev.3 [2025-08-04T07:00:28.152Z] 2025-08-04 07:00:28,092 [write_version] DEBUG write version:4.1.0-dev.3 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True [2025-08-04T07:00:28.152Z] 2025-08-04 07:00:28,092 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2025-08-04T07:00:28.152Z] 2025-08-04 07:00:28,092 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main [2025-08-04T07:00:28.152Z] 2025-08-04 07:00:28,095 [execute] INFO git cat-file --batch-check [2025-08-04T07:00:28.152Z] 2025-08-04 07:00:28,095 [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-04T07:00:28.152Z] 2025-08-04 07:00:28,098 [execute] INFO git cat-file --batch [2025-08-04T07:00:28.152Z] 2025-08-04 07:00:28,099 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-08-04T07:00:28.152Z] 2025-08-04 07:00:28,102 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2025-08-04T07:00:28.152Z] 4.1.0-dev.3 [Pipeline] } [2025-08-04T07:00:28.158Z] $ docker exec --env ******** --env ******** 960e85b10876a9bf8b6f501cce5243635523f575a22c4985fdcd74f7e51677e3 ssh-agent -k [2025-08-04T07:00:28.257Z] unset SSH_AUTH_SOCK; [2025-08-04T07:00:28.257Z] unset SSH_AGENT_PID; [2025-08-04T07:00:28.257Z] echo Agent pid 41 killed; [2025-08-04T07:00:28.269Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-04T07:00:28.588Z] + git semver [Pipeline] } [2025-08-04T07:00:29.164Z] $ docker stop --time=1 960e85b10876a9bf8b6f501cce5243635523f575a22c4985fdcd74f7e51677e3 [2025-08-04T07:00:30.475Z] $ docker rm -f --volumes 960e85b10876a9bf8b6f501cce5243635523f575a22c4985fdcd74f7e51677e3 [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-04T07:00:30.829Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-04T07:00:30.829Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T07:00:31.128Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-04T07:00:31.128Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T07:00:31.211Z] prd-ubuntu20.04-docker-8c-8g-6236 does not seem to be running inside a container [2025-08-04T07:00:31.235Z] $ 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-04T07:00:31.498Z] $ docker top c2a4be19516eca38e0e4028efe9c454f4d43431d2609c7fcabc69ec04499bb02 -eo pid,comm [2025-08-04T07:00:31.542Z] 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-04T07:00:31.542Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-04T07:00:31.601Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-04T07:00:31.601Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-04T07:00:31.707Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-04T07:00:31.707Z] $ docker exec c2a4be19516eca38e0e4028efe9c454f4d43431d2609c7fcabc69ec04499bb02 ssh-agent [2025-08-04T07:00:31.807Z] SSH_AUTH_SOCK=/tmp/ssh-1G87AH8pPa8n/agent.33 [2025-08-04T07:00:31.807Z] SSH_AGENT_PID=39 [2025-08-04T07:00:31.811Z] Running ssh-add (command line suppressed) [2025-08-04T07:00:31.898Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_10817071120162091259.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_10817071120162091259.key) [2025-08-04T07:00:31.913Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-04T07:00:32.207Z] + git semver push [2025-08-04T07:00:32.466Z] 2025-08-04 07:00:32,402 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-04T07:00:32.466Z] 2025-08-04 07:00:32,430 [run_push] DEBUG push [2025-08-04T07:00:32.466Z] 2025-08-04 07:00:32,431 [execute] INFO git cat-file --batch-check [2025-08-04T07:00:32.466Z] 2025-08-04 07:00:32,431 [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-04T07:00:32.466Z] 2025-08-04 07:00:32,434 [execute] INFO git rev-list 5da4427bbd1c305a77856efa6f7f79583bcd8926 -- [2025-08-04T07:00:32.466Z] 2025-08-04 07:00:32,434 [execute] DEBUG Popen(['git', 'rev-list', '5da4427bbd1c305a77856efa6f7f79583bcd8926', '--'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-08-04T07:00:32.466Z] 2025-08-04 07:00:32,444 [execute] INFO git fetch -v -- origin [2025-08-04T07:00:32.466Z] 2025-08-04 07:00:32,444 [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-04T07:00:33.033Z] 2025-08-04 07:00:32,899 [run_push] DEBUG no remote changes detected [2025-08-04T07:00:33.033Z] 2025-08-04 07:00:32,899 [execute] INFO git push origin semver [2025-08-04T07:00:33.034Z] 2025-08-04 07:00:32,899 [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-04T07:00:33.969Z] 2025-08-04 07:00:33,929 [run_push] DEBUG push all version tags [2025-08-04T07:00:33.969Z] 2025-08-04 07:00:33,929 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-08-04T07:00:33.969Z] 2025-08-04 07:00:33,929 [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-04T07:00:35.346Z] 2025-08-04 07:00:35,092 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2025-08-04T07:00:35.346Z] 4.1.0-dev.3 [Pipeline] } [2025-08-04T07:00:35.352Z] $ docker exec --env ******** --env ******** c2a4be19516eca38e0e4028efe9c454f4d43431d2609c7fcabc69ec04499bb02 ssh-agent -k [2025-08-04T07:00:35.451Z] unset SSH_AUTH_SOCK; [2025-08-04T07:00:35.451Z] unset SSH_AGENT_PID; [2025-08-04T07:00:35.451Z] echo Agent pid 39 killed; [2025-08-04T07:00:35.465Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-04T07:00:35.786Z] + git semver [Pipeline] } [2025-08-04T07:00:36.053Z] $ docker stop --time=1 c2a4be19516eca38e0e4028efe9c454f4d43431d2609c7fcabc69ec04499bb02 [2025-08-04T07:00:37.345Z] $ docker rm -f --volumes c2a4be19516eca38e0e4028efe9c454f4d43431d2609c7fcabc69ec04499bb02 [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-04T07:00:37.915Z] + [ -d /w/workspace/ry_app-service-configurable_main/archives ] [2025-08-04T07:00:37.915Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2025-08-04T07:00:37.915Z] total 16 [2025-08-04T07:00:37.915Z] drwxr-xr-x 3 root root 4096 Aug 4 06:48 . [2025-08-04T07:00:37.915Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 4 07:00 .. [2025-08-04T07:00:37.915Z] drwxr-xr-x 2 root root 4096 Aug 4 06:48 cost [2025-08-04T07:00:37.915Z] -rw-r--r-- 1 root root 96 Aug 4 06:48 cost.csv [2025-08-04T07:00:37.915Z] + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives [2025-08-04T07:00:37.915Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2025-08-04T07:00:37.915Z] total 16 [2025-08-04T07:00:37.915Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 4 06:48 . [2025-08-04T07:00:37.915Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 4 07:00 .. [2025-08-04T07:00:37.915Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 4 06:48 cost [2025-08-04T07:00:37.915Z] -rw-r--r-- 1 jenkins jenkins 96 Aug 4 06:48 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-08-04T07:00:38.201Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-04T07:00:39.058Z] ---> package-listing.sh [2025-08-04T07:00:39.058Z] ++ facter osfamily [2025-08-04T07:00:39.058Z] ++ tr '[:upper:]' '[:lower:]' [2025-08-04T07:00:39.316Z] + OS_FAMILY=debian [2025-08-04T07:00:39.316Z] + workspace=/w/workspace/ry_app-service-configurable_main [2025-08-04T07:00:39.316Z] + START_PACKAGES=/tmp/packages_start.txt [2025-08-04T07:00:39.317Z] + END_PACKAGES=/tmp/packages_end.txt [2025-08-04T07:00:39.317Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-08-04T07:00:39.317Z] + PACKAGES=/tmp/packages_start.txt [2025-08-04T07:00:39.317Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2025-08-04T07:00:39.317Z] + PACKAGES=/tmp/packages_end.txt [2025-08-04T07:00:39.317Z] + case "${OS_FAMILY}" in [2025-08-04T07:00:39.317Z] + grep '^ii' [2025-08-04T07:00:39.317Z] + dpkg -l [2025-08-04T07:00:39.317Z] + '[' -f /tmp/packages_start.txt ']' [2025-08-04T07:00:39.317Z] + '[' -f /tmp/packages_end.txt ']' [2025-08-04T07:00:39.317Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-08-04T07:00:39.317Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2025-08-04T07:00:39.317Z] + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ [2025-08-04T07:00:39.317Z] + 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-04T07:00:39.328Z] 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-04T07:00:39.601Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T07:00:40.153Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-04T07:00:40.153Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T07:00:40.224Z] prd-ubuntu20.04-docker-8c-8g-6236 does not seem to be running inside a container [2025-08-04T07:00:40.246Z] $ 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-04T07:00:40.445Z] $ docker top f45b7334773fcbe74aa644bc5e45058763e775bed3d44bb678afe1d5b5689e85 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-04T07:00:40.782Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-08-04T07:00:41.067Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-08-04T07:00:41.347Z] + ls /var/log/sa-host [2025-08-04T07:00:41.347Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-04T07:00:41.382Z] provisioning config files... [2025-08-04T07:00:41.390Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config9024079187998027868tmp [Pipeline] { [Pipeline] echo [2025-08-04T07:00:41.417Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-04T07:00:41.695Z] ---> create-netrc.sh [Pipeline] } [2025-08-04T07:00:41.702Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-08-04T07:00:42.012Z] ---> python-tools-install.sh [Pipeline] echo [2025-08-04T07:00:42.022Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-04T07:00:42.303Z] ---> sudo-logs.sh [2025-08-04T07:00:42.303Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-08-04T07:00:42.337Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-04T07:00:42.618Z] ---> job-cost.sh [2025-08-04T07:00:42.618Z] lf-activate-venv: SKIPPING [2025-08-04T07:00:42.618Z] DEBUG: total: 0.2199999988079071 [2025-08-04T07:00:42.618Z] INFO: Retrieving Stack Cost... [2025-08-04T07:00:42.876Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-08-04T07:00:43.135Z] INFO: Archiving Costs [Pipeline] echo [2025-08-04T07:00:43.149Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-04T07:00:43.431Z] ---> logs-deploy.sh [2025-08-04T07:00:43.431Z] lf-activate-venv: SKIPPING [2025-08-04T07:00:43.431Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/274 [2025-08-04T07:00:43.431Z] INFO: archiving workspace using pattern(s): [2025-08-04T07:00:44.365Z] Archives upload complete. [2025-08-04T07:00:44.365Z] INFO: archiving logs to Nexus