Push event to branch main 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-ssh18134490147532116803.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh17560419984557253469.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/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-ssh9515882334307623278.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh761630856160349202.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-ssh5035661576398898124.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 ‘prd-ubuntu20.04-docker-8c-8g-5614’ is offline Running on prd-ubuntu20.04-docker-8c-8g-5615 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 0217d1088d53fc3bf9af5a6d0b7cc9b7418b60a2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-07-23T13:00:03.692Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-07-23T13:00:03.758Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-07-23T13:00:03.783Z] ========================================================= [2025-07-23T13:00:03.783Z] EdgeX Global Pipelines Version Info [2025-07-23T13:00:03.783Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-07-23T13:00:04.876Z] ------------------- [2025-07-23T13:00:04.876Z] stable info: [2025-07-23T13:00:04.876Z] ------------------- [2025-07-23T13:00:04.876Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-07-23T13:00:04.876Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-07-23T13:00:04.876Z] Message: update stable to v1.0.274 [2025-07-23T13:00:05.141Z] ------------------- [2025-07-23T13:00:05.141Z] experimental info: [2025-07-23T13:00:05.141Z] ------------------- [2025-07-23T13:00:05.141Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-07-23T13:00:05.141Z] Commit SHA: 274fe4ad960081a284537894dddd28d0c782a18e [2025-07-23T13:00:05.141Z] Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-07-23T13:00:05.216Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2025-07-23T13:00:05.233Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2025-07-23T13:00:05.257Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-07-23T13:00:05.279Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-07-23T13:00:05.299Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-07-23T13:00:05.318Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-07-23T13:00:05.334Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-07-23T13:00:05.351Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-07-23T13:00:05.369Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-07-23T13:00:05.384Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-07-23T13:00:05.400Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-07-23T13:00:05.426Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2025-07-23T13:00:05.452Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-07-23T13:00:05.476Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-07-23T13:00:05.498Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-07-23T13:00:05.521Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-07-23T13:00:05.546Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-07-23T13:00:05.564Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-07-23T13:00:05.586Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-07-23T13:00:05.607Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-07-23T13:00:05.629Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-07-23T13:00:05.651Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-07-23T13:00:05.670Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-07-23T13:00:05.694Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-07-23T13:00:05.713Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-07-23T13:00:05.735Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-07-23T13:00:05.756Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-07-23T13:00:05.778Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-07-23T13:00:05.798Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-07-23T13:00:05.820Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-07-23T13:00:05.840Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 60d667701c3da78b8984814720c74ae46dfa0d66 [Pipeline] echo [2025-07-23T13:00:05.865Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 60d6677 [Pipeline] echo [2025-07-23T13:00:05.889Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-23T13:00:05.946Z] provisioning config files... [2025-07-23T13:00:05.958Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config12816454923034258065tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-23T13:00:06.319Z] ---> ****-login.sh [2025-07-23T13:00:06.319Z] nexus3.edgexfoundry.org:10001 [2025-07-23T13:00:06.578Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T13:00:06.578Z] [2025-07-23T13:00:06.578Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-23T13:00:06.578Z] Configure a credential helper to remove this warning. See [2025-07-23T13:00:06.578Z] https://docs.****.com/go/credential-store/ [2025-07-23T13:00:06.578Z] [2025-07-23T13:00:06.578Z] Login Succeeded [2025-07-23T13:00:06.578Z] nexus3.edgexfoundry.org:10002 [2025-07-23T13:00:06.838Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T13:00:06.838Z] [2025-07-23T13:00:06.838Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-23T13:00:06.838Z] Configure a credential helper to remove this warning. See [2025-07-23T13:00:06.838Z] https://docs.****.com/go/credential-store/ [2025-07-23T13:00:06.838Z] [2025-07-23T13:00:06.838Z] Login Succeeded [2025-07-23T13:00:06.838Z] nexus3.edgexfoundry.org:10003 [2025-07-23T13:00:06.838Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T13:00:06.838Z] [2025-07-23T13:00:06.838Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-23T13:00:06.838Z] Configure a credential helper to remove this warning. See [2025-07-23T13:00:06.838Z] https://docs.****.com/go/credential-store/ [2025-07-23T13:00:06.838Z] [2025-07-23T13:00:06.838Z] Login Succeeded [2025-07-23T13:00:06.838Z] nexus3.edgexfoundry.org:10004 [2025-07-23T13:00:06.838Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T13:00:06.838Z] [2025-07-23T13:00:06.838Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-23T13:00:06.838Z] Configure a credential helper to remove this warning. See [2025-07-23T13:00:06.838Z] https://docs.****.com/go/credential-store/ [2025-07-23T13:00:06.838Z] [2025-07-23T13:00:06.838Z] Login Succeeded [2025-07-23T13:00:07.098Z] ****.io [2025-07-23T13:00:07.098Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T13:00:07.358Z] [2025-07-23T13:00:07.358Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-23T13:00:07.358Z] Configure a credential helper to remove this warning. See [2025-07-23T13:00:07.358Z] https://docs.****.com/go/credential-store/ [2025-07-23T13:00:07.358Z] [2025-07-23T13:00:07.358Z] Login Succeeded [2025-07-23T13:00:07.358Z] ---> ****-login.sh ends [Pipeline] } [2025-07-23T13:00:07.365Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-07-23T13:00:07.766Z] + git rev-list -1 --merges 60d667701c3da78b8984814720c74ae46dfa0d66~1..60d667701c3da78b8984814720c74ae46dfa0d66 [Pipeline] echo [2025-07-23T13:00:07.792Z] -----------> git rev-list -1 --merges 60d667701c3da78b8984814720c74ae46dfa0d66~1..60d667701c3da78b8984814720c74ae46dfa0d66 60d667701c3da78b8984814720c74ae46dfa0d66 [2025-07-23T13:00:07.792Z] 60d667701c3da78b8984814720c74ae46dfa0d66 [false] [Pipeline] sh [2025-07-23T13:00:08.084Z] + git log --format=format:%s -1 60d667701c3da78b8984814720c74ae46dfa0d66 [Pipeline] echo [2025-07-23T13:00:08.100Z] ========================================================= [2025-07-23T13:00:08.100Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-07-23T13:00:08.100Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-07-23T13:00:08.443Z] + git log --format=format:%s -1 60d667701c3da78b8984814720c74ae46dfa0d66 [Pipeline] echo [2025-07-23T13:00:08.456Z] [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-07-23T13:00:08.472Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-07-23T13:00:08.832Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-23T13:00:08.833Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-07-23T13:00:08.833Z] + [ -e /tmp/ssh_known_hosts ] [2025-07-23T13:00:08.833Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-07-23T13:00:08.833Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-07-23T13:00:08.833Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-07-23T13:00:08.833Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T13:00:09.189Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-23T13:00:09.189Z] [2025-07-23T13:00:09.189Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T13:00:09.498Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-23T13:00:09.498Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-07-23T13:00:09.498Z] 3dae71ba6b94: Pulling fs layer [2025-07-23T13:00:09.498Z] 6bf1a483ea7c: Pulling fs layer [2025-07-23T13:00:09.498Z] f5dfc541a4d3: Pulling fs layer [2025-07-23T13:00:09.498Z] 461d9e800cba: Pulling fs layer [2025-07-23T13:00:09.498Z] 80192f66455f: Pulling fs layer [2025-07-23T13:00:09.498Z] 2e8e34ca0e6c: Pulling fs layer [2025-07-23T13:00:09.498Z] a29436f7fd5d: Pulling fs layer [2025-07-23T13:00:09.498Z] 923cac83aea3: Pulling fs layer [2025-07-23T13:00:09.498Z] 25ad8b0a4227: Pulling fs layer [2025-07-23T13:00:09.498Z] db01528c6b51: Pulling fs layer [2025-07-23T13:00:09.498Z] 28988de357af: Pulling fs layer [2025-07-23T13:00:09.498Z] 923cac83aea3: Waiting [2025-07-23T13:00:09.498Z] 461d9e800cba: Waiting [2025-07-23T13:00:09.498Z] 25ad8b0a4227: Waiting [2025-07-23T13:00:09.498Z] 80192f66455f: Waiting [2025-07-23T13:00:09.498Z] a29436f7fd5d: Waiting [2025-07-23T13:00:09.498Z] db01528c6b51: Waiting [2025-07-23T13:00:09.498Z] 28988de357af: Waiting [2025-07-23T13:00:09.498Z] 2e8e34ca0e6c: Waiting [2025-07-23T13:00:09.498Z] 6bf1a483ea7c: Verifying Checksum [2025-07-23T13:00:09.498Z] 6bf1a483ea7c: Download complete [2025-07-23T13:00:09.498Z] 461d9e800cba: Verifying Checksum [2025-07-23T13:00:09.498Z] 461d9e800cba: Download complete [2025-07-23T13:00:09.760Z] 80192f66455f: Verifying Checksum [2025-07-23T13:00:09.760Z] 80192f66455f: Download complete [2025-07-23T13:00:09.760Z] f5dfc541a4d3: Verifying Checksum [2025-07-23T13:00:09.760Z] f5dfc541a4d3: Download complete [2025-07-23T13:00:09.760Z] 3dae71ba6b94: Download complete [2025-07-23T13:00:09.760Z] 923cac83aea3: Download complete [2025-07-23T13:00:09.760Z] 25ad8b0a4227: Verifying Checksum [2025-07-23T13:00:09.760Z] 25ad8b0a4227: Download complete [2025-07-23T13:00:10.025Z] db01528c6b51: Verifying Checksum [2025-07-23T13:00:10.025Z] db01528c6b51: Download complete [2025-07-23T13:00:10.025Z] 28988de357af: Verifying Checksum [2025-07-23T13:00:10.025Z] 28988de357af: Download complete [2025-07-23T13:00:10.025Z] a29436f7fd5d: Verifying Checksum [2025-07-23T13:00:10.025Z] a29436f7fd5d: Download complete [2025-07-23T13:00:10.286Z] 2e8e34ca0e6c: Verifying Checksum [2025-07-23T13:00:10.286Z] 2e8e34ca0e6c: Download complete [2025-07-23T13:00:11.222Z] 3dae71ba6b94: Pull complete [2025-07-23T13:00:11.481Z] 6bf1a483ea7c: Pull complete [2025-07-23T13:00:12.051Z] f5dfc541a4d3: Pull complete [2025-07-23T13:00:12.051Z] 461d9e800cba: Pull complete [2025-07-23T13:00:12.309Z] 80192f66455f: Pull complete [2025-07-23T13:00:16.503Z] 2e8e34ca0e6c: Pull complete [2025-07-23T13:00:17.071Z] a29436f7fd5d: Pull complete [2025-07-23T13:00:17.071Z] 923cac83aea3: Pull complete [2025-07-23T13:00:17.330Z] 25ad8b0a4227: Pull complete [2025-07-23T13:00:17.330Z] db01528c6b51: Pull complete [2025-07-23T13:00:17.330Z] 28988de357af: Pull complete [2025-07-23T13:00:17.330Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-07-23T13:00:17.330Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-23T13:00:17.330Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-23T13:00:17.469Z] prd-ubuntu20.04-docker-8c-8g-5615 does not seem to be running inside a container [2025-07-23T13:00:17.501Z] $ 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-07-23T13:00:20.323Z] $ docker top de69f38c54ccde928ca0dc8557a5a45bac271b9a0af1d7ef581e16b463951a77 -eo pid,comm [2025-07-23T13:00:20.375Z] 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-07-23T13:00:20.375Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-23T13:00:20.438Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-23T13:00:20.438Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-23T13:00:20.546Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-23T13:00:20.547Z] $ docker exec de69f38c54ccde928ca0dc8557a5a45bac271b9a0af1d7ef581e16b463951a77 ssh-agent [2025-07-23T13:00:20.653Z] SSH_AUTH_SOCK=/tmp/ssh-8v5Wr8jUGtsU/agent.31 [2025-07-23T13:00:20.653Z] SSH_AGENT_PID=36 [2025-07-23T13:00:20.659Z] Running ssh-add (command line suppressed) [2025-07-23T13:00:20.761Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_15868336843311051244.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_15868336843311051244.key) [2025-07-23T13:00:20.776Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-23T13:00:21.069Z] + git tag --points-at HEAD [Pipeline] } [2025-07-23T13:00:21.079Z] $ docker exec --env ******** --env ******** de69f38c54ccde928ca0dc8557a5a45bac271b9a0af1d7ef581e16b463951a77 ssh-agent -k [2025-07-23T13:00:21.173Z] unset SSH_AUTH_SOCK; [2025-07-23T13:00:21.173Z] unset SSH_AGENT_PID; [2025-07-23T13:00:21.174Z] echo Agent pid 36 killed; [2025-07-23T13:00:21.186Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-07-23T13:00:21.223Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-23T13:00:21.223Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-23T13:00:21.330Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-23T13:00:21.331Z] $ docker exec de69f38c54ccde928ca0dc8557a5a45bac271b9a0af1d7ef581e16b463951a77 ssh-agent [2025-07-23T13:00:21.453Z] SSH_AUTH_SOCK=/tmp/ssh-0MLyYEQnHufm/agent.69 [2025-07-23T13:00:21.453Z] SSH_AGENT_PID=75 [2025-07-23T13:00:21.458Z] Running ssh-add (command line suppressed) [2025-07-23T13:00:21.567Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_17951705799668541156.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_17951705799668541156.key) [2025-07-23T13:00:21.581Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-23T13:00:21.872Z] + git semver init [2025-07-23T13:00:22.130Z] 2025-07-23 13:00:22,110 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-23T13:00:22.130Z] 2025-07-23 13:00:22,114 [run_init] DEBUG init version:0.0.0 force:False [2025-07-23T13:00:22.130Z] 2025-07-23 13:00:22,115 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver [2025-07-23T13:00:22.130Z] 2025-07-23 13:00:22,116 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver [2025-07-23T13:00:22.130Z] 2025-07-23 13:00:22,116 [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-07-23T13:00:23.509Z] 2025-07-23 13:00:23,375 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude [2025-07-23T13:00:23.509Z] 2025-07-23 13:00:23,376 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False [2025-07-23T13:00:23.509Z] 2025-07-23 13:00:23,376 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2025-07-23T13:00:23.509Z] 2025-07-23 13:00:23,376 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2025-07-23T13:00:23.509Z] 4.1.0-dev.2 [Pipeline] } [2025-07-23T13:00:23.518Z] $ docker exec --env ******** --env ******** de69f38c54ccde928ca0dc8557a5a45bac271b9a0af1d7ef581e16b463951a77 ssh-agent -k [2025-07-23T13:00:23.615Z] unset SSH_AUTH_SOCK; [2025-07-23T13:00:23.615Z] unset SSH_AGENT_PID; [2025-07-23T13:00:23.615Z] echo Agent pid 75 killed; [2025-07-23T13:00:23.627Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-23T13:00:23.956Z] + git semver [Pipeline] } [2025-07-23T13:00:24.226Z] $ docker stop --time=1 de69f38c54ccde928ca0dc8557a5a45bac271b9a0af1d7ef581e16b463951a77 [2025-07-23T13:00:25.492Z] $ docker rm -f --volumes de69f38c54ccde928ca0dc8557a5a45bac271b9a0af1d7ef581e16b463951a77 [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-23T13:00:25.841Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-07-23T13:00:26.113Z] Stashed 1 file(s) [Pipeline] echo [2025-07-23T13:00:26.117Z] [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-07-23T13:00:26.283Z] provisioning config files... [2025-07-23T13:00:26.304Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6739482951586235390tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-23T13:00:26.617Z] ---> ****-login.sh [2025-07-23T13:00:26.617Z] nexus3.edgexfoundry.org:10001 [2025-07-23T13:00:26.617Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T13:00:26.617Z] Login Succeeded [2025-07-23T13:00:26.617Z] nexus3.edgexfoundry.org:10002 [2025-07-23T13:00:26.617Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T13:00:26.617Z] Login Succeeded [2025-07-23T13:00:26.617Z] nexus3.edgexfoundry.org:10003 [2025-07-23T13:00:26.876Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T13:00:26.876Z] Login Succeeded [2025-07-23T13:00:26.876Z] nexus3.edgexfoundry.org:10004 [2025-07-23T13:00:26.877Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T13:00:26.877Z] Login Succeeded [2025-07-23T13:00:26.877Z] ****.io [2025-07-23T13:00:26.877Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T13:00:27.136Z] Login Succeeded [2025-07-23T13:00:27.136Z] ---> ****-login.sh ends [Pipeline] } [2025-07-23T13:00:27.143Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-07-23T13:00:27.241Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-23T13:00:27.257Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-23T13:00:27.277Z] ========================================================= [2025-07-23T13:00:27.278Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-07-23T13:00:27.278Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T13:00:27.608Z] + 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-07-23T13:00:28.548Z] #0 building with "default" instance using docker driver [2025-07-23T13:00:28.548Z] [2025-07-23T13:00:28.548Z] #1 [internal] load build definition from Dockerfile [2025-07-23T13:00:28.548Z] #1 transferring dockerfile: 2.05kB done [2025-07-23T13:00:28.548Z] #1 DONE 0.0s [2025-07-23T13:00:28.548Z] [2025-07-23T13:00:28.548Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-07-23T13:00:28.548Z] #2 DONE 0.1s [2025-07-23T13:00:28.548Z] [2025-07-23T13:00:28.548Z] #3 [internal] load .dockerignore [2025-07-23T13:00:28.548Z] #3 transferring context: 159B done [2025-07-23T13:00:28.548Z] #3 DONE 0.0s [2025-07-23T13:00:28.548Z] [2025-07-23T13:00:28.548Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-07-23T13:00:28.548Z] #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 0.0s done [2025-07-23T13:00:28.548Z] #4 sha256:ea6120ae94a0356f97603cf7c451f67990211a3e020e5a30d412335b108fdc34 4.22kB / 4.22kB done [2025-07-23T13:00:28.548Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0B / 3.63MB 0.1s [2025-07-23T13:00:28.548Z] #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.0s done [2025-07-23T13:00:28.548Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 2.10MB / 74.06MB 0.1s [2025-07-23T13:00:28.548Z] #4 sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 685B / 685B done [2025-07-23T13:00:28.548Z] #4 sha256:e873195afa03f66c4477d62a47bde445cf4ea723c241a30f98137b48a10af2e9 2.08kB / 2.08kB done [2025-07-23T13:00:28.548Z] #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done [2025-07-23T13:00:28.548Z] #4 ... [2025-07-23T13:00:28.548Z] [2025-07-23T13:00:28.548Z] #5 [internal] load build context [2025-07-23T13:00:28.548Z] #5 transferring context: 14.77MB 0.2s done [2025-07-23T13:00:28.548Z] #5 DONE 0.2s [2025-07-23T13:00:28.548Z] [2025-07-23T13:00:28.548Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-07-23T13:00:28.548Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.2s [2025-07-23T13:00:28.548Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 6.29MB / 74.06MB 0.2s [2025-07-23T13:00:28.548Z] #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done [2025-07-23T13:00:28.548Z] #4 sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 440B / 440B 0.1s done [2025-07-23T13:00:28.548Z] #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 0B / 2.38MB 0.2s [2025-07-23T13:00:28.548Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc [2025-07-23T13:00:28.548Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.2s done [2025-07-23T13:00:28.548Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 17.83MB / 74.06MB 0.3s [2025-07-23T13:00:28.548Z] #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 2.38MB / 2.38MB 0.3s done [2025-07-23T13:00:28.548Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 3.15MB / 100.52MB 0.3s [2025-07-23T13:00:28.548Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0B / 13.29MB 0.3s [2025-07-23T13:00:28.811Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 32.02MB / 74.06MB 0.4s [2025-07-23T13:00:28.811Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done [2025-07-23T13:00:28.811Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 8.39MB / 100.52MB 0.4s [2025-07-23T13:00:28.811Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 4.19MB / 13.29MB 0.4s [2025-07-23T13:00:28.811Z] #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.1s done [2025-07-23T13:00:29.076Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 68.16MB / 74.06MB 0.6s [2025-07-23T13:00:29.076Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 22.02MB / 100.52MB 0.6s [2025-07-23T13:00:29.076Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 13.29MB / 13.29MB 0.6s done [2025-07-23T13:00:29.076Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.7s [2025-07-23T13:00:29.076Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 41.94MB / 100.52MB 0.8s [2025-07-23T13:00:29.336Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.9s done [2025-07-23T13:00:29.336Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 60.17MB / 100.52MB 0.9s [2025-07-23T13:00:29.336Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d [2025-07-23T13:00:29.336Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 80.53MB / 100.52MB 1.0s [2025-07-23T13:00:29.594Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 1.1s [2025-07-23T13:00:29.852Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 1.4s done [2025-07-23T13:00:35.128Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 5.0s [2025-07-23T13:00:35.128Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 5.1s done [2025-07-23T13:00:35.128Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 [2025-07-23T13:00:35.128Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done [2025-07-23T13:00:35.128Z] #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done [2025-07-23T13:00:35.128Z] #4 extracting sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 done [2025-07-23T13:00:35.128Z] #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 [2025-07-23T13:00:35.128Z] #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 0.0s done [2025-07-23T13:00:35.128Z] #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 0.1s [2025-07-23T13:00:37.663Z] #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 2.7s done [2025-07-23T13:00:37.663Z] #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.1s [2025-07-23T13:00:38.599Z] #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.6s done [2025-07-23T13:00:38.599Z] #4 DONE 10.1s [2025-07-23T13:00:38.599Z] [2025-07-23T13:00:38.599Z] #6 [builder 2/7] RUN apk add --update --no-cache make git [2025-07-23T13:00:38.599Z] #6 0.213 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-23T13:00:38.857Z] #6 0.372 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-23T13:00:39.116Z] #6 0.727 OK: 248 MiB in 58 packages [2025-07-23T13:00:41.242Z] Still waiting to schedule task [2025-07-23T13:00:41.242Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-07-23T13:00:41.652Z] #6 DONE 3.1s [2025-07-23T13:00:41.652Z] [2025-07-23T13:00:41.652Z] #7 [builder 3/7] WORKDIR /app [2025-07-23T13:00:41.652Z] #7 DONE 0.0s [2025-07-23T13:00:41.652Z] [2025-07-23T13:00:41.652Z] #8 [builder 4/7] COPY go.mod vendor* ./ [2025-07-23T13:00:41.652Z] #8 DONE 0.0s [2025-07-23T13:00:41.652Z] [2025-07-23T13:00:41.652Z] #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-23T13:01:28.352Z] #9 DONE 42.1s [2025-07-23T13:01:28.352Z] [2025-07-23T13:01:28.352Z] #10 [builder 6/7] COPY . . [2025-07-23T13:01:28.352Z] #10 DONE 0.1s [2025-07-23T13:01:28.352Z] [2025-07-23T13:01:28.352Z] #11 [builder 7/7] RUN echo noop [2025-07-23T13:01:28.352Z] #11 0.199 noop [2025-07-23T13:01:28.352Z] #11 DONE 0.2s [2025-07-23T13:01:28.352Z] [2025-07-23T13:01:28.352Z] #12 exporting to image [2025-07-23T13:01:28.352Z] #12 exporting layers [2025-07-23T13:01:32.543Z] #12 exporting layers 8.5s done [2025-07-23T13:01:32.543Z] #12 writing image sha256:deb64589a127dd447d6f80f4e2cf1d43f36712331fb019ac4fdd7f04fd3e0418 done [2025-07-23T13:01:32.543Z] #12 naming to docker.io/library/ci-base-image-x86_64 done [2025-07-23T13:01:32.543Z] #12 DONE 8.5s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T13:01:33.130Z] + docker inspect -f . ci-base-image-x86_64 [2025-07-23T13:01:33.130Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-23T13:01:33.209Z] prd-ubuntu20.04-docker-8c-8g-5615 does not seem to be running inside a container [2025-07-23T13:01:33.234Z] $ 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-07-23T13:01:33.567Z] $ docker top 9a33e311ec804cf23a1cc66da954410305a564e756cde993271493b1e25e2569 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-23T13:01:33.911Z] + go version [2025-07-23T13:01:33.911Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-07-23T13:01:33.920Z] $ docker stop --time=1 9a33e311ec804cf23a1cc66da954410305a564e756cde993271493b1e25e2569 [2025-07-23T13:01:35.184Z] $ docker rm -f --volumes 9a33e311ec804cf23a1cc66da954410305a564e756cde993271493b1e25e2569 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T13:01:35.614Z] + docker inspect -f . ci-base-image-x86_64 [2025-07-23T13:01:35.614Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-23T13:01:35.686Z] prd-ubuntu20.04-docker-8c-8g-5615 does not seem to be running inside a container [2025-07-23T13:01:35.712Z] $ 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-07-23T13:01:35.969Z] $ docker top f19b3a1d95a29aef87ba8b35b141467dccf1478f832a0d11136ebb4a965f34d8 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-23T13:01:36.317Z] + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh [2025-07-23T13:01:36.616Z] + make test [2025-07-23T13:01:36.616Z] go test -race -coverprofile=coverage.out ./... [2025-07-23T13:02:15.368Z] github.com/edgexfoundry/app-service-configurable coverage: 0.0% of statements [2025-07-23T13:02:24.835Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5616 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws [2025-07-23T13:02:24.849Z] Running in /w/workspace/app-service-configurable/273 [Pipeline] { [Pipeline] checkout [2025-07-23T13:02:24.882Z] The recommended git tool is: git [2025-07-23T13:02:30.644Z] using credential edgex-jenkins-ssh [2025-07-23T13:02:30.665Z] Cloning the remote Git repository [2025-07-23T13:02:30.707Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2025-07-23T13:02:30.797Z] > git init /w/workspace/app-service-configurable/273 # timeout=10 [2025-07-23T13:02:30.944Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2025-07-23T13:02:30.945Z] > git --version # timeout=10 [2025-07-23T13:02:30.967Z] > git --version # 'git version 2.25.1' [2025-07-23T13:02:30.969Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-07-23T13:02:31.118Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-07-23T13:02:34.800Z] Avoid second fetch [2025-07-23T13:02:34.800Z] Checking out Revision 60d667701c3da78b8984814720c74ae46dfa0d66 (main) [2025-07-23T13:02:33.879Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2025-07-23T13:02:33.899Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-07-23T13:02:34.813Z] > git config core.sparsecheckout # timeout=10 [2025-07-23T13:02:34.884Z] > git checkout -f 60d667701c3da78b8984814720c74ae46dfa0d66 # timeout=10 [2025-07-23T13:02:35.390Z] 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] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-07-23T13:02:40.183Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-07-23T13:02:40.183Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-23T13:02:40.183Z] Dload Upload Total Spent Left Speed [2025-07-23T13:02:40.183Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14 100 14 0 0 116 0 --:--:-- --:--:-- --:--:-- 115 100 14 100 14 0 0 115 0 --:--:-- --:--:-- --:--:-- 114 [Pipeline] sh [2025-07-23T13:02:40.526Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-07-23T13:02:40.851Z] + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} [2025-07-23T13:02:40.851Z] /etc/docker/daemon.json [2025-07-23T13:02:40.851Z] { [2025-07-23T13:02:40.851Z] "registry-mirrors": [ [2025-07-23T13:02:40.851Z] "https://nexus3.edgexfoundry.org:10001" [2025-07-23T13:02:40.851Z] ], [2025-07-23T13:02:40.851Z] "bip": "10.250.0.254/24", [2025-07-23T13:02:40.851Z] "hosts": [ [2025-07-23T13:02:40.851Z] "tcp://0.0.0.0:5555", [2025-07-23T13:02:40.851Z] "unix:///var/run/docker.sock" [2025-07-23T13:02:40.851Z] ], [2025-07-23T13:02:40.851Z] "mtu": 1458, [2025-07-23T13:02:40.851Z] "selinux-enabled": true, [2025-07-23T13:02:40.851Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-07-23T13:02:40.851Z] } [Pipeline] sh [2025-07-23T13:02:41.181Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-07-23T13:02:41.514Z] + sudo service docker restart [2025-07-23T13:02:47.471Z] go vet ./... [2025-07-23T13:02:52.742Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-07-23T13:02:52.742Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-07-23T13:02:52.742Z] ./bin/test-attribution-txt.sh [2025-07-23T13:02:52.742Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-07-23T13:02:52.742Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-07-23T13:02:52.742Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-07-23T13:02:52.742Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-07-23T13:02:52.742Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo [2025-07-23T13:02:52.757Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-07-23T13:02:52.772Z] $ docker stop --time=1 f19b3a1d95a29aef87ba8b35b141467dccf1478f832a0d11136ebb4a965f34d8 [2025-07-23T13:02:55.769Z] $ docker rm -f --volumes f19b3a1d95a29aef87ba8b35b141467dccf1478f832a0d11136ebb4a965f34d8 [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-23T13:02:56.469Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-07-23T13:02:56.518Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-07-23T13:02:56.959Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-07-23T13:02:57.247Z] + ls -al . [2025-07-23T13:02:57.247Z] total 248 [2025-07-23T13:02:57.247Z] drwxrwxr-x 7 jenkins jenkins 4096 Jul 23 13:01 . [2025-07-23T13:02:57.247Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 23 12:59 .. [2025-07-23T13:02:57.247Z] -rw-rw-r-- 1 jenkins jenkins 119 Jul 23 12:59 .dockerignore [2025-07-23T13:02:57.247Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 23 13:02 .git [2025-07-23T13:02:57.247Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 23 12:59 .github [2025-07-23T13:02:57.247Z] -rw-rw-r-- 1 jenkins jenkins 108 Jul 23 12:59 .gitignore [2025-07-23T13:02:57.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 23 12:59 .golangci.yml [2025-07-23T13:02:57.247Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 23 13:00 .semver [2025-07-23T13:02:57.247Z] -rw-rw-r-- 1 jenkins jenkins 16550 Jul 23 12:59 Attribution.txt [2025-07-23T13:02:57.247Z] -rw-rw-r-- 1 jenkins jenkins 39309 Jul 23 12:59 CHANGELOG.md [2025-07-23T13:02:57.247Z] -rw-rw-r-- 1 jenkins jenkins 2008 Jul 23 12:59 Dockerfile [2025-07-23T13:02:57.247Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 23 12:59 GOVERNANCE.md [2025-07-23T13:02:57.247Z] -rw-rw-r-- 1 jenkins jenkins 666 Jul 23 12:59 Jenkinsfile [2025-07-23T13:02:57.247Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jul 23 12:59 LICENSE [2025-07-23T13:02:57.247Z] -rw-rw-r-- 1 jenkins jenkins 618 Jul 23 12:59 OWNERS.md [2025-07-23T13:02:57.247Z] -rw-rw-r-- 1 jenkins jenkins 4952 Jul 23 12:59 README.md [2025-07-23T13:02:57.247Z] -rw-rw-r-- 1 jenkins jenkins 11 Jul 23 13:00 VERSION [2025-07-23T13:02:57.247Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 23 12:59 bin [2025-07-23T13:02:57.247Z] -rw-r--r-- 1 jenkins jenkins 953 Jul 23 13:02 coverage.out [2025-07-23T13:02:57.247Z] -rw-rw-r-- 1 jenkins jenkins 6527 Jul 23 12:59 go.mod [2025-07-23T13:02:57.247Z] -rw-rw-r-- 1 jenkins jenkins 88208 Jul 23 12:59 go.sum [2025-07-23T13:02:57.247Z] -rw-rw-r-- 1 jenkins jenkins 1937 Jul 23 12:59 main.go [2025-07-23T13:02:57.247Z] -rw-rw-r-- 1 jenkins jenkins 3362 Jul 23 12:59 makefile [2025-07-23T13:02:57.247Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 23 12:59 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T13:02:57.558Z] + 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-07-23T13:02:57.818Z] #0 building with "default" instance using docker driver [2025-07-23T13:02:57.818Z] [2025-07-23T13:02:57.818Z] #1 [internal] load build definition from Dockerfile [2025-07-23T13:02:57.818Z] #1 transferring dockerfile: 2.05kB done [2025-07-23T13:02:57.818Z] #1 DONE 0.0s [2025-07-23T13:02:57.818Z] [2025-07-23T13:02:57.818Z] #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-07-23T13:02:57.818Z] #2 DONE 0.0s [2025-07-23T13:02:57.818Z] [2025-07-23T13:02:57.818Z] #3 [internal] load metadata for docker.io/library/alpine:3.20 [2025-07-23T13:02:57.818Z] #3 DONE 0.1s [2025-07-23T13:02:57.818Z] [2025-07-23T13:02:57.818Z] #4 [internal] load .dockerignore [2025-07-23T13:02:57.818Z] #4 transferring context: 159B done [2025-07-23T13:02:57.818Z] #4 DONE 0.0s [2025-07-23T13:02:57.818Z] [2025-07-23T13:02:57.818Z] #5 [internal] load build context [2025-07-23T13:02:57.818Z] #5 transferring context: 4.84kB 0.0s done [2025-07-23T13:02:57.818Z] #5 DONE 0.0s [2025-07-23T13:02:57.818Z] [2025-07-23T13:02:57.818Z] #6 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-07-23T13:02:57.818Z] #6 DONE 0.1s [2025-07-23T13:02:57.818Z] [2025-07-23T13:02:57.818Z] #7 [stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-07-23T13:02:57.818Z] #7 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-07-23T13:02:58.077Z] #7 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.1s [2025-07-23T13:02:58.077Z] #7 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-07-23T13:02:58.077Z] #7 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-07-23T13:02:58.077Z] #7 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-07-23T13:02:58.077Z] #7 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-07-23T13:02:58.077Z] #7 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.1s done [2025-07-23T13:02:58.077Z] #7 DONE 0.3s [2025-07-23T13:02:58.077Z] [2025-07-23T13:02:58.077Z] #8 [stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2025-07-23T13:02:58.336Z] #8 0.220 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-23T13:02:58.595Z] #8 0.294 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-23T13:02:58.855Z] #8 ... [2025-07-23T13:02:58.855Z] [2025-07-23T13:02:58.855Z] #9 [builder 2/7] RUN apk add --update --no-cache make git [2025-07-23T13:02:58.855Z] #9 0.256 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-23T13:02:58.855Z] #9 0.407 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-23T13:02:58.855Z] #9 0.766 OK: 248 MiB in 58 packages [2025-07-23T13:02:58.855Z] #9 DONE 0.9s [2025-07-23T13:02:58.855Z] [2025-07-23T13:02:58.855Z] #8 [stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2025-07-23T13:02:58.855Z] #8 0.596 (1/2) Installing ca-certificates (20250619-r0) [2025-07-23T13:02:58.855Z] #8 0.612 (2/2) Installing dumb-init (1.2.5-r3) [2025-07-23T13:02:58.855Z] #8 0.616 Executing busybox-1.36.1-r29.trigger [2025-07-23T13:02:58.855Z] #8 0.624 Executing ca-certificates-20250619-r0.trigger [2025-07-23T13:02:58.855Z] #8 0.676 OK: 8 MiB in 16 packages [2025-07-23T13:02:59.114Z] #8 DONE 0.8s [2025-07-23T13:02:59.114Z] [2025-07-23T13:02:59.114Z] #10 [builder 3/7] WORKDIR /app [2025-07-23T13:02:59.114Z] #10 DONE 0.0s [2025-07-23T13:02:59.114Z] [2025-07-23T13:02:59.114Z] #11 [builder 4/7] COPY go.mod vendor* ./ [2025-07-23T13:02:59.114Z] #11 DONE 0.0s [2025-07-23T13:02:59.114Z] [2025-07-23T13:02:59.114Z] #12 [stage-1 3/7] RUN apk --no-cache upgrade [2025-07-23T13:02:59.375Z] #12 0.371 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-23T13:02:59.375Z] #12 0.442 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-23T13:02:59.633Z] #12 ... [2025-07-23T13:02:59.633Z] [2025-07-23T13:02:59.633Z] #13 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-23T13:02:59.633Z] #13 DONE 0.6s [2025-07-23T13:02:59.633Z] [2025-07-23T13:02:59.633Z] #12 [stage-1 3/7] RUN apk --no-cache upgrade [2025-07-23T13:02:59.633Z] #12 0.770 OK: 8 MiB in 16 packages [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-23T13:02:59.799Z] provisioning config files... [2025-07-23T13:02:59.827Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/273@tmp/config6447501240219027302tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-23T13:02:59.893Z] #12 DONE 0.9s [2025-07-23T13:02:59.893Z] [2025-07-23T13:02:59.893Z] #14 [builder 6/7] COPY . . [2025-07-23T13:02:59.893Z] #14 DONE 0.1s [2025-07-23T13:02:59.893Z] [2025-07-23T13:02:59.893Z] #15 [builder 7/7] RUN make build [2025-07-23T13:02:59.893Z] #15 0.300 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-07-23T13:03:00.269Z] ---> ****-login.sh [2025-07-23T13:03:00.270Z] nexus3.edgexfoundry.org:10001 [2025-07-23T13:03:00.542Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T13:03:00.813Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-23T13:03:00.813Z] Configure a credential helper to remove this warning. See [2025-07-23T13:03:00.813Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-23T13:03:00.813Z] [2025-07-23T13:03:00.813Z] Login Succeeded [2025-07-23T13:03:00.813Z] nexus3.edgexfoundry.org:10002 [2025-07-23T13:03:01.084Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T13:03:01.354Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-23T13:03:01.354Z] Configure a credential helper to remove this warning. See [2025-07-23T13:03:01.354Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-23T13:03:01.354Z] [2025-07-23T13:03:01.354Z] Login Succeeded [2025-07-23T13:03:01.354Z] nexus3.edgexfoundry.org:10003 [2025-07-23T13:03:01.628Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T13:03:01.628Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-23T13:03:01.629Z] Configure a credential helper to remove this warning. See [2025-07-23T13:03:01.629Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-23T13:03:01.629Z] [2025-07-23T13:03:01.629Z] Login Succeeded [2025-07-23T13:03:01.629Z] nexus3.edgexfoundry.org:10004 [2025-07-23T13:03:01.903Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T13:03:01.903Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-23T13:03:01.903Z] Configure a credential helper to remove this warning. See [2025-07-23T13:03:01.903Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-23T13:03:01.903Z] [2025-07-23T13:03:01.903Z] Login Succeeded [2025-07-23T13:03:01.903Z] ****.io [2025-07-23T13:03:02.171Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T13:03:02.437Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-23T13:03:02.437Z] Configure a credential helper to remove this warning. See [2025-07-23T13:03:02.438Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-23T13:03:02.438Z] [2025-07-23T13:03:02.438Z] Login Succeeded [2025-07-23T13:03:02.438Z] ---> ****-login.sh ends [Pipeline] } [2025-07-23T13:03:02.451Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-07-23T13:03:02.757Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-23T13:03:02.776Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-23T13:03:02.793Z] ========================================================= [2025-07-23T13:03:02.794Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-07-23T13:03:02.794Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T13:03:03.158Z] + 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-07-23T13:03:03.158Z] Sending build context to Docker daemon 224.3kB [2025-07-23T13:03:03.427Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-07-23T13:03:03.427Z] Step 2/12 : FROM ${BASE} AS builder [2025-07-23T13:03:03.711Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-07-23T13:03:03.711Z] 94e9d8af2201: Pulling fs layer [2025-07-23T13:03:03.711Z] a6c56e8762df: Pulling fs layer [2025-07-23T13:03:03.711Z] f0f3c8884826: Pulling fs layer [2025-07-23T13:03:03.711Z] c7e7622c144d: Pulling fs layer [2025-07-23T13:03:03.711Z] 4f4fb700ef54: Pulling fs layer [2025-07-23T13:03:03.711Z] e8859aadc426: Pulling fs layer [2025-07-23T13:03:03.711Z] b4813487a9f6: Pulling fs layer [2025-07-23T13:03:03.711Z] 502a3d64fb4b: Pulling fs layer [2025-07-23T13:03:03.711Z] c7e7622c144d: Waiting [2025-07-23T13:03:03.711Z] 4f4fb700ef54: Waiting [2025-07-23T13:03:03.711Z] e8859aadc426: Waiting [2025-07-23T13:03:03.711Z] b4813487a9f6: Waiting [2025-07-23T13:03:03.711Z] 502a3d64fb4b: Waiting [2025-07-23T13:03:03.711Z] a6c56e8762df: Verifying Checksum [2025-07-23T13:03:03.711Z] a6c56e8762df: Download complete [2025-07-23T13:03:03.711Z] c7e7622c144d: Download complete [2025-07-23T13:03:03.711Z] 4f4fb700ef54: Verifying Checksum [2025-07-23T13:03:03.711Z] 4f4fb700ef54: Download complete [2025-07-23T13:03:03.711Z] e8859aadc426: Verifying Checksum [2025-07-23T13:03:03.711Z] e8859aadc426: Download complete [2025-07-23T13:03:03.711Z] 94e9d8af2201: Verifying Checksum [2025-07-23T13:03:03.711Z] 94e9d8af2201: Download complete [2025-07-23T13:03:04.302Z] 502a3d64fb4b: Verifying Checksum [2025-07-23T13:03:04.302Z] 502a3d64fb4b: Download complete [2025-07-23T13:03:04.891Z] 94e9d8af2201: Pull complete [2025-07-23T13:03:05.485Z] a6c56e8762df: Pull complete [2025-07-23T13:03:05.754Z] f0f3c8884826: Verifying Checksum [2025-07-23T13:03:05.754Z] f0f3c8884826: Download complete [2025-07-23T13:03:06.341Z] b4813487a9f6: Verifying Checksum [2025-07-23T13:03:06.342Z] b4813487a9f6: Download complete [2025-07-23T13:03:21.361Z] f0f3c8884826: Pull complete [2025-07-23T13:03:21.361Z] c7e7622c144d: Pull complete [2025-07-23T13:03:21.361Z] 4f4fb700ef54: Pull complete [2025-07-23T13:03:21.361Z] e8859aadc426: Pull complete [2025-07-23T13:03:28.008Z] b4813487a9f6: Pull complete [2025-07-23T13:03:30.629Z] 502a3d64fb4b: Pull complete [2025-07-23T13:03:30.629Z] Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde [2025-07-23T13:03:30.629Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-07-23T13:03:30.629Z] ---> 3bb21d53e231 [2025-07-23T13:03:30.629Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2025-07-23T13:03:32.014Z] #15 DONE 27.0s [2025-07-23T13:03:32.014Z] [2025-07-23T13:03:32.014Z] #16 [stage-1 4/7] COPY --from=builder /app/Attribution.txt /Attribution.txt [2025-07-23T13:03:32.014Z] #16 DONE 0.0s [2025-07-23T13:03:32.014Z] [2025-07-23T13:03:32.014Z] #17 [stage-1 5/7] COPY --from=builder /app/LICENSE /LICENSE [2025-07-23T13:03:32.014Z] #17 DONE 0.0s [2025-07-23T13:03:32.014Z] [2025-07-23T13:03:32.014Z] #18 [stage-1 6/7] COPY --from=builder /app/res/ /res/ [2025-07-23T13:03:32.014Z] #18 DONE 0.0s [2025-07-23T13:03:32.014Z] [2025-07-23T13:03:32.014Z] #19 [stage-1 7/7] COPY --from=builder /app/app-service-configurable /app-service-configurable [2025-07-23T13:03:32.014Z] #19 DONE 0.2s [2025-07-23T13:03:32.014Z] [2025-07-23T13:03:32.014Z] #20 exporting to image [2025-07-23T13:03:32.014Z] #20 exporting layers 0.1s done [2025-07-23T13:03:32.014Z] #20 writing image sha256:c85188e555bed771eeb76b3aa84eb6a340f8a4d0aaaa37abce801cc01fa07aa3 done [2025-07-23T13:03:32.014Z] #20 naming to docker.io/library/app-service-configurable done [2025-07-23T13:03:32.014Z] #20 DONE 0.2s [2025-07-23T13:03:32.014Z] [2025-07-23T13:03:32.014Z] 1 warning found (use docker --debug to expand): [2025-07-23T13:03:32.014Z]  - 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-07-23T13:03:32.146Z] provisioning config files... [2025-07-23T13:03:32.154Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3452358648398297218tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-23T13:03:32.465Z] ---> ****-login.sh [2025-07-23T13:03:32.465Z] nexus3.edgexfoundry.org:10001 [2025-07-23T13:03:32.465Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T13:03:32.465Z] Login Succeeded [2025-07-23T13:03:32.465Z] nexus3.edgexfoundry.org:10002 [2025-07-23T13:03:32.465Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T13:03:32.465Z] Login Succeeded [2025-07-23T13:03:32.465Z] nexus3.edgexfoundry.org:10003 [2025-07-23T13:03:32.563Z] ---> Running in 35d0f56be8bc [2025-07-23T13:03:32.724Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T13:03:32.724Z] Login Succeeded [2025-07-23T13:03:32.724Z] nexus3.edgexfoundry.org:10004 [2025-07-23T13:03:32.724Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T13:03:32.724Z] Login Succeeded [2025-07-23T13:03:32.724Z] ****.io [2025-07-23T13:03:32.724Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T13:03:32.830Z] Removing intermediate container 35d0f56be8bc [2025-07-23T13:03:32.830Z] ---> 2eb474d5e072 [2025-07-23T13:03:32.830Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2025-07-23T13:03:32.830Z] ---> Running in e3bf49f066ae [2025-07-23T13:03:32.984Z] Login Succeeded [2025-07-23T13:03:32.984Z] ---> ****-login.sh ends [Pipeline] } [2025-07-23T13:03:32.992Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-23T13:03:33.041Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-23T13:03:33.068Z] [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: [2025-07-23T13:03:33.068Z] 60d667701c3da78b8984814720c74ae46dfa0d66 [2025-07-23T13:03:33.068Z] latest [2025-07-23T13:03:33.068Z] 4.1.0-dev.2 [2025-07-23T13:03:33.068Z] 60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2 [2025-07-23T13:03:33.068Z] main [2025-07-23T13:03:33.068Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2025-07-23T13:03:33.096Z] Removing intermediate container e3bf49f066ae [2025-07-23T13:03:33.096Z] ---> 2ae062192e29 [2025-07-23T13:03:33.096Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2025-07-23T13:03:33.096Z] ---> Running in f4fab54b0b28 [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T13:03:33.370Z] Removing intermediate container f4fab54b0b28 [2025-07-23T13:03:33.370Z] ---> 955a83a0cac9 [2025-07-23T13:03:33.370Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-07-23T13:03:33.370Z] ---> Running in a025982410a4 [2025-07-23T13:03:33.415Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T13:03:33.639Z] Decoding seccomp profile failed: invalid character ':' after top-level value [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [2025-07-23T13:03:33.738Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66 [2025-07-23T13:03:33.738Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2025-07-23T13:03:33.738Z] b8103ffe4826: Preparing [2025-07-23T13:03:33.738Z] e6bc8a446f89: Preparing [2025-07-23T13:03:33.738Z] a645c65b1e08: Preparing [2025-07-23T13:03:33.738Z] d40d0483ea86: Preparing [2025-07-23T13:03:33.738Z] 7e924c819a52: Preparing [2025-07-23T13:03:33.738Z] 065dcdbd27cf: Preparing [2025-07-23T13:03:33.738Z] 097100c76c15: Preparing [2025-07-23T13:03:33.738Z] 065dcdbd27cf: Waiting [2025-07-23T13:03:33.738Z] 097100c76c15: Waiting [2025-07-23T13:03:33.738Z] d40d0483ea86: Pushed [2025-07-23T13:03:33.738Z] a645c65b1e08: Pushed [2025-07-23T13:03:33.738Z] 7e924c819a52: Pushed [2025-07-23T13:03:33.738Z] e6bc8a446f89: Pushed [2025-07-23T13:03:33.738Z] 097100c76c15: Layer already exists [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T13:03:33.996Z] 065dcdbd27cf: Pushed [2025-07-23T13:03:34.153Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-23T13:03:34.153Z] [2025-07-23T13:03:34.153Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T13:03:34.487Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-23T13:03:34.487Z] arm64: Pulling from edgex-lftools-log-publisher [2025-07-23T13:03:34.487Z] 8998bd30e6a1: Pulling fs layer [2025-07-23T13:03:34.487Z] 04944245beec: Pulling fs layer [2025-07-23T13:03:34.487Z] 699f458cf7ca: Pulling fs layer [2025-07-23T13:03:34.487Z] 765212b225bb: Pulling fs layer [2025-07-23T13:03:34.487Z] f23df028b6ca: Pulling fs layer [2025-07-23T13:03:34.487Z] d65c8cfc05b1: Pulling fs layer [2025-07-23T13:03:34.487Z] 2437ff75d9bd: Pulling fs layer [2025-07-23T13:03:34.487Z] f23df028b6ca: Waiting [2025-07-23T13:03:34.487Z] d65c8cfc05b1: Waiting [2025-07-23T13:03:34.487Z] 2437ff75d9bd: Waiting [2025-07-23T13:03:34.487Z] 765212b225bb: Waiting [2025-07-23T13:03:34.754Z] 04944245beec: Verifying Checksum [2025-07-23T13:03:34.754Z] 04944245beec: Download complete [2025-07-23T13:03:34.754Z] 765212b225bb: Verifying Checksum [2025-07-23T13:03:34.754Z] 765212b225bb: Download complete [2025-07-23T13:03:34.754Z] f23df028b6ca: Verifying Checksum [2025-07-23T13:03:34.754Z] f23df028b6ca: Download complete [2025-07-23T13:03:34.754Z] d65c8cfc05b1: Verifying Checksum [2025-07-23T13:03:34.754Z] d65c8cfc05b1: Download complete [2025-07-23T13:03:34.754Z] 699f458cf7ca: Verifying Checksum [2025-07-23T13:03:34.754Z] 699f458cf7ca: Download complete [2025-07-23T13:03:35.339Z] 8998bd30e6a1: Verifying Checksum [2025-07-23T13:03:35.339Z] 8998bd30e6a1: Download complete [2025-07-23T13:03:37.920Z] 2437ff75d9bd: Verifying Checksum [2025-07-23T13:03:37.920Z] 2437ff75d9bd: Download complete [2025-07-23T13:03:38.183Z] b8103ffe4826: Pushed [2025-07-23T13:03:38.183Z] 60d667701c3da78b8984814720c74ae46dfa0d66: digest: sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T13:03:38.511Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T13:03:38.834Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2025-07-23T13:03:38.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2025-07-23T13:03:38.834Z] b8103ffe4826: Preparing [2025-07-23T13:03:38.834Z] e6bc8a446f89: Preparing [2025-07-23T13:03:38.834Z] a645c65b1e08: Preparing [2025-07-23T13:03:38.834Z] d40d0483ea86: Preparing [2025-07-23T13:03:38.834Z] 7e924c819a52: Preparing [2025-07-23T13:03:38.834Z] 065dcdbd27cf: Preparing [2025-07-23T13:03:38.834Z] 097100c76c15: Preparing [2025-07-23T13:03:38.834Z] 097100c76c15: Waiting [2025-07-23T13:03:38.834Z] 065dcdbd27cf: Waiting [2025-07-23T13:03:38.834Z] e6bc8a446f89: Layer already exists [2025-07-23T13:03:38.834Z] b8103ffe4826: Layer already exists [2025-07-23T13:03:38.834Z] a645c65b1e08: Layer already exists [2025-07-23T13:03:38.834Z] d40d0483ea86: Layer already exists [2025-07-23T13:03:38.834Z] 7e924c819a52: Layer already exists [2025-07-23T13:03:38.834Z] 065dcdbd27cf: Layer already exists [2025-07-23T13:03:38.834Z] 097100c76c15: Layer already exists [2025-07-23T13:03:38.834Z] latest: digest: sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T13:03:39.164Z] + 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] { [Pipeline] sh [2025-07-23T13:03:39.488Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2 [2025-07-23T13:03:39.488Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2025-07-23T13:03:39.488Z] b8103ffe4826: Preparing [2025-07-23T13:03:39.488Z] e6bc8a446f89: Preparing [2025-07-23T13:03:39.488Z] a645c65b1e08: Preparing [2025-07-23T13:03:39.488Z] d40d0483ea86: Preparing [2025-07-23T13:03:39.488Z] 7e924c819a52: Preparing [2025-07-23T13:03:39.488Z] 065dcdbd27cf: Preparing [2025-07-23T13:03:39.488Z] 097100c76c15: Preparing [2025-07-23T13:03:39.488Z] 065dcdbd27cf: Waiting [2025-07-23T13:03:39.488Z] 097100c76c15: Waiting [2025-07-23T13:03:39.488Z] b8103ffe4826: Layer already exists [2025-07-23T13:03:39.488Z] 7e924c819a52: Layer already exists [2025-07-23T13:03:39.488Z] d40d0483ea86: Layer already exists [2025-07-23T13:03:39.488Z] a645c65b1e08: Layer already exists [2025-07-23T13:03:39.488Z] e6bc8a446f89: Layer already exists [2025-07-23T13:03:39.488Z] 097100c76c15: Layer already exists [2025-07-23T13:03:39.488Z] 065dcdbd27cf: Layer already exists [2025-07-23T13:03:39.488Z] 4.1.0-dev.2: digest: sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T13:03:39.810Z] + 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-07-23T13:03:39.860Z] 8998bd30e6a1: Pull complete [2025-07-23T13:03:40.129Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2 [2025-07-23T13:03:40.129Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2025-07-23T13:03:40.129Z] b8103ffe4826: Preparing [2025-07-23T13:03:40.129Z] e6bc8a446f89: Preparing [2025-07-23T13:03:40.129Z] a645c65b1e08: Preparing [2025-07-23T13:03:40.129Z] d40d0483ea86: Preparing [2025-07-23T13:03:40.129Z] 7e924c819a52: Preparing [2025-07-23T13:03:40.129Z] 065dcdbd27cf: Preparing [2025-07-23T13:03:40.129Z] 097100c76c15: Preparing [2025-07-23T13:03:40.129Z] 065dcdbd27cf: Waiting [2025-07-23T13:03:40.129Z] 097100c76c15: Waiting [2025-07-23T13:03:40.129Z] 7e924c819a52: Layer already exists [2025-07-23T13:03:40.129Z] a645c65b1e08: Layer already exists [2025-07-23T13:03:40.129Z] b8103ffe4826: Layer already exists [2025-07-23T13:03:40.129Z] e6bc8a446f89: Layer already exists [2025-07-23T13:03:40.129Z] d40d0483ea86: Layer already exists [2025-07-23T13:03:40.129Z] 097100c76c15: Layer already exists [2025-07-23T13:03:40.129Z] 065dcdbd27cf: Layer already exists [2025-07-23T13:03:40.129Z] 60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2: digest: sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T13:03:40.442Z] 04944245beec: Pull complete [2025-07-23T13:03:40.447Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T13:03:40.766Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main [2025-07-23T13:03:40.766Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2025-07-23T13:03:40.766Z] b8103ffe4826: Preparing [2025-07-23T13:03:40.766Z] e6bc8a446f89: Preparing [2025-07-23T13:03:40.766Z] a645c65b1e08: Preparing [2025-07-23T13:03:40.766Z] d40d0483ea86: Preparing [2025-07-23T13:03:40.766Z] 7e924c819a52: Preparing [2025-07-23T13:03:40.766Z] 065dcdbd27cf: Preparing [2025-07-23T13:03:40.766Z] 097100c76c15: Preparing [2025-07-23T13:03:40.766Z] 097100c76c15: Waiting [2025-07-23T13:03:40.766Z] 065dcdbd27cf: Waiting [2025-07-23T13:03:40.766Z] a645c65b1e08: Layer already exists [2025-07-23T13:03:40.766Z] b8103ffe4826: Layer already exists [2025-07-23T13:03:40.766Z] e6bc8a446f89: Layer already exists [2025-07-23T13:03:40.766Z] d40d0483ea86: Layer already exists [2025-07-23T13:03:40.766Z] 7e924c819a52: Layer already exists [2025-07-23T13:03:40.766Z] 065dcdbd27cf: Layer already exists [2025-07-23T13:03:40.766Z] 097100c76c15: Layer already exists [2025-07-23T13:03:40.766Z] main: digest: sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-23T13:03:40.844Z] ===================================================== [Pipeline] echo [2025-07-23T13:03:40.860Z] taggedImages: [2025-07-23T13:03:40.860Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66 [2025-07-23T13:03:40.861Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2025-07-23T13:03:40.861Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2 [2025-07-23T13:03:40.861Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2 [2025-07-23T13:03:40.861Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] echo [2025-07-23T13:03:40.906Z] ========================================================= [2025-07-23T13:03:40.906Z] [edgeXBuildMultiArch] RAW Config: [2025-07-23T13:03:40.906Z] images: [2025-07-23T13:03:40.906Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66 [2025-07-23T13:03:40.906Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2025-07-23T13:03:40.906Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2 [2025-07-23T13:03:40.906Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2 [2025-07-23T13:03:40.906Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:main [2025-07-23T13:03:40.906Z] settingsFile: [2025-07-23T13:03:40.906Z] app-service-configurable-settings [2025-07-23T13:03:40.906Z] ========================================================= [Pipeline] node [2025-07-23T13:03:41.850Z] 699f458cf7ca: Pull complete [2025-07-23T13:03:42.119Z] 765212b225bb: Pull complete [2025-07-23T13:03:43.083Z] f23df028b6ca: Pull complete [2025-07-23T13:03:43.083Z] d65c8cfc05b1: Pull complete [2025-07-23T13:03:55.909Z] Still waiting to schedule task [2025-07-23T13:03:55.910Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-07-23T13:04:01.314Z] 2437ff75d9bd: Pull complete [2025-07-23T13:04:01.314Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-07-23T13:04:01.314Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-23T13:04:01.314Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-23T13:04:01.541Z] prd-ubuntu20.04-docker-arm64-4c-16g-5616 does not seem to be running inside a container [2025-07-23T13:04:01.608Z] $ 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/273 -v /w/workspace/app-service-configurable/273:/w/workspace/app-service-configurable/273:rw,z -v /w/workspace/app-service-configurable/273@tmp:/w/workspace/app-service-configurable/273@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2025-07-23T13:04:04.315Z] $ docker top 203d2666d665de2922969c45b4f441a96845d3a70915a63a2f57f760f5588ed2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-23T13:04:05.194Z] ---> job-cost.sh [2025-07-23T13:04:05.194Z] lf-activate-venv: SKIPPING [2025-07-23T13:04:05.194Z] INFO: No Stack... [2025-07-23T13:04:05.458Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-07-23T13:04:06.047Z] INFO: Archiving Costs [Pipeline] sh [2025-07-23T13:04:06.686Z] + cat /w/workspace/app-service-configurable/273/archives/cost.csv [2025-07-23T13:04:06.686Z] + cut -d, -f6 [Pipeline] lock [2025-07-23T13:04:06.741Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-service-configurable-main-273-stack-cost] [2025-07-23T13:04:06.751Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-273-stack-cost] did not exist. Created. [2025-07-23T13:04:06.757Z] Lock acquired on [Resource: jenkins-edgexfoundry-app-service-configurable-main-273-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-07-23T13:04:07.410Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-07-23T13:04:07.819Z] Stashed 1 file(s) [Pipeline] } [2025-07-23T13:04:07.827Z] Lock released on resource [Resource: jenkins-edgexfoundry-app-service-configurable-main-273-stack-cost] [Pipeline] // lock [Pipeline] } [2025-07-23T13:04:07.858Z] $ docker stop --time=1 203d2666d665de2922969c45b4f441a96845d3a70915a63a2f57f760f5588ed2 [2025-07-23T13:04:09.337Z] $ docker rm -f --volumes 203d2666d665de2922969c45b4f441a96845d3a70915a63a2f57f760f5588ed2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-07-23T13:04:09.647Z] Failed in branch arm64 [2025-07-23T13:04:59.807Z] Running on prd-centos7-docker-4c-2g-5618 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-23T13:04:59.855Z] provisioning config files... [2025-07-23T13:04:59.952Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config15078763393677211145tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-23T13:05:02.293Z] ---> ****-login.sh [2025-07-23T13:05:02.293Z] nexus3.edgexfoundry.org:10001 [2025-07-23T13:05:02.570Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T13:05:02.570Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-23T13:05:02.570Z] Configure a credential helper to remove this warning. See [2025-07-23T13:05:02.570Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-23T13:05:02.570Z] [2025-07-23T13:05:02.570Z] Login Succeeded [2025-07-23T13:05:02.570Z] nexus3.edgexfoundry.org:10002 [2025-07-23T13:05:02.837Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T13:05:02.837Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-23T13:05:02.837Z] Configure a credential helper to remove this warning. See [2025-07-23T13:05:02.837Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-23T13:05:02.837Z] [2025-07-23T13:05:02.837Z] Login Succeeded [2025-07-23T13:05:02.837Z] nexus3.edgexfoundry.org:10003 [2025-07-23T13:05:02.837Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T13:05:02.837Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-23T13:05:02.837Z] Configure a credential helper to remove this warning. See [2025-07-23T13:05:02.837Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-23T13:05:02.837Z] [2025-07-23T13:05:03.106Z] Login Succeeded [2025-07-23T13:05:03.106Z] nexus3.edgexfoundry.org:10004 [2025-07-23T13:05:03.106Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T13:05:03.106Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-23T13:05:03.106Z] Configure a credential helper to remove this warning. See [2025-07-23T13:05:03.106Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-23T13:05:03.106Z] [2025-07-23T13:05:03.106Z] Login Succeeded [2025-07-23T13:05:03.106Z] ****.io [2025-07-23T13:05:03.106Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-23T13:05:03.367Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-23T13:05:03.367Z] Configure a credential helper to remove this warning. See [2025-07-23T13:05:03.368Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-23T13:05:03.368Z] [2025-07-23T13:05:03.368Z] Login Succeeded [2025-07-23T13:05:03.368Z] ---> ****-login.sh ends [Pipeline] } [2025-07-23T13:05:03.378Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-23T13:05:03.737Z] + docker buildx ls [2025-07-23T13:05:03.996Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-07-23T13:05:03.996Z] default * docker [2025-07-23T13:05:03.996Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-07-23T13:05:04.285Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-07-23T13:05:04.285Z] edgex-builder [Pipeline] sh [2025-07-23T13:05:04.583Z] + docker buildx inspect --bootstrap [2025-07-23T13:05:04.583Z] #1 [internal] booting buildkit [2025-07-23T13:05:04.583Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-07-23T13:05:09.875Z] #1 pulling image moby/buildkit:buildx-stable-1 4.9s done [2025-07-23T13:05:09.875Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-07-23T13:05:11.257Z] #1 creating container buildx_buildkit_edgex-builder0 2.1s done [2025-07-23T13:05:11.257Z] #1 DONE 7.0s [2025-07-23T13:05:11.527Z] Name: edgex-builder [2025-07-23T13:05:11.527Z] Driver: docker-container [2025-07-23T13:05:11.527Z] [2025-07-23T13:05:11.527Z] Nodes: [2025-07-23T13:05:11.527Z] Name: edgex-builder0 [2025-07-23T13:05:11.527Z] Endpoint: unix:///var/run/docker.sock [2025-07-23T13:05:11.527Z] Status: running [2025-07-23T13:05:11.527Z] Buildkit: v0.22.0 [2025-07-23T13:05:11.527Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-07-23T13:05:11.833Z] + docker buildx ls [2025-07-23T13:05:11.833Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-07-23T13:05:11.833Z] edgex-builder * docker-container [2025-07-23T13:05:11.833Z] edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-07-23T13:05:11.833Z] default docker [2025-07-23T13:05:11.833Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-07-23T13:05:12.125Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66 --push - [2025-07-23T13:05:12.125Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66' [2025-07-23T13:05:12.385Z] #1 [internal] load build definition from Dockerfile [2025-07-23T13:05:12.385Z] #1 transferring dockerfile: 209B done [2025-07-23T13:05:12.385Z] #1 DONE 0.0s [2025-07-23T13:05:12.385Z] [2025-07-23T13:05:12.385Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66 [2025-07-23T13:05:12.385Z] #2 DONE 0.2s [2025-07-23T13:05:12.385Z] [2025-07-23T13:05:12.385Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66 [2025-07-23T13:05:12.385Z] #3 DONE 0.2s [2025-07-23T13:05:12.385Z] [2025-07-23T13:05:12.385Z] #4 [internal] load .dockerignore [2025-07-23T13:05:12.385Z] #4 transferring context: 2B done [2025-07-23T13:05:12.385Z] #4 DONE 0.0s [2025-07-23T13:05:12.385Z] [2025-07-23T13:05:12.385Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66@sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef [2025-07-23T13:05:12.385Z] #5 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66@sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef 0.0s done [2025-07-23T13:05:12.385Z] #5 DONE 0.0s [2025-07-23T13:05:12.385Z] [2025-07-23T13:05:12.385Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66@sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef [2025-07-23T13:05:12.385Z] #6 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66@sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef 0.0s done [2025-07-23T13:05:12.646Z] #6 DONE 0.1s [2025-07-23T13:05:12.646Z] [2025-07-23T13:05:12.646Z] #7 [auth] app-service-configurable:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-23T13:05:12.646Z] #7 DONE 0.0s [2025-07-23T13:05:12.646Z] [2025-07-23T13:05:12.646Z] #8 exporting to image [2025-07-23T13:05:12.646Z] #8 exporting layers done [2025-07-23T13:05:12.646Z] #8 exporting manifest sha256:e3e0294bad107cf1592eccc62b8fd39dd799be1b8d6684ef2de5220aa499535c 0.0s done [2025-07-23T13:05:12.646Z] #8 exporting config sha256:c85188e555bed771eeb76b3aa84eb6a340f8a4d0aaaa37abce801cc01fa07aa3 done [2025-07-23T13:05:12.646Z] #8 exporting manifest sha256:84365b6429666afed1869abb1f8028057bcea507fe2d4c3a0e899810ff26c6d1 done [2025-07-23T13:05:12.646Z] #8 exporting config sha256:1010d50b3b5898b14beb1f308b3ed56b29e1697d2180608bf3dba4473365d9b8 done [2025-07-23T13:05:12.646Z] #8 exporting manifest list sha256:cda0bfa30be825dbae24d030c979979402f66bb2b2d966bcc8e2bd2ad5e26fc9 done [2025-07-23T13:05:12.646Z] #8 pushing layers 0.1s done [2025-07-23T13:05:12.646Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66@sha256:cda0bfa30be825dbae24d030c979979402f66bb2b2d966bcc8e2bd2ad5e26fc9 [2025-07-23T13:05:12.646Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-23T13:05:12.646Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66@sha256:cda0bfa30be825dbae24d030c979979402f66bb2b2d966bcc8e2bd2ad5e26fc9 0.1s done [2025-07-23T13:05:12.646Z] #8 DONE 0.2s [2025-07-23T13:05:12.646Z] [2025-07-23T13:05:12.646Z] 1 warning found (use --debug to expand): [2025-07-23T13:05:12.646Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-23T13:05:12.938Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-service-configurable:latest' [2025-07-23T13:05:12.939Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-service-configurable:latest --push - [2025-07-23T13:05:12.939Z] #1 [internal] load build definition from Dockerfile [2025-07-23T13:05:12.939Z] #1 transferring dockerfile: 175B done [2025-07-23T13:05:12.939Z] #1 DONE 0.0s [2025-07-23T13:05:12.939Z] [2025-07-23T13:05:12.939Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2025-07-23T13:05:12.939Z] #2 DONE 0.0s [2025-07-23T13:05:12.939Z] [2025-07-23T13:05:12.939Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2025-07-23T13:05:12.939Z] #3 DONE 0.0s [2025-07-23T13:05:12.939Z] [2025-07-23T13:05:12.939Z] #4 [internal] load .dockerignore [2025-07-23T13:05:12.939Z] #4 transferring context: 2B done [2025-07-23T13:05:12.939Z] #4 DONE 0.0s [2025-07-23T13:05:12.939Z] [2025-07-23T13:05:12.939Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef [2025-07-23T13:05:12.939Z] #5 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef 0.0s done [2025-07-23T13:05:12.939Z] #5 CACHED [2025-07-23T13:05:12.939Z] [2025-07-23T13:05:12.939Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef [2025-07-23T13:05:13.199Z] #6 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef 0.0s done [2025-07-23T13:05:13.199Z] #6 CACHED [2025-07-23T13:05:13.199Z] [2025-07-23T13:05:13.199Z] #7 [auth] app-service-configurable:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-23T13:05:13.199Z] #7 DONE 0.0s [2025-07-23T13:05:13.199Z] [2025-07-23T13:05:13.199Z] #8 exporting to image [2025-07-23T13:05:13.199Z] #8 exporting layers done [2025-07-23T13:05:13.199Z] #8 exporting manifest sha256:e3e0294bad107cf1592eccc62b8fd39dd799be1b8d6684ef2de5220aa499535c done [2025-07-23T13:05:13.199Z] #8 exporting config sha256:c85188e555bed771eeb76b3aa84eb6a340f8a4d0aaaa37abce801cc01fa07aa3 done [2025-07-23T13:05:13.199Z] #8 exporting manifest sha256:84365b6429666afed1869abb1f8028057bcea507fe2d4c3a0e899810ff26c6d1 done [2025-07-23T13:05:13.199Z] #8 exporting config sha256:1010d50b3b5898b14beb1f308b3ed56b29e1697d2180608bf3dba4473365d9b8 done [2025-07-23T13:05:13.199Z] #8 exporting manifest list sha256:cda0bfa30be825dbae24d030c979979402f66bb2b2d966bcc8e2bd2ad5e26fc9 done [2025-07-23T13:05:13.199Z] #8 pushing layers 0.0s done [2025-07-23T13:05:13.199Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:cda0bfa30be825dbae24d030c979979402f66bb2b2d966bcc8e2bd2ad5e26fc9 0.1s done [2025-07-23T13:05:13.199Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-23T13:05:13.199Z] #8 DONE 0.1s [2025-07-23T13:05:13.199Z] [2025-07-23T13:05:13.199Z] 1 warning found (use --debug to expand): [2025-07-23T13:05:13.199Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-23T13:05:13.489Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2' [2025-07-23T13:05:13.489Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2 --push - [2025-07-23T13:05:13.489Z] #1 [internal] load build definition from Dockerfile [2025-07-23T13:05:13.489Z] #1 transferring dockerfile: 180B done [2025-07-23T13:05:13.489Z] #1 DONE 0.0s [2025-07-23T13:05:13.489Z] [2025-07-23T13:05:13.489Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2 [2025-07-23T13:05:13.489Z] #2 DONE 0.0s [2025-07-23T13:05:13.489Z] [2025-07-23T13:05:13.489Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2 [2025-07-23T13:05:13.489Z] #3 DONE 0.0s [2025-07-23T13:05:13.489Z] [2025-07-23T13:05:13.489Z] #4 [internal] load .dockerignore [2025-07-23T13:05:13.489Z] #4 transferring context: 2B done [2025-07-23T13:05:13.489Z] #4 DONE 0.0s [2025-07-23T13:05:13.489Z] [2025-07-23T13:05:13.489Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2@sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef [2025-07-23T13:05:13.489Z] #5 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2@sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef 0.0s done [2025-07-23T13:05:13.489Z] #5 CACHED [2025-07-23T13:05:13.489Z] [2025-07-23T13:05:13.489Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2@sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef [2025-07-23T13:05:13.489Z] #6 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2@sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef 0.0s done [2025-07-23T13:05:13.489Z] #6 CACHED [2025-07-23T13:05:13.489Z] [2025-07-23T13:05:13.489Z] #7 exporting to image [2025-07-23T13:05:13.489Z] #7 exporting layers [2025-07-23T13:05:13.489Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-23T13:05:13.749Z] #7 exporting layers done [2025-07-23T13:05:13.749Z] #7 exporting manifest sha256:e3e0294bad107cf1592eccc62b8fd39dd799be1b8d6684ef2de5220aa499535c done [2025-07-23T13:05:13.749Z] #7 exporting config sha256:c85188e555bed771eeb76b3aa84eb6a340f8a4d0aaaa37abce801cc01fa07aa3 done [2025-07-23T13:05:13.749Z] #7 exporting manifest sha256:84365b6429666afed1869abb1f8028057bcea507fe2d4c3a0e899810ff26c6d1 done [2025-07-23T13:05:13.749Z] #7 exporting config sha256:1010d50b3b5898b14beb1f308b3ed56b29e1697d2180608bf3dba4473365d9b8 done [2025-07-23T13:05:13.749Z] #7 exporting manifest list sha256:cda0bfa30be825dbae24d030c979979402f66bb2b2d966bcc8e2bd2ad5e26fc9 done [2025-07-23T13:05:13.749Z] #7 pushing layers 0.0s done [2025-07-23T13:05:13.749Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2@sha256:cda0bfa30be825dbae24d030c979979402f66bb2b2d966bcc8e2bd2ad5e26fc9 0.1s done [2025-07-23T13:05:13.749Z] #7 DONE 0.1s [2025-07-23T13:05:13.749Z] [2025-07-23T13:05:13.749Z] #8 [auth] app-service-configurable:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-23T13:05:13.749Z] #8 DONE 0.0s [2025-07-23T13:05:13.749Z] [2025-07-23T13:05:13.749Z] 1 warning found (use --debug to expand): [2025-07-23T13:05:13.749Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-23T13:05:14.037Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2' [2025-07-23T13:05:14.038Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2 --push - [2025-07-23T13:05:14.038Z] #1 [internal] load build definition from Dockerfile [2025-07-23T13:05:14.038Z] #1 transferring dockerfile: 221B done [2025-07-23T13:05:14.038Z] #1 DONE 0.0s [2025-07-23T13:05:14.038Z] [2025-07-23T13:05:14.038Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2 [2025-07-23T13:05:14.038Z] #2 DONE 0.0s [2025-07-23T13:05:14.038Z] [2025-07-23T13:05:14.038Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2 [2025-07-23T13:05:14.038Z] #3 DONE 0.0s [2025-07-23T13:05:14.038Z] [2025-07-23T13:05:14.038Z] #4 [internal] load .dockerignore [2025-07-23T13:05:14.038Z] #4 transferring context: 2B done [2025-07-23T13:05:14.038Z] #4 DONE 0.0s [2025-07-23T13:05:14.038Z] [2025-07-23T13:05:14.038Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2@sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef [2025-07-23T13:05:14.038Z] #5 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2@sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef 0.0s done [2025-07-23T13:05:14.038Z] #5 CACHED [2025-07-23T13:05:14.038Z] [2025-07-23T13:05:14.038Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2@sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef [2025-07-23T13:05:14.038Z] #6 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2@sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef 0.0s done [2025-07-23T13:05:14.038Z] #6 CACHED [2025-07-23T13:05:14.038Z] [2025-07-23T13:05:14.038Z] #7 exporting to image [2025-07-23T13:05:14.038Z] #7 exporting layers done [2025-07-23T13:05:14.038Z] #7 exporting manifest sha256:e3e0294bad107cf1592eccc62b8fd39dd799be1b8d6684ef2de5220aa499535c done [2025-07-23T13:05:14.038Z] #7 exporting config sha256:c85188e555bed771eeb76b3aa84eb6a340f8a4d0aaaa37abce801cc01fa07aa3 done [2025-07-23T13:05:14.038Z] #7 exporting manifest sha256:84365b6429666afed1869abb1f8028057bcea507fe2d4c3a0e899810ff26c6d1 done [2025-07-23T13:05:14.038Z] #7 exporting config sha256:1010d50b3b5898b14beb1f308b3ed56b29e1697d2180608bf3dba4473365d9b8 [2025-07-23T13:05:14.038Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-23T13:05:14.298Z] #7 exporting config sha256:1010d50b3b5898b14beb1f308b3ed56b29e1697d2180608bf3dba4473365d9b8 done [2025-07-23T13:05:14.298Z] #7 exporting manifest list sha256:cda0bfa30be825dbae24d030c979979402f66bb2b2d966bcc8e2bd2ad5e26fc9 done [2025-07-23T13:05:14.298Z] #7 pushing layers 0.0s done [2025-07-23T13:05:14.298Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2@sha256:cda0bfa30be825dbae24d030c979979402f66bb2b2d966bcc8e2bd2ad5e26fc9 0.1s done [2025-07-23T13:05:14.298Z] #7 DONE 0.1s [2025-07-23T13:05:14.298Z] [2025-07-23T13:05:14.298Z] #8 [auth] app-service-configurable:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-23T13:05:14.298Z] #8 DONE 0.0s [2025-07-23T13:05:14.298Z] [2025-07-23T13:05:14.298Z] 1 warning found (use --debug to expand): [2025-07-23T13:05:14.298Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-23T13:05:14.594Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-service-configurable:main' [2025-07-23T13:05:14.594Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-service-configurable:main --push - [2025-07-23T13:05:14.594Z] #1 [internal] load build definition from Dockerfile [2025-07-23T13:05:14.594Z] #1 transferring dockerfile: 173B done [2025-07-23T13:05:14.594Z] #1 DONE 0.0s [2025-07-23T13:05:14.594Z] [2025-07-23T13:05:14.594Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:main [2025-07-23T13:05:14.594Z] #2 DONE 0.0s [2025-07-23T13:05:14.594Z] [2025-07-23T13:05:14.594Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:main [2025-07-23T13:05:14.594Z] #3 DONE 0.0s [2025-07-23T13:05:14.594Z] [2025-07-23T13:05:14.594Z] #4 [internal] load .dockerignore [2025-07-23T13:05:14.594Z] #4 transferring context: 2B done [2025-07-23T13:05:14.594Z] #4 DONE 0.0s [2025-07-23T13:05:14.594Z] [2025-07-23T13:05:14.594Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef [2025-07-23T13:05:14.594Z] #5 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef 0.0s done [2025-07-23T13:05:14.594Z] #5 CACHED [2025-07-23T13:05:14.594Z] [2025-07-23T13:05:14.594Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef [2025-07-23T13:05:14.594Z] #6 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef 0.0s done [2025-07-23T13:05:14.594Z] #6 CACHED [2025-07-23T13:05:14.594Z] [2025-07-23T13:05:14.594Z] #7 exporting to image [2025-07-23T13:05:14.594Z] #7 exporting layers done [2025-07-23T13:05:14.594Z] #7 exporting manifest sha256:e3e0294bad107cf1592eccc62b8fd39dd799be1b8d6684ef2de5220aa499535c done [2025-07-23T13:05:14.594Z] #7 exporting config sha256:c85188e555bed771eeb76b3aa84eb6a340f8a4d0aaaa37abce801cc01fa07aa3 done [2025-07-23T13:05:14.594Z] #7 exporting manifest sha256:84365b6429666afed1869abb1f8028057bcea507fe2d4c3a0e899810ff26c6d1 done [2025-07-23T13:05:14.594Z] #7 exporting config sha256:1010d50b3b5898b14beb1f308b3ed56b29e1697d2180608bf3dba4473365d9b8 done [2025-07-23T13:05:14.594Z] #7 exporting manifest list sha256:cda0bfa30be825dbae24d030c979979402f66bb2b2d966bcc8e2bd2ad5e26fc9 done [2025-07-23T13:05:14.594Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-23T13:05:14.866Z] #7 pushing layers 0.0s done [2025-07-23T13:05:14.866Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:cda0bfa30be825dbae24d030c979979402f66bb2b2d966bcc8e2bd2ad5e26fc9 0.1s done [2025-07-23T13:05:14.866Z] #7 DONE 0.1s [2025-07-23T13:05:14.866Z] [2025-07-23T13:05:14.866Z] #8 [auth] app-service-configurable:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-23T13:05:14.866Z] #8 DONE 0.0s [2025-07-23T13:05:14.866Z] [2025-07-23T13:05:14.866Z] 1 warning found (use --debug to expand): [2025-07-23T13:05:14.866Z]  - 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-07-23T13:05:15.235Z] + '[' -d /w/workspace/ry_app-service-configurable_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-07-23T13:05:15.527Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-23T13:05:16.082Z] ---> package-listing.sh [2025-07-23T13:05:16.082Z] ++ tr '[:upper:]' '[:lower:]' [2025-07-23T13:05:16.082Z] ++ facter osfamily [2025-07-23T13:05:16.341Z] + OS_FAMILY=redhat [2025-07-23T13:05:16.341Z] + workspace=/w/workspace/ry_app-service-configurable_main [2025-07-23T13:05:16.341Z] + START_PACKAGES=/tmp/packages_start.txt [2025-07-23T13:05:16.341Z] + END_PACKAGES=/tmp/packages_end.txt [2025-07-23T13:05:16.341Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-07-23T13:05:16.341Z] + PACKAGES=/tmp/packages_start.txt [2025-07-23T13:05:16.341Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2025-07-23T13:05:16.341Z] + PACKAGES=/tmp/packages_end.txt [2025-07-23T13:05:16.341Z] + case "${OS_FAMILY}" in [2025-07-23T13:05:16.341Z] + rpm -qa [2025-07-23T13:05:16.341Z] + sort [2025-07-23T13:05:16.909Z] + '[' -f /tmp/packages_start.txt ']' [2025-07-23T13:05:16.909Z] + '[' -f /tmp/packages_end.txt ']' [2025-07-23T13:05:16.909Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-07-23T13:05:16.909Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2025-07-23T13:05:16.909Z] + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ [2025-07-23T13:05:16.909Z] + 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-07-23T13:05:16.921Z] 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-07-23T13:05:17.201Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T13:05:17.765Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-23T13:05:17.765Z] [2025-07-23T13:05:17.765Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T13:05:18.069Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-23T13:05:18.069Z] latest: Pulling from edgex-lftools-log-publisher [2025-07-23T13:05:18.069Z] 5eb5b503b376: Pulling fs layer [2025-07-23T13:05:18.069Z] 5c69ac0246d0: Pulling fs layer [2025-07-23T13:05:18.069Z] ec43610c2a17: Pulling fs layer [2025-07-23T13:05:18.069Z] 3a2ae6a8a46f: Pulling fs layer [2025-07-23T13:05:18.069Z] 33b1e0a273af: Pulling fs layer [2025-07-23T13:05:18.069Z] 5d3b04190fa2: Pulling fs layer [2025-07-23T13:05:18.069Z] 2f39f015ded8: Pulling fs layer [2025-07-23T13:05:18.069Z] 33b1e0a273af: Waiting [2025-07-23T13:05:18.069Z] 5d3b04190fa2: Waiting [2025-07-23T13:05:18.069Z] 2f39f015ded8: Waiting [2025-07-23T13:05:18.069Z] 3a2ae6a8a46f: Waiting [2025-07-23T13:05:18.069Z] 5c69ac0246d0: Verifying Checksum [2025-07-23T13:05:18.069Z] 5c69ac0246d0: Download complete [2025-07-23T13:05:18.069Z] 3a2ae6a8a46f: Verifying Checksum [2025-07-23T13:05:18.069Z] 3a2ae6a8a46f: Download complete [2025-07-23T13:05:18.069Z] 33b1e0a273af: Verifying Checksum [2025-07-23T13:05:18.069Z] 33b1e0a273af: Download complete [2025-07-23T13:05:18.069Z] ec43610c2a17: Verifying Checksum [2025-07-23T13:05:18.069Z] ec43610c2a17: Download complete [2025-07-23T13:05:18.069Z] 5d3b04190fa2: Verifying Checksum [2025-07-23T13:05:18.069Z] 5d3b04190fa2: Download complete [2025-07-23T13:05:18.330Z] 5eb5b503b376: Verifying Checksum [2025-07-23T13:05:18.330Z] 5eb5b503b376: Download complete [2025-07-23T13:05:18.908Z] 2f39f015ded8: Verifying Checksum [2025-07-23T13:05:18.908Z] 2f39f015ded8: Download complete [2025-07-23T13:05:19.489Z] 5eb5b503b376: Pull complete [2025-07-23T13:05:19.746Z] 5c69ac0246d0: Pull complete [2025-07-23T13:05:20.011Z] ec43610c2a17: Pull complete [2025-07-23T13:05:20.270Z] 3a2ae6a8a46f: Pull complete [2025-07-23T13:05:20.270Z] 33b1e0a273af: Pull complete [2025-07-23T13:05:20.529Z] 5d3b04190fa2: Pull complete [2025-07-23T13:05:24.753Z] 2f39f015ded8: Pull complete [2025-07-23T13:05:24.753Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-07-23T13:05:24.753Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-23T13:05:24.753Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-23T13:05:24.958Z] prd-centos7-docker-4c-2g-5618 does not seem to be running inside a container [2025-07-23T13:05:24.989Z] $ 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-07-23T13:05:29.593Z] $ docker top 992e5909349c6fb2da36082f9dc3cc7f8d900d91bf0690039cf1f0ecefb73205 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-23T13:05:29.936Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-07-23T13:05:30.222Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-07-23T13:05:30.508Z] + ls /var/log/sa-host [2025-07-23T13:05:30.508Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-23T13:05:30.578Z] provisioning config files... [2025-07-23T13:05:30.587Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config12081022827933854734tmp [Pipeline] { [Pipeline] echo [2025-07-23T13:05:30.608Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-23T13:05:30.896Z] ---> create-netrc.sh [Pipeline] } [2025-07-23T13:05:30.903Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-07-23T13:05:31.232Z] ---> python-tools-install.sh [Pipeline] echo [2025-07-23T13:05:31.242Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-23T13:05:31.532Z] ---> sudo-logs.sh [2025-07-23T13:05:31.532Z] Archiving 'sudo' log.. [2025-07-23T13:05:31.532Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-5618.novalocal: Name or service not known [2025-07-23T13:05:31.532Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-5618.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-07-23T13:05:31.642Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-23T13:05:31.931Z] ---> job-cost.sh [2025-07-23T13:05:31.931Z] lf-activate-venv: SKIPPING [2025-07-23T13:05:31.931Z] DEBUG: total: 0.10999999940395355 [2025-07-23T13:05:31.931Z] INFO: Retrieving Stack Cost... [2025-07-23T13:05:32.189Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-07-23T13:05:32.448Z] INFO: Archiving Costs [Pipeline] echo [2025-07-23T13:05:32.461Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-23T13:05:32.750Z] ---> logs-deploy.sh [2025-07-23T13:05:32.750Z] lf-activate-venv: SKIPPING [2025-07-23T13:05:32.750Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/273 [2025-07-23T13:05:32.750Z] INFO: archiving workspace using pattern(s): [2025-07-23T13:05:33.689Z] Archives upload complete. [2025-07-23T13:05:33.689Z] INFO: archiving logs to Nexus [2025-07-23T13:05:34.627Z] ---> uname -a: [2025-07-23T13:05:34.627Z] Linux prd-centos7-docker-4c-2g-5618.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-07-23T13:05:34.627Z] [2025-07-23T13:05:34.627Z] [2025-07-23T13:05:34.627Z] ---> lscpu: [2025-07-23T13:05:34.627Z] Architecture: x86_64 [2025-07-23T13:05:34.627Z] CPU op-mode(s): 32-bit, 64-bit [2025-07-23T13:05:34.627Z] Byte Order: Little Endian [2025-07-23T13:05:34.627Z] Address sizes: 40 bits physical, 48 bits virtual [2025-07-23T13:05:34.627Z] CPU(s): 2 [2025-07-23T13:05:34.627Z] On-line CPU(s) list: 0,1 [2025-07-23T13:05:34.627Z] Thread(s) per core: 1 [2025-07-23T13:05:34.627Z] Core(s) per socket: 1 [2025-07-23T13:05:34.627Z] Socket(s): 2 [2025-07-23T13:05:34.627Z] NUMA node(s): 1 [2025-07-23T13:05:34.627Z] Vendor ID: AuthenticAMD [2025-07-23T13:05:34.627Z] CPU family: 23 [2025-07-23T13:05:34.627Z] Model: 49 [2025-07-23T13:05:34.627Z] Model name: AMD EPYC-Rome Processor [2025-07-23T13:05:34.627Z] Stepping: 0 [2025-07-23T13:05:34.627Z] CPU MHz: 2800.000 [2025-07-23T13:05:34.627Z] BogoMIPS: 5600.00 [2025-07-23T13:05:34.627Z] Virtualization: AMD-V [2025-07-23T13:05:34.627Z] Hypervisor vendor: KVM [2025-07-23T13:05:34.627Z] Virtualization type: full [2025-07-23T13:05:34.627Z] L1d cache: 64 KiB [2025-07-23T13:05:34.627Z] L1i cache: 64 KiB [2025-07-23T13:05:34.627Z] L2 cache: 1 MiB [2025-07-23T13:05:34.627Z] L3 cache: 32 MiB [2025-07-23T13:05:34.627Z] NUMA node0 CPU(s): 0,1 [2025-07-23T13:05:34.627Z] Vulnerability Itlb multihit: Not affected [2025-07-23T13:05:34.627Z] Vulnerability L1tf: Not affected [2025-07-23T13:05:34.627Z] Vulnerability Mds: Not affected [2025-07-23T13:05:34.627Z] Vulnerability Meltdown: Not affected [2025-07-23T13:05:34.627Z] Vulnerability Mmio stale data: Not affected [2025-07-23T13:05:34.627Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-07-23T13:05:34.627Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-07-23T13:05:34.627Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-07-23T13:05:34.627Z] Vulnerability Srbds: Not affected [2025-07-23T13:05:34.627Z] Vulnerability Tsx async abort: Not affected [2025-07-23T13:05:34.627Z] 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-07-23T13:05:34.627Z] [2025-07-23T13:05:34.627Z] [2025-07-23T13:05:34.627Z] ---> nproc: [2025-07-23T13:05:34.627Z] 2 [2025-07-23T13:05:34.627Z] [2025-07-23T13:05:34.627Z] [2025-07-23T13:05:34.627Z] ---> df -h: [2025-07-23T13:05:34.627Z] Filesystem Size Used Avail Use% Mounted on [2025-07-23T13:05:34.627Z] overlay 40G 7.3G 33G 19% / [2025-07-23T13:05:34.627Z] tmpfs 64M 0 64M 0% /dev [2025-07-23T13:05:34.627Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-07-23T13:05:34.627Z] shm 64M 0 64M 0% /dev/shm [2025-07-23T13:05:34.627Z] /dev/vda1 40G 7.3G 33G 19% /facter-os [2025-07-23T13:05:34.627Z] [2025-07-23T13:05:34.627Z] [2025-07-23T13:05:34.627Z] Cannot open /var/log/sysstat/sa23: No such file or directory [2025-07-23T13:05:34.627Z] Please check if data collecting is enabled [2025-07-23T13:05:34.627Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-23T13:05:34.657Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-07-23T13:05:34.660Z] $ docker stop --time=1 992e5909349c6fb2da36082f9dc3cc7f8d900d91bf0690039cf1f0ecefb73205 [2025-07-23T13:05:35.804Z] $ docker rm -f --volumes 992e5909349c6fb2da36082f9dc3cc7f8d900d91bf0690039cf1f0ecefb73205 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-07-23T13:05:35.895Z] [WS-CLEANUP] Deleting project workspace... [2025-07-23T13:05:35.896Z] [WS-CLEANUP] Deferred wipeout is used... [2025-07-23T13:05:35.913Z] [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-07-23T13:05:36.349Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-23T13:05:36.349Z] [2025-07-23T13:05:36.349Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T13:05:36.663Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-23T13:05:36.663Z] latest: Pulling from edgex-lftools-log-publisher [2025-07-23T13:05:36.663Z] 5eb5b503b376: Pulling fs layer [2025-07-23T13:05:36.663Z] 5c69ac0246d0: Pulling fs layer [2025-07-23T13:05:36.663Z] ec43610c2a17: Pulling fs layer [2025-07-23T13:05:36.663Z] 3a2ae6a8a46f: Pulling fs layer [2025-07-23T13:05:36.663Z] 33b1e0a273af: Pulling fs layer [2025-07-23T13:05:36.663Z] 5d3b04190fa2: Pulling fs layer [2025-07-23T13:05:36.663Z] 2f39f015ded8: Pulling fs layer [2025-07-23T13:05:36.663Z] 33b1e0a273af: Waiting [2025-07-23T13:05:36.663Z] 5d3b04190fa2: Waiting [2025-07-23T13:05:36.663Z] 2f39f015ded8: Waiting [2025-07-23T13:05:36.663Z] 3a2ae6a8a46f: Waiting [2025-07-23T13:05:36.663Z] 5c69ac0246d0: Verifying Checksum [2025-07-23T13:05:36.663Z] 5c69ac0246d0: Download complete [2025-07-23T13:05:36.663Z] 3a2ae6a8a46f: Verifying Checksum [2025-07-23T13:05:36.663Z] 3a2ae6a8a46f: Download complete [2025-07-23T13:05:36.663Z] 33b1e0a273af: Verifying Checksum [2025-07-23T13:05:36.663Z] 33b1e0a273af: Download complete [2025-07-23T13:05:36.920Z] ec43610c2a17: Verifying Checksum [2025-07-23T13:05:36.920Z] ec43610c2a17: Download complete [2025-07-23T13:05:36.920Z] 5d3b04190fa2: Download complete [2025-07-23T13:05:36.920Z] 5eb5b503b376: Verifying Checksum [2025-07-23T13:05:36.920Z] 5eb5b503b376: Download complete [2025-07-23T13:05:37.487Z] 2f39f015ded8: Verifying Checksum [2025-07-23T13:05:37.487Z] 2f39f015ded8: Download complete [2025-07-23T13:05:38.860Z] 5eb5b503b376: Pull complete [2025-07-23T13:05:38.860Z] 5c69ac0246d0: Pull complete [2025-07-23T13:05:39.427Z] ec43610c2a17: Pull complete [2025-07-23T13:05:39.427Z] 3a2ae6a8a46f: Pull complete [2025-07-23T13:05:39.687Z] 33b1e0a273af: Pull complete [2025-07-23T13:05:39.688Z] 5d3b04190fa2: Pull complete [2025-07-23T13:05:46.258Z] 2f39f015ded8: Pull complete [2025-07-23T13:05:46.258Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-07-23T13:05:46.258Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-23T13:05:46.258Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-23T13:05:46.349Z] prd-ubuntu20.04-docker-8c-8g-5615 does not seem to be running inside a container [2025-07-23T13:05:46.380Z] $ 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-07-23T13:05:49.021Z] $ docker top d9bf6b9348faf335056d1ce177dd57dc440c56416b04bd78c48722be752fbcbf -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-23T13:05:49.381Z] ---> job-cost.sh [2025-07-23T13:05:49.381Z] lf-activate-venv: SKIPPING [2025-07-23T13:05:49.381Z] INFO: No Stack... [2025-07-23T13:05:50.757Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-07-23T13:05:50.757Z] INFO: Archiving Costs [Pipeline] sh [2025-07-23T13:05:51.050Z] + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv [2025-07-23T13:05:51.050Z] + cut -d, -f6 [Pipeline] lock [2025-07-23T13:05:51.067Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-service-configurable-main-273-stack-cost] [2025-07-23T13:05:51.073Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-273-stack-cost] did not exist. Created. [2025-07-23T13:05:51.078Z] Lock acquired on [Resource: jenkins-edgexfoundry-app-service-configurable-main-273-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-07-23T13:05:51.396Z] /w/workspace/ry_app-service-configurable_main@tmp/durable-77c9f4da/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-07-23T13:05:51.684Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-07-23T13:05:51.705Z] Warning: overwriting stash ‘stack-cost’ [2025-07-23T13:05:51.719Z] Stashed 1 file(s) [Pipeline] } [2025-07-23T13:05:51.725Z] Lock released on resource [Resource: jenkins-edgexfoundry-app-service-configurable-main-273-stack-cost] [Pipeline] // lock [Pipeline] } [2025-07-23T13:05:51.740Z] $ docker stop --time=1 d9bf6b9348faf335056d1ce177dd57dc440c56416b04bd78c48722be752fbcbf [2025-07-23T13:05:52.884Z] $ docker rm -f --volumes d9bf6b9348faf335056d1ce177dd57dc440c56416b04bd78c48722be752fbcbf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [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-07-23T13:05:53.841Z] + [ -d /w/workspace/ry_app-service-configurable_main/archives ] [2025-07-23T13:05:53.841Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2025-07-23T13:05:53.841Z] total 16 [2025-07-23T13:05:53.841Z] drwxr-xr-x 3 root root 4096 Jul 23 13:05 . [2025-07-23T13:05:53.841Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 23 13:05 .. [2025-07-23T13:05:53.841Z] drwxr-xr-x 2 root root 4096 Jul 23 13:05 cost [2025-07-23T13:05:53.841Z] -rw-r--r-- 1 root root 96 Jul 23 13:05 cost.csv [2025-07-23T13:05:53.841Z] + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives [2025-07-23T13:05:53.841Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2025-07-23T13:05:53.841Z] total 16 [2025-07-23T13:05:53.841Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 23 13:05 . [2025-07-23T13:05:53.841Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 23 13:05 .. [2025-07-23T13:05:53.841Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 23 13:05 cost [2025-07-23T13:05:53.841Z] -rw-r--r-- 1 jenkins jenkins 96 Jul 23 13:05 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-07-23T13:05:54.132Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-23T13:05:54.991Z] ---> package-listing.sh [2025-07-23T13:05:54.991Z] ++ facter osfamily [2025-07-23T13:05:54.991Z] ++ tr '[:upper:]' '[:lower:]' [2025-07-23T13:05:55.250Z] + OS_FAMILY=debian [2025-07-23T13:05:55.250Z] + workspace=/w/workspace/ry_app-service-configurable_main [2025-07-23T13:05:55.250Z] + START_PACKAGES=/tmp/packages_start.txt [2025-07-23T13:05:55.250Z] + END_PACKAGES=/tmp/packages_end.txt [2025-07-23T13:05:55.250Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-07-23T13:05:55.250Z] + PACKAGES=/tmp/packages_start.txt [2025-07-23T13:05:55.250Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2025-07-23T13:05:55.250Z] + PACKAGES=/tmp/packages_end.txt [2025-07-23T13:05:55.250Z] + case "${OS_FAMILY}" in [2025-07-23T13:05:55.250Z] + dpkg -l [2025-07-23T13:05:55.250Z] + grep '^ii' [2025-07-23T13:05:55.250Z] + '[' -f /tmp/packages_start.txt ']' [2025-07-23T13:05:55.250Z] + '[' -f /tmp/packages_end.txt ']' [2025-07-23T13:05:55.250Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-07-23T13:05:55.250Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2025-07-23T13:05:55.250Z] + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ [2025-07-23T13:05:55.250Z] + 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-07-23T13:05:55.259Z] 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-07-23T13:05:55.536Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-23T13:05:56.097Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-23T13:05:56.097Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-23T13:05:56.177Z] prd-ubuntu20.04-docker-8c-8g-5615 does not seem to be running inside a container [2025-07-23T13:05:56.214Z] $ 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-07-23T13:05:56.443Z] $ docker top a22ee3010cf998ebf4132af60f4b6eca7d3087331c3956e852bda08fb86ea4d0 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-23T13:05:56.792Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-07-23T13:05:57.078Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-07-23T13:05:57.360Z] + ls /var/log/sa-host [2025-07-23T13:05:57.360Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-23T13:05:57.398Z] provisioning config files... [2025-07-23T13:05:57.406Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config11083453856670258887tmp [Pipeline] { [Pipeline] echo [2025-07-23T13:05:57.423Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-23T13:05:57.704Z] ---> create-netrc.sh [Pipeline] } [2025-07-23T13:05:57.711Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-07-23T13:05:58.020Z] ---> python-tools-install.sh [Pipeline] echo [2025-07-23T13:05:58.030Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-23T13:05:58.316Z] ---> sudo-logs.sh [2025-07-23T13:05:58.316Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-07-23T13:05:58.347Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-23T13:05:58.629Z] ---> job-cost.sh [2025-07-23T13:05:58.629Z] lf-activate-venv: SKIPPING [2025-07-23T13:05:58.629Z] DEBUG: total: 0.2199999988079071 [2025-07-23T13:05:58.629Z] INFO: Retrieving Stack Cost... [2025-07-23T13:05:58.629Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-07-23T13:05:58.888Z] INFO: Archiving Costs [Pipeline] echo [2025-07-23T13:05:58.901Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-23T13:05:59.180Z] ---> logs-deploy.sh [2025-07-23T13:05:59.180Z] lf-activate-venv: SKIPPING [2025-07-23T13:05:59.180Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/273 [2025-07-23T13:05:59.180Z] INFO: archiving workspace using pattern(s): [2025-07-23T13:06:00.116Z] Archives upload complete. [2025-07-23T13:06:00.116Z] INFO: archiving logs to Nexus