Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f6ce5080970ad21e992ba27979a78c03c238e882 Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh15819680429500793800.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 056ae7b86453181957306e7078512cbe12174832 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh10553687307316149704.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 056ae7b86453181957306e7078512cbe12174832 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1458569005843494968.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 056ae7b86453181957306e7078512cbe12174832 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 056ae7b86453181957306e7078512cbe12174832 # timeout=10 Commit message: "Merge pull request #473 from cherrycl/fix-seccomp-profile-error" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6177096515266876518.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh14414853490014415942.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-7677 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/ry_app-service-configurable_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision f6ce5080970ad21e992ba27979a78c03c238e882 (main) Commit message: "Merge pull request #737 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v4-4.1.0-dev.27" > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f6ce5080970ad21e992ba27979a78c03c238e882 # timeout=10 > git rev-list --no-walk e174cc8c016bfc566f2cbdec88816094bc9dcc2f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:06:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:06:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:06:59 ========================================================= 05:06:59 EdgeX Global Pipelines Version Info 05:06:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:07:00 ------------------- 05:07:00 stable info: 05:07:00 ------------------- 05:07:00 Commited By: Cherry Wang cherry@iotechsys.com 05:07:00 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 05:07:00 Message: update stable to v1.0.276 05:07:00 ------------------- 05:07:00 experimental info: 05:07:00 ------------------- 05:07:00 Commited By: **** collab-it+edgex@linuxfoundation.org 05:07:00 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 05:07:00 Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:07:01 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 05:07:01 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 05:07:01 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:07:01 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:07:01 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:07:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 05:07:01 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 05:07:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 05:07:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:07:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:07:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 05:07:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 05:07:01 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:07:01 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:07:01 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:07:01 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:07:01 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:07:01 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:07:01 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:07:01 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:07:01 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 05:07:01 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 05:07:01 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:07:01 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:07:01 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 05:07:01 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:07:01 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 05:07:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 05:07:01 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 05:07:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 05:07:01 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f6ce5080970ad21e992ba27979a78c03c238e882 [Pipeline] echo 05:07:01 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f6ce508 [Pipeline] echo 05:07:01 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:07:01 provisioning config files... 05:07:01 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config15599325094780908387tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:07:02 ---> ****-login.sh 05:07:02 nexus3.edgexfoundry.org:10001 05:07:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:02 05:07:02 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 05:07:02 Configure a credential helper to remove this warning. See 05:07:02 https://docs.****.com/go/credential-store/ 05:07:02 05:07:02 Login Succeeded 05:07:02 nexus3.edgexfoundry.org:10002 05:07:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:02 05:07:02 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 05:07:02 Configure a credential helper to remove this warning. See 05:07:02 https://docs.****.com/go/credential-store/ 05:07:02 05:07:02 Login Succeeded 05:07:02 nexus3.edgexfoundry.org:10003 05:07:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:02 05:07:02 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 05:07:02 Configure a credential helper to remove this warning. See 05:07:02 https://docs.****.com/go/credential-store/ 05:07:02 05:07:02 Login Succeeded 05:07:02 nexus3.edgexfoundry.org:10004 05:07:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:02 05:07:02 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 05:07:02 Configure a credential helper to remove this warning. See 05:07:02 https://docs.****.com/go/credential-store/ 05:07:02 05:07:02 Login Succeeded 05:07:02 ****.io 05:07:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:03 05:07:03 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 05:07:03 Configure a credential helper to remove this warning. See 05:07:03 https://docs.****.com/go/credential-store/ 05:07:03 05:07:03 Login Succeeded 05:07:03 ---> ****-login.sh ends [Pipeline] } 05:07:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 05:07:03 + git rev-list -1 --merges f6ce5080970ad21e992ba27979a78c03c238e882~1..f6ce5080970ad21e992ba27979a78c03c238e882 [Pipeline] echo 05:07:03 -----------> git rev-list -1 --merges f6ce5080970ad21e992ba27979a78c03c238e882~1..f6ce5080970ad21e992ba27979a78c03c238e882 f6ce5080970ad21e992ba27979a78c03c238e882 05:07:03 f6ce5080970ad21e992ba27979a78c03c238e882 [false] [Pipeline] sh 05:07:03 + git log --format=format:%s -1 f6ce5080970ad21e992ba27979a78c03c238e882 [Pipeline] echo 05:07:03 ========================================================= 05:07:03 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 05:07:03 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:07:04 + git log --format=format:%s -1 f6ce5080970ad21e992ba27979a78c03c238e882 [Pipeline] echo 05:07:04 [semverPrep] GIT_COMMIT: f6ce5080970ad21e992ba27979a78c03c238e882, Commit Message: Merge pull request #737 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v4-4.1.0-dev.27 [Pipeline] echo 05:07:04 [semverPrep] This is not a build commit. [Pipeline] sh 05:07:04 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:07:04 + grep -v github /etc/ssh/ssh_known_hosts 05:07:04 + [ -e /tmp/ssh_known_hosts ] 05:07:04 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 05:07:04 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 05:07:04 + sudo tee -a /etc/ssh/ssh_known_hosts 05:07:04 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:07:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:07:05 05:07:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:07:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:07:05 0.1.4: Pulling from edgex-devops/py-git-semver 05:07:05 3dae71ba6b94: Pulling fs layer 05:07:05 6bf1a483ea7c: Pulling fs layer 05:07:05 f5dfc541a4d3: Pulling fs layer 05:07:05 461d9e800cba: Pulling fs layer 05:07:05 80192f66455f: Pulling fs layer 05:07:05 2e8e34ca0e6c: Pulling fs layer 05:07:05 a29436f7fd5d: Pulling fs layer 05:07:05 923cac83aea3: Pulling fs layer 05:07:05 25ad8b0a4227: Pulling fs layer 05:07:05 db01528c6b51: Pulling fs layer 05:07:05 28988de357af: Pulling fs layer 05:07:05 2e8e34ca0e6c: Waiting 05:07:05 a29436f7fd5d: Waiting 05:07:05 923cac83aea3: Waiting 05:07:05 25ad8b0a4227: Waiting 05:07:05 461d9e800cba: Waiting 05:07:05 80192f66455f: Waiting 05:07:05 28988de357af: Waiting 05:07:05 db01528c6b51: Waiting 05:07:05 6bf1a483ea7c: Verifying Checksum 05:07:05 6bf1a483ea7c: Download complete 05:07:05 461d9e800cba: Verifying Checksum 05:07:05 461d9e800cba: Download complete 05:07:05 80192f66455f: Verifying Checksum 05:07:05 80192f66455f: Download complete 05:07:05 f5dfc541a4d3: Verifying Checksum 05:07:05 f5dfc541a4d3: Download complete 05:07:05 3dae71ba6b94: Verifying Checksum 05:07:05 3dae71ba6b94: Download complete 05:07:05 923cac83aea3: Verifying Checksum 05:07:05 923cac83aea3: Download complete 05:07:05 25ad8b0a4227: Verifying Checksum 05:07:05 25ad8b0a4227: Download complete 05:07:05 db01528c6b51: Verifying Checksum 05:07:05 db01528c6b51: Download complete 05:07:05 28988de357af: Download complete 05:07:06 a29436f7fd5d: Download complete 05:07:06 2e8e34ca0e6c: Verifying Checksum 05:07:06 2e8e34ca0e6c: Download complete 05:07:07 3dae71ba6b94: Pull complete 05:07:07 6bf1a483ea7c: Pull complete 05:07:08 f5dfc541a4d3: Pull complete 05:07:08 461d9e800cba: Pull complete 05:07:08 80192f66455f: Pull complete 05:07:12 2e8e34ca0e6c: Pull complete 05:07:13 a29436f7fd5d: Pull complete 05:07:13 923cac83aea3: Pull complete 05:07:13 25ad8b0a4227: Pull complete 05:07:13 db01528c6b51: Pull complete 05:07:13 28988de357af: Pull complete 05:07:13 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 05:07:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:07:13 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:07:13 prd-ubuntu20.04-docker-8c-8g-7677 does not seem to be running inside a container 05:07:13 $ 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 05:07:16 $ docker top 2895339918c6463f7e1c3e1ddca35b0e57054dba0983bdb18b3b4e36333a0557 -eo pid,comm 05:07:16 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). 05:07:16 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:07:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:07:16 [ssh-agent] Looking for ssh-agent implementation... 05:07:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:07:16 $ docker exec 2895339918c6463f7e1c3e1ddca35b0e57054dba0983bdb18b3b4e36333a0557 ssh-agent 05:07:17 SSH_AUTH_SOCK=/tmp/ssh-Sc4yUt5aSZfq/agent.32 05:07:17 SSH_AGENT_PID=38 05:07:17 Running ssh-add (command line suppressed) 05:07:17 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_4268972213339207010.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_4268972213339207010.key) 05:07:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:07:17 + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] sh 05:07:17 + git tag --points-at HEAD [Pipeline] } 05:07:17 $ docker exec --env ******** --env ******** 2895339918c6463f7e1c3e1ddca35b0e57054dba0983bdb18b3b4e36333a0557 ssh-agent -k 05:07:18 unset SSH_AUTH_SOCK; 05:07:18 unset SSH_AGENT_PID; 05:07:18 echo Agent pid 38 killed; 05:07:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:07:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:07:18 [ssh-agent] Looking for ssh-agent implementation... 05:07:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:07:18 $ docker exec 2895339918c6463f7e1c3e1ddca35b0e57054dba0983bdb18b3b4e36333a0557 ssh-agent 05:07:18 SSH_AUTH_SOCK=/tmp/ssh-UjY1UpeVoLxr/agent.84 05:07:18 SSH_AGENT_PID=90 05:07:18 Running ssh-add (command line suppressed) 05:07:18 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_13802551782921426354.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_13802551782921426354.key) 05:07:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:07:18 + git semver init 05:07:18 2025-08-27 05:07:18,949 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 05:07:18 2025-08-27 05:07:18,953 [run_init] DEBUG init version:0.0.0 force:False 05:07:18 2025-08-27 05:07:18,954 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver 05:07:18 2025-08-27 05:07:18,954 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver 05:07:18 2025-08-27 05:07:18,954 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/ry_app-service-configurable_main/.semver'], cwd=/w/workspace/ry_app-service-configurable_main, stdin=None, shell=False, universal_newlines=False) 05:07:20 2025-08-27 05:07:20,219 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude 05:07:20 2025-08-27 05:07:20,219 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False 05:07:20 2025-08-27 05:07:20,219 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 05:07:20 2025-08-27 05:07:20,219 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 05:07:20 4.1.0-dev.6 [Pipeline] } 05:07:20 $ docker exec --env ******** --env ******** 2895339918c6463f7e1c3e1ddca35b0e57054dba0983bdb18b3b4e36333a0557 ssh-agent -k 05:07:20 unset SSH_AUTH_SOCK; 05:07:20 unset SSH_AGENT_PID; 05:07:20 echo Agent pid 90 killed; 05:07:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:07:20 + git semver [Pipeline] } 05:07:21 $ docker stop --time=1 2895339918c6463f7e1c3e1ddca35b0e57054dba0983bdb18b3b4e36333a0557 05:07:22 $ docker rm -f --volumes 2895339918c6463f7e1c3e1ddca35b0e57054dba0983bdb18b3b4e36333a0557 [Pipeline] // withDockerContainer [Pipeline] sh 05:07:23 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:07:23 Stashed 1 file(s) [Pipeline] echo 05:07:23 [edgeXSemver]: initialized semver on version 4.1.0-dev.6 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:07:23 provisioning config files... 05:07:23 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config15973216130672032701tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:07:23 ---> ****-login.sh 05:07:23 nexus3.edgexfoundry.org:10001 05:07:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:23 Login Succeeded 05:07:23 nexus3.edgexfoundry.org:10002 05:07:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:23 Login Succeeded 05:07:23 nexus3.edgexfoundry.org:10003 05:07:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:24 Login Succeeded 05:07:24 nexus3.edgexfoundry.org:10004 05:07:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:24 Login Succeeded 05:07:24 ****.io 05:07:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:24 Login Succeeded 05:07:24 ---> ****-login.sh ends [Pipeline] } 05:07:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:07:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 05:07:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 05:07:24 ========================================================= 05:07:24 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 05:07:24 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:07:24 + 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 . 05:07:25 #0 building with "default" instance using docker driver 05:07:25 05:07:25 #1 [internal] load build definition from Dockerfile 05:07:25 #1 transferring dockerfile: 2.05kB done 05:07:25 #1 DONE 0.0s 05:07:25 05:07:25 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 05:07:25 #2 DONE 0.1s 05:07:25 05:07:25 #3 [internal] load .dockerignore 05:07:25 #3 transferring context: 159B done 05:07:25 #3 DONE 0.0s 05:07:25 05:07:25 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 05:07:25 #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 0.0s done 05:07:25 #4 sha256:d619b1717253d911bd917c5573ee8134ae218c2451e74083eb23940cdd319302 4.11kB / 4.11kB done 05:07:25 #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0B / 3.63MB 0.1s 05:07:25 #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.1s done 05:07:25 #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 0B / 126B 0.1s 05:07:25 #4 sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 685B / 685B done 05:07:25 #4 sha256:01d3d341091a517642a078ff0605422b0bc90a0685c27f13eebf23a14bd174bf 2.08kB / 2.08kB done 05:07:25 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 0B / 74.06MB 0.1s 05:07:25 #4 ... 05:07:25 05:07:25 #5 [internal] load build context 05:07:25 #5 transferring context: 14.78MB 0.1s done 05:07:25 #5 DONE 0.2s 05:07:25 05:07:25 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 05:07:25 #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 2.10MB / 3.63MB 0.2s 05:07:25 #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done 05:07:25 #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done 05:07:25 #4 sha256:c451b95d79318bfd8953a1c9820732ea4e6327fc33c477d42b42d627f68681ad 440B / 440B 0.2s done 05:07:25 #4 sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 0B / 2.38MB 0.2s 05:07:25 #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.3s done 05:07:25 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 4.19MB / 74.06MB 0.3s 05:07:25 #4 sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 2.38MB / 2.38MB 0.3s 05:07:25 #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 05:07:25 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 0B / 103.05MB 0.3s 05:07:26 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 10.49MB / 74.06MB 0.4s 05:07:26 #4 sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 2.38MB / 2.38MB 0.3s done 05:07:26 #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done 05:07:26 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 6.29MB / 103.05MB 0.4s 05:07:26 #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 1.05MB / 13.29MB 0.4s 05:07:26 #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 05:07:26 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 25.17MB / 74.06MB 0.6s 05:07:26 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 22.02MB / 103.05MB 0.6s 05:07:26 #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 9.44MB / 13.29MB 0.6s 05:07:26 #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.1s done 05:07:26 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 46.14MB / 74.06MB 0.8s 05:07:26 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 46.14MB / 103.05MB 0.8s 05:07:26 #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 13.29MB / 13.29MB 0.7s done 05:07:26 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 62.91MB / 74.06MB 0.9s 05:07:26 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 65.01MB / 103.05MB 0.9s 05:07:26 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 1.1s 05:07:26 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 98.57MB / 103.05MB 1.1s 05:07:27 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 1.6s done 05:07:27 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 103.05MB / 103.05MB 1.6s done 05:07:27 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 0.1s 05:07:32 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 4.2s done 05:07:32 #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 05:07:32 #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done 05:07:32 #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done 05:07:32 #4 extracting sha256:c451b95d79318bfd8953a1c9820732ea4e6327fc33c477d42b42d627f68681ad done 05:07:32 #4 extracting sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 05:07:32 #4 extracting sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 0.0s done 05:07:32 #4 extracting sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 0.1s 05:07:35 #4 extracting sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 2.3s done 05:07:35 #4 extracting sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 0.1s 05:07:35 #4 extracting sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 0.5s done 05:07:35 #4 DONE 9.8s 05:07:35 05:07:35 #6 [builder 2/7] RUN apk add --update --no-cache make git 05:07:35 #6 0.191 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:07:38 #6 2.890 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:07:38 Still waiting to schedule task 05:07:38 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 05:07:38 #6 3.249 OK: 248 MiB in 58 packages 05:07:41 #6 DONE 6.0s 05:07:41 05:07:41 #7 [builder 3/7] WORKDIR /app 05:07:41 #7 DONE 0.0s 05:07:41 05:07:41 #8 [builder 4/7] COPY go.mod vendor* ./ 05:07:41 #8 DONE 0.0s 05:07:41 05:07:41 #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:08:20 #9 DONE 37.2s 05:08:20 05:08:20 #10 [builder 6/7] COPY . . 05:08:20 #10 DONE 0.1s 05:08:20 05:08:20 #11 [builder 7/7] RUN echo noop 05:08:20 #11 0.233 noop 05:08:20 #11 DONE 0.3s 05:08:20 05:08:20 #12 exporting to image 05:08:20 #12 exporting layers 05:08:26 #12 exporting layers 7.7s done 05:08:26 #12 writing image sha256:efa3fe25146dfb3ac0803faa492fcfa623b737040278474650d75620c55117ee done 05:08:26 #12 naming to docker.io/library/ci-base-image-x86_64 done 05:08:26 #12 DONE 7.7s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:08:26 + docker inspect -f . ci-base-image-x86_64 05:08:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:08:26 prd-ubuntu20.04-docker-8c-8g-7677 does not seem to be running inside a container 05:08:27 $ 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 05:08:27 $ docker top ace540e4814a4a2ef662f63dfa24ca621b1ceeae88a0df9c34991aa23c69976a -eo pid,comm [Pipeline] { [Pipeline] sh 05:08:27 + go version 05:08:27 go version go1.23.9 linux/amd64 [Pipeline] } 05:08:28 $ docker stop --time=1 ace540e4814a4a2ef662f63dfa24ca621b1ceeae88a0df9c34991aa23c69976a 05:08:29 $ docker rm -f --volumes ace540e4814a4a2ef662f63dfa24ca621b1ceeae88a0df9c34991aa23c69976a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:08:29 + docker inspect -f . ci-base-image-x86_64 05:08:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:08:29 prd-ubuntu20.04-docker-8c-8g-7677 does not seem to be running inside a container 05:08:29 $ 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 05:08:30 $ docker top 5715dc4b3cfcf19a6826ae55c5d716dece6cab625c42124a549e749bacf2ded6 -eo pid,comm [Pipeline] { [Pipeline] sh 05:08:29 + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh 05:08:30 + make test 05:08:30 go test -race -coverprofile=coverage.out ./... 05:09:04 github.com/edgexfoundry/app-service-configurable coverage: 0.0% of statements 05:09:14 Running on prd-ubuntu20.04-docker-arm64-4c-16g-7680 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws 05:09:14 Running in /w/workspace/app-service-configurable/279 [Pipeline] { [Pipeline] checkout 05:09:17 The recommended git tool is: git 05:09:22 using credential edgex-jenkins-ssh 05:09:22 Cloning the remote Git repository 05:09:22 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 05:09:22 > git init /w/workspace/app-service-configurable/279 # timeout=10 05:09:22 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 05:09:22 > git --version # timeout=10 05:09:22 > git --version # 'git version 2.25.1' 05:09:22 using GIT_SSH to set credentials SSH Credentials for GitHub 05:09:22 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:09:25 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 05:09:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:09:26 Avoid second fetch 05:09:26 Checking out Revision f6ce5080970ad21e992ba27979a78c03c238e882 (main) 05:09:27 Commit message: "Merge pull request #737 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v4-4.1.0-dev.27" 05:09:26 > git config core.sparsecheckout # timeout=10 05:09:26 > git checkout -f f6ce5080970ad21e992ba27979a78c03c238e882 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:09:31 provisioning config files... 05:09:31 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/279@tmp/config18205997306887992504tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:09:32 ---> ****-login.sh 05:09:32 nexus3.edgexfoundry.org:10001 05:09:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:09:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:09:32 Configure a credential helper to remove this warning. See 05:09:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:09:32 05:09:32 Login Succeeded 05:09:32 nexus3.edgexfoundry.org:10002 05:09:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:09:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:09:33 Configure a credential helper to remove this warning. See 05:09:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:09:33 05:09:33 Login Succeeded 05:09:33 nexus3.edgexfoundry.org:10003 05:09:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:09:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:09:33 Configure a credential helper to remove this warning. See 05:09:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:09:33 05:09:33 Login Succeeded 05:09:33 nexus3.edgexfoundry.org:10004 05:09:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:09:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:09:33 Configure a credential helper to remove this warning. See 05:09:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:09:33 05:09:33 Login Succeeded 05:09:33 ****.io 05:09:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:09:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:09:34 Configure a credential helper to remove this warning. See 05:09:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:09:34 05:09:34 Login Succeeded 05:09:34 ---> ****-login.sh ends [Pipeline] } 05:09:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:09:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 05:09:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 05:09:34 ========================================================= 05:09:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 05:09:34 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:35 + 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 . 05:09:35 Sending build context to Docker daemon 224.3kB 05:09:35 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 05:09:35 Step 2/12 : FROM ${BASE} AS builder 05:09:35 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:09:35 94e9d8af2201: Pulling fs layer 05:09:35 a6c56e8762df: Pulling fs layer 05:09:35 f0f3c8884826: Pulling fs layer 05:09:35 c7e7622c144d: Pulling fs layer 05:09:35 4f4fb700ef54: Pulling fs layer 05:09:35 b4c3b6d88c5a: Pulling fs layer 05:09:35 ba8bce9d2590: Pulling fs layer 05:09:35 ca778ea9c289: Pulling fs layer 05:09:35 4f4fb700ef54: Waiting 05:09:35 b4c3b6d88c5a: Waiting 05:09:35 ba8bce9d2590: Waiting 05:09:35 ca778ea9c289: Waiting 05:09:35 c7e7622c144d: Waiting 05:09:35 a6c56e8762df: Verifying Checksum 05:09:35 a6c56e8762df: Download complete 05:09:35 94e9d8af2201: Verifying Checksum 05:09:35 94e9d8af2201: Download complete 05:09:35 c7e7622c144d: Download complete 05:09:35 4f4fb700ef54: Verifying Checksum 05:09:35 4f4fb700ef54: Download complete 05:09:35 b4c3b6d88c5a: Verifying Checksum 05:09:35 b4c3b6d88c5a: Download complete 05:09:36 ca778ea9c289: Verifying Checksum 05:09:36 ca778ea9c289: Download complete 05:09:36 94e9d8af2201: Pull complete 05:09:37 a6c56e8762df: Pull complete 05:09:37 f0f3c8884826: Verifying Checksum 05:09:37 f0f3c8884826: Download complete 05:09:38 ba8bce9d2590: Verifying Checksum 05:09:38 ba8bce9d2590: Download complete 05:09:41 go vet ./... 05:09:44 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:09:44 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:09:44 ./bin/test-attribution-txt.sh 05:09:44 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 05:09:44 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add 05:09:44 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 05:09:44 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 05:09:44 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add 05:09:44 An attribution for go.opentelemetry.io/auto/sdk is missing from Attribution.txt, please add [Pipeline] echo 05:09:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 05:09:44 $ docker stop --time=1 5715dc4b3cfcf19a6826ae55c5d716dece6cab625c42124a549e749bacf2ded6 05:09:46 $ docker rm -f --volumes 5715dc4b3cfcf19a6826ae55c5d716dece6cab625c42124a549e749bacf2ded6 [Pipeline] // withDockerContainer [Pipeline] sh 05:09:47 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:09:47 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 05:09:47 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:09:47 + ls -al . 05:09:47 total 248 05:09:47 drwxrwxr-x 7 jenkins jenkins 4096 Aug 27 05:08 . 05:09:47 drwxrwxr-x 4 jenkins jenkins 4096 Aug 27 05:06 .. 05:09:47 -rw-rw-r-- 1 jenkins jenkins 119 Aug 27 05:06 .dockerignore 05:09:47 drwxrwxr-x 8 jenkins jenkins 4096 Aug 27 05:09 .git 05:09:47 drwxrwxr-x 3 jenkins jenkins 4096 Aug 27 05:06 .github 05:09:47 -rw-rw-r-- 1 jenkins jenkins 108 Aug 27 05:06 .gitignore 05:09:47 -rw-rw-r-- 1 jenkins jenkins 41 Aug 27 05:06 .golangci.yml 05:09:47 drwxr-xr-x 3 jenkins jenkins 4096 Aug 27 05:07 .semver 05:09:47 -rw-rw-r-- 1 jenkins jenkins 16550 Aug 27 05:06 Attribution.txt 05:09:47 -rw-rw-r-- 1 jenkins jenkins 39309 Aug 27 05:06 CHANGELOG.md 05:09:47 -rw-rw-r-- 1 jenkins jenkins 2008 Aug 27 05:06 Dockerfile 05:09:47 -rw-rw-r-- 1 jenkins jenkins 677 Aug 27 05:06 GOVERNANCE.md 05:09:47 -rw-rw-r-- 1 jenkins jenkins 666 Aug 27 05:06 Jenkinsfile 05:09:47 -rw-rw-r-- 1 jenkins jenkins 10174 Aug 27 05:06 LICENSE 05:09:47 -rw-rw-r-- 1 jenkins jenkins 618 Aug 27 05:06 OWNERS.md 05:09:47 -rw-rw-r-- 1 jenkins jenkins 4952 Aug 27 05:06 README.md 05:09:47 -rw-rw-r-- 1 jenkins jenkins 11 Aug 27 05:07 VERSION 05:09:47 drwxrwxr-x 2 jenkins jenkins 4096 Aug 27 05:06 bin 05:09:47 -rw-r--r-- 1 jenkins jenkins 953 Aug 27 05:09 coverage.out 05:09:47 -rw-rw-r-- 1 jenkins jenkins 6577 Aug 27 05:06 go.mod 05:09:47 -rw-rw-r-- 1 jenkins jenkins 88385 Aug 27 05:06 go.sum 05:09:47 -rw-rw-r-- 1 jenkins jenkins 1937 Aug 27 05:06 main.go 05:09:47 -rw-rw-r-- 1 jenkins jenkins 3362 Aug 27 05:06 makefile 05:09:47 drwxrwxr-x 9 jenkins jenkins 4096 Aug 27 05:06 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:48 + docker build -t app-service-configurable -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=f6ce5080970ad21e992ba27979a78c03c238e882 --label arch=amd64 --label version=4.1.0-dev.6 . 05:09:48 #0 building with "default" instance using docker driver 05:09:48 05:09:48 #1 [internal] load build definition from Dockerfile 05:09:48 #1 transferring dockerfile: 2.05kB done 05:09:48 #1 WARN: UndefinedVar: Usage of undefined variable '$VERSION' (line 40) 05:09:48 #1 DONE 0.0s 05:09:48 05:09:48 #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:09:48 #2 DONE 0.0s 05:09:48 05:09:48 #3 [internal] load metadata for docker.io/library/alpine:3.20 05:09:48 #3 DONE 0.1s 05:09:48 05:09:48 #4 [internal] load .dockerignore 05:09:48 #4 transferring context: 159B done 05:09:48 #4 DONE 0.0s 05:09:48 05:09:48 #5 [internal] load build context 05:09:48 #5 transferring context: 4.84kB done 05:09:48 #5 DONE 0.0s 05:09:48 05:09:48 #6 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 05:09:48 #6 DONE 0.1s 05:09:48 05:09:48 #7 [stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 05:09:48 #7 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 05:09:48 #7 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 05:09:48 #7 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 05:09:48 #7 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 05:09:48 #7 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s 05:09:48 #7 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 05:09:48 #7 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.1s done 05:09:48 #7 DONE 0.3s 05:09:48 05:09:48 #8 [builder 2/7] RUN apk add --update --no-cache make git 05:09:48 #8 0.223 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:09:48 #8 0.381 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:09:49 #8 0.741 OK: 248 MiB in 58 packages 05:09:49 #8 DONE 0.9s 05:09:49 05:09:49 #9 [builder 3/7] WORKDIR /app 05:09:49 #9 DONE 0.1s 05:09:49 05:09:49 #10 [builder 4/7] COPY go.mod vendor* ./ 05:09:49 #10 DONE 0.0s 05:09:49 05:09:49 #11 [stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 05:09:49 #11 0.213 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:09:49 #11 0.299 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:09:49 #11 0.608 (1/2) Installing ca-certificates (20250619-r0) 05:09:49 #11 0.629 (2/2) Installing dumb-init (1.2.5-r3) 05:09:49 #11 0.632 Executing busybox-1.36.1-r29.trigger 05:09:49 #11 0.651 Executing ca-certificates-20250619-r0.trigger 05:09:49 #11 0.696 OK: 8 MiB in 16 packages 05:09:49 #11 DONE 0.8s 05:09:49 05:09:49 #12 [stage-1 3/7] RUN apk --no-cache upgrade 05:09:49 #12 0.322 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:09:50 #12 0.407 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:09:50 #12 ... 05:09:50 05:09:50 #13 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:09:50 #13 DONE 0.6s 05:09:50 05:09:50 #12 [stage-1 3/7] RUN apk --no-cache upgrade 05:09:50 #12 0.699 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 05:09:50 #12 0.713 Executing busybox-1.36.1-r30.post-upgrade 05:09:50 #12 0.747 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 05:09:50 #12 0.752 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 05:09:50 #12 0.759 Executing busybox-1.36.1-r30.trigger 05:09:50 #12 0.763 OK: 8 MiB in 16 packages 05:09:50 #12 DONE 0.9s 05:09:50 05:09:50 #14 [builder 6/7] COPY . . 05:09:50 #14 DONE 0.2s 05:09:50 05:09:50 #15 [builder 7/7] RUN make build 05:09:50 #15 0.276 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.SDKVersion=4.1.0-dev.27 -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.ApplicationVersion=4.1.0-dev.6 -bindnow" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 05:09:53 f0f3c8884826: Pull complete 05:09:53 c7e7622c144d: Pull complete 05:09:53 4f4fb700ef54: Pull complete 05:09:53 b4c3b6d88c5a: Pull complete 05:10:00 ba8bce9d2590: Pull complete 05:10:03 ca778ea9c289: Pull complete 05:10:03 Digest: sha256:c70c257f76c0e97c87bd0187f74242a809c0afac30c2d5f44320df1de5715b93 05:10:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 05:10:03 ---> 47b25d7523d1 05:10:03 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 05:10:04 ---> Running in ef288030e434 05:10:04 Removing intermediate container ef288030e434 05:10:04 ---> bc47ec2dc30f 05:10:04 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 05:10:05 ---> Running in 9fbb096c058e 05:10:05 Removing intermediate container 9fbb096c058e 05:10:05 ---> 90ca3cefa083 05:10:05 Step 5/12 : ARG ADD_BUILD_TAGS="" 05:10:05 ---> Running in 2c358b73ac5a 05:10:06 Removing intermediate container 2c358b73ac5a 05:10:06 ---> c6a96327ba7e 05:10:06 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:10:06 ---> Running in 56049c4b1ac0 05:10:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:10:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:10:09 OK: 239 MiB in 58 packages 05:10:10 Removing intermediate container 56049c4b1ac0 05:10:10 ---> e7684e395e5d 05:10:10 Step 7/12 : WORKDIR /app 05:10:10 ---> Running in c608e80bd179 05:10:10 Removing intermediate container c608e80bd179 05:10:10 ---> 7d0827aecb89 05:10:10 Step 8/12 : COPY go.mod vendor* ./ 05:10:11 ---> 6c2defefe5ac 05:10:11 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:10:11 ---> Running in a681555bdbc3 05:10:17 #15 DONE 26.6s 05:10:17 05:10:17 #16 [stage-1 4/7] COPY --from=builder /app/Attribution.txt /Attribution.txt 05:10:17 #16 DONE 0.0s 05:10:17 05:10:17 #17 [stage-1 5/7] COPY --from=builder /app/LICENSE /LICENSE 05:10:17 #17 DONE 0.0s 05:10:17 05:10:17 #18 [stage-1 6/7] COPY --from=builder /app/res/ /res/ 05:10:17 #18 DONE 0.0s 05:10:17 05:10:17 #19 [stage-1 7/7] COPY --from=builder /app/app-service-configurable /app-service-configurable 05:10:17 #19 DONE 0.1s 05:10:17 05:10:17 #20 exporting to image 05:10:17 #20 exporting layers 05:10:17 #20 exporting layers 0.2s done 05:10:17 #20 writing image sha256:73ce16c128b63237a475cc6c3052ec39dadb876a4a99b77fbff24a4c1fc5b897 done 05:10:17 #20 naming to docker.io/library/app-service-configurable done 05:10:17 #20 DONE 0.2s 05:10:17 05:10:17 1 warning found (use docker --debug to expand): 05:10:17  - 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 05:10:18 provisioning config files... 05:10:18 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3528976412384573340tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:10:18 ---> ****-login.sh 05:10:18 nexus3.edgexfoundry.org:10001 05:10:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:10:18 Login Succeeded 05:10:18 nexus3.edgexfoundry.org:10002 05:10:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:10:18 Login Succeeded 05:10:18 nexus3.edgexfoundry.org:10003 05:10:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:10:18 Login Succeeded 05:10:18 nexus3.edgexfoundry.org:10004 05:10:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:10:18 Login Succeeded 05:10:18 ****.io 05:10:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:10:18 Login Succeeded 05:10:18 ---> ****-login.sh ends [Pipeline] } 05:10:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:10:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 05:10:18 [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: 05:10:18 f6ce5080970ad21e992ba27979a78c03c238e882 05:10:18 latest 05:10:18 4.1.0-dev.6 05:10:18 f6ce5080970ad21e992ba27979a78c03c238e882-4.1.0-dev.6 05:10:18 main 05:10:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:19 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:19 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882 05:10:19 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 05:10:19 fcb61f0b072e: Preparing 05:10:19 cb57feda3dda: Preparing 05:10:19 3aabd2e655c1: Preparing 05:10:19 9e6f2b817bb1: Preparing 05:10:19 eeb34f39e655: Preparing 05:10:19 c9bc0788f9c2: Preparing 05:10:19 097100c76c15: Preparing 05:10:19 c9bc0788f9c2: Waiting 05:10:19 097100c76c15: Waiting 05:10:19 cb57feda3dda: Pushed 05:10:19 9e6f2b817bb1: Pushed 05:10:19 3aabd2e655c1: Pushed 05:10:19 097100c76c15: Layer already exists 05:10:19 eeb34f39e655: Pushed 05:10:19 c9bc0788f9c2: Pushed 05:10:25 fcb61f0b072e: Pushed 05:10:25 f6ce5080970ad21e992ba27979a78c03c238e882: digest: sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:25 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:26 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest 05:10:26 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 05:10:26 fcb61f0b072e: Preparing 05:10:26 cb57feda3dda: Preparing 05:10:26 3aabd2e655c1: Preparing 05:10:26 9e6f2b817bb1: Preparing 05:10:26 eeb34f39e655: Preparing 05:10:26 c9bc0788f9c2: Preparing 05:10:26 097100c76c15: Preparing 05:10:26 c9bc0788f9c2: Waiting 05:10:26 097100c76c15: Waiting 05:10:26 3aabd2e655c1: Layer already exists 05:10:26 cb57feda3dda: Layer already exists 05:10:26 fcb61f0b072e: Layer already exists 05:10:26 9e6f2b817bb1: Layer already exists 05:10:26 eeb34f39e655: Layer already exists 05:10:26 c9bc0788f9c2: Layer already exists 05:10:26 097100c76c15: Layer already exists 05:10:26 latest: digest: sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:26 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:26 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.6 05:10:26 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 05:10:26 fcb61f0b072e: Preparing 05:10:26 cb57feda3dda: Preparing 05:10:26 3aabd2e655c1: Preparing 05:10:26 9e6f2b817bb1: Preparing 05:10:26 eeb34f39e655: Preparing 05:10:26 c9bc0788f9c2: Preparing 05:10:26 097100c76c15: Preparing 05:10:26 c9bc0788f9c2: Waiting 05:10:26 097100c76c15: Waiting 05:10:26 3aabd2e655c1: Layer already exists 05:10:26 fcb61f0b072e: Layer already exists 05:10:26 9e6f2b817bb1: Layer already exists 05:10:26 eeb34f39e655: Layer already exists 05:10:26 cb57feda3dda: Layer already exists 05:10:26 097100c76c15: Layer already exists 05:10:26 c9bc0788f9c2: Layer already exists 05:10:26 4.1.0-dev.6: digest: sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:27 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882-4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:27 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882-4.1.0-dev.6 05:10:27 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 05:10:27 fcb61f0b072e: Preparing 05:10:27 cb57feda3dda: Preparing 05:10:27 3aabd2e655c1: Preparing 05:10:27 9e6f2b817bb1: Preparing 05:10:27 eeb34f39e655: Preparing 05:10:27 c9bc0788f9c2: Preparing 05:10:27 097100c76c15: Preparing 05:10:27 c9bc0788f9c2: Waiting 05:10:27 097100c76c15: Waiting 05:10:27 3aabd2e655c1: Layer already exists 05:10:27 eeb34f39e655: Layer already exists 05:10:27 fcb61f0b072e: Layer already exists 05:10:27 cb57feda3dda: Layer already exists 05:10:27 9e6f2b817bb1: Layer already exists 05:10:27 c9bc0788f9c2: Layer already exists 05:10:27 097100c76c15: Layer already exists 05:10:27 f6ce5080970ad21e992ba27979a78c03c238e882-4.1.0-dev.6: digest: sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:27 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:28 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main 05:10:28 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 05:10:28 fcb61f0b072e: Preparing 05:10:28 cb57feda3dda: Preparing 05:10:28 3aabd2e655c1: Preparing 05:10:28 9e6f2b817bb1: Preparing 05:10:28 eeb34f39e655: Preparing 05:10:28 c9bc0788f9c2: Preparing 05:10:28 097100c76c15: Preparing 05:10:28 097100c76c15: Waiting 05:10:28 c9bc0788f9c2: Waiting 05:10:28 fcb61f0b072e: Layer already exists 05:10:28 cb57feda3dda: Layer already exists 05:10:28 3aabd2e655c1: Layer already exists 05:10:28 9e6f2b817bb1: Layer already exists 05:10:28 eeb34f39e655: Layer already exists 05:10:28 c9bc0788f9c2: Layer already exists 05:10:28 097100c76c15: Layer already exists 05:10:34 main: digest: sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:10:34 ===================================================== [Pipeline] echo 05:10:34 taggedImages: 05:10:34 - nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882 05:10:34 - nexus3.edgexfoundry.org:10004/app-service-configurable:latest 05:10:34 - nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.6 05:10:34 - nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882-4.1.0-dev.6 05:10:34 - nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] echo 05:10:34 ========================================================= 05:10:34 [edgeXBuildMultiArch] RAW Config: 05:10:34 images: 05:10:34 - nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882 05:10:34 - nexus3.edgexfoundry.org:10004/app-service-configurable:latest 05:10:34 - nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.6 05:10:34 - nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882-4.1.0-dev.6 05:10:34 - nexus3.edgexfoundry.org:10004/app-service-configurable:main 05:10:34 settingsFile: 05:10:34 app-service-configurable-settings 05:10:34 ========================================================= [Pipeline] node 05:10:49 Still waiting to schedule task 05:10:49 All nodes of label ‘centos7-docker-4c-2g’ are offline 05:12:02 Removing intermediate container a681555bdbc3 05:12:02 ---> 7d3a3da51692 05:12:02 Step 10/12 : COPY . . 05:12:02 ---> 4a53236be47d 05:12:02 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 05:12:02 ---> Running in a9b3e380dc09 05:12:02 Removing intermediate container a9b3e380dc09 05:12:02 ---> a8b321d3c98b 05:12:02 Step 12/12 : RUN $MAKE 05:12:02 ---> Running in 3c97791142aa 05:12:02 noop 05:12:02 Removing intermediate container 3c97791142aa 05:12:02 ---> 3c51fd773ca2 05:12:02 Successfully built 3c51fd773ca2 05:12:02 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:03 + docker inspect -f . ci-base-image-arm64 05:12:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:12:03 prd-ubuntu20.04-docker-arm64-4c-16g-7680 does not seem to be running inside a container 05:12:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/279 -v /w/workspace/app-service-configurable/279:/w/workspace/app-service-configurable/279:rw,z -v /w/workspace/app-service-configurable/279@tmp:/w/workspace/app-service-configurable/279@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:12:04 $ docker top 364c8781cf7847c01a5211976af0d9aa1fae29f20c7821f7538cdb796d3690d2 -eo pid,comm [Pipeline] { [Pipeline] sh 05:12:05 + go version 05:12:05 go version go1.23.9 linux/arm64 [Pipeline] } 05:12:05 $ docker stop --time=1 364c8781cf7847c01a5211976af0d9aa1fae29f20c7821f7538cdb796d3690d2 05:12:07 $ docker rm -f --volumes 364c8781cf7847c01a5211976af0d9aa1fae29f20c7821f7538cdb796d3690d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:07 + docker inspect -f . ci-base-image-arm64 05:12:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:12:08 prd-ubuntu20.04-docker-arm64-4c-16g-7680 does not seem to be running inside a container 05:12:08 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-service-configurable/279 -v /w/workspace/app-service-configurable/279:/w/workspace/app-service-configurable/279:rw,z -v /w/workspace/app-service-configurable/279@tmp:/w/workspace/app-service-configurable/279@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:12:09 $ docker top 1d22d7139c46be1f0f2a0e24d64401ab5f3b8be39d6d8bdfc348eb6fe71db4ac -eo pid,comm [Pipeline] { [Pipeline] sh 05:12:09 + git config --global --add safe.directory /w/workspace/app-service-configurable/279 [Pipeline] fileExists [Pipeline] sh 05:12:09 + make test 05:12:09 go test -race -coverprofile=coverage.out ./... 05:12:33 Running on prd-centos7-docker-4c-2g-7683 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:12:33 provisioning config files... 05:12:33 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config14791560184249306310tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:12:39 ---> ****-login.sh 05:12:39 nexus3.edgexfoundry.org:10001 05:12:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:12:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:12:39 Configure a credential helper to remove this warning. See 05:12:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:12:39 05:12:39 Login Succeeded 05:12:39 nexus3.edgexfoundry.org:10002 05:12:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:12:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:12:39 Configure a credential helper to remove this warning. See 05:12:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:12:39 05:12:39 Login Succeeded 05:12:39 nexus3.edgexfoundry.org:10003 05:12:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:12:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:12:39 Configure a credential helper to remove this warning. See 05:12:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:12:39 05:12:39 Login Succeeded 05:12:39 nexus3.edgexfoundry.org:10004 05:12:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:12:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:12:39 Configure a credential helper to remove this warning. See 05:12:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:12:39 05:12:39 Login Succeeded 05:12:39 ****.io 05:12:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:12:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:12:39 Configure a credential helper to remove this warning. See 05:12:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:12:39 05:12:39 Login Succeeded 05:12:39 ---> ****-login.sh ends [Pipeline] } 05:12:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:12:40 + docker buildx ls 05:12:40 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 05:12:40 default * docker 05:12:40 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 05:12:40 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 05:12:40 edgex-builder [Pipeline] sh 05:12:41 + docker buildx inspect --bootstrap 05:12:41 #1 [internal] booting buildkit 05:12:41 #1 pulling image moby/buildkit:buildx-stable-1 05:12:44 #1 pulling image moby/buildkit:buildx-stable-1 3.2s done 05:12:44 #1 creating container buildx_buildkit_edgex-builder0 05:12:46 #1 creating container buildx_buildkit_edgex-builder0 2.4s done 05:12:46 #1 DONE 5.6s 05:12:46 Name: edgex-builder 05:12:46 Driver: docker-container 05:12:46 05:12:46 Nodes: 05:12:46 Name: edgex-builder0 05:12:46 Endpoint: unix:///var/run/docker.sock 05:12:46 Status: running 05:12:46 Buildkit: v0.23.2 05:12:46 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 05:12:46 + docker buildx ls 05:12:46 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 05:12:46 edgex-builder * docker-container 05:12:46 edgex-builder0 unix:///var/run/docker.sock running v0.23.2 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 05:12:46 default docker 05:12:46 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 05:12:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882' 05:12:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882 --push - 05:12:47 #1 [internal] load build definition from Dockerfile 05:12:47 #1 transferring dockerfile: 209B done 05:12:47 #1 DONE 0.0s 05:12:47 05:12:47 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882 05:12:47 #2 DONE 0.1s 05:12:47 05:12:47 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882 05:12:47 #3 DONE 0.1s 05:12:47 05:12:47 #4 [internal] load .dockerignore 05:12:47 #4 transferring context: 2B done 05:12:47 #4 DONE 0.0s 05:12:47 05:12:47 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882@sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 05:12:47 #5 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882@sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 0.0s done 05:12:47 #5 DONE 0.0s 05:12:47 05:12:47 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882@sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 05:12:47 #6 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882@sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 0.0s done 05:12:47 #6 DONE 0.1s 05:12:47 05:12:47 #7 [auth] app-service-configurable:pull,push token for nexus3.edgexfoundry.org:10004 05:12:47 #7 DONE 0.0s 05:12:47 05:12:47 #8 exporting to image 05:12:47 #8 exporting layers done 05:12:47 #8 exporting manifest sha256:ec5f195035b190583cea355f9eb9ab84140d2658808ddf36535b99f1a51dcefd done 05:12:47 #8 exporting config sha256:73ce16c128b63237a475cc6c3052ec39dadb876a4a99b77fbff24a4c1fc5b897 done 05:12:47 #8 exporting manifest sha256:300de13d3e688819d462fa30d6d812ac475a55acf23a9cb18c29d6d3913f7bd4 done 05:12:47 #8 exporting config sha256:6d15e4bdb9fdd3005a1e87f9adf012dbff00b24712ba461857b237ab9639801a done 05:12:47 #8 exporting manifest list sha256:978eb4f1b4e048e2906b0bcafa8782952a2240e9d62e436d50f531d4b84e8e09 done 05:12:47 #8 pushing layers 0.1s done 05:12:47 #8 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882@sha256:978eb4f1b4e048e2906b0bcafa8782952a2240e9d62e436d50f531d4b84e8e09 05:12:47 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:12:47 #8 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882@sha256:978eb4f1b4e048e2906b0bcafa8782952a2240e9d62e436d50f531d4b84e8e09 0.1s done 05:12:47 #8 DONE 0.2s 05:12:47 05:12:47 1 warning found (use --debug to expand): 05:12:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:12:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-service-configurable:latest' 05:12:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-service-configurable:latest --push - 05:12:47 #1 [internal] load build definition from Dockerfile 05:12:47 #1 transferring dockerfile: 175B done 05:12:47 #1 DONE 0.0s 05:12:47 05:12:47 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:latest 05:12:47 #2 DONE 0.0s 05:12:47 05:12:47 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:latest 05:12:47 #3 DONE 0.0s 05:12:47 05:12:47 #4 [internal] load .dockerignore 05:12:47 #4 transferring context: 2B done 05:12:47 #4 DONE 0.0s 05:12:47 05:12:47 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 05:12:47 #5 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 0.0s done 05:12:47 #5 CACHED 05:12:47 05:12:47 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 05:12:47 #6 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 0.0s done 05:12:47 #6 CACHED 05:12:47 05:12:47 #7 exporting to image 05:12:47 #7 exporting layers 05:12:47 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:12:48 #7 exporting layers done 05:12:48 #7 exporting manifest sha256:ec5f195035b190583cea355f9eb9ab84140d2658808ddf36535b99f1a51dcefd done 05:12:48 #7 exporting config sha256:73ce16c128b63237a475cc6c3052ec39dadb876a4a99b77fbff24a4c1fc5b897 done 05:12:48 #7 exporting manifest sha256:300de13d3e688819d462fa30d6d812ac475a55acf23a9cb18c29d6d3913f7bd4 done 05:12:48 #7 exporting config sha256:6d15e4bdb9fdd3005a1e87f9adf012dbff00b24712ba461857b237ab9639801a done 05:12:48 #7 exporting manifest list sha256:978eb4f1b4e048e2906b0bcafa8782952a2240e9d62e436d50f531d4b84e8e09 done 05:12:48 #7 pushing layers 0.0s done 05:12:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:978eb4f1b4e048e2906b0bcafa8782952a2240e9d62e436d50f531d4b84e8e09 0.1s done 05:12:48 #7 DONE 0.1s 05:12:48 05:12:48 #8 [auth] app-service-configurable:pull,push token for nexus3.edgexfoundry.org:10004 05:12:48 #8 DONE 0.0s 05:12:48 05:12:48 1 warning found (use --debug to expand): 05:12:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:12:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.6' 05:12:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.6 --push - 05:12:48 #1 [internal] load build definition from Dockerfile 05:12:48 #1 transferring dockerfile: 180B done 05:12:48 #1 DONE 0.0s 05:12:48 05:12:48 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.6 05:12:48 #2 DONE 0.0s 05:12:48 05:12:48 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.6 05:12:48 #3 DONE 0.0s 05:12:48 05:12:48 #4 [internal] load .dockerignore 05:12:48 #4 transferring context: 2B done 05:12:48 #4 DONE 0.0s 05:12:48 05:12:48 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.6@sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 05:12:48 #5 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.6@sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 done 05:12:48 #5 CACHED 05:12:48 05:12:48 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.6@sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 05:12:48 #6 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.6@sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 done 05:12:48 #6 CACHED 05:12:48 05:12:48 #7 exporting to image 05:12:48 #7 exporting layers done 05:12:48 #7 exporting manifest sha256:ec5f195035b190583cea355f9eb9ab84140d2658808ddf36535b99f1a51dcefd done 05:12:48 #7 exporting config sha256:73ce16c128b63237a475cc6c3052ec39dadb876a4a99b77fbff24a4c1fc5b897 done 05:12:48 #7 exporting manifest sha256:300de13d3e688819d462fa30d6d812ac475a55acf23a9cb18c29d6d3913f7bd4 done 05:12:48 #7 exporting config sha256:6d15e4bdb9fdd3005a1e87f9adf012dbff00b24712ba461857b237ab9639801a done 05:12:48 #7 exporting manifest list sha256:978eb4f1b4e048e2906b0bcafa8782952a2240e9d62e436d50f531d4b84e8e09 done 05:12:48 #7 pushing layers 0.0s done 05:12:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.6@sha256:978eb4f1b4e048e2906b0bcafa8782952a2240e9d62e436d50f531d4b84e8e09 05:12:48 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:12:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.6@sha256:978eb4f1b4e048e2906b0bcafa8782952a2240e9d62e436d50f531d4b84e8e09 0.1s done 05:12:48 #7 DONE 0.1s 05:12:48 05:12:48 #8 [auth] app-service-configurable:pull,push token for nexus3.edgexfoundry.org:10004 05:12:48 #8 DONE 0.0s 05:12:48 05:12:48 1 warning found (use --debug to expand): 05:12:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:12:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882-4.1.0-dev.6' 05:12:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882-4.1.0-dev.6 --push - 05:12:48 #1 [internal] load build definition from Dockerfile 05:12:48 #1 transferring dockerfile: 221B done 05:12:48 #1 DONE 0.0s 05:12:48 05:12:48 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882-4.1.0-dev.6 05:12:48 #2 DONE 0.0s 05:12:48 05:12:48 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882-4.1.0-dev.6 05:12:48 #3 DONE 0.0s 05:12:48 05:12:48 #4 [internal] load .dockerignore 05:12:48 #4 transferring context: 2B done 05:12:48 #4 DONE 0.0s 05:12:48 05:12:48 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882-4.1.0-dev.6@sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 05:12:48 #5 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882-4.1.0-dev.6@sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 0.0s done 05:12:48 #5 CACHED 05:12:48 05:12:48 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882-4.1.0-dev.6@sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 05:12:48 #6 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882-4.1.0-dev.6@sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 0.0s done 05:12:48 #6 CACHED 05:12:48 05:12:48 #7 exporting to image 05:12:48 #7 exporting layers done 05:12:48 #7 exporting manifest sha256:ec5f195035b190583cea355f9eb9ab84140d2658808ddf36535b99f1a51dcefd done 05:12:48 #7 exporting config sha256:73ce16c128b63237a475cc6c3052ec39dadb876a4a99b77fbff24a4c1fc5b897 done 05:12:48 #7 exporting manifest sha256:300de13d3e688819d462fa30d6d812ac475a55acf23a9cb18c29d6d3913f7bd4 done 05:12:48 #7 exporting config sha256:6d15e4bdb9fdd3005a1e87f9adf012dbff00b24712ba461857b237ab9639801a done 05:12:48 #7 exporting manifest list sha256:978eb4f1b4e048e2906b0bcafa8782952a2240e9d62e436d50f531d4b84e8e09 done 05:12:48 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:12:49 #7 pushing layers 0.0s done 05:12:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:f6ce5080970ad21e992ba27979a78c03c238e882-4.1.0-dev.6@sha256:978eb4f1b4e048e2906b0bcafa8782952a2240e9d62e436d50f531d4b84e8e09 0.1s done 05:12:49 #7 DONE 0.1s 05:12:49 05:12:49 #8 [auth] app-service-configurable:pull,push token for nexus3.edgexfoundry.org:10004 05:12:49 #8 DONE 0.0s 05:12:49 05:12:49 1 warning found (use --debug to expand): 05:12:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:12:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-service-configurable:main' 05:12:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-service-configurable:main --push - 05:12:49 #1 [internal] load build definition from Dockerfile 05:12:49 #1 transferring dockerfile: 173B done 05:12:49 #1 DONE 0.0s 05:12:49 05:12:49 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:main 05:12:49 #2 DONE 0.0s 05:12:49 05:12:49 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:main 05:12:49 #3 DONE 0.0s 05:12:49 05:12:49 #4 [internal] load .dockerignore 05:12:49 #4 transferring context: 2B done 05:12:49 #4 DONE 0.0s 05:12:49 05:12:49 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 05:12:49 #5 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 0.0s done 05:12:49 #5 CACHED 05:12:49 05:12:49 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 05:12:49 #6 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:406f6407f6754d9de7a246f406e3b581ae62850bb093bd84743850999ddfefb7 0.0s done 05:12:49 #6 CACHED 05:12:49 05:12:49 #7 exporting to image 05:12:49 #7 exporting layers done 05:12:49 #7 exporting manifest sha256:ec5f195035b190583cea355f9eb9ab84140d2658808ddf36535b99f1a51dcefd done 05:12:49 #7 exporting config sha256:73ce16c128b63237a475cc6c3052ec39dadb876a4a99b77fbff24a4c1fc5b897 done 05:12:49 #7 exporting manifest sha256:300de13d3e688819d462fa30d6d812ac475a55acf23a9cb18c29d6d3913f7bd4 done 05:12:49 #7 exporting config sha256:6d15e4bdb9fdd3005a1e87f9adf012dbff00b24712ba461857b237ab9639801a done 05:12:49 #7 exporting manifest list sha256:978eb4f1b4e048e2906b0bcafa8782952a2240e9d62e436d50f531d4b84e8e09 done 05:12:49 #7 pushing layers 0.0s done 05:12:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:978eb4f1b4e048e2906b0bcafa8782952a2240e9d62e436d50f531d4b84e8e09 05:12:49 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:12:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:978eb4f1b4e048e2906b0bcafa8782952a2240e9d62e436d50f531d4b84e8e09 0.1s done 05:12:49 #7 DONE 0.1s 05:12:49 05:12:49 #8 [auth] app-service-configurable:pull,push token for nexus3.edgexfoundry.org:10004 05:12:49 #8 DONE 0.0s 05:12:49 05:12:49 1 warning found (use --debug to expand): 05:12:49  - 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 05:12:50 + '[' -d /w/workspace/ry_app-service-configurable_main/archives ']' [Pipeline] libraryResource [Pipeline] sh 05:12:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:12:50 ---> package-listing.sh 05:12:50 ++ facter osfamily 05:12:50 ++ tr '[:upper:]' '[:lower:]' 05:12:51 + OS_FAMILY=redhat 05:12:51 + workspace=/w/workspace/ry_app-service-configurable_main 05:12:51 + START_PACKAGES=/tmp/packages_start.txt 05:12:51 + END_PACKAGES=/tmp/packages_end.txt 05:12:51 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:12:51 + PACKAGES=/tmp/packages_start.txt 05:12:51 + '[' /w/workspace/ry_app-service-configurable_main ']' 05:12:51 + PACKAGES=/tmp/packages_end.txt 05:12:51 + case "${OS_FAMILY}" in 05:12:51 + rpm -qa 05:12:51 + sort 05:12:51 + '[' -f /tmp/packages_start.txt ']' 05:12:51 + '[' -f /tmp/packages_end.txt ']' 05:12:51 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:12:51 + '[' /w/workspace/ry_app-service-configurable_main ']' 05:12:51 + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ 05:12:51 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo 05:12:51 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 05:12:52 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:12:52 05:12:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:12:52 latest: Pulling from edgex-lftools-log-publisher 05:12:52 5eb5b503b376: Pulling fs layer 05:12:52 5c69ac0246d0: Pulling fs layer 05:12:52 ec43610c2a17: Pulling fs layer 05:12:52 3a2ae6a8a46f: Pulling fs layer 05:12:52 33b1e0a273af: Pulling fs layer 05:12:52 5d3b04190fa2: Pulling fs layer 05:12:52 2f39f015ded8: Pulling fs layer 05:12:52 33b1e0a273af: Waiting 05:12:52 5d3b04190fa2: Waiting 05:12:52 2f39f015ded8: Waiting 05:12:52 3a2ae6a8a46f: Waiting 05:12:52 5c69ac0246d0: Verifying Checksum 05:12:52 5c69ac0246d0: Download complete 05:12:52 3a2ae6a8a46f: Verifying Checksum 05:12:52 3a2ae6a8a46f: Download complete 05:12:52 33b1e0a273af: Verifying Checksum 05:12:52 33b1e0a273af: Download complete 05:12:52 ec43610c2a17: Verifying Checksum 05:12:52 ec43610c2a17: Download complete 05:12:52 5d3b04190fa2: Verifying Checksum 05:12:52 5d3b04190fa2: Download complete 05:12:53 5eb5b503b376: Verifying Checksum 05:12:53 5eb5b503b376: Download complete 05:12:53 2f39f015ded8: Verifying Checksum 05:12:53 2f39f015ded8: Download complete 05:12:54 5eb5b503b376: Pull complete 05:12:54 5c69ac0246d0: Pull complete 05:12:54 ec43610c2a17: Pull complete 05:12:55 3a2ae6a8a46f: Pull complete 05:12:55 33b1e0a273af: Pull complete 05:12:55 5d3b04190fa2: Pull complete 05:12:59 2f39f015ded8: Pull complete 05:12:59 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 05:12:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:12:59 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:12:59 prd-centos7-docker-4c-2g-7683 does not seem to be running inside a container 05:12:59 $ 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 05:13:04 $ docker top 64c251988169658c0a04c8934531aba403423047fd2e601404e680940ec3aefd -eo pid,comm [Pipeline] { [Pipeline] sh 05:13:04 + touch /tmp/pre-build-complete [Pipeline] sh 05:13:05 + mkdir -p /var/log/sysstat [Pipeline] sh 05:13:05 + ls /var/log/sa-host 05:13:05 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:13:05 provisioning config files... 05:13:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config1121580631606661577tmp [Pipeline] { [Pipeline] echo 05:13:05 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:13:05 ---> create-netrc.sh [Pipeline] } 05:13:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:13:06 ---> python-tools-install.sh [Pipeline] echo 05:13:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:13:06 ---> sudo-logs.sh 05:13:06 Archiving 'sudo' log.. 05:13:06 sudo: unable to resolve host prd-centos7-docker-4c-2g-7683.novalocal: Name or service not known 05:13:06 sudo: unable to resolve host prd-centos7-docker-4c-2g-7683.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 05:13:06 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:13:06 ---> job-cost.sh 05:13:06 lf-activate-venv: SKIPPING 05:13:06 INFO: No Stack... 05:13:07 INFO: Retrieving Pricing Info for: v3-standard-2 05:13:07 INFO: Archiving Costs [Pipeline] echo 05:13:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:13:07 ---> logs-deploy.sh 05:13:07 lf-activate-venv: SKIPPING 05:13:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/279 05:13:07 INFO: archiving workspace using pattern(s): 05:13:08 Archives upload complete. 05:13:08 INFO: archiving logs to Nexus 05:13:09 ---> uname -a: 05:13:09 Linux prd-centos7-docker-4c-2g-7683.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux 05:13:09 05:13:09 05:13:09 ---> lscpu: 05:13:09 Architecture: x86_64 05:13:09 CPU op-mode(s): 32-bit, 64-bit 05:13:09 Byte Order: Little Endian 05:13:09 Address sizes: 40 bits physical, 48 bits virtual 05:13:09 CPU(s): 2 05:13:09 On-line CPU(s) list: 0,1 05:13:09 Thread(s) per core: 1 05:13:09 Core(s) per socket: 1 05:13:09 Socket(s): 2 05:13:09 NUMA node(s): 1 05:13:09 Vendor ID: AuthenticAMD 05:13:09 CPU family: 23 05:13:09 Model: 49 05:13:09 Model name: AMD EPYC-Rome Processor 05:13:09 Stepping: 0 05:13:09 CPU MHz: 2800.000 05:13:09 BogoMIPS: 5600.00 05:13:09 Virtualization: AMD-V 05:13:09 Hypervisor vendor: KVM 05:13:09 Virtualization type: full 05:13:09 L1d cache: 64 KiB 05:13:09 L1i cache: 64 KiB 05:13:09 L2 cache: 1 MiB 05:13:09 L3 cache: 32 MiB 05:13:09 NUMA node0 CPU(s): 0,1 05:13:09 Vulnerability Itlb multihit: Not affected 05:13:09 Vulnerability L1tf: Not affected 05:13:09 Vulnerability Mds: Not affected 05:13:09 Vulnerability Meltdown: Not affected 05:13:09 Vulnerability Mmio stale data: Not affected 05:13:09 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:13:09 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 05:13:09 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 05:13:09 Vulnerability Srbds: Not affected 05:13:09 Vulnerability Tsx async abort: Not affected 05:13:09 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 05:13:09 05:13:09 05:13:09 ---> nproc: 05:13:09 2 05:13:09 05:13:09 05:13:09 ---> df -h: 05:13:09 Filesystem Size Used Avail Use% Mounted on 05:13:09 overlay 40G 7.3G 33G 19% / 05:13:09 tmpfs 64M 0 64M 0% /dev 05:13:09 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 05:13:09 shm 64M 0 64M 0% /dev/shm 05:13:09 /dev/vda1 40G 7.3G 33G 19% /facter-os 05:13:09 05:13:09 05:13:09 Cannot open /var/log/sysstat/sa27: No such file or directory 05:13:09 Please check if data collecting is enabled 05:13:09 subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:13:09 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 05:13:09 $ docker stop --time=1 64c251988169658c0a04c8934531aba403423047fd2e601404e680940ec3aefd 05:13:10 $ docker rm -f --volumes 64c251988169658c0a04c8934531aba403423047fd2e601404e680940ec3aefd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 05:13:11 [WS-CLEANUP] Deleting project workspace... 05:13:11 [WS-CLEANUP] Deferred wipeout is used... 05:13:11 [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 05:13:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:13:11 05:13:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:13:11 latest: Pulling from edgex-lftools-log-publisher 05:13:11 5eb5b503b376: Pulling fs layer 05:13:11 5c69ac0246d0: Pulling fs layer 05:13:11 ec43610c2a17: Pulling fs layer 05:13:11 3a2ae6a8a46f: Pulling fs layer 05:13:11 33b1e0a273af: Pulling fs layer 05:13:11 5d3b04190fa2: Pulling fs layer 05:13:11 2f39f015ded8: Pulling fs layer 05:13:11 33b1e0a273af: Waiting 05:13:11 5d3b04190fa2: Waiting 05:13:11 2f39f015ded8: Waiting 05:13:11 3a2ae6a8a46f: Waiting 05:13:11 5c69ac0246d0: Verifying Checksum 05:13:11 5c69ac0246d0: Download complete 05:13:11 3a2ae6a8a46f: Verifying Checksum 05:13:11 3a2ae6a8a46f: Download complete 05:13:12 33b1e0a273af: Verifying Checksum 05:13:12 33b1e0a273af: Download complete 05:13:12 5d3b04190fa2: Download complete 05:13:12 ec43610c2a17: Verifying Checksum 05:13:12 ec43610c2a17: Download complete 05:13:12 5eb5b503b376: Verifying Checksum 05:13:12 5eb5b503b376: Download complete 05:13:12 2f39f015ded8: Verifying Checksum 05:13:12 2f39f015ded8: Download complete 05:13:13 5eb5b503b376: Pull complete 05:13:13 5c69ac0246d0: Pull complete 05:13:14 ec43610c2a17: Pull complete 05:13:14 3a2ae6a8a46f: Pull complete 05:13:14 33b1e0a273af: Pull complete 05:13:14 5d3b04190fa2: Pull complete 05:13:19 2f39f015ded8: Pull complete 05:13:19 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 05:13:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:13:19 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:13:20 prd-ubuntu20.04-docker-8c-8g-7677 does not seem to be running inside a container 05:13:20 $ 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 05:13:26 $ docker top 9e7fba719f6f1fa3c4d0fc10d37d248d75687c6a68d103ec5eac9a9b306ec8b5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:13:26 ---> job-cost.sh 05:13:26 lf-activate-venv: SKIPPING 05:13:26 INFO: No Stack... 05:13:26 INFO: Retrieving Pricing Info for: v3-standard-8 05:13:26 INFO: Archiving Costs [Pipeline] sh 05:13:27 + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv 05:13:27 + cut -d, -f6 [Pipeline] lock 05:13:27 Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-service-configurable-main-279-stack-cost] 05:13:27 Resource [jenkins-edgexfoundry-app-service-configurable-main-279-stack-cost] did not exist. Created. 05:13:27 Lock acquired on [Resource: jenkins-edgexfoundry-app-service-configurable-main-279-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:13:27 + echo total: 0.2199999988079071 [Pipeline] stash 05:13:27 Stashed 1 file(s) [Pipeline] } 05:13:27 Lock released on resource [Resource: jenkins-edgexfoundry-app-service-configurable-main-279-stack-cost] [Pipeline] // lock [Pipeline] } 05:13:27 $ docker stop --time=1 9e7fba719f6f1fa3c4d0fc10d37d248d75687c6a68d103ec5eac9a9b306ec8b5 05:13:28 $ docker rm -f --volumes 9e7fba719f6f1fa3c4d0fc10d37d248d75687c6a68d103ec5eac9a9b306ec8b5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 05:17:01 github.com/edgexfoundry/app-service-configurable coverage: 0.0% of statements 05:17:01 WARNING: Linting skipped (not on x86_64 or linter not installed) 05:17:01 go vet ./... 05:21:23 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:21:23 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:21:23 ./bin/test-attribution-txt.sh 05:21:23 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 05:21:23 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add 05:21:23 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 05:21:23 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 05:21:23 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add 05:21:23 An attribution for go.opentelemetry.io/auto/sdk is missing from Attribution.txt, please add [Pipeline] echo 05:21:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 05:21:23 $ docker stop --time=1 1d22d7139c46be1f0f2a0e24d64401ab5f3b8be39d6d8bdfc348eb6fe71db4ac 05:21:25 $ docker rm -f --volumes 1d22d7139c46be1f0f2a0e24d64401ab5f3b8be39d6d8bdfc348eb6fe71db4ac [Pipeline] // withDockerContainer [Pipeline] sh 05:21:27 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:21:27 Warning: overwriting stash ‘coverage-report’ 05:21:28 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 05:21:28 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:21:29 + ls -al . 05:21:29 total 244 05:21:29 drwxrwxr-x 6 jenkins jenkins 4096 Aug 27 05:12 . 05:21:29 drwxrwxr-x 4 jenkins jenkins 4096 Aug 27 05:09 .. 05:21:29 -rw-rw-r-- 1 jenkins jenkins 119 Aug 27 05:09 .dockerignore 05:21:29 drwxrwxr-x 8 jenkins jenkins 4096 Aug 27 05:09 .git 05:21:29 drwxrwxr-x 3 jenkins jenkins 4096 Aug 27 05:09 .github 05:21:29 -rw-rw-r-- 1 jenkins jenkins 108 Aug 27 05:09 .gitignore 05:21:29 -rw-rw-r-- 1 jenkins jenkins 41 Aug 27 05:09 .golangci.yml 05:21:29 -rw-rw-r-- 1 jenkins jenkins 16550 Aug 27 05:09 Attribution.txt 05:21:29 -rw-rw-r-- 1 jenkins jenkins 39309 Aug 27 05:09 CHANGELOG.md 05:21:29 -rw-rw-r-- 1 jenkins jenkins 2008 Aug 27 05:09 Dockerfile 05:21:29 -rw-rw-r-- 1 jenkins jenkins 677 Aug 27 05:09 GOVERNANCE.md 05:21:29 -rw-rw-r-- 1 jenkins jenkins 666 Aug 27 05:09 Jenkinsfile 05:21:29 -rw-rw-r-- 1 jenkins jenkins 10174 Aug 27 05:09 LICENSE 05:21:29 -rw-rw-r-- 1 jenkins jenkins 618 Aug 27 05:09 OWNERS.md 05:21:29 -rw-rw-r-- 1 jenkins jenkins 4952 Aug 27 05:09 README.md 05:21:29 -rw-rw-r-- 1 jenkins jenkins 11 Aug 27 05:07 VERSION 05:21:29 drwxrwxr-x 2 jenkins jenkins 4096 Aug 27 05:09 bin 05:21:29 -rw-r--r-- 1 jenkins jenkins 953 Aug 27 05:16 coverage.out 05:21:29 -rw-rw-r-- 1 jenkins jenkins 6577 Aug 27 05:09 go.mod 05:21:29 -rw-rw-r-- 1 jenkins jenkins 88385 Aug 27 05:09 go.sum 05:21:29 -rw-rw-r-- 1 jenkins jenkins 1937 Aug 27 05:09 main.go 05:21:29 -rw-rw-r-- 1 jenkins jenkins 3362 Aug 27 05:09 makefile 05:21:29 drwxrwxr-x 9 jenkins jenkins 4096 Aug 27 05:09 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:29 + docker build -t app-service-configurable-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=f6ce5080970ad21e992ba27979a78c03c238e882 --label arch=arm64 --label version=4.1.0-dev.6 . 05:21:29 Sending build context to Docker daemon 225.8kB 05:21:29 Step 1/27 : ARG BASE=golang:1.23-alpine3.20 05:21:29 Step 2/27 : FROM ${BASE} AS builder 05:21:29 ---> 3c51fd773ca2 05:21:29 Step 3/27 : ARG ALPINE_PKG_BASE="make git" 05:21:29 ---> Running in 3b5e476a35e2 05:21:29 Removing intermediate container 3b5e476a35e2 05:21:29 ---> 00c56db8fb7d 05:21:29 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 05:21:30 ---> Running in b1c322a2825b 05:21:31 Removing intermediate container b1c322a2825b 05:21:31 ---> d2c5779dbb3e 05:21:31 Step 5/27 : ARG ADD_BUILD_TAGS="" 05:21:32 ---> Running in c635f309205a 05:21:32 Removing intermediate container c635f309205a 05:21:32 ---> 31cfaf639180 05:21:32 Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:21:32 ---> Running in 13a56f5d9ac2 05:21:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:21:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:21:34 OK: 239 MiB in 58 packages 05:21:35 Removing intermediate container 13a56f5d9ac2 05:21:35 ---> 4ad807925c69 05:21:35 Step 7/27 : WORKDIR /app 05:21:35 ---> Running in 2c2375ca5ab3 05:21:36 Removing intermediate container 2c2375ca5ab3 05:21:36 ---> fa956c6dec9c 05:21:36 Step 8/27 : COPY go.mod vendor* ./ 05:21:36 ---> f3670ca9659c 05:21:36 Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:21:36 ---> Running in 5037735206fb 05:21:39 Removing intermediate container 5037735206fb 05:21:39 ---> 07f3a2a8b089 05:21:39 Step 10/27 : COPY . . 05:21:39 ---> c441f4090e04 05:21:39 Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 05:21:39 ---> Running in 32074b3f34ff 05:21:40 Removing intermediate container 32074b3f34ff 05:21:40 ---> 9341effebcec 05:21:40 Step 12/27 : RUN $MAKE 05:21:40 ---> Running in 300f4b3daa9a 05:21:41 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.SDKVersion=4.1.0-dev.27 -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.ApplicationVersion=4.1.0-dev.6 -bindnow" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 05:25:33 Removing intermediate container 300f4b3daa9a 05:25:33 ---> 4f57967a2422 05:25:33 Step 13/27 : FROM alpine:3.20 05:25:33 3.20: Pulling from library/alpine 05:25:33 13e713f82565: Pulling fs layer 05:25:33 13e713f82565: Verifying Checksum 05:25:33 13e713f82565: Download complete 05:25:33 13e713f82565: Pull complete 05:25:33 Digest: sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 05:25:33 Status: Downloaded newer image for alpine:3.20 05:25:33 ---> c88e9dceb6cb 05:25:33 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 05:25:33 ---> Running in f915c6e305f2 05:25:33 Removing intermediate container f915c6e305f2 05:25:33 ---> 7b1c02ecc0ee 05:25:33 Step 15/27 : LABEL Name=app-service-configurable Version=${VERSION} 05:25:33 ---> Running in fd387c0dcdca 05:25:33 Removing intermediate container fd387c0dcdca 05:25:33 ---> fd3ba8de68be 05:25:33 Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init 05:25:33 ---> Running in 8c3e22db3706 05:25:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:25:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:25:33 (1/2) Installing ca-certificates (20250619-r0) 05:25:33 (2/2) Installing dumb-init (1.2.5-r3) 05:25:33 Executing busybox-1.36.1-r29.trigger 05:25:33 Executing ca-certificates-20250619-r0.trigger 05:25:33 OK: 10 MiB in 16 packages 05:25:33 Removing intermediate container 8c3e22db3706 05:25:33 ---> e94ada9a5fc0 05:25:33 Step 17/27 : RUN apk --no-cache upgrade 05:25:33 ---> Running in 349eec8ba24f 05:25:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:25:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:25:33 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 05:25:33 Executing busybox-1.36.1-r30.post-upgrade 05:25:33 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 05:25:33 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 05:25:33 Executing busybox-1.36.1-r30.trigger 05:25:33 OK: 10 MiB in 16 packages 05:25:33 Removing intermediate container 349eec8ba24f 05:25:33 ---> a812c163bf28 05:25:33 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 05:25:33 ---> 26c1665535f8 05:25:33 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 05:25:33 ---> 680816e616db 05:25:33 Step 20/27 : COPY --from=builder /app/res/ /res/ 05:25:33 ---> 4418fe67c5c9 05:25:33 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 05:25:33 ---> 6e3b137835d4 05:25:33 Step 22/27 : EXPOSE 48095 05:25:33 ---> Running in 546d979e6434 05:25:33 Removing intermediate container 546d979e6434 05:25:33 ---> cbcbf9cf17db 05:25:33 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 05:25:34 ---> Running in 5a6a0a3f1c1d 05:25:34 Removing intermediate container 5a6a0a3f1c1d 05:25:34 ---> 71210f292b70 05:25:34 Step 24/27 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 05:25:34 ---> Running in e7c080407f11 05:25:34 Removing intermediate container e7c080407f11 05:25:34 ---> edfef8e9d152 05:25:34 Step 25/27 : LABEL arch=arm64 05:25:35 ---> Running in 28a93e7ddeab 05:25:35 Removing intermediate container 28a93e7ddeab 05:25:35 ---> 21aba589f257 05:25:35 Step 26/27 : LABEL git_sha=f6ce5080970ad21e992ba27979a78c03c238e882 05:25:35 ---> Running in cca115818d7b 05:25:35 Removing intermediate container cca115818d7b 05:25:35 ---> 1075634523fa 05:25:35 Step 27/27 : LABEL version=4.1.0-dev.6 05:25:35 ---> Running in 6bce5ca3fa36 05:25:35 Removing intermediate container 6bce5ca3fa36 05:25:35 ---> 9ffc037ecb89 05:25:35 [Warning] One or more build-args [ARCH] were not consumed 05:25:35 Successfully built 9ffc037ecb89 05:25:35 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 05:25:36 provisioning config files... 05:25:36 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/279@tmp/config15440937018129628817tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:25:36 ---> ****-login.sh 05:25:36 nexus3.edgexfoundry.org:10001 05:25:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:25:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:25:36 Configure a credential helper to remove this warning. See 05:25:36 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:25:36 05:25:36 Login Succeeded 05:25:36 nexus3.edgexfoundry.org:10002 05:25:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:25:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:25:36 Configure a credential helper to remove this warning. See 05:25:36 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:25:36 05:25:36 Login Succeeded 05:25:36 nexus3.edgexfoundry.org:10003 05:25:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:25:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:25:37 Configure a credential helper to remove this warning. See 05:25:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:25:37 05:25:37 Login Succeeded 05:25:37 nexus3.edgexfoundry.org:10004 05:25:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:25:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:25:37 Configure a credential helper to remove this warning. See 05:25:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:25:37 05:25:37 Login Succeeded 05:25:37 ****.io 05:25:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:25:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:25:38 Configure a credential helper to remove this warning. See 05:25:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:25:38 05:25:38 Login Succeeded 05:25:38 ---> ****-login.sh ends [Pipeline] } 05:25:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:25:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 05:25:38 [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: 05:25:38 f6ce5080970ad21e992ba27979a78c03c238e882 05:25:38 latest 05:25:38 4.1.0-dev.6 05:25:38 f6ce5080970ad21e992ba27979a78c03c238e882-4.1.0-dev.6 05:25:38 main 05:25:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:38 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:f6ce5080970ad21e992ba27979a78c03c238e882 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:39 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:f6ce5080970ad21e992ba27979a78c03c238e882 05:25:39 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 05:25:39 98352c5f8b2f: Preparing 05:25:39 5f9502796456: Preparing 05:25:39 bef7e1c07d52: Preparing 05:25:39 2ceeb36079c6: Preparing 05:25:39 b1f8605fd9ef: Preparing 05:25:39 ab57b411d50e: Preparing 05:25:39 1e890da81ec9: Preparing 05:25:39 ab57b411d50e: Waiting 05:25:39 1e890da81ec9: Waiting 05:25:39 5f9502796456: Pushed 05:25:39 2ceeb36079c6: Pushed 05:25:39 bef7e1c07d52: Pushed 05:25:39 1e890da81ec9: Layer already exists 05:25:39 b1f8605fd9ef: Pushed 05:25:39 ab57b411d50e: Pushed 05:25:47 98352c5f8b2f: Pushed 05:25:47 f6ce5080970ad21e992ba27979a78c03c238e882: digest: sha256:b1ebaa3397e6cd51a4e206566093a6daf7d3ba81740bb26d053142a542626862 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:48 + 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 05:25:48 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 05:25:48 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 05:25:48 98352c5f8b2f: Preparing 05:25:48 5f9502796456: Preparing 05:25:48 bef7e1c07d52: Preparing 05:25:48 2ceeb36079c6: Preparing 05:25:48 b1f8605fd9ef: Preparing 05:25:48 ab57b411d50e: Preparing 05:25:48 1e890da81ec9: Preparing 05:25:48 1e890da81ec9: Waiting 05:25:48 ab57b411d50e: Waiting 05:25:48 bef7e1c07d52: Layer already exists 05:25:48 98352c5f8b2f: Layer already exists 05:25:48 2ceeb36079c6: Layer already exists 05:25:48 b1f8605fd9ef: Layer already exists 05:25:48 5f9502796456: Layer already exists 05:25:48 ab57b411d50e: Layer already exists 05:25:48 1e890da81ec9: Layer already exists 05:25:48 latest: digest: sha256:b1ebaa3397e6cd51a4e206566093a6daf7d3ba81740bb26d053142a542626862 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:49 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:49 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4.1.0-dev.6 05:25:49 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 05:25:49 98352c5f8b2f: Preparing 05:25:49 5f9502796456: Preparing 05:25:49 bef7e1c07d52: Preparing 05:25:49 2ceeb36079c6: Preparing 05:25:49 b1f8605fd9ef: Preparing 05:25:49 ab57b411d50e: Preparing 05:25:49 1e890da81ec9: Preparing 05:25:49 ab57b411d50e: Waiting 05:25:49 1e890da81ec9: Waiting 05:25:49 5f9502796456: Layer already exists 05:25:49 2ceeb36079c6: Layer already exists 05:25:49 bef7e1c07d52: Layer already exists 05:25:49 98352c5f8b2f: Layer already exists 05:25:49 b1f8605fd9ef: Layer already exists 05:25:49 1e890da81ec9: Layer already exists 05:25:49 ab57b411d50e: Layer already exists 05:25:49 4.1.0-dev.6: digest: sha256:b1ebaa3397e6cd51a4e206566093a6daf7d3ba81740bb26d053142a542626862 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:50 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:f6ce5080970ad21e992ba27979a78c03c238e882-4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:50 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:f6ce5080970ad21e992ba27979a78c03c238e882-4.1.0-dev.6 05:25:50 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 05:25:50 98352c5f8b2f: Preparing 05:25:50 5f9502796456: Preparing 05:25:50 bef7e1c07d52: Preparing 05:25:50 2ceeb36079c6: Preparing 05:25:50 b1f8605fd9ef: Preparing 05:25:50 ab57b411d50e: Preparing 05:25:50 1e890da81ec9: Preparing 05:25:50 ab57b411d50e: Waiting 05:25:50 1e890da81ec9: Waiting 05:25:50 2ceeb36079c6: Layer already exists 05:25:50 98352c5f8b2f: Layer already exists 05:25:50 5f9502796456: Layer already exists 05:25:50 bef7e1c07d52: Layer already exists 05:25:50 b1f8605fd9ef: Layer already exists 05:25:50 1e890da81ec9: Layer already exists 05:25:50 ab57b411d50e: Layer already exists 05:25:50 f6ce5080970ad21e992ba27979a78c03c238e882-4.1.0-dev.6: digest: sha256:b1ebaa3397e6cd51a4e206566093a6daf7d3ba81740bb26d053142a542626862 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:51 + 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 05:25:51 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main 05:25:51 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 05:25:51 98352c5f8b2f: Preparing 05:25:51 5f9502796456: Preparing 05:25:51 bef7e1c07d52: Preparing 05:25:51 2ceeb36079c6: Preparing 05:25:51 b1f8605fd9ef: Preparing 05:25:51 ab57b411d50e: Preparing 05:25:51 1e890da81ec9: Preparing 05:25:51 ab57b411d50e: Waiting 05:25:51 98352c5f8b2f: Layer already exists 05:25:51 b1f8605fd9ef: Layer already exists 05:25:51 bef7e1c07d52: Layer already exists 05:25:51 5f9502796456: Layer already exists 05:25:51 2ceeb36079c6: Layer already exists 05:25:51 ab57b411d50e: Layer already exists 05:25:51 1e890da81ec9: Layer already exists 05:25:51 main: digest: sha256:b1ebaa3397e6cd51a4e206566093a6daf7d3ba81740bb26d053142a542626862 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:25:51 ===================================================== [Pipeline] echo 05:25:51 taggedImages: 05:25:51 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:f6ce5080970ad21e992ba27979a78c03c238e882 05:25:51 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 05:25:51 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4.1.0-dev.6 05:25:51 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:f6ce5080970ad21e992ba27979a78c03c238e882-4.1.0-dev.6 05:25:51 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:f6ce5080970ad21e992ba27979a78c03c238e882 [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4.1.0-dev.6 [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:f6ce5080970ad21e992ba27979a78c03c238e882-4.1.0-dev.6 [Pipeline] echo 05:25:51 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 05:25:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:25:52 05:25:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:25:52 arm64: Pulling from edgex-lftools-log-publisher 05:25:52 8998bd30e6a1: Pulling fs layer 05:25:52 04944245beec: Pulling fs layer 05:25:52 699f458cf7ca: Pulling fs layer 05:25:52 765212b225bb: Pulling fs layer 05:25:52 f23df028b6ca: Pulling fs layer 05:25:52 d65c8cfc05b1: Pulling fs layer 05:25:52 2437ff75d9bd: Pulling fs layer 05:25:52 765212b225bb: Waiting 05:25:52 f23df028b6ca: Waiting 05:25:52 d65c8cfc05b1: Waiting 05:25:52 2437ff75d9bd: Waiting 05:25:52 04944245beec: Verifying Checksum 05:25:52 04944245beec: Download complete 05:25:52 765212b225bb: Verifying Checksum 05:25:52 765212b225bb: Download complete 05:25:52 f23df028b6ca: Verifying Checksum 05:25:52 f23df028b6ca: Download complete 05:25:52 d65c8cfc05b1: Verifying Checksum 05:25:52 d65c8cfc05b1: Download complete 05:25:53 699f458cf7ca: Verifying Checksum 05:25:53 699f458cf7ca: Download complete 05:25:53 8998bd30e6a1: Verifying Checksum 05:25:53 8998bd30e6a1: Download complete 05:25:56 2437ff75d9bd: Verifying Checksum 05:25:56 2437ff75d9bd: Download complete 05:25:58 8998bd30e6a1: Pull complete 05:25:58 04944245beec: Pull complete 05:26:00 699f458cf7ca: Pull complete 05:26:00 765212b225bb: Pull complete 05:26:01 f23df028b6ca: Pull complete 05:26:01 d65c8cfc05b1: Pull complete 05:26:19 2437ff75d9bd: Pull complete 05:26:19 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 05:26:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:26:19 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:26:19 prd-ubuntu20.04-docker-arm64-4c-16g-7680 does not seem to be running inside a container 05:26:20 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-service-configurable/279 -v /w/workspace/app-service-configurable/279:/w/workspace/app-service-configurable/279:rw,z -v /w/workspace/app-service-configurable/279@tmp:/w/workspace/app-service-configurable/279@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 05:26:22 $ docker top 6d643acedc6c26c6542f22dd336a0c892f129ea0b74fa7d072bd8cc130a2deb4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:26:23 ---> job-cost.sh 05:26:23 lf-activate-venv: SKIPPING 05:26:23 INFO: No Stack... 05:26:24 INFO: Retrieving Pricing Info for: v3-standard-4 05:26:24 INFO: Archiving Costs [Pipeline] sh 05:26:25 + + cutcat -d, /w/workspace/app-service-configurable/279/archives/cost.csv -f6 05:26:25 [Pipeline] lock 05:26:25 Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-service-configurable-main-279-stack-cost] 05:26:25 Resource [jenkins-edgexfoundry-app-service-configurable-main-279-stack-cost] did not exist. Created. 05:26:25 Lock acquired on [Resource: jenkins-edgexfoundry-app-service-configurable-main-279-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:26:25 /w/workspace/app-service-configurable/279@tmp/durable-60c33c5e/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 05:26:26 + echo total: 0.10999999940395355 [Pipeline] stash 05:26:26 Warning: overwriting stash ‘stack-cost’ 05:26:26 Stashed 1 file(s) [Pipeline] } 05:26:26 Lock released on resource [Resource: jenkins-edgexfoundry-app-service-configurable-main-279-stack-cost] [Pipeline] // lock [Pipeline] } 05:26:26 $ docker stop --time=1 6d643acedc6c26c6542f22dd336a0c892f129ea0b74fa7d072bd8cc130a2deb4 05:26:28 $ docker rm -f --volumes 6d643acedc6c26c6542f22dd336a0c892f129ea0b74fa7d072bd8cc130a2deb4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 05:26:28 provisioning config files... 05:26:28 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config1165827313179006228tmp [Pipeline] { [Pipeline] sh 05:26:29 + set +x 05:26:29 + + bash -s -- 05:26:29 curl -s https://codecov.io/bash 05:26:29 05:26:29 _____ _ 05:26:29 / ____| | | 05:26:29 | | ___ __| | ___ ___ _____ __ 05:26:29 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:26:29 | |___| (_) | (_| | __/ (_| (_) \ V / 05:26:29 \_____\___/ \__,_|\___|\___\___/ \_/ 05:26:29 Bash-1.0.6 05:26:29 05:26:29 05:26:29 ==> git version 2.25.1 found 05:26:29 ==> 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 05:26:29 Release-Date: 2020-01-08 05:26:29 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 05:26:29 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 05:26:29 ==> Jenkins CI detected. 05:26:29 current dir:  /w/workspace/ry_app-service-configurable_main 05:26:29 project root: . 05:26:29 --> token set from env 05:26:29 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:26:29 ==> Running gcov in . (disable via -X gcov) 05:26:29 ==> Python coveragepy not found 05:26:29 ==> Searching for coverage reports in: 05:26:29 + . 05:26:29 -> Found 1 reports 05:26:29 ==> Detecting git/mercurial file structure 05:26:29 ==> Reading reports 05:26:29 + ./coverage.out bytes=953 05:26:29 ==> Appending adjustments 05:26:29 https://docs.codecov.io/docs/fixing-reports 05:26:29 + Found adjustments 05:26:29 ==> Gzipping contents 05:26:29 4.0K /tmp/codecov.N3KfKK.gz 05:26:29 ==> Uploading reports 05:26:29 url: https://codecov.io 05:26:29 query: branch=main&commit=f6ce5080970ad21e992ba27979a78c03c238e882&build=279&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F279%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 05:26:29 -> Pinging Codecov 05:26:29 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=f6ce5080970ad21e992ba27979a78c03c238e882&build=279&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F279%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 05:26:29 -> Uploading to 05:26:29 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/app-service-configurable/f6ce5080970ad21e992ba27979a78c03c238e882/709835e7-29bd-4f7e-9ee7-17ee9bae72b6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250827%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250827T052629Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=8ae1c12a2995bd519eff681da96b67ec0b0b90b8aa97eb3cd5283b12132083fd 05:26:29 % Total % Received % Xferd Average Speed Time Time Time Current 05:26:29 Dload Upload Total Spent Left Speed 05:26:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 384 0 0 100 384 0 2931 --:--:-- --:--:-- --:--:-- 2953 05:26:29 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/f6ce5080970ad21e992ba27979a78c03c238e882 [Pipeline] } 05:26:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 05:26:29 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 05:26:29 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:26:30 05:26:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:26:30 latest: Pulling from edgex-devops/edgex-snyk-go 05:26:30 0a9a5dfd008f: Already exists 05:26:30 36466aa92d05: Already exists 05:26:30 e10405b45d13: Already exists 05:26:30 096b7ceb2af7: Already exists 05:26:30 4f4fb700ef54: Already exists 05:26:30 e50aa161e22a: Pulling fs layer 05:26:30 d3c8db5fb9df: Pulling fs layer 05:26:30 e50aa161e22a: Verifying Checksum 05:26:30 e50aa161e22a: Download complete 05:26:30 e50aa161e22a: Pull complete 05:26:31 d3c8db5fb9df: Verifying Checksum 05:26:31 d3c8db5fb9df: Download complete 05:26:37 d3c8db5fb9df: Pull complete 05:26:37 Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be 05:26:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:26:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:26:37 prd-ubuntu20.04-docker-8c-8g-7677 does not seem to be running inside a container 05:26:37 $ 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 05:26:38 $ docker top 65092ce4aac57a3838c9948b459695228582b96bd9d20be2a9c380a45e6a64d4 -eo pid,comm [Pipeline] { [Pipeline] sh 05:26:39 + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] echo 05:26:39 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh 05:26:39 + set -o pipefail 05:26:39 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' 05:26:53 05:26:53 Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... 05:26:53 05:26:53 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/7dc5f32a-caad-4990-b9e2-a648c5eeaf90/history/3a64f953-b38c-4090-8ae6-9947f142e66a 05:26:53 05:26:53 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 05:26:53 [Pipeline] } 05:26:53 $ docker stop --time=1 65092ce4aac57a3838c9948b459695228582b96bd9d20be2a9c380a45e6a64d4 05:26:56 $ docker rm -f --volumes 65092ce4aac57a3838c9948b459695228582b96bd9d20be2a9c380a45e6a64d4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:26:57 + git log --format=format:%s -1 f6ce5080970ad21e992ba27979a78c03c238e882 [Pipeline] sh 05:26:57 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:26:57 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:26:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:26:58 prd-ubuntu20.04-docker-8c-8g-7677 does not seem to be running inside a container 05:26:58 $ 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 05:26:58 $ docker top 58ace3b38ca43b310bf4b0ea05f8a523def0db071d0ae7cb37cc3c5e04473b35 -eo pid,comm 05:26:58 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). 05:26:58 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:26:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:26:58 [ssh-agent] Looking for ssh-agent implementation... 05:26:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:26:58 $ docker exec 58ace3b38ca43b310bf4b0ea05f8a523def0db071d0ae7cb37cc3c5e04473b35 ssh-agent 05:26:58 SSH_AUTH_SOCK=/tmp/ssh-x6geuKxo9jWR/agent.32 05:26:58 SSH_AGENT_PID=38 05:26:58 Running ssh-add (command line suppressed) 05:26:58 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_12242064220196099221.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_12242064220196099221.key) 05:26:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:26:59 + git semver tag 05:26:59 2025-08-27 05:26:59,261 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 05:26:59 2025-08-27 05:26:59,265 [run_tag] DEBUG tag force:False 05:26:59 2025-08-27 05:26:59,265 [check_head_tag] DEBUG check head tag 05:26:59 2025-08-27 05:26:59,266 [execute] INFO git cat-file --batch-check 05:26:59 2025-08-27 05:26:59,266 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, stdin=, shell=False, universal_newlines=False) 05:26:59 2025-08-27 05:26:59,268 [execute] INFO git cat-file --batch 05:26:59 2025-08-27 05:26:59,268 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, stdin=, shell=False, universal_newlines=False) 05:26:59 2025-08-27 05:26:59,280 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 05:26:59 2025-08-27 05:26:59,280 [execute] INFO git tag -a v4.1.0-dev.6 -m v4.1.0-dev.6 05:26:59 2025-08-27 05:26:59,280 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.6', '-m', 'v4.1.0-dev.6'], cwd=/w/workspace/ry_app-service-configurable_main, stdin=None, shell=False, universal_newlines=False) 05:26:59 2025-08-27 05:26:59,283 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 05:26:59 4.1.0-dev.6 [Pipeline] } 05:26:59 $ docker exec --env ******** --env ******** 58ace3b38ca43b310bf4b0ea05f8a523def0db071d0ae7cb37cc3c5e04473b35 ssh-agent -k 05:26:59 unset SSH_AUTH_SOCK; 05:26:59 unset SSH_AGENT_PID; 05:26:59 echo Agent pid 38 killed; 05:26:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:27:00 + git semver [Pipeline] } 05:27:00 $ docker stop --time=1 58ace3b38ca43b310bf4b0ea05f8a523def0db071d0ae7cb37cc3c5e04473b35 05:27:01 $ docker rm -f --volumes 58ace3b38ca43b310bf4b0ea05f8a523def0db071d0ae7cb37cc3c5e04473b35 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:27:02 05:27:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:27:02 0.23.1-centos7: Pulling from edgex-lftools 05:27:02 ab5ef0e58194: Pulling fs layer 05:27:02 9712f1f96733: Pulling fs layer 05:27:02 63f879dbbcfc: Pulling fs layer 05:27:02 0d9ebad4ef96: Pulling fs layer 05:27:02 e9a5061849ea: Pulling fs layer 05:27:02 d747dcd14b5f: Pulling fs layer 05:27:02 2de7ff778b66: Pulling fs layer 05:27:02 e9a5061849ea: Waiting 05:27:02 d747dcd14b5f: Waiting 05:27:02 2de7ff778b66: Waiting 05:27:02 0d9ebad4ef96: Waiting 05:27:02 9712f1f96733: Verifying Checksum 05:27:02 9712f1f96733: Download complete 05:27:02 63f879dbbcfc: Verifying Checksum 05:27:02 63f879dbbcfc: Download complete 05:27:03 ab5ef0e58194: Verifying Checksum 05:27:03 ab5ef0e58194: Download complete 05:27:03 d747dcd14b5f: Verifying Checksum 05:27:03 d747dcd14b5f: Download complete 05:27:03 e9a5061849ea: Verifying Checksum 05:27:03 e9a5061849ea: Download complete 05:27:03 0d9ebad4ef96: Verifying Checksum 05:27:03 2de7ff778b66: Verifying Checksum 05:27:03 2de7ff778b66: Download complete 05:27:07 ab5ef0e58194: Pull complete 05:27:07 9712f1f96733: Pull complete 05:27:07 63f879dbbcfc: Pull complete 05:27:14 0d9ebad4ef96: Pull complete 05:27:14 e9a5061849ea: Pull complete 05:27:14 d747dcd14b5f: Pull complete 05:27:15 2de7ff778b66: Pull complete 05:27:15 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 05:27:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:27:15 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:27:15 prd-ubuntu20.04-docker-8c-8g-7677 does not seem to be running inside a container 05:27:15 $ 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 05:27:17 $ docker top 8f6879b7a6dc585f549dda280604e1a2bbf0b4f9de54e8891593e99aa6cf58e8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 05:27:18 provisioning config files... 05:27:18 copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config13572532262957432196tmp 05:27:18 copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3655739693521013252tmp 05:27:18 copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config15278614595960219349tmp [Pipeline] { [Pipeline] echo 05:27:18 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 05:27:18 ---> sigul-configuration.sh 05:27:18 gpg: directory `/root/.gnupg' created 05:27:18 gpg: new configuration file `/root/.gnupg/gpg.conf' created 05:27:18 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 05:27:18 gpg: keyring `/root/.gnupg/secring.gpg' created 05:27:18 gpg: keyring `/root/.gnupg/pubring.gpg' created 05:27:18 gpg: CAST5 encrypted data 05:27:18 gpg: encrypted with 1 passphrase 05:27:18 gpg: WARNING: message was not integrity protected [Pipeline] sh 05:27:18 + mkdir /home/jenkins 05:27:18 + mkdir /home/jenkins/sigul [Pipeline] sh 05:27:19 + 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 05:27:19 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 05:27:19 ---> sigul-install.sh 05:27:19 Sigul already installed; skipping installation. [Pipeline] sh 05:27:19 + git tag --list 05:27:19 v1.0.0 05:27:19 v1.1.0 05:27:19 v1.2.0 05:27:19 v1.3.0 05:27:19 v1.3.1 05:27:19 v2.0.0 05:27:19 v2.0.1 05:27:19 v2.1.0 05:27:19 v2.1.1 05:27:19 v2.1.2 05:27:19 v2.2.0 05:27:19 v2.3 05:27:19 v2.3.0 05:27:19 v2.3.1 05:27:19 v3.0 05:27:19 v3.0.0 05:27:19 v3.0.1 05:27:19 v3.1 05:27:19 v3.1.0 05:27:19 v3.1.1 05:27:19 v4.0 05:27:19 v4.0.0 05:27:19 v4.0.1 05:27:19 v4.1.0-dev.1 05:27:19 v4.1.0-dev.2 05:27:19 v4.1.0-dev.3 05:27:19 v4.1.0-dev.4 05:27:19 v4.1.0-dev.5 05:27:19 v4.1.0-dev.6 [Pipeline] sh 05:27:19 + lftools sign git-tag v4.1.0-dev.6 05:27:20 Signing Git tag with Sigul... 05:27:20 Signing v4.1.0-dev.6 [Pipeline] echo 05:27:21 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 05:27:21 ---> sigul-configuration-cleanup.sh [Pipeline] } 05:27:21 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 05:27:21 $ docker stop --time=1 8f6879b7a6dc585f549dda280604e1a2bbf0b4f9de54e8891593e99aa6cf58e8 05:27:22 $ docker rm -f --volumes 8f6879b7a6dc585f549dda280604e1a2bbf0b4f9de54e8891593e99aa6cf58e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 05:27:23 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:27:23 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:27:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:27:23 prd-ubuntu20.04-docker-8c-8g-7677 does not seem to be running inside a container 05:27:23 $ 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 05:27:23 $ docker top e0345b931b19d9575b9eed03480e443b4734c4660528d7ca2d5ba2bc04ed1d49 -eo pid,comm 05:27:24 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). 05:27:24 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:27:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:27:24 [ssh-agent] Looking for ssh-agent implementation... 05:27:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:27:24 $ docker exec e0345b931b19d9575b9eed03480e443b4734c4660528d7ca2d5ba2bc04ed1d49 ssh-agent 05:27:24 SSH_AUTH_SOCK=/tmp/ssh-K23DSvYcKnJs/agent.32 05:27:24 SSH_AGENT_PID=38 05:27:24 Running ssh-add (command line suppressed) 05:27:24 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_3216450073651692832.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_3216450073651692832.key) 05:27:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:27:24 + git semver bump pre 05:27:25 2025-08-27 05:27:25,022 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 05:27:25 2025-08-27 05:27:25,030 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 05:27:25 2025-08-27 05:27:25,030 [bump_version] DEBUG bumping version:4.1.0-dev.6 on axis:pre with prefix:dev 05:27:25 2025-08-27 05:27:25,030 [bump_version] DEBUG bumped version:4.1.0-dev.7 05:27:25 2025-08-27 05:27:25,030 [write_version] DEBUG write version:4.1.0-dev.7 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True 05:27:25 2025-08-27 05:27:25,030 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 05:27:25 2025-08-27 05:27:25,031 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main 05:27:25 2025-08-27 05:27:25,034 [execute] INFO git cat-file --batch-check 05:27:25 2025-08-27 05:27:25,035 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, stdin=, shell=False, universal_newlines=False) 05:27:25 2025-08-27 05:27:25,042 [execute] INFO git cat-file --batch 05:27:25 2025-08-27 05:27:25,043 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, stdin=, shell=False, universal_newlines=False) 05:27:25 2025-08-27 05:27:25,051 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 05:27:25 4.1.0-dev.7 [Pipeline] } 05:27:25 $ docker exec --env ******** --env ******** e0345b931b19d9575b9eed03480e443b4734c4660528d7ca2d5ba2bc04ed1d49 ssh-agent -k 05:27:25 unset SSH_AUTH_SOCK; 05:27:25 unset SSH_AGENT_PID; 05:27:25 echo Agent pid 38 killed; 05:27:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:27:25 + git semver [Pipeline] } 05:27:26 $ docker stop --time=1 e0345b931b19d9575b9eed03480e443b4734c4660528d7ca2d5ba2bc04ed1d49 05:27:27 $ docker rm -f --volumes e0345b931b19d9575b9eed03480e443b4734c4660528d7ca2d5ba2bc04ed1d49 [Pipeline] // withDockerContainer [Pipeline] sh 05:27:27 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:27:27 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:27:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:27:28 prd-ubuntu20.04-docker-8c-8g-7677 does not seem to be running inside a container 05:27:28 $ 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 05:27:28 $ docker top af369735769a4b001f84b8a7562468522bc00731979372f6f03c2de781f57d6e -eo pid,comm 05:27:28 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). 05:27:28 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:27:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:27:28 [ssh-agent] Looking for ssh-agent implementation... 05:27:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:27:28 $ docker exec af369735769a4b001f84b8a7562468522bc00731979372f6f03c2de781f57d6e ssh-agent 05:27:28 SSH_AUTH_SOCK=/tmp/ssh-ifN4bgyaWJaB/agent.31 05:27:28 SSH_AGENT_PID=37 05:27:28 Running ssh-add (command line suppressed) 05:27:29 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_14907696598880600212.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_14907696598880600212.key) 05:27:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:27:29 + git semver push 05:27:29 2025-08-27 05:27:29,624 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 05:27:29 2025-08-27 05:27:29,630 [run_push] DEBUG push 05:27:29 2025-08-27 05:27:29,630 [execute] INFO git cat-file --batch-check 05:27:29 2025-08-27 05:27:29,631 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, stdin=, shell=False, universal_newlines=False) 05:27:29 2025-08-27 05:27:29,632 [execute] INFO git rev-list 2652fc838977fe96f1bb3fe5160f371257d52dc9 -- 05:27:29 2025-08-27 05:27:29,633 [execute] DEBUG Popen(['git', 'rev-list', '2652fc838977fe96f1bb3fe5160f371257d52dc9', '--'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, stdin=None, shell=False, universal_newlines=False) 05:27:29 2025-08-27 05:27:29,645 [execute] INFO git fetch -v -- origin 05:27:29 2025-08-27 05:27:29,645 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, stdin=None, shell=False, universal_newlines=True) 05:27:30 2025-08-27 05:27:30,098 [run_push] DEBUG no remote changes detected 05:27:30 2025-08-27 05:27:30,098 [execute] INFO git push origin semver 05:27:30 2025-08-27 05:27:30,098 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, stdin=None, shell=False, universal_newlines=False) 05:27:30 2025-08-27 05:27:30,753 [run_push] DEBUG push all version tags 05:27:30 2025-08-27 05:27:30,754 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 05:27:30 2025-08-27 05:27:30,754 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/ry_app-service-configurable_main, stdin=None, shell=False, universal_newlines=False) 05:27:31 2025-08-27 05:27:31,456 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 05:27:31 4.1.0-dev.7 [Pipeline] } 05:27:31 $ docker exec --env ******** --env ******** af369735769a4b001f84b8a7562468522bc00731979372f6f03c2de781f57d6e ssh-agent -k 05:27:31 unset SSH_AUTH_SOCK; 05:27:31 unset SSH_AGENT_PID; 05:27:31 echo Agent pid 37 killed; 05:27:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:27:32 + git semver [Pipeline] } 05:27:32 $ docker stop --time=1 af369735769a4b001f84b8a7562468522bc00731979372f6f03c2de781f57d6e 05:27:34 $ docker rm -f --volumes af369735769a4b001f84b8a7562468522bc00731979372f6f03c2de781f57d6e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 05:27:34 + [ -d /w/workspace/ry_app-service-configurable_main/archives ] 05:27:34 + ls -al /w/workspace/ry_app-service-configurable_main/archives 05:27:34 total 16 05:27:34 drwxr-xr-x 3 root root 4096 Aug 27 05:13 . 05:27:34 drwxrwxr-x 8 jenkins jenkins 4096 Aug 27 05:27 .. 05:27:34 drwxr-xr-x 2 root root 4096 Aug 27 05:13 cost 05:27:34 -rw-r--r-- 1 root root 96 Aug 27 05:13 cost.csv 05:27:34 + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives 05:27:34 + ls -al /w/workspace/ry_app-service-configurable_main/archives 05:27:34 total 16 05:27:34 drwxr-xr-x 3 jenkins jenkins 4096 Aug 27 05:13 . 05:27:34 drwxrwxr-x 8 jenkins jenkins 4096 Aug 27 05:27 .. 05:27:34 drwxr-xr-x 2 jenkins jenkins 4096 Aug 27 05:13 cost 05:27:34 -rw-r--r-- 1 jenkins jenkins 96 Aug 27 05:13 cost.csv [Pipeline] libraryResource [Pipeline] sh 05:27:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:27:35 ---> package-listing.sh 05:27:35 ++ facter osfamily 05:27:35 ++ tr '[:upper:]' '[:lower:]' 05:27:36 + OS_FAMILY=debian 05:27:36 + workspace=/w/workspace/ry_app-service-configurable_main 05:27:36 + START_PACKAGES=/tmp/packages_start.txt 05:27:36 + END_PACKAGES=/tmp/packages_end.txt 05:27:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:27:36 + PACKAGES=/tmp/packages_start.txt 05:27:36 + '[' /w/workspace/ry_app-service-configurable_main ']' 05:27:36 + PACKAGES=/tmp/packages_end.txt 05:27:36 + case "${OS_FAMILY}" in 05:27:36 + dpkg -l 05:27:36 + grep '^ii' 05:27:36 + '[' -f /tmp/packages_start.txt ']' 05:27:36 + '[' -f /tmp/packages_end.txt ']' 05:27:36 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:27:36 + '[' /w/workspace/ry_app-service-configurable_main ']' 05:27:36 + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ 05:27:36 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo 05:27:36 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 05:27:36 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:27:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:27:36 prd-ubuntu20.04-docker-8c-8g-7677 does not seem to be running inside a container 05:27:37 $ 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 05:27:37 $ docker top aae0c92f10f976748e307ce96ff24e3cf2b0c282e56a305995b367ed1027ae3e -eo pid,comm [Pipeline] { [Pipeline] sh 05:27:37 + touch /tmp/pre-build-complete [Pipeline] sh 05:27:37 + mkdir -p /var/log/sysstat [Pipeline] sh 05:27:38 + ls /var/log/sa-host 05:27:38 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:27:38 provisioning config files... 05:27:38 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6638369585285328015tmp [Pipeline] { [Pipeline] echo 05:27:38 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:27:38 ---> create-netrc.sh [Pipeline] } 05:27:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:27:39 ---> python-tools-install.sh [Pipeline] echo 05:27:39 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:27:39 ---> sudo-logs.sh 05:27:39 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:27:39 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:27:39 ---> job-cost.sh 05:27:39 lf-activate-venv: SKIPPING 05:27:39 DEBUG: total: 0.2199999988079071 05:27:39 INFO: Retrieving Stack Cost... 05:27:40 INFO: Retrieving Pricing Info for: v3-standard-8 05:27:40 INFO: Archiving Costs [Pipeline] echo 05:27:40 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:27:41 ---> logs-deploy.sh 05:27:41 lf-activate-venv: SKIPPING 05:27:41 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/279 05:27:41 INFO: archiving workspace using pattern(s): 05:27:42 Archives upload complete. 05:27:42 INFO: archiving logs to Nexus 05:27:42 ---> uname -a: 05:27:42 Linux prd-ubuntu20-04-docker-8c-8g-7677 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 05:27:42 05:27:42 05:27:42 ---> lscpu: 05:27:42 Architecture: x86_64 05:27:42 CPU op-mode(s): 32-bit, 64-bit 05:27:42 Byte Order: Little Endian 05:27:42 Address sizes: 40 bits physical, 48 bits virtual 05:27:42 CPU(s): 8 05:27:42 On-line CPU(s) list: 0-7 05:27:42 Thread(s) per core: 1 05:27:42 Core(s) per socket: 1 05:27:42 Socket(s): 8 05:27:42 NUMA node(s): 1 05:27:42 Vendor ID: AuthenticAMD 05:27:42 CPU family: 23 05:27:42 Model: 49 05:27:42 Model name: AMD EPYC-Rome Processor 05:27:42 Stepping: 0 05:27:42 CPU MHz: 2800.000 05:27:42 BogoMIPS: 5600.00 05:27:42 Virtualization: AMD-V 05:27:42 Hypervisor vendor: KVM 05:27:42 Virtualization type: full 05:27:42 L1d cache: 256 KiB 05:27:42 L1i cache: 256 KiB 05:27:42 L2 cache: 4 MiB 05:27:42 L3 cache: 128 MiB 05:27:42 NUMA node0 CPU(s): 0-7 05:27:42 Vulnerability Gather data sampling: Not affected 05:27:42 Vulnerability Itlb multihit: Not affected 05:27:42 Vulnerability L1tf: Not affected 05:27:42 Vulnerability Mds: Not affected 05:27:42 Vulnerability Meltdown: Not affected 05:27:42 Vulnerability Mmio stale data: Not affected 05:27:42 Vulnerability Retbleed: Vulnerable 05:27:42 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:27:42 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 05:27:42 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 05:27:42 Vulnerability Srbds: Not affected 05:27:42 Vulnerability Tsx async abort: Not affected 05:27:42 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 05:27:42 05:27:42 05:27:42 ---> nproc: 05:27:42 8 05:27:42 05:27:42 05:27:42 ---> df -h: 05:27:42 Filesystem Size Used Avail Use% Mounted on 05:27:42 overlay 155G 14G 142G 9% / 05:27:42 tmpfs 64M 0 64M 0% /dev 05:27:42 tmpfs 16G 0 16G 0% /sys/fs/cgroup 05:27:42 shm 64M 0 64M 0% /dev/shm 05:27:42 /dev/vda1 155G 14G 142G 9% /facter-os 05:27:42 05:27:42 05:27:42 ---> sar -b -r -n DEV: 05:27:42 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-7677) 08/27/25 _x86_64_ (8 CPU) 05:27:42 05:27:42 05:06:09 LINUX RESTART (8 CPU) 05:27:42 05:27:42 05:07:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 05:27:42 05:08:01 161.57 13.78 147.79 0.00 2270.67 52301.37 0.00 05:27:42 05:09:01 129.08 3.52 125.56 0.00 29.86 37517.90 0.00 05:27:42 05:10:01 90.93 0.38 90.55 0.00 31.06 34076.72 0.00 05:27:42 05:11:01 50.90 0.02 50.88 0.00 0.13 17255.71 0.00 05:27:42 05:12:01 49.14 3.83 45.31 0.00 4288.62 9036.36 0.00 05:27:42 05:13:01 6.70 0.02 6.68 0.00 0.13 125.31 0.00 05:27:42 05:14:01 46.68 0.02 46.67 0.00 2.27 16906.53 0.00 05:27:42 05:15:01 1.90 0.00 1.90 0.00 0.00 21.73 0.00 05:27:42 05:16:01 1.08 0.00 1.08 0.00 0.00 12.53 0.00 05:27:42 05:17:01 1.58 0.02 1.57 0.00 0.13 17.60 0.00 05:27:42 05:18:01 1.17 0.00 1.17 0.00 0.00 17.60 0.00 05:27:42 05:19:01 1.23 0.00 1.23 0.00 0.00 14.53 0.00 05:27:42 05:20:01 1.00 0.00 1.00 0.00 0.00 11.73 0.00 05:27:42 05:21:01 1.47 0.00 1.47 0.00 0.00 17.06 0.00 05:27:42 05:22:01 1.40 0.02 1.38 0.00 0.13 21.60 0.00 05:27:42 05:23:01 1.25 0.00 1.25 0.00 0.00 14.93 0.00 05:27:42 05:24:01 0.90 0.00 0.90 0.00 0.00 10.40 0.00 05:27:42 05:25:01 1.32 0.00 1.32 0.00 0.00 15.59 0.00 05:27:42 05:26:01 0.98 0.00 0.98 0.00 0.00 11.73 0.00 05:27:42 05:27:01 66.96 0.67 66.29 0.00 16.13 30922.58 0.00 05:27:42 Average: 30.75 1.10 29.65 0.00 330.33 9880.89 0.00 05:27:42 05:27:42 05:07:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:27:42 05:08:01 28405760 31452172 835932 2.54 96028 3215376 2094984 6.18 1145328 2910784 9320 05:27:42 05:09:01 26279588 31400800 876848 2.67 153196 5053824 1851692 5.46 2003252 3988348 906068 05:27:42 05:10:01 26365356 30934380 1341136 4.08 159008 4502532 2877072 8.48 2239752 3663468 330704 05:27:42 05:11:01 26774424 31495856 784516 2.39 160052 4666016 1663360 4.90 1618116 3896724 16 05:27:42 05:12:01 26268932 31463360 801748 2.44 193796 5091140 1732768 5.11 1923628 4064464 1012 05:27:42 05:13:01 26281568 31475428 789072 2.40 193540 5090868 1710980 5.04 1907964 4064204 20 05:27:42 05:14:01 25756592 31465948 796924 2.42 206576 5542880 1732336 5.11 1941168 4503640 128 05:27:42 05:15:01 25756480 31465852 796940 2.42 206600 5542884 1732336 5.11 1941040 4503644 16 05:27:42 05:16:01 25764712 31474100 788628 2.40 206636 5542876 1732336 5.11 1932240 4503644 24 05:27:42 05:17:01 25768708 31478280 784172 2.39 206660 5542884 1732336 5.11 1928812 4503648 140 05:27:42 05:18:01 25769952 31479656 782504 2.38 206696 5542888 1732336 5.11 1927992 4503648 52 05:27:42 05:19:01 25769904 31479668 782468 2.38 206712 5542892 1732336 5.11 1927856 4503652 8 05:27:42 05:20:01 25769856 31479632 782436 2.38 206736 5542896 1732336 5.11 1927848 4503656 4 05:27:42 05:21:01 25769588 31479392 782632 2.38 206752 5542888 1732336 5.11 1927892 4503656 8 05:27:42 05:22:01 25768424 31478432 783276 2.38 206796 5542876 1752492 5.17 1927756 4503636 44 05:27:42 05:23:01 25768376 31478428 783220 2.38 206836 5542880 1752492 5.17 1927740 4503640 32 05:27:42 05:24:01 25768140 31478212 783384 2.38 206848 5542876 1752492 5.17 1927788 4503644 16 05:27:42 05:25:01 25768312 31478436 783056 2.38 206876 5542884 1752492 5.17 1927820 4503644 8 05:27:42 05:26:01 25768264 31478408 783028 2.38 206900 5542876 1752492 5.17 1927828 4503644 16 05:27:42 05:27:01 25284860 31446324 812816 2.47 233584 5941152 1749896 5.16 1997264 4892112 404 05:27:42 Average: 26031390 31443138 822737 2.50 193841 5280919 1815095 5.35 1896454 4301375 62402 05:27:42 05:27:42 05:07:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:27:42 05:08:01 ens3 482.66 355.23 7543.63 79.78 0.00 0.00 0.00 0.00 05:27:42 05:08:01 veth23e1cb5 145.50 170.16 14.22 130.71 0.00 0.00 0.00 0.01 05:27:42 05:08:01 lo 4.34 4.34 0.45 0.45 0.00 0.00 0.00 0.00 05:27:42 05:08:01 docker0 186.58 211.71 15.31 408.09 0.00 0.00 0.00 0.00 05:27:42 05:09:01 ens3 235.28 149.31 2799.51 24.25 0.00 0.00 0.00 0.00 05:27:42 05:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:27:42 05:09:01 veth2cb20e3 0.05 0.18 0.00 0.02 0.00 0.00 0.00 0.00 05:27:42 05:09:01 docker0 134.34 212.15 12.54 2774.42 0.00 0.00 0.00 0.00 05:27:42 05:10:01 ens3 32.19 18.91 205.70 8.85 0.00 0.00 0.00 0.00 05:27:42 05:10:01 veth2b54f0b 0.05 0.20 0.00 0.02 0.00 0.00 0.00 0.00 05:27:42 05:10:01 lo 0.47 0.47 0.05 0.05 0.00 0.00 0.00 0.00 05:27:42 05:10:01 docker0 5.23 10.45 0.32 125.88 0.00 0.00 0.00 0.00 05:27:42 05:11:01 ens3 56.20 50.82 30.88 225.78 0.00 0.00 0.00 0.00 05:27:42 05:11:01 lo 5.66 5.66 0.56 0.56 0.00 0.00 0.00 0.00 05:27:42 05:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:12:01 ens3 206.00 132.31 2996.34 9.34 0.00 0.00 0.00 0.00 05:27:42 05:12:01 lo 0.67 0.67 0.07 0.07 0.00 0.00 0.00 0.00 05:27:42 05:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:13:01 ens3 2.10 0.82 0.48 0.31 0.00 0.00 0.00 0.00 05:27:42 05:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:27:42 05:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:14:01 ens3 88.33 56.43 2522.64 10.72 0.00 0.00 0.00 0.00 05:27:42 05:14:01 lo 0.87 0.87 0.08 0.08 0.00 0.00 0.00 0.00 05:27:42 05:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:15:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:27:42 05:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:27:42 05:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:16:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:17:01 ens3 0.38 0.33 0.10 0.09 0.00 0.00 0.00 0.00 05:27:42 05:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:27:42 05:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:18:01 ens3 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 05:27:42 05:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:19:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:27:42 05:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:27:42 05:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:20:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:21:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:27:42 05:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:27:42 05:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:22:01 ens3 0.17 0.17 0.08 0.07 0.00 0.00 0.00 0.00 05:27:42 05:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:23:01 ens3 0.20 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:27:42 05:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:27:42 05:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:24:01 ens3 0.22 0.17 0.12 0.01 0.00 0.00 0.00 0.00 05:27:42 05:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:25:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:27:42 05:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:27:42 05:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:26:01 ens3 0.08 0.05 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:27:01 ens3 204.78 129.43 3553.25 24.08 0.00 0.00 0.00 0.00 05:27:42 05:27:01 lo 1.00 1.00 0.09 0.09 0.00 0.00 0.00 0.00 05:27:42 05:27:01 docker0 61.51 98.08 5.61 878.79 0.00 0.00 0.00 0.00 05:27:42 Average: ens3 65.12 44.47 977.12 19.12 0.00 0.00 0.00 0.00 05:27:42 Average: lo 0.73 0.73 0.07 0.07 0.00 0.00 0.00 0.00 05:27:42 Average: docker0 19.24 26.46 1.68 209.19 0.00 0.00 0.00 0.00 05:27:42 05:27:42 05:27:42 ---> sar -P ALL: 05:27:42 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-7677) 08/27/25 _x86_64_ (8 CPU) 05:27:42 05:27:42 05:06:09 LINUX RESTART (8 CPU) 05:27:42 05:27:42 05:07:02 CPU %user %nice %system %iowait %steal %idle 05:27:42 05:08:01 all 6.24 0.00 2.85 2.56 0.19 88.17 05:27:42 05:08:01 0 6.72 0.00 3.14 0.36 0.09 89.69 05:27:42 05:08:01 1 6.66 0.00 2.53 7.14 0.09 83.58 05:27:42 05:08:01 2 5.17 0.00 2.69 2.39 0.09 89.67 05:27:42 05:08:01 3 6.00 0.00 3.57 8.39 0.10 81.94 05:27:42 05:08:01 4 6.13 0.00 2.52 0.39 0.10 90.86 05:27:42 05:08:01 5 7.80 0.00 2.29 0.27 0.87 88.76 05:27:42 05:08:01 6 5.03 0.00 3.69 0.38 0.09 90.81 05:27:42 05:08:01 7 6.34 0.00 2.40 1.16 0.09 90.01 05:27:42 05:09:01 all 33.10 0.00 5.59 1.33 0.29 59.68 05:27:42 05:09:01 0 32.48 0.00 5.67 0.69 0.14 61.02 05:27:42 05:09:01 1 31.49 0.00 5.81 0.74 0.12 61.84 05:27:42 05:09:01 2 34.80 0.00 6.23 6.38 0.59 52.00 05:27:42 05:09:01 3 34.29 0.00 5.30 0.37 0.66 59.39 05:27:42 05:09:01 4 35.50 0.00 5.88 0.15 0.12 58.35 05:27:42 05:09:01 5 32.31 0.00 5.44 2.10 0.49 59.67 05:27:42 05:09:01 6 32.66 0.00 5.35 0.12 0.10 61.77 05:27:42 05:09:01 7 31.30 0.00 5.09 0.12 0.10 63.38 05:27:42 05:10:01 all 53.72 0.00 7.73 0.75 0.27 37.53 05:27:42 05:10:01 0 51.45 0.00 9.65 1.11 0.17 37.62 05:27:42 05:10:01 1 55.86 0.00 7.61 0.68 0.14 35.72 05:27:42 05:10:01 2 55.72 0.00 8.11 0.59 0.14 35.44 05:27:42 05:10:01 3 51.86 0.00 7.37 2.15 0.26 38.37 05:27:42 05:10:01 4 52.71 0.00 6.88 0.09 0.96 39.37 05:27:42 05:10:01 5 54.23 0.00 6.79 0.62 0.15 38.20 05:27:42 05:10:01 6 52.93 0.00 7.11 0.24 0.15 39.56 05:27:42 05:10:01 7 55.16 0.00 8.35 0.52 0.16 35.82 05:27:42 05:11:01 all 13.60 0.00 1.92 0.31 0.22 83.95 05:27:42 05:11:01 0 12.28 0.00 1.91 0.03 0.03 85.75 05:27:42 05:11:01 1 14.37 0.00 1.95 1.72 1.06 80.91 05:27:42 05:11:01 2 12.57 0.00 1.50 0.19 0.03 85.70 05:27:42 05:11:01 3 13.23 0.00 1.98 0.27 0.05 84.47 05:27:42 05:11:01 4 13.75 0.00 1.86 0.02 0.03 84.35 05:27:42 05:11:01 5 13.05 0.00 2.06 0.18 0.03 84.68 05:27:42 05:11:01 6 13.91 0.00 2.00 0.00 0.03 84.06 05:27:42 05:11:01 7 15.57 0.00 2.09 0.03 0.50 81.80 05:27:42 05:12:01 all 2.30 0.00 1.41 0.49 0.03 95.76 05:27:42 05:12:01 0 2.14 0.00 1.03 0.03 0.03 96.76 05:27:42 05:12:01 1 2.88 0.00 0.97 2.45 0.05 93.66 05:27:42 05:12:01 2 2.09 0.00 1.07 0.69 0.03 96.12 05:27:42 05:12:01 3 3.32 0.00 1.29 0.17 0.02 95.21 05:27:42 05:12:01 4 1.99 0.00 1.67 0.12 0.02 96.21 05:27:42 05:12:01 5 1.84 0.00 1.64 0.40 0.07 96.05 05:27:42 05:12:01 6 2.22 0.00 2.47 0.05 0.02 95.24 05:27:42 05:12:01 7 1.90 0.00 1.17 0.03 0.03 96.86 05:27:42 05:13:01 all 0.08 0.00 0.06 0.04 0.01 99.81 05:27:42 05:13:01 0 0.07 0.00 0.12 0.02 0.02 99.78 05:27:42 05:13:01 1 0.10 0.00 0.05 0.32 0.02 99.51 05:27:42 05:13:01 2 0.02 0.00 0.02 0.00 0.00 99.97 05:27:42 05:13:01 3 0.05 0.00 0.05 0.02 0.00 99.88 05:27:42 05:13:01 4 0.07 0.00 0.05 0.00 0.02 99.87 05:27:42 05:13:01 5 0.05 0.00 0.03 0.00 0.00 99.92 05:27:42 05:13:01 6 0.00 0.00 0.03 0.00 0.02 99.95 05:27:42 05:13:01 7 0.30 0.00 0.10 0.00 0.00 99.60 05:27:42 05:14:01 all 2.28 0.00 1.07 1.22 0.03 95.40 05:27:42 05:14:01 0 1.65 0.00 2.23 0.50 0.04 95.58 05:27:42 05:14:01 1 2.52 0.00 1.21 0.00 0.03 96.23 05:27:42 05:14:01 2 2.01 0.00 0.67 0.02 0.03 97.27 05:27:42 05:14:01 3 2.01 0.00 0.84 0.02 0.03 97.10 05:27:42 05:14:01 4 2.43 0.00 0.52 0.00 0.03 97.01 05:27:42 05:14:01 5 2.11 0.00 1.41 9.10 0.03 87.35 05:27:42 05:14:01 6 2.98 0.00 0.74 0.02 0.02 96.25 05:27:42 05:14:01 7 2.51 0.00 1.04 0.02 0.03 96.40 05:27:42 05:15:01 all 0.06 0.00 0.02 0.02 0.01 99.90 05:27:42 05:15:01 0 0.02 0.00 0.02 0.07 0.00 99.90 05:27:42 05:15:01 1 0.33 0.00 0.03 0.00 0.02 99.62 05:27:42 05:15:01 2 0.00 0.00 0.02 0.00 0.00 99.98 05:27:42 05:15:01 3 0.03 0.00 0.02 0.00 0.02 99.93 05:27:42 05:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:27:42 05:15:01 5 0.03 0.00 0.03 0.07 0.00 99.87 05:27:42 05:15:01 6 0.02 0.00 0.02 0.00 0.00 99.97 05:27:42 05:15:01 7 0.03 0.00 0.00 0.00 0.02 99.95 05:27:42 05:16:01 all 0.04 0.00 0.02 0.00 0.01 99.94 05:27:42 05:16:01 0 0.00 0.00 0.02 0.00 0.02 99.97 05:27:42 05:16:01 1 0.23 0.00 0.02 0.00 0.02 99.73 05:27:42 05:16:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:27:42 05:16:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:27:42 05:16:01 4 0.02 0.00 0.02 0.00 0.00 99.97 05:27:42 05:16:01 5 0.00 0.00 0.03 0.02 0.00 99.95 05:27:42 05:16:01 6 0.05 0.00 0.03 0.00 0.02 99.90 05:27:42 05:16:01 7 0.00 0.00 0.02 0.00 0.00 99.98 05:27:42 05:17:01 all 0.23 0.00 0.01 0.00 0.00 99.75 05:27:42 05:17:01 0 0.00 0.00 0.02 0.02 0.00 99.97 05:27:42 05:17:01 1 1.70 0.00 0.03 0.00 0.02 98.25 05:27:42 05:17:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:27:42 05:17:01 3 0.03 0.00 0.00 0.00 0.00 99.97 05:27:42 05:17:01 4 0.02 0.00 0.02 0.00 0.00 99.97 05:27:42 05:17:01 5 0.05 0.00 0.00 0.00 0.02 99.93 05:27:42 05:17:01 6 0.00 0.00 0.03 0.00 0.00 99.97 05:27:42 05:17:01 7 0.03 0.00 0.00 0.00 0.00 99.97 05:27:42 05:18:01 all 0.10 0.00 0.02 0.00 0.00 99.87 05:27:42 05:18:01 0 0.00 0.00 0.02 0.00 0.00 99.98 05:27:42 05:18:01 1 0.63 0.00 0.12 0.00 0.00 99.25 05:27:42 05:18:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:27:42 05:18:01 3 0.02 0.00 0.02 0.00 0.02 99.95 05:27:42 05:18:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:27:42 05:18:01 5 0.02 0.00 0.02 0.03 0.00 99.93 05:27:42 05:18:01 6 0.03 0.00 0.02 0.00 0.02 99.93 05:27:42 05:18:01 7 0.05 0.00 0.00 0.00 0.00 99.95 05:27:42 05:27:42 05:18:01 CPU %user %nice %system %iowait %steal %idle 05:27:42 05:19:01 all 0.02 0.00 0.01 0.00 0.00 99.96 05:27:42 05:19:01 0 0.02 0.00 0.02 0.00 0.02 99.95 05:27:42 05:19:01 1 0.02 0.00 0.02 0.00 0.02 99.95 05:27:42 05:19:01 2 0.05 0.00 0.00 0.00 0.00 99.95 05:27:42 05:19:01 3 0.03 0.00 0.00 0.00 0.00 99.97 05:27:42 05:19:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:27:42 05:19:01 5 0.02 0.00 0.03 0.00 0.00 99.95 05:27:42 05:19:01 6 0.00 0.00 0.02 0.00 0.00 99.98 05:27:42 05:19:01 7 0.02 0.00 0.02 0.00 0.00 99.97 05:27:42 05:20:01 all 0.02 0.00 0.01 0.09 0.00 99.87 05:27:42 05:20:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:27:42 05:20:01 1 0.05 0.00 0.02 0.00 0.02 99.92 05:27:42 05:20:01 2 0.02 0.00 0.02 0.00 0.02 99.95 05:27:42 05:20:01 3 0.03 0.00 0.02 0.00 0.00 99.95 05:27:42 05:20:01 4 0.00 0.00 0.02 0.00 0.00 99.98 05:27:42 05:20:01 5 0.02 0.00 0.00 0.70 0.00 99.28 05:27:42 05:20:01 6 0.00 0.00 0.02 0.00 0.00 99.98 05:27:42 05:20:01 7 0.02 0.00 0.02 0.00 0.00 99.97 05:27:42 05:21:01 all 0.12 0.00 0.01 0.00 0.01 99.86 05:27:42 05:21:01 0 0.02 0.00 0.02 0.02 0.02 99.93 05:27:42 05:21:01 1 0.83 0.00 0.02 0.00 0.02 99.14 05:27:42 05:21:01 2 0.03 0.00 0.00 0.00 0.00 99.97 05:27:42 05:21:01 3 0.02 0.00 0.00 0.00 0.02 99.97 05:27:42 05:21:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:27:42 05:21:01 5 0.00 0.00 0.02 0.00 0.00 99.98 05:27:42 05:21:01 6 0.03 0.00 0.03 0.00 0.02 99.92 05:27:42 05:21:01 7 0.02 0.00 0.02 0.00 0.02 99.95 05:27:42 05:22:01 all 0.19 0.00 0.03 0.00 0.00 99.77 05:27:42 05:22:01 0 0.03 0.00 0.07 0.00 0.00 99.90 05:27:42 05:22:01 1 1.31 0.00 0.05 0.00 0.00 98.64 05:27:42 05:22:01 2 0.07 0.00 0.05 0.00 0.00 99.88 05:27:42 05:22:01 3 0.05 0.00 0.02 0.00 0.00 99.93 05:27:42 05:22:01 4 0.03 0.00 0.00 0.00 0.00 99.97 05:27:42 05:22:01 5 0.02 0.00 0.02 0.02 0.00 99.95 05:27:42 05:22:01 6 0.03 0.00 0.02 0.00 0.00 99.95 05:27:42 05:22:01 7 0.00 0.00 0.03 0.00 0.00 99.97 05:27:42 05:23:01 all 0.02 0.00 0.01 0.02 0.00 99.95 05:27:42 05:23:01 0 0.00 0.00 0.00 0.08 0.00 99.92 05:27:42 05:23:01 1 0.02 0.00 0.02 0.00 0.02 99.95 05:27:42 05:23:01 2 0.05 0.00 0.02 0.00 0.00 99.93 05:27:42 05:23:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:27:42 05:23:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:27:42 05:23:01 5 0.02 0.00 0.02 0.05 0.00 99.92 05:27:42 05:23:01 6 0.05 0.00 0.02 0.00 0.02 99.92 05:27:42 05:23:01 7 0.00 0.00 0.02 0.00 0.00 99.98 05:27:42 05:24:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:27:42 05:24:01 0 0.02 0.00 0.02 0.00 0.02 99.95 05:27:42 05:24:01 1 0.02 0.00 0.03 0.00 0.02 99.93 05:27:42 05:24:01 2 0.03 0.00 0.02 0.00 0.00 99.95 05:27:42 05:24:01 3 0.05 0.00 0.00 0.00 0.02 99.93 05:27:42 05:24:01 4 0.02 0.00 0.02 0.00 0.00 99.97 05:27:42 05:24:01 5 0.02 0.00 0.00 0.02 0.00 99.97 05:27:42 05:24:01 6 0.02 0.00 0.02 0.00 0.00 99.97 05:27:42 05:24:01 7 0.03 0.00 0.00 0.00 0.00 99.97 05:27:42 05:25:01 all 0.13 0.00 0.06 0.00 0.01 99.81 05:27:42 05:25:01 0 0.02 0.00 0.02 0.02 0.00 99.95 05:27:42 05:25:01 1 0.95 0.00 0.00 0.00 0.00 99.05 05:27:42 05:25:01 2 0.00 0.00 0.00 0.00 0.02 99.98 05:27:42 05:25:01 3 0.02 0.00 0.40 0.00 0.00 99.58 05:27:42 05:25:01 4 0.02 0.00 0.02 0.00 0.02 99.95 05:27:42 05:25:01 5 0.00 0.00 0.00 0.00 0.02 99.98 05:27:42 05:25:01 6 0.00 0.00 0.02 0.00 0.00 99.98 05:27:42 05:25:01 7 0.02 0.00 0.02 0.00 0.00 99.97 05:27:42 05:26:01 all 0.02 0.00 0.01 0.00 0.11 99.85 05:27:42 05:26:01 0 0.03 0.00 0.02 0.00 0.02 99.93 05:27:42 05:26:01 1 0.03 0.00 0.03 0.00 0.02 99.92 05:27:42 05:26:01 2 0.02 0.00 0.02 0.00 0.00 99.97 05:27:42 05:26:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:27:42 05:26:01 4 0.05 0.00 0.00 0.00 0.84 99.11 05:27:42 05:26:01 5 0.02 0.00 0.02 0.02 0.00 99.95 05:27:42 05:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:27:42 05:26:01 7 0.03 0.00 0.02 0.00 0.00 99.95 05:27:42 05:27:01 all 3.76 0.00 1.69 0.59 0.04 93.92 05:27:42 05:27:01 0 3.68 0.00 2.39 3.43 0.05 90.45 05:27:42 05:27:01 1 3.46 0.00 1.64 0.03 0.05 94.81 05:27:42 05:27:01 2 4.18 0.00 1.50 0.02 0.03 94.27 05:27:42 05:27:01 3 5.03 0.00 1.81 0.72 0.05 92.39 05:27:42 05:27:01 4 2.62 0.00 1.76 0.12 0.03 95.48 05:27:42 05:27:01 5 3.58 0.00 1.19 0.35 0.03 94.85 05:27:42 05:27:01 6 3.55 0.00 1.44 0.00 0.05 94.96 05:27:42 05:27:01 7 3.96 0.00 1.79 0.02 0.05 94.18 05:27:42 Average: all 5.70 0.00 1.11 0.37 0.06 92.76 05:27:42 Average: 0 5.47 0.00 1.30 0.32 0.03 92.88 05:27:42 Average: 1 6.07 0.00 1.09 0.65 0.09 92.11 05:27:42 Average: 2 5.64 0.00 1.06 0.51 0.05 92.74 05:27:42 Average: 3 5.74 0.00 1.12 0.59 0.06 92.48 05:27:42 Average: 4 5.68 0.00 1.05 0.04 0.11 93.13 05:27:42 Average: 5 5.66 0.00 1.04 0.70 0.08 92.52 05:27:42 Average: 6 5.59 0.00 1.14 0.04 0.03 93.21 05:27:42 Average: 7 5.77 0.00 1.09 0.09 0.05 93.00 05:27:42 05:27:42 05:27:42