Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 7a624719046a72e427bf3d08f27efb66898882ef 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-ssh11212219455870555654.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 056ae7b86453181957306e7078512cbe12174832 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh11403264182468018755.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 056ae7b86453181957306e7078512cbe12174832 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14729934611667648487.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 056ae7b86453181957306e7078512cbe12174832 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 056ae7b86453181957306e7078512cbe12174832 # timeout=10 Commit message: "Merge pull request #473 from cherrycl/fix-seccomp-profile-error" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh15246233416777439379.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-ssh13093685542506476780.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-116112’ Running on prd-ubuntu20.04-docker-8c-8g-116157 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/ry_app-service-configurable_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 7a624719046a72e427bf3d08f27efb66898882ef (main) Commit message: "Merge pull request #745 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v4-4.1.0-dev.35" > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7a624719046a72e427bf3d08f27efb66898882ef # timeout=10 > git rev-list --no-walk f0a43c7ca8779d01d29bf8defd53eac4878b3525 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:07:32 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:07:32 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:07:32 ========================================================= 10:07:32 EdgeX Global Pipelines Version Info 10:07:32 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:07:36 ------------------- 10:07:36 stable info: 10:07:36 ------------------- 10:07:36 Commited By: Cherry Wang cherry@iotechsys.com 10:07:36 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 10:07:36 Message: update stable to v1.0.276 10:07:36 ------------------- 10:07:36 experimental info: 10:07:36 ------------------- 10:07:36 Commited By: **** collab-it+edgex@linuxfoundation.org 10:07:36 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 10:07:36 Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:07:36 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 10:07:36 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 10:07:36 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:07:36 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:07:36 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:07:36 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 10:07:36 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 10:07:36 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 10:07:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:07:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:07:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 10:07:36 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 10:07:36 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:07:36 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:07:36 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:07:36 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:07:36 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:07:36 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:07:36 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:07:36 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:07:36 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 10:07:36 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 10:07:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:07:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:07:36 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 10:07:36 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:07:36 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 10:07:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 10:07:36 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 10:07:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 10:07:36 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7a624719046a72e427bf3d08f27efb66898882ef [Pipeline] echo 10:07:36 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7a62471 [Pipeline] echo 10:07:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:07:36 provisioning config files... 10:07:36 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config8546329004161576376tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:07:37 ---> ****-login.sh 10:07:37 nexus3.edgexfoundry.org:10001 10:07:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:07:37 10:07:37 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 10:07:37 Configure a credential helper to remove this warning. See 10:07:37 https://docs.****.com/go/credential-store/ 10:07:37 10:07:37 Login Succeeded 10:07:37 nexus3.edgexfoundry.org:10002 10:07:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:07:37 10:07:37 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 10:07:37 Configure a credential helper to remove this warning. See 10:07:37 https://docs.****.com/go/credential-store/ 10:07:37 10:07:37 Login Succeeded 10:07:37 nexus3.edgexfoundry.org:10003 10:07:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:07:37 10:07:37 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 10:07:37 Configure a credential helper to remove this warning. See 10:07:37 https://docs.****.com/go/credential-store/ 10:07:37 10:07:37 Login Succeeded 10:07:37 nexus3.edgexfoundry.org:10004 10:07:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:07:37 10:07:37 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 10:07:37 Configure a credential helper to remove this warning. See 10:07:37 https://docs.****.com/go/credential-store/ 10:07:37 10:07:37 Login Succeeded 10:07:37 ****.io 10:07:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:07:37 10:07:37 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 10:07:37 Configure a credential helper to remove this warning. See 10:07:37 https://docs.****.com/go/credential-store/ 10:07:37 10:07:37 Login Succeeded 10:07:37 ---> ****-login.sh ends [Pipeline] } 10:07:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 10:07:38 + git rev-list -1 --merges 7a624719046a72e427bf3d08f27efb66898882ef~1..7a624719046a72e427bf3d08f27efb66898882ef [Pipeline] echo 10:07:38 -----------> git rev-list -1 --merges 7a624719046a72e427bf3d08f27efb66898882ef~1..7a624719046a72e427bf3d08f27efb66898882ef 7a624719046a72e427bf3d08f27efb66898882ef 10:07:38 7a624719046a72e427bf3d08f27efb66898882ef [false] [Pipeline] sh 10:07:38 + git log --format=format:%s -1 7a624719046a72e427bf3d08f27efb66898882ef [Pipeline] echo 10:07:38 ========================================================= 10:07:38 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 10:07:38 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:07:39 + git log --format=format:%s -1 7a624719046a72e427bf3d08f27efb66898882ef [Pipeline] echo 10:07:39 [semverPrep] GIT_COMMIT: 7a624719046a72e427bf3d08f27efb66898882ef, Commit Message: Merge pull request #745 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v4-4.1.0-dev.35 [Pipeline] echo 10:07:39 [semverPrep] This is not a build commit. [Pipeline] sh 10:07:39 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:07:39 + grep -v github /etc/ssh/ssh_known_hosts 10:07:39 + [ -e /tmp/ssh_known_hosts ] 10:07:39 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 10:07:39 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 10:07:39 + sudo tee -a /etc/ssh/ssh_known_hosts 10:07:39 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:07:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:07:40 10:07:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:07:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:07:40 0.1.4: Pulling from edgex-devops/py-git-semver 10:07:40 3dae71ba6b94: Pulling fs layer 10:07:40 6bf1a483ea7c: Pulling fs layer 10:07:40 f5dfc541a4d3: Pulling fs layer 10:07:40 461d9e800cba: Pulling fs layer 10:07:40 80192f66455f: Pulling fs layer 10:07:40 2e8e34ca0e6c: Pulling fs layer 10:07:40 a29436f7fd5d: Pulling fs layer 10:07:40 923cac83aea3: Pulling fs layer 10:07:40 25ad8b0a4227: Pulling fs layer 10:07:40 db01528c6b51: Pulling fs layer 10:07:40 28988de357af: Pulling fs layer 10:07:40 461d9e800cba: Waiting 10:07:40 80192f66455f: Waiting 10:07:40 2e8e34ca0e6c: Waiting 10:07:40 a29436f7fd5d: Waiting 10:07:40 923cac83aea3: Waiting 10:07:40 25ad8b0a4227: Waiting 10:07:40 db01528c6b51: Waiting 10:07:40 28988de357af: Waiting 10:07:40 6bf1a483ea7c: Verifying Checksum 10:07:40 6bf1a483ea7c: Download complete 10:07:40 461d9e800cba: Download complete 10:07:40 80192f66455f: Verifying Checksum 10:07:40 80192f66455f: Download complete 10:07:40 f5dfc541a4d3: Verifying Checksum 10:07:40 f5dfc541a4d3: Download complete 10:07:40 3dae71ba6b94: Verifying Checksum 10:07:40 3dae71ba6b94: Download complete 10:07:40 923cac83aea3: Download complete 10:07:40 25ad8b0a4227: Download complete 10:07:40 db01528c6b51: Verifying Checksum 10:07:40 db01528c6b51: Download complete 10:07:40 28988de357af: Download complete 10:07:40 a29436f7fd5d: Verifying Checksum 10:07:40 a29436f7fd5d: Download complete 10:07:41 2e8e34ca0e6c: Verifying Checksum 10:07:41 2e8e34ca0e6c: Download complete 10:07:42 3dae71ba6b94: Pull complete 10:07:42 6bf1a483ea7c: Pull complete 10:07:43 f5dfc541a4d3: Pull complete 10:07:43 461d9e800cba: Pull complete 10:07:43 80192f66455f: Pull complete 10:07:48 2e8e34ca0e6c: Pull complete 10:07:48 a29436f7fd5d: Pull complete 10:07:48 923cac83aea3: Pull complete 10:07:48 25ad8b0a4227: Pull complete 10:07:48 db01528c6b51: Pull complete 10:07:48 28988de357af: Pull complete 10:07:48 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 10:07:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:07:48 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:07:48 prd-ubuntu20.04-docker-8c-8g-116157 does not seem to be running inside a container 10:07:48 $ 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 10:07:52 $ docker top 43d1449684cb655032607cc24562c962b2d094a4d466802efdfbfb1e9e95c9d5 -eo pid,comm 10:07:52 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). 10:07:52 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:07:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:07:52 [ssh-agent] Looking for ssh-agent implementation... 10:07:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:07:52 $ docker exec 43d1449684cb655032607cc24562c962b2d094a4d466802efdfbfb1e9e95c9d5 ssh-agent 10:07:52 SSH_AUTH_SOCK=/tmp/ssh-C8CzPdhuc1qJ/agent.32 10:07:52 SSH_AGENT_PID=38 10:07:52 Running ssh-add (command line suppressed) 10:07:52 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_5687820722975615715.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_5687820722975615715.key) 10:07:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:07:52 + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] sh 10:07:53 + git tag --points-at HEAD [Pipeline] } 10:07:53 $ docker exec --env ******** --env ******** 43d1449684cb655032607cc24562c962b2d094a4d466802efdfbfb1e9e95c9d5 ssh-agent -k 10:07:53 unset SSH_AUTH_SOCK; 10:07:53 unset SSH_AGENT_PID; 10:07:53 echo Agent pid 38 killed; 10:07:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:07:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:07:53 [ssh-agent] Looking for ssh-agent implementation... 10:07:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:07:53 $ docker exec 43d1449684cb655032607cc24562c962b2d094a4d466802efdfbfb1e9e95c9d5 ssh-agent 10:07:53 SSH_AUTH_SOCK=/tmp/ssh-9E40gEoLFgG5/agent.85 10:07:53 SSH_AGENT_PID=91 10:07:53 Running ssh-add (command line suppressed) 10:07:53 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_12138472900962705754.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_12138472900962705754.key) 10:07:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:07:54 + git semver init 10:07:54 2025-10-08 10:07:54,299 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 10:07:54 2025-10-08 10:07:54,312 [run_init] DEBUG init version:0.0.0 force:False 10:07:54 2025-10-08 10:07:54,312 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver 10:07:54 2025-10-08 10:07:54,313 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver 10:07:54 2025-10-08 10:07:54,313 [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) 10:07:56 2025-10-08 10:07:56,246 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude 10:07:56 2025-10-08 10:07:56,247 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False 10:07:56 2025-10-08 10:07:56,247 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 10:07:56 2025-10-08 10:07:56,247 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 10:07:56 4.1.0-dev.9 [Pipeline] } 10:07:56 $ docker exec --env ******** --env ******** 43d1449684cb655032607cc24562c962b2d094a4d466802efdfbfb1e9e95c9d5 ssh-agent -k 10:07:56 unset SSH_AUTH_SOCK; 10:07:56 unset SSH_AGENT_PID; 10:07:56 echo Agent pid 91 killed; 10:07:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:07:57 + git semver [Pipeline] } 10:07:57 $ docker stop --time=1 43d1449684cb655032607cc24562c962b2d094a4d466802efdfbfb1e9e95c9d5 10:07:59 $ docker rm -f --volumes 43d1449684cb655032607cc24562c962b2d094a4d466802efdfbfb1e9e95c9d5 [Pipeline] // withDockerContainer [Pipeline] sh 10:07:59 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:07:59 Stashed 1 file(s) [Pipeline] echo 10:07:59 [edgeXSemver]: initialized semver on version 4.1.0-dev.9 [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 10:08:00 provisioning config files... 10:08:00 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config17844026509465480914tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:08:00 ---> ****-login.sh 10:08:00 nexus3.edgexfoundry.org:10001 10:08:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:08:00 Login Succeeded 10:08:00 nexus3.edgexfoundry.org:10002 10:08:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:08:00 Login Succeeded 10:08:00 nexus3.edgexfoundry.org:10003 10:08:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:08:00 Login Succeeded 10:08:00 nexus3.edgexfoundry.org:10004 10:08:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:08:00 Login Succeeded 10:08:00 ****.io 10:08:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:08:00 Login Succeeded 10:08:00 ---> ****-login.sh ends [Pipeline] } 10:08:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:08:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:08:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:08:01 ========================================================= 10:08:01 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 10:08:01 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:08:01 + 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 . 10:08:02 #0 building with "default" instance using docker driver 10:08:02 10:08:02 #1 [internal] load build definition from Dockerfile 10:08:02 #1 transferring dockerfile: 2.05kB done 10:08:02 #1 DONE 0.1s 10:08:02 10:08:02 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 10:08:02 #2 DONE 0.1s 10:08:02 10:08:02 #3 [internal] load .dockerignore 10:08:02 #3 transferring context: 159B done 10:08:02 #3 DONE 0.0s 10:08:02 10:08:02 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 10:08:02 #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 0.0s done 10:08:02 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 5.24MB / 74.06MB 0.1s 10:08:02 #4 sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 685B / 685B done 10:08:02 #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.1s done 10:08:02 #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 1.35MB / 3.63MB 0.1s 10:08:02 #4 sha256:01d3d341091a517642a078ff0605422b0bc90a0685c27f13eebf23a14bd174bf 2.08kB / 2.08kB done 10:08:02 #4 sha256:d619b1717253d911bd917c5573ee8134ae218c2451e74083eb23940cdd319302 4.11kB / 4.11kB done 10:08:02 #4 ... 10:08:02 10:08:02 #5 [internal] load build context 10:08:02 #5 transferring context: 14.81MB 0.1s done 10:08:02 #5 DONE 0.2s 10:08:02 10:08:02 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 10:08:02 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 15.73MB / 74.06MB 0.2s 10:08:02 #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done 10:08:02 #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s 10:08:02 #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done 10:08:02 #4 sha256:c451b95d79318bfd8953a1c9820732ea4e6327fc33c477d42b42d627f68681ad 440B / 440B 0.2s 10:08:02 #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.2s done 10:08:02 #4 sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 0B / 2.38MB 0.2s 10:08:02 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 45.36MB / 74.06MB 0.4s 10:08:02 #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done 10:08:02 #4 sha256:c451b95d79318bfd8953a1c9820732ea4e6327fc33c477d42b42d627f68681ad 440B / 440B 0.2s done 10:08:02 #4 sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 2.38MB / 2.38MB 0.3s done 10:08:02 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 4.19MB / 103.05MB 0.4s 10:08:02 #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 10:08:02 #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 3.15MB / 13.29MB 0.4s 10:08:02 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 59.77MB / 74.06MB 0.5s 10:08:02 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 11.53MB / 103.05MB 0.5s 10:08:02 #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.1s done 10:08:02 #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 11.53MB / 13.29MB 0.5s 10:08:02 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.6s 10:08:02 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 18.87MB / 103.05MB 0.6s 10:08:02 #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 13.29MB / 13.29MB 0.5s done 10:08:02 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 30.41MB / 103.05MB 0.7s 10:08:03 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.7s done 10:08:03 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 42.99MB / 103.05MB 0.8s 10:08:03 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 0.1s 10:08:03 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 73.40MB / 103.05MB 1.0s 10:08:03 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 89.13MB / 103.05MB 1.1s 10:08:03 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 103.05MB / 103.05MB 1.2s 10:08:04 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 103.05MB / 103.05MB 1.8s done 10:08:08 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 5.1s done 10:08:08 #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 10:08:08 #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done 10:08:08 #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done 10:08:08 #4 extracting sha256:c451b95d79318bfd8953a1c9820732ea4e6327fc33c477d42b42d627f68681ad done 10:08:08 #4 extracting sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 10:08:08 #4 extracting sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 0.0s done 10:08:08 #4 extracting sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 0.1s 10:08:11 #4 extracting sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 2.7s done 10:08:11 #4 extracting sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 0.1s 10:08:12 #4 extracting sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 0.6s done 10:08:12 #4 DONE 9.9s 10:08:12 10:08:12 #6 [builder 2/7] RUN apk add --update --no-cache make git 10:08:12 #6 0.206 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:08:12 #6 0.286 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:08:12 #6 0.625 OK: 248 MiB in 58 packages 10:08:14 #6 DONE 2.4s 10:08:14 10:08:14 #7 [builder 3/7] WORKDIR /app 10:08:14 #7 DONE 0.0s 10:08:14 10:08:14 #8 [builder 4/7] COPY go.mod vendor* ./ 10:08:14 #8 DONE 0.0s 10:08:14 10:08:14 #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:08:15 Still waiting to schedule task 10:08:15 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-116136’ 10:08:29 #9 DONE 14.6s 10:08:29 10:08:29 #10 [builder 6/7] COPY . . 10:08:29 #10 DONE 0.1s 10:08:29 10:08:29 #11 [builder 7/7] RUN echo noop 10:08:29 #11 0.202 noop 10:08:29 #11 DONE 0.3s 10:08:29 10:08:29 #12 exporting to image 10:08:29 #12 exporting layers 10:08:37 #12 exporting layers 7.0s done 10:08:37 #12 writing image sha256:456a2fd96c7deeb803b02cd547acaef825f96d1bdcf6571e61b7dfbf9a758268 done 10:08:37 #12 naming to docker.io/library/ci-base-image-x86_64 done 10:08:37 #12 DONE 7.0s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:08:38 + docker inspect -f . ci-base-image-x86_64 10:08:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:08:38 prd-ubuntu20.04-docker-8c-8g-116157 does not seem to be running inside a container 10:08:38 $ 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 10:08:38 $ docker top 206f5ae09ad8108a3b19a2d91a27ba2614344cd45bca2106a851ada78c26f337 -eo pid,comm [Pipeline] { [Pipeline] sh 10:08:38 + go version 10:08:38 go version go1.23.9 linux/amd64 [Pipeline] } 10:08:38 $ docker stop --time=1 206f5ae09ad8108a3b19a2d91a27ba2614344cd45bca2106a851ada78c26f337 10:08:40 $ docker rm -f --volumes 206f5ae09ad8108a3b19a2d91a27ba2614344cd45bca2106a851ada78c26f337 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:08:40 + docker inspect -f . ci-base-image-x86_64 10:08:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:08:40 prd-ubuntu20.04-docker-8c-8g-116157 does not seem to be running inside a container 10:08:40 $ 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 10:08:40 $ docker top 2213879f2d58f659f09cd6a580a2dd3ad3195267e59dc78a624d51accfcd60db -eo pid,comm [Pipeline] { [Pipeline] sh 10:08:41 + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh 10:08:41 + make test 10:08:41 go test -race -coverprofile=coverage.out ./... 10:09:13 github.com/edgexfoundry/app-service-configurable coverage: 0.0% of statements 10:09:45 go vet ./... 10:09:47 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 10:09:47 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 10:09:47 ./bin/test-attribution-txt.sh 10:09:47 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 10:09:47 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add 10:09:47 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 10:09:47 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 10:09:47 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add 10:09:47 An attribution for go.opentelemetry.io/auto/sdk is missing from Attribution.txt, please add [Pipeline] echo 10:09:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 10:09:47 $ docker stop --time=1 2213879f2d58f659f09cd6a580a2dd3ad3195267e59dc78a624d51accfcd60db 10:09:49 $ docker rm -f --volumes 2213879f2d58f659f09cd6a580a2dd3ad3195267e59dc78a624d51accfcd60db [Pipeline] // withDockerContainer [Pipeline] sh 10:09:50 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:09:50 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 10:09:50 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:09:50 + ls -al . 10:09:50 total 248 10:09:50 drwxrwxr-x 7 jenkins jenkins 4096 Oct 8 10:08 . 10:09:50 drwxrwxr-x 4 jenkins jenkins 4096 Oct 8 10:07 .. 10:09:50 -rw-rw-r-- 1 jenkins jenkins 119 Oct 8 10:07 .dockerignore 10:09:50 drwxrwxr-x 8 jenkins jenkins 4096 Oct 8 10:09 .git 10:09:50 drwxrwxr-x 3 jenkins jenkins 4096 Oct 8 10:07 .github 10:09:50 -rw-rw-r-- 1 jenkins jenkins 108 Oct 8 10:07 .gitignore 10:09:50 -rw-rw-r-- 1 jenkins jenkins 41 Oct 8 10:07 .golangci.yml 10:09:50 drwxr-xr-x 3 jenkins jenkins 4096 Oct 8 10:07 .semver 10:09:50 -rw-rw-r-- 1 jenkins jenkins 16550 Oct 8 10:07 Attribution.txt 10:09:50 -rw-rw-r-- 1 jenkins jenkins 39309 Oct 8 10:07 CHANGELOG.md 10:09:50 -rw-rw-r-- 1 jenkins jenkins 2008 Oct 8 10:07 Dockerfile 10:09:50 -rw-rw-r-- 1 jenkins jenkins 677 Oct 8 10:07 GOVERNANCE.md 10:09:50 -rw-rw-r-- 1 jenkins jenkins 666 Oct 8 10:07 Jenkinsfile 10:09:50 -rw-rw-r-- 1 jenkins jenkins 10174 Oct 8 10:07 LICENSE 10:09:50 -rw-rw-r-- 1 jenkins jenkins 618 Oct 8 10:07 OWNERS.md 10:09:50 -rw-rw-r-- 1 jenkins jenkins 4952 Oct 8 10:07 README.md 10:09:50 -rw-rw-r-- 1 jenkins jenkins 11 Oct 8 10:07 VERSION 10:09:50 drwxrwxr-x 2 jenkins jenkins 4096 Oct 8 10:07 bin 10:09:50 -rw-r--r-- 1 jenkins jenkins 953 Oct 8 10:09 coverage.out 10:09:50 -rw-rw-r-- 1 jenkins jenkins 6578 Oct 8 10:07 go.mod 10:09:50 -rw-rw-r-- 1 jenkins jenkins 88387 Oct 8 10:07 go.sum 10:09:50 -rw-rw-r-- 1 jenkins jenkins 1937 Oct 8 10:07 main.go 10:09:50 -rw-rw-r-- 1 jenkins jenkins 3362 Oct 8 10:07 makefile 10:09:50 drwxrwxr-x 9 jenkins jenkins 4096 Oct 8 10:07 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:09:51 + 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=7a624719046a72e427bf3d08f27efb66898882ef --label arch=amd64 --label version=4.1.0-dev.9 . 10:09:51 #0 building with "default" instance using docker driver 10:09:51 10:09:51 #1 [internal] load build definition from Dockerfile 10:09:51 #1 transferring dockerfile: 2.05kB done 10:09:51 #1 DONE 0.0s 10:09:51 10:09:51 #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 10:09:51 #2 DONE 0.0s 10:09:51 10:09:51 #3 [internal] load metadata for docker.io/library/alpine:3.20 10:09:51 #3 DONE 0.1s 10:09:51 10:09:51 #4 [internal] load .dockerignore 10:09:51 #4 transferring context: 159B done 10:09:51 #4 DONE 0.0s 10:09:51 10:09:51 #5 [internal] load build context 10:09:51 #5 transferring context: 4.84kB done 10:09:51 #5 DONE 0.0s 10:09:51 10:09:51 #6 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 10:09:51 #6 DONE 0.1s 10:09:51 10:09:51 #7 [stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 10:09:51 #7 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 10:09:51 #7 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 10:09:51 #7 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 10:09:51 #7 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 10:09:51 #7 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.15MB / 3.62MB 0.1s 10:09:51 #7 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 10:09:51 #7 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 10:09:51 #7 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.1s done 10:09:51 #7 DONE 0.3s 10:09:51 10:09:51 #8 [builder 2/7] RUN apk add --update --no-cache make git 10:09:51 #8 0.180 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:09:51 #8 0.338 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:09:52 #8 0.687 OK: 248 MiB in 58 packages 10:09:52 #8 DONE 0.8s 10:09:52 10:09:52 #9 [stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 10:09:52 #9 0.176 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:09:52 #9 0.239 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:09:52 #9 0.475 (1/2) Installing ca-certificates (20250911-r0) 10:09:52 #9 0.491 (2/2) Installing dumb-init (1.2.5-r3) 10:09:52 #9 0.494 Executing busybox-1.36.1-r29.trigger 10:09:52 #9 0.499 Executing ca-certificates-20250911-r0.trigger 10:09:52 #9 0.540 OK: 9 MiB in 16 packages 10:09:52 #9 DONE 0.7s 10:09:52 10:09:52 #10 [builder 3/7] WORKDIR /app 10:09:52 #10 DONE 0.0s 10:09:52 10:09:52 #11 [builder 4/7] COPY go.mod vendor* ./ 10:09:52 #11 DONE 0.0s 10:09:52 10:09:52 #12 [stage-1 3/7] RUN apk --no-cache upgrade 10:09:52 #12 0.385 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:09:52 #12 ... 10:09:52 10:09:52 #13 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:09:52 #13 DONE 0.5s 10:09:52 10:09:52 #12 [stage-1 3/7] RUN apk --no-cache upgrade 10:09:52 #12 0.467 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:09:53 #12 ... 10:09:53 10:09:53 #14 [builder 6/7] COPY . . 10:09:53 #14 DONE 0.1s 10:09:53 10:09:53 #15 [builder 7/7] RUN make build 10:09:53 #15 0.256 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.SDKVersion=4.1.0-dev.35 -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.ApplicationVersion=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 10:09:53 #15 ... 10:09:53 10:09:53 #12 [stage-1 3/7] RUN apk --no-cache upgrade 10:09:53 #12 0.845 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 10:09:53 #12 0.866 Executing busybox-1.36.1-r30.post-upgrade 10:09:53 #12 0.910 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 10:09:53 #12 0.913 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 10:09:53 #12 0.920 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) 10:09:53 #12 0.953 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) 10:09:53 #12 0.969 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 10:09:53 #12 0.972 Executing busybox-1.36.1-r30.trigger 10:09:53 #12 0.978 Executing ca-certificates-20250911-r0.trigger 10:09:53 #12 1.019 OK: 9 MiB in 16 packages 10:09:53 #12 DONE 1.2s 10:09:53 10:09:53 #15 [builder 7/7] RUN make build 10:10:20 #15 DONE 23.1s 10:10:20 10:10:20 #16 [stage-1 4/7] COPY --from=builder /app/Attribution.txt /Attribution.txt 10:10:20 #16 DONE 0.0s 10:10:20 10:10:20 #17 [stage-1 5/7] COPY --from=builder /app/LICENSE /LICENSE 10:10:20 #17 DONE 0.0s 10:10:20 10:10:20 #18 [stage-1 6/7] COPY --from=builder /app/res/ /res/ 10:10:20 #18 DONE 0.0s 10:10:20 10:10:20 #19 [stage-1 7/7] COPY --from=builder /app/app-service-configurable /app-service-configurable 10:10:20 #19 DONE 0.2s 10:10:20 10:10:20 #20 exporting to image 10:10:20 #20 exporting layers 0.1s done 10:10:20 #20 writing image sha256:39f2aaa3e9133030425efea1e91d7db0450522afffaefefaf88f4baf2144f256 done 10:10:20 #20 naming to docker.io/library/app-service-configurable done 10:10:20 #20 DONE 0.1s 10:10:20 10:10:20 1 warning found (use docker --debug to expand): 10:10:20  - 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 10:10:20 provisioning config files... 10:10:20 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3114507579545504127tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:10:20 ---> ****-login.sh 10:10:20 nexus3.edgexfoundry.org:10001 10:10:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:10:20 Login Succeeded 10:10:20 nexus3.edgexfoundry.org:10002 10:10:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:10:20 Login Succeeded 10:10:20 nexus3.edgexfoundry.org:10003 10:10:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:10:21 Login Succeeded 10:10:21 nexus3.edgexfoundry.org:10004 10:10:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:10:21 Login Succeeded 10:10:21 ****.io 10:10:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:10:21 Login Succeeded 10:10:21 ---> ****-login.sh ends [Pipeline] } 10:10:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:10:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:10:21 [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: 10:10:21 7a624719046a72e427bf3d08f27efb66898882ef 10:10:21 latest 10:10:21 4.1.0-dev.9 10:10:21 7a624719046a72e427bf3d08f27efb66898882ef-4.1.0-dev.9 10:10:21 main 10:10:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:10:22 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:10:22 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef 10:10:22 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 10:10:22 d9255c5b3851: Preparing 10:10:22 e556b6bb6549: Preparing 10:10:22 f1b066d96d33: Preparing 10:10:22 8e4a95b08984: Preparing 10:10:22 e6f5351e2683: Preparing 10:10:22 a0239cde0678: Preparing 10:10:22 097100c76c15: Preparing 10:10:22 097100c76c15: Waiting 10:10:22 a0239cde0678: Waiting 10:10:22 e556b6bb6549: Pushed 10:10:22 8e4a95b08984: Pushed 10:10:22 f1b066d96d33: Pushed 10:10:22 097100c76c15: Layer already exists 10:10:22 a0239cde0678: Pushed 10:10:23 e6f5351e2683: Pushed 10:10:26 d9255c5b3851: Pushed 10:10:26 7a624719046a72e427bf3d08f27efb66898882ef: digest: sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:10:26 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:10:27 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest 10:10:27 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 10:10:27 d9255c5b3851: Preparing 10:10:27 e556b6bb6549: Preparing 10:10:27 f1b066d96d33: Preparing 10:10:27 8e4a95b08984: Preparing 10:10:27 e6f5351e2683: Preparing 10:10:27 a0239cde0678: Preparing 10:10:27 097100c76c15: Preparing 10:10:27 097100c76c15: Waiting 10:10:27 a0239cde0678: Waiting 10:10:27 8e4a95b08984: Layer already exists 10:10:27 e6f5351e2683: Layer already exists 10:10:27 e556b6bb6549: Layer already exists 10:10:27 d9255c5b3851: Layer already exists 10:10:27 f1b066d96d33: Layer already exists 10:10:27 a0239cde0678: Layer already exists 10:10:27 097100c76c15: Layer already exists 10:10:27 latest: digest: sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:10:27 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:10:27 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.9 10:10:27 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 10:10:27 d9255c5b3851: Preparing 10:10:27 e556b6bb6549: Preparing 10:10:27 f1b066d96d33: Preparing 10:10:27 8e4a95b08984: Preparing 10:10:27 e6f5351e2683: Preparing 10:10:27 a0239cde0678: Preparing 10:10:27 097100c76c15: Preparing 10:10:27 a0239cde0678: Waiting 10:10:27 097100c76c15: Waiting 10:10:27 e556b6bb6549: Layer already exists 10:10:27 e6f5351e2683: Layer already exists 10:10:27 8e4a95b08984: Layer already exists 10:10:27 f1b066d96d33: Layer already exists 10:10:27 d9255c5b3851: Layer already exists 10:10:27 097100c76c15: Layer already exists 10:10:27 a0239cde0678: Layer already exists 10:10:27 4.1.0-dev.9: digest: sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:10:28 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:10:28 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef-4.1.0-dev.9 10:10:28 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 10:10:28 d9255c5b3851: Preparing 10:10:28 e556b6bb6549: Preparing 10:10:28 f1b066d96d33: Preparing 10:10:28 8e4a95b08984: Preparing 10:10:28 e6f5351e2683: Preparing 10:10:28 a0239cde0678: Preparing 10:10:28 097100c76c15: Preparing 10:10:28 097100c76c15: Waiting 10:10:28 a0239cde0678: Waiting 10:10:28 e6f5351e2683: Layer already exists 10:10:28 e556b6bb6549: Layer already exists 10:10:28 f1b066d96d33: Layer already exists 10:10:28 8e4a95b08984: Layer already exists 10:10:28 d9255c5b3851: Layer already exists 10:10:28 097100c76c15: Layer already exists 10:10:28 a0239cde0678: Layer already exists 10:10:28 7a624719046a72e427bf3d08f27efb66898882ef-4.1.0-dev.9: digest: sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:10:28 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:10:29 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main 10:10:29 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 10:10:29 d9255c5b3851: Preparing 10:10:29 e556b6bb6549: Preparing 10:10:29 f1b066d96d33: Preparing 10:10:29 8e4a95b08984: Preparing 10:10:29 e6f5351e2683: Preparing 10:10:29 a0239cde0678: Preparing 10:10:29 097100c76c15: Preparing 10:10:29 a0239cde0678: Waiting 10:10:29 097100c76c15: Waiting 10:10:29 f1b066d96d33: Layer already exists 10:10:29 e6f5351e2683: Layer already exists 10:10:29 8e4a95b08984: Layer already exists 10:10:29 d9255c5b3851: Layer already exists 10:10:29 e556b6bb6549: Layer already exists 10:10:29 097100c76c15: Layer already exists 10:10:29 a0239cde0678: Layer already exists 10:10:29 main: digest: sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:10:29 ===================================================== [Pipeline] echo 10:10:29 taggedImages: 10:10:29 - nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef 10:10:29 - nexus3.edgexfoundry.org:10004/app-service-configurable:latest 10:10:29 - nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.9 10:10:29 - nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef-4.1.0-dev.9 10:10:29 - nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] echo 10:10:29 ========================================================= 10:10:29 [edgeXBuildMultiArch] RAW Config: 10:10:29 images: 10:10:29 - nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef 10:10:29 - nexus3.edgexfoundry.org:10004/app-service-configurable:latest 10:10:29 - nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.9 10:10:29 - nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef-4.1.0-dev.9 10:10:29 - nexus3.edgexfoundry.org:10004/app-service-configurable:main 10:10:29 settingsFile: 10:10:29 app-service-configurable-settings 10:10:29 ========================================================= [Pipeline] node 10:10:44 Still waiting to schedule task 10:10:44 ‘prd-centos7-docker-4c-2g-116168’ is offline 10:11:12 Running on prd-ubuntu20.04-docker-arm64-4c-16g-116201 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws 10:11:12 Running in /w/workspace/app-service-configurable/282 [Pipeline] { [Pipeline] checkout 10:11:15 The recommended git tool is: git 10:11:20 using credential edgex-jenkins-ssh 10:11:21 Cloning the remote Git repository 10:11:21 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 10:11:21 > git init /w/workspace/app-service-configurable/282 # timeout=10 10:11:21 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 10:11:21 > git --version # timeout=10 10:11:21 > git --version # 'git version 2.25.1' 10:11:21 using GIT_SSH to set credentials SSH Credentials for GitHub 10:11:21 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:11:25 Avoid second fetch 10:11:25 Checking out Revision 7a624719046a72e427bf3d08f27efb66898882ef (main) 10:11:24 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 10:11:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:11:25 > git config core.sparsecheckout # timeout=10 10:11:25 > git checkout -f 7a624719046a72e427bf3d08f27efb66898882ef # timeout=10 10:11:26 Commit message: "Merge pull request #745 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v4-4.1.0-dev.35" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:11:30 provisioning config files... 10:11:30 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/282@tmp/config6804605171372458887tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:11:31 ---> ****-login.sh 10:11:31 nexus3.edgexfoundry.org:10001 10:11:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:11:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:11:32 Configure a credential helper to remove this warning. See 10:11:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:11:32 10:11:32 Login Succeeded 10:11:32 nexus3.edgexfoundry.org:10002 10:11:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:11:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:11:32 Configure a credential helper to remove this warning. See 10:11:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:11:32 10:11:32 Login Succeeded 10:11:32 nexus3.edgexfoundry.org:10003 10:11:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:11:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:11:33 Configure a credential helper to remove this warning. See 10:11:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:11:33 10:11:33 Login Succeeded 10:11:33 nexus3.edgexfoundry.org:10004 10:11:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:11:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:11:33 Configure a credential helper to remove this warning. See 10:11:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:11:33 10:11:33 Login Succeeded 10:11:33 ****.io 10:11:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:11:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:11:33 Configure a credential helper to remove this warning. See 10:11:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:11:33 10:11:33 Login Succeeded 10:11:33 ---> ****-login.sh ends [Pipeline] } 10:11:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:11:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:11:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:11:34 ========================================================= 10:11:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 10:11:34 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:34 + 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 . 10:11:34 Sending build context to Docker daemon 224.3kB 10:11:34 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 10:11:34 Step 2/12 : FROM ${BASE} AS builder 10:11:35 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:11:35 94e9d8af2201: Pulling fs layer 10:11:35 a6c56e8762df: Pulling fs layer 10:11:35 f0f3c8884826: Pulling fs layer 10:11:35 c7e7622c144d: Pulling fs layer 10:11:35 4f4fb700ef54: Pulling fs layer 10:11:35 b4c3b6d88c5a: Pulling fs layer 10:11:35 ba8bce9d2590: Pulling fs layer 10:11:35 ca778ea9c289: Pulling fs layer 10:11:35 c7e7622c144d: Waiting 10:11:35 4f4fb700ef54: Waiting 10:11:35 b4c3b6d88c5a: Waiting 10:11:35 ba8bce9d2590: Waiting 10:11:35 ca778ea9c289: Waiting 10:11:35 a6c56e8762df: Verifying Checksum 10:11:35 a6c56e8762df: Download complete 10:11:35 c7e7622c144d: Verifying Checksum 10:11:35 c7e7622c144d: Download complete 10:11:35 4f4fb700ef54: Verifying Checksum 10:11:35 4f4fb700ef54: Download complete 10:11:35 b4c3b6d88c5a: Verifying Checksum 10:11:35 b4c3b6d88c5a: Download complete 10:11:35 94e9d8af2201: Verifying Checksum 10:11:35 94e9d8af2201: Download complete 10:11:35 ca778ea9c289: Verifying Checksum 10:11:35 ca778ea9c289: Download complete 10:11:36 94e9d8af2201: Pull complete 10:11:37 a6c56e8762df: Pull complete 10:11:37 f0f3c8884826: Verifying Checksum 10:11:37 f0f3c8884826: Download complete 10:11:38 ba8bce9d2590: Verifying Checksum 10:11:38 ba8bce9d2590: Download complete 10:11:52 Running on prd-centos7-docker-4c-2g-116218 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:11:52 provisioning config files... 10:11:52 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config11687115259865214908tmp [Pipeline] { [Pipeline] libraryResource 10:11:53 f0f3c8884826: Pull complete 10:11:53 c7e7622c144d: Pull complete 10:11:53 4f4fb700ef54: Pull complete 10:11:53 b4c3b6d88c5a: Pull complete [Pipeline] sh 10:11:56 ---> ****-login.sh 10:11:56 nexus3.edgexfoundry.org:10001 10:11:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:11:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:11:56 Configure a credential helper to remove this warning. See 10:11:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:11:56 10:11:56 Login Succeeded 10:11:56 nexus3.edgexfoundry.org:10002 10:11:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:11:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:11:57 Configure a credential helper to remove this warning. See 10:11:57 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:11:57 10:11:57 Login Succeeded 10:11:57 nexus3.edgexfoundry.org:10003 10:11:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:11:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:11:57 Configure a credential helper to remove this warning. See 10:11:57 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:11:57 10:11:57 Login Succeeded 10:11:57 nexus3.edgexfoundry.org:10004 10:11:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:11:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:11:57 Configure a credential helper to remove this warning. See 10:11:57 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:11:57 10:11:57 Login Succeeded 10:11:57 ****.io 10:11:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:11:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:11:57 Configure a credential helper to remove this warning. See 10:11:57 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:11:57 10:11:57 Login Succeeded 10:11:57 ---> ****-login.sh ends [Pipeline] } 10:11:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:11:57 + docker buildx ls 10:11:57 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 10:11:57 default * docker 10:11:57 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 10:11:58 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 10:11:58 edgex-builder [Pipeline] sh 10:11:58 + docker buildx inspect --bootstrap 10:11:58 #1 [internal] booting buildkit 10:11:58 #1 pulling image moby/buildkit:buildx-stable-1 10:12:01 ba8bce9d2590: Pull complete 10:12:01 #1 pulling image moby/buildkit:buildx-stable-1 3.4s done 10:12:01 #1 creating container buildx_buildkit_edgex-builder0 10:12:02 ca778ea9c289: Pull complete 10:12:02 Digest: sha256:c70c257f76c0e97c87bd0187f74242a809c0afac30c2d5f44320df1de5715b93 10:12:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 10:12:02 ---> 47b25d7523d1 10:12:02 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 10:12:04 ---> Running in 831c320eade9 10:12:05 #1 creating container buildx_buildkit_edgex-builder0 3.0s done 10:12:05 #1 DONE 6.4s 10:12:05 Name: edgex-builder 10:12:05 Driver: docker-container 10:12:05 10:12:05 Nodes: 10:12:05 Name: edgex-builder0 10:12:05 Endpoint: unix:///var/run/docker.sock 10:12:05 Status: running 10:12:05 Buildkit: v0.24.0 10:12:05 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 10:12:05 Removing intermediate container 831c320eade9 10:12:05 ---> aefbdf211853 10:12:05 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 10:12:05 ---> Running in ae68d62be953 10:12:05 + docker buildx ls 10:12:05 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 10:12:05 edgex-builder * docker-container 10:12:05 edgex-builder0 unix:///var/run/docker.sock running v0.24.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 10:12:05 default docker 10:12:05 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 10:12:05 Removing intermediate container ae68d62be953 10:12:05 ---> efa341da542e 10:12:05 Step 5/12 : ARG ADD_BUILD_TAGS="" 10:12:05 ---> Running in c874a2176322 10:12:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef' 10:12:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef --push - 10:12:05 Removing intermediate container c874a2176322 10:12:05 ---> 44957ef39929 10:12:05 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:12:06 #1 [internal] load build definition from Dockerfile 10:12:06 #1 transferring dockerfile: 209B done 10:12:06 #1 DONE 0.0s 10:12:06 10:12:06 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef 10:12:06 #2 DONE 0.1s 10:12:06 10:12:06 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef 10:12:06 #3 DONE 0.1s 10:12:06 10:12:06 #4 [internal] load .dockerignore 10:12:06 #4 transferring context: 2B done 10:12:06 #4 DONE 0.0s 10:12:06 10:12:06 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a 10:12:06 #5 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a 0.0s done 10:12:06 #5 DONE 0.0s 10:12:06 10:12:06 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a 10:12:06 #6 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a 0.0s done 10:12:06 #6 DONE 0.1s 10:12:06 ---> Running in cacaebe6a704 10:12:06 10:12:06 #7 [auth] app-service-configurable:pull,push token for nexus3.edgexfoundry.org:10004 10:12:06 #7 DONE 0.0s 10:12:06 10:12:06 #8 exporting to image 10:12:06 #8 exporting layers done 10:12:06 #8 exporting manifest sha256:c41e2bdf68b927633e7b5c766626b7761136924db28e8b10985191b4f5708cff done 10:12:06 #8 exporting config sha256:39f2aaa3e9133030425efea1e91d7db0450522afffaefefaf88f4baf2144f256 done 10:12:06 #8 exporting manifest sha256:b04831349f19e0f133b3203d7c34d3684422b571775f04e9c132cff961bdd242 done 10:12:06 #8 exporting config sha256:1dc4035fd7daee630e904023f4e928586f8a2f321fba067c87fe8c06b390ac3f done 10:12:06 #8 exporting manifest list sha256:5826800c355dfb925af802a3e03acc50116a5740b06e3389d4135b6a54f92738 done 10:12:06 #8 pushing layers 0.1s done 10:12:06 #8 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef@sha256:5826800c355dfb925af802a3e03acc50116a5740b06e3389d4135b6a54f92738 10:12:06 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:12:06 #8 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef@sha256:5826800c355dfb925af802a3e03acc50116a5740b06e3389d4135b6a54f92738 0.1s done 10:12:06 #8 DONE 0.2s 10:12:06 10:12:06 1 warning found (use --debug to expand): 10:12:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:12:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-service-configurable:latest' 10:12:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-service-configurable:latest --push - 10:12:06 #1 [internal] load build definition from Dockerfile 10:12:06 #1 transferring dockerfile: 175B done 10:12:06 #1 DONE 0.0s 10:12:06 10:12:06 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:latest 10:12:06 #2 DONE 0.0s 10:12:06 10:12:06 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:latest 10:12:06 #3 DONE 0.0s 10:12:06 10:12:06 #4 [internal] load .dockerignore 10:12:06 #4 transferring context: 2B done 10:12:06 #4 DONE 0.0s 10:12:06 10:12:06 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a 10:12:06 #5 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a 0.0s done 10:12:06 #5 DONE 0.0s 10:12:06 10:12:06 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a 10:12:06 #6 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a 0.0s done 10:12:06 #6 CACHED 10:12:06 10:12:06 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a 10:12:06 #5 CACHED 10:12:06 10:12:06 #7 [auth] app-service-configurable:pull,push token for nexus3.edgexfoundry.org:10004 10:12:06 #7 DONE 0.0s 10:12:06 10:12:06 #8 exporting to image 10:12:06 #8 exporting layers done 10:12:06 #8 exporting manifest sha256:c41e2bdf68b927633e7b5c766626b7761136924db28e8b10985191b4f5708cff done 10:12:06 #8 exporting config sha256:39f2aaa3e9133030425efea1e91d7db0450522afffaefefaf88f4baf2144f256 done 10:12:06 #8 exporting manifest sha256:b04831349f19e0f133b3203d7c34d3684422b571775f04e9c132cff961bdd242 done 10:12:06 #8 exporting config sha256:1dc4035fd7daee630e904023f4e928586f8a2f321fba067c87fe8c06b390ac3f done 10:12:06 #8 exporting manifest list sha256:5826800c355dfb925af802a3e03acc50116a5740b06e3389d4135b6a54f92738 done 10:12:06 #8 pushing layers 0.0s done 10:12:06 #8 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:5826800c355dfb925af802a3e03acc50116a5740b06e3389d4135b6a54f92738 0.1s done 10:12:06 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:12:06 #8 DONE 0.1s 10:12:06 10:12:06 1 warning found (use --debug to expand): 10:12:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:12:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:12:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.9 --push - 10:12:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.9' 10:12:07 #1 [internal] load build definition from Dockerfile 10:12:07 #1 transferring dockerfile: 180B done 10:12:07 #1 DONE 0.0s 10:12:07 10:12:07 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.9 10:12:07 #2 DONE 0.0s 10:12:07 10:12:07 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.9 10:12:07 #3 DONE 0.0s 10:12:07 10:12:07 #4 [internal] load .dockerignore 10:12:07 #4 transferring context: 2B done 10:12:07 #4 DONE 0.0s 10:12:07 10:12:07 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.9@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a 10:12:07 #5 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.9@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a 0.0s done 10:12:07 #5 CACHED 10:12:07 10:12:07 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.9@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a 10:12:07 #6 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.9@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a 0.0s done 10:12:07 #6 DONE 0.0s 10:12:07 10:12:07 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.9@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a 10:12:07 #6 CACHED 10:12:07 10:12:07 #7 [auth] app-service-configurable:pull,push token for nexus3.edgexfoundry.org:10004 10:12:07 #7 DONE 0.0s 10:12:07 10:12:07 #8 exporting to image 10:12:07 #8 exporting layers done 10:12:07 #8 exporting manifest sha256:c41e2bdf68b927633e7b5c766626b7761136924db28e8b10985191b4f5708cff done 10:12:07 #8 exporting config sha256:39f2aaa3e9133030425efea1e91d7db0450522afffaefefaf88f4baf2144f256 done 10:12:07 #8 exporting manifest sha256:b04831349f19e0f133b3203d7c34d3684422b571775f04e9c132cff961bdd242 done 10:12:07 #8 exporting config sha256:1dc4035fd7daee630e904023f4e928586f8a2f321fba067c87fe8c06b390ac3f done 10:12:07 #8 exporting manifest list sha256:5826800c355dfb925af802a3e03acc50116a5740b06e3389d4135b6a54f92738 done 10:12:07 #8 pushing layers 0.0s done 10:12:07 #8 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.9@sha256:5826800c355dfb925af802a3e03acc50116a5740b06e3389d4135b6a54f92738 0.1s done 10:12:07 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:12:07 #8 DONE 0.1s 10:12:07 10:12:07 1 warning found (use --debug to expand): 10:12:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:12:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef-4.1.0-dev.9 --push - 10:12:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef-4.1.0-dev.9' 10:12:07 #1 [internal] load build definition from Dockerfile 10:12:07 #1 transferring dockerfile: 221B done 10:12:07 #1 DONE 0.0s 10:12:07 10:12:07 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef-4.1.0-dev.9 10:12:07 #2 DONE 0.0s 10:12:07 10:12:07 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef-4.1.0-dev.9 10:12:07 #3 DONE 0.0s 10:12:07 10:12:07 #4 [internal] load .dockerignore 10:12:07 #4 transferring context: 2B done 10:12:07 #4 DONE 0.0s 10:12:07 10:12:07 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef-4.1.0-dev.9@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a 10:12:07 #5 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef-4.1.0-dev.9@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a done 10:12:07 #5 CACHED 10:12:07 10:12:07 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef-4.1.0-dev.9@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a 10:12:07 #6 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef-4.1.0-dev.9@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a 0.0s done 10:12:07 #6 CACHED 10:12:07 10:12:07 #7 exporting to image 10:12:07 #7 exporting layers done 10:12:07 #7 exporting manifest sha256:c41e2bdf68b927633e7b5c766626b7761136924db28e8b10985191b4f5708cff done 10:12:07 #7 exporting config sha256:39f2aaa3e9133030425efea1e91d7db0450522afffaefefaf88f4baf2144f256 done 10:12:07 #7 exporting manifest sha256:b04831349f19e0f133b3203d7c34d3684422b571775f04e9c132cff961bdd242 done 10:12:07 #7 exporting config sha256:1dc4035fd7daee630e904023f4e928586f8a2f321fba067c87fe8c06b390ac3f done 10:12:07 #7 exporting manifest list sha256:5826800c355dfb925af802a3e03acc50116a5740b06e3389d4135b6a54f92738 done 10:12:07 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:12:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:12:08 #7 pushing layers 0.0s done 10:12:08 #7 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef-4.1.0-dev.9@sha256:5826800c355dfb925af802a3e03acc50116a5740b06e3389d4135b6a54f92738 0.1s done 10:12:08 #7 DONE 0.1s 10:12:08 10:12:08 #8 [auth] app-service-configurable:pull,push token for nexus3.edgexfoundry.org:10004 10:12:08 #8 DONE 0.0s 10:12:08 10:12:08 1 warning found (use --debug to expand): 10:12:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:12:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-service-configurable:main' 10:12:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-service-configurable:main --push - 10:12:08 #1 [internal] load build definition from Dockerfile 10:12:08 #1 transferring dockerfile: 173B done 10:12:08 #1 DONE 0.0s 10:12:08 10:12:08 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:main 10:12:08 #2 DONE 0.0s 10:12:08 10:12:08 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:main 10:12:08 #3 DONE 0.0s 10:12:08 10:12:08 #4 [internal] load .dockerignore 10:12:08 #4 transferring context: 2B done 10:12:08 #4 DONE 0.0s 10:12:08 10:12:08 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a 10:12:08 #5 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a 0.0s done 10:12:08 #5 CACHED 10:12:08 10:12:08 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a 10:12:08 #6 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a 0.0s done 10:12:08 #6 CACHED 10:12:08 10:12:08 #7 [auth] app-service-configurable:pull,push token for nexus3.edgexfoundry.org:10004 10:12:08 #7 DONE 0.0s 10:12:08 10:12:08 #8 exporting to image 10:12:08 #8 exporting layers done 10:12:08 #8 exporting manifest sha256:c41e2bdf68b927633e7b5c766626b7761136924db28e8b10985191b4f5708cff done 10:12:08 #8 exporting config sha256:39f2aaa3e9133030425efea1e91d7db0450522afffaefefaf88f4baf2144f256 done 10:12:08 #8 exporting manifest sha256:b04831349f19e0f133b3203d7c34d3684422b571775f04e9c132cff961bdd242 done 10:12:08 #8 exporting config sha256:1dc4035fd7daee630e904023f4e928586f8a2f321fba067c87fe8c06b390ac3f done 10:12:08 #8 exporting manifest list sha256:5826800c355dfb925af802a3e03acc50116a5740b06e3389d4135b6a54f92738 done 10:12:08 #8 pushing layers 0.0s done 10:12:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:5826800c355dfb925af802a3e03acc50116a5740b06e3389d4135b6a54f92738 0.1s done 10:12:08 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:12:08 #8 DONE 0.1s 10:12:08 10:12:08 1 warning found (use --debug to expand): 10:12:08  - 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 10:12:08 + '[' -d /w/workspace/ry_app-service-configurable_main/archives ']' [Pipeline] libraryResource [Pipeline] sh 10:12:09 OK: 239 MiB in 58 packages 10:12:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:12:09 ---> package-listing.sh 10:12:09 ++ tr '[:upper:]' '[:lower:]' 10:12:09 ++ facter osfamily 10:12:10 + OS_FAMILY=redhat 10:12:10 + workspace=/w/workspace/ry_app-service-configurable_main 10:12:10 + START_PACKAGES=/tmp/packages_start.txt 10:12:10 + END_PACKAGES=/tmp/packages_end.txt 10:12:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:12:10 + PACKAGES=/tmp/packages_start.txt 10:12:10 + '[' /w/workspace/ry_app-service-configurable_main ']' 10:12:10 + PACKAGES=/tmp/packages_end.txt 10:12:10 + case "${OS_FAMILY}" in 10:12:10 + rpm -qa 10:12:10 + sort 10:12:10 + '[' -f /tmp/packages_start.txt ']' 10:12:10 + '[' -f /tmp/packages_end.txt ']' 10:12:10 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:12:10 + '[' /w/workspace/ry_app-service-configurable_main ']' 10:12:10 + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ 10:12:10 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo 10:12:10 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 10:12:10 + facter operatingsystem 10:12:11 Removing intermediate container cacaebe6a704 10:12:11 ---> d816efe4dc97 10:12:11 Step 7/12 : WORKDIR /app 10:12:11 ---> Running in ae9aff9266c9 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:11 Removing intermediate container ae9aff9266c9 10:12:11 ---> 018bc61a1380 10:12:11 Step 8/12 : COPY go.mod vendor* ./ 10:12:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:12:11 10:12:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:12:11 latest: Pulling from edgex-lftools-log-publisher 10:12:11 5eb5b503b376: Pulling fs layer 10:12:11 5c69ac0246d0: Pulling fs layer 10:12:11 ec43610c2a17: Pulling fs layer 10:12:11 3a2ae6a8a46f: Pulling fs layer 10:12:11 33b1e0a273af: Pulling fs layer 10:12:11 5d3b04190fa2: Pulling fs layer 10:12:11 2f39f015ded8: Pulling fs layer 10:12:11 3a2ae6a8a46f: Waiting 10:12:11 33b1e0a273af: Waiting 10:12:11 5d3b04190fa2: Waiting 10:12:11 2f39f015ded8: Waiting 10:12:11 5c69ac0246d0: Verifying Checksum 10:12:11 5c69ac0246d0: Download complete 10:12:11 3a2ae6a8a46f: Verifying Checksum 10:12:11 3a2ae6a8a46f: Download complete 10:12:11 ec43610c2a17: Verifying Checksum 10:12:11 ec43610c2a17: Download complete 10:12:11 33b1e0a273af: Verifying Checksum 10:12:11 33b1e0a273af: Download complete 10:12:11 5d3b04190fa2: Verifying Checksum 10:12:11 5d3b04190fa2: Download complete 10:12:12 ---> a557b3610986 10:12:12 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:12:12 ---> Running in e0d3223bc9d6 10:12:12 5eb5b503b376: Verifying Checksum 10:12:12 5eb5b503b376: Download complete 10:12:12 2f39f015ded8: Verifying Checksum 10:12:12 2f39f015ded8: Download complete 10:12:13 5eb5b503b376: Pull complete 10:12:13 5c69ac0246d0: Pull complete 10:12:14 ec43610c2a17: Pull complete 10:12:14 3a2ae6a8a46f: Pull complete 10:12:14 33b1e0a273af: Pull complete 10:12:14 5d3b04190fa2: Pull complete 10:12:18 2f39f015ded8: Pull complete 10:12:18 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 10:12:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:12:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:12:18 prd-centos7-docker-4c-2g-116218 does not seem to be running inside a container 10:12:18 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 10:12:24 $ docker top aa0f20daeb17b2b34877ac51067e7858bae7528866b4b7bf551d25407ea0c6c6 -eo pid,comm [Pipeline] { [Pipeline] sh 10:12:25 + touch /tmp/pre-build-complete [Pipeline] sh 10:12:25 + mkdir -p /var/log/sysstat [Pipeline] sh 10:12:25 + ls /var/log/sa-host 10:12:25 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:12:25 provisioning config files... 10:12:25 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config10431026531529896020tmp [Pipeline] { [Pipeline] echo 10:12:25 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:12:26 ---> create-netrc.sh [Pipeline] } 10:12:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 10:12:26 ---> python-tools-install.sh [Pipeline] echo 10:12:26 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:12:26 ---> sudo-logs.sh 10:12:26 Archiving 'sudo' log.. 10:12:26 sudo: unable to resolve host prd-centos7-docker-4c-2g-116218.novalocal: Name or service not known 10:12:26 sudo: unable to resolve host prd-centos7-docker-4c-2g-116218.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 10:12:26 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:12:27 ---> job-cost.sh 10:12:27 lf-activate-venv: SKIPPING 10:12:27 INFO: No Stack... 10:12:27 INFO: Retrieving Pricing Info for: v3-standard-2 10:12:28 INFO: Archiving Costs [Pipeline] echo 10:12:28 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:12:28 ---> logs-deploy.sh 10:12:28 lf-activate-venv: SKIPPING 10:12:28 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/282 10:12:28 INFO: archiving workspace using pattern(s): 10:12:29 Archives upload complete. 10:12:29 INFO: archiving logs to Nexus 10:12:30 ---> uname -a: 10:12:30 Linux prd-centos7-docker-4c-2g-116218.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux 10:12:30 10:12:30 10:12:30 ---> lscpu: 10:12:30 Architecture: x86_64 10:12:30 CPU op-mode(s): 32-bit, 64-bit 10:12:30 Byte Order: Little Endian 10:12:30 Address sizes: 40 bits physical, 48 bits virtual 10:12:30 CPU(s): 2 10:12:30 On-line CPU(s) list: 0,1 10:12:30 Thread(s) per core: 1 10:12:30 Core(s) per socket: 1 10:12:30 Socket(s): 2 10:12:30 NUMA node(s): 1 10:12:30 Vendor ID: AuthenticAMD 10:12:30 CPU family: 23 10:12:30 Model: 49 10:12:30 Model name: AMD EPYC-Rome Processor 10:12:30 Stepping: 0 10:12:30 CPU MHz: 2800.000 10:12:30 BogoMIPS: 5600.00 10:12:30 Virtualization: AMD-V 10:12:30 Hypervisor vendor: KVM 10:12:30 Virtualization type: full 10:12:30 L1d cache: 64 KiB 10:12:30 L1i cache: 64 KiB 10:12:30 L2 cache: 1 MiB 10:12:30 L3 cache: 32 MiB 10:12:30 NUMA node0 CPU(s): 0,1 10:12:30 Vulnerability Itlb multihit: Not affected 10:12:30 Vulnerability L1tf: Not affected 10:12:30 Vulnerability Mds: Not affected 10:12:30 Vulnerability Meltdown: Not affected 10:12:30 Vulnerability Mmio stale data: Not affected 10:12:30 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:12:30 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 10:12:30 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 10:12:30 Vulnerability Srbds: Not affected 10:12:30 Vulnerability Tsx async abort: Not affected 10:12:30 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 10:12:30 10:12:30 10:12:30 ---> nproc: 10:12:30 2 10:12:30 10:12:30 10:12:30 ---> df -h: 10:12:30 Filesystem Size Used Avail Use% Mounted on 10:12:30 overlay 40G 7.3G 33G 19% / 10:12:30 tmpfs 64M 0 64M 0% /dev 10:12:30 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 10:12:30 shm 64M 0 64M 0% /dev/shm 10:12:30 /dev/vda1 40G 7.3G 33G 19% /facter-os 10:12:30 10:12:30 10:12:30 Cannot open /var/log/sysstat/sa08: No such file or directory 10:12:30 Please check if data collecting is enabled 10:12:30 subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:12:30 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 10:12:30 $ docker stop --time=1 aa0f20daeb17b2b34877ac51067e7858bae7528866b4b7bf551d25407ea0c6c6 10:12:31 $ docker rm -f --volumes aa0f20daeb17b2b34877ac51067e7858bae7528866b4b7bf551d25407ea0c6c6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 10:12:31 [WS-CLEANUP] Deleting project workspace... 10:12:31 [WS-CLEANUP] Deferred wipeout is used... 10:12:31 [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 10:12:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:12:32 10:12:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:12:32 latest: Pulling from edgex-lftools-log-publisher 10:12:32 5eb5b503b376: Pulling fs layer 10:12:32 5c69ac0246d0: Pulling fs layer 10:12:32 ec43610c2a17: Pulling fs layer 10:12:32 3a2ae6a8a46f: Pulling fs layer 10:12:32 33b1e0a273af: Pulling fs layer 10:12:32 5d3b04190fa2: Pulling fs layer 10:12:32 2f39f015ded8: Pulling fs layer 10:12:32 3a2ae6a8a46f: Waiting 10:12:32 33b1e0a273af: Waiting 10:12:32 5d3b04190fa2: Waiting 10:12:32 2f39f015ded8: Waiting 10:12:32 5c69ac0246d0: Verifying Checksum 10:12:32 5c69ac0246d0: Download complete 10:12:32 3a2ae6a8a46f: Verifying Checksum 10:12:32 3a2ae6a8a46f: Download complete 10:12:32 33b1e0a273af: Download complete 10:12:32 ec43610c2a17: Verifying Checksum 10:12:32 ec43610c2a17: Download complete 10:12:32 5d3b04190fa2: Verifying Checksum 10:12:32 5d3b04190fa2: Download complete 10:12:32 5eb5b503b376: Download complete 10:12:33 2f39f015ded8: Verifying Checksum 10:12:33 2f39f015ded8: Download complete 10:12:34 5eb5b503b376: Pull complete 10:12:34 5c69ac0246d0: Pull complete 10:12:34 ec43610c2a17: Pull complete 10:12:34 3a2ae6a8a46f: Pull complete 10:12:34 33b1e0a273af: Pull complete 10:12:34 5d3b04190fa2: Pull complete 10:12:40 2f39f015ded8: Pull complete 10:12:40 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 10:12:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:12:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:12:40 prd-ubuntu20.04-docker-8c-8g-116157 does not seem to be running inside a container 10:12:40 $ 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 10:12:41 $ docker top d24607c2599ecd9abc4a2d1c143b413ceaa66db5ee5681d37294206568d679fd -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:12:42 ---> job-cost.sh 10:12:42 lf-activate-venv: SKIPPING 10:12:42 INFO: No Stack... 10:12:42 INFO: Retrieving Pricing Info for: v3-standard-8 10:12:42 INFO: Archiving Costs [Pipeline] sh 10:12:42 + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv 10:12:42 + cut -d, -f6 [Pipeline] lock 10:12:42 Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-service-configurable-main-282-stack-cost] 10:12:42 Resource [jenkins-edgexfoundry-app-service-configurable-main-282-stack-cost] did not exist. Created. 10:12:42 Lock acquired on [Resource: jenkins-edgexfoundry-app-service-configurable-main-282-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:12:43 + echo total: 0.2199999988079071 [Pipeline] stash 10:12:43 Stashed 1 file(s) [Pipeline] } 10:12:43 Lock released on resource [Resource: jenkins-edgexfoundry-app-service-configurable-main-282-stack-cost] [Pipeline] // lock [Pipeline] } 10:12:43 $ docker stop --time=1 d24607c2599ecd9abc4a2d1c143b413ceaa66db5ee5681d37294206568d679fd 10:12:44 $ docker rm -f --volumes d24607c2599ecd9abc4a2d1c143b413ceaa66db5ee5681d37294206568d679fd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 10:14:04 Removing intermediate container e0d3223bc9d6 10:14:04 ---> 3917de4db343 10:14:04 Step 10/12 : COPY . . 10:14:04 ---> c73f1f0b148c 10:14:04 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 10:14:04 ---> Running in 7687c832e074 10:14:04 Removing intermediate container 7687c832e074 10:14:04 ---> c5fc06860ff3 10:14:04 Step 12/12 : RUN $MAKE 10:14:04 ---> Running in 3f41146b665e 10:14:04 noop 10:14:04 Removing intermediate container 3f41146b665e 10:14:04 ---> a6238a3b1bbe 10:14:04 Successfully built a6238a3b1bbe 10:14:04 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:04 + docker inspect -f . ci-base-image-arm64 10:14:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:14:05 prd-ubuntu20.04-docker-arm64-4c-16g-116201 does not seem to be running inside a container 10:14:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/282 -v /w/workspace/app-service-configurable/282:/w/workspace/app-service-configurable/282:rw,z -v /w/workspace/app-service-configurable/282@tmp:/w/workspace/app-service-configurable/282@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:14:06 $ docker top ba97445d94de3b20be6eb72219e47ec60b04947fb1a75cb938a759ef39f01188 -eo pid,comm [Pipeline] { [Pipeline] sh 10:14:07 + go version 10:14:07 go version go1.23.9 linux/arm64 [Pipeline] } 10:14:07 $ docker stop --time=1 ba97445d94de3b20be6eb72219e47ec60b04947fb1a75cb938a759ef39f01188 10:14:09 $ docker rm -f --volumes ba97445d94de3b20be6eb72219e47ec60b04947fb1a75cb938a759ef39f01188 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:09 + docker inspect -f . ci-base-image-arm64 10:14:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:14:09 prd-ubuntu20.04-docker-arm64-4c-16g-116201 does not seem to be running inside a container 10:14:10 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-service-configurable/282 -v /w/workspace/app-service-configurable/282:/w/workspace/app-service-configurable/282:rw,z -v /w/workspace/app-service-configurable/282@tmp:/w/workspace/app-service-configurable/282@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:14:11 $ docker top 1a1e01ee11de3d03e7020efd215af696891ac142bae1ce4f715d8bceecccd8e1 -eo pid,comm [Pipeline] { [Pipeline] sh 10:14:12 + git config --global --add safe.directory /w/workspace/app-service-configurable/282 [Pipeline] fileExists [Pipeline] sh 10:14:12 + make test 10:14:12 go test -race -coverprofile=coverage.out ./... 10:19:19 github.com/edgexfoundry/app-service-configurable coverage: 0.0% of statements 10:19:19 WARNING: Linting skipped (not on x86_64 or linter not installed) 10:19:19 go vet ./... 10:23:41 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 10:23:41 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 10:23:41 ./bin/test-attribution-txt.sh 10:23:41 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 10:23:41 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add 10:23:41 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 10:23:41 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 10:23:41 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add 10:23:41 An attribution for go.opentelemetry.io/auto/sdk is missing from Attribution.txt, please add [Pipeline] echo 10:23:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 10:23:41 $ docker stop --time=1 1a1e01ee11de3d03e7020efd215af696891ac142bae1ce4f715d8bceecccd8e1 10:23:43 $ docker rm -f --volumes 1a1e01ee11de3d03e7020efd215af696891ac142bae1ce4f715d8bceecccd8e1 [Pipeline] // withDockerContainer [Pipeline] sh 10:23:46 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:23:46 Warning: overwriting stash ‘coverage-report’ 10:23:47 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 10:23:47 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:23:47 + ls -al . 10:23:47 total 244 10:23:47 drwxrwxr-x 6 jenkins jenkins 4096 Oct 8 10:14 . 10:23:47 drwxrwxr-x 4 jenkins jenkins 4096 Oct 8 10:11 .. 10:23:47 -rw-rw-r-- 1 jenkins jenkins 119 Oct 8 10:11 .dockerignore 10:23:47 drwxrwxr-x 8 jenkins jenkins 4096 Oct 8 10:11 .git 10:23:47 drwxrwxr-x 3 jenkins jenkins 4096 Oct 8 10:11 .github 10:23:47 -rw-rw-r-- 1 jenkins jenkins 108 Oct 8 10:11 .gitignore 10:23:47 -rw-rw-r-- 1 jenkins jenkins 41 Oct 8 10:11 .golangci.yml 10:23:47 -rw-rw-r-- 1 jenkins jenkins 16550 Oct 8 10:11 Attribution.txt 10:23:47 -rw-rw-r-- 1 jenkins jenkins 39309 Oct 8 10:11 CHANGELOG.md 10:23:47 -rw-rw-r-- 1 jenkins jenkins 2008 Oct 8 10:11 Dockerfile 10:23:47 -rw-rw-r-- 1 jenkins jenkins 677 Oct 8 10:11 GOVERNANCE.md 10:23:47 -rw-rw-r-- 1 jenkins jenkins 666 Oct 8 10:11 Jenkinsfile 10:23:47 -rw-rw-r-- 1 jenkins jenkins 10174 Oct 8 10:11 LICENSE 10:23:47 -rw-rw-r-- 1 jenkins jenkins 618 Oct 8 10:11 OWNERS.md 10:23:47 -rw-rw-r-- 1 jenkins jenkins 4952 Oct 8 10:11 README.md 10:23:47 -rw-rw-r-- 1 jenkins jenkins 11 Oct 8 10:07 VERSION 10:23:47 drwxrwxr-x 2 jenkins jenkins 4096 Oct 8 10:11 bin 10:23:47 -rw-r--r-- 1 jenkins jenkins 953 Oct 8 10:19 coverage.out 10:23:47 -rw-rw-r-- 1 jenkins jenkins 6578 Oct 8 10:11 go.mod 10:23:47 -rw-rw-r-- 1 jenkins jenkins 88387 Oct 8 10:11 go.sum 10:23:47 -rw-rw-r-- 1 jenkins jenkins 1937 Oct 8 10:11 main.go 10:23:47 -rw-rw-r-- 1 jenkins jenkins 3362 Oct 8 10:11 makefile 10:23:47 drwxrwxr-x 9 jenkins jenkins 4096 Oct 8 10:11 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:48 + docker build -t app-service-configurable-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=7a624719046a72e427bf3d08f27efb66898882ef --label arch=arm64 --label version=4.1.0-dev.9 . 10:23:48 Sending build context to Docker daemon 225.8kB 10:23:48 Step 1/27 : ARG BASE=golang:1.23-alpine3.20 10:23:48 Step 2/27 : FROM ${BASE} AS builder 10:23:48 ---> a6238a3b1bbe 10:23:48 Step 3/27 : ARG ALPINE_PKG_BASE="make git" 10:23:48 ---> Running in 03731dd658d1 10:23:49 Removing intermediate container 03731dd658d1 10:23:49 ---> 4ba83abf897f 10:23:49 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 10:23:49 ---> Running in e71d001bbb74 10:23:49 Removing intermediate container e71d001bbb74 10:23:49 ---> d757d4bad19a 10:23:49 Step 5/27 : ARG ADD_BUILD_TAGS="" 10:23:49 ---> Running in 7342f19c2273 10:23:49 Removing intermediate container 7342f19c2273 10:23:49 ---> b14a16b0022a 10:23:49 Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:23:50 ---> Running in bf049b8a545e 10:23:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:23:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:23:53 OK: 239 MiB in 58 packages 10:23:54 Removing intermediate container bf049b8a545e 10:23:54 ---> acf83312e11e 10:23:54 Step 7/27 : WORKDIR /app 10:23:54 ---> Running in c82c2d5235c4 10:23:54 Removing intermediate container c82c2d5235c4 10:23:54 ---> 6059f341e070 10:23:54 Step 8/27 : COPY go.mod vendor* ./ 10:23:55 ---> 7b896d447470 10:23:55 Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:23:55 ---> Running in cf70e8000663 10:23:57 Removing intermediate container cf70e8000663 10:23:57 ---> 2ffa05eb16b2 10:23:57 Step 10/27 : COPY . . 10:23:58 ---> 05d04cbfc8b9 10:23:58 Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 10:23:58 ---> Running in ecbb6d5738a7 10:23:58 Removing intermediate container ecbb6d5738a7 10:23:58 ---> 8982b8bba9c8 10:23:58 Step 12/27 : RUN $MAKE 10:23:58 ---> Running in a67f10070580 10:23:59 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.SDKVersion=4.1.0-dev.35 -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.ApplicationVersion=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 10:28:06 Removing intermediate container a67f10070580 10:28:06 ---> 184541a4d6a9 10:28:06 Step 13/27 : FROM alpine:3.20 10:28:06 3.20: Pulling from library/alpine 10:28:06 13e713f82565: Pulling fs layer 10:28:06 13e713f82565: Verifying Checksum 10:28:06 13e713f82565: Download complete 10:28:06 13e713f82565: Pull complete 10:28:06 Digest: sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 10:28:06 Status: Downloaded newer image for alpine:3.20 10:28:06 ---> c88e9dceb6cb 10:28:06 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 10:28:06 ---> Running in c37d23c94711 10:28:06 Removing intermediate container c37d23c94711 10:28:06 ---> d6543bf9314d 10:28:06 Step 15/27 : LABEL Name=app-service-configurable Version=${VERSION} 10:28:06 ---> Running in 2c21f0d90cf3 10:28:06 Removing intermediate container 2c21f0d90cf3 10:28:06 ---> 411e7194fc79 10:28:06 Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init 10:28:06 ---> Running in e9bc3a18d97c 10:28:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:28:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:28:06 (1/2) Installing ca-certificates (20250911-r0) 10:28:06 (2/2) Installing dumb-init (1.2.5-r3) 10:28:06 Executing busybox-1.36.1-r29.trigger 10:28:06 Executing ca-certificates-20250911-r0.trigger 10:28:06 OK: 10 MiB in 16 packages 10:28:06 Removing intermediate container e9bc3a18d97c 10:28:06 ---> 776a58039a0f 10:28:06 Step 17/27 : RUN apk --no-cache upgrade 10:28:06 ---> Running in 56ee0f01d098 10:28:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:28:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:28:06 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 10:28:06 Executing busybox-1.36.1-r30.post-upgrade 10:28:06 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 10:28:06 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 10:28:06 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) 10:28:06 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) 10:28:06 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 10:28:06 Executing busybox-1.36.1-r30.trigger 10:28:06 Executing ca-certificates-20250911-r0.trigger 10:28:06 OK: 10 MiB in 16 packages 10:28:06 Removing intermediate container 56ee0f01d098 10:28:06 ---> e7973194493b 10:28:06 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 10:28:06 ---> f240440f467a 10:28:06 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 10:28:07 ---> e5f32d046589 10:28:07 Step 20/27 : COPY --from=builder /app/res/ /res/ 10:28:07 ---> fee6d35f8218 10:28:07 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 10:28:10 ---> 8095942e964d 10:28:10 Step 22/27 : EXPOSE 48095 10:28:10 ---> Running in 4a80d13195ce 10:28:10 Removing intermediate container 4a80d13195ce 10:28:10 ---> 4207353bc7c3 10:28:10 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 10:28:10 ---> Running in e071d26847d8 10:28:10 Removing intermediate container e071d26847d8 10:28:10 ---> 7170e7f0268d 10:28:10 Step 24/27 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 10:28:10 ---> Running in c786d58e74b2 10:28:11 Removing intermediate container c786d58e74b2 10:28:11 ---> 9c1d1877037b 10:28:11 Step 25/27 : LABEL arch=arm64 10:28:11 ---> Running in 8c0b8a372617 10:28:11 Removing intermediate container 8c0b8a372617 10:28:11 ---> db598960afa6 10:28:11 Step 26/27 : LABEL git_sha=7a624719046a72e427bf3d08f27efb66898882ef 10:28:11 ---> Running in e98d9dd58284 10:28:11 Removing intermediate container e98d9dd58284 10:28:11 ---> 6da6d4cb2eac 10:28:11 Step 27/27 : LABEL version=4.1.0-dev.9 10:28:11 ---> Running in 9dee0fecce9f 10:28:12 Removing intermediate container 9dee0fecce9f 10:28:12 ---> 4a23530a0ef5 10:28:12 [Warning] One or more build-args [ARCH] were not consumed 10:28:12 Successfully built 4a23530a0ef5 10:28:12 Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:28:12 provisioning config files... 10:28:12 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/282@tmp/config6430269485067597883tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:28:12 ---> ****-login.sh 10:28:12 nexus3.edgexfoundry.org:10001 10:28:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:28:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:28:13 Configure a credential helper to remove this warning. See 10:28:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:28:13 10:28:13 Login Succeeded 10:28:13 nexus3.edgexfoundry.org:10002 10:28:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:28:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:28:13 Configure a credential helper to remove this warning. See 10:28:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:28:13 10:28:13 Login Succeeded 10:28:13 nexus3.edgexfoundry.org:10003 10:28:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:28:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:28:13 Configure a credential helper to remove this warning. See 10:28:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:28:13 10:28:13 Login Succeeded 10:28:13 nexus3.edgexfoundry.org:10004 10:28:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:28:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:28:14 Configure a credential helper to remove this warning. See 10:28:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:28:14 10:28:14 Login Succeeded 10:28:14 ****.io 10:28:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:28:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:28:14 Configure a credential helper to remove this warning. See 10:28:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:28:14 10:28:14 Login Succeeded 10:28:14 ---> ****-login.sh ends [Pipeline] } 10:28:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:28:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:28:15 [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: 10:28:15 7a624719046a72e427bf3d08f27efb66898882ef 10:28:15 latest 10:28:15 4.1.0-dev.9 10:28:15 7a624719046a72e427bf3d08f27efb66898882ef-4.1.0-dev.9 10:28:15 main 10:28:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:15 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:7a624719046a72e427bf3d08f27efb66898882ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:15 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:7a624719046a72e427bf3d08f27efb66898882ef 10:28:15 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 10:28:15 d514fabc6867: Preparing 10:28:15 e050f4182fff: Preparing 10:28:15 6e17de5ad24c: Preparing 10:28:15 eeead3653d50: Preparing 10:28:15 0feefa19909e: Preparing 10:28:15 eea0e55ad955: Preparing 10:28:15 1e890da81ec9: Preparing 10:28:15 1e890da81ec9: Waiting 10:28:15 eea0e55ad955: Waiting 10:28:16 eeead3653d50: Pushed 10:28:16 6e17de5ad24c: Pushed 10:28:16 e050f4182fff: Pushed 10:28:16 1e890da81ec9: Layer already exists 10:28:16 eea0e55ad955: Pushed 10:28:17 0feefa19909e: Pushed 10:28:24 d514fabc6867: Pushed 10:28:24 7a624719046a72e427bf3d08f27efb66898882ef: digest: sha256:f1ecb8649969e5799250cb8718c3c983d2ba9486c87fb7887f7b7e80b17f9d25 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:25 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:25 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 10:28:25 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 10:28:25 d514fabc6867: Preparing 10:28:25 e050f4182fff: Preparing 10:28:25 6e17de5ad24c: Preparing 10:28:25 eeead3653d50: Preparing 10:28:25 0feefa19909e: Preparing 10:28:25 eea0e55ad955: Preparing 10:28:25 eea0e55ad955: Waiting 10:28:25 1e890da81ec9: Preparing 10:28:25 1e890da81ec9: Waiting 10:28:25 eeead3653d50: Layer already exists 10:28:25 e050f4182fff: Layer already exists 10:28:25 6e17de5ad24c: Layer already exists 10:28:25 0feefa19909e: Layer already exists 10:28:25 d514fabc6867: Layer already exists 10:28:25 eea0e55ad955: Layer already exists 10:28:25 1e890da81ec9: Layer already exists 10:28:25 latest: digest: sha256:f1ecb8649969e5799250cb8718c3c983d2ba9486c87fb7887f7b7e80b17f9d25 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:26 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:26 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4.1.0-dev.9 10:28:26 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 10:28:26 d514fabc6867: Preparing 10:28:26 e050f4182fff: Preparing 10:28:26 6e17de5ad24c: Preparing 10:28:26 eeead3653d50: Preparing 10:28:26 0feefa19909e: Preparing 10:28:26 eea0e55ad955: Preparing 10:28:26 1e890da81ec9: Preparing 10:28:26 eea0e55ad955: Waiting 10:28:26 1e890da81ec9: Waiting 10:28:26 6e17de5ad24c: Layer already exists 10:28:26 eeead3653d50: Layer already exists 10:28:26 e050f4182fff: Layer already exists 10:28:26 0feefa19909e: Layer already exists 10:28:26 d514fabc6867: Layer already exists 10:28:26 1e890da81ec9: Layer already exists 10:28:26 eea0e55ad955: Layer already exists 10:28:26 4.1.0-dev.9: digest: sha256:f1ecb8649969e5799250cb8718c3c983d2ba9486c87fb7887f7b7e80b17f9d25 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:27 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:7a624719046a72e427bf3d08f27efb66898882ef-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:27 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:7a624719046a72e427bf3d08f27efb66898882ef-4.1.0-dev.9 10:28:27 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 10:28:27 d514fabc6867: Preparing 10:28:27 e050f4182fff: Preparing 10:28:27 6e17de5ad24c: Preparing 10:28:27 eeead3653d50: Preparing 10:28:27 0feefa19909e: Preparing 10:28:27 eea0e55ad955: Preparing 10:28:27 1e890da81ec9: Preparing 10:28:27 eea0e55ad955: Waiting 10:28:27 1e890da81ec9: Waiting 10:28:27 eeead3653d50: Layer already exists 10:28:27 6e17de5ad24c: Layer already exists 10:28:27 0feefa19909e: Layer already exists 10:28:27 d514fabc6867: Layer already exists 10:28:27 e050f4182fff: Layer already exists 10:28:27 1e890da81ec9: Layer already exists 10:28:27 eea0e55ad955: Layer already exists 10:28:27 7a624719046a72e427bf3d08f27efb66898882ef-4.1.0-dev.9: digest: sha256:f1ecb8649969e5799250cb8718c3c983d2ba9486c87fb7887f7b7e80b17f9d25 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:28 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:28 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main 10:28:28 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 10:28:28 d514fabc6867: Preparing 10:28:28 e050f4182fff: Preparing 10:28:28 6e17de5ad24c: Preparing 10:28:28 eeead3653d50: Preparing 10:28:28 0feefa19909e: Preparing 10:28:28 eea0e55ad955: Preparing 10:28:28 1e890da81ec9: Preparing 10:28:28 eea0e55ad955: Waiting 10:28:28 1e890da81ec9: Waiting 10:28:28 e050f4182fff: Layer already exists 10:28:28 6e17de5ad24c: Layer already exists 10:28:28 d514fabc6867: Layer already exists 10:28:28 eeead3653d50: Layer already exists 10:28:28 0feefa19909e: Layer already exists 10:28:28 eea0e55ad955: Layer already exists 10:28:28 1e890da81ec9: Layer already exists 10:28:28 main: digest: sha256:f1ecb8649969e5799250cb8718c3c983d2ba9486c87fb7887f7b7e80b17f9d25 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:28:28 ===================================================== [Pipeline] echo 10:28:28 taggedImages: 10:28:28 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:7a624719046a72e427bf3d08f27efb66898882ef 10:28:28 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 10:28:28 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4.1.0-dev.9 10:28:28 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:7a624719046a72e427bf3d08f27efb66898882ef-4.1.0-dev.9 10:28:28 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] echo 10:28:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:7a624719046a72e427bf3d08f27efb66898882ef [Pipeline] echo 10:28:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] echo 10:28:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4.1.0-dev.9 [Pipeline] echo 10:28:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:7a624719046a72e427bf3d08f27efb66898882ef-4.1.0-dev.9 [Pipeline] echo 10:28:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:28:29 10:28:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:28:29 arm64: Pulling from edgex-lftools-log-publisher 10:28:29 8998bd30e6a1: Pulling fs layer 10:28:29 04944245beec: Pulling fs layer 10:28:29 699f458cf7ca: Pulling fs layer 10:28:29 765212b225bb: Pulling fs layer 10:28:29 f23df028b6ca: Pulling fs layer 10:28:29 d65c8cfc05b1: Pulling fs layer 10:28:29 2437ff75d9bd: Pulling fs layer 10:28:29 765212b225bb: Waiting 10:28:29 f23df028b6ca: Waiting 10:28:29 d65c8cfc05b1: Waiting 10:28:29 2437ff75d9bd: Waiting 10:28:30 04944245beec: Verifying Checksum 10:28:30 04944245beec: Download complete 10:28:30 765212b225bb: Verifying Checksum 10:28:30 765212b225bb: Download complete 10:28:30 f23df028b6ca: Verifying Checksum 10:28:30 f23df028b6ca: Download complete 10:28:30 d65c8cfc05b1: Verifying Checksum 10:28:30 d65c8cfc05b1: Download complete 10:28:30 699f458cf7ca: Verifying Checksum 10:28:30 699f458cf7ca: Download complete 10:28:30 8998bd30e6a1: Verifying Checksum 10:28:30 8998bd30e6a1: Download complete 10:28:33 2437ff75d9bd: Verifying Checksum 10:28:33 2437ff75d9bd: Download complete 10:28:35 8998bd30e6a1: Pull complete 10:28:35 04944245beec: Pull complete 10:28:37 699f458cf7ca: Pull complete 10:28:37 765212b225bb: Pull complete 10:28:38 f23df028b6ca: Pull complete 10:28:38 d65c8cfc05b1: Pull complete 10:28:57 2437ff75d9bd: Pull complete 10:28:57 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 10:28:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:28:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:28:57 prd-ubuntu20.04-docker-arm64-4c-16g-116201 does not seem to be running inside a container 10:28:57 $ 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/282 -v /w/workspace/app-service-configurable/282:/w/workspace/app-service-configurable/282:rw,z -v /w/workspace/app-service-configurable/282@tmp:/w/workspace/app-service-configurable/282@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 10:29:00 $ docker top aadebce827079c72b01261929d797847a887f1e493a4269919b2bc92933d3f43 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:29:01 ---> job-cost.sh 10:29:01 lf-activate-venv: SKIPPING 10:29:01 INFO: No Stack... 10:29:01 INFO: Retrieving Pricing Info for: v3-standard-4 10:29:02 INFO: Archiving Costs [Pipeline] sh 10:29:03 + cat /w/workspace/app-service-configurable/282/archives/cost.csv 10:29:03 + cut -d, -f6 [Pipeline] lock 10:29:03 Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-service-configurable-main-282-stack-cost] 10:29:03 Resource [jenkins-edgexfoundry-app-service-configurable-main-282-stack-cost] did not exist. Created. 10:29:03 Lock acquired on [Resource: jenkins-edgexfoundry-app-service-configurable-main-282-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:29:04 /w/workspace/app-service-configurable/282@tmp/durable-9cd40a2a/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 10:29:04 + echo total: 0.10999999940395355 [Pipeline] stash 10:29:04 Warning: overwriting stash ‘stack-cost’ 10:29:04 Stashed 1 file(s) [Pipeline] } 10:29:04 Lock released on resource [Resource: jenkins-edgexfoundry-app-service-configurable-main-282-stack-cost] [Pipeline] // lock [Pipeline] } 10:29:04 $ docker stop --time=1 aadebce827079c72b01261929d797847a887f1e493a4269919b2bc92933d3f43 10:29:06 $ docker rm -f --volumes aadebce827079c72b01261929d797847a887f1e493a4269919b2bc92933d3f43 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 10:29:06 provisioning config files... 10:29:06 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config4761593811097597141tmp [Pipeline] { [Pipeline] sh 10:29:07 + set +x 10:29:07 + curl -s https://codecov.io/bash 10:29:07 + bash -s -- 10:29:07 10:29:07 _____ _ 10:29:07 / ____| | | 10:29:07 | | ___ __| | ___ ___ _____ __ 10:29:07 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:29:07 | |___| (_) | (_| | __/ (_| (_) \ V / 10:29:07 \_____\___/ \__,_|\___|\___\___/ \_/ 10:29:07 Bash-1.0.6 10:29:07 10:29:07 10:29:07 ==> git version 2.25.1 found 10:29:07 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 10:29:07 Release-Date: 2020-01-08 10:29:07 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 10:29:07 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 10:29:07 ==> Jenkins CI detected. 10:29:07 current dir:  /w/workspace/ry_app-service-configurable_main 10:29:07 project root: . 10:29:07 --> token set from env 10:29:07 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:29:07 ==> Running gcov in . (disable via -X gcov) 10:29:07 ==> Python coveragepy not found 10:29:07 ==> Searching for coverage reports in: 10:29:07 + . 10:29:07 -> Found 1 reports 10:29:07 ==> Detecting git/mercurial file structure 10:29:07 ==> Reading reports 10:29:07 + ./coverage.out bytes=953 10:29:07 ==> Appending adjustments 10:29:07 https://docs.codecov.io/docs/fixing-reports 10:29:07 + Found adjustments 10:29:07 ==> Gzipping contents 10:29:07 4.0K /tmp/codecov.GjaYW3.gz 10:29:07 ==> Uploading reports 10:29:07 url: https://codecov.io 10:29:07 query: branch=main&commit=7a624719046a72e427bf3d08f27efb66898882ef&build=282&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F282%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 10:29:07 -> Pinging Codecov 10:29:07 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=7a624719046a72e427bf3d08f27efb66898882ef&build=282&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F282%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 10:29:07 -> Uploading to 10:29:07 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/app-service-configurable/7a624719046a72e427bf3d08f27efb66898882ef/e8274fa2-0862-4efb-9697-d4a6d8099572.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20251008%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20251008T102907Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=3f1016e7d26d88b08aef4ad82fd11e3275e2fe8602bd00d45ba0c7fcd2d46016 10:29:07 % Total % Received % Xferd Average Speed Time Time Time Current 10:29:07 Dload Upload Total Spent Left Speed 10:29:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 384 0 0 100 384 0 1203 --:--:-- --:--:-- --:--:-- 1200 100 384 0 0 100 384 0 1203 --:--:-- --:--:-- --:--:-- 1200 10:29:07 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/7a624719046a72e427bf3d08f27efb66898882ef [Pipeline] } 10:29:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 10:29:08 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 10:29:08 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 10:29:08 10:29:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 10:29:08 latest: Pulling from edgex-devops/edgex-snyk-go 10:29:08 0a9a5dfd008f: Already exists 10:29:08 36466aa92d05: Already exists 10:29:08 e10405b45d13: Already exists 10:29:08 096b7ceb2af7: Already exists 10:29:08 4f4fb700ef54: Already exists 10:29:08 e50aa161e22a: Pulling fs layer 10:29:08 d3c8db5fb9df: Pulling fs layer 10:29:09 e50aa161e22a: Verifying Checksum 10:29:09 e50aa161e22a: Download complete 10:29:09 e50aa161e22a: Pull complete 10:29:10 d3c8db5fb9df: Verifying Checksum 10:29:10 d3c8db5fb9df: Download complete 10:29:13 d3c8db5fb9df: Pull complete 10:29:13 Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be 10:29:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 10:29:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:29:13 prd-ubuntu20.04-docker-8c-8g-116157 does not seem to be running inside a container 10:29:13 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 10:29:15 $ docker top 8605780c5a39d6a06b9acb6fc5ab85a6310e3dac4839525fedab4925567ad705 -eo pid,comm [Pipeline] { [Pipeline] sh 10:29:15 + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] echo 10:29:15 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh 10:29:16 + set -o pipefail 10:29:16 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' 10:29:28 10:29:28 Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... 10:29:28 10:29:28 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/7dc5f32a-caad-4990-b9e2-a648c5eeaf90/history/abfeeb75-d721-47e8-b0a8-bfd455a1721a 10:29:28 10:29:28 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 10:29:28 10:29:28 10:29:28 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 10:29:28 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 10:29:28 $ docker stop --time=1 8605780c5a39d6a06b9acb6fc5ab85a6310e3dac4839525fedab4925567ad705 10:29:30 $ docker rm -f --volumes 8605780c5a39d6a06b9acb6fc5ab85a6310e3dac4839525fedab4925567ad705 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:29:31 + git log --format=format:%s -1 7a624719046a72e427bf3d08f27efb66898882ef [Pipeline] sh 10:29:32 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:29:32 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:29:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:29:32 prd-ubuntu20.04-docker-8c-8g-116157 does not seem to be running inside a container 10:29:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 10:29:32 $ docker top 7839d21ac1dc481882aa9f392f44d87942929d43ea3b8db66584501bd9bcd70b -eo pid,comm 10:29:32 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). 10:29:32 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:29:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:29:32 [ssh-agent] Looking for ssh-agent implementation... 10:29:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:29:33 $ docker exec 7839d21ac1dc481882aa9f392f44d87942929d43ea3b8db66584501bd9bcd70b ssh-agent 10:29:33 SSH_AUTH_SOCK=/tmp/ssh-yPke0KgDEjlM/agent.33 10:29:33 SSH_AGENT_PID=39 10:29:33 Running ssh-add (command line suppressed) 10:29:33 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_18330322314227651790.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_18330322314227651790.key) 10:29:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:29:33 + git semver tag 10:29:33 2025-10-08 10:29:33,756 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 10:29:33 2025-10-08 10:29:33,760 [run_tag] DEBUG tag force:False 10:29:33 2025-10-08 10:29:33,760 [check_head_tag] DEBUG check head tag 10:29:33 2025-10-08 10:29:33,761 [execute] INFO git cat-file --batch-check 10:29:33 2025-10-08 10:29:33,761 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, stdin=, shell=False, universal_newlines=False) 10:29:33 2025-10-08 10:29:33,764 [execute] INFO git cat-file --batch 10:29:33 2025-10-08 10:29:33,764 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, stdin=, shell=False, universal_newlines=False) 10:29:33 2025-10-08 10:29:33,774 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 10:29:33 2025-10-08 10:29:33,774 [execute] INFO git tag -a v4.1.0-dev.9 -m v4.1.0-dev.9 10:29:33 2025-10-08 10:29:33,775 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.9', '-m', 'v4.1.0-dev.9'], cwd=/w/workspace/ry_app-service-configurable_main, stdin=None, shell=False, universal_newlines=False) 10:29:33 2025-10-08 10:29:33,777 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 10:29:33 4.1.0-dev.9 [Pipeline] } 10:29:33 $ docker exec --env ******** --env ******** 7839d21ac1dc481882aa9f392f44d87942929d43ea3b8db66584501bd9bcd70b ssh-agent -k 10:29:33 unset SSH_AUTH_SOCK; 10:29:33 unset SSH_AGENT_PID; 10:29:33 echo Agent pid 39 killed; 10:29:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:29:34 + git semver [Pipeline] } 10:29:34 $ docker stop --time=1 7839d21ac1dc481882aa9f392f44d87942929d43ea3b8db66584501bd9bcd70b 10:29:35 $ docker rm -f --volumes 7839d21ac1dc481882aa9f392f44d87942929d43ea3b8db66584501bd9bcd70b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:29:36 10:29:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:29:36 0.23.1-centos7: Pulling from edgex-lftools 10:29:36 ab5ef0e58194: Pulling fs layer 10:29:36 9712f1f96733: Pulling fs layer 10:29:36 63f879dbbcfc: Pulling fs layer 10:29:36 0d9ebad4ef96: Pulling fs layer 10:29:36 e9a5061849ea: Pulling fs layer 10:29:36 d747dcd14b5f: Pulling fs layer 10:29:36 2de7ff778b66: Pulling fs layer 10:29:36 0d9ebad4ef96: Waiting 10:29:36 e9a5061849ea: Waiting 10:29:36 d747dcd14b5f: Waiting 10:29:36 2de7ff778b66: Waiting 10:29:36 9712f1f96733: Verifying Checksum 10:29:36 9712f1f96733: Download complete 10:29:37 63f879dbbcfc: Verifying Checksum 10:29:37 63f879dbbcfc: Download complete 10:29:37 ab5ef0e58194: Download complete 10:29:37 d747dcd14b5f: Verifying Checksum 10:29:37 d747dcd14b5f: Download complete 10:29:37 e9a5061849ea: Verifying Checksum 10:29:37 e9a5061849ea: Download complete 10:29:37 0d9ebad4ef96: Verifying Checksum 10:29:37 0d9ebad4ef96: Download complete 10:29:37 2de7ff778b66: Verifying Checksum 10:29:37 2de7ff778b66: Download complete 10:29:40 ab5ef0e58194: Pull complete 10:29:40 9712f1f96733: Pull complete 10:29:41 63f879dbbcfc: Pull complete 10:29:46 0d9ebad4ef96: Pull complete 10:29:46 e9a5061849ea: Pull complete 10:29:46 d747dcd14b5f: Pull complete 10:29:47 2de7ff778b66: Pull complete 10:29:47 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 10:29:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:29:47 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:29:47 prd-ubuntu20.04-docker-8c-8g-116157 does not seem to be running inside a container 10:29:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 10:29:49 $ docker top 5a1ce8f7a318e5867d38959023a5bf2ba2165480ff4f70aeca8cfaac1d5e4f78 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 10:29:49 provisioning config files... 10:29:49 copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config321915941512862171tmp 10:29:49 copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config11747419659883346744tmp 10:29:49 copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config7199022829367184631tmp [Pipeline] { [Pipeline] echo 10:29:49 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 10:29:50 ---> sigul-configuration.sh 10:29:50 gpg: directory `/root/.gnupg' created 10:29:50 gpg: new configuration file `/root/.gnupg/gpg.conf' created 10:29:50 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 10:29:50 gpg: keyring `/root/.gnupg/secring.gpg' created 10:29:50 gpg: keyring `/root/.gnupg/pubring.gpg' created 10:29:50 gpg: CAST5 encrypted data 10:29:50 gpg: encrypted with 1 passphrase 10:29:50 gpg: WARNING: message was not integrity protected [Pipeline] sh 10:29:50 + mkdir /home/jenkins 10:29:50 + mkdir /home/jenkins/sigul [Pipeline] sh 10:29:50 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 10:29:50 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 10:29:50 ---> sigul-install.sh 10:29:50 Sigul already installed; skipping installation. [Pipeline] sh 10:29:51 + git tag --list 10:29:51 v1.0.0 10:29:51 v1.1.0 10:29:51 v1.2.0 10:29:51 v1.3.0 10:29:51 v1.3.1 10:29:51 v2.0.0 10:29:51 v2.0.1 10:29:51 v2.1.0 10:29:51 v2.1.1 10:29:51 v2.1.2 10:29:51 v2.2.0 10:29:51 v2.3 10:29:51 v2.3.0 10:29:51 v2.3.1 10:29:51 v3.0 10:29:51 v3.0.0 10:29:51 v3.0.1 10:29:51 v3.1 10:29:51 v3.1.0 10:29:51 v3.1.1 10:29:51 v4.0 10:29:51 v4.0.0 10:29:51 v4.0.1 10:29:51 v4.1.0-dev.1 10:29:51 v4.1.0-dev.2 10:29:51 v4.1.0-dev.3 10:29:51 v4.1.0-dev.4 10:29:51 v4.1.0-dev.5 10:29:51 v4.1.0-dev.6 10:29:51 v4.1.0-dev.7 10:29:51 v4.1.0-dev.8 10:29:51 v4.1.0-dev.9 [Pipeline] sh 10:29:51 + lftools sign git-tag v4.1.0-dev.9 10:29:52 Signing Git tag with Sigul... 10:29:52 Signing v4.1.0-dev.9 [Pipeline] echo 10:29:52 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 10:29:52 ---> sigul-configuration-cleanup.sh [Pipeline] } 10:29:52 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 10:29:52 $ docker stop --time=1 5a1ce8f7a318e5867d38959023a5bf2ba2165480ff4f70aeca8cfaac1d5e4f78 10:29:54 $ docker rm -f --volumes 5a1ce8f7a318e5867d38959023a5bf2ba2165480ff4f70aeca8cfaac1d5e4f78 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 10:29:54 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:29:54 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:29:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:29:55 prd-ubuntu20.04-docker-8c-8g-116157 does not seem to be running inside a container 10:29:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 10:29:55 $ docker top edf1535b1db52e371c907a539a14bbd616c8d7dcad062ac68921ad81ea5f0b07 -eo pid,comm 10:29:55 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). 10:29:55 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:29:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:29:55 [ssh-agent] Looking for ssh-agent implementation... 10:29:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:29:55 $ docker exec edf1535b1db52e371c907a539a14bbd616c8d7dcad062ac68921ad81ea5f0b07 ssh-agent 10:29:55 SSH_AUTH_SOCK=/tmp/ssh-XbqZvBZECgQf/agent.32 10:29:55 SSH_AGENT_PID=38 10:29:55 Running ssh-add (command line suppressed) 10:29:55 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_8993492899679183994.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_8993492899679183994.key) 10:29:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:29:56 + git semver bump pre 10:29:56 2025-10-08 10:29:56,380 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 10:29:56 2025-10-08 10:29:56,385 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 10:29:56 2025-10-08 10:29:56,385 [bump_version] DEBUG bumping version:4.1.0-dev.9 on axis:pre with prefix:dev 10:29:56 2025-10-08 10:29:56,385 [bump_version] DEBUG bumped version:4.1.0-dev.10 10:29:56 2025-10-08 10:29:56,385 [write_version] DEBUG write version:4.1.0-dev.10 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True 10:29:56 2025-10-08 10:29:56,385 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 10:29:56 2025-10-08 10:29:56,386 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main 10:29:56 2025-10-08 10:29:56,388 [execute] INFO git cat-file --batch-check 10:29:56 2025-10-08 10:29:56,389 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, stdin=, shell=False, universal_newlines=False) 10:29:56 2025-10-08 10:29:56,392 [execute] INFO git cat-file --batch 10:29:56 2025-10-08 10:29:56,392 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, stdin=, shell=False, universal_newlines=False) 10:29:56 2025-10-08 10:29:56,395 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 10:29:56 4.1.0-dev.10 [Pipeline] } 10:29:56 $ docker exec --env ******** --env ******** edf1535b1db52e371c907a539a14bbd616c8d7dcad062ac68921ad81ea5f0b07 ssh-agent -k 10:29:56 unset SSH_AUTH_SOCK; 10:29:56 unset SSH_AGENT_PID; 10:29:56 echo Agent pid 38 killed; 10:29:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:29:57 + git semver [Pipeline] } 10:29:57 $ docker stop --time=1 edf1535b1db52e371c907a539a14bbd616c8d7dcad062ac68921ad81ea5f0b07 10:29:58 $ docker rm -f --volumes edf1535b1db52e371c907a539a14bbd616c8d7dcad062ac68921ad81ea5f0b07 [Pipeline] // withDockerContainer [Pipeline] sh 10:29:58 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:29:58 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:29:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:29:59 prd-ubuntu20.04-docker-8c-8g-116157 does not seem to be running inside a container 10:29:59 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 10:29:59 $ docker top ca7d9946f826d13b0951df08145e8b2267bee0f287f0cad7afdcbac0efc9da95 -eo pid,comm 10:29:59 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). 10:29:59 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:29:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:29:59 [ssh-agent] Looking for ssh-agent implementation... 10:29:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:29:59 $ docker exec ca7d9946f826d13b0951df08145e8b2267bee0f287f0cad7afdcbac0efc9da95 ssh-agent 10:29:59 SSH_AUTH_SOCK=/tmp/ssh-n5TfxTx51Z1R/agent.32 10:29:59 SSH_AGENT_PID=38 10:29:59 Running ssh-add (command line suppressed) 10:30:00 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_14451986902136362908.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_14451986902136362908.key) 10:30:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:30:00 + git semver push 10:30:00 2025-10-08 10:30:00,556 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 10:30:00 2025-10-08 10:30:00,559 [run_push] DEBUG push 10:30:00 2025-10-08 10:30:00,560 [execute] INFO git cat-file --batch-check 10:30:00 2025-10-08 10:30:00,560 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, stdin=, shell=False, universal_newlines=False) 10:30:00 2025-10-08 10:30:00,563 [execute] INFO git rev-list 71c08f079fe410ce0fbeb5f29ba5564e44a86d97 -- 10:30:00 2025-10-08 10:30:00,563 [execute] DEBUG Popen(['git', 'rev-list', '71c08f079fe410ce0fbeb5f29ba5564e44a86d97', '--'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, stdin=None, shell=False, universal_newlines=False) 10:30:00 2025-10-08 10:30:00,573 [execute] INFO git fetch -v -- origin 10:30:00 2025-10-08 10:30:00,573 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, stdin=None, shell=False, universal_newlines=True) 10:30:01 2025-10-08 10:30:01,121 [run_push] DEBUG no remote changes detected 10:30:01 2025-10-08 10:30:01,121 [execute] INFO git push origin semver 10:30:01 2025-10-08 10:30:01,121 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, stdin=None, shell=False, universal_newlines=False) 10:30:02 2025-10-08 10:30:01,866 [run_push] DEBUG push all version tags 10:30:02 2025-10-08 10:30:01,866 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 10:30:02 2025-10-08 10:30:01,867 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/ry_app-service-configurable_main, stdin=None, shell=False, universal_newlines=False) 10:30:03 2025-10-08 10:30:02,785 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 10:30:03 4.1.0-dev.10 [Pipeline] } 10:30:03 $ docker exec --env ******** --env ******** ca7d9946f826d13b0951df08145e8b2267bee0f287f0cad7afdcbac0efc9da95 ssh-agent -k 10:30:03 unset SSH_AUTH_SOCK; 10:30:03 unset SSH_AGENT_PID; 10:30:03 echo Agent pid 38 killed; 10:30:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:30:03 + git semver [Pipeline] } 10:30:03 $ docker stop --time=1 ca7d9946f826d13b0951df08145e8b2267bee0f287f0cad7afdcbac0efc9da95 10:30:05 $ docker rm -f --volumes ca7d9946f826d13b0951df08145e8b2267bee0f287f0cad7afdcbac0efc9da95 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 10:30:05 + [ -d /w/workspace/ry_app-service-configurable_main/archives ] 10:30:05 + ls -al /w/workspace/ry_app-service-configurable_main/archives 10:30:05 total 16 10:30:05 drwxr-xr-x 3 root root 4096 Oct 8 10:12 . 10:30:05 drwxrwxr-x 8 jenkins jenkins 4096 Oct 8 10:29 .. 10:30:05 drwxr-xr-x 2 root root 4096 Oct 8 10:12 cost 10:30:05 -rw-r--r-- 1 root root 96 Oct 8 10:12 cost.csv 10:30:05 + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives 10:30:05 + ls -al /w/workspace/ry_app-service-configurable_main/archives 10:30:05 total 16 10:30:05 drwxr-xr-x 3 jenkins jenkins 4096 Oct 8 10:12 . 10:30:05 drwxrwxr-x 8 jenkins jenkins 4096 Oct 8 10:29 .. 10:30:05 drwxr-xr-x 2 jenkins jenkins 4096 Oct 8 10:12 cost 10:30:05 -rw-r--r-- 1 jenkins jenkins 96 Oct 8 10:12 cost.csv [Pipeline] libraryResource [Pipeline] sh 10:30:05 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:30:06 ---> package-listing.sh 10:30:06 ++ facter osfamily 10:30:06 ++ tr '[:upper:]' '[:lower:]' 10:30:07 + OS_FAMILY=debian 10:30:07 + workspace=/w/workspace/ry_app-service-configurable_main 10:30:07 + START_PACKAGES=/tmp/packages_start.txt 10:30:07 + END_PACKAGES=/tmp/packages_end.txt 10:30:07 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:30:07 + PACKAGES=/tmp/packages_start.txt 10:30:07 + '[' /w/workspace/ry_app-service-configurable_main ']' 10:30:07 + PACKAGES=/tmp/packages_end.txt 10:30:07 + case "${OS_FAMILY}" in 10:30:07 + dpkg -l 10:30:07 + grep '^ii' 10:30:07 + '[' -f /tmp/packages_start.txt ']' 10:30:07 + '[' -f /tmp/packages_end.txt ']' 10:30:07 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:30:07 + '[' /w/workspace/ry_app-service-configurable_main ']' 10:30:07 + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ 10:30:07 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo 10:30:07 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 10:30:07 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:30:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:30:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:30:08 prd-ubuntu20.04-docker-8c-8g-116157 does not seem to be running inside a container 10:30:08 $ 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 10:30:08 $ docker top 4e44d341fbb7e305f3d82d3cff6c5f914f2d36da6e9d60854249b6f8210ffa74 -eo pid,comm [Pipeline] { [Pipeline] sh 10:30:08 + touch /tmp/pre-build-complete [Pipeline] sh 10:30:08 + mkdir -p /var/log/sysstat [Pipeline] sh 10:30:09 + ls /var/log/sa-host 10:30:09 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:30:09 provisioning config files... 10:30:09 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2207579372486966942tmp [Pipeline] { [Pipeline] echo 10:30:09 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:30:09 ---> create-netrc.sh [Pipeline] } 10:30:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 10:30:09 ---> python-tools-install.sh [Pipeline] echo 10:30:09 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:30:10 ---> sudo-logs.sh 10:30:10 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:30:10 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:30:10 ---> job-cost.sh 10:30:10 lf-activate-venv: SKIPPING 10:30:10 DEBUG: total: 0.2199999988079071 10:30:10 INFO: Retrieving Stack Cost... 10:30:10 INFO: Retrieving Pricing Info for: v3-standard-8 10:30:11 INFO: Archiving Costs [Pipeline] echo 10:30:11 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:30:11 ---> logs-deploy.sh 10:30:11 lf-activate-venv: SKIPPING 10:30:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/282 10:30:11 INFO: archiving workspace using pattern(s): 10:30:12 Archives upload complete. 10:30:12 INFO: archiving logs to Nexus 10:30:13 ---> uname -a: 10:30:13 Linux prd-ubuntu20-04-docker-8c-8g-116157 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 10:30:13 10:30:13 10:30:13 ---> lscpu: 10:30:13 Architecture: x86_64 10:30:13 CPU op-mode(s): 32-bit, 64-bit 10:30:13 Byte Order: Little Endian 10:30:13 Address sizes: 40 bits physical, 48 bits virtual 10:30:13 CPU(s): 8 10:30:13 On-line CPU(s) list: 0-7 10:30:13 Thread(s) per core: 1 10:30:13 Core(s) per socket: 1 10:30:13 Socket(s): 8 10:30:13 NUMA node(s): 1 10:30:13 Vendor ID: AuthenticAMD 10:30:13 CPU family: 23 10:30:13 Model: 49 10:30:13 Model name: AMD EPYC-Rome Processor 10:30:13 Stepping: 0 10:30:13 CPU MHz: 2800.000 10:30:13 BogoMIPS: 5600.00 10:30:13 Virtualization: AMD-V 10:30:13 Hypervisor vendor: KVM 10:30:13 Virtualization type: full 10:30:13 L1d cache: 256 KiB 10:30:13 L1i cache: 256 KiB 10:30:13 L2 cache: 4 MiB 10:30:13 L3 cache: 128 MiB 10:30:13 NUMA node0 CPU(s): 0-7 10:30:13 Vulnerability Gather data sampling: Not affected 10:30:13 Vulnerability Itlb multihit: Not affected 10:30:13 Vulnerability L1tf: Not affected 10:30:13 Vulnerability Mds: Not affected 10:30:13 Vulnerability Meltdown: Not affected 10:30:13 Vulnerability Mmio stale data: Not affected 10:30:13 Vulnerability Retbleed: Vulnerable 10:30:13 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:30:13 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 10:30:13 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 10:30:13 Vulnerability Srbds: Not affected 10:30:13 Vulnerability Tsx async abort: Not affected 10:30:13 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 10:30:13 10:30:13 10:30:13 ---> nproc: 10:30:13 8 10:30:13 10:30:13 10:30:13 ---> df -h: 10:30:13 Filesystem Size Used Avail Use% Mounted on 10:30:13 overlay 155G 14G 142G 9% / 10:30:13 tmpfs 64M 0 64M 0% /dev 10:30:13 tmpfs 16G 0 16G 0% /sys/fs/cgroup 10:30:13 shm 64M 0 64M 0% /dev/shm 10:30:13 /dev/vda1 155G 14G 142G 9% /facter-os 10:30:13 10:30:13 10:30:13 ---> sar -b -r -n DEV: 10:30:13 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-116157) 10/08/25 _x86_64_ (8 CPU) 10:30:13 10:30:13 10:06:33 LINUX RESTART (8 CPU) 10:30:13 10:30:13 10:07:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:30:13 10:08:01 368.41 66.79 301.63 0.00 12707.13 29744.38 0.00 10:30:13 10:09:01 245.39 3.82 241.58 0.00 75.19 66752.34 0.00 10:30:13 10:10:01 91.57 0.32 91.25 0.00 35.46 34463.34 0.00 10:30:13 10:11:01 50.56 0.02 50.54 0.00 3.60 17258.46 0.00 10:30:13 10:12:01 48.08 3.78 44.29 0.00 4284.35 8982.24 0.00 10:30:13 10:13:01 51.87 0.03 51.84 0.00 0.27 20472.59 0.00 10:30:13 10:14:01 2.13 0.00 2.13 0.00 0.00 23.33 0.00 10:30:13 10:15:01 0.97 0.00 0.97 0.00 0.00 12.13 0.00 10:30:13 10:16:01 1.27 0.00 1.27 0.00 0.00 14.13 0.00 10:30:13 10:17:01 1.15 0.02 1.13 0.00 0.13 13.60 0.00 10:30:13 10:18:01 1.40 0.00 1.40 0.00 0.00 20.66 0.00 10:30:13 10:19:01 1.07 0.00 1.07 0.00 0.00 12.93 0.00 10:30:13 10:20:01 1.13 0.00 1.13 0.00 0.00 12.53 0.00 10:30:13 10:21:01 0.85 0.00 0.85 0.00 0.00 10.13 0.00 10:30:13 10:22:01 1.63 0.02 1.62 0.00 0.13 23.20 0.00 10:30:13 10:23:01 1.17 0.00 1.17 0.00 0.00 14.26 0.00 10:30:13 10:24:01 1.18 0.00 1.18 0.00 0.00 13.06 0.00 10:30:13 10:25:01 0.87 0.00 0.87 0.00 0.00 11.33 0.00 10:30:13 10:26:01 1.17 0.00 1.17 0.00 0.00 13.69 0.00 10:30:13 10:27:01 0.92 0.00 0.92 0.00 0.00 11.33 0.00 10:30:13 10:28:01 1.35 0.00 1.35 0.00 0.00 16.40 0.00 10:30:13 10:29:01 1.45 0.00 1.45 0.00 0.00 16.80 0.00 10:30:13 10:30:01 137.16 0.62 136.54 0.00 21.73 55120.41 0.00 10:30:13 Average: 43.83 3.23 40.59 0.00 736.53 10124.70 0.00 10:30:13 10:30:13 10:07:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:30:13 10:08:01 29195688 31539116 785212 2.39 74872 2569248 1832804 5.40 1027696 2308544 460 10:30:13 10:09:01 26388924 31309744 973156 2.96 152684 4863796 2224220 6.56 1998796 3896256 717936 10:30:13 10:10:01 26652084 31181364 1098444 3.34 159024 4465436 2695656 7.95 1981788 3644252 284000 10:30:13 10:11:01 26785508 31514688 769796 2.34 160004 4674204 1650376 4.87 1614648 3898680 92 10:30:13 10:12:01 26278544 31479944 789452 2.40 193544 5098568 1742292 5.14 1914212 4066432 980 10:30:13 10:13:01 25768288 31484832 783956 2.38 206264 5550108 1739152 5.13 1935660 4505376 440 10:30:13 10:14:01 25768048 31484628 783880 2.38 206292 5550112 1739152 5.13 1935828 4505380 8 10:30:13 10:15:01 25775880 31492536 775828 2.36 206328 5550116 1739152 5.13 1927968 4505388 188 10:30:13 10:16:01 25777368 31494060 774264 2.36 206356 5550116 1739152 5.13 1926452 4505388 12 10:30:13 10:17:01 25782880 31499620 768656 2.34 206380 5550116 1739152 5.13 1920828 4505392 184 10:30:13 10:18:01 25784260 31501172 766852 2.33 206412 5550120 1739152 5.13 1919232 4505392 44 10:30:13 10:19:01 25784220 31501136 766824 2.33 206432 5550124 1739152 5.13 1919180 4505396 188 10:30:13 10:20:01 25784172 31501116 766792 2.33 206444 5550128 1739152 5.13 1919388 4505400 8 10:30:13 10:21:01 25784052 31501032 766696 2.33 206456 5550128 1739152 5.13 1919204 4505400 184 10:30:13 10:22:01 25783148 31500208 767084 2.33 206496 5550104 1730860 5.10 1919348 4505376 36 10:30:13 10:23:01 25783084 31500208 766972 2.33 206532 5550116 1730860 5.10 1919972 4505384 276 10:30:13 10:24:01 25783360 31500484 766676 2.33 206552 5550116 1730860 5.10 1919504 4505384 8 10:30:13 10:25:01 25783776 31500940 766112 2.33 206560 5550124 1730860 5.10 1919508 4505392 184 10:30:13 10:26:01 25783884 31501048 765936 2.33 206584 5550124 1730860 5.10 1919508 4505392 8 10:30:13 10:27:01 25784836 31502212 764700 2.33 206600 5550256 1730860 5.10 1919116 4505512 188 10:30:13 10:28:01 25784808 31502228 764900 2.33 206628 5550256 1730860 5.10 1918904 4505524 4 10:30:13 10:29:01 25785292 31502732 764576 2.33 206648 5550260 1730860 5.10 1918880 4505524 40 10:30:13 10:30:01 24559032 31425348 834284 2.54 248092 6552608 1848476 5.45 2058496 5480728 572 10:30:13 Average: 26006136 31474800 797002 2.42 195573 5329404 1804047 5.32 1881483 4342908 43741 10:30:13 10:30:13 10:07:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:30:13 10:08:01 lo 4.81 4.81 0.50 0.50 0.00 0.00 0.00 0.00 10:30:13 10:08:01 docker0 42.25 44.62 3.02 239.47 0.00 0.00 0.00 0.00 10:30:13 10:08:01 ens3 473.78 362.74 5032.05 128.44 0.00 0.00 0.00 0.00 10:30:13 10:09:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 10:30:13 10:09:01 veth3c638dc 0.12 0.23 0.01 0.02 0.00 0.00 0.00 0.00 10:30:13 10:09:01 docker0 275.69 402.02 24.17 2940.02 0.00 0.00 0.00 0.00 10:30:13 10:09:01 ens3 529.36 353.49 6192.87 47.14 0.00 0.00 0.00 0.00 10:30:13 10:10:01 lo 0.47 0.47 0.05 0.05 0.00 0.00 0.00 0.00 10:30:13 10:10:01 veth60fe9fc 0.05 0.20 0.00 0.02 0.00 0.00 0.00 0.00 10:30:13 10:10:01 docker0 6.27 11.51 0.38 163.69 0.00 0.00 0.00 0.00 10:30:13 10:10:01 ens3 36.16 21.51 240.86 8.81 0.00 0.00 0.00 0.00 10:30:13 10:11:01 lo 5.60 5.60 0.55 0.55 0.00 0.00 0.00 0.00 10:30:13 10:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:13 10:11:01 ens3 59.79 53.29 31.38 264.77 0.00 0.00 0.00 0.00 10:30:13 10:12:01 lo 0.67 0.67 0.08 0.08 0.00 0.00 0.00 0.00 10:30:13 10:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:13 10:12:01 ens3 177.44 72.19 2994.47 5.62 0.00 0.00 0.00 0.00 10:30:13 10:13:01 lo 1.00 1.00 0.09 0.09 0.00 0.00 0.00 0.00 10:30:13 10:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:13 10:13:01 ens3 90.95 61.02 2522.07 10.80 0.00 0.00 0.00 0.00 10:30:13 10:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:13 10:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:13 10:14:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 10:30:13 10:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:30:13 10:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:13 10:15:01 ens3 0.53 0.25 1.30 0.02 0.00 0.00 0.00 0.00 10:30:13 10:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:13 10:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:13 10:16:01 ens3 0.05 0.02 0.01 0.00 0.00 0.00 0.00 0.00 10:30:13 10:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:30:13 10:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:13 10:17:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 10:30:13 10:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:13 10:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:13 10:18:01 ens3 0.27 0.12 0.14 0.07 0.00 0.00 0.00 0.00 10:30:13 10:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:30:13 10:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:13 10:19:01 ens3 0.55 0.10 0.06 0.01 0.00 0.00 0.00 0.00 10:30:13 10:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:13 10:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:13 10:20:01 ens3 0.47 0.27 0.27 0.21 0.00 0.00 0.00 0.00 10:30:13 10:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:30:13 10:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:13 10:21:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 10:30:13 10:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:13 10:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:13 10:22:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 10:30:13 10:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:30:13 10:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:13 10:23:01 ens3 0.38 0.25 0.15 0.08 0.00 0.00 0.00 0.00 10:30:13 10:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:13 10:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:13 10:24:01 ens3 0.13 0.05 0.01 0.00 0.00 0.00 0.00 0.00 10:30:13 10:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:30:13 10:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:13 10:25:01 ens3 0.15 0.12 0.02 0.01 0.00 0.00 0.00 0.00 10:30:13 10:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:13 10:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:13 10:26:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 10:30:13 10:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:30:13 10:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:13 10:27:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 10:30:13 10:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:13 10:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:13 10:28:01 ens3 0.20 0.08 0.09 0.06 0.00 0.00 0.00 0.00 10:30:13 10:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:30:13 10:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:13 10:29:01 ens3 0.28 0.12 0.08 0.01 0.00 0.00 0.00 0.00 10:30:13 10:30:01 lo 1.53 1.53 0.15 0.15 0.00 0.00 0.00 0.00 10:30:13 10:30:01 veth4c82659 0.57 0.47 0.11 0.17 0.00 0.00 0.00 0.00 10:30:13 10:30:01 docker0 66.79 97.97 6.20 878.66 0.00 0.00 0.00 0.00 10:30:13 10:30:01 ens3 406.72 295.50 6793.94 180.95 0.00 0.00 0.00 0.00 10:30:13 Average: lo 0.70 0.70 0.07 0.07 0.00 0.00 0.00 0.00 10:30:13 Average: veth4c82659 0.02 0.02 0.00 0.01 0.00 0.00 0.00 0.00 10:30:13 Average: docker0 16.99 24.18 1.47 183.65 0.00 0.00 0.00 0.00 10:30:13 Average: ens3 77.07 52.92 1033.03 28.08 0.00 0.00 0.00 0.00 10:30:13 10:30:13 10:30:13 ---> sar -P ALL: 10:30:13 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-116157) 10/08/25 _x86_64_ (8 CPU) 10:30:13 10:30:13 10:06:33 LINUX RESTART (8 CPU) 10:30:13 10:30:13 10:07:02 CPU %user %nice %system %iowait %steal %idle 10:30:13 10:08:01 all 8.03 0.00 2.24 4.89 0.09 84.74 10:30:13 10:08:01 0 4.75 0.00 2.31 0.60 0.05 92.29 10:30:13 10:08:01 1 6.67 0.00 2.19 8.15 0.05 82.94 10:30:13 10:08:01 2 5.67 0.00 2.27 24.47 0.31 67.28 10:30:13 10:08:01 3 12.93 0.00 1.83 0.48 0.09 84.68 10:30:13 10:08:01 4 10.91 0.00 1.69 0.07 0.05 87.28 10:30:13 10:08:01 5 7.89 0.00 2.41 0.50 0.05 89.15 10:30:13 10:08:01 6 5.53 0.00 3.12 3.52 0.07 87.76 10:30:13 10:08:01 7 9.90 0.00 2.09 1.33 0.07 86.61 10:30:13 10:09:01 all 29.09 0.00 6.17 1.26 0.11 63.37 10:30:13 10:09:01 0 28.58 0.00 6.11 1.17 0.12 64.02 10:30:13 10:09:01 1 31.71 0.00 6.79 4.12 0.14 57.24 10:30:13 10:09:01 2 28.83 0.00 5.15 0.51 0.10 65.40 10:30:13 10:09:01 3 27.57 0.00 5.65 0.51 0.08 66.19 10:30:13 10:09:01 4 29.88 0.00 7.30 1.71 0.10 61.01 10:30:13 10:09:01 5 29.42 0.00 6.61 0.31 0.12 63.55 10:30:13 10:09:01 6 29.69 0.00 5.87 1.49 0.10 62.86 10:30:13 10:09:01 7 27.04 0.00 5.90 0.31 0.10 66.66 10:30:13 10:10:01 all 54.01 0.00 7.61 0.39 0.12 37.87 10:30:13 10:10:01 0 54.29 0.00 7.71 0.03 0.10 37.86 10:30:13 10:10:01 1 57.18 0.00 7.69 0.20 0.13 34.79 10:30:13 10:10:01 2 55.14 0.00 7.51 0.34 0.12 36.90 10:30:13 10:10:01 3 52.35 0.00 7.95 0.15 0.10 39.44 10:30:13 10:10:01 4 52.78 0.00 8.23 0.10 0.12 38.77 10:30:13 10:10:01 5 54.83 0.00 7.18 0.07 0.12 37.81 10:30:13 10:10:01 6 52.72 0.00 7.00 0.29 0.12 39.87 10:30:13 10:10:01 7 52.80 0.00 7.65 1.91 0.12 37.52 10:30:13 10:11:01 all 14.80 0.00 1.87 0.32 0.05 82.96 10:30:13 10:11:01 0 13.80 0.00 1.55 0.00 0.03 84.61 10:30:13 10:11:01 1 16.36 0.00 2.20 0.74 0.05 80.65 10:30:13 10:11:01 2 14.56 0.00 1.89 0.10 0.05 83.40 10:30:13 10:11:01 3 13.69 0.00 1.92 0.12 0.03 84.24 10:30:13 10:11:01 4 14.77 0.00 1.92 0.00 0.05 83.26 10:30:13 10:11:01 5 13.84 0.00 1.84 0.02 0.05 84.26 10:30:13 10:11:01 6 16.08 0.00 1.89 0.05 0.05 81.94 10:30:13 10:11:01 7 15.29 0.00 1.76 1.54 0.05 81.36 10:30:13 10:12:01 all 2.07 0.00 1.31 0.26 0.03 96.32 10:30:13 10:12:01 0 3.45 0.00 1.27 0.08 0.02 95.18 10:30:13 10:12:01 1 1.69 0.00 1.24 0.17 0.03 96.86 10:30:13 10:12:01 2 1.67 0.00 1.94 0.23 0.03 96.12 10:30:13 10:12:01 3 2.57 0.00 0.92 1.23 0.02 95.26 10:30:13 10:12:01 4 2.34 0.00 3.00 0.22 0.02 94.43 10:30:13 10:12:01 5 1.47 0.00 0.65 0.05 0.02 97.82 10:30:13 10:12:01 6 1.17 0.00 0.75 0.07 0.03 97.98 10:30:13 10:12:01 7 2.24 0.00 0.73 0.05 0.03 96.95 10:30:13 10:13:01 all 2.20 0.00 1.04 0.25 0.03 96.48 10:30:13 10:13:01 0 1.99 0.00 0.77 0.02 0.02 97.21 10:30:13 10:13:01 1 2.06 0.00 1.46 1.59 0.02 94.87 10:30:13 10:13:01 2 2.11 0.00 0.75 0.02 0.02 97.10 10:30:13 10:13:01 3 1.98 0.00 1.04 0.28 0.05 96.65 10:30:13 10:13:01 4 2.34 0.00 0.74 0.03 0.03 96.86 10:30:13 10:13:01 5 3.07 0.00 0.79 0.07 0.03 96.04 10:30:13 10:13:01 6 1.74 0.00 0.84 0.00 0.02 97.41 10:30:13 10:13:01 7 2.35 0.00 1.91 0.02 0.02 95.71 10:30:13 10:14:01 all 0.19 0.00 0.02 0.00 0.01 99.78 10:30:13 10:14:01 0 0.02 0.00 0.02 0.00 0.02 99.95 10:30:13 10:14:01 1 0.03 0.00 0.00 0.02 0.00 99.95 10:30:13 10:14:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:30:13 10:14:01 3 0.00 0.00 0.03 0.00 0.02 99.95 10:30:13 10:14:01 4 1.35 0.00 0.07 0.00 0.02 98.56 10:30:13 10:14:01 5 0.02 0.00 0.00 0.02 0.00 99.97 10:30:13 10:14:01 6 0.07 0.00 0.00 0.00 0.02 99.92 10:30:13 10:14:01 7 0.00 0.00 0.02 0.00 0.00 99.98 10:30:13 10:15:01 all 0.14 0.00 0.02 0.00 0.00 99.83 10:30:13 10:15:01 0 0.03 0.00 0.00 0.00 0.00 99.97 10:30:13 10:15:01 1 0.02 0.00 0.03 0.00 0.02 99.93 10:30:13 10:15:01 2 0.02 0.00 0.00 0.00 0.00 99.98 10:30:13 10:15:01 3 0.00 0.00 0.03 0.00 0.00 99.97 10:30:13 10:15:01 4 0.95 0.00 0.03 0.00 0.02 99.00 10:30:13 10:15:01 5 0.03 0.00 0.03 0.02 0.00 99.92 10:30:13 10:15:01 6 0.10 0.00 0.02 0.00 0.00 99.88 10:30:13 10:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:30:13 10:16:01 all 0.16 0.00 0.01 0.00 0.01 99.82 10:30:13 10:16:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:30:13 10:16:01 1 0.05 0.00 0.00 0.02 0.00 99.93 10:30:13 10:16:01 2 0.00 0.00 0.00 0.00 0.02 99.98 10:30:13 10:16:01 3 0.02 0.00 0.03 0.00 0.02 99.93 10:30:13 10:16:01 4 1.03 0.00 0.03 0.00 0.00 98.94 10:30:13 10:16:01 5 0.03 0.00 0.02 0.02 0.02 99.92 10:30:13 10:16:01 6 0.12 0.00 0.00 0.00 0.00 99.88 10:30:13 10:16:01 7 0.00 0.00 0.02 0.00 0.00 99.98 10:30:13 10:17:01 all 0.09 0.00 0.02 0.00 0.00 99.88 10:30:13 10:17:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:30:13 10:17:01 1 0.03 0.00 0.02 0.00 0.00 99.95 10:30:13 10:17:01 2 0.00 0.00 0.02 0.00 0.00 99.98 10:30:13 10:17:01 3 0.00 0.00 0.02 0.00 0.00 99.98 10:30:13 10:17:01 4 0.62 0.00 0.03 0.00 0.03 99.32 10:30:13 10:17:01 5 0.03 0.00 0.02 0.00 0.00 99.95 10:30:13 10:17:01 6 0.05 0.00 0.03 0.00 0.00 99.92 10:30:13 10:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:30:13 10:18:01 all 0.18 0.00 0.01 0.00 0.01 99.79 10:30:13 10:18:01 0 0.02 0.00 0.00 0.00 0.02 99.97 10:30:13 10:18:01 1 0.02 0.00 0.02 0.02 0.02 99.93 10:30:13 10:18:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:30:13 10:18:01 3 0.02 0.00 0.02 0.00 0.02 99.95 10:30:13 10:18:01 4 1.32 0.00 0.02 0.00 0.00 98.66 10:30:13 10:18:01 5 0.07 0.00 0.00 0.02 0.00 99.92 10:30:13 10:18:01 6 0.02 0.00 0.03 0.00 0.02 99.93 10:30:13 10:18:01 7 0.00 0.00 0.02 0.00 0.00 99.98 10:30:13 10:30:13 10:18:01 CPU %user %nice %system %iowait %steal %idle 10:30:13 10:19:01 all 0.28 0.00 0.01 0.00 0.00 99.70 10:30:13 10:19:01 0 0.03 0.00 0.00 0.00 0.00 99.97 10:30:13 10:19:01 1 0.03 0.00 0.00 0.00 0.00 99.97 10:30:13 10:19:01 2 0.00 0.00 0.02 0.00 0.02 99.97 10:30:13 10:19:01 3 0.00 0.00 0.03 0.00 0.00 99.97 10:30:13 10:19:01 4 2.00 0.00 0.02 0.00 0.02 97.96 10:30:13 10:19:01 5 0.03 0.00 0.03 0.02 0.00 99.92 10:30:13 10:19:01 6 0.07 0.00 0.02 0.00 0.00 99.92 10:30:13 10:19:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:30:13 10:20:01 all 0.03 0.00 0.01 0.00 0.01 99.95 10:30:13 10:20:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:30:13 10:20:01 1 0.02 0.00 0.00 0.00 0.02 99.97 10:30:13 10:20:01 2 0.02 0.00 0.00 0.00 0.00 99.98 10:30:13 10:20:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:30:13 10:20:01 4 0.10 0.00 0.00 0.00 0.02 99.88 10:30:13 10:20:01 5 0.05 0.00 0.05 0.00 0.03 99.87 10:30:13 10:20:01 6 0.03 0.00 0.02 0.00 0.02 99.93 10:30:13 10:20:01 7 0.00 0.00 0.02 0.00 0.00 99.98 10:30:13 10:21:01 all 0.03 0.00 0.02 0.00 0.00 99.95 10:30:13 10:21:01 0 0.05 0.00 0.00 0.00 0.00 99.95 10:30:13 10:21:01 1 0.00 0.00 0.03 0.00 0.00 99.97 10:30:13 10:21:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:30:13 10:21:01 3 0.02 0.00 0.02 0.00 0.02 99.95 10:30:13 10:21:01 4 0.05 0.00 0.00 0.00 0.00 99.95 10:30:13 10:21:01 5 0.05 0.00 0.05 0.00 0.02 99.88 10:30:13 10:21:01 6 0.03 0.00 0.03 0.00 0.00 99.93 10:30:13 10:21:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:30:13 10:22:01 all 0.03 0.00 0.04 0.00 0.01 99.91 10:30:13 10:22:01 0 0.05 0.00 0.03 0.00 0.02 99.90 10:30:13 10:22:01 1 0.02 0.00 0.05 0.00 0.02 99.92 10:30:13 10:22:01 2 0.02 0.00 0.03 0.02 0.02 99.92 10:30:13 10:22:01 3 0.02 0.00 0.05 0.00 0.00 99.93 10:30:13 10:22:01 4 0.03 0.00 0.05 0.00 0.00 99.92 10:30:13 10:22:01 5 0.07 0.00 0.07 0.02 0.02 99.83 10:30:13 10:22:01 6 0.07 0.00 0.02 0.00 0.00 99.92 10:30:13 10:22:01 7 0.00 0.00 0.02 0.00 0.02 99.97 10:30:13 10:23:01 all 0.04 0.00 0.01 0.00 0.01 99.95 10:30:13 10:23:01 0 0.03 0.00 0.02 0.00 0.00 99.95 10:30:13 10:23:01 1 0.02 0.00 0.00 0.02 0.00 99.97 10:30:13 10:23:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:30:13 10:23:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:30:13 10:23:01 4 0.05 0.00 0.00 0.00 0.00 99.95 10:30:13 10:23:01 5 0.12 0.00 0.03 0.02 0.03 99.80 10:30:13 10:23:01 6 0.05 0.00 0.02 0.00 0.02 99.92 10:30:13 10:23:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:30:13 10:24:01 all 0.02 0.00 0.01 0.00 0.00 99.96 10:30:13 10:24:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:30:13 10:24:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:30:13 10:24:01 2 0.02 0.00 0.02 0.02 0.00 99.95 10:30:13 10:24:01 3 0.00 0.00 0.02 0.00 0.02 99.97 10:30:13 10:24:01 4 0.00 0.00 0.02 0.00 0.00 99.98 10:30:13 10:24:01 5 0.08 0.00 0.02 0.00 0.02 99.88 10:30:13 10:24:01 6 0.02 0.00 0.02 0.00 0.00 99.97 10:30:13 10:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:30:13 10:25:01 all 0.25 0.00 0.02 0.00 0.01 99.73 10:30:13 10:25:01 0 0.03 0.00 0.03 0.00 0.00 99.93 10:30:13 10:25:01 1 0.00 0.00 0.00 0.00 0.02 99.98 10:30:13 10:25:01 2 0.03 0.00 0.02 0.00 0.02 99.93 10:30:13 10:25:01 3 0.00 0.00 0.02 0.00 0.00 99.98 10:30:13 10:25:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:30:13 10:25:01 5 1.86 0.00 0.05 0.02 0.02 98.06 10:30:13 10:25:01 6 0.02 0.00 0.02 0.00 0.00 99.97 10:30:13 10:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:30:13 10:26:01 all 0.27 0.00 0.00 0.00 0.00 99.73 10:30:13 10:26:01 0 0.03 0.00 0.00 0.00 0.02 99.95 10:30:13 10:26:01 1 0.03 0.00 0.00 0.00 0.00 99.97 10:30:13 10:26:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:30:13 10:26:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:30:13 10:26:01 4 0.02 0.00 0.00 0.00 0.00 99.98 10:30:13 10:26:01 5 1.99 0.00 0.00 0.00 0.02 97.99 10:30:13 10:26:01 6 0.03 0.00 0.00 0.00 0.00 99.97 10:30:13 10:26:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:30:13 10:27:01 all 0.04 0.00 0.02 0.00 0.00 99.94 10:30:13 10:27:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:30:13 10:27:01 1 0.00 0.00 0.03 0.00 0.00 99.97 10:30:13 10:27:01 2 0.02 0.00 0.03 0.00 0.00 99.95 10:30:13 10:27:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:30:13 10:27:01 4 0.02 0.00 0.02 0.00 0.00 99.97 10:30:13 10:27:01 5 0.23 0.00 0.03 0.00 0.02 99.72 10:30:13 10:27:01 6 0.05 0.00 0.00 0.00 0.02 99.93 10:30:13 10:27:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:30:13 10:28:01 all 0.02 0.00 0.01 0.00 0.01 99.95 10:30:13 10:28:01 0 0.03 0.00 0.02 0.00 0.02 99.93 10:30:13 10:28:01 1 0.05 0.00 0.00 0.00 0.02 99.93 10:30:13 10:28:01 2 0.00 0.00 0.00 0.00 0.02 99.98 10:30:13 10:28:01 3 0.02 0.00 0.02 0.00 0.02 99.95 10:30:13 10:28:01 4 0.02 0.00 0.00 0.02 0.00 99.97 10:30:13 10:28:01 5 0.02 0.00 0.03 0.02 0.03 99.90 10:30:13 10:28:01 6 0.02 0.00 0.03 0.00 0.00 99.95 10:30:13 10:28:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:30:13 10:29:01 all 0.01 0.00 0.02 0.02 0.00 99.95 10:30:13 10:29:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:30:13 10:29:01 1 0.00 0.00 0.02 0.02 0.00 99.97 10:30:13 10:29:01 2 0.02 0.00 0.00 0.00 0.00 99.98 10:30:13 10:29:01 3 0.00 0.00 0.03 0.00 0.00 99.97 10:30:13 10:29:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:30:13 10:29:01 5 0.05 0.00 0.07 0.12 0.02 99.75 10:30:13 10:29:01 6 0.05 0.00 0.00 0.00 0.00 99.95 10:30:13 10:29:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:30:13 10:30:13 10:29:01 CPU %user %nice %system %iowait %steal %idle 10:30:13 10:30:01 all 7.31 0.00 3.19 1.07 0.08 88.35 10:30:13 10:30:01 0 6.31 0.00 3.25 1.09 0.07 89.28 10:30:13 10:30:01 1 7.02 0.00 2.96 3.05 0.08 86.88 10:30:13 10:30:01 2 8.44 0.00 3.29 1.68 0.07 86.53 10:30:13 10:30:01 3 8.30 0.00 2.85 0.03 0.07 88.75 10:30:13 10:30:01 4 7.16 0.00 2.92 0.07 0.08 89.77 10:30:13 10:30:01 5 5.61 0.00 3.86 0.27 0.07 90.20 10:30:13 10:30:01 6 7.56 0.00 3.34 0.13 0.12 88.84 10:30:13 10:30:01 7 8.08 0.00 3.07 2.27 0.08 86.50 10:30:13 Average: all 5.15 0.00 1.02 0.36 0.03 93.44 10:30:13 Average: 0 4.90 0.00 1.00 0.13 0.02 93.95 10:30:13 Average: 1 5.32 0.00 1.07 0.78 0.03 92.82 10:30:13 Average: 2 5.04 0.00 0.99 1.17 0.03 92.77 10:30:13 Average: 3 5.15 0.00 0.97 0.12 0.02 93.73 10:30:13 Average: 4 5.51 0.00 1.12 0.10 0.02 93.24 10:30:13 Average: 5 5.22 0.00 1.03 0.07 0.03 93.65 10:30:13 Average: 6 4.98 0.00 1.00 0.24 0.03 93.76 10:30:13 Average: 7 5.07 0.00 1.00 0.32 0.02 93.59 10:30:13 10:30:13 10:30:13